
html {
    font-family: "OpenSans", Helvetica, Arial,  sans-serif;
    -webkit-font-smoothing: antialiased;
}
body {
    color: #a4a4a4;
    font-size: 17px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 400;
    min-width: 320px;
    background: #131213;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 100vh;


    /**/
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6, .a-h1, .a-h2, .a-h3, .a-h4, .a-h5, .a-h6 {
    color: #fff;
    font-weight: 700;
    line-height: 1.5;
}

a {
    transition: .3s ease;
    text-decoration: none;
    color: #45a7ef;
}
a:hover,
a:active{
    color: #ffffff;
    transition: 0.5s;
}

input {
    width: 100%;
    height: 45px;
    padding: 9px 10px 11px;
    background-color: #131213;
    color: #a4a4a4;
    border: 1px solid #5f5f5f;
}

textarea {
    width: 100%;
    padding: 10px;
    background-color: #131213;
    color: #a4a4a4;
    border: 1px solid #5f5f5f;
}


input:focus,
textarea:focus,
select:focus{
    background-color: #131213;
    border: 1px solid #45a7ef;
    outline: none;
    transition: 0.5s;
}
input::placeholder,
textarea::placeholder{
    color: #a4a4a4;
    font-size: 15px;
}

/* reset autocomplete style*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    transition: background-color 5000s ease-in-out;              /* back */
    -webkit-box-shadow: 0 0 0 1000px #131213 inset;             /* back */
    -webkit-text-fill-color: #a4a4a4 !important;                /* text */
}
/**/


button {
    background-color: transparent;
}
button:focus {
    outline: none;
}
button:focus-visible {
    outline: 1px solid #ffffff;
}
button:active {}


body img {
    max-width: 100%;
    height: auto;
    display: block;
    font-size: 12px;
    line-height: 16px;
}


.note {
    font-size: 12px;
    text-align: center;
    font-style: italic;
    margin-top: 10px;
    width: 100%;
}
.bubble-box {
    padding: 20px;
    background: #FFFFFF;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.16);
    border: none;
    border-radius: 10px;
}
.bubble-box::after {
    border-top-color: #ffffff;
}
.info-text-wrapper {
    margin: 40px auto;
}
.info-text {
    text-align: center;
    margin: 10px 0;
    width: 100%;
    font-size: 14px;
}
.back-top {
    color: #ffffff;
    background: #000000;
}

.back-top span {
    position: absolute ;
    left: 0;
    top: 0;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 3px solid #fff;
    border-right: none;
    border-top: none;
    animation: rotate-to-top 20s linear 0s infinite normal;
    transition: .3s ease;
}
@keyframes rotate-to-top {
    from{
        transform: rotate(0deg);
    }
    to{
        transform: rotate(360deg);
    }
}
.back-top:hover span {
    border-color: #45a7ef;
    transition: 0.5s;
}
.back-top i::before {
    color: #ffffff;
}
.back-top:hover i::before {
    border-color: #45a7ef;
}

.back-top img{
    width: 20px;
    position: absolute;
    top: 0;
    right: 0;
    animation: to-top-drone 5s linear 0s infinite normal;
}
@keyframes to-top-drone {
    from{
        transform: rotate(0deg);
    }
    to{
        transform: rotate(-360deg);
    }
}





/* .label-check, -radio */


.label-radio:before,
.label-check:before {
    color: #131213;
    background: #131213;
    border: 2px solid #45a7ef;
}

input:checked + .label-radio:before,
input:checked + .label-check:before {
    color: #ffffff;
    background: #45a7ef;
}


/*preheader-line-------------*/
.preheader-line-wrapper {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    color: #363636;
    z-index: 400;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 17px;
    min-width: 1388px;
    height: 51px;
    background-color: #F3F3F3;
}
.preheader-line {
    width: 1338px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 11px 0 8px;
}
/*postheader-line-------------*/
.postheader-line-wrapper {
    width: 100%;
}

