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; position: relative;}


:root{
    --black: #202020;
    --yellow: #F8DB3A;
    --violet: #C58EFF;
}


body{
    font-family: "Geologica", sans-serif;
	background: #fff;
    font-size: 14px;
    line-height: 130%;
	color: var(--black);
	min-width: 320px;
    font-weight: normal;
    position: relative;
    padding: 0;
    overflow-x: hidden;
}


body.no__scroll{
    overflow: initial;
}



.container{max-width: 1776px; margin: 0 auto; box-sizing: border-box; width: 100%;}






header{position: fixed; top: 0; left: 0; width: 100%; z-index: 600; transition: all 0.2s;}
    header.f-nav{background: #EDF0EF; background: #fff; box-shadow: -2px -2px 18px 6px rgba(0,0,0,0.15);}
        header.f-nav .main{padding: 15px 0;}
    header .flex{align-items: center;}
    header .main{padding: 21px 0; transition: all 0.2s; position: relative;}
        header .main .logo img{position: absolute; top: calc(50% - 19px); left: calc(50% - 60px); width: 120px}
    header .top{color: rgba(255, 255, 255, 0.4); font-size: 12px; background: var(--black); letter-spacing: -0.03em; padding: 6px 0; line-height: 120%;}
        header .top a{color: #fff;}
            header .top a:hover{color: var(--yellow);}
        header .swiper-wrapper{transition-timing-function: linear !important;}
        header .swiper-slide{width: auto; position: relative;}
            header .swiper-slide:after{position: absolute; top: calc(50% - 2px); right: -12px; width: 4px; height: 4px; background: #fff; opacity: 0.5; content: ''; border-radius: 50%;}
    header .pull{width: 16px; height: 16px; background: url("../img/pull.svg") 50% 50% no-repeat; cursor: pointer;}
    header .lang{color: var(--black); gap: 5px; font-size: 13px;}
        header .lang a,header .lang span{opacity: 0.5;}
            header .lang a:hover,header .lang .current{opacity: 1}
            header .lang a{color: var(--black);}
            header .lang span:last-child{display: none;}
        header .lang a::first-letter{text-transform: uppercase;}
    .menu-sale a{color: #E83737!important;}
        .menu-sale a:hover{border-color: #E83737!important;}
        .menu-sale a:after{background: #E83737!important;}




#navigation{position: fixed; top: 0; left: 0; width: 100%; height: 100%; overflow: hidden; box-sizing: border-box; background: rgba(32, 32, 32, 0.1); z-index: 700; transform-origin: left; transform: scaleX(0); transition: transform 0.4s ease;}
    #navigation.open{transform: scaleX(1);}
    #navigation .inn{box-sizing: border-box; position: fixed; top: 0; left: 0; height: 100%; /*overflow-y: auto;*/ width: 260px; background: #fff; padding: 28px 32px;}
    #navigation .nav__close{position: absolute; top: 0; right: 0; width: calc(100% - 260px); height: 100%;}
    #navigation .bottom{position: absolute; bottom: 0; left: 0; width: 100%; box-sizing: border-box; padding: 28px 32px;}
    #navigation .flex{align-items: center;}
    #navigation .head{margin-bottom: 30px;}
    #navigation .title{font-size: 20px; font-weight: 600; letter-spacing: -0.03em;}
    #navigation nav{width: calc(100% + 32px);}
    #navigation li{margin-bottom: 16px; margin-bottom: 0;}
        #navigation li .sub-menu{position: absolute; top: 0; left: 100%;  padding: 76px 0 28px 0; box-sizing: border-box; height: 100%; background: #fff; border-left: 1px solid rgba(0, 0, 0, 0.1); box-sizing: border-box; width: 0px; transition: all 0.2s; display: none1; transform: translateX(0%); overflow-y: auto;}
            #navigation li:hover > .sub-menu{transform: translateX(0px); width: 260px; padding-right: 32px; padding-left: 32px;}
            #navigation li .sub-menu li a:after{width: 0!important}
                #navigation li .sub-menu li:hover > a:after{width: 100%!important;}
            #navigation li .sub-menu ul{list-style: disc; margin-left: 30px}
        #navigation li:last-child{margin: 0}
        #navigation li a{color: var(--black); letter-spacing: -0.02em; position: relative; display: inline-block; padding: 8px 0;}
            #navigation .soc li a{display: flex; align-items: center; justify-content: flex-start; gap: 5px;}
            #navigation li a:after{position: absolute; bottom: 5px; left: 0; width: 0; height: 1px; background: var(--black); content: ''; transition: all 0.2s;}
            #navigation .soc{display: inline-block; border: none!important;}
                #navigation .soc li a{display: inline-block;}
            #navigation li:hover a:after{width: 100%;}
    #navigation .bottom nav{padding: 20px 0; border-top: 1px solid rgba(32, 32, 32, 0.08); border-bottom: 1px solid rgba(32, 32, 32, 0.08);}
    #navigation .box__title{margin-bottom: 15px;}







#promo{background: #F3F6F5;}
    #promo .container{position: relative;}
    #promo .swiper-slide{height: 100vh; display: flex; max-height: 912px; min-height: 912px; box-sizing: border-box; position: relative; overflow: hidden;}
    #promo .data{position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; align-items: center; justify-content: flex-start;}
    #promo .text{max-width: 650px;}
    #promo .title{margin-bottom: 24px; font-size: 88px; line-height: 90%; font-weight: 300; letter-spacing: -0.05em;}
    #promo .note{max-width: 350px; margin-bottom: 32px; font-size: 20px; line-height: 120%; letter-spacing: -0.03em;}
    #promo .image{position: absolute; bottom: -100px; right: 100px;}
    #promo .made__in__ukraine{position: absolute; bottom: 24px; right: 20px; z-index: 10}
    .made__in__ukraine{width: 74px; height: 74px; background: url("../img/made_in_ukraine.svg") 50% 50% no-repeat;}
    #promo .swiper-pagination{bottom: 35px!important; justify-content: flex-start; gap: 5px; align-items: flex-end; width: 1776px; left: calc(50% - 888px); z-index: 10;}
    #promo .swiper-pagination .swiper-pagination-bullet{margin: 0; width: 40px; height: auto; border-radius: 0; background: transparent; color: var(--black); font-size: 14px; font-weight: 500; letter-spacing: -0.03em; border-bottom: 1px solid var(--black); line-height: 30px;}
        #promo .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{line-height: 40px;}
        .autoplay-progress{position: absolute; left: 20pxpx; bottom: 20px; z-index: 10; width: 40px; height: 40px; display: none; align-items: center; justify-content: center; font-weight: bold; color: var(--black); font-size: 12px;}
            .autoplay-progress svg{--progress: 0; position: absolute; left: 0; top: 0px; z-index: 10; width: 100%; height: 100%; stroke-width: 2px; stroke: var(--black); fill: none; stroke-dashoffset: calc(125.6px * (1 - var(--progress))); stroke-dasharray: 125.6; transform: rotate(-90deg);}





.swiper.swiper__popular{overflow-x: inherit;}
    .swiper__popular .swiper-slide{width: 317px;}


.swiper.swiper__actions{overflow-x: inherit;}
    .swiper__actions .swiper-slide{width: 645px;}





.product__item{position: relative; box-sizing: border-box; overflow: hidden; padding-bottom: 55px}
    .product__item .slider-sw{position: absolute; top: 0; left: 0; width: 100%; height: 100%;}
        .product__item .slider-sw .swiper{height: 100%;}
        .product__item .slider-sw .swiper-pagination{bottom: 5px!important}
        .product__item .slider-sw  .swiper-pagination-bullet{width: 50px; height: 3px; border-radius: 10px; background: rgba(255, 255, 255, 0.5);}
        .product__item .slider-sw  .swiper-pagination-bullet.swiper-pagination-bullet-active{background: #fff;}
    .product__item .image{position: relative; overflow: hidden; background: #EDF0EF; border-radius: 12px; height: 400px; display: flex; align-items: center; justify-content: center;}
        .product__item .image a{display: flex; width: 100%; height: 100%; align-items: center; justify-content: center;}
            .product__item .hidden_image{opacity: 0; transition: all 0.2s; position: absolute; top: 0; left: 0; width: 100%; height: 100%; overflow: hidden;}
            .product__item:hover .hidden_image{opacity: 1}
        .product__item .image img{width: 100%; height: 100%;}
        .product__item .image .top{position: absolute; top: 0; left: 0; box-sizing: border-box; padding: 10px; z-index: 3}
            .product__item .image .top div{margin-bottom: 4px;}
            .product__item .image .top span{line-height: 26px; padding: 0 10px; background: #fff; font-weight: 700; font-size: 10px; display: inline-block; border-radius: 100px;}
            .product__item .image .sale{color: #E83737;}
            .product__item .image .new{text-transform: uppercase;}
        .product__item .image .sizes{position: absolute; bottom: 0; left: 0; width: 100%; padding: 20px; align-items: center; justify-content: center; box-sizing: border-box; z-index: 2}
            .product__item .image .sizes .variants{padding: 2px; border-radius: 27px; background: #fff; align-items: center; justify-content: center; gap: 5px;}

                .product__item .image .sizes .variants a{height: 28px; padding: 0 7px; align-items: center; font-size: 12px; font-weight: 500; color: var(--black); border-radius: 4px; background: #F3F6F5; display: flex;}
                    .product__item .image .sizes .variants a.active{background: var(--yellow); color: var(--black);}
                    .product__item .image .sizes .variants a:hover{background: var(--black); color: #fff;}
                    .product__item .image .sizes .variants a.v__color{display: flex; background: transparent; align-items: center; justify-content: center; width: 16px; height: 16px; border-radius: 50%; position: relative; padding: 0; border: 1px solid transparent; box-sizing: border-box;}
                        .product__item .image .sizes .variants a.v__color:hover{transform: scale(1.1);}
                        .product__item .image .sizes .variants a.v__color i{display: flex; width: 10px; height: 10px; border-radius: 50%;}

    .product__item .title{padding: 12px 20px 12px 0;}
        .product__item .title a{color: var(--black);}
        .product__item .title a:hover{color: #C58EFF;}
    .product__item .product__info{align-items: center; position: absolute; bottom: 0; left: 0; width: 100%;}
        .product__item .product__info .tooltip{position: absolute; top: -26px; right: 0; z-index: 10; background: var(--yellow); padding: 2px 7px; font-size: 13px; border-radius: 5px; display: none;}
    .product__item .actions{align-items: center; gap: 5px;}
        .product__item .actions .yith-add-to-wishlist-button-block,.product__item .actions .yith-add-to-wishlist-button-block a{display: flex; gap: 0; font-size: 0; width: 40px; height: 40px; align-items: center; justify-content: center;}
            /*.product__item .actions .yith-add-to-wishlist-button-block:hover svg path{stroke: #E83737}*/
    .product__item .price{font-size: 16px; font-weight: 600;}
        .product__item .price ins{background: transparent; color: #E83737;}
        .product__item .price del{margin-right: 5px}
    .product__item .added_to_cart.wc-forward{display: none!important;}


    .nores{font-size: 18px; line-height: normal; padding: 50px 0;}





.category__item{background: #F3F6F5; position: relative; overflow: hidden; border-radius: 12px; height: 640px;}
    /*.category__item.ci__1{background: #F3F6F5 url("../img/category_bg1.svg") 50% 50% no-repeat; background-size: cover;}
    .category__item.ci__2{background: #F3F6F5 url("../img/category_bg2.svg") 50% 100% no-repeat; background-size: 50%;}
    .category__item.ci__3{background: #F3F6F5 url("../img/category_bg3.svg") 50% 50% no-repeat; background-size: cover;}
    .category__item.ci__4{background: #F3F6F5 url("../img/category_bg4.svg") 50% 50% no-repeat; background-size: cover;}*/
    .category__item .svg{position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; z-index: 2; opacity: 0; transition: transform 0.4s ease, filter 0.4s ease;}
        .category__item .svg img{width: auto; height: auto;}
    .category__item:hover .svg1{opacity: 1; transform: translateY(-6px) scale(1.08); filter: drop-shadow(0 8px 18px rgba(0,0,0,0.15));}
    .category__item a{position: relative;}
    .category__item aa:after{position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.1); content: ''; opacity: 0; transition: all 0.2s;}
    .category__item:hover aa:after{opacity: 1}
    .category__item .image__bg{position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; z-index: 3;}
        .category__item .image__bg img{max-width: 100%; max-height: 100%; width: auto; height: auto;}
    .category__item .category__image{position: relative; z-index: 5;  transition: all 0.3s;}
    .category__item:hover .category__image{z-index: 1; transform: translateX(-65px);}
        .category__item:hover .image__bg img{z-index: 1}
        .category__item:hover .image__bg{animation: moveRightBack 1s ease forwards}
@keyframes moveRightBack {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(75px);
    }
    100% {
        transform: translateX(45px);
    }
}



    .category__item:nth-child(1) .svg{left: -40px; top: -80px}
    .category__item1:hover img{transform: scale(1.02);}
    .category__item img{width: 100%; height: 100%; mix-blend-mode: darken;}
    .category__item span{color: var(--black); position: absolute; top: 0; left: 0; padding: 24px; font-size: 16px; font-weight: 500; letter-spacing: -0.03em; z-index: 7;}





#actions{padding-bottom: 52px;}
.sa .action__item{position: relative; overflow: hidden; background: #F3F5F4 url("../img/bg_action.png") 50% 50% no-repeat; background-size: cover; border-radius: 12px; height: 340px;}
    .sa .action__item.action__item-violet{background: #F3F5F4 url("../img/bg_action_violet.png") 50% 50% no-repeat; background-size: cover;}
    .sa .action__item.action__item-yellow{background: #F3F5F4 url("../img/bg_action_yellow.png") 50% 50% no-repeat; background-size: cover;}
        .sa .action__item.action__item-yellow .btn:hover{background: var(--violet);}
    .action__item .data{position: absolute; top: 36px; left: 36px; box-sizing: border-box; max-width: 260px; height: calc(100% - 72px);}
    .action__item .btn{position: absolute; bottom: 0; left: 0;}
    .action__item .title{margin-bottom: 12px; font-size: 36px; line-height: 90%; letter-spacing: -0.03em; font-weight: normal;}
    .action__item p{font-weight: 500; max-width: 230px;}
    .action__item .image{position: absolute; top: 0; right: 0; width: 50%; height: 100%; display: flex; align-items: flex-end; justify-content: center;}
    .action__item .date{position: absolute; bottom: 0; left: 0; font-weight: 500;}





#action__page .sa .action__item{width: calc(50% - 10px)}
#action__page .action__text{width: calc(50% - 10px); box-sizing: border-box; padding: 36px; border-radius: 12px; background: #F3F6F5;}
    #action__page .action__text .title{margin-bottom: 20px; font-size: 18px; font-weight: 500; letter-spacing: -0.03em;}
    #action__page .action__text .text{line-height: 140%; font-weight: 300; letter-spacing: -0.03em;}
        #action__page .action__text .text p{margin-bottom: 20px;}
            #action__page .action__text .text p:last-child{margin: 0}





#reviews{padding: 80px 0; background: #F3F6F5;}
    #reviews .flex__center{padding: 50px 0 0;}
.list__reviews{column-count: 4; column-gap: 20px;}
    .list__reviews .item{break-inside: avoid; margin-bottom: 20px; box-sizing: border-box; padding: 28px; border-radius: 12px; background: #fff;}
    .list__reviews .name{margin-bottom: 16px; font-weight: 600; font-size: 16px; letter-spacing: -0.02em;}
    .list__reviews .rev{position: relative;}
    .list__reviews p{line-height: 140%; font-weight: 300; position: relative; z-index: 3; text-indent: 14px; padding-top: 4px}
        .list__reviews .rev span{width: 24px; height: 18px; background: url("../img/quote_y.svg") 0 0 no-repeat; display: inline-block;}
            .list__reviews .rev.blue span{background: url("../img/quote_b.svg") 0 0 no-repeat;}
            .list__reviews .rev.red span{background: url("../img/quote_r.svg") 0 0 no-repeat;}
            .list__reviews .rev.green span{background: url("../img/quote_g.svg") 0 0 no-repeat;}
        .list__reviews .rev span:nth-child(1){position: absolute; top: 0; left: 0;}
        .list__reviews .rev span:last-child,.list__reviews .rev p span{position: absolute; bottom: 0; right: 0; transform: rotate(180deg);}








.list__vac{background: #F3F6F5; border-radius: 12px; padding: 20px;}
.vac__item{break-inside: avoid; box-sizing: border-box; padding: 28px; border-radius: 12px; background: #fff; position: relative; padding-bottom: 70px}
    .vac__item .btn{top: calc(100% - 75px)!important; right: 28px!important}
    .vac__item .title{font-size: 24px; line-height: normal; font-weight: 500;}
    .vac__item p{margin: 10px 0 15px;}





#reviews__page .container{position: relative;}
#reviews__page .btn-black{position: absolute; top: 0; right: 0;}
#reviews__page .list__reviews{background: #F3F6F5; border-radius: 12px; padding: 20px;}





#ceo{}
    #ceo .text{color: rgba(0, 0, 0, 0.6); line-height: 140%; font-weight: 300; margin-bottom: 22px; max-height: 200px; overflow: hidden; position: relative; transition: max-height 0.5s ease;}
        #ceo .text:after{background: url("../img/bg_ceo.png") 50% 0 no-repeat; background-size: cover; position: absolute; bottom: 0; left: 0; width: 100%; height: 42px; content: ''}
        #ceo .text.open:after{opacity: 0;}
        #ceo .text p{margin-bottom: 20px;}





#subscribe{}
    #subscribe .wpcf7-not-valid-tip{display: none;}
    #subscribe .data{text-align: center; padding: 48px; background: #F3F6F5 url("../img/bg_subs.png") 50% 50% no-repeat; background-size: cover; border-radius: 12px; overflow: hidden;}
    #subscribe .bt{font-weight: 600; margin-bottom: 20px;}
    #subscribe .note{margin: 0 auto 25px; max-width: 640px; font-size: 16px; line-height: 150%; letter-spacing: -0.02em;}
    #subscribe .form__subscribe{margin: 0 auto; position: relative; max-width: 400px; width: 100%; position: relative;}
        #subscribe .form__subscribe .btn{position: absolute; top: 4px; right: 4px; padding: 0 25px; letter-spacing: normal;}
        #subscribe .form__subscribe input[type="email"]{width: 100%; border: none; height: 56px; padding: 0 150px 0 24px; border-radius: 36px; font-size: 16px; letter-spacing: -0.02em;}
        #subscribe .form__subscribe input.wpcf7-not-valid{background: rgba(232, 55, 55, 0.3);}
        #subscribe .wpcf7-form.sent input{background: rgba(0, 204, 51, 0.2)!important}
    #subscribe .wpcf7-response-output{position: absolute; top: 0; left: 0; width: 100%; box-sizing: border-box; padding: 10px; margin: 0; display: none!important;}





#shop__actions{position: fixed; z-index: 50000; bottom: 20px; left: calc(50% - 125px); width: 250px; touch-action: none; height: 60px}
    #shop__actions .container{padding: 0}
    #shop__actions .flex{justify-content: center; align-items: center;}
    #shop__actions .data{background: rgba(32, 32, 32, 0.1); backdrop-filter: blur(5px); border-radius: 49px; padding: 6px;}
    #shop__actions .inn{padding: 4px; background: #202020; border-radius: 49px; gap: 2px;}
    #shop__actions span{background: rgba(255, 255, 255, 0.06) url("../img/sht.svg") 50% 50% no-repeat; transform: matrix(-1, 0, 0, 1, 0, 0); width: 22px; height: 40px; border-radius: 49px 6px 6px 49px}
    #shop__actions span.left{transform: none;}
    #shop__actions a{width: 44px; height: 40px; border-radius: 6px; background: rgba(255, 255, 255, 0.06); display: flex; align-items: center; justify-content: center; position: relative;}
        #shop__actions a:hover{background: rgba(255, 255, 255, 0.2);}
        #shop__actions a i{display: flex; align-items: center; justify-content: center; color: #fff; position: absolute; top: 3px; right: 8px; width: 16px; height: 14px; background: #E83737; border-radius: 32px; font-size: 9px; font-weight: 700; font-style: normal; letter-spacing: -0.02em;}
        #shop__actions .el{cursor: grab; user-select: none;}
        #shop__actions .el:active{cursor: grabbing;}
        body.dragging {
          overflow: hidden;
        }

        body.dragging * {
          pointer-events: none;
        }

        body.dragging #shop__actions,
        body.dragging #shop__actions * {
          pointer-events: auto;
        }





#breadcrumbs{padding: 100px 0 20px; color: rgba(32, 32, 32, 0.5); font-size: 12px; line-height: 130%;}
    #breadcrumbs .flex{justify-content: flex-start; gap: 14px; display: inline-block;}
    #breadcrumbs a{color: var(--black); border-bottom: 1px solid transparent; position: relative; margin-right: 14px;}
        #breadcrumbs a:hover{border-color: var(--black);}
        #breadcrumbs a:after{position: absolute; top: calc(50% - 2px); right: -9px; width: 4px; height: 4px; background: var(--black); content: ''; border-radius: 50%;}





.catalog__actions{margin-bottom: 20px;}
    .catalog__actions .m__filters{width: 100%; display: none;}
        .catalog__actions .m__filters .btn{width: 100%;}
            .catalog__actions .m__filters .btn span{position: relative; display: block;}
                .catalog__actions .m__filters .btn span:after{position: absolute; top: 0; right: -5px; content: ''; width: 6px; height: 6px; background: #84C55B; border-radius: 50%;}



.product__count{display: flex; align-items: center; justify-content: center; box-sizing: border-box; padding: 0 20px; height: 48px; border-radius: 100px; color: rgba(32, 32, 32, 0.4); gap: 5px; border: 1px solid rgba(32, 32, 32, 0.1)}
    .product__count span{color: var(--black);}


.catalog__actions .sorting{align-items: center; gap: 12px; color: rgba(32, 32, 32, 0.4)}





#category__catalog{z-index: 10;}
    #category__catalog.open{z-index: 10000;}
    #category__catalog .top__f{display: none1; align-items: center; margin-bottom: 24px; display: none;}
        #category__catalog .top__f span{font-size: 20px; font-weight: 600; letter-spacing: -0.03em;}
        #category__catalog .top__f .btn{width: 12px!important; height: 12px;}
    #category__catalog .category__data{align-items: flex-start;}
    #category__catalog .sidebar{width: 340px; box-sizing: border-box; padding: 8px; background: #F3F6F5; border-radius: 12px;}
        #category__catalog .sidebar .box{background: #fff; padding: 20px; border-radius: 12px; margin-bottom: 8px;}
            #category__catalog .sidebar .box:last-child{margin: 0}
            #category__catalog .sidebar .box__title{font-weight: 500; margin-bottom: 16px;}
            #category__catalog .sidebar .btn{width: 100%;}
            #category__catalog .sidebar .box .checkbox:last-child{margin: 0}
            #category__catalog .sidebar .inputs{align-items: center;}
                #category__catalog .sidebar .inputs div{position: relative; width: calc(50% - 6px)}
                #category__catalog .sidebar .inputs input{width: 100%; height: 38px; text-align: center; border-radius: 100px; border: 1px solid rgba(32, 32, 32, 0.1); font-size: 14px; color: var(--black); font-weight: 500;}
                #category__catalog .sidebar .inputs span{position: absolute; top: -10px; left: calc(50% - 13px); width: 26px; background: #fff; text-align: center; font-size: 12px; color: rgba(32, 32, 32, 0.4);}
    #category__catalog .category__list{width: calc(100% - 360px);}
        #category__catalog .category__list .pagination{padding: 50px 0 0;}





#product__page{}
    #product__page .container{align-items: fle}
    #product__page .gallery{width: calc(100% - 625px); align-items: flex-start;}
        #product__page .gallery .spt{width: 73px}
            #product__page .gallery .spt .swiper-slide{height: 100px!important; border-radius: 4px; background: #F3F6F5; display: flex; align-items: center; justify-content: center; position: relative; opacity: 0.4; transition: all 0.2s;}
                #product__page .gallery .spt .swiper-slide.swiper-slide-thumb-active{opacity: 1}
                #product__page .gallery .spt .swiper-slide img{max-width: 100%; max-height: 100%; width: 100%; height: 100%; object-fit: cover; border-radius: 12px}
                #product__page .gallery .spt .swiper-slide span{position: absolute; width: 24px; height: 24px; top: calc(50% - 12px); left: calc(50% - 12px); background: url("../img/play.svg") 50% 50% no-repeat; background-size: 140%; border-radius: 50%;}
                #product__page .gallery .spt .swiper-slide .image.video11:after{position: absolute; top: 0; left: 0; width: 100%; height: 100%; content: '';}
        #product__page .gallery .spm{width: calc(100% - 83px)}
            #product__page .gallery .spm .image{display: flex; align-items: flex-end; justify-content: center; width: 100%; height: 780px; overflow: hidden; position: relative; border-radius: 12px; background: #F3F6F5}
                #product__page .gallery .spm .image img{max-width: 100%; max-height: 100%; width: 100%; height: 100%; object-fit: cover; border-radius: 12px}
                #product__page .gallery .spm .image a.zoom{position: absolute; width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; top: 6px; right: 6px; background: #fff; border-radius: 6px;}
                    #product__page .gallery .spm .image a.zoom svg{opacity: 0.5}
                    #product__page .gallery .spm .image a.zoom:hover svg{opacity: 1}
                #product__page .gallery .spm .image a.video{width: 100%; height: 100%; position: absolute; top: 0; left: 0; background: url("../img/play.svg") 50% 50% no-repeat;}
                    #product__page .gallery .spm .image a.video:hover{transform: scale(1.05);}
                #product__page .gallery .spm .image video{width: 100%; height: 100%; object-fit: cover;}

        #product__page .gallery .spm .swiper-button-prev,#product__page .gallery .spm .swiper-button-next{width: 40px!important; height: 40px!important; top: 50%!important; margin-top: -20px!important; border-radius: 50%!important; background: #fff!important;}
        #product__page .gallery .spm .swiper-button-prev{left: 20px}
        #product__page .gallery .spm .swiper-button-next{right: 20px;}
        #product__page .gallery .spm .swiper-button-prev:hover,#product__page .gallery .spm .swiper-button-next:hover{background: var(--black)!important;}

    #product__page .product__information{width: 575px}
        #product__page .product__information .head{margin-bottom: 24px; align-items: center; position: relative; justify-content: flex-start; gap: 12px}
            #product__page .product__information .head .btn-favorites{position: absolute; top: calc(50% - 20px); right: 0;}
            #product__page .product__information .head .status{display: flex; height: 28px; padding: 0 10px; align-items: center; justify-content: center; font-size: 11px; border-radius: 100px; background: #E6F8E8;}
                #product__page .product__information .head .status.no{background: rgba(32, 32, 32, 0.1);}
            #product__page .product__information .head .sku{font-size: 12px;}
                #product__page .product__information .head .sku span{opacity: 0.5}
                #product__page .product__information .head .favorites{position: absolute; top: -8px; right: 0; width: 30px; height: 30px}
                    #product__page .product__information .head .favorites a{gap: 0; width: 30px; height: 30px}
                    #product__page .product__information .head .favorites span{font-size: 0}
                    .yith-wcwl-feedback-messages-container{display: none!important; opacity: 0!important; visibility: hidden!important;}
            #product__page .product__information h1{margin-bottom: 12px;}
            #product__page .product__information .desc{margin-bottom: 32px; font-weight: 300; line-height: 140%;}
                #product__page .product__information .desc p{margin-bottom: 12px;}
                    #product__page .product__information .desc p:last-child{margin: 0}
            #product__page .product__information .sizes{margin-bottom: 28px; align-items: center; justify-content: flex-start;}
                #product__page .product__information .sizes .variants a{height: 28px; padding: 0 7px; align-items: center; font-size: 12px; font-weight: 500; color: var(--black); border-radius: 4px; background: #F3F6F5; margin-right: 6px; margin: 0; display: flex;}
                    #product__page .product__information .sizes .variants a.active{background: var(--yellow); color: var(--black);}
                    #product__page .product__information .sizes .variants a:hover{background: var(--black); color: #fff;}
                    #product__page .product__information .sizes .variants a.v__color{display: flex; background: transparent; align-items: center; justify-content: center; width: 16px; height: 16px; border-radius: 50%; position: relative; padding: 0; border: 1px solid transparent; box-sizing: border-box;}
                        #product__page .product__information .sizes .variants a.v__color:hover{transform: scale(1.1);}
                        #product__page .product__information .sizes .variants a.v__color i{display: flex; width: 10px; height: 10px; border-radius: 50%;}
            #product__page .product__information .span{font-weight: 300; margin-right: 8px;}
            #product__page .product__information .variants{width: calc(100% - 65px); justify-content: flex-start; gap: 6px}
            #product__page .product__information .table__size{margin-top: 20px; position: relative; top: -10px}
                #product__page .product__information .table__size a{display: block; color: var(--black); font-size: 12px; font-weight: 300; padding-left: 25px; background: url("../img/t_size.svg") 0 50% no-repeat; opacity: 0.5}
                    #product__page .product__information .table__size a:hover{opacity: 1}
            #product__page .product__information .buy{align-items: center; justify-content: flex-start; margin-bottom: 28px;}
            #product__page .product__information .price .pr{font-size: 28px; padding-right: 16px; margin-right: 16px; border-right: 1px solid #E9ECEB;}
                #product__page .product__information .price .pr ins{background: transparent; color: #E83737}
                #product__page .product__information .price .pr del{font-size: 20px;}
            #product__page .product__information .title{margin-bottom: 12px; font-weight: 600;}
            #product__page .product__information .tth{margin-bottom: 24px}
                #product__page .product__information .tth .text{font-size: 12px; font-weight: 300; margin-bottom: 16px;}
            #product__page .product__information .prod__dev .item{margin-bottom: 5px; padding: 14px 16px; border-radius: 12px; background: #F3F6F5; font-size: 12px; font-weight: 300;}
                #product__page .product__information .prod__dev .item ul{list-style: disc; padding-left: 17px;}
                #product__page .product__information .prod__dev .item p{display: none;}
                #product__page .product__information .prod__dev .item h3{margin: 7px 0;}


    .wishlist-title-container{display: none;}




#table__sizes{position: fixed; top: 0; right: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.7); z-index: 1000; overflow: hidden; display: flex; transition: all 0.2s; justify-content: flex-end; align-items: flex-start; transform: translateX(100%);}
    #table__sizes.open{transform: translateX(0);}
    #table__sizes .close{position: absolute; top: 0; left: 0; height: 100%; width: 100%}
    #table__sizes .inn{background: #fff; width: 480px; box-sizing: border-box; max-width: 100%; height: 100%; overflow-y: auto; overflow-x: hidden; padding: 30px 15px; position: relative; z-index: 2}
        #table__sizes .btn-close-p{width: 30px; height: 30px; position: absolute; top: 20px; right: 20px; background: url("../img/close.svg") 50% 50% no-repeat;}
            #table__sizes .btn-close-p:hover{transform: rotate(90deg);}
        #table__sizes .inn .row{margin-bottom: 50px;}
            #table__sizes .inn .row:last-child{margin: 0}
        #table__sizes .inn .bt{margin-bottom: 20px; border-bottom: 1px solid rgba(0, 0, 0, 0.2); padding-bottom: 15px;}
        #table__sizes .inn .row__title{font-size: 20px; margin-bottom: 15px; line-height: 1.3}
        #table__sizes .inn table{width: 100%; min-width: 300px; font-size: 12px;}
            #table__sizes .inn table td,#table__sizes .inn table th{text-align: left; padding: 8px 5px 8px 0; box-sizing: border-box; border-bottom: 1px solid rgba(0, 0, 0, 0.2); vertical-align: middle; width: 20%;}
            #table__sizes .inn table th{font-weight: 300; opacity: 0.6}
            #table__sizes .inn table th:nth-child(1){width: 120px;}
            #table__sizes .inn table th:nth-child(2){min-width: 100px;}
    #table__sizes .table_size{overflow-x: auto;}





#delivery__page{font-weight: 300; line-height: 140%; padding-bottom: 200px;}
    #delivery__page .item{width: calc(50% - 10px); margin-top: 24px; box-sizing: border-box; padding: 24px; background: #F3F6F5; border-radius: 12px;}
    #delivery__page h2{margin-bottom: 24px; font-weight: 500; font-size: 18px;}
    #delivery__page h3{margin-bottom: 12px; font-weight: 500; font-size: 16px;}
    #delivery__page ul{list-style: disc; padding-left: 17px; margin-bottom: 20px;}
        #delivery__page ul li{margin-bottom: 8px;}
    #delivery__page .ls{padding: 0 0 0 64px; display: flex; align-items: center; justify-content: flex-start; position: relative; margin-bottom: 8px; min-height: 48px;}
        #delivery__page .ls .icon{width: 48px; height: 48px; display: flex; align-items: center; justify-content: center; background: #fff; border-radius: 12px; position: absolute; top: 0; left: 0;}





#contact__page{}
    #contact__page .map{margin-top: 20px; height: 580px; border-radius: 12px; overflow: hidden;}
        #contact__page .map iframe{object-fit: cover; width: 100%; height: 100%;}
    #contact__page .item{border-radius: 12px; position: relative; background: #F3F6F5; padding: 24px 24px 76px;}
        #contact__page .item p{font-weight: 500; font-size: 18px;}
        #contact__page .item .ct{position: absolute; bottom: 0; left: 0; padding: 24px; line-height: 140%; font-weight: 300;}
        #contact__page .item a{color: var(--black); border-bottom: 1px solid transparent;}
            #contact__page .item a:hover{border-color: var(--black);}
            #contact__page .item span{font-weight: 500;}





#error__page{text-align: center; padding: 280px 0 200px;}
    #error__page img{margin: 0 auto;}
    #error__page p{font-size: 18px; padding: 20px 0; font-weight: 500;}





#page__checkout #shipping_method_wrapper{font-size: 0}
#page__checkout #shipping_method{font-size: 14px; display: flex; align-items: center; justify-content: flex-start; gap: 28px; flex-wrap: wrap; margin-bottom: 24px;}
    #page__checkout #shipping_method li{position: relative;}
    #page__checkout #shipping_method label{display: block; position: relative; padding: 0px 0 0px 28px; box-sizing: border-box; font-size: 14px; cursor: pointer; line-height: 100%; margin-bottom: 10px; text-align: left; text-transform: none; font-weight: normal; color: var(--black);}
    #page__checkout #shipping_method label span:after{position: absolute; width: 18px; height: 18px; background: url("../img/check.svg") 0% 0 no-repeat; top: calc(50% - 9px); left: -28px; content: ''}
    #page__checkout #shipping_method label span{position: relative;}
    #page__checkout #shipping_method label input:checked + span:after{background: url("../img/checkh.svg") 0% 0 no-repeat; background-size: 100% 100%;}
    #page__checkout .del__items{align-items: center; justify-content: flex-start; gap: 28px; margin-bottom: 24px;}
        #page__checkout .del__items label{padding-left: 58px}
        #page__checkout .del__items span img{position: absolute; top: 0; left: -58px;}
    #page__checkout #shipping_method_wrapper,#page__checkout .woocommerce-additional-fields__field-wrapper,#wcus-shipping-fields h3{display: none;}
    #page__checkout .zen-ui-select__value{border-radius: 100px; padding: 0 20px!important; display: flex; align-items: center; justify-content: flex-start; height: 48px; box-sizing: border-box;}





#mini-cart-items li{box-sizing: border-box; position: relative; border-radius: 12px; border: 1px solid rgba(32, 32, 32, 0.08); margin-bottom: 6px; padding: 6px 16px 6px 6px;}
    #mini-cart-items li:last-child{margin: 0}
    #mini-cart-items li a.remove{position: absolute; top: 16px; right: 16px; width: 8px; height: 8px; font-size: 0; background: url("../img/remove.svg") 50% 50% no-repeat;}
        #mini-cart-items li a.remove:hover{transform: rotate(90deg);}
    #mini-cart-items .title_c{width: calc(100% - 100px)}
    #mini-cart-items li img{width: 72px!important; height: 90px!important; object-fit: cover; border-radius: 8px; margin-right: 10px; position: relative; margin-top: -8px;}
    #mini-cart-items li a{display: flex; align-items: flex-start; justify-content: flex-start; text-align: left; color: var(--black); font-size: 13px; line-height: 120%; padding-top: 8px;}
        #mini-cart-items li a:hover{color: #E83737}
    #mini-cart-items .quantity{position: absolute; bottom: 6px; left: 88px; font-weight: 700; font-size: 13px;}
    #mini-cart-items .woocommerce-mini-cart__total.total{text-align: left; padding: 24px 0; font-size: 16px; font-weight: 600; display: flex; align-items: center; justify-content: space-between;}
        #mini-cart-items .woocommerce-mini-cart__total.total strong{font-weight: 600;}
    #mini-cart-items .woocommerce-mini-cart__buttons.buttons a{display: flex; align-items: center; color: #fff; justify-content: center; background: var(--black); border-radius: 100px; height: 48px; display: none;}
        #mini-cart-items .woocommerce-mini-cart__buttons.buttons a:hover{background: var(--yellow); color: var(--black);}
        #mini-cart-items .woocommerce-mini-cart__buttons.buttons a.button.checkout.wc-forward{display: flex;}






#account__page .woocommerce{display: flex; align-items: flex-start; justify-content: space-between; flex-wrap: wrap;}
    #account__page .woocommerce-MyAccount-navigation{width: 340px; box-sizing: border-box; padding: 8px; background: #F3F6F5; border-radius: 12px;}
        #account__page .woocommerce-MyAccount-navigation li{margin-bottom: 2px;}
            #account__page .woocommerce-MyAccount-navigation li:last-child{margin: 0}
            #account__page .woocommerce-MyAccount-navigation li a{display: flex; align-items: center; justify-content: flex-start; height: 44px; background: #fff; border-radius: 8px; color: var(--black); box-sizing: border-box; padding: 0 20px 0 40px; border: none;}
                #account__page .woocommerce-MyAccount-navigation li a:hover,#account__page .woocommerce-MyAccount-navigation li.is-active a{color: #fff; background: var(--black);}

                #account__page .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--orders a{background: #fff url("../img/acc2b.svg") 16px 50% no-repeat;}
                    #account__page .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--orders a:hover,#account__page .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--orders.is-active a{background: var(--black) url("../img/acc2w.svg") 16px 50% no-repeat;}

                #account__page .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--edit-account a{background: #fff url("../img/acc1b.svg") 17px 50% no-repeat;}
                    #account__page .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--edit-account a:hover,#account__page .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--edit-account.is-active a{background: var(--black) url("../img/acc1w.svg") 17px 50% no-repeat;}

                #account__page .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--wishlist a{background: #fff url("../img/acc3b.svg") 16px 50% no-repeat;}
                    #account__page .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--wishlist a:hover,#account__page .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--wishlist.is-active a{background: var(--black) url("../img/acc3w.svg") 16px 50% no-repeat;}

                #account__page .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--customer-logout a{background: #fff url("../img/acc4b.svg") 14px 50% no-repeat; background-size: 22px!important}
                    #account__page .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--customer-logout a:hover,#account__page .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--customer-logout.is-active a{background: var(--black) url("../img/acc4w.svg") 14px 50% no-repeat;}


    #account__page .woocommerce-MyAccount-content{width: calc(100% - 360px); padding: 28px 32px; border-radius: 12px; background: #F3F6F5; box-sizing: border-box;}
    #account__page .content p:last-child{margin: 0}

    #account__page .woocommerce .woocommerce-Button.button{display: flex; height: 48px; align-items: center; padding: 0 20px; background: var(--black); border-radius: 100px; font-weight: normal; color: #fff;}
        #account__page .woocommerce .woocommerce-Button.button:hover{background: var(--yellow); color: var(--black);}
    #account__page  .woocommerce table.my_account_orders{margin: 0!important}
        #account__page  .woocommerce table.my_account_orders th,#account__page  .woocommerce table.my_account_orders td{padding: 10px 20px;}

    #account__page mark{background-color: transparent; font-style: normal; font-weight: 700;}



    #account__page .wishlist-header{padding: 15px; border-radius: 15px; align-items: center; background: #fff;}
        #account__page .wishlist-header .title{font-size: 24px; letter-spacing: -0.03em;}
        #account__page .wishlist-header .data{gap: 18px; align-items: center; flex-wrap: nowrap;}
        #account__page .wishlist-header .counts{font-size: 14px;}
            #account__page .wishlist-header .counts strong{font-weight: 700;}
        #account__page .wishlist-header .btn{gap: 10px; align-items: center; padding: 0 20px; border-radius: 32px; background: rgba(32, 32, 32, 0.2); height: 44px;}
            #account__page .wishlist-header .btn:hover{background: #E83737; color: #fff;}
                #account__page .wishlist-header .btn:hover svg path{stroke: #fff;}

    #account__page .wishlist-products{padding: 20px 0 0;}
        #account__page .wishlist-products .product__item a{border: none!important}






#modal__auth h2,#modal__reg h2,.show-password-input,.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme{display: none!important;}


#modal__auth .u-column1.col-1{width: 100%!important;}
#modal__auth .u-column2.col-2{display: none;}


#modal__reg .u-column1.col-1,.woocommerce-privacy-policy-text{display: none;}
#modal__reg .u-column2.col-2{width: 100%!important;}


.box__modal .woocommerce-form{
    padding: 0!important; border: none!important; margin: 0!important;
}

.box__modal .woocommerce-form p{margin: 0!important; padding: 0!important}

.woocommerce-LostPassword.lost_password{text-align: center;}

.box__modal .woocommerce-LostPassword.lost_password{margin-top: 16px!important;}

.box__modal .woocommerce-form a{color: var(--black); border-bottom: 1px solid transparent;}
    .box__modal .woocommerce-form a:hover{border-color: var(--black);}

.woocommerce-button.button.woocommerce-form-login__submit,.woocommerce-Button.button{display: flex; margin-top: 16px; align-items: center; justify-content: center; background: var(--black); color: #fff; height: 48px; border-radius: 100px; font-weight: normal; font-size: 16px; transition: all 0.2s;}
    .woocommerce-button.button.woocommerce-form-login__submit:hover,.woocommerce-Button.button:hover{background: var(--yellow); color: var(--black);}

.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit,.box__modal .woocommerce-Button.button{display: flex; margin-top: 16px; align-items: center; justify-content: center; background: var(--black); color: #fff; height: 48px; border-radius: 100px; font-weight: normal; font-size: 16px; transition: all 0.2s;}
    .woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit:hover,.box__modal .woocommerce-Button.button:hover{background: var(--yellow); color: var(--black);}


.box__modal .woocommerce-form label{font-weight: 300!important}
    .box__modal .woocommerce-form label span{font-weight: 500!important; color: #E83737!important}


.woocommerce form .form-row .input-text, .woocommerce form .form-row select{
    width: 100%!important; height: 48px!important; padding: 0 20px!important; border-radius: 100px!important; border: 1px solid rgba(32, 32, 32, 0.1)!important; margin-bottom: 10px!important; color: var(--black)!important;
}

.woocommerce form .form-row{
    width: 100%!important; float: none!important;
}








.woocommerce-notices-wrapper{text-align: left!important;}

.woocommerce-error, .woocommerce-info, .woocommerce-message{margin-bottom: 16px!important}






.checkout-section{align-items: flex-start;}
    .checkout-section .right{box-sizing: border-box; width: 430px; border-radius: 12px; border: 1px solid rgba(32, 32, 32, 0.1); padding: 25px 32px;}
        .checkout-section .right .title{text-align: center; margin-bottom: 24px; font-size: 28px; line-height: 110%; letter-spacing: -0.03em;}
        .checkout-section .right .woocommerce-mini-cart__buttons.buttons{display: none;}
        .checkout-section .right .btn{width: 100%;}
    .checkout-section .left{width: 1100px; max-width: calc(100% - 450px)}
    .checkout-section .user__info{justify-content: flex-start;}
    .checkout-section .user__inputs{width: 380px; box-sizing: border-box; padding-right: 24px; margin-right: 24px; border-right: 1px solid rgba(32, 32, 32, 0.1);}
        .checkout-section h2{margin-bottom: 20px; font-weight: normal; font-size: 20px; letter-spacing: -0.03em;}
    .checkout-section .user__auth{font-weight: 300; line-height: 120%; letter-spacing: -0.03em;}
        .checkout-section .user__auth .title{font-size: 15px; font-weight: 600; margin-bottom: 8px;}
        .checkout-section .user__auth .btn{width: auto; letter-spacing: normal; margin-top: 8px;}
    .checkout-section .hidden__items1{display: none;}
    #c_email{margin-bottom: 0;}
    .checkout-section .checkout-inline-error-message{display: none!important;}

    .checkout-section .woocommerce-invalid-required-field #billing_first_name,
    .checkout-section .woocommerce-invalid-required-field #billing_last_name,
    .checkout-section .woocommerce-invalid-required-field #billing_phone,
    .checkout-section .woocommerce-invalid-required-field #billing_email{background: rgba(232, 55, 55, 0.15);}


    .checkout-section .delivery__info{padding: 20px 0 0; margin: 20px 0 0; border-top: 1px solid rgba(32, 32, 32, 0.1);}

    .wcus-checkout-fields.wcus-checkout-np-fields h3{display: none;}


    #ship-to-different-address label{display: none;}


    .woocommerce form .checkout-section .form-row{margin: 0; padding: 0; float: none; width: 100%;}
    .woocommerce form .checkout-section .form-row p{float: none; width: 100%; display: block;}

    .checkout .woocommerce-error a{display: none;}


    .zen-ui-select{margin-bottom: 10px;}
    .zen-ui-select__value{border-radius: 12px;}


    .checkout #order_comments{height: 100px!important; font-size: 14px; padding-top: 15px!important; border-radius: 12px!important;}

    .checkout .shop_table.woocommerce-checkout-review-order-table{display: none;}


    .checkout #payment{background: transparent!important; border-radius: 0!important;}
    .checkout #payment button{display: none;}

    #payment .wc_payment_methods.payment_methods.methods{background: transparent;padding: 0!important}
    #payment label{cursor: pointer;}
        #payment label img{display: none;}
    #payment .payment_box1{background: red!important;}


.wpcf7-response-output{margin: 16px 0 0!important; padding: 12px!important; border-radius: 8px 12px; text-align: left;}
.box__modal .wpcf7-form{text-align: left;}
.box__modal .wpcf7-form br{display: none;}
.box__modal .wpcf7-not-valid-tip{position: relative; z-index: 2; font-size: 13px; top: -7px}



.woocommerce-ResetPassword.lost_reset_password{width: 100%;}
.woocommerce-notices-wrapper{width: 100%;}



footer{padding: 64px 0 84px;}
    footer .flex{align-items: center;}
    footer .bottom{width: 100%; padding: 24px 0; border-top: 1px solid #F3F6F5; position: relative; margin-top: 20px;}
    footer .copyright{opacity: 0.6; letter-spacing: -0.02em; position: relative; z-index: 2;}
    footer .develop a{display: flex; align-items: center; justify-content: center; gap: 6px; color: rgba(32, 32, 32, 0.6); position: relative; z-index: 3;}
        footer .develop a:hover{color: #000}
    footer .socials{position: absolute; top: calc(50% - 13px); left: 0; width: 100%;}
    footer .left{gap: 40px}
    footer nav ul{display: flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 24px;}
        footer nav ul a{color: var(--black); line-height: 20px; letter-spacing: -0.02em; border-bottom: 1px solid transparent;}
            footer nav ul a:hover{border-color: var(--black);}








/* common styles */

    .section{padding: 80px 0 0;}
        .section.np{padding-bottom: 0!important}




    .bt__flex.flex{align-items: flex-end; margin-bottom: 40px;}
        .bt__flex.flex .bt{margin: 0}
    .bt{margin-bottom: 40px; font-size: 28px; line-height: 93%; letter-spacing: -0.03em; font-weight: normal;}
        .bt.bt__large{margin-bottom: 32px; font-size: 40px; line-height: 110%;}





    .content{font-size: 14px; font-weight: 300; line-height: 140%;}
        .content p{margin-bottom: 16px;}
        .content a{color: var(--black); font-weight: 600; border-bottom: 1px solid transparent;}
            .content a:hover{border-color: var(--black);}
        .content blockquote{display: inline-block; border-radius: 8px; margin-bottom: 16px; background: #FFF9D7; font-weight: 600; padding: 13px 16px;}
            .content blockquote p{margin: 0}







    .socials{display: flex; align-items: center; justify-content: center; gap: 14px; flex-wrap: wrap;}
        .socials a{display: flex; align-items: center; justify-content: center; width: 26px; height: 26px; overflow: hidden; background: #fff}
            .socials a:hover svg path{fill: var(--violet);}




/* common styles */



.order__result{text-align: center; padding: 150px 0; font-size: 18px; line-height: normal;}
    .order__result p{margin-bottom: 24px;}










.swiper-top{padding: 40px 0 0!important; margin-top: -40px;}


.slider-sw,.list__swiper{position: relative;}

.slider-sw .swiper-button-prev,.slider-sw .swiper-button-next{width: 12px; opacity: 1!important; height: 12px; top: 0px!important; transition: all 0.2s ease-out; margin: 0!important}
.slider-sw .swiper-button-disabled{opacity: 0.3!important}
.swiper-button-prev:hover,.swiper-button-next:hover{opacity: 1!important;}
.slider-sw .swiper-button-prev svg,.slider-sw .swiper-button-next svg{width: auto; height: auto;}
.swiper-button-prev:hover path,.swiper-button-next:hover path{stroke: var(--violet);}




.swiper-button-prev:after,.swiper-button-next:after{display: none;}




.slider-sw .swiper-pagination{bottom: 0px!important; display: flex; align-items: center; justify-content: center;}
.slider-sw .swiper-pagination-bullet{width: 8px; height: 8px; border-radius: 50%; background: var(--black); transition: all 0.2s; opacity: 0.5!important; box-sizing: border-box;}
.slider-sw .swiper-pagination-bullet.swiper-pagination-bullet-active{opacity: 1!important;}


.slider-sw .swiper-button-next{right: 0;}
.slider-sw .swiper-button-prev{left: calc(100% - 44px);}


@charset "UTF-8";body.fancybox-active{overflow:hidden}body.fancybox-iosfix{position:fixed;left:0;right:0}.fancybox-is-hidden{position:absolute;top:-9999px;left:-9999px;visibility:hidden}.fancybox-container{position:fixed;top:0;left:0;width:100%;height:100%;z-index:99992;-webkit-tap-highlight-color:transparent;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:translateZ(0);transform:translateZ(0);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{position:absolute;top:0;right:0;bottom:0;left:0}.fancybox-outer{overflow-y:auto;-webkit-overflow-scrolling:touch}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.87;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption-wrap,.fancybox-infobar,.fancybox-toolbar{position:absolute;direction:ltr;z-index:99997;opacity:0;visibility:hidden;transition:opacity .25s,visibility 0s linear .25s;box-sizing:border-box}.fancybox-show-caption .fancybox-caption-wrap,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;visibility:visible;transition:opacity .25s,visibility 0s}.fancybox-infobar{top:0;left:0;font-size:13px;padding:0 10px;height:44px;min-width:44px;line-height:44px;color:#ccc;text-align:center;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;-webkit-font-smoothing:subpixel-antialiased;mix-blend-mode:exclusion}.fancybox-toolbar{top:0;right:0;margin:0;padding:0}.fancybox-stage{overflow:hidden;direction:ltr;z-index:99994;-webkit-transform:translateZ(0)}.fancybox-is-closing .fancybox-stage{overflow:visible}.fancybox-slide{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;overflow:auto;outline:none;white-space:normal;box-sizing:border-box;text-align:center;z-index:99994;-webkit-overflow-scrolling:touch;display:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform}.fancybox-slide:before{content:"";display:inline-block;vertical-align:middle;height:100%;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:visible}.fancybox-slide--image:before{display:none}.fancybox-slide--video .fancybox-content,.fancybox-slide--video iframe{background:#000}.fancybox-slide--map .fancybox-content,.fancybox-slide--map iframe{background:#e5e3df}.fancybox-slide--next{z-index:99995}.fancybox-slide>*{display:inline-block;position:relative;padding:24px;margin:44px 0;border-width:0;vertical-align:middle;text-align:left;background-color:#fff;overflow:auto;box-sizing:border-box}.fancybox-slide>base,.fancybox-slide>link,.fancybox-slide>meta,.fancybox-slide>script,.fancybox-slide>style,.fancybox-slide>title{display:none}.fancybox-slide .fancybox-image-wrap{position:absolute;top:0;left:0;margin:0;padding:0;border:0;z-index:99995;background:transparent;cursor:default;overflow:visible;-webkit-transform-origin:top left;transform-origin:top left;background-size:100% 100%;background-repeat:no-repeat;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform}.fancybox-can-zoomOut .fancybox-image-wrap{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-image-wrap{cursor:zoom-in}.fancybox-can-drag .fancybox-image-wrap{cursor:-webkit-grab;cursor:grab}.fancybox-is-dragging .fancybox-image-wrap{cursor:-webkit-grabbing;cursor:grabbing}.fancybox-image,.fancybox-spaceball{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;border:0;max-width:none;max-height:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content{padding:0;width:80%;height:80%;max-width:calc(100% - 100px);max-height:calc(100% - 88px);overflow:visible;background:#fff}.fancybox-iframe{display:block;padding:0;border:0;height:100%}.fancybox-error,.fancybox-iframe{margin:0;width:100%;background:#fff}.fancybox-error{padding:40px;max-width:380px;cursor:default}.fancybox-error p{margin:0;padding:0;color:#444;font-size:16px;line-height:20px}.fancybox-button{box-sizing:border-box;display:inline-block;vertical-align:top;width:44px;height:44px;margin:0;padding:10px;border:0;border-radius:0;background:rgba(30,30,30,.6);transition:color .3s ease;cursor:pointer;outline:none}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:focus,.fancybox-button:hover{color:#fff}.fancybox-button[disabled]{color:#ccc;cursor:default;opacity:.6}.fancybox-button svg{display:block;position:relative;overflow:visible;shape-rendering:geometricPrecision}.fancybox-button svg path{fill:currentColor;stroke:currentColor;stroke-linejoin:round;stroke-width:3}.fancybox-button--share svg path{stroke-width:1}.fancybox-button--pause svg path:nth-child(1),.fancybox-button--play svg path:nth-child(2){display:none}.fancybox-button--zoom svg path{fill:transparent}.fancybox-navigation{display:none}.fancybox-show-nav .fancybox-navigation{display:block}.fancybox-navigation button{position:absolute;top:50%;margin:-50px 0 0;z-index:99997;background:transparent;width:60px;height:100px;padding:17px}.fancybox-navigation button:before{content:"";position:absolute;top:30px;right:10px;width:40px;height:40px;background:rgba(30,30,30,.6)}.fancybox-navigation .fancybox-button--arrow_left{left:0}.fancybox-navigation .fancybox-button--arrow_right{right:0}.fancybox-close-small{position:absolute;top:0;right:0;width:44px;height:44px;padding:0;margin:0;border:0;border-radius:0;background:transparent;z-index:10;cursor:pointer}.fancybox-close-small:after{content:"×";position:absolute;top:5px;right:5px;width:30px;height:30px;font:20px/30px Arial,Helvetica Neue,Helvetica,sans-serif;color:#888;font-weight:300;text-align:center;border-radius:50%;border-width:0;background-color:transparent;transition:background-color .25s;box-sizing:border-box;z-index:2}.fancybox-close-small:focus{outline:none}.fancybox-close-small:focus:after{outline:1px dotted #888}.fancybox-close-small:hover:after{color:#555;background:#eee}.fancybox-slide--iframe .fancybox-close-small,.fancybox-slide--image .fancybox-close-small{top:0;right:-44px}.fancybox-slide--iframe .fancybox-close-small:after,.fancybox-slide--image .fancybox-close-small:after{font-size:35px;color:#aaa}.fancybox-slide--iframe .fancybox-close-small:hover:after,.fancybox-slide--image .fancybox-close-small:hover:after{color:#fff;background:transparent}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small{display:none}.fancybox-caption-wrap{bottom:0;left:0;right:0;padding:60px 2vw 0;background:linear-gradient(180deg,transparent 0,rgba(0,0,0,.1) 20%,rgba(0,0,0,.2) 40%,rgba(0,0,0,.6) 80%,rgba(0,0,0,.8));pointer-events:none}.fancybox-caption{padding:30px 0;border-top:1px solid hsla(0,0%,100%,.4);font-size:14px;color:#fff;line-height:20px;-webkit-text-size-adjust:none}.fancybox-caption a,.fancybox-caption button,.fancybox-caption select{pointer-events:all;position:relative}.fancybox-caption a{color:#fff;text-decoration:underline}.fancybox-slide>.fancybox-loading{border:6px solid hsla(0,0%,39%,.4);border-top:6px solid hsla(0,0%,100%,.6);border-radius:100%;height:50px;width:50px;-webkit-animation:a .8s infinite linear;animation:a .8s infinite linear;background:transparent;position:absolute;top:50%;left:50%;margin-top:-30px;margin-left:-30px;z-index:99999}@-webkit-keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);opacity:0}.fancybox-fx-slide.fancybox-slide--next{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);opacity:0}.fancybox-fx-slide.fancybox-slide--current{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{-webkit-transform:scale3d(1.5,1.5,1.5);transform:scale3d(1.5,1.5,1.5);opacity:0}.fancybox-fx-zoom-in-out.fancybox-slide--next{-webkit-transform:scale3d(.5,.5,.5);transform:scale3d(.5,.5,.5);opacity:0}.fancybox-fx-zoom-in-out.fancybox-slide--current{-webkit-transform:scaleX(1);transform:scaleX(1);opacity:1}.fancybox-fx-rotate.fancybox-slide--previous{-webkit-transform:rotate(-1turn);transform:rotate(-1turn);opacity:0}.fancybox-fx-rotate.fancybox-slide--next{-webkit-transform:rotate(1turn);transform:rotate(1turn);opacity:0}.fancybox-fx-rotate.fancybox-slide--current{-webkit-transform:rotate(0deg);transform:rotate(0deg);opacity:1}.fancybox-fx-circular.fancybox-slide--previous{-webkit-transform:scale3d(0,0,0) translate3d(-100%,0,0);transform:scale3d(0,0,0) translate3d(-100%,0,0);opacity:0}.fancybox-fx-circular.fancybox-slide--next{-webkit-transform:scale3d(0,0,0) translate3d(100%,0,0);transform:scale3d(0,0,0) translate3d(100%,0,0);opacity:0}.fancybox-fx-circular.fancybox-slide--current{-webkit-transform:scaleX(1) translateZ(0);transform:scaleX(1) translateZ(0);opacity:1}.fancybox-fx-tube.fancybox-slide--previous{-webkit-transform:translate3d(-100%,0,0) scale(.1) skew(-10deg);transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{-webkit-transform:translate3d(100%,0,0) scale(.1) skew(10deg);transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{-webkit-transform:translateZ(0) scale(1);transform:translateZ(0) scale(1)}.fancybox-share{padding:30px;border-radius:3px;background:#f4f4f4;max-width:90%}.fancybox-share h1{color:#222;margin:0 0 20px;font-size:33px;font-weight:700;text-align:center}.fancybox-share p{margin:0;padding:0;text-align:center}.fancybox-share p:first-of-type{margin-right:-10px}.fancybox-share_button{display:inline-block;text-decoration:none;margin:0 10px 10px 0;padding:10px 20px;border:0;border-radius:3px;box-shadow:0 2px 2px 0 rgba(0,0,0,.16);background:#fff;white-space:nowrap;font-size:16px;line-height:23px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;min-width:140px;color:#707070;transition:all .2s}.fancybox-share_button:focus,.fancybox-share_button:hover{text-decoration:none;color:#333;box-shadow:0 2px 2px 0 rgba(0,0,0,.3)}.fancybox-share_button svg{margin-right:5px;width:20px;height:20px;vertical-align:text-bottom}.fancybox-share input{box-sizing:border-box;width:100%;margin:5px 0 0;padding:10px 15px;border:1px solid #d7d7d7;border-radius:3px;background:#ebebeb;color:#5d5b5b;font-size:14px;outline:none}.fancybox-thumbs{display:none;position:absolute;top:0;bottom:0;right:0;width:212px;margin:0;padding:2px 2px 4px;background:#fff;-webkit-tap-highlight-color:transparent;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;box-sizing:border-box;z-index:99995}.fancybox-thumbs-x{overflow-y:hidden;overflow-x:auto}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs>ul{list-style:none;position:absolute;position:relative;width:100%;height:100%;margin:0;padding:0;overflow-x:hidden;overflow-y:auto;font-size:0;white-space:nowrap}.fancybox-thumbs-x>ul{overflow:hidden}.fancybox-thumbs-y>ul::-webkit-scrollbar{width:7px}.fancybox-thumbs-y>ul::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y>ul::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs>ul>li{float:left;overflow:hidden;padding:0;margin:2px;width:100px;height:75px;max-width:calc(50% - 4px);max-height:calc(100% - 8px);position:relative;cursor:pointer;outline:none;-webkit-tap-highlight-color:transparent;-webkit-backface-visibility:hidden;backface-visibility:hidden;box-sizing:border-box}li.fancybox-thumbs-loading{background:rgba(0,0,0,.1)}.fancybox-thumbs>ul>li>img{position:absolute;top:0;left:0;max-width:none;max-height:none;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-thumbs>ul>li:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border:4px solid #4ea7f9;z-index:99991;opacity:0;transition:all .2s cubic-bezier(.25,.46,.45,.94)}.fancybox-thumbs>ul>li.fancybox-thumbs-active:before{opacity:1}@media (max-width:800px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs>ul>li{max-width:calc(100% - 10px)}}


.box__modal{width: 416px; color: var(--black); font-family: "Geologica", sans-serif; max-width: calc(100% - 40px); overflow: hidden; box-sizing: border-box; text-align: center; padding: 32px; display: none; background: #fff; border-radius: 12px; text-align: center;}
    .box__modal .cart__clear img{margin: 48px auto 48px;}
.modal__title{font-size: 20px; line-height: 120%; font-weight: 600; margin-bottom: 20px;}
    .modal__title.mt__left{text-align: left;}



.box__modal .result{padding: 15px 0 0}


.fancybox-close-small{top: 15px!important; right: 15px!important; background: url("../img/close.svg") 50% 50% no-repeat!important; transition: all 0.2s; width: 20px; height: 20px;}
    .fancybox-close-small:hover{transform: rotate(90deg);}
    .fancybox-close-small:after{display: none!important;}

.fancybox-is-open .fancybox-bg{opacity: 1; background: rgba(32, 32, 32, 0.08);}
.fancybox-container{backdrop-filter: blur(50px);}



#modal__search{padding: 0;}
#modal__search .fancybox-close-small{display: none;}
#modal__search ::placeholder{color: transparent;}
#modal__search input[type="search"]{padding: 0 0 0 50px; font-size: 14px; font-family: "Geologica", sans-serif; color: var(--black); background: #fff url("../img/search.svg") 24px 50% no-repeat; border: none;}
#modal__search .aws-container .aws-search-form{height: 48px;}
#modal__search .aws-container .aws-search-form .aws-form-btn{border-radius: 0; border: none}




.compensate-for-scrollbar{margin-right: 0!important}





section{position: relative; z-index: 2;}






.flex{display: flex; justify-content: space-between; flex-wrap: wrap;}
    .flex.flex__center{justify-content: center;}
    .flex.flex__start{justify-content: flex-start;}




.grid{display: grid; grid-template-columns: repeat(1,1fr); gap: 20px;}
    .grid.grid-2{grid-template-columns: repeat(2,1fr);}
    .grid.grid-3{grid-template-columns: repeat(3,1fr);}
    .grid.grid-4{grid-template-columns: repeat(4,1fr);}
    .grid.grid-5{grid-template-columns: repeat(5,1fr);}
    .grid.grid-6{grid-template-columns: repeat(6,1fr);}
    .grid.grid-7{grid-template-columns: repeat(7,1fr);}




.woocommerce-MyAccount-navigation-link--dashboard,.woocommerce-MyAccount-navigation-link--downloads,.woocommerce-MyAccount-navigation-link--edit-address{
    display: none;
}





section{box-sizing: border-box; position: relative;}



.form__item{margin-bottom: 28px; text-align: left;}
.form__item .label{margin-bottom: 10px; color: #000;}
.form input[type="text"],.form input[type="email"],.form input[type="tel"],.form input[type="password"],.form textarea,.form select{
    width: 100%; height: 48px; padding: 0 20px; border-radius: 100px; border: 1px solid rgba(32, 32, 32, 0.1); margin-bottom: 10px; color: var(--black);
}
.form textarea{height: 100px; resize: none; padding-top: 15px; border-radius: 20px;}
.form button{width: 100%; margin-top: 10px;}
.form .form__note{padding: 20px 0 0; line-height: 90%; color: rgba(32, 32, 32, 0.6); letter-spacing: -0.03em;}
    .form .form__note a{color: var(--black); border-bottom: 1px solid transparent;}
        .form .form__note a:hover{border-color: var(--black);}


::placeholder{color: rgba(32, 32, 32, 0.4);}



.form__select{position: relative; cursor: pointer; z-index: 100}
    .form__select .select__current{position: relative; width: 330px; max-width: 100%; padding: 0 40px 0 20px; border-radius: 100px; border: 1px solid rgba(32, 32, 32, 0.1); height: 48px; box-sizing: border-box; display: flex; align-items: center; justify-content: flex-start; color: var(--black);}
        .form__select .select__current:after{position: absolute; top: calc(50% - 3px); right: 20px; width: 10px; height: 6px; content: ''; transition: all 0.2s; background: url("../img/arrd.svg") 50% 50% no-repeat;}
            .form__select.open .select__current:after{transform: rotate(180deg);}
    .form__select ul{display: none; position: absolute; box-sizing: border-box; top: 100%; left: 0; width: 100%; border-radius: 12px; border: 1px solid rgba(32, 32, 32, 0.1); overflow: hidden; background: #fff; margin-top: 4px;}
        .form__select ul li{cursor: pointer; transition: all 0.2s; color: var(--black); line-height: 130%; padding: 15px 20px; border-bottom: 1px solid rgba(32, 32, 32, 0.1)}
            .form__select ul li a{color: var(--black);}
            .form__select ul li:last-child{border: none}
            .form__select ul li:hover{background: rgba(32, 32, 32, 0.1)}






label.user__file{display: flex; align-items: center; justify-content: center; flex-wrap: wrap; box-sizing: border-box; cursor: pointer; transition: all 0.2s; height: 180px; text-align: center; border: 1.5px dashed #E6E6E6; border-radius: 12px;}
    label.user__file:hover{border-color: var(--black); background: var(--white);}
    label.user__file span{display: block; margin-top: 5px; color: var(--blackGrey); font-size: 13px; font-weight: 500;}


input[type="checkbox"],input[type="radio"]{display:none;}


label.checkbox{display: block; position: relative; padding: 0px 0 0px 28px; box-sizing: border-box; font-size: 14px; cursor: pointer; line-height: 100%; margin-bottom: 10px; text-align: left; text-transform: none; font-weight: normal; color: var(--black);}
label.checkbox a{color: var(--red); border-bottom: 1px solid transparent;}
    label.checkbox a:hover{border-color: var(--red);}
label.checkbox span:after{position: absolute; width: 18px; height: 18px; background: url("../img/check.svg") 0% 0 no-repeat; top: calc(50% - 9px); left: -28px; content: ''}
label.checkbox span{position: relative;}
label.checkbox input:checked + span:after{background: url("../img/checkh.svg") 0% 0 no-repeat; background-size: 100% 100%;}








button{background: transparent;}



.clearfix{clear: both;}
.center{display: inline-block; width: 100%; text-align: center;}


a,svg,svg path,rect{text-decoration: none; transition: all 0.2s ease-out;-webkit-tap-highlight-color: rgba(0, 0, 0, 0); cursor: pointer;}
	a:hover{transition: all 0.2s ease-out;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
a:focus{outline: none;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}

svg,svg path,rect{transition: all 0.2s ease-out;}

img{display: block;-webkit-tap-highlight-color: rgba(0, 0, 0, 0); max-width: 100%; height: auto; transition: all 0.2s ease-out; object-fit: cover;}
div{-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}



.btn,.btn:after{font-family: "Geologica", sans-serif; display: flex; align-items: center; justify-content: center; 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-black{padding: 0 24px; color: #fff; gap: 10px; background: var(--black); height: 48px; border-radius: 100px; overflow: hidden;}
    .btn-black:hover{background: var(--yellow); color: var(--black);}
        .btn-black:hover svg path{stroke: var(--black);}

.btn-black:disabled{opacity: 0.4; background: var(--black); color: #fff; cursor: default;}
    .btn-black:disabled svg path{stroke: #fff;}


.btn-black span{display: flex; align-items: center; justify-content: center; gap: 10px; display: none;}
    .btn-black span.showadded,.btn-black i.showadded{display: flex;}
    .btn-black span svg{width: 16px;}
    .btn-black:hover span svg path{fill: var(--black)!important;}


.btn-black i{display: flex; align-items: center; justify-content: center; gap: 10px; font-style: normal;}
    .btn-black span svg{width: 16px;}

.btn-black:after{position: absolute; top: 0; left: 0; width: 100%; height: 100%; content: ''; background: var(--black) url("../img/loading.gif") 50% 50% no-repeat; background-size: cover; opacity: 0;}
.btn-black.loadingcart:after{opacity: 1}



.btn-favorites{width: 40px; height: 40px; border-radius: 50%;}
    .btn-favorites1:hover{background: #E83737}
        .btn-favorites:hover svg path{stroke: #E83737;}
    .btn-favorites.active svg path{fill: #E83737; stroke: #E83737}



.btn-cart{width: 40px; height: 40px; border-radius: 50%; background: #F3F6F5;}
    .btn-cart:hover{background: var(--black);}
        .btn-cart:hover svg path{stroke: #fff;}
    .btn-cart.addedincart{background: var(--yellow) url("../img/checkcart.svg") 50% 50% no-repeat; background-size: 18px}
    .btn-cart.addedincart svg{opacity: 0}




.btn-more{gap: 10px; color: var(--black); letter-spacing: -0.02em;}
    .btn-more svg{position: relative; top: 1px;}
    .btn-more:hover{color: var(--violet);}
    .btn-more:hover svg path{stroke: var(--violet);}


.btn-grey{gap: 6px; padding: 0 16px; font-size: 14px; font-weight: 500; background: #F3F6F5; border-radius: 100px; height: 40px; color: rgba(32, 32, 32, 0.6);}
    .btn-grey:hover{color: #fff; background: var(--black);}
        .btn-grey:hover svg path{stroke: #fff; opacity: 1!important}



.btn-close{width: 14px; height: 14px; background: url("../img/close.svg") 50% 50% no-repeat;}
    .btn-close:hover{transform: rotate(90deg);}


input,textarea,select,button{-webkit-appearance: none; box-sizing: border-box; font-family: "Geologica", sans-serif;}


.noUi-target,.noUi-target *{-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;-ms-touch-action:none;touch-action:none;-ms-user-select:none;-moz-user-select:none;user-select:none;-moz-box-sizing:border-box;box-sizing:border-box}.noUi-target{position:relative}.noUi-base,.noUi-connects{width:100%;height:100%;position:relative;z-index:1}.noUi-connects{overflow:hidden;z-index:0}.noUi-connect,.noUi-origin{will-change:transform;position:absolute;z-index:1;top:0;right:0;height:100%;width:100%;-ms-transform-origin:0 0;-webkit-transform-origin:0 0;-webkit-transform-style:preserve-3d;transform-origin:0 0;transform-style:flat}.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin{left:0;right:auto}.noUi-vertical .noUi-origin{top:-100%;width:0}.noUi-horizontal .noUi-origin{height:0}.noUi-handle{-webkit-backface-visibility:hidden;backface-visibility:hidden;position:absolute}.noUi-touch-area{height:100%;width:100%}.noUi-state-tap .noUi-connect,.noUi-state-tap .noUi-origin{-webkit-transition:transform .3s;transition:transform .3s}.noUi-state-drag *{cursor:inherit!important}.noUi-horizontal{height:18px}.noUi-horizontal .noUi-handle{width:34px;height:28px;right:-17px;top:-6px}.noUi-vertical{width:18px}.noUi-vertical .noUi-handle{width:28px;height:34px;right:-6px;bottom:-17px}.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle{left:-17px;right:auto}.noUi-target{background:#FAFAFA;border-radius:4px;border:1px solid #D3D3D3;box-shadow:inset 0 1px 1px #F0F0F0,0 3px 6px -5px #BBB}.noUi-connects{border-radius:3px}.noUi-connect{background:#3FB8AF}.noUi-draggable{cursor:ew-resize}.noUi-vertical .noUi-draggable{cursor:ns-resize}.noUi-handle{border:1px solid #D9D9D9;border-radius:3px;background:#FFF;cursor:default;box-shadow:inset 0 0 1px #FFF,inset 0 1px 7px #EBEBEB,0 3px 6px -3px #BBB}.noUi-active{box-shadow:inset 0 0 1px #FFF,inset 0 1px 7px #DDD,0 3px 6px -3px #BBB}.noUi-handle:after,.noUi-handle:before{content:"";display:block;position:absolute;height:14px;width:1px;background:#E8E7E6;left:14px;top:6px}.noUi-handle:after{left:17px}.noUi-vertical .noUi-handle:after,.noUi-vertical .noUi-handle:before{width:14px;height:1px;left:6px;top:14px}.noUi-vertical .noUi-handle:after{top:17px}[disabled] .noUi-connect{background:#B8B8B8}[disabled] .noUi-handle,[disabled].noUi-handle,[disabled].noUi-target{cursor:not-allowed}.noUi-pips,.noUi-pips *{-moz-box-sizing:border-box;box-sizing:border-box}.noUi-pips{position:absolute;color:#999}.noUi-value{position:absolute;white-space:nowrap;text-align:center}.noUi-value-sub{color:#ccc;font-size:10px}.noUi-marker{position:absolute;background:#CCC}.noUi-marker-sub{background:#AAA}.noUi-marker-large{background:#AAA}.noUi-pips-horizontal{padding:10px 0;height:80px;top:100%;left:0;width:100%}.noUi-value-horizontal{-webkit-transform:translate(-50%,50%);transform:translate(-50%,50%)}.noUi-rtl .noUi-value-horizontal{-webkit-transform:translate(50%,50%);transform:translate(50%,50%)}.noUi-marker-horizontal.noUi-marker{margin-left:-1px;width:2px;height:5px}.noUi-marker-horizontal.noUi-marker-sub{height:10px}.noUi-marker-horizontal.noUi-marker-large{height:15px}.noUi-pips-vertical{padding:0 10px;height:100%;top:0;left:100%}.noUi-value-vertical{-webkit-transform:translate(0,-50%);transform:translate(0,-50%);padding-left:25px}.noUi-rtl .noUi-value-vertical{-webkit-transform:translate(0,50%);transform:translate(0,50%)}.noUi-marker-vertical.noUi-marker{width:5px;height:2px;margin-top:-1px}.noUi-marker-vertical.noUi-marker-sub{width:10px}.noUi-marker-vertical.noUi-marker-large{width:15px}.noUi-tooltip{display:block;position:absolute;border:1px solid #D9D9D9;border-radius:3px;background:#fff;color:#000;padding:5px;text-align:center;white-space:nowrap}.noUi-horizontal .noUi-tooltip{-webkit-transform:translate(-50%,0);transform:translate(-50%,0);left:50%;bottom:120%}.noUi-vertical .noUi-tooltip{-webkit-transform:translate(0,-50%);transform:translate(0,-50%);top:50%;right:120%}.noUi-horizontal .noUi-origin>.noUi-tooltip{-webkit-transform:translate(50%,0);transform:translate(50%,0);left:auto;bottom:10px}.noUi-vertical .noUi-origin>.noUi-tooltip{-webkit-transform:translate(0,-18px);transform:translate(0,-18px);top:auto;right:28px}



.sidebar .noUi-target{border-radius: 0; height: 2px; border: none; background: rgba(32, 32, 32, 0.1); margin-top: 23px;}
.sidebar .noUi-handle{width: 24px; height: 16px; border: none; background: var(--black); border-radius: 100px; cursor: pointer; box-shadow: none;}
.sidebar .noUi-handle:before,.sidebar .noUi-handle:after{display: none;}
.sidebar .noUi-connect{background: var(--black);}