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}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}nav ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}ins{background-color:#ff9;color:var(--color-black);text-decoration:none}mark{background-color:#ff9;color:var(--color-black);font-style:italic;font-weight:bold}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}ul{list-style: none;}input:focus,select:focus,textarea:focus{outline: none;}


html{overflow-x: hidden;}


body{
    font-family: "Inter", "Rubik", sans-serif;
	background: #fff;
    font-size: 16px;
    line-height: 140%;
	color: #3E2B57;
	min-width: 320px;
    font-weight: normal;
    position: relative;
}

img.lazyload {
    display: block;
    aspect-ratio: 3 / 2;
}
.lazyload {
    opacity: 0;
    transition: opacity .4s;
  }
  .lazyloaded {
    opacity: 1;
  }
.container{max-width: 1122px; width: 100%; margin: 0 auto; box-sizing: border-box;}




.main__price__v{align-items: center; margin-bottom: 8px; font-size: 20px; line-height: 140%;}
    .main__price__v .left{color: #D41D1C; font-weight: 700;}
        .main__price__v .left span{font-weight: normal; font-size: 16px; font-weight: 500; color: #3E2B57; text-decoration: line-through; display: inline-block; margin-left: 8px;}
    .main__price__v .sale{display: flex; align-items: center; justify-content: center; height: 28px; padding: 0 13px; font-size: 14px; font-weight: 700; border-radius: 20px; background: #D41D1C; color: #fff;}

.price__items .row{box-sizing: border-box; border-radius: 8px; border: 1px solid rgba(62, 43, 87, 0.3); cursor: pointer; transition: all 0.2s; margin-bottom: 8px; position: relative;}
    .price__items .row .ss{padding: 10px 10px 10px 38px; position: relative;}
    .price__items .row.active{border-color: #3E2B57; background: #FFFEE0}
    .price__items .row:hover{background: #FFFEE0}
    .price__items .row:after{position: absolute; top: 18px; left: 6px; width: 28px; height: 28px; background: url("../img/rcheck.svg") 50% 50% no-repeat; content: ''}
    .price__items .row.active:after{background: url("../img/rcheckh.svg") 50% 50% no-repeat;}
    .price__items .row .flex{align-items: center;}
    .price__items .row span{font-size: 14px;font-weight: 700;}
        .price__items .row span i{display: inline-block; margin-left: 5px; line-height: 17px; padding: 0 4px; color: #D41D1C; font-style: normal; border-radius: 4px; background: rgba(212, 29, 28, 0.1); font-size: 12px;}
    .price__items .row .more{text-align: right;}
        .price__items .row .more .flex{justify-content: flex-end; gap: 6px}
        .price__items .row .more .pr{font-size: 14px; font-weight: 500; text-decoration: line-through; opacity: 0.7}
        .price__items .row .more .original{font-size: 14px; font-weight: 500; opacity: 0.7}
    .price__items .colors{position: relative; left: 16px; position: relative; top: -10px}
    .price__items .colors .it{display: flex; align-items: center; justify-content: flex-start; gap: 10px; margin-bottom: 8px}
        .price__items .colors .it:last-child{margin-bottom: 0}
        .price__items .colors{position: relative; display: none;}
            .price__items .row.active .colors{display: block;}
            .price__items .colors span{font-size: 14px; font-weight: 500; min-width: 52px}
                .price__items .colors span i{display: inline-block; width: 18px; font-style: normal; padding: 0!important; line-height: normal; background: transparent; font-size: 14px; font-weight: 500; color: #3E2B57; margin: 0}
    .select{position: relative; font-size: 14px; width: 132px; box-sizing: border-box; cursor: pointer; z-index: 3}
        .select.open{z-index: 10;}
        .select .current{display: flex; font-size: 14px; gap: 8px; align-items: center; justify-content: flex-start; height: 28px; position: relative; padding: 0 6px; border: 1px solid rgba(62, 43, 87, 0.2); border-radius: 4px; width: 100%; box-sizing: border-box;}
            .select.clear.red .current{border-color: #D41D1C}
            .select .current:after{width: 16px; height: 16px; background: url("../img/arrds.svg") 50% 50% no-repeat; position: absolute; top: calc(50% - 8px); right: 6px; transition: all 0.2s; content: ''}
            .select.open .current:after{transform: rotate(180deg);}
            .select.open ul{display: block;}
        .select ul{position: absolute; top: 100%; left: 0; width: 100%; display: none;}
            .select ul li{transition: all 0.2s; cursor: pointer; display: flex; align-items: center; justify-content: flex-start; gap: 8px; padding: 0 6px; height: 28px; margin-top: 8px; background: #fff; border-radius: 4px; border: 1px solid rgba(62, 43, 87, 0.2)}
                .select ul li:hover{background: #f7ef2f}




header{position: relative; background: #E2D5ED; padding: 2px 0; text-align: center; text-transform: uppercase; font-size: 13px; font-weight: 700;}
    header span{display: inline-block; background: #F6FF8E; line-height: 18px; padding: 0 8px; border-radius: 2px; margin-left: 2px;}



#top_banner_section{padding: 0px; background: #3E2B57}

#logo{padding: 8px 0; border-bottom: 1px solid rgba(62, 43, 87, 0.2);}
    #logo img{margin: 0 auto;}




#hero{padding: 20px 0 1px}
    #hero .main__info{text-align: center;}
    #hero .rating{font-weight: 500; font-size: 14px; margin-bottom: 8px}
        #hero .rating img{display: inline-block; margin-right: 6px}
    #hero h1{text-transform: uppercase; font-size: 40px; line-height: 44px; font-weight: 900; font-family: 'Rubik'; margin-bottom: 28px}
        #hero h1 span{display: block; text-transform: none; line-height: 34px; margin-top: 5px; font-size: 28px; font-weight: 700; font-family: "Inter";}
    #hero .gallery{width: 380px; width: 490px; bottom: 0; right: 0; height: 580px}
        #hero .gallery .swiper__gallery .swiper-slide{display: flex; align-items: center; overflow: hidden; justify-content: center; height: 490px;}
            #hero .gallery .swiper__gallery .swiper-slide img{width: 100%; height: auto; object-fit: cover; max-width: 100%; max-height: 100%; border-radius: 10px;}
        #hero .gallery .swiper__gallery__thumbs{margin: 15px auto 0; width: 316px; width: 100%;}
        #hero .gallery .swiper__gallery__thumbs .inn{width: 60px; cursor: pointer; border-radius: 6px; box-sizing: border-box; transition: all 0.2s; overflow: hidden; border: 1px solid transparent; height: 60px; margin: 0 auto; display: flex; align-items: center; justify-content: center;}
            #hero .gallery .swiper__gallery__thumbs .inn img{width: auto; height: auto; max-width: 100%; max-height: 100%;}
            #hero .gallery .swiper__gallery__thumbs .swiper-slide-thumb-active .inn{border-color: #000; padding: 3px}

    #hero .data{width: calc(100% - 570px); padding: 5px 0 0;}
        #hero .data h2{text-transform: uppercase; margin-bottom: 10px; font-family: 'Rubik'; font-size: 28px; line-height: normal; font-weight: 900; line-height: 34px;}
        #hero .data ul{margin-bottom: 20px;}
            #hero .data ul li{margin-bottom: 2px; font-size: 18px; line-height: 140%; font-weight: 500;}
                #hero .data ul li:last-child{margin-bottom: 0;}
        #hero .data .price{align-items: center; justify-content: flex-start; gap: 32px; margin-bottom: 20px;}
            #hero .data .price .standart{gap: 9px; font-size: 20px; font-weight: 700; color: #D41D1C}
                #hero .data .price .standart .old{font-weight: 500; color: #8E8E8E; text-decoration: line-through;}
            #hero .data .price .sale{display: flex; align-items: center; justify-content: center; height: 28px; padding: 0 16px; font-size: 14px; font-weight: 700; text-transform: uppercase; border-radius: 20px; background: #00E96D}
        #hero .data .order{border-radius: 10px; padding: 11px; background: #F0EDFF; border: 1px dashed #3E2B57; margin-bottom: 30px; line-height: 140%; font-size: 16px; font-weight: 500; text-align: center;}
            #hero .data .order svg{position: relative; top: 4px; left: -3px; display: inline;}


        #hero .data .products{grid-template-columns: repeat(3, 1fr); gap: 8px; margin-bottom: 24px;}
            #hero .data .products .item{position: relative; transition: all 0.2s; padding: 20px 10px 20px 50px; border-radius: 10px; border: 1px solid rgba(62, 43, 87, 0.2); cursor: pointer;}
                #hero .data .products .item:after{position: absolute; width: 32px; height: 32px; top: calc(50% - 16px); left: 10px; content: ''; background: url("../img/check.svg") 50% 50% no-repeat;}
                    #hero .data .products .item.active:after{background: url("../img/checkh.svg") 50% 50% no-repeat;}
                    #hero .data .products .item.active,#hero .data .products .item:hover{background: #FCFFDD; border-color: #3E2B57}
                #hero .data .products .item p{font-weight: 700; margin-bottom: 5px; line-height: 140%;}
                #hero .data .products .item span{font-weight: 500;}
                #hero .data .products .item .popular{position: absolute; top: -15px; left: 0; width: 100%; text-align: center;}
                #hero .data .products .item .popular i{font-style: normal; color: #fff; display: inline-block; margin: 0 auto; padding: 0px 8px; height: auto; align-items: center; justify-content: center; background: #D41D1C; font-size: 12px; font-weight: 500; text-transform: uppercase; border: 1px solid rgba(62, 43, 87, 0.2); border-radius: 5px; box-sizing: border-box;}
                #hero .data .products .item .freeship{position: absolute; bottom: -10px; left: 0; width: 100%;}
                    #hero .data .products .item .freeship i{font-style: normal; color: #3E2B57; display: flex; margin: 0 auto; max-width: 100px; height: 20px; align-items: center; justify-content: center; background: #ffffff; font-size: 12px; font-weight: 500; text-transform: uppercase; border: 1px solid #3E2B57; border-radius: 5px;}

        #hero .data .btn{margin-bottom: 16px; animation: wiggle 2.5s infinite;}
            #hero .data .btn:hover{animation: none;}

        @keyframes wiggle {
            0% {
                transform: rotate(0deg)
            }

            80% {
                transform: rotate(0deg)
            }

            85% {
                transform: rotate(3deg)
            }

            95% {
                transform: rotate(-3deg)
            }

            to {
                transform: rotate(0deg)
            }
        }


    #hero .tags{align-items: center; justify-content: center; padding: 0 0 24px; font-weight: 500; font-size: 13px; gap: 8px}
        #hero .tags span{position: relative; display: inline-block; padding-left: 13px}
            #hero .tags span:after{position: absolute; top: calc(50% - 2px); left: 0; width: 4px; height: 4px; content: ''; border-radius: 50%; background: #3E2B57}
            #hero .tags span:first-child{padding-left: 20px;}
            @keyframes animation_tags{
                0% { opacity: 1}
                50% { opacity: 0}
                100% { opacity: 1}
            }
            #hero .tags span:first-child:after{animation: animation_tags 2.4s linear infinite; background: url("../img/tagls.svg") 50% 50% no-repeat; width: 14px; height: 14px; top: calc(50% - 7px)}

    #hero .reviews{box-sizing: border-box; padding: 12px 20px 12px 85px; width: 100%; position: relative; border: 1px solid rgba(62, 43, 87, 0.2); border-radius: 10px}
        #hero .reviews .user{position: absolute; top: 12px; left: 16px;}
            #hero .reviews .user img{border-radius: 50%; width: 50px; height: 50px; border: 1px solid #3E2B57; object-fit: cover;}
        #hero .reviews .data__rev img{width: 80px; margin-bottom: 8px}
        #hero .reviews .data__rev p{font-weight: 500; font-size: 14px; margin-bottom: 8px; line-height: 140%;}
        #hero .reviews .data__rev .name{font-size: 12px; font-weight: 700;}
            #hero .reviews .data__rev .name span{display: inline-block; margin-left: 12px; font-weight: 500; padding: 0 0 0 20px; background: url("../img/lsb.svg") 0 50% no-repeat;}


/*
#hero__section img {
    opacity: 1;
    transition: opacity 0.3s;
}

#hero__section img[data-src] {
    opacity: 0;
}*/

#hero__section{padding: 20px 0 0px;}
    #hero__section .container{max-width: 1040px}
    #hero__section .main__info .rating{display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 8px; font-size: 14px; line-height: 140%; font-weight: 500;}
    #hero__section h1{text-transform: uppercase; margin: 13px 0 32px; font-size: 40px; line-height: 44px; font-weight: 900; font-family: 'Rubik'; text-align: center;}
    #hero__section .hero__data.flex{align-items: flex-start;}
    #hero__section .gallery{width: 480px; bottom: 0; right: 0; height: auto; position: sticky; top: 20px;}
        #hero__section .gallery .swiper__gallery .swiper-slide{display: flex; align-items: center; overflow: hidden; justify-content: center; height: 490px;}
            #hero__section .gallery .swiper__gallery .swiper-slide img{width: 100%; height: auto; object-fit: cover; max-width: 100%; max-height: 100%; border-radius: 10px;}
        #hero__section .gallery .swiper__gallery__thumbs{margin: 15px auto 0; width: 100%; width: 100%;}
        #hero__section .gallery .swiper__gallery__thumbs .inn{width: 60px; cursor: pointer; border-radius: 6px; box-sizing: border-box; transition: all 0.2s; overflow: hidden; border: 1px solid transparent; height: 60px; margin: 0 auto; display: flex; align-items: center; justify-content: center;}
            #hero__section .gallery .swiper__gallery__thumbs .swiper-slide{width: 60px; height: 60px; box-sizing: border-box;}
            #hero__section .gallery .swiper__gallery__thumbs .inn img{width: auto; height: auto; max-width: 100%; max-height: 100%;}
            #hero__section .gallery .swiper__gallery__thumbs .swiper-slide-thumb-active .inn{border-color: #000; padding: 3px}
    #hero__section #hero__products__section{width: 480px;}
    #hero__products__section h2{text-transform: uppercase; font-size: 26px; line-height: 140%; margin-bottom: 8px; font-weight: 900; font-family: 'Rubik';}
    #hero__products__section .description{margin-bottom: 14px; font-size: 18px; font-weight: 500; line-height: 140%;}
    #hero__products__section .order__date{padding: 10px 0 10px 38px; border-bottom: 1px solid rgba(62, 43, 87, 0.2); border-top: 1px solid rgba(62, 43, 87, 0.2); background: url("../img/gift.svg") 8px 50% no-repeat; margin-bottom: 16px}
    #hero__products__section h3{margin-bottom: 8px; text-transform: uppercase; font-size: 22px; line-height: 140%; font-weight: 900; font-family: 'Rubik';}
    #hero__products__section .product__prices{margin-bottom: 15px;}
        #hero__products__section .product__prices .box{box-sizing: border-box; background: #E2D5ED; border-radius: 8px;}
        #hero__products__section .product__prices .or{text-align: center; line-height: 100%; font-size: 16px; font-weight: 700; text-transform: uppercase; padding: 8px 0;}
        #hero__products__section .product__prices .title{text-align: center; padding: 10px; font-size: 16px; line-height: 140%; font-weight: 500;}
        #hero__products__section .product__prices .rows{background: #fff; border-radius: 8px; border: 1px solid rgba(62, 43, 87, 0.2); overflow: hidden;}
        #hero__products__section .product__prices .row{padding: 10px 16px 10px 38px; position: relative; cursor: pointer; box-sizing: border-box; align-items: center; border-bottom: 1px solid rgba(62, 43, 87, 0.2); transition: all 0.2s;}
            #hero__products__section .product__prices .row.active:after{background: url("../img/checkph.svg") 50% 50% no-repeat;}
            #hero__products__section .product__prices .row.active,#hero__products__section .product__prices .row:hover{background: #FFFEE0}
            #hero__products__section .product__prices .row.active:before{position: absolute; top: 0; left: 0; width: 100%; height: 100%; content: ''; border: 1px solid #3E2B57; border-radius: 8px 8px 0 0; box-sizing: border-box;}
            #hero__products__section .product__prices .row:last-child:before{border-radius: 0 0 8px 8px}
            #hero__products__section .product__prices .row:last-child{border: none;}
            #hero__products__section .product__prices .row:after{position: absolute; width: 28px; height: 28px; left: 6px; top: calc(50% - 14px); content: ''; background: url("../img/checkp.svg") 50% 50% no-repeat;}
            #hero__products__section .product__prices .row .main{font-weight: 700; font-size: 16px; display: flex; align-items: center; justify-content: flex-start; gap: 4px}
                #hero__products__section .product__prices .row .main strong{display: flex; position: relative; top: 1px; height: 18px; align-items: center; justify-content: center; padding: 0 4px; border-radius: 4px; background: rgba(212, 29, 28, 0.1); font-size: 12px; color: #D41D1C; font-weight: 700;}
            #hero__products__section .product__prices .row .other{text-align: right; font-size: 14px; font-weight: 500; line-height: 140%;}
                #hero__products__section .product__prices .row .other .sale{opacity: 0.7}
                #hero__products__section .product__prices .row .other span{text-decoration: line-through; opacity: 0.7}
                #hero__products__section .product__prices .row .other i{font-style: normal; font-size: 18px; font-weight: 700;}
                #hero__products__section .btn{animation: wiggle 2.5s infinite;}
                    #hero__products__section .btn:hover{animation: none;}
    #hero__products__section .reviews{box-sizing: border-box; padding: 12px 16px 12px 80px; width: 100%; position: relative; border: 1px solid rgba(62, 43, 87, 0.2); border-radius: 10px; margin-bottom: 7px}
        #hero__products__section .reviews .user{position: absolute; top: 12px; left: 16px;}
            #hero__products__section .reviews .user img{border-radius: 50%; width: 50px; height: 50px; object-fit: cover;}
        #hero__products__section .reviews .data__rev img{width: auto; margin-bottom: 8px; border-radius: 0;}
        #hero__products__section .reviews .data__rev p{font-weight: 500; font-size: 14px; font-style: italic; margin-bottom: 8px; line-height: 140%;}
        #hero__products__section .reviews .data__rev .name{font-size: 12px; font-weight: 700;}
            #hero__products__section .reviews .data__rev .name span{display: inline-block; margin-left: 12px; font-weight: 500; padding: 0 0 0 20px; background: url("../img/ls_ok.svg") 0 50% no-repeat;}
    #hero__products__section .warr{padding: 20px 0; text-align: center;}
        #hero__products__section .warr .item{width: 100%; max-width: 116px; font-size: 13px; font-weight: 500; line-height: normal;}
            #hero__products__section .warr .item img{margin: 0 auto 8px;}
    #hero__products__section .accordion .title{position: relative; padding: 13px 40px 13px 0; font-weight: 500; font-size: 18px; line-height: normal; border-bottom: 1px solid rgba(62, 43, 87, 0.2); cursor: pointer;}
        #hero__products__section .accordion .title.ui-accordion-header-active:after{transform: rotate(180deg);}
        #hero__products__section .accordion .title:after{position: absolute; width: 24px; height: 24px; background: url("../img/arrd.svg") 50% 50% no-repeat; top: calc(50% - 12px); right: 0; content: ''; transition: all 0.2s;}
        #hero__products__section .accordion .answer{border-bottom: 1px solid rgba(62, 43, 87, 0.2); padding: 13px 0;}



.low__stock{text-align: center;}
    .low__stock .tags{display: inline-block; position: relative; margin-bottom: 15px; font-size: 14px; font-weight: 500; padding-left: 18px;}
        .low__stock .tags:after{animation: animation_tags 2.4s linear infinite; background: url(../img/taglsr.svg) 50% 50% no-repeat; width: 14px; height: 14px; left: 0; top: calc(50% - 7px); position: absolute; content: '';}





#featured{padding: 1px 0; text-align: center;}
    #featured .bt__line{position: relative; margin: 0 auto 16px; max-width: 350px;}
        #featured .bt__line:after{position: absolute; top: 50%; left: 0; width: 50%; height: 1px; content: ''; background: rgba(62, 43, 87, 0.2);}
        #featured .bt__line:before{position: absolute; top: 50%; right: 0; width: 50%; height: 1px; content: ''; background: rgba(62, 43, 87, 0.2);}
        #featured .bt__line span{position: relative; background: #fff; z-index: 3; text-transform: uppercase; font-size: 14px; line-height: 140%; font-weight: 500; padding: 0 15px;}
    #featured .flex{align-items: center; justify-content: center; gap: 45px;}
        #featured .flex img{width: auto; height: auto;}





#trusted{padding: 80px 0 0; overflow: hidden;}
    #trusted .container{max-width: 1168px;}
    #trusted .bt{text-align: center;}
    #trusted .rating{margin: 0 0 22px}
        #trusted .rating img{margin: 0 auto; width: auto; height: auto;}
    #trusted .swiper-wrapper{align-items: stretch;}
    #trusted .swiper-slide{height: auto; border-radius: 13px; border: 1px solid #3E2B57; box-sizing: border-box; overflow: hidden; width: 280px}
    .tr__item{box-sizing: border-box;}
        .tr__item .image img{width: 100%; height: 280px; object-fit: cover;}
        .tr__item .data{padding: 20px 16px;}
        .tr__item .rat{margin: 0 0 16px;}
            .tr__item .rat img{width: 70px; height: auto;}
        .tr__item p{font-weight: 500; margin-bottom: 16px; line-height: 140%;}
        .tr__item .name{font-weight: 700; font-style: italic;}





#ways{padding: 80px 0 0; text-align: center;}
    #ways .container{max-width: 1040px}
    #ways .item{align-items: center; margin-bottom: 80px;}
        #ways .item:last-child{margin-bottom: 0;}
    #ways .item:nth-child(2n) .image{order: 0;}
    #ways .item:nth-child(2n) .text{order: 1;}
    #ways .image{width: 480px;}
        #ways .image img,#ways .image video{border-radius: 16px; object-fit: cover; width: 100%; height: 500px;}
    #ways .text{width: 480px;}
    #ways .bt{margin-bottom: 16px;}
    #ways p{font-size: 18px; font-weight: 500; line-height: 140%;}
    #ways .note{position: relative; margin-top: 40px; padding: 24px 20px; font-size: 18px; font-weight: 500; line-height: 140%; border-radius: 8px; border: 1px solid rgba(62, 43, 87, 0.2)}
        #ways .note:after{position: absolute; left: 24px; top: -12px; width: 24px; height: 24px; background: url("../img/wnote.svg") 50% 50% no-repeat; content: '';}





#k__features{padding: 80px 0 0; text-align: center; overflow: hidden;}
    #k__features .bt{margin-bottom: 24px;}
    #k__features .items{justify-content: center; gap: 32px}
    #k__features .item{max-width: 240px; width: 100%; margin: 0 32px; box-sizing: border-box; min-height: 60px}
        #k__features .item img{margin: 0 auto 20px}
        #k__features .item .title{font-size: 20px; font-weight: 700; margin-bottom: 4px; line-height: 140%;}
        #k__features .item p{font-weight: 500; font-size: 18px; line-height: 140%;}





#inside{padding: 80px 0 0;}
    #inside .container{max-width: 1040px;}
    #inside .bt{text-align: center; margin-bottom: 24px;}
    #inside .flex{align-items: center;}
    #inside .image{width: 480px;}
        #inside .image img{width: 100%; height: auto; border-radius: 16px; object-fit: cover;}
    #inside .text{width: 480px;}
        #inside .text p{font-size: 18px; font-weight: 500; margin-bottom: 10px; line-height: 140%;}
    #inside .accordion .title{position: relative; padding: 13px 40px 13px 0; font-weight: 500; font-size: 18px; line-height: normal; border-bottom: 1px solid rgba(62, 43, 87, 0.2); cursor: pointer;}
        #inside .accordion .title.ui-accordion-header-active:after{transform: rotate(180deg);}
        #inside .accordion .title:after{position: absolute; width: 24px; height: 24px; background: url("../img/arrd.svg") 50% 50% no-repeat; top: calc(50% - 12px); right: 0; content: ''; transition: all 0.2s;}
        #inside .accordion .answer{border-bottom: 1px solid rgba(62, 43, 87, 0.2); padding: 13px 0;}





#moneyback__n{padding: 80px 0 0; text-align: center;}
    #moneyback__n .container{max-width: 480px;}
    #moneyback__n img{margin: 0 auto 24px}
    #moneyback__n p{font-size: 18px; font-weight: 500; line-height: 140%;}






#get__sale{padding: 80px 0; background: linear-gradient(360deg, #E2D5ED 57.28%, #FFFFFF 100%);}
    #get__sale .container{max-width: 1040px}
    #get__sale .data{background: #fff; overflow: hidden; border-radius: 16px;}
    #get__sale img{width: 500px; min-height: 100%; object-fit: cover;}
    #get__sale .info{padding: 32px 100px; width: calc(100% - 500px); box-sizing: border-box; text-align: center;}
    #get__sale .bt{font-size: 28px; line-height: 115%; margin-bottom: 16px;}
        #get__sale .bt span{color: #D41D1C}
        #get__sale p{margin-bottom: 20px; font-size: 18px; line-height: 140%; font-weight: 500;}
        #get__sale .btn{margin-bottom: 20px; animation: wiggle 2.5s infinite;}
            #get__sale .btn:hover{animation: none}
    #get__sale .offer{background: #FFFEE0; padding: 12px; margin-bottom: 20px;}
        #get__sale .offer .item{width: 50%; box-sizing: border-box;}
            #get__sale .offer .item:nth-child(1){border-right: 1px solid #3E2B57;}
        #get__sale .offer p{font-size: 14px; line-height: 140%; margin: 0; font-weight: 500;}
            #get__sale .offer p strong{font-weight: 700; display: block;}
    #get__sale .note{font-size: 14px; font-weight: 500; line-height: 140%;}






#see{padding: 80px 0 0;}
    #see .bt{text-align: center; margin: 0 auto 24px; max-width: 380px}
    #see .data{margin-bottom: 24px; align-items: flex-start;}
        #see .data .box{box-sizing: border-box; border-radius: 16px; border: 1px solid rgba(61, 44, 89, 0.3); padding: 24px 20px;}
        #see .data .top{width: 310px}
            #see .data .top .rating{margin-bottom: 5px; font-size: 20px; font-weight: 700;}
            #see .data .top img{width: auto; height: auto; margin-bottom: 8px}
            #see .data .top p{font-weight: 500; font-size: 14px; line-height: 140%; opacity: 0.7;}
        #see .data .detail{width: calc(100% - 330px)}
            #see .data .detail .row{align-items: center; font-size: 14px; line-height: normal; font-weight: 700; padding: 10px 0; border-bottom: 1px solid rgba(61, 44, 89, 0.2)}
                #see .data .detail .row:first-child{padding-top: 0}
                #see .data .detail .row:last-child{padding-bottom: 0; border-bottom: none;}
                #see .data .detail .row .flex{align-items: center; gap: 4px}
                #see .data .detail .row img{width: 80px; height: 16px;}

    #see .reviews{}
        #see .reviews .item{align-items: flex-start; padding: 20px 65px 20px 20px; border-radius: 16px; border: 1px solid rgba(61, 44, 89, 0.3); margin-bottom: 20px;}
            #see .reviews .item:last-child{margin-bottom: 0;}
            #see .reviews .user{width: 320px; line-height: 140%;}
                #see .reviews .user span{display: block; font-weight: 500; opacity: 0.7}
                #see .reviews .user p{display: inline-block; margin-bottom: 2px; padding: 1px 20px 1px 0; background: url("../img/ls_ok.svg") 100% 50% no-repeat; font-size: 18px; font-weight: 700;}
            #see .reviews .main{width: calc(100% - 320px)}
                #see .reviews .main .rating{margin-bottom: 20px}
                #see .reviews .main p{margin-bottom: 16px; font-size: 18px; line-height: 140%; font-weight: 500;}
                #see .reviews .main .image img{width: 320px; height: 330px; object-fit: cover;}





#categories{padding: 80px 0 0; text-align: center;}
    #categories .list__tags{margin: 0 auto; max-width: 700px; justify-content: center; gap: 6px}
        #categories .list__tags span{display: flex; align-items: center; justify-content: center; margin-bottom: 2px; padding: 0 16px; font-size: 16px; font-weight: 500; border-radius: 20px; border: 1px solid #3E2B57; height: 30px;}
    #categories .images{text-align: center; padding: 40px 32px 0;}
        #categories .images img{margin: 0 auto;}
        #categories .images .mobile{display: none;}




.featured-on-section {
  width: 90%;
  margin: 0 auto;
  margin-bottom: 30px;
  position: relative;
  text-align: center; /* Center the content */
  display: flex;
  justify-content: center; /* Center horizontally */
  align-items: center; /* Center vertically */
}

/* By default, show desktop image and hide mobile image */
.desktop-image-featured-on {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto; /* Additional centering */
}

.mobile-tablet-image-featured-on {
  display: none;
  max-width: 90%;
  height: auto;
  margin: 0 auto; /* Additional centering */
}

/* Media query for tablet and mobile devices */
@media screen and (max-width: 800px) {
  .desktop-image-featured-on {
    display: none; /* Hide desktop image */
  }
  
  .mobile-tablet-image-featured-on {
    display: block; /* Show mobile/tablet image */
  }
}



.top-banner {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

/* By default, show desktop image and hide mobile image */
.desktop-image-top-banner {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto; /* Additional centering */
}

.mobile-tablet-image-top-banner {
  display: none;
  max-width: 100%;
  height: auto;
  margin: 0 auto; /* Additional centering */
}

/* Media query for tablet and mobile devices */
@media screen and (max-width: 800px) {
  .desktop-image-top-banner {
    display: none; /* Hide desktop image */
  }
  
  .mobile-tablet-image-top-banner {
    display: block; /* Show mobile/tablet image */
  }
}



#select_yuor_deal{display: none;}
    #select_yuor_deal.hidd{display: none!important;}
    #select_yuor_deal .tags{align-items: center; justify-content: center; padding: 0; font-weight: 500; font-size: 13px; gap: 8px; margin-top: 6px; display: none;}
        #select_yuor_deal .tags span{position: relative; display: inline-block; padding-left: 13px}
            #select_yuor_deal .tags span:after{position: absolute; top: calc(50% - 2px); left: 0; width: 4px; height: 4px; content: ''; border-radius: 50%; background: #3E2B57}
            #select_yuor_deal .tags span:first-child{padding-left: 20px;}
            #select_yuor_deal .tags span:first-child:after{animation: animation_tags 2.4s linear infinite; background: url("../img/tagls.svg") 50% 50% no-repeat; width: 14px; height: 14px; top: calc(50% - 7px)}
        /*#select_yuor_deal .btn{animation: wiggle 2.5s infinite;}
            #select_yuor_deal .btn:hover{animation: none;}*/



#promo{position: relative; padding: 8px 0 0;}
    /*#promo:after{position: absolute; top: 0; left: 0; width: 100%; height: 350px; content: ''; background: linear-gradient(180deg, #A9F0FC 0%, #FFFFFF 100%);}*/
    #promo .container{position: relative; z-index: 3}
    #promo .top{text-align: center;}
    #promo .logo img{margin: 0 auto 24px;}
    #promo .rating{font-weight: 500; font-size: 14px; margin-bottom: 12px}
        #promo .rating img{display: inline-block; margin-right: 6px}
    #promo h1{text-transform: uppercase; font-size: 40px; line-height: 44px; font-weight: 900; font-family: 'Rubik';}
        #promo h1 span{display: block; text-transform: none; line-height: 34px; margin-top: 5px; font-size: 28px; font-weight: 700; font-family: "Inter";}
    #promo .text{max-width: 680px; width: 100%;}
    #promo .promo{line-height: normal; font-family: 'Rubik'; text-transform: uppercase; padding: 25px 0 0;}
        #promo .promo p{transform: rotate(2deg); font-weight: 900; position: relative; z-index: 2; left: 20px; top: 12px; display: inline-block; padding: 8px; background: #FF82E6; border: 4px solid #fff; border-radius: 10px; font-size: 29px;}
            #promo .promo p i{font-size: 16px; font-style: normal; position: relative; top: -8px}
        #promo .promo span{transform: rotate(-2deg); display: inline-block; padding: 8px; background: #F6FF8E; border: 4px solid #fff; border-radius: 10px; font-size: 39px; font-weight: 900}
        #promo .promo hr{opacity: 0; margin: 0}
    #promo .note{font-size: 22px; margin: 25px 0 20px; max-width: 470px; font-weight: 700; line-height: 27px;}
    #promo .text li{padding: 2px 0 2px 36px; background: url("../img/ls.svg") 0 50% no-repeat; font-weight: 500; margin-bottom: 10px; width: 50%; box-sizing: border-box;}
    #promo .text ul{margin-bottom: 14px}
    #promo .text .btn{width: 480px; margin-bottom: 16px;}
    #promo .tags{align-items: center; justify-content: center; padding: 0 0 24px; font-weight: 500; font-size: 13px; max-width: 480px; gap: 8px}
        #promo .tags span{position: relative; display: inline-block; padding-left: 13px}
            #promo .tags span:after{position: absolute; top: calc(50% - 2px); left: 0; width: 4px; height: 4px; content: ''; border-radius: 50%; background: #3E2B57}
            #promo .tags span:first-child{padding-left: 20px;}
            @keyframes animation_tags{
                0% { opacity: 1}
                50% { opacity: 0}
                100% { opacity: 1}
            }
            #promo .tags span:first-child:after{animation: animation_tags 2.4s linear infinite; background: url("../img/tagls.svg") 50% 50% no-repeat; width: 14px; height: 14px; top: calc(50% - 7px)}
    #promo .reviews{max-width: 480px; box-sizing: border-box; padding: 12px 16px 12px 85px; width: 100%; position: relative; background: #E2DBFF; border: 1px solid #3E2B57; border-radius: 10px}
        #promo .reviews .user{position: absolute; top: 12px; left: 16px;}
            #promo .reviews .user img{border-radius: 50%; width: 50px; height: 50px; border: 1px solid #3E2B57; object-fit: cover;}
        #promo .reviews .data img{width: 80px; margin-bottom: 8px}
        #promo .reviews .data p{font-weight: 500; font-size: 14px; margin-bottom: 8px; line-height: 140%;}
        #promo .reviews .data .name{font-size: 12px; font-weight: 700;}
            #promo .reviews .data .name span{display: inline-block; margin-left: 12px; font-weight: 500; padding: 0 0 0 20px; background: url("../img/lsb.svg") 0 50% no-repeat;}
    #promo .data__flex{align-items: flex-end; position: relative;}
    #promo .gallery{width: 380px; width: 490px; position: absolute; bottom: 0; right: 0}
        #promo .gallery .swiper__gallery .swiper-slide{display: flex; align-items: center; overflow: hidden; justify-content: center; height: 490px;}
            #promo .gallery .swiper__gallery .swiper-slide img{width: 100%; height: auto; object-fit: cover; max-width: 100%; max-height: 100%; border-radius: 10px;}
        #promo .gallery .swiper__gallery__thumbs{margin: 30px auto 0; width: 316px; width: 100%;}
        #promo .gallery .swiper__gallery__thumbs .swiper-slide{width: 56px; height: 56px; box-sizing: border-box;}
        #promo .gallery .swiper__gallery__thumbs .inn{width: 60px; cursor: pointer; border-radius: 6px; box-sizing: border-box; transition: all 0.2s; overflow: hidden; border: 1px solid transparent; height: 60px; margin: 0 auto; display: flex; align-items: center; justify-content: center;}
            #promo .gallery .swiper__gallery__thumbs .inn img{width: auto; height: auto; max-width: 100%; max-height: 100%;}
            #promo .gallery .swiper__gallery__thumbs .swiper-slide-thumb-active .inn{border-color: #000; padding: 3px}

    #promo .gallery{height: 580px}




#bloggers{padding: 115px 0 0; text-align: center;}
    #bloggers .bt{margin: 0 auto 28px; max-width: 480px}
    #bloggers .list__bloggers{margin-bottom: 28px; justify-content: center; align-items: center; gap: 24px}
        #bloggers .list__bloggers a{display: flex; align-items: center; justify-content: center; position: relative; width: 76px; height: 76px;}
            @keyframes animation_bloggers{
                0% { transform: rotate(0deg); transform: scale(1.0);}
                50% { transform: rotate(360deg); transform: scale(1.08);}
                100% { transform: rotate(0deg); transform: scale(1.0);}
            }
            #bloggers .list__bloggers a img{border-radius: 50%; width: 62px; height: 62px; object-fit: cover; position: relative; z-index: 3}
            #bloggers .list__bloggers a:after{transition: all 4.2s; width: 100%; height: 100%; background: url("../img/blogger.svg") 50% 50% no-repeat; content: ''; position: absolute; top: 0; left: 0; background-size: 100%;}
            #bloggers .list__bloggers a:nth-child(1):after{animation: animation_bloggers 4s linear infinite;}
            #bloggers .list__bloggers a:nth-child(2):after{animation: animation_bloggers 2s linear infinite;}
            #bloggers .list__bloggers a:nth-child(3):after{animation: animation_bloggers 5s linear infinite;}
            #bloggers .list__bloggers a:nth-child(4):after{animation: animation_bloggers 9s linear infinite;}
    #bloggers .rating{font-weight: 500; margin-bottom: 65px}
        #bloggers .rating img{margin: 0 auto 4px; width: 80px}
        #bloggers .rating .title{font-size: 24px; line-height: 31px; font-weight: 700; margin: 6px 0 10px}
        #bloggers .rating p{margin: 0 auto; max-width: 510px}
    #bloggers .swiper-slide{width: 256px; box-sizing: border-box;}
        #bloggers .swiper-slide img,.flexG img{width: 240px; height: 370px; object-fit: cover; border-radius: 10px; border: 1px solid #3E2B57}
        #bloggers .swiper-wrapper{transition-timing-function: linear;}
        .flex-shrink-0 { flex-shrink: 0; } .my-4 { margin-top: 1rem; margin-bottom: 1rem; } .mx-2 { margin-left: .5rem; margin-right: .5rem; } .justify-center { justify-content: center; } .overflow-hidden { overflow: hidden; } .w-full { width: 100%; } .items-center { align-items: center; } .flex-col { flex-direction: column; } .w-full { width: 100%; } .flexG { display: flex ; } .mx-auto { margin-left: auto; margin-right: auto; } .cta-ship { height: 7px; width: 7px; background-color: #95df89; border-radius: 50%; box-shadow: 0 0 0 2px #adf4a1; opacity: 0.5; } .cta { position: relative; } .pulseWiggle { animation: wiggle 2.5s infinite; animation: pulse 1.725s ease-out infinite forwards; } .wiggle { animation: wiggle 2.5s infinite; } .pulseWiggle, .wiggle:hover { animation: none; } .animate-scroll { display: flex; animation: scroll 30s linear infinite; } .overflow-hidden:hover .animate-scroll { animation-play-state: paused; } .pulse { animation: pulse 1.725s ease-out infinite forwards; } @keyframes pulse { 45% { box-shadow: 0 0 0 5px #adf4a1; opacity: 1; } 55% { opacity: 1; } } @keyframes pulseCta { 50% { transform: scale(1); } } @keyframes scroll { 0% { transform: translateX(100%); } to { transform: translateX(-100%); } } @keyframes wiggle { 0% { transform: rotate(0deg); } 80% { transform: rotate(0deg); } 85% { transform: rotate(3deg); } 95% { transform: rotate(-3deg); } to { transform: rotate(0deg); } }




#communicator{padding: 110px 0 0;}
    #communicator .text{max-width: 500px}
    #communicator .flex{align-items: center;}
    #communicator .item{text-align: center; text-transform: uppercase; font-size: 16px; line-height: 22px; font-weight: 700;}
        #communicator .item img{margin: 0 auto 12px;}
    #communicator .image{position: relative; width: 420px;}
        #communicator .image .note{transform: rotate(8deg); width: 152px; height: 152px; background: url("../img/note.svg") 50% 50% no-repeat; position: absolute; top: -10px; right: -60px; text-align: center; display: flex; align-items: center; justify-content: center; font-size: 14px; line-height: 18px; font-weight: 800; box-sizing: border-box; padding: 20px; font-style: italic;}
        #communicator .image img{width: 100%; height: 470px; object-fit: cover; border-radius: 40px; transform: rotate(-5deg); box-shadow: 13px 13px 0px #3D2C59;}





#parenting{padding: 100px 0 0; text-align: center;}
    #parenting .bt{margin: 0 auto 12px; max-width: 520px}
    #parenting .bt__note{margin: 0 auto 40px; max-width: 520px}
    #parenting .grid{gap: 38px}
    #parenting .item{padding: 16px; border-radius: 10px; border: 1px solid #3E2B57; background: #FFF9EF;}
        #parenting .item:nth-child(2){background: #B9F6DF}
        #parenting .item:nth-child(3){background: #E2DBFF}
        #parenting .item .title{padding: 20px 0 8px; font-size: 22px; font-weight: 700;}
        #parenting .item p{font-weight: 500;}
        #parenting .item .image{position: relative;}
            #parenting .item .image img{width: 100%; height: 200px; object-fit: cover; border-radius: 10px}
            #parenting .item .image:after{position: absolute; top: 0; left: 0; width: 100%; height: 100%; content: ''; background: url("../img/parenting.svg") 50% 50% no-repeat;}





#equip{padding: 75px 0 125px;}
    #equip .container{max-width: 900px}
    #equip .text{max-width: 420px}
    #equip .flex{align-items: center;}}
    #equip .image{position: relative; width: 420px;}
        #equip .image img{width: 100%; height: auto; border-radius: 40px; transform: rotate(5deg); box-shadow: 13px 13px 0px #3D2C59;}





#key__features{margin: 0 20px; padding: 0 0 60px; background: #A9F0FC; border-radius: 20px; border: 1px solid #3E2B57; text-align: center;}
    #key__features:after,#key__features:before{position: absolute; bottom: 0; left: 0; width: 100%; height: 100%; content: ''; background: url("../img/bg_key_left.png") 0 100% no-repeat;}
    #key__features:after{background: url("../img/bg_key_right.png") 100% 100% no-repeat;}
    #key__features .container{max-width: 1200px; position: relative; z-index: 2}
    #key__features .bt{position: relative; display: inline-block; line-height: 85px; background: #F6FF8E; border-radius: 12px; text-transform: uppercase; font-family: 'Rubik'; font-weight: 900; font-size: 48px; padding: 0 20px; transform: rotate(-3deg); top: -40px}
    #key__features .block__title{margin: 0 auto 40px; max-width: 620px; font-size: 24px; line-height: 29px; font-weight: 700;}
        #key__features .block__title span{position: relative; display: inline-block; padding-right: 14px}
        #key__features .block__title i{position: absolute; font-size: 10px; top: -7px; right: 0; font-style: normal;}
    #key__features .flex{justify-content: center;}
    #key__features .item{width: 344px; box-sizing: border-box; margin: 0 20px 48px}
        #key__features .item .image{width: 100%; height: 200px; overflow: hidden; border-radius: 20px; background: #D9D9D9; margin-bottom: 20px}
            #key__features .item .image img{width: 100%; height: 200px; object-fit: cover;}
        #key__features .item .title{font-size: 20px; margin-bottom: 8px; font-weight: 700;}
        #key__features .item p{font-weight: 500; line-height: 140%;}





#us__vs__them{padding: 80px 0 0; text-align: center;}
    #us__vs__them .flex{justify-content: center; gap: 20px}
    #us__vs__them .item{box-sizing: border-box; padding: 30px 55px; width: 280px; border-radius: 20px; border: 2px solid #AE9CF8}
        #us__vs__them .item:last-child{border: none; background: #FFF9EF}
        #us__vs__them .item .logo{height: 40px; margin-bottom: 20px; font-size: 20px; line-height: 22px; text-transform: uppercase; font-weight: 700;}
            #us__vs__them .item .logo img{margin: 0 auto; max-width: 94px; width: 100%;}
        #us__vs__them .item li{padding: 24px 0 0; font-size: 14px; font-weight: 500; background: url("../img/ls.svg") 50% 0 no-repeat; background-size: 20px; margin-bottom: 15px}
            #us__vs__them .item:first-child{padding: 30px 65px}
            #us__vs__them .item:last-child li{background: url("../img/lsn.svg") 50% 0 no-repeat;}
            #us__vs__them .item li:last-child{margin-bottom: 0}





#included{position: relative; padding: 80px 16px 0}
    #included .container{max-width: 1160px}
    #included .inn{box-sizing: border-box; padding: 25px 140px 25px 50px; align-items: center; border-radius: 20px; background: #FFF9EF; border: 1px solid #3D2C59}
    #included .image{width: 500px; height: 500px; display: flex; align-items: center; justify-content: center;}
        #included .image img{mix-blend-mode: darken;}
    #included .text{max-width: 420px; width: 100%;}
        #included .text ul li{position: relative; padding: 2px 0 2px 36px; font-size: 16px; font-weight: 500; background: url("../img/lsb.svg") 0 50% no-repeat; background-size: 24px; margin-bottom: 10px}




#moneyback{padding: 100px 0 0;}
    #moneyback .flex{align-items: center;}
    #moneyback .container{max-width: 860px}
    #moneyback .text{max-width: 420px;}
    #moneyback .btn{max-width: 342px; margin-bottom: 14px;}
    #moneyback .tags{align-items: center; max-width: 342px; justify-content: center; font-weight: 500; font-size: 13px; gap: 8px}
        #moneyback .tags span{position: relative; display: inline-block; padding-left: 13px}
            #moneyback .tags span:after{position: absolute; top: calc(50% - 2px); left: 0; width: 4px; height: 4px; content: ''; border-radius: 50%; background: #3E2B57}
            #moneyback .tags span:first-child{padding-left: 20px;}
            #moneyback .tags span:first-child:after{animation: animation_tags 2.4s linear infinite; background: url("../img/tagls.svg") 50% 50% no-repeat; width: 14px; height: 14px; top: calc(50% - 7px)}
    #moneyback .image{width: 400px; position: relative;}
        #moneyback .image img{width: calc(50% - 6px); margin-bottom: 12px; height: 193px; object-fit: cover; box-sizing: border-box; border-radius: 11px; border: 1px solid #3E2B57}
        #moneyback .image:after{background: url("../img/guarantee.svg") 50% 50% no-repeat; position: absolute; top: 0; left: 0; width: 100%; height: 100%; content: ''}





#confidence{padding: 100px 0 0; text-align: center; position: relative; z-index: 3}
    #confidence:after{position: absolute; bottom: 0; left: 0; width: 100%; height: 280px; content: ''; background: linear-gradient(360deg, #A9F0FC 0%, #FFFFFF 100%);}
    #confidence .container{max-width: 1200px; position: relative; z-index: 3}
    #confidence .flex{justify-content: center; gap: 35px; align-items: flex-start;}
    #confidence .item{box-sizing: border-box; background: #fff; margin-bottom: 190px; padding: 0 32px 16px; border-radius: 20px; border: 1px solid #3E2B57; width: 360px}
        #confidence .item .title{font-weight: 600; line-height: 22px; margin-bottom: 10px}
        #confidence .item p{margin-bottom: 15px; font-size: 14px; line-height: 140%; color: #000}
        #confidence .item:last-child p{max-width: 270px; margin: 0 auto 15px}
        #confidence .item .name{font-size: 12px;}
        #confidence .item img{position: relative; z-index: 2; margin: -145px auto 24px; object-fit: cover; border-radius: 20px; width: 240px; height: 220px;}
        #confidence .item:nth-child(4),#confidence .item:nth-child(5),#confidence .item:nth-child(6){margin-bottom: 0}
    #confidence .bt__note{margin-bottom: 190px}





#order{padding: 140px 0 100px; background: #A9F0FC;}
    #order .container{max-width: 970px; position: relative; left: 50px}
    #order .flex{align-items: center;}
    #order .text{max-width: 390px;}
    #order .rating{margin-bottom: 15px; font-size: 14px;}
        #order .rating img{margin-bottom: 5px}
    #order .title{text-transform: uppercase; font-size: 32px; font-family: 'Rubik'; margin-bottom: 18px; font-weight: 900;}
        #order .title span{display: block; position: relative; font-size: 36px; margin: 10px 0 0;}
            #order .title span strong{display: inline-block; line-height: 48px; padding: 0 6px; border-radius: 8px; background: #F6FF8E; font-weight: 900;}
    #order ul{padding-bottom: 30px}
    #order li{margin-bottom: 10px; padding: 2px 0 2px 36px; background: url("../img/ls.svg") 0 50% no-repeat; font-weight: 500;}
    #order .position{max-width: 342px}
    #order .tags{align-items: center; padding: 15px 0 0; max-width: 342px; justify-content: center; font-weight: 500; font-size: 13px; gap: 8px}
        #order .tags span{position: relative; display: inline-block; padding-left: 13px}
            #order .tags span:after{position: absolute; top: calc(50% - 2px); left: 0; width: 4px; height: 4px; content: ''; border-radius: 50%; background: #3E2B57}
            #order .tags span:first-child{padding-left: 20px;}
            #order .tags span:first-child:after{animation: animation_tags 2.4s linear infinite; background: url("../img/tagls.svg") 50% 50% no-repeat; width: 14px; height: 14px; top: calc(50% - 7px)}
    #order .image{width: 560px; height: 560px; position: relative; display: flex; align-items: center; justify-content: center; flex-wrap: wrap;}
        #order .image .note{position: absolute; top: 134px; right: 44px; width: 146px; height: 146px; background: url("../img/notep.svg") 50% 50% no-repeat; display: flex; align-items: center; justify-content: center; font-family: 'Rubik'; font-weight: 900; text-transform: uppercase; font-size: 36.5px; line-height: 34.1px;}




#faq{padding: 60px 0 0;}
    #faq .bt{text-align: center;}
    #faq .container{max-width: 1040px}
    #faq .accordion .title{position: relative; padding: 13px 40px 13px 0; font-weight: 500; font-size: 18px; line-height: normal; border-bottom: 1px solid rgba(62, 43, 87, 0.2); cursor: pointer;}
        #faq .accordion .title.ui-accordion-header-active:after{transform: rotate(180deg);}
        #faq .accordion .title:after{position: absolute; width: 24px; height: 24px; background: url("../img/arrd.svg") 50% 50% no-repeat; top: calc(50% - 12px); right: 0; content: ''; transition: all 0.2s;}
        #faq .accordion .answer{border-bottom: 1px solid rgba(62, 43, 87, 0.2); padding: 13px 0;}

    .accordion .answer ul{margin-bottom: 16px;}
    .accordion .answer p{margin-bottom: 16px}
    .accordion .answer p:last-child{margin: 0}



/*
footer{padding: 40px 0 16px; text-align: center; background: #A9F0FC}
    footer .container{max-width: 726px;}
    footer .logo img{margin: 0 auto 48px; width: 140px}
    footer li{width: calc(50% - 3px); margin-bottom: 6px}
        footer li a{display: block; line-height: 46px; border-radius: 4px; background: #7BDFF0; color: #3E2B57; font-weight: 700; font-size: 14px}
            footer li a:hover{color: #fff; background: #3E2B57}
    footer .copyright{padding: 40px 0 0; font-size: 12px; font-weight: 500;}
*/

footer{text-align: center; padding: 60px 0 16px}
    footer .logo img{margin: 0 auto 24px; max-width: 122px; height: auto;}
    footer .copyright{opacity: 0.7; font-size: 12px; font-weight: 500; padding: 24px 0 0;}
    footer ul.flex{justify-content: center; gap: 60px; padding: 10px 0;}
        footer ul a{color: #3E2B57; font-size: 15px; font-weight: 500; border-bottom: 1px solid transparent;}
            footer ul a:hover{border-color: #3E2B57}



/*
.fancybox__content{max-width: 320px!important; width: 320px!important}
.fancybox__html5video, .fancybox__iframe{height: 500px!important}
.fancybox__footer{display: none!important;}*/



#videopopup{position: fixed; display: none; top: 0; left: 0; width: 100%; height: 100%; z-index: 777777; background: rgba(0, 0, 0, 0.7);}
.flex__video{position: fixed; top: 0; left: 0; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center;}
.flex__video video{max-width: 500px; max-height: 90%; width: auto; height: auto;}
#videopopup .close{position: absolute; top: 20px; right: 20px; cursor: pointer; width: 25px; height: 25px; background: url("../img/close.svg") 50% 50% no-repeat; background-size: 100%;}


.slider-products .swiper{padding: 0 1px}

.slider-sw,.list__swiper{position: relative;}

.slider-sw .swiper-button-prev,.slider-sw .swiper-button-next{width: 44px; opacity: 1!important; height: 44px; top: 50%; transition: all 0.15s ease-out; border-radius: 50%; background: #fff}
.slider-sw .swiper-button-prev:hover,.slider-sw .swiper-button-next:hover{background: #FFE600;}
.slider-sw .swiper-button-prev svg,.slider-sw .swiper-button-next svg{width: auto; height: auto;}
.slider-sw .swiper-button-prev:hover svg path,.slider-sw .swiper-button-next:hover svg path{stroke: #000}

.slider-sw .swiper-button-prev:after,.slider-sw .swiper-button-next:after{display: none;}
.slider-sw .swiper-button-prev{left: 16px;}
.slider-sw .swiper-button-next{right: 16px}


.slider-sw.slider__start .swiper-button-prev{transform: rotate(180deg); left: -74px; background: #EEF3F6}
.slider-sw.slider__start .swiper-button-next{right: -74px; background: #EEF3F6}
.slider-sw.slider__start .swiper-button-prev:hover,.slider-sw.slider__start .swiper-button-next:hover{background: #FFE600}



.slider-products.slider-sw .swiper-pagination{bottom: 0px!important}
.sll1.slider-sw .swiper-pagination{bottom: 0px!important}
.sll2.slider-sw .swiper-pagination{bottom: 0px!important}
.slider-sw .swiper-pagination{bottom: -8px!important;}
.slider-sw .swiper-pagination-bullet{width: 8px; height: 8px; opacity: 1; background: transparent; border: 1px solid #8FC143; border-radius: 50%!important}
.slider-sw .swiper-pagination-bullet.swiper-pagination-bullet-active{background: #8FC143}



.compensate-for-scrollbar{margin-right: 0!important}


.f-nav{display: none;}





section{position: relative; z-index: 2}







.flex{display: flex; justify-content: space-between; flex-wrap: wrap;}




.grid{display: grid; grid-template-columns: repeat(3,1fr); gap: 24px;}
    .grid.grid-4{grid-template-columns: repeat(4,1fr);}


.bt{font-family: 'Rubik'; margin-bottom: 12px; font-size: 26px; font-weight: 900; line-height: 31px; text-transform: uppercase; line-height: 33px;}
.bt__note{font-size: 16px; line-height: 140%; margin-bottom: 30px; font-weight: 500;}
.bt br{display: none;}

.box__modal{display: none;}






section{box-sizing: border-box; position: relative;}



.form{position: relative; color: #000;}
.form label{display: block; margin-bottom: 5px; font-size: 18px; font-weight: 600;}
.form input[type="text"],.form input[type="email"],.form input[type="tel"],.form input[type="password"],.form textarea,.form select{
    width: 100%; color: #000; padding: 0 35px; font-size: 18px; border-radius: 10px; height: 60px; border: 1px solid rgba(158, 158, 158, 0.5); margin-bottom: 19px;
}


.form select{background: #fff url("../img/arr.svg") calc(100% - 16px) 50% no-repeat; border-radius: 6px;}

.form input[type="email"]:focus{}

.form textarea{padding-top: 16px; border-radius: 6px; height: 130px; resize: none;}


.form .privacy{margin-bottom: 23px; font-size: 14px; line-height: 20px; color: #414141; text-align: left;}
    .form .privacy a{color: #009245; border-bottom: 1px solid #009245}
        .form .privacy a:hover{border-color: transparent;}


.form .item span{display: block; font-size: 14px; margin-bottom: 5px;}
.form .flex .item{width: calc(50% - 12px)}





label.file{display: flex; align-items: center; margin-bottom: 10px; justify-content: space-between; border: 1px solid rgba(0, 16, 26, 0.3); padding: 0 20px; font-size: 16px; height: 62px; border-radius: 10px; max-width: 190px; font-size: 16px;}
    label.file:hover{background: rgba(0, 16, 26, 0.3); cursor: pointer;}




input[type="checkbox"],input[type="radio"]{display:none;}


label.checkbox{display: block; position: relative; top: -10px; padding: 0 0 0 37px; cursor: pointer; font-size: 18px; font-weight: normal; text-align: left; color: #9E9E9E;}
label.checkbox:after{position: absolute; top: calc(50% - 9px); left: 0; width: 18px; height: 18px; box-sizing: border-box; content: ''; background: url("../img/check.svg") 50% 50% no-repeat;}
label.checkbox span{font-style: normal;}
label.checkbox span:after{position: absolute; top: calc(50% - 9px); left: 0px; width: 18px; height: 18px; content: ''; background: url("../img/checkh.svg") 50% 50% no-repeat; display: none; border-radius: 4px; z-index: 2;}
label.checkbox input:checked + span:after{display: block;}


label.radio{display: block; position: relative; padding: 20px 20px 20px 46px; cursor: pointer; font-size: 14px; margin-bottom: 8px; border: 1px solid #E6E6E6; border-radius: 6px; font-weight: normal; text-align: left;}
label.radio:after{position: absolute; top: calc(50% - 8px); left: 20px; width: 16px; height: 16px; box-sizing: border-box; content: ''; background: url("../img/checkr.svg") 50% 50% no-repeat;}
label.radio span{font-style: normal;}
label.radio span:after{position: absolute; top: calc(50% - 8px); left: 20px; width: 16px; height: 16px; content: ''; background: url("../img/checkrh.svg") 50% 50% no-repeat; display: none; border-radius: 4px; z-index: 2;}
label.radio input:checked + span:after{display: block;}

label.radio a,label.checkbox a{color: #5985A6; border-bottom: 1px solid transparent;}
    label.radio a:hover,label.checkbox a:hover{border-color: #5985A6}


#registration .btn{margin-top: 20px}
#registration .form__reg{display: none;}
#registration .natural.form__reg{display: block;}


::placeholder{color: #959EAD;}



button{background: transparent;}



.clearfix{clear: both;}
.center{display: inline-block; width: 100%; text-align: center;}


a,svg,svg path{text-decoration: none; transition: all 0.15s ease-out;-webkit-tap-highlight-color: rgba(0, 0, 0, 0); cursor: pointer;}
	a:hover{transition: all 0.15s ease-out;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
a:focus{outline: none;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}

img{display: block;-webkit-tap-highlight-color: rgba(0, 0, 0, 0); max-width: 100%; height: auto; transition: all 0.15s ease-out;}
div{-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}



.btn,.btn:after{font-family: "Outfit", serif; display: inline-block; cursor: pointer; position: relative; text-align: center; cursor: pointer; padding: 0; border: none; transition: all 0.2s ease-out; box-sizing: border-box;-webkit-tap-highlight-color: rgba(0, 0, 0, 0); outline: none;}
	.btn:hover{transition: all 0.2s ease-out;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}




.btn-yellow{background: #FFF964; font-size: 22px; font-family: 'Rubik'; font-weight: 900; color: #3E2B57; height: 64px; box-shadow: 3px 3px 0px #3D2C59; border-radius: 8px; text-transform: uppercase; display: flex; align-items: center; justify-content: center; border: 1px solid #3D2C59;}
    .btn-yellow svg{margin-left: 10px}
    .btn-yellow:hover{box-shadow: none; background: #f7ef2f;}


input,textarea,select,button{-webkit-appearance: none; box-sizing: border-box; font-family: "Inter", sans-serif;}