.postheader-line {
    width: 1338px;
    margin: 0 auto;
}
/*stick-header---------------*/
.stick-header-wrapper {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 400;
}
.stick-header {
    width: 1170px;
    margin: auto;
    padding: 20px;
    background: #ffe39f;
}
.stick-header a {
    /* color: #FFF!important; */
}
/*header-menu----------------*/
.header-menu-wrapper {
    width: 1338px;
    /*overflow: hidden;*/
    background: #ffffff;
    display: block;
    /*display: flex;*/
    /* margin: auto;*/
    justify-content: space-between;
    -webkit-transition: 1s all ease;
    -moz-transition: 1s all ease;
    -o-transition: 1s all ease;
    transition: 1s all ease;
    position: static;
}
/*dropdown-menu--------------------*/
.preheader-line-dropdown-menu {
    display: flex;
    align-items: center;
}
.preheader-line-dropdown-menu a.button.button-dark{
    color: #ffffff;
    margin: 5px 0 0 0;
    text-transform: none;
    font-size: 14px;
    line-height: 14px;
    padding: 6px 20px 7px;
}
.preheader-line-dropdown-menu > li {}
.preheader-line-dropdown-menu > li:first-child {
    padding-left: 0;
}
.preheader-line-dropdown-menu > li:last-child {
    padding-right: 0;
}
.preheader-line-dropdown-branch {
    display: none;
    position: absolute;
    z-index: 101;
    top: 100%;
    background: #292929;
    padding: 10px 20px;
    white-space: nowrap;
    box-shadow: 0 26px 30px rgba(0, 0, 0, .05);
}
.preheader-line-dropdown-item {
    margin: 10px 0;
}
.preheader-line-dropdown-item a {
    display: block;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
}
.preheader-line-dropdown-item a:hover {
    color: #45a7ef;
    transition: 0.5s;
}
.preheader-line-dropdown-branch li + li {}


.content-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 0;
    min-width: 1240px;
    min-height: calc(100vh - 230px);       /* 200px - header*/
    align-items: center;
}
.page-content-wrapper {
    width: 100%;
    padding: 0 20px;
    min-width: 1240px;
    z-index: 0;
}

.page-content {
    width: 100%;
    min-width: 1240px;
    max-width: 1440px;
    margin: 0 auto;
    padding: 20px 0;
}

.page-content-wrapper-full {
    padding: 0;
}
.page-content-wrapper-full .page-content {
    max-width: 100%;
    padding: 0;
}


.side-col {
    width: 24%;
}
.basic-col {
    width: 73%;
    display: flex;
    flex-direction: column;
}

/***** flat-menu *****/

.flat-menu-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    background-image: url("/images/templ/page_header_bg.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    padding-top: 100px;
    margin-top: -100px;
}
.flat-menu-wrapper::after {
    content: "";
    position: absolute;
    top:0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.1);
    transition: 0.5s;
}
.flat-menu-wrapper .page-content {
    padding: 10px 0;
}
.flat-menu {
    width: 100%;
    min-height: 40px;
    margin: 0;
    padding: 0 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    z-index: 1;

}
.flat-menu a {
    color: #ffffff;
}
.flat-menu a:hover {
    color: #45a7ef;
}
.flat-menu > span {
    display: flex;
    align-items: center;
}
.flat-menu > span.flat-menu-home >a::before{
    font-family: 'Font Awesome 6';
/*    content: "\f015";*/
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    cursor: pointer;
    margin-right: 1px;
}
.flat-menu > span.flat-menu-home > a > span{}
.flat-menu > span.flat-menu-item::before{
    /*    font-family: 'Font Awesome 6';
        content: "\f105";*/
    content: "/";
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    margin: 0 5px;
}
.flat-menu > span:last-child::after {
    content: none;
}

.this-page-name {
    text-align: center;
    margin: 0;
    z-index: 1;
}

