html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
body {
    line-height:1;
}
* {
    -webkit-tap-highlight-color: transparent;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

ul, li {
    list-style:none;
}

input, select {
    vertical-align:middle;
}
*,
*::after,
*::before{
    padding: 0;
    margin: 0;
    box-sizing: border-box;   
}
a{
    color: inherit;
    text-decoration: none;
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
html,body{
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    scroll-behavior: smooth;
    background: #fff;
    color: #121212;
}
.body{
    min-width: 320px;
}
.body.no-scroll{
    overflow: hidden;
}
.container{
    max-width: 1712px;
    padding: 0 16px;
    margin: 0 auto;
}
.btn,
button{
    color: #FFF;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border: none;
    outline: none;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all .2s ease;
}
.btn{
    border-radius: 50px;
    background: #1D9CB2;
    padding: 16px;
}
.btn:hover{
    background-color: #161616;
    color: #fff;
}
.btn-2{
    border-radius: 50px;
    background-color: #121212;
    padding: 16px;
}
.btn-2:hover{
    background-color: #1D9CB2;
}
select,
input,
input::placeholder{
    color: #161616;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
select,
input{
    border: 1px solid #161616;
    outline: none;
    padding: 10px 16px;
    height: 56px;
    width: 100%;
}
select {
    align-items: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.99935 4.66602L7.99935 8.66602L11.9993 4.66602L13.3327 5.99935L7.99935 11.3327L2.66602 5.99935L3.99935 4.66602Z' fill='%23161616'/%3E%3C/svg%3E");
    background-position: right 16px center;
    background-repeat: no-repeat,repeat;
    background-size: 16px;
    box-sizing: border-box;
    display: inline-flex;
    padding-right: 40px;
    cursor: pointer;
}
main.main{
    overflow: hidden;
}
main.main.main-hidden{
    padding-top: 0;
}
.page-title{
    color: #FFF;
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}
.page-name{
    color: #FFF;
    font-size: 64px;
    font-weight: 300;
    line-height: normal;
    text-transform: uppercase;
}
@media (max-width: 1279px) {
    .container{
        max-width: 1000px;
    }
}
@media (max-width: 999px) {
    .container{
        max-width: 768px;
    }
    main.main{
        padding-top: 0;
    }
    .page-name{
        font-size: 55px;
    }
}
@media (max-width: 767px) {
    .container{
        max-width: 480px;
    }
    select, input, input::placeholder,
    .btn-2, .btn, button{
        font-size: 16px;
    }
    .page-title{
        font-size: 20px;
    }
    .page-name{
        font-size: 45px;
    }
    html,body{
        font-size: 14px;
    }
    select, input{
        height: 52px;
    }
}
@media (max-width: 479px) {
    .container{
        max-width: 390px;
    }
}
.header{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 111111;
    background: rgba(22, 22, 22, 0.98);
}
.header__logo{
    max-width: 258px;
    width: 100%;
    position: relative;
    z-index: 150;
}
.header__logo img{
    width: 100%;
}
.footer__logo,
.header__logo{
    display: flex;
    align-items: center;
    position: relative;
}
.footer__logo::after,
.header__logo::after{
    content: '';
    position: absolute;
    background-image: url('../img/light.webp');
    width: 110px;
    height: 110px;
    min-width: 110px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    top: -41px;
    left: -43px;
    transform: scale(0) rotate(0deg);
    transition: transform 0.5s ease;
    transform-origin: center;
}
.footer__logo:hover::after,
.header__logo:hover::after {
    animation: pulseRotate 1s ease;
}
@keyframes pulseRotate {
    0% {
        transform: scale(0) rotate(0deg);
    }
    50% {
        transform: scale(1) rotate(-45deg);
    }
    100% {
        transform: scale(0) rotate(-90deg);
    }
}
.header__menu ul,
.header__content,
.header__inner{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
.header__inner{
    padding: 24px 0 14px;
    gap: 40px;
}
.header__content{
    width: 100%;
    max-width: 970px;
    gap: 40px;
}
.header__menu{
    width: 100%;
    max-width: 781px;
}
.header__menu ul{
    width: 100%;
    gap: 10px;
}
.header__menu ul li a {
    display: inline-flex;
    font-weight: 500;
    color: #fff;
    font-size: 20px;
    transition: all .5s ease;
}
.header__lang-content a:hover,
.header__menu ul li a:hover,
.header__menu ul li a.active{
    color: #1D9CB2;
}
.header__lang{
    position: relative;
}
.header__lang-content{
    position: absolute;
    padding: 10px;
    background: rgba(22, 22, 22, 0.98);
    z-index: 1;
    top: 30px;
    left: -10px;
    flex-direction: column;
    gap: 4px;
    border-radius: 2px;
    display: none;
    flex-direction: column;
    gap: 15px;
}
.header__lang.active .header__lang-content{
    display: flex;
}
.header__lang-content a,
.header__lang-selected{
    font-weight: 700;
    line-height: normal;
    color: #fff;
}
.header__lang-selected{
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 4px;
}
.header__lang-selected:after{
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='13' viewBox='0 0 12 13' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3 4L6 7L9 4L10 5L6 9L2 5L3 4Z' fill='white'/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    width: 12px;
    height: 12px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
}
.header__lang.active .header__lang-selected:after{
    transform: rotate(-180deg);
}
.header__burger{
    display: none;
}
.header__burger svg:nth-of-type(2){
    display: none;
}
.header__menu .header__lang{
    display: none;
}
@media (max-width: 1279px) {
    .header__logo{
        max-width: 250px;
    }
}
@media (max-width: 999px) {
    .header__menu ul li a{
        font-size: 14px;
    }
    .header__logo{
        max-width: 140px;
    }
    .header__inner,
    .header__content{
        gap: 20px;
    }
    .header__logo::after {
        width: 70px;
        height: 70px;
        min-width: 70px;
        top: -28px;
        left: -23px;
    }
}
@media (max-width: 767px) {
    .header__inner{
        padding: 14px 0;
    }
    .header__menu{
        position: fixed;
        inset: 0;
        background-color: #161616;
        max-width: 100%;
        width: 100%;
        overflow: auto;
        z-index: 10;
        transform: translateX(100%);
        transition: all .5s ease;
    }
    .header__menu.active{
        transform: translateX(0);
    }
    .header__menu ul{
        flex-direction: column;
        align-items: center;
        gap: 40px;
        padding: 136px 20px 112px;
        height: 100%;
    }
    .header__menu ul li a{
        font-size: 20px;
    }
    .header__content{
        max-width: max-content;
    }
    .header__logo {
        max-width: 150px;
    }
    .header__burger{
        display: flex;
        position: relative;
        z-index: 150;
        width: 32px;
        height: 32px;
        min-width: 32px;
    }
    .header__menu.active ~ .header__burger svg:nth-of-type(2){
        display: block;
    }
    .header__menu.active ~ .header__burger svg:nth-of-type(1){
        display: none;
    }
    .header__menu .header__lang{
        display: flex;
    }
    .header__content > .header__lang{
        display: none;
    }
    .header__lang{
        margin-left: auto;
        margin-top: auto;
    }
}
@media (max-width: 479px) {

}
/* footer */
.footer{
    padding: 80px 0 16px;
    background: #161616;
    overflow: hidden;
}
.footer__inner{
    display: flex;
    justify-content: space-between;
    align-items: start;
    gap: 40px;
}
.footer__logo{
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 260px;
}
.footer__logo img{
    width: 100%;
}
.footer__box{
    display: flex;
    flex-direction: column;
    gap: 32px;
}
.footer__box:nth-of-type(3) .footer__name{
    color: #fff;
}
.footer__block{
    display: flex;
    flex-direction: column;
}
.footer__descr{
    line-height: normal;
    max-width: max-content;
    transition: all .5s ease;
    color: #fff;
}
.footer__descr + .footer__descr{
    margin-top: 22px;
}
.footer__descr a{
    transition: all .2s ease;
}
.footer__descr:hover a,
.footer__menu li a:hover{
    color: #1D9CB2;
}
.footer__content{
    width: 100%;
    max-width: 745px;
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
.footer__menu{
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.footer__menu li a{
    display: inline-flex;
    line-height: normal;
    color: #fff;
    transition: all .5s ease;
}
.footer__name{
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    color: #1D9CB2;
}
.footer__socials{
    display: flex;
    gap: 16px;
    align-items: center;
}
.footer__socials a{
    transition: all .5s ease;
}
.footer__socials a:hover{
    transform: scale(1.1);
}
.footer__bottom{
    margin-top: 90px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.footer__copy{
    text-align: center;
    color:#FFF;
    font-size: 13px;
    line-height: 25px;
}
.footer__created{
    color:#FFF;
    font-weight: 700;
    line-height: normal;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 9%;
}
.footer__created a{
    color: #1D9CB2;
}
.footer__created a:not(:hover){
    text-decoration: underline;
}
.footer__content .header__lang{
    display: none;
}
@media (max-width: 1279px) {

}
@media (max-width: 999px) {
    .footer__logo{
        max-width: 250px;
    }
    .footer__content{
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 40px;
        max-width: 400px;
    }
}   
@media (max-width: 767px) {
    .footer{
        padding: 60px 0 16px;
    }
    .footer__inner{
        flex-direction: column;
        gap: 40px;
    }
    .footer__content{
        max-width: 100%;
    }
    .footer__created{
        position: initial;
        transform: none;
    }
    .footer__bottom{
        flex-direction: column;
    }
    .footer__content + .header__lang{
        display: none;
    }
    .footer__content .header__lang{
        display: flex;
        margin: 0;
        height: max-content;
        margin-left: auto;
        margin-right: 30px;
    }
    .footer__box:nth-of-type(3){
        margin-right: -40px;
    }
}
@media (max-width: 479px) {

}


.hero{
    padding-top: 298px;
    height: 932px;
    background: #121212;
    position: relative;
    z-index: 10;
}
.hero__title{
    display: flex;
    flex-direction: column;
    color: #FFF;
    font-size: 40px;
    font-weight: 900;
    line-height: normal;
    text-transform: uppercase;
}
.hero__title span{
    margin-top: -41px;
    font-size: clamp(86px, 13.7vw, 236px);
    font-weight: 900;
    line-height: normal;
    letter-spacing: 0.708px;
    text-transform: uppercase;
}
.hero__video{
    margin-top: -50px;
    display: flex;
    align-items: center;
    height: 728px;
    overflow: hidden;
    border-radius: 42px;
    position: relative;
    box-shadow: 1px 29px 39px -12px rgba(18,18,18,0.74);
    -webkit-box-shadow: 1px 29px 39px -12px rgba(18,18,18,0.74);
    -moz-box-shadow: 1px 29px 39px -12px rgba(18,18,18,0.74);
}
.hero__video img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: all .3s ease-in-out;
}
.hero__video:hover img{
    transform: scale(1.1);
}
.play-btn{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    width: 160px;
    height: 160px;
    min-width: 160px;
    border-radius: 50%;
    background-color: #fff;
    color: #121212;
}
@media (max-width: 1279px) {
    .hero{
        padding-top: 158px;
        height: 600px;
    }
    .hero__title span{
        margin-top: -20px;
        font-size: clamp(86px, 10.7vw, 236px);
    }
    .hero__video{
        margin-top: 0;
        border-radius: 30px;
        height: 550px;
    }
}
@media (max-width: 999px) {
    .play-btn{
        width: 120px;
        height: 120px;
        min-width: 120px;
        font-size: 12px;
    }
}
@media (max-width: 767px) {
    .hero{
        padding-top: 224px;
        height: 757px;
    }
    .hero__title{
        font-size: 20px;
    }
    .hero__title span {
        margin-top: 0;
        word-break: break-all;
        letter-spacing: 0.258px;
        font-size: 86px;
    }
    .hero__video{
        margin-top: 45px;
        border-radius: 24px;
    }
    .hero::after {
        position: absolute;
        content: '';
        background-image: url('../img/faq-bg.webp');
        width: 100%;
        height: 400px;
        background-position: center;
        background-repeat: repeat-x;
        background-size: 375px;
        bottom: -180px;
        left: 50%;
        transform: translateX(-50%);
        z-index: -1;
    }
}
@media (max-width: 479px) {

}
/* popupVideo */
.popupVideo{
    position: fixed;
    inset: 0;
    overflow: auto;
    background-color: hwb(0 7% 93% / 0.8);
    z-index: 1111111;
    opacity: 0;
    pointer-events: none;
    transition: all .2s ease;
}
.popupVideo.active{
    opacity: 1;
    pointer-events: all;
}
.popupVideo__inner{
    width: 100%;
    max-width: 1680px;
    margin: 100px auto 2%;
    position: relative;
}
.popupVideo__video{
    display: flex;
    align-items: center;
    height: 839px;
    overflow: hidden;
    border-radius: 48px;
    width: 100%;
}
.popupVideo__video video{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.popupVideo__close{
    position: absolute;
    top: -80px;
    right: 0;
}
@media (max-width: 1279px) {
    .popupVideo__video{
        height: 600px;
    }
}
@media (max-width: 999px) {
    .popupVideo__video{
        border-radius: 30px;
        height: 530px;
    }
}
@media (max-width: 767px) {
    .popupVideo__video{
        border-radius: 24px;
        height: 530px;
    }
}
@media (max-width: 479px) {

}
/* popupVideo */
.popupPhoto{
    position: fixed;
    inset: 0;
    overflow: auto;
    background-color: hwb(0 7% 93% / 0.8);
    z-index: 1111111;
    opacity: 0;
    pointer-events: none;
    transition: all .2s ease;
}
.popupPhoto.active{
    opacity: 1;
    pointer-events: all;
}
.popupPhoto__inner{
    width: 100%;
    max-width: 1680px;
    margin: 100px auto 2%;
    position: relative;
}
.popupPhoto__close{
    position: absolute;
    top: -80px;
    right: 0;
}
.popupPhoto__bottom{
    margin-top: 24px;
    overflow: hidden;
}
.popupPhoto__bottom .swiper-slide{
    display: flex;
    align-items: center;
    width: 260px;
    height: 172px;
    border-radius: 16px;
    overflow: hidden;
    cursor: pointer;
}
.popupPhoto__content-image{
    overflow: hidden;
    border-radius: 42px;
}
.popupPhoto__content-image .swiper-slide{
    display: flex;
    align-items: center;
    height: 800px;
    position: relative;
    overflow: hidden;
    border-radius: 42px;
}
.popupPhoto__content-image .swiper-slide::after{
    content: '';
    position: absolute;
    background-image: url('../img/imagesBlock/logo.webp');
    width: 543px;
    height: 129px;
    bottom: 80px;
    left: 40px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.popupPhoto__content-image .swiper-slide img,
.popupPhoto__bottom .swiper-slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.popupPhoto__content-top{
    width: 100%;
    position: relative;
}
.popupPhoto__top img{
    width: 100%;
}
.popupPhoto__content-prev{
    position: absolute;
    bottom: 20%;
    left: -48px;
    z-index: 10;
}
.popupPhoto__content-next{
    position: absolute;
    bottom: 20%;
    right: -48px;
    z-index: 10;
}
.popupPhoto__bottom .swiper-slide.swiper-slide-thumb-active{
    border: 2px solid #1D9CB2;
}
@media (max-width: 1279px) {
    .popupPhoto__content-image .swiper-slide{
        height: 550px;
    }
    .popupPhoto__content-next svg,
    .popupPhoto__content-prev svg{
        width: 80px;
        height: auto;
    }
    .popupPhoto__content-next{
        right: -18px;
    }
    .popupPhoto__content-prev{
        left: -18px;
    }
    .popupPhoto__content-image .swiper-slide::after {
        width: 313px;
        height: 129px;
        bottom: 10px;
        left: 40px;
    }
}
@media (max-width: 999px) {
    .popupPhoto__content-image,
    .popupPhoto__content-image .swiper-slide{
        border-radius: 30px;
    }
}
@media (max-width: 767px) {
    .popupPhoto__content-image .swiper-slide{
        height: 400px;
        border-radius: 24px;
    }
    .popupPhoto__content-image{
        border-radius: 24px;
    }
    .popupPhoto__bottom .swiper-slide {
        width: 190px;
        height: 122px;
        border-radius: 8px;
    }
    .popupPhoto__content-image .swiper-slide::after {
        width: 183px;
        height: 129px;
        bottom: 10px;
        left: 23px;
        height: 70px;
    }
    .popupPhoto__content-prev,
    .popupPhoto__content-next{
        display: none;
    }
}
@media (max-width: 479px) {

}
/* about */
.about{
    position: relative;
    z-index: 1;
    padding-top: 477px;
    padding-bottom: 180px;
    overflow: hidden;
}
.about::before{
    content: '';
    position: absolute;
    z-index: -1;
    width: 559px;
    height: 100%;
    background-position: center right;
    background-repeat: repeat-y;
    background-size: contain;
    background-image: url('../img/about-bg.webp');
    top: 0;
    bottom: 0;
    right: 0;
}
.about__name{
    position: absolute;
    color: #FAFAFA;
    font-size: 236px;
    font-weight: 900;
    line-height: normal;
    letter-spacing: 0.708px;
    text-transform: uppercase;
    left: 0;
    bottom: -84px;
}
.about__content{
    width: 100%;
    max-width: 1112px;
}
.about__title{
    font-size: 32px;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 30px;
}
.about__descr{
    font-size: 20px;
    font-weight: 700;
    line-height: 32px;
}
@media (max-width: 1279px) {
    .about{
        padding-top: 380px;
    }
    .about__name{
        font-size: 190px;
    }
}
@media (max-width: 999px) {
    .about {
        padding-bottom: 120px;
    }
    .about__name {
        bottom: -54px;
        font-size: 140px;
    }
    .about__descr{
        font-size: 18px;
    }
}
@media (max-width: 767px) {
    .about::before{
        content: none;
    }
    .about {
        padding-top: 398px;
        padding-bottom: 80px;
    }
    .about__title{
        font-size: 24px;
    }
    .about__descr{
        font-size: 16px;
    }
    .about__name{
        display: none;
    }
}
@media (max-width: 479px) {

}
/* action */
.action{
    background-image: url('../img/action-bg.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 150px 0;
}
.action__inner{
    display: flex;
    gap: 40px;
    justify-content: space-between;
}
.action__content{
    width: 100%;
    max-width: 546px;
}
.action__title{
    color: #1D9CB2;
    font-size: 96px;
    font-weight: 900;
    line-height: normal;
    text-transform: uppercase;
}
.action__name{
    margin-top: 24px;
    color: #FFF;
    font-size: 32px;
    font-weight: 700;
    line-height: 32px;
}
.action__descr{
    color: #FFF;
    margin-top: 24px;
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
}
.action__block{
    width: 100%;
    max-width: 867px;
    display: flex;
    align-items: start;
    gap: 20px;
    justify-content: space-between;
}
.action__item-name{
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    padding: 4px 8px;
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.20);
    max-width: max-content;
    margin: 24px auto 0;
}
.action__item-circle{
    width: 192px;
    height: 192px;
    min-width: 192px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.action__item .number{
    text-align: center;
    color: #1D9CB2;
    font-size: 51px;
    width: 60px;
    min-width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}
.ticks {
    position: absolute;
    top: 23px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.ticks span {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1.39px;
    height: 5.84px;
    background-color: #1D9CB2;
    opacity: 0.52;
    transform-origin: center 75px;
    transition: opacity 0.3s linear;
}
.circle-svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.circle-svg svg{
    width: 164px;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.circle-svg::before{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='158' height='156' viewBox='0 0 158 156' fill='none'%3E%3Cpath d='M78.8626 148.042C39.8894 148.042 8.3396 116.707 8.3396 78C8.3396 39.2928 39.8894 7.95835 78.8626 7.95835C117.836 7.95835 149.386 39.2928 149.386 78C149.386 116.707 117.681 148.042 78.8626 148.042ZM78.8626 0.124756C35.559 0.124756 0.452148 34.992 0.452148 78C0.452148 121.008 35.559 155.875 78.8626 155.875C122.166 155.875 157.273 121.008 157.273 78C157.273 34.992 122.166 0.124756 78.8626 0.124756Z' fill='%231D9CB2'/%3E%3C/svg%3E");
    width: 156px;
    height: 156px;
    background-position: center;
    background-repeat: no-repeat;
}
.dot-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 167px;
    height: 167px;
    pointer-events: none;
    z-index: 4;
}
.dot-image{
    filter: blur(2px);
}
.dot-image {
    width: 20px;
    height: 20px;
    position: absolute;
    transform: translate(-50%, -50%);
}
@media (max-width: 1279px) {
    .action__inner{
        flex-direction: column;
    }
    .action__block{
        max-width: 100%;
    }
}
@media (max-width: 999px) {
    .action{
        padding: 100px 0;
    }
    .action__block {
        gap: 0;
        display: grid;
        grid-template-columns: repeat(4, 187px);
    }
}
@media (max-width: 767px) {
    .action{
        padding: 80px 0;
    }
    .action__title{
        font-size: 64px;
    }
    .action__name{
        font-size: 24px;
    }
    .action__descr{
        font-size: 16px;
    }
    .action__item-circle {
        width: 78px;
        height: 78px;
        min-width: 78px;
    }
    .circle-svg::before {
        width: 62px;
        background-size: 100%;
        height: 62px;
    }
    .dot-container {
        width: 62px;
        height: 62px;
    }
    .action__item-name{
        margin: 14px auto 0;
        font-size: 12px;
    }
    .action__item{
        margin: 0 auto;
        max-width: max-content;
    }
    .action__block {
        grid-template-columns: repeat(4, 1fr);
    }
    .circle-svg svg{
        width: 64px;
    }
    .action__item .number{
        font-size: 20px;
    }
    .dot-image{
        width: 11px;
        height: auto;
    }
    .ticks{
        top: -37px;
    }
}
@media (max-width: 479px) {

}
/* imagesBlock */
.imagesBlock{
    padding: 80px 0;
}
.imagesBlock__block{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 348px;
    gap: 24px;
}
.imagesBlock__item-large{
    grid-column: span 2;
    grid-row: span 2;
}
.imagesBlock__item{
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    position: relative;
    border-radius: 48px;
    cursor: pointer;
}
.imagesBlock__item-image{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: all .3s ease-in-out;
}
.imagesBlock__item:hover .imagesBlock__item-image{
    transform: scale(1.1);
}
.imagesBlock__item-logo{
    position: absolute;
    width: 100%;
    max-width: 290px;
}
.imagesBlock__item-fill{
    grid-column: span 2;
}
.imagesBlock__item-large .imagesBlock__item-logo{
    left: 34px;
    bottom: 52px;
}
.imagesBlock__item-fill .imagesBlock__item-logo{
    top: 32px;
    left: 32px;
}
.imagesBlock__item:not(.imagesBlock__item-large):not(.imagesBlock__item-fill) .imagesBlock__item-logo{
    right: 200px;
    bottom: 105px;
    width: 192px;
    transform: rotate(-90deg);
}
.imagesBlock__item:not(.imagesBlock__item-large):not(.imagesBlock__item-fill) .imagesBlock__item-logo.imagesBlock__item-end{
    right: -60px;
    left: initial;
}
@media (max-width: 1279px) {
    .imagesBlock__block{
        grid-auto-rows: 300px;
    }
}
@media (max-width: 999px) {
    .imagesBlock__block {
        grid-template-columns: repeat(2, 1fr);
    }
    .imagesBlock__item{
        border-radius: 30px;
    }
}
@media (max-width: 767px) {
    .imagesBlock{
        padding: 58px 0 56px;
    }
    .imagesBlock__block{
        grid-auto-rows: 144px;
        gap: 16px;
    }
    .imagesBlock__item-large .imagesBlock__item-logo {
        left: 16px;
        bottom: 32px;
    }
    .imagesBlock__item-logo{
        max-width: 173px;
    }
    .imagesBlock__item {
        border-radius: 24px;
    }
    .imagesBlock__item-fill .imagesBlock__item-logo {
        top: 16px;
        left: 16px;
    }
    .imagesBlock__item:not(.imagesBlock__item-large):not(.imagesBlock__item-fill) .imagesBlock__item-logo{
        width: 67px;
        bottom: 41px;
    }
    .imagesBlock__item:not(.imagesBlock__item-large):not(.imagesBlock__item-fill) .imagesBlock__item-logo.imagesBlock__item-end{
        right: -11px;
    }
    .imagesBlock__item:not(.imagesBlock__item-large):not(.imagesBlock__item-fill) .imagesBlock__item-logo{
        right: 111px;
    }
}
@media (max-width: 479px) {

}
/* product */
.product{
    width: 100%;
    padding: 71px 0 410px;
    position: relative;
}
.product::after{
    position: absolute;
    inset: 0;
    content: '';
    background-position: top center;
    background-repeat: repeat-x;
    background-image: url('../img/product-bg.webp');
}
.product__name{
    position: absolute;
    color: #FFF;
    font-size: clamp(100px, 13vw, 236px);
    font-weight: 900;
    line-height: normal;
    letter-spacing: 0.708px;
    text-transform: uppercase;
    bottom: 126px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}
.product__slider-pagination{
    display: none;
}
.product__inner{
    display: flex;
    align-items: center;
    gap: 60px;
    min-height: 500px;
}
button.product__slider-prev,
button.product__slider-next{
    position: relative;
    z-index: 10;
}
.product__slider{
    width: 100%;
    overflow: hidden;
}
.product__slide {
    display: flex;
    align-items: center;
    gap: 63px;
    transition: all 0.3s ease;
}
.product__slide-content{
    width: 100%;
    max-width: 372px;
}
.product__slide:not(.swiper-slide-active) .product__slide-content{
    display: none;
}
.product__slide-title{
    color: #FFF;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
}
.product__slide-descr{
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    margin-top: 20px;
}
.product__slide-volume{
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    margin-top: 20px;
}
.product__slide-price{
    color: #FFF;
    font-size: 32px;
    font-weight: 700;
    line-height: normal;
    margin-top: 20px;
}
.product__slide-block{
    margin-top: 32px;
    display: flex;
    gap: 32px;
    align-items: center;
}
.product__slide-buy{
    width: 100%;
    max-width: 192px;
}
.product__slide-more{
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
}
.product__slide-more:not(:hover){
    text-decoration: underline;
}
.product__slide-image{
    width: max-content;
    max-width: 123px;
    filter: blur(2px);
    display: flex;
    align-items: center;
    transition: all 0.3s ease; 
}
.product__slide-image img{
    width: max-content;
    max-width: 100%;
    transition: all 0.3s ease;
}
.product__slide.swiper-slide-prev .product__slide-image{
    transform: rotate(-24deg) translateY(83px);   
}
.product__slide.swiper-slide-prev{
    justify-content: start;
}
.product__slide.swiper-slide-next{
    justify-content: end;
}
.product__slide.swiper-slide-next .product__slide-image{
    transform: rotate(24deg) translateY(83px);    
}
.product__slide.swiper-slide-active .product__slide-image{
    max-width: 206px;
    min-width: 206px;
    filter: blur(0px);
    transform: rotate(0deg) translateY(0px);    
}
.product__slide.swiper-slide-active{
    position: relative;
    z-index: 11;
}
.product__slide.swiper-slide-active .product__slide-content{
    margin-right: -230px; 
}
.btn-disabled {
    opacity: 0.4;
    cursor: not-allowed;
}
@media (max-width: 1279px) {
    .product {
        padding: 71px 0 210px;
    }
    .product__inner{
        gap: 20px;
    }
    .product__slider-next svg,
    .product__slider-prev svg{
        width: 80px;
        height: auto;
    }
    .product__slide-image{
        max-width: 94px;
    }
    .product__slide.swiper-slide-active .product__slide-image {
        max-width: 176px;
        min-width: 176px;
    }
    .product__slide{
        gap: 20px;
    }
    .product__slide.swiper-slide-active .product__slide-content{
        margin-right: 0;
    }
}
@media (min-width: 1000px) {
    .product__slide.swiper-slide-active{
        margin-left: -100px;
        margin-right: 100px !important;
    }
}
@media (max-width: 999px) {
    .product{
        padding: 71px 0;
        min-height: 1052px;
        background-color: #121212;
    }
    .product__slide{
        flex-direction: column;
    }
    .product__slide.swiper-slide-active .product__slide-content {
        margin-right: -200px;
        margin-left: -200px;
        width: auto;
        max-width: none;
    }
    .product::after{
        background-size: 375px;
        bottom: -70px;
        background-position: bottom;
    }
    .product__name{
        bottom: -55px;
    }
    .product__slide.swiper-slide-active .product__slide-image {
        max-width: 136px;
        min-width: 136px;
    }
}
@media (max-width: 767px) {
    .product{
        min-height: 612px;
    }
    .product__inner {
        min-height: auto;
    }
    button.product__slider-prev, button.product__slider-next{
        display: none;
    }
    .product__slide.swiper-slide-active .product__slide-content {
        margin-right: -113px;
        margin-left: -113px;
    }
    .product__slider-pagination.swiper-pagination-bullets {
        display: flex;
        position: absolute;
        top: 359px;
        left: 50%;
        transform: translateX(-50%);
        bottom: initial;
        align-items: center;
        justify-content: center;
        z-index: 11;
        gap: 24px;
        flex-wrap: wrap;
    }
    .product__slider-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 !important;
        opacity: 1;
        background-color: #fff;
        opacity: 0.2;
    }
    .product__slider-pagination.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
        opacity: 1;
    }
    .product__slide.swiper-slide-active .product__slide-image {
        max-width: 85px;
        min-width: 85px;
    }
    .product__slide-image {
        max-width: 37px;
    }
    .product__slide{
        min-height: 300px;
        gap: 34px;
    }
    .product__slide.swiper-slide-next {
        justify-content: start;
    }
    .product__slide-title{
        font-size: 16px;
    }
    .product__slide-volume,
    .product__slide-descr{
        font-size: 14px;
    }
    .product__slide-price{
        font-size: 24px;
    }
    .product__slide-more{
        font-size: 16px;
    }
    .product__slide-buy{
        height: 44px;
    }
    .product__name {
        bottom: -54px;
        font-size: 54px;
    }
}
@media (max-width: 340px) {
    .product__slide.swiper-slide-active .product__slide-content {
        width: calc(100vw - 32px);
    }
}
/* infoBlock */
.infoBlock{
    padding: 37px 0 67px;
}
.infoBlock__select{
    display: flex;
    gap: 24px;
    align-items: center;
}
.infoBlock__select-btn{
    gap: 16px;
    border-radius: 50px;
    background: #EDEDED;
    padding: 8px 16px;
    color: #121212;
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
    text-transform: none;
    text-align: left;
}
.infoBlock__select-btn::before{
    content: '';
    width: 48px;
    height: 48px;
    min-width: 48px;
    border-radius: 50%;
    background-image: url('../img/infoBlock-btns.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.7;
}
.infoBlock__select-btn.active::before{
    opacity: 1;
}
.infoBlock__select-btn.active{
    background-color: #1D9CB2;
    color: #FFF;
}
.infoBlock__result{
    margin-top: 40px;
}
.infoBlock__result-content{
    display: flex;
    gap: 26px;
}
.infoBlock__result-content:not(.active){
    display: none;
}
.infoBlock__left{
    width: 100%;
    max-width: 1110px;
}
.infoBlock__video{
    box-shadow: 1px 29px 39px -12px rgba(18,18,18,0.74);
    -webkit-box-shadow: 1px 29px 39px -12px rgba(18,18,18,0.74);
    -moz-box-shadow: 1px 29px 39px -12px rgba(18,18,18,0.74);
    display: flex;
    height: 576px;
    width: 100%;
    border-radius: 42px;
    align-items: center;
    overflow: hidden;
    position: relative;
}
.infoBlock__video-image{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: all .3s ease-in-out;
}
.infoBlock__video:hover .infoBlock__video-image{
    transform: scale(1.1);
}
.infoBlock__content{
    margin-top: 46px;
    width: 100%;
    max-width: 544px;
}
.infoBlock__title{
    font-size: 40px;
    font-weight: 700;
    line-height: 32px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.infoBlock__title span{
    font-size: 20px;
    line-height: 41px;
}
.infoBlock__block{
    margin-top: 16px;
    padding: 32px 0 48px;
    display: grid;
    grid-template-columns: 1fr 260px;
    align-items: center;
    gap: 24px;
    border-top: 1px solid #121212;
    border-bottom: 1px solid #121212;
}
.infoBlock__volume{
    grid-column: span 2;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
}
.infoBlock__price{
    font-size: 32px;
    font-weight: 700;
    line-height: normal;
}
.infoBlock__more{
    margin-top: 24px;
    display: flex;
    flex-direction: column;
    gap: 32px;
}
.infoBlock__more-title{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    cursor: pointer;
    border-radius: 8px;
    background: #EDEDED;
    padding: 4px 24px 4px 10px;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
}
.infoBlock__more-title::after{
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M8 0H12V20H8V0Z' fill='%23121212'/%3E%3Cpath d='M0 12V8H20V12H0Z' fill='%23121212'/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    min-width: 20px;
    display: block;
}
.infoBlock__more-content{
    margin-top: 24px
}
.infoBlock__more-content ul li{
    padding-left: 24px;
    position: relative;
}
.infoBlock__more-content ul li::before{
    content: '';
    position: absolute;
    width: 2px;
    height: 2px;
    border-radius: 50%;
    background-color: #121212;
    left: 9px;
    top: 10px;
}
.infoBlock__more-content ul,
.infoBlock__more-content ul li + li{
    margin-top: 10px;
}
.infoBlock__more-content ol {
    list-style: none;
    counter-reset: custom-counter;
}
.infoBlock__more-content ol li {
    counter-increment: custom-counter;
    position: relative;
}
.infoBlock__more-content ol li::before {
    content: counter(custom-counter) ".";
    font-weight: normal;
}
.infoBlock__more-item:not(.active) .infoBlock__more-content{
    display: none; 
}
.infoBlock__more-item.active .infoBlock__more-title::after{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='4' viewBox='0 0 20 4' fill='none'%3E%3Cpath d='M0 0H20V4H0V0Z' fill='%23121212'/%3E%3C/svg%3E");
}
@media (max-width: 1279px) {

}
@media (max-width: 999px) {
    .infoBlock__select{
        overflow: auto;
    }
    .infoBlock__select-btn{
        text-wrap: nowrap;
    }
    .infoBlock__select-btn{
        font-size: 20px;
    }
    .infoBlock__block{
        grid-template-columns: 1fr;
    }
    .infoBlock__volume{
        grid-column: auto;
    }
    .infoBlock__video{
        height: 450px;
        border-radius: 30px;
    }
    .infoBlock {
        padding: 147px 0 67px;
    }
}
@media (max-width: 767px) {
    .infoBlock__video{
        height: 375px;
        border-radius: 24px;
    }
    .infoBlock__result-content{
        flex-direction: column;
        gap: 100px;
    }
    .infoBlock__select{
        gap: 8px;
        margin: 0 -16px;
        padding: 0 16px;
    }
    .infoBlock__select-btn{
        gap: 8px;
        padding: 2px 4px;
        font-size: 14px;
    }
    .infoBlock__select-btn::before {
        width: 24px;
        height: 24px;
        min-width: 24px;
    }
    .infoBlock__result{
        margin-top: 24px;
    }
    .infoBlock__content{
        margin-top: 0;
        max-width: 100%;
    }
    .infoBlock__title{
        font-size: 24px;
    }
    .infoBlock__title span {
        font-size: 14px;
        line-height: 32px;
    }
    .infoBlock__block{
        margin-top: 8px;
        padding: 24px 0;
    }
    .infoBlock__volume{
        font-size: 14px;
    }
    .infoBlock__price{
        font-size: 24px;
    }
    .infoBlock__more{
        margin-top: 19px;
    }
    .infoBlock__more-title{
        font-size: 16px;
        padding-right: 8px;
    }
    .infoBlock__more-title::after {
        width: 12px;
        height: 12px;
        min-width: 12px;
    }
}
@media (max-width: 479px) {

}
/* reviews */
.reviews{
    padding: 346px 0 177px;
    position: relative;
    z-index: 1;
}
.reviews::before{
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-position: top center;
    background-repeat: repeat-x;
    background-image: url('../img/reviews-bg.webp');
    width: 110%;
    height: 1151px;
    z-index: -1;
}
.reviews__inner{
    display: flex;
    align-items: start;
    gap: 80px;
}
.reviews__left{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 111px;
    width: 100%;
    max-width: 378px;
}
.reviews__title{
    color: #FFF;
    font-size: 72px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.reviews__title span{
    font-size: 40px;
    text-transform: none;
}
.reviews__content{
    width: 100%;
    max-width: 1254px;
    overflow: hidden;
    display: flex;
}
.reviews__slider{
    overflow: hidden;
    width: 100%;
}
.reviews__slides{
    color: #FFF;
    font-size: 32px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    display: flex;
    gap: 43px;
    align-items: end;
}
.reviews__slides span{
    font-size: 236px;
    line-height: 177px;
    font-weight: 400;
}
.reviews__slide{
    display: flex;
    align-items: center;
    gap: 24px;
}
.reviews__slide-message{
    font-size: 20px;
    color: #FFF;
    font-weight: 700;
    line-height: normal;
    width: 100%;
    max-width: 402px;
}
.reviews__slide-video{
    display: flex;
    align-items: center;
    overflow: hidden;
    border-radius: 42px;
    height: 492px;
    width: 100%;
    max-width: 828px;
    position: relative;
}
.reviews__slide-video img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: all .3s ease-in-out;
}
.reviews__slide-video:hover img{
    transform: scale(1.1);
}
@media (max-width: 1279px) {
    .reviews__slide{
        flex-direction: column;
        align-items: start;
    }
    .reviews__slide-message{
        max-width: 100%;
    }
    .reviews::before{
        top: 70px;
    }
}
@media (max-width: 999px) {
    .reviews {
        background-color: #121212;
        padding: 86px 0 107px;
        margin-top: 40px;
        margin-bottom: 80px;
    }
    .reviews__inner{
        flex-direction: column;
    }
    .reviews__left{
        flex-direction: row;
        max-width: 100%;
        gap: 10px;
    }
    .reviews__slides{
        gap: 20px;
    }
    .reviews__slides span {
        font-size: 126px;
        line-height: 100px;
    }
    .reviews::before {
        background-position: bottom center;
        background-size: 385px;
        bottom: -80px;
        top: initial;
        pointer-events: none;
    }
    .reviews::after {
        content: '';
        position: absolute;
        top: -80px;
        left: 50%;
        transform: translateX(-50%) scaleY(-1);
        background-position: bottom;
        background-repeat: repeat-x;
        background-size: 385px;
        background-image: url('../img/reviews-bg.webp');
        width: 100%;
        height: 100px;
        z-index: -1;
        pointer-events: none;
    }
    .reviews__title{
        font-size: 60px;
        gap: 10px;
    }
    .reviews__slide-video{
        border-radius: 30px;
    }
}
@media (max-width: 767px) {
    .reviews{
        padding-top: 40px;
    }
    .reviews__inner{
        gap: 24px;
    }
    .reviews__title{
        font-size: 40px;
    }
    .reviews__title span{
        font-size: 20px;
    }
    .reviews__slides span {
        font-size: 80px;
        line-height: 62px;
    }
    .reviews__slides {
        gap: 8px;
        font-size: 14px;
    }
    .reviews__slide-video{
        height: 375px;
        border-radius: 24px;
    }
    .reviews__slide{
        gap: 44px;
    }
    .reviews__slide-message{
        font-size: 14px;
    }
}
@media (max-width: 479px) {

}
/* guarantee */
.guarantee{
    background-color: #EDEDED;
    margin-top: -50px;
    padding: 0 0 80px;
}
.guarantee__inner{
    width: 100%;
    max-width: 1396px;
    margin: 0 auto;
}
.guarantee__title{
    color: #FFF;
    font-size: 220px;
    font-weight: 900;
    line-height: normal;
    letter-spacing: 0.66px;
    text-transform: uppercase;
    text-align: center;
}
.guarantee__block{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 230px 30px;
}
.guarantee__item{
    position: relative;
}
.guarantee__item-top{
    display: flex;
    gap: 43px;
    align-items: end;
}
.guarantee__item-num{
    color: #1D9CB2;
    font-size: 96px;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}
.guarantee__item-title{
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 18px;
}
.guarantee__item-message{
    margin-top: 25px;
    max-width: 402px;
}
.guarantee__item-middle{
    grid-row: span 2;
    border-radius: 498px;
    background: linear-gradient(323deg, #FAFAFA 13.5%, #F4F5F9 28.83%, #D4D4DB 86.48%);
    width: 498px;
    height: 498px;
    min-width: 498px;
    margin: auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.guarantee__item-middle::after{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url('../img/guarantee/guarantee-bg.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 356px;
    height: 356px;
    z-index: 2;
    filter: drop-shadow(-8px -4px 16px rgba(251, 251, 251, 0.8));
}
.guarantee__item-middle--number{
    color: #FFF;
    font-size: 96px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    position: relative;
    z-index: 10;
}
.guarantee__item-middle--number span{
    font-size: 64px;
}
.guarantee__item-icon{
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 10;
    width: 71px;
    height: 71px;
}
.guarantee__item-icon img{
    filter: drop-shadow(6px 12px 32px rgba(0, 0, 0, 0.40));
}
.guarantee__item-icon::before{
    content: '';
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 1000px;
    background: linear-gradient(144deg, rgba(237, 237, 237, 0.02) 0%, rgba(237, 237, 237, 0.08) 100%);
    backdrop-filter: blur(8px);
    width: 96px;
    height: 96px;
    min-width: 96px;
}
.guarantee__item-icon:nth-of-type(1){
    top: 75px;
    left: 51px;
}
.guarantee__item-icon:nth-of-type(2){
    top: 75px;
    right: 51px;
}
.guarantee__item-icon:nth-of-type(3){
    bottom: 75px;
    left: 51px;
}
.guarantee__item-icon:nth-of-type(4){
    bottom: 75px;
    right: 51px;
}
.guarantee__item-top{
    position: relative;
    z-index: 1;
}
.guarantee__item-top::after{
    content: '';
    position: absolute;
    bottom: -55px;
    left: 0;
    background-image: url("../img/guarantee/line.webp");
    width: 478px;
    height: 55px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left top;
}
.guarantee__item:nth-of-type(3) .guarantee__item-num{
    color: #EF6C0E;
}
.guarantee__item:nth-of-type(4) .guarantee__item-num{
    color: #EB1044;
}
.guarantee__item:nth-of-type(5) .guarantee__item-num{
    color: #941DB2;
}
@media (max-width: 1279px) {
    .guarantee__title{
        font-size: 120px;
    }
    .guarantee__block{
        grid-template-columns: 1fr 196px 1fr;
    }
    .guarantee__item-middle {
        width: 298px;
        height: 298px;
        min-width: 298px;
        transform: translateX(-51px);
    }
    .guarantee__item-middle::after {
        width: 196px;
        height: 196px;
    }
    .guarantee__item-icon:nth-of-type(1) {
        top: -32px;
        left: 46px;
    }
    .guarantee__item-icon:nth-of-type(2) {
        top: -24px;
        right: 46px;
    }
    .guarantee__item-icon:nth-of-type(3) {
        bottom: -4px;
        left: 46px;
    }
    .guarantee__item-icon:nth-of-type(4) {
        bottom: -11px;
        right: 46px;
    }
    .guarantee__item-top{
        gap: 20px;
        padding-bottom: 20px;
    }
    .guarantee__item-title{
        margin-bottom: 0;
    }
    .guarantee__item-num{
        font-size: 46px;
    }
    .guarantee__item-middle--number{
        font-size: 47px;
    }
    .guarantee__item-middle--number span{
        font-size: 30px;
    }
}
@media (min-width: 1000px) {
    .guarantee__item:nth-of-type(5) .guarantee__item-top,
    .guarantee__item:nth-of-type(3) .guarantee__item-top{
        flex-direction: row-reverse;
        text-align: right;
    }
    .guarantee__item:nth-of-type(3) .guarantee__item-top::after {
        transform: scaleX(-1);
        right: 0;
        left: initial;
    }
    .guarantee__item:nth-of-type(4) .guarantee__item-top::after {
        transform: scaleY(-1);
        bottom: 0;
    }
    .guarantee__item:nth-of-type(5) .guarantee__item-top::after {
        transform: scaleY(-1) scaleX(-1);
        bottom: 0;
        left: initial;
    }
}
@media (max-width: 999px) {
    .guarantee__title {
        font-size: 91px;
    }
    .guarantee__block{
        grid-template-columns: 1fr;
        gap: 0;
        position: relative;
        margin-left: 50px;
    }
    .guarantee__item-middle{
        position: absolute;
        top: 50%;
        transform: rotate(-90deg) translateY(-140px) translateX(50%);
    }
    .guarantee__item-message{
        margin-top: 5px;
    }
    .guarantee__item:nth-of-type(3){
        margin-left: 250px;
        margin-top: 20px;
    }
    .guarantee__item:nth-of-type(4){
        margin-left: 250px;
        margin-top: 100px;
    }
    .guarantee__item:nth-of-type(1) .guarantee__item-top::after {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='257' height='86' viewBox='0 0 257 86' fill='none'%3E%3Ccircle cx='3.01847' cy='82.1664' r='3.01847' fill='%23D9D9D9'/%3E%3Cpath d='M2.95923 82V1H255.354' stroke='%23D9D9D9' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
        width: 375.354px;
        height: 124.185px;
        left: -20px;
        bottom: -114px;
    }
    .guarantee__item:nth-of-type(4) .guarantee__item-top::after,
    .guarantee__item:nth-of-type(3) .guarantee__item-top::after {
        bottom: -46px;
        left: -53px;
        width: 414px;
        height: 55px;
        background-size: contain;
        background-repeat: no-repeat;
        transform: scaleX(-1);
        background-position: left top;
    }
    .guarantee__item:nth-of-type(4) .guarantee__item-top::after {
        transform: scaleX(-1) scaleY(-1);
        bottom: 4px;
    }
    .guarantee__item:nth-of-type(5){
        margin-top: 20px;
    }
    .guarantee__item:nth-of-type(5) .guarantee__item-top::after {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='257' height='86' viewBox='0 0 257 86' fill='none'%3E%3Ccircle cx='3.01847' cy='3.01847' r='3.01847' transform='matrix(1 0 0 -1 0 6.03711)' fill='%23D9D9D9'/%3E%3Cpath d='M2.95923 3.18506V84.1851H255.354' stroke='%23D9D9D9' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
        bottom: 5px;
        width: 375.354px;
        height: 124.185px;
        left: -20px;
    }
    .guarantee__item-icon:nth-of-type(1) {
        top: 88px;
        left: 246px;
    }
    .guarantee__item-icon:nth-of-type(2) {
        top: 227px;
        right: 36px;
    }
    .guarantee__item-icon:nth-of-type(3) {
        bottom: 6px;
        left: 45px;
    }
    .guarantee__item-icon:nth-of-type(4) {
        bottom: 135px;
        right: 224px;
    }
    .guarantee__item-icon img{
        max-width: 80px;
        max-height: 80px;
    }
    .guarantee__item-icon img {
        filter: drop-shadow(5px 7px 23px rgba(0, 0, 0, 0.40));
    }
}
@media (max-width: 767px) {
    .guarantee__title {
        font-size: 52px;
    }
    .guarantee__item{
        width: auto;
    }
    .guarantee__item-num{
        font-size: 40px;
    }
    .guarantee__item-top{
        gap: 8px;
        padding-bottom: 0;
    }
    .guarantee__item-title {
        margin-bottom: 7px;
        font-size: 12px;
    }
    .guarantee__item:nth-of-type(1) .guarantee__item-top::after {
        width: 255.354px;
        height: 84.185px;
        left: -10px;
        bottom: -84px;
    }
    .guarantee__item-message{
        font-size: 10px;
        margin-top: 7px;
    }
    .guarantee__item-middle {
        width: 187px;
        height: 187px;
        min-width: 187px;
        transform: rotate(-90deg) translateY(-126px) translateX(50%);
    }
    .guarantee__item-middle::after {
        width: 134px;
        height: 134px;
    }
    .guarantee__item-middle--number{
        font-size: 40px;
    }
    .guarantee__item-middle--number span{
        font-size: 24px;
    }
    .guarantee__item:nth-of-type(3){
        margin-left: 36%;
        margin-top: 10px;
    }
    .guarantee__item:nth-of-type(4){
        margin-left: 36%;
    }
    .guarantee__item-icon img {
        max-width: 26px;
        max-height: 26px;
    }
    .guarantee__item-icon::before {
        width: 36px;
        height: 36px;
        min-width: 36px;
        opacity: 0.9;
    }
    .guarantee__block {
        margin-left: auto;
        max-width: 86%;
    }
    .guarantee__item{
        max-width: 247px;
    }
    .guarantee__item:nth-of-type(3) .guarantee__item-top::after {
        bottom: -52px;
        left: -36px;
        width: 220px;
    }
    .guarantee__item:nth-of-type(4) .guarantee__item-top::after{
        width: 220px;
        bottom: -2px;
    }
    .guarantee__item:nth-of-type(5) .guarantee__item-top::after{
        width: 255.354px;
        height: 84.185px;
        bottom: -2px;
    }
    .guarantee__item-icon:nth-of-type(1) {
        top: 82px;
        left: 134px;
    }
    .guarantee__item-icon:nth-of-type(2) {
        top: 127px;
        right: 16px;
    }
    .guarantee__item-icon:nth-of-type(3) {
        bottom: -15px;
        left: 0px;
    }
    .guarantee__item-icon:nth-of-type(4) {
        bottom: 35px;
        right: 143px;
    }
}
@media (max-width: 479px) {

}
/* faq */
.faq{
    min-height: 1152px;
    width: 100%;
    padding: 128px 0;
    min-height: 1051px;
    position: relative;
    z-index: 1;
}
.faq::after{
    content: '';
    position: absolute;
    z-index: -1;
    background-position: top center;
    background-repeat: repeat-x;
    background-image: url('../img/faq-bg.webp');
    width: 100%;
    height: 100%;
    top: 0;
}
.faq__inner{
    display: flex;
    gap: 40px;
    justify-content: space-between;
}
.faq__title{
    display: flex;
    flex-direction: column;
    gap: 24px;
    color: #FFF;
    font-size: 72px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}
.faq__title span{
    text-transform: none;
    font-size: 40px;
}
.faq__block{
    width: 100%;
    max-width: 827px;
    display: flex;
    flex-direction: column;
    gap: 32px;
}
.faq__item-title{
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
    padding: 6px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    border-radius: 8px;
    background: #EDEDED;
    cursor: pointer;
}
.faq__item-title::after{
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='21' viewBox='0 0 20 21' fill='none'%3E%3Cpath d='M12 8.5H20V12.5H12V20.5H8V12.5H0V8.5H8V0.5H12V8.5Z' fill='%23121212'/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    min-width: 20px;
    display: block;
}
.faq__item.active .faq__item-title{
    color: #fff;
    background-color: #1D9CB2;
}
.faq__item.active .faq__item-title::after{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='5' viewBox='0 0 20 5' fill='none'%3E%3Cpath d='M0 0.5H20V4.5H0V0.5Z' fill='white'/%3E%3C/svg%3E");
}
.faq__item__descr{
    margin-bottom: 24px;
    color: #FFF;
    font-weight: 500;
    line-height: normal;
    margin-top: 34px;
}
.faq__item:not(.active) .faq__item__descr{
    display: none;
}
@media (max-width: 1279px) {

}
@media (max-width: 999px) {
    .faq{
        min-height: auto;
        background-color: #121212;
        padding: 100px 0;
    }
    .faq::after {
        background-position: bottom;
        background-size: 385px;
        top: initial;
        bottom: -110px;
    }
    .faq__inner{
        flex-direction: column;
        gap: 40px;
    }
    .faq__title{
        gap: 10px;
    }
}
@media (max-width: 767px) {
    .faq{
        padding: 56px 0 48px;
    }
    .faq__title{
        font-size: 40px;
        line-height: 32px;
    }
    .faq__title span{
        font-size: 20px;
    }
    .faq__block{
        gap: 8px;
    }
    .faq__item-title {
        font-size: 16px;
        padding: 5px 8px;
    }
    .faq__item__descr{
        margin-bottom: 16px;
        margin-bottom: 16px;
    }
    .faq__item-title::after{
        width: 12px;
        height: 12px;
        min-width: 12px;
    }
    .faq::after{
        bottom: -94px;
    }
}
@media (max-width: 479px) {

}
/* delivery */
.delivery{
    padding: 0 0 80px;
}
.delivery__inner{
    display: flex;
    gap: 24px;
    justify-content: space-between;
}
.delivery__content{
    width: 100%;
    max-width: 828px;
}
.delivery__title{
    display: flex;
    flex-direction: column;
    gap: 20px;
    font-size: 72px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    max-width: 544px;
}
.delivery__title span{
    text-transform: none;
    font-size: 40px;
}
.delivery__descr{
    margin-top: 48px;
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
}
.delivery__list{
    margin-top: 20px;
}
.delivery__list li{
    font-size: 20px;
    font-weight: 700;
    line-height: normal;   
}
.delivery__list li{
    position: relative;
    padding-left: 30px;
}
.delivery__list li::before{
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #121212;
    left: 9px;
    top: 10px;
}
.delivery__list li + li{
    margin-top: 10px;
}
.delivery__block{
    width: 100%;
    max-width: 828px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 1fr 230px;
    gap: 39px 24px;
}
.delivery__item{
    display: flex;
    align-items: center;
    justify-content: center;
}
.delivery__item img{
    width: max-content;
    max-width: 100%;
    max-height: 100%;
}
@media (max-width: 1279px) {
    .delivery__block{
        grid-template-columns: 1fr 1fr;
    }
}
@media (max-width: 999px) {
    .delivery{
        padding: 150px 0;
    }
    .delivery__inner{
        flex-direction: column;
    }
    .delivery__block{
        grid-template-columns: 1fr 1fr 1fr;
    }
}
@media (max-width: 767px) {
    .delivery{
        padding: 125px 0 64px;
    }
    .delivery__inner{
        gap: 16px;
    }
    .delivery__title{
        gap: 10px;
        font-size: 40px;
    }
    .delivery__title span{
        font-size: 20px;
    }
    .delivery__descr{
        margin-top: 32px;
        font-size: 16px;
    }
    .delivery__list li{
        font-size: 16px;
        padding-left: 24px;
    }
    .delivery__list li::before{
        top: 6px;
    }
    .delivery__block {
        grid-template-columns: 1fr 1fr;
        gap: 0 16px;
    }
}
@media (max-width: 479px) {

}
/* contacts */
.contacts{
    margin: 20px 0 180px;
}
.contacts__inner{
    background-color: #121212;
    border-radius: 48px;
    overflow: hidden;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 24px;
    min-height: 730px;
}
.contacts__map{
    height: auto;
    width: 100%;
    max-width: 1110px;
    overflow: hidden;
    border-radius: 0 42px 42px 0;
}
.contacts__map #map{
    width: 100%;
    height: 100%;
}
.contacts__content{
    padding: 40px 70px 40px 0;
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 540px;
}
.contacts__title{
    color: #FFF;
    font-size: 72px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}
.contacts__block{
    display: flex;
    flex-direction: column;
    gap: 48px;
    margin-top: 56px;
}
.contacts__item{
    display: flex;
    align-items: center;
    gap: 16px;
    color: #FFF;
    font-size: 24px;
    font-weight: 400;
    line-height: 40px;
}
.contacts__bottom{
    margin-top: auto;
}
.contacts__time{
    color: #FFF;
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
}
.contacts__socials{
    margin-top: 40px;
    display: flex;
    align-items: center;
    gap: 16px;
}
.contacts__socials a{
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (max-width: 1279px) {
    .contacts__content {
        padding: 40px 20px 40px 0;
        max-width: 530px;
    }
}
@media (max-width: 999px) {
    .contacts__inner{
        border-radius: 30px;
        flex-direction: column;
    }
    .contacts__map{
        border-radius: 30px;
        height: 460px;
    }
    .contacts__content {
        padding: 20px 40px 40px;
        max-width: 100%;
    }
    .contacts__time{
        margin-top: 52px;
    }
}
@media (max-width: 767px) {
    .contacts {
        margin: 0px 0 96px;
    }
    .contacts__inner{
        gap: 0;
    }
    .contacts__content {
        padding: 32px 32px 40px;
    }
    .contacts__title{
        font-size: 40px;
    }
    .contacts__item{
        font-size: 16px;
    }
    .contacts__item svg{
        max-width: 32px;
        max-height: 32px;
        height: auto;
    }
    .contacts__time{
        font-size: 14px;
    }
}
@media (max-width: 479px) {
    .contacts .container{
        padding: 0;
    }
    .contacts__content {
        padding: 32px 16px 40px;
    }
}
/* cart */
.cart-fab{
    position: fixed;
    right: 28px;
    bottom: 32px;
    z-index: 90;
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #1D9CB2;
    border-radius: 50%;
    background: #121212;
    color: #fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .25);
    transition: transform .2s ease, background-color .2s ease, box-shadow .2s ease;
}
.cart-fab[hidden],
.cart-fab__count[hidden]{
    display: none;
}
.cart-fab:hover{
    transform: translateY(-3px);
    background: #1D9CB2;
    box-shadow: 0 14px 34px rgba(0, 0, 0, .32);
}
.cart-fab:focus-visible{
    outline: 3px solid rgba(29, 156, 178, .35);
    outline-offset: 4px;
}
.cart-fab__count{
    position: absolute;
    top: -7px;
    right: -5px;
    min-width: 26px;
    height: 26px;
    padding: 0 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #fff;
    border-radius: 999px;
    background: #1D9CB2;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
}
.cart{
    position: fixed;
    inset: 0;
    overflow: auto;
    background-color: hwb(0 7% 93% / 0.8);
    z-index: 111111;
    opacity: 0;
    pointer-events: none;
    transition: all .2s ease;
}
.cart.active{
    opacity: 1;
    pointer-events: all;
}
.cart__inner{
    width: 100%;
    max-width: 828px;
    margin: 80px auto 7%;
    position: relative;
    border-radius: 48px;
    background: #FFF;
}
.cart__close{
    position: absolute;
    top: 30px;
    right: 120px;
}
.cart__title{
    padding: 56px 24px 24px;
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}
.cart-top{
    padding: 16px 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #121212;
}
.cart-name{
    text-align: center;
    display: flex;
    align-items: center;
    gap: 24px;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
}
.cart__products-number{
    color: #fff;
    text-align: right;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
}
.cart__products-block{
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 32px 0 0;
    margin: 0 24px;
    padding-bottom: 24px;
    overflow: auto;
    height: 264px;
}
.cart__bottom{
    margin-top: 24px;
    display: flex;
    align-items: center;
    gap: 24px;
    justify-content: end;
    padding: 24px 24px 56px;
    border-top: 1px solid #121212;
    margin: 0 24px 56px;
}
.cart__products-item{
    max-width: 686px;
    width: 100%;
    border-radius: 16px;
    border: 1px solid #121212;
    background: #EDEDED;
    padding: 7px;
    display: flex;
    align-items: center;
    gap: 16px;
    position: relative;
}
.cart__products-image{
    min-width: 160px;
    width: 160px;
    height: 192px;
    display: flex;
    align-items: center;
    overflow: hidden;
    border-radius: 16px;
    background-color: #121212;
}
.cart__products-image img{
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
}
.cart__products-title{
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
}
.cart__products-descr{
    margin-top: 8px;
}
.cart__products-volume{
    margin-top: 16px;
    display: flex;
    align-items: center;
    gap: 16px;
}
.cart__products-volume span{
    font-weight: 700;
}
.cart__products-info{
    margin-top: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    padding-top: 16px;
    border-top: 1px solid #161616;
}
.cart__products-avaliable{
    display: flex;
    align-items: center;
    gap: 4px;
    border-radius: 100px;
    background: #16C628;
    padding: 4px 8px;
    font-size: 12px;
    color: #fff;
}
.cart__products-avaliable::before{
    content: '';
    position: relative;
    width: 8px;
    height: 8px;
    background-color: #EDEDED;
    min-width: 8px;
    display: inline-block;
    border-radius: 50%;
}
.quantity-input{
    border: none;
    text-align: center;
    height: auto;
    font-size: 16px;
    padding: 0;
}
.quantity-input::-webkit-outer-spin-button,
.quantity-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.quantity-input[type="number"] {
  -moz-appearance: textfield;
}
.cart__products-quantity{
    border-radius: 8px;
    border: 1px solid #121212;
    background: #fff;
    height: 50px;
    display: flex;
    align-items: center;
    gap: 2px;
    justify-content: space-between;
    padding: 5px 15px;
    width: 118px;
    margin-left: auto;
}
.quantity-minus,
.quantity-plus{
    width: 16px;
    height: 16px;
    min-width: 16px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.quantity-plus{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M8 3.33331V12.6666' stroke='%23121212' stroke-width='2' stroke-linecap='square' stroke-linejoin='round'/%3E%3Cpath d='M3.33325 8H12.6666' stroke='%23121212' stroke-width='2' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.quantity-minus{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M3.33325 8H12.6666' stroke='%23121212' stroke-width='2' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.cart__products-price{
    font-size: 24px;
    font-weight: 700;
}
.cart__products-price span{
    font-size: 28px;
}
.cart__products-bottom{
    padding-top: 48px;
    padding-bottom: 59px;
    border-top: 1px solid #121212;
    margin: 0 24px;
    display: flex;
    flex-direction: column;
    gap: 32px;
}
.cart__products-total{
    width: 100%;
    max-width: 544px;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
    margin: 0 auto;
}
.cart__products-total--name{
   font-size: 24px;
    font-weight: 700; 
}

.cart__closed{
    width: 100%;
    max-width: 286px;
}
.cart__next{
    width: 100%;
    max-width: 378px;
}
.cart__back{
    max-width: 178px;
    width: 100%;
}
.cart__data-block{
    padding: 24px 24px 40px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}
.cart__data-select,
.cart__data-input{
    border-radius: 16px;
}
.cart__data-fill{
    grid-column: span 2;
}
.cart__data-deivery{
    position: relative;
}
.cart__data-deivery--icon{
    display: flex;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 16px;
    transform: translateY(-50%);
}

.cart__data-deivery--icon img {
    width: 40px;
    height: auto;
}

.cart__data-deivery--icon img:not(.active){
    display: none;
}
.cart__data-deivery .cart__data-select{
    padding-left: 71px;
}
.cart__check-content{
    padding: 48px 24px 54px;
    display: flex;
    flex-direction: column;
    gap: 48px;
    width: 100%;
    max-width: 519px;
    margin: 0 auto;
}
.cart__check-item{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding-bottom: 4px;
    border-bottom: 1px solid #121212;
}
.cart__check-descr{
    text-align: right;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
}
.cart__check-block{
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.cart__order{
    min-height: 550px;
}
.cart__order-content{
    padding: 24px;
}
.cart__order-select{
    display: flex;
    gap: 24px;
    margin-bottom: 32px;
}
.cart__order-btn{
    border-radius: 16px;
    overflow: hidden;
    width: 160px;
    height: 160px;
    min-width: 160px;
    border: 1px solid #121212;
}
.cart__order-btn img{
    width: max-content;
    max-width: 100%;
}
.cart__order-block{
    margin-top: 33px;
    display: flex;
    gap: 24px;
}
.cart__order-item{
    display: flex;
    flex-direction: column;
}
.cart__order-item label{
    margin-bottom: 8px;
    display: inline-block;
}
.cart__order-item label span{
    color: #FF1616;
}
.cart__order-item input{
    padding: 0;
    border: none;
    font-size: 20px;
    font-weight: 400;
    height: 24px;
    padding-bottom: 4px;
    border-bottom: 1px solid #B5B5B5;
    width: 100%;
}
.cart__order-item input::placeholder{
    color: #B5B5B5;
    font-size: 20px;
    font-weight: 400;
}
.cart__order-item:nth-of-type(1){
    width: 100%;
    max-width: 236px;
}
.cart__order-item:nth-of-type(2) input{
    max-width: 72px;
}
.cart__order-item:nth-of-type(3) input{
    max-width: 63px;
}
.hide-block{
    display: none !important;
}
.cart__thanks{
    width: 100%;
    max-width: 1396px;
    margin: 100px auto 7%;
    border-radius: 48px;
    background: #EDEDED;
    overflow: hidden;
    position: relative;
    padding: 232px 24px 72px;
}
.cart__thanks-name{
    text-align: center;
    position: absolute;
    top: -72px;
    left: 50%;
    transform: translateX(-50%);
    color: #FFF;
    font-size: 236px;
    font-weight: 900;
    line-height: normal;
    letter-spacing: 0.708px;
    text-transform: uppercase;
}
.cart__thanks-title{
    text-align: center;
    font-size: 48px;
    font-weight: 700;
    line-height: normal;
}
.cart__thanks-descr{
    margin-top: 24px;
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    text-align: center;
}
.cart__thanks-btn{
    width: 100%;
    max-width: 378px;
    margin: 56px auto 0;
}
.cart__products-delete{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -30px;
}
@media (max-width: 1279px) {
    .cart__thanks-name{
        font-size: 156px;
    }
}
@media (max-width: 999px) {
    .cart__inner{
        border-radius: 30px;
    }
    .cart__close{
        right: 30px;
    }
    .cart__title{
        padding: 40px 20px 20px;
    }
    .cart-name{
        font-size: 20px;
    }
    .cart__products-bottom {
        padding-top: 35px;
        padding-bottom: 40px;
        gap: 20px;
    }
    .cart-top{
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .cart__check-content{
        padding: 40px 24px;
    }
    .cart__thanks{
        padding: 124px 24px 70px;
    }
    .cart__thanks-name {
        top: -52px;
        font-size: 126px;
    }
    .cart__thanks{
        border-radius: 30px;
    }
}
@media (max-width: 767px) {
    .cart-fab{
        right: 16px;
        bottom: 20px;
        width: 56px;
        height: 56px;
    }
    .cart-fab svg{
        width: 28px;
        height: 28px;
    }
    .cart__inner{
        border-radius: 24px;
    }
    .cart__title{
        font-size: 20px;
        padding: 32px 18px 16px;
    }
    .cart-top{
        padding: 8px 16px;
    }
    .cart-name {
        font-size: 16px;
        gap: 8px;
    }
    .cart-name svg{
        max-width: 24px;
        height: auto;
        max-height: 24px;
    }
    .cart__products-number{
        font-size: 12px;
    }
    .cart__products-image{
        min-width: 96px;
        width: 96px;
        height: 132px;
        margin-bottom: 47px;
    }
    .cart__products-block {
        gap: 16px;
        padding: 16px 0 16px;
        margin: 0 8px;
    }
    .cart__products-title{
        font-size: 16px;
        line-height: normal;
    }
    .cart__products-descr{
        font-size: 12px;
    }
    .cart__products-volume{
        font-size: 12px;
        margin-top: 8px;
        border-bottom: 1px solid #161616;
        padding-bottom: 8px;
    }
    .cart__products-content{
        display: flex;
        flex-direction: column;
        margin-top: 8px;
    }
    .cart__products-info {
        border: none;
        margin-top: auto;
        margin-left: -104px;
        gap: 16px;
    }
    .cart__products-item{
        gap: 8px;
        padding: 7px 7px 16px;
        max-width: calc(100% - 30px);
        align-items: stretch;
    }
    .quantity-input{
        font-size: 12px;
    }
    .cart__products-quantity {
        height: 31px;
        gap: 2px;
        padding: 3px 10px;
        width: 81px;
    }
    .cart__products-price{
        font-size: 16px;
    }
    .cart__products-price span {
        font-size: 20px;
    }
    .cart__products-avaliable{
        font-size: 8px;
        padding: 2px 4px;
    }
    .cart__products-bottom {
        padding-top: 24px;
        padding-bottom: 24px;
        gap: 16px;
        margin: 0 8px;
    }
    .cart__products-total--descr{
        font-size: 12px;
    }
    .cart__products-total--name{
        font-size: 16px;
    }
    .cart__bottom{
        padding: 24px 0 36px;
        margin: 0 8px;
        gap: 16px;
    }
    .cart__closed{
        font-size: 0;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M8 3.33331V12.6666' stroke='white' stroke-width='2' stroke-linecap='square' stroke-linejoin='round'/%3E%3Cpath d='M3.33398 8H12.6673' stroke='white' stroke-width='2' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E");
        background-position: center;
        background-repeat: no-repeat;
        background-size: 16px;
        height: 48px;
        max-width: 80px;
    }
    .cart__data-block{
        padding: 24px 8px;
        grid-template-columns: 1fr;
        gap: 16px;
    }
    .cart__data-fill {
        grid-column: auto;
    }
    .cart__back{
        max-width: 117px;
    }
    .cart__close svg{
        max-width: 24px;
        max-height: 24px;
        height: auto;
    }
    .cart__check-content{
        padding: 32px 8px;
        gap: 32px;
    }
    .cart__check-content{
        font-size: 14px;
    }
    .cart__order-btn {
        width: 104px;
        height: 104px;
        min-width: 104px;
    }
    .cart__order-select{
        gap: 16px;
    }
    .cart__order-block{
        display: grid;
        grid-template-columns: 72px 82px;
        gap: 16px 38px;
    }
    .cart__order-item:nth-of-type(1){
        grid-column: span 2;
    }
    .cart__order-item label{
        font-size: 12px;
    }
    .cart__order-item input{
        font-size: 16px;
        padding-bottom: 8px;
        height: auto;
    }
    .cart__order {
        min-height: auto;
    }
    .cart__order-content{
        padding: 24px 8px 32px;
    }
    .cart__thanks {
        padding: 141px 10px 104px;
        margin-top: 80px;
        border-radius: 24px;
    }
    .cart__thanks-name {
        top: -23px;
        font-size: 64px;
    }
    .cart__thanks-title{
        font-size: 32px;
    }
    .cart__thanks-descr{
        font-size: 16px;
    }
    .cart__thanks-btn{
        margin-top: 64px;
        max-width: 194px;
    }
}
@media (max-width: 479px) {

}
/* Анкорний скрол: відступ під фіксований хедер */
section[id]{
    scroll-margin-top: 110px;
}
@media (max-width: 767px) {
    section[id]{
        scroll-margin-top: 80px;
    }
}

/* Анімація друкування заголовків */
.is-typing::after{
    content: '';
    display: inline-block;
    width: 3px;
    height: 0.9em;
    margin-left: 2px;
    margin-right: -5px; /* каретка не займає місця в рядку — не провокує зайвих переносів */
    background: currentColor;
    vertical-align: baseline;
    animation: typing-caret-blink .7s steps(1) infinite;
}
@keyframes typing-caret-blink{
    0%, 100% { opacity: 1; }
    50% { opacity: 0; }
}
/* у flex/grid-заголовках ::after став би окремим флекс-елементом і додавав зайвий відступ — там каретку не показуємо */
.is-typing.typing-no-caret::after{
    display: none;
}

/* Вспливання (fade-in-up) для hero-титулу та надпису каталогу */
.hydro-fade{
    opacity: 0;
    transform: translateY(36px);
    transition: opacity .9s ease, transform .9s ease;
}
.product__name.hydro-fade{
    transform: translateX(-50%) translateY(36px);
}
.hydro-fade-visible{
    opacity: 1;
    transform: translateY(0);
}
.product__name.hydro-fade-visible{
    transform: translateX(-50%) translateY(0);
}

/* Попап "Детальніше" про товар */
.popupProduct{
    position: fixed;
    inset: 0;
    overflow: auto;
    background-color: hwb(0 7% 93% / 0.8);
    z-index: 1111111;
    opacity: 0;
    pointer-events: none;
    transition: all .2s ease;
}
.popupProduct.active{
    opacity: 1;
    pointer-events: all;
}
.popupProduct__inner{
    position: relative;
    width: 100%;
    max-width: 1100px;
    margin: 60px auto;
    background: #161616;
    border-radius: 42px;
    padding: 56px;
    color: #fff;
}
.popupProduct__close{
    position: absolute;
    top: 24px;
    right: 24px;
    z-index: 2;
}
.popupProduct__content{
    display: flex;
    gap: 48px;
    align-items: flex-start;
}
.popupProduct__left{
    flex: 0 0 320px;
    display: flex;
    justify-content: center;
    background: #fff;
    border-radius: 24px;
    padding: 24px;
}
.popupProduct__image{
    max-width: 100%;
    max-height: 420px;
    object-fit: contain;
}
.popupProduct__info{
    flex: 1;
    min-width: 0;
}
.popupProduct__title{
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 24px;
}
.popupProduct__meta{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 24px;
    margin-bottom: 28px;
}
.popupProduct__volume,
.popupProduct__price{
    font-size: 20px;
    font-weight: 500;
}
.popupProduct__price{
    color: #1D9CB2;
    font-weight: 700;
}
.popupProduct__block-title{
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #1D9CB2;
}
.popupProduct__specs{
    margin-bottom: 24px;
}
.popupProduct__specs-list li{
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 6px;
}
.popupProduct__specs-list li span{
    opacity: .6;
}
.popupProduct__descr-content{
    max-height: 320px;
    overflow: auto;
    padding-right: 12px;
}
.popupProduct__descr-content p{
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 12px;
}
@media (max-width: 999px) {
    .popupProduct__inner{
        padding: 40px 24px;
        margin: 20px auto;
        border-radius: 24px;
        max-width: calc(100% - 40px);
    }
    .popupProduct__content{
        flex-direction: column;
        gap: 24px;
    }
    .popupProduct__left{
        flex: none;
        width: 100%;
    }
    .popupProduct__title{
        font-size: 24px;
        padding-right: 48px;
    }
}

/* Автокомпліт міста/відділення НП у кошику */
.cart__suggest{
    position: relative;
}
.cart__suggest-list{
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    right: 0;
    background: #1e1e1e;
    border: 1px solid rgba(255,255,255,.15);
    border-radius: 8px;
    max-height: 240px;
    overflow: auto;
    z-index: 20;
    display: none;
}
.cart__suggest-list.active{
    display: block;
}
.cart__suggest-list li{
    padding: 10px 14px;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
}
.cart__suggest-list li:hover{
    background: #1D9CB2;
}

/* Телефон з кодом країни в кошику */
.cart__phone{
    display: flex;
    gap: 12px;
    align-items: stretch;
}
.cart__phone .cart__phone-country{
    flex: 0 0 132px;
    width: 132px;
    border-radius: 16px;
    padding-right: 36px;
    cursor: pointer;
}
.cart__phone input[name="tel"]{
    flex: 1;
    min-width: 0;
}
.cart__phone input.phone-invalid{
    border-color: #e2574c;
    box-shadow: 0 0 0 1px #e2574c inset;
}

/* Попап маркера на карті */
.leaflet-popup-content-wrapper{
    background: #161616;
    color: #fff;
    border-radius: 12px;
}
.leaflet-popup-tip{
    background: #161616;
}
.map-popup{
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 22px;
}
.map-popup a{
    color: #1D9CB2;
    font-weight: 700;
}

/* Кнопка "Читати далі" в about */
.about__more{
    margin-top: 28px;
}
/* Попап "Про нас" — повний SEO-текст */
.popupAbout{
    position: fixed;
    inset: 0;
    overflow: auto;
    background-color: hwb(0 7% 93% / 0.8);
    z-index: 1111111;
    opacity: 0;
    pointer-events: none;
    transition: all .2s ease;
}
.popupAbout.active{
    opacity: 1;
    pointer-events: all;
}
.popupAbout__inner{
    position: relative;
    width: 100%;
    max-width: 900px;
    margin: 60px auto;
    background: #161616;
    border-radius: 42px;
    padding: 64px 56px;
    color: #fff;
}
.popupAbout__close{
    position: absolute;
    top: 24px;
    right: 24px;
}
.popupAbout__name{
    color: #1D9CB2;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    margin-bottom: 12px;
}
.popupAbout__title{
    font-size: clamp(24px, 3vw, 34px);
    font-weight: 700;
    margin-bottom: 24px;
}
.popupAbout__text h4{
    font-size: 20px;
    color: #1D9CB2;
    margin: 22px 0 10px;
}
.popupAbout__text p{
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 12px;
    opacity: .9;
}
.popupAbout__text ul,
.popupAbout__text ol{
    margin: 0 0 14px 20px;
}
.popupAbout__text li{
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 6px;
    opacity: .9;
    list-style: disc;
}
.popupAbout__text ol li{ list-style: decimal; }
@media (max-width: 767px){
    .popupAbout__inner{
        padding: 44px 22px;
        margin: 16px auto;
        max-width: calc(100% - 32px);
        border-radius: 24px;
    }
}

/* Анімація блоку гарантії (цифра + іконки) */
.guarantee-anim .guarantee__item-icon{
    opacity: 0;
    transform: translateY(16px) scale(.85);
    transition: opacity .5s ease, transform .5s ease;
}
.guarantee-anim.is-visible .guarantee__item-icon{
    opacity: 1;
    transform: translateY(0) scale(1);
}
.guarantee-anim.is-visible .guarantee__item-icon:nth-child(2){ transition-delay: .15s; }
.guarantee-anim.is-visible .guarantee__item-icon:nth-child(3){ transition-delay: .30s; }
.guarantee-anim.is-visible .guarantee__item-icon:nth-child(4){ transition-delay: .45s; }
.guarantee-anim.is-visible .guarantee__item-icon:nth-child(5){ transition-delay: .60s; }
.guarantee-anim .guarantee__item-middle--number{
    transition: transform .5s ease;
}
.guarantee-anim.is-visible .guarantee__item-middle--number{
    animation: guarantee-pop .6s ease;
}
@keyframes guarantee-pop{
    0% { transform: scale(.9); }
    50% { transform: scale(1.06); }
    100% { transform: scale(1); }
}

/* Секція доставки: ховер (грейскейл -> колір, підйом) + поява при скролі */
.delivery__item{
    transition: transform .4s ease;
}
.delivery__item img{
    filter: grayscale(1);
    opacity: .62;
    transition: filter .45s ease, opacity .45s ease, transform .45s ease;
}
@media (hover: hover) and (pointer: fine){
    .delivery__item:hover{
        transform: translateY(-8px);
    }
    .delivery__item:hover img{
        filter: grayscale(0);
        opacity: 1;
        transform: scale(1.12);
    }
}
/* поява при скролі (клас додає JS; без JS усе видно) */
.delivery-anim .delivery__item{
    opacity: 0;
    transform: translateY(28px);
    transition: opacity .6s ease, transform .6s ease, filter .45s ease;
}
.delivery-anim.is-revealed .delivery__item{
    opacity: 1;
    transform: translateY(0);
}
.delivery-anim.is-revealed .delivery__item:nth-child(2){ transition-delay: .08s; }
.delivery-anim.is-revealed .delivery__item:nth-child(3){ transition-delay: .16s; }
.delivery-anim.is-revealed .delivery__item:nth-child(4){ transition-delay: .24s; }
.delivery-anim.is-revealed .delivery__item:nth-child(5){ transition-delay: .32s; }
.delivery-anim.is-revealed .delivery__item:nth-child(6){ transition-delay: .40s; }

/* Клікабельні логотипи доставки + попап способу доставки */
.delivery-open{
    cursor: pointer;
}
.popupDelivery__title{
    text-transform: none;
}



/* Попап доставки — по центру екрана */
.popupDelivery{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
}
.popupDelivery .container{
    width: 100%;
}
.popupDelivery .popupAbout__inner{
    margin: 0 auto;
}

/* Cookie-банер */
.cookie{
    position: fixed;
    left: 20px;
    right: 20px;
    bottom: 20px;
    z-index: 200;
    max-width: 560px;
    margin: 0 auto;
    background: #161616;
    color: #fff;
    border: 1px solid rgba(255,255,255,.15);
    border-radius: 20px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    box-shadow: 0 24px 60px -20px rgba(0,0,0,.7);
    transform: translateY(140%);
    transition: transform .4s ease;
}
.cookie.is-visible{
    transform: translateY(0);
}
.cookie__text{
    font-size: 14px;
    line-height: 22px;
    opacity: .9;
}
.cookie__actions{
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}
.cookie__btn{
    flex: 1;
    min-width: 140px;
    padding: 12px 18px;
    font-size: 14px;
    font-weight: 700;
    border-radius: 12px;
    cursor: pointer;
}
.cookie__btn--ghost{
    background: transparent;
    border: 1px solid rgba(255,255,255,.3);
    color: #fff;
}
.cookie__btn--ghost:hover{
    background: rgba(255,255,255,.1);
}
@media (max-width: 479px){
    .cookie{ left: 12px; right: 12px; bottom: 12px; padding: 18px; }
    .cookie__actions{ flex-direction: column; }
}

/* Юридичні сторінки */
.legal{
    padding: 160px 0 80px;
}
.legal__back{
    display: inline-block;
    margin-bottom: 24px;
    color: #1D9CB2;
    font-weight: 700;
}
.legal__title{
    font-size: clamp(28px, 4vw, 44px);
    font-weight: 700;
    margin-bottom: 32px;
}
.legal__content{
    max-width: 860px;
}
.legal__content h2{
    font-size: 22px;
    font-weight: 700;
    margin: 28px 0 12px;
}
.legal__content p{
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 14px;
    opacity: .9;
}
.legal__content ul{
    margin: 0 0 16px 22px;
}
.legal__content li{
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 8px;
    list-style: disc;
}
.cookie__link{
    color: #1D9CB2;
    font-weight: 700;
    text-decoration: underline;
    white-space: nowrap;
}
@media (max-width: 767px){
    .legal{ padding: 120px 0 60px; }
}