.this-page-subname-wrapper {
    margin: 40px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.this-page-note {
    width: 50%;
    margin: 0 auto 40px;
    text-align: center;
}

.blue-text {
    color: #45a7ef;
}



/*---------------------------------------------additional-box----------------------------*/
.additional-box-wrapper {

    width: 100%;
}
.additional-box-wrapper-head {

    font-size: 36px;

    text-align: left;

    margin: 0 0 20px 0;
}
.additional-box-wrapper-content {

    display: flex;

    flex-wrap: wrap;

    justify-content: space-between;

    /*max-height: 290px;*/

    overflow: hidden;
}
.additional-box {width: 18%;background: #FFF;padding: 10px;margin-bottom: 30px;}
.additional-box-photo {

    width: 100%;
}
.additional-box-photo img {
    width: 100%
}
.additional-box-info-wrapper {

    margin-top: 10px;
}
.additional-box-product-name {

    font-size: 16px;

    font-weight: bold;

    white-space: nowrap;

    overflow: hidden;
}
.additional-box-product-name a {
    color:#150e20;
}
.additional-box-product-name::after {
    content:"";
    width: 20px;
    height: 25px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 85%);
}
.additional-box-product-price {

    text-align: center;

    margin-top: 10px;
}



/*---------------------------------------------footer----------------------------*/

footer {
    width: 100%;
}


/* general */
.footer-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 5px 20px;
    min-width: 1240px;
}
.footer-content-wrapper {
    width: 100%;
    min-width: 1240px;
    max-width: 1440px;
    margin: 0 auto;

    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 0;
}


/* footer middle */

.footer-content-middle {}

.footer-content-middle .footer-content-wrapper {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-box:nth-child(1) {
    width: 20%;
}

.footer-box {
    width: 100%;
}

.footer-logo {
    width: 160px;
    height: auto;
}

.footer-box a {}
.footer-box-txt {}

.footer-menu {
    display: flex;
    justify-content: end;
}

.footer-menu-title {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.footer-menu-item {
    padding: 5px 10px;
    margin: 0 10px;
}
.footer-menu-item:last-child {
    margin-left: 100px;
    flex-shrink: 0;
}



.footer-menu-item a {
    display: block;
    font-weight: 600;
}

.footer-menu-item a:hover,
.footer-box a:hover{}



/* footer-bottom*/
.footer-bottom {      /*id="copyright-wrapper"*/
    width: 100%;
    padding: 5px 20px;
}

.footer-bottom .footer-content-wrapper {
    padding: 5px 0;
}

.footer-bottom-block {
    margin: 3px;
}
.footer-bottom-block.payments {
    order: 1;
    display: flex;
    align-items: center;
}

.ext-counters-code img {
    height: 28px;
    width: auto;
    margin-right: 20px;
}

.footer-bottom a,
.footer-bottom {
    font-size: 13px;
}

.banners-wrapper {
    width: 100%;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
}
.banner-left {
    width: 1338px;
}
.banner-right {

}
.banners-row {
    width: 100%;
    margin: auto;
    position: relative;
}
.banner {
    margin: 0 2px;
}
.ataka-product-slider {
    width: 100%;
    margin: auto;
}

.tooltip {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.tooltip .tooltiptext {
    visibility: hidden;
    background-color: #ffffff;
    text-align: center;
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
    box-shadow: 0 0 10px rgba(0,0,0, 0.2);
    border-radius: 6px;
    padding: 10px;
    position: absolute;
    z-index: 10;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.5s;
    width: 100%;
}
.tooltip .tooltiptext::before {
    font-family: 'Font Awesome 6';
    content: "\f0d7";
    font-weight: 900;
    font-size: 24px;
    line-height: 24px;
    color: #ffffff;
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
    transition: opacity 0.5s;
}





/**** slick ****/

.slick-track.transform-no {
    transform: translate3d(0px, 0px, 0px) !important;
}

.hover-arrow:hover .slick-prev,
.hover-arrow:hover .slick-next{
    /*    opacity: 1;
        transition: 0.5s;*/
}

.slick-prev,
.slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70px;
    height: 40px;
    cursor: pointer;
    opacity: 1;
    transition: 0.5s;
    background: #131213;
}

.slick-prev {
    left: -23px;
}
.slick-next {
    right: -23px;
}
@media screen and (max-width: 1560px) {
    .slick-prev {
        left: 10px;
    }
    .slick-next {
        right: 10px;
    }
}
/* top-slick-arrow */
.top-slick-arrow .slick-prev,
.top-slick-arrow .slick-next {
    top: -35px;
}
.top-slick-arrow .slick-prev {
    left: inherit;
    right: 80px;
}
.top-slick-arrow .slick-next {
    right: 0;
}

/* min-slick-arrow */
.min-slick-arrow .slick-prev,
.min-slick-arrow .slick-next{
    width: 35px;
    height: 35px;
}
.min-slick-arrow .slick-prev::before,
.min-slick-arrow .slick-next::after{
    font-size: 14px;
    line-height: 14px;
}

.min-slick-arrow  .slick-prev {
    left: -16px;
}
.min-slick-arrow  .slick-next {
    right: -16px;
}

.top-slick-arrow.min-slick-arrow .slick-prev,
.top-slick-arrow.min-slick-arrow .slick-next {
    top: -40px;
}
.top-slick-arrow.min-slick-arrow .slick-prev {
    left: inherit;
    right: 38px;
}
.top-slick-arrow.min-slick-arrow .slick-next {
    left: inherit;
    right: 0;
}

.title-bottom-line .top-slick-arrow.min-slick-arrow .slick-prev,
.title-bottom-line .top-slick-arrow.min-slick-arrow .slick-next {
    top: -40px;
}

.slick-prev::before,
.slick-next::after {
    font-family: 'Font Awesome 6';
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
    display: block;
    color: #ffffff;
    transition: 0.5s;
}

.slick-next::after {
    content: "\f105";
}
.slick-prev::before {
    content: "\f104";

}

.slick-prev:hover,
.slick-next:hover {
   background-color: #45a7ef;
    transition: 0.5s;
}



.slick-dots  {
    position: absolute;
    bottom: 12px;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 3px;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 16px;
    height: 16px;
    cursor: pointer;
    background: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    transition: 0.5s;
    box-shadow: 1px 1px 0 0 rgba(0,0,0,0.1);
}
.slick-dots li.slick-active button {
    background: #9d57f5;
    border: 1px solid #9d57f5;
    width: 24px;
}
.slick-dots li button:hover {
    background: #9d57f5;
    border: 1px solid #9d57f5;
}


.banners-row {
    width: 1338px;
    margin: 4px auto 0;
}

/* badges */

.badges-group {
    position: absolute;
    z-index: 2;
    left: 20px;
    top: 20px;
    text-align: right;
    display: flex;
    flex-direction: column;
}
.badge {
    margin-bottom: 2px;
    padding: 0 10px;
    height: 30px;
    /*    box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.08);*/
    display: flex;
    align-items: center;
    cursor: pointer;
    width: fit-content;
    overflow: hidden;
    transition: 0.5s;
    background-color: #000000;
    color: #ffffff;
    border-radius: 0;
}
.badge::before {
    font-family: 'Font Awesome 6';
/*    content: '\f129';*/
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #FFFFFF;
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.badge::after {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    /*  color: #FFFFFF;*/
    white-space: nowrap;
    flex-shrink: 1;
}

/* discount */
.badge.d {
    background: #EF5243;
}
.badge.d {
    width: 45px;
    padding-left: 10px;
    justify-content: center;
}
.badge.d::before {
    content: ""attr(data-type-d) "";
    width: auto;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
}

/* min-discount */
.badge.m {
    background: #EF5243;
}
.badge.m:hover{
    width: 70px;
}
.badge.m::before {
    content: "\f02c";
}
.badge.m::after {
    content: ""attr(data-type-m) "";
}

/* new */
.badge.n {
    background: #45a7ef;

}
.badge.n::before {
/*    content: '\f890';*/
}
.badge.n::after {
    content: ""attr(data-type-n) "";
}

/* populare */
.badge.p {
    background: #8B43EF;

}
.badge.p::before {
/*    content: '\f06d';*/
}
.badge.p::after {

    content: ""attr(data-type-p) "";
}

/* credit */
.badge.k {
    background: #000000;

}

.badge.k::before {
    content: "0%";
    font-style: normal;
    font-weight: 700;
    font-size: 10px;
    line-height: 15px;
    text-align: center;
}
.badge.k::after {
    content: ""attr(data-type-k) "";
}

/* gift */
.badge.g {
    background: #01de9c;

}
.badge.g::before {
/*    content: '\f06b';*/
}
.badge.g::after {
    content: ""attr(data-type-g) "";
}

/* complete */
.badge.c {
    background: #000000;

}
.badge.c::before {
/*    content: '\f0ae';*/
}
.badge.c::after {
    content: ""attr(data-type-c) "";
}

/* scrcollbar */

.scroll {
    overflow-y: auto;
}
body .scroll::-webkit-scrollbar{
    width: 5px;
    background: #eeeeee;
}
body .scroll::-webkit-scrollbar-thumb{
    background: #dddddd;
}
body .scroll{		/* firefox*/
    scrollbar-color: rgb(204,204,204, 0.4) rgba(238,238,238, 0.3);
    scrollbar-width: thin;  /* толщина auto/thin/none */
}

/*  js-preloader-active */
.js-preloader-active .preloader-cover{
    height: 4000px;
    transform: translate(-50%,-50%) rotate(45deg);
}
.preloader-cover{
    height: 0;
    width: 4000px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) rotate(45deg);
    background: #131213;
    position: fixed;
    z-index: 999;
    overflow: hidden;
    transition: .8s cubic-bezier(0.65, 0.05, 0.36, 1) .3s;
    overflow: hidden;
    will-change: top, left;
}


/* universal */

.ataka-full-box-link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.ataka-overflow-text::after {
    content: "";
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 90%);
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    bottom: 0;
}

.ataka-overflow-block::after {
    content: "";
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.9));
    position: absolute;
    right: 0;
    left: 0;
    height: 60px;
    bottom: 0;
}

.ataka-select select {
    /* удаляем стандартную стрелку*/
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-right: 20px;
}

.ataka-select::after {
    font-family: 'Font Awesome 6';
    content: "\f0d7";
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;
    color: #555555;
    pointer-events: none;
    position: absolute;
    right: 10px;
    top: calc(50% - 7px);
}

.ataka-word-hyphens {
    overflow-wrap: break-word;
    word-break: break-all;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
}
.ataka-video-container_16_9 {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%;
}

.ataka-video-container_16_9 iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}


.ataka-video-container_2_1 {
    width: 100%;
    aspect-ratio: 2/1;
    overflow: hidden;
    max-height: 800px;
    margin: 0 auto;
}

.ataka-video-container_2_1 video {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 0;
    width: 100%;
    height: auto;
    max-height: 100%;
}
.ataka-video-container_2_1 .video-play {
    position: absolute;
    left: 50%;
    top:50%;
    transform: translate(-50%, -50%) ;
    width: 100px;
    height: 100px;
    background-color: #131213;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ataka-video-container_2_1 .video-play::after {
    font-family: 'Font Awesome 6';
    content: "\f144";
    font-style: normal;
    font-weight: 400;
    font-size: 44px;
    line-height: 44px;
    cursor: pointer;
    color: #ffffff;
}





.ataka-clear-fix {
    float: none;
    clear: both;
}


.ataka-img-overlay::after {
    content: "";
    position: absolute;
    top:0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    transition: 0.5s;
    opacity: 0;
}



.bottom-line {
    text-align: center;
}

.bottom-line,
.bottom-line-left,
.bottom-line-left-min {
    padding-bottom: 10px;
}

.bottom-line::after,
.bottom-line-left::after,
.bottom-line-left-min::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 140px;
    height: 2px;
    background-color: #45a7ef;
}
.bottom-line::after{
    left: 50%;
    transform: translateX(-50%);
}
.bottom-line-left-min::after{
    width: 50px;
}


/*//////////////////////*/

.category-box-product-916 .category-box-product-footer {
    display: none;
}
.product-wrapper-916 .product-price,
.product-wrapper-916 .product-add-buttons-block{
    display: none;
}