p.page-look{display:flex;align-items:center;padding-top:100px;margin-bottom:25rem;-moz-column-gap:20rem;column-gap:20rem}p.page-look a,p.page-look span{display:inline-block;color:#1e1e1e;font-size:14rem;font-weight:300;cursor:pointer;transition:.3s}p.page-look a:hover{transform:scale(1.1)}p.page-look span{font-weight:500}@media screen and (min-width: 800px){p.page-look{padding-top:27rem}}.selected-page{position:relative;text-transform:lowercase}.arrow{display:inline-block;min-width:6.5px!important;height:6.5px!important;border-bottom:1rem solid #1E1E1E;border-right:1rem solid #1E1E1E;transform:rotate(-45deg)}.basket-title{font-family:Montserrat;font-size:36rem;font-weight:700;letter-spacing:1.8rem;text-transform:uppercase;color:#1e1e1e;margin-bottom:40rem}.product-to-buy--card{row-gap:20px;flex-wrap:wrap;-moz-column-gap:5rem;column-gap:5rem;width:100%;padding:25rem 20rem;box-sizing:border-box;border:1px solid #D9D9D9;margin-bottom:10px}@media screen and (min-width: 500px){.product-to-buy--card{flex-wrap:nowrap}}.product-to-buy--card h3{color:#1e1e1e;font-size:16rem;font-weight:700;letter-spacing:.8rem;text-transform:uppercase;margin-bottom:20rem}.product-to-buy--card h3 a{color:#1e1e1e;transition:color .3s}.product-to-buy--card h3 a:hover{color:#c482e6}.product-to-buy--card ul{-moz-column-gap:10px;column-gap:10px}.product-to-buy--card ul li{color:#1e1e1e;font-size:12rem;font-weight:500;line-height:100%;margin-bottom:15rem}.product-to-buy--card ul li:last-child{font-weight:400}.prod-image{width:120rem;max-height:150rem;overflow-y:hidden}.prod-img-description{row-gap:20px;flex-wrap:wrap;-moz-column-gap:20rem;column-gap:20rem}@media screen and (min-width: 500px){.prod-img-description{flex-wrap:nowrap}}.prod-img-description img{width:100%;-o-object-fit:cover;object-fit:cover}.prod-price{-moz-column-gap:7rem;column-gap:7rem}.prod-price b{color:#1e1e1e;font-size:24rem;font-weight:700;line-height:1.2em;text-transform:uppercase}.prod-price span{color:#1e1e1e80;font-size:16rem;font-weight:300;line-height:1.2em;text-decoration-line:line-through;text-transform:uppercase}.delete-product{position:absolute;width:10px;height:10px;background-image:url(/build/assets/cross-60d95565.svg);top:25rem;right:20rem;cursor:pointer;background-color:transparent;border:none;transition:all .5s ease}.delete-product:hover{transform:scale(1.3)}.w48{margin-bottom:19rem}.check-out{box-sizing:border-box;padding:50rem 30rem;border:1px solid #D9D9D9}.check-out h3{color:#1e1e1e;text-align:center;font-size:24rem;font-weight:700;letter-spacing:1.2rem;text-transform:uppercase;margin-bottom:26rem}.check-out p{color:#1e1e1e;font-size:16rem;font-weight:600;text-transform:uppercase;margin-bottom:20rem}.check-out ul li{color:#1e1e1e;font-size:16rem;font-weight:500;margin-bottom:13rem}.check-out .total-price li{color:#c482e6;font-size:18rem;font-weight:700;text-transform:uppercase}.check-out hr{border:none;border-bottom:1px solid #D9D9D9;padding-top:13rem;margin-bottom:25rem}.check-out b{display:block;color:#1e1e1e;font-size:14rem;font-weight:600;margin-bottom:10rem}.check-out input,.check-out textarea,.check-out select{display:block;width:100%;outline:none;border:1px solid #D9D9D9;padding:12.5rem;box-sizing:border-box;resize:none}.check-out textarea{margin-bottom:10rem}input.checkbox{-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:0;width:15px;height:15px;border:1px solid #1e1e1e;cursor:pointer}input.checkbox:checked{background-color:#c482e6}.total-price li:last-child{color:#1e1e1e;font-size:24px;font-weight:700;text-transform:lowercase}.check-out-btns{row-gap:20rem;flex-wrap:wrap;padding-top:27rem}@media screen and (min-width: 500px){.check-out-btns{flex-wrap:nowrap}}.check-out-btns button,.check-out-btns a{display:flex;width:100%;font-size:11px;height:50px;text-transform:uppercase;align-items:center;justify-content:center;cursor:pointer}.check-out-btns button:first-child,.check-out-btns a:first-child{border:none}@media screen and (min-width: 500px){.check-out-btns button,.check-out-btns a{width:40%}}@media screen and (min-width: 1370px){.check-out-btns button,.check-out-btns a{font-size:12px}}@media screen and (min-width: 1655px){.check-out-btns button,.check-out-btns a{font-size:18px}}.check-out-btns a{color:#000;text-decoration:none;background-color:#fff}.basket-margin{flex-wrap:wrap;margin-bottom:100px}.delivery-payment-methods{flex-wrap:wrap;-moz-column-gap:10px;column-gap:10px;row-gap:20px}@media screen and (min-width: 1135px){.delivery-payment-methods{flex-wrap:nowrap}}.delivery-payment-methods label,.delivery-payment-methods input{cursor:pointer}.delivery-payment-methods label:hover>input[type=radio]{background-color:#c482e6}.check-out input:not(input[type=radio]):hover,.check-out textarea:hover,.check-out input:not(input[type=radio]):focus,.check-out textarea:focus{border-color:#000}.prod--description{max-width:70%}.delivery_container{display:none}.numbPost span{display:inline-block;padding-bottom:10rem;color:#1e1e1e;font-size:14rem}.numbPost input.post[type=number]{min-width:100%;border:1px solid #d9d9d9}.toast{display:none;overflow:hidden;position:fixed;top:60rem;right:5%;z-index:11;min-width:160px;padding:15rem 20rem;color:#fff;font-size:15rem;text-align:center;white-space:nowrap;border:2px solid transparent;background-color:#c482e6;box-shadow:0 0 10px #00000080}.toast.show{display:block;animation:fadein .5s,fadeout .5s linear 30000s}.toast .progressBar{position:absolute;bottom:0;left:0;width:100%;height:5px;background-color:#30bc21}@keyframes fadein{0%{right:-160px}to{right:5%}}@keyframes fadeout{0%{opacity:1}to{opacity:0}}@keyframes progress{0%{width:100%}to{width:0}}.cart-empty{min-height:calc(100vh - 350rem - 110px);display:flex;align-items:center;justify-content:center;width:100%}.cart-empty h2{color:#b9b9b9;font-size:20rem;font-weight:600;text-align:center;text-transform:uppercase}@media screen and (min-width: 1440px){.cart-empty h2{font-size:24rem}}.notify_input{display:block;box-sizing:border-box;margin-bottom:20rem;padding:12.5rem;max-width:365px;width:100%;outline:none;border:1px solid #D9D9D9;resize:none}.notify_input:hover{border-color:#000}@media screen and (min-width: 1000px){.card-main,.img-block{display:grid;-moz-column-gap:20rem;column-gap:20rem;grid-template-columns:1fr 1fr}}.img-block{position:relative;display:grid;grid-template-columns:70px 4fr;grid-column-gap:20rem;margin-bottom:30rem;width:100%;height:100%;overflow:hidden}@media screen and (min-width: 500px){.img-block{grid-template-columns:1.2fr 4fr}}@media screen and (min-width: 768px){.img-block{grid-template-columns:150px 4fr}}@media screen and (min-width: 1024px){.img-block{grid-template-columns:120px 4fr}}.img-block>:only-child{grid-column:span 2}.img-block img{width:100%;background:rgba(196,130,230,.1);height:100%;-o-object-fit:contain;object-fit:contain}.small-img{position:relative;display:grid;row-gap:8px;grid-template-rows:1fr}.carousel-card{display:grid;row-gap:5px;grid-template-rows:1fr 1fr;transition:all .5s ease}.small-img-parent{width:100%;height:70px}@media screen and (min-width: 768px){.small-img-parent{height:150px}}@media screen and (min-width: 1024px){.small-img-parent{height:120px}}.small-img-parent img{background:rgba(196,130,230,.1);max-height:200rem;-o-object-fit:contain;object-fit:contain}.btn{display:none;position:absolute;background-color:#fff;border:1px solid #D9D9D9;transition:all .5s ease;z-index:3}.btn:hover{background-color:#c482e6}.btn-prev{bottom:0}.btn-next{position:absolute;top:0}.text-block h1{margin-bottom:28rem;color:#1e1e1e;font-family:Montserrat;font-size:36rem;font-weight:700;letter-spacing:1.8px;line-height:1em;text-transform:uppercase}.price-block{-moz-column-gap:8rem;column-gap:8rem}.price-block .full-price{font-size:30rem;font-weight:700}.price-block .old-price{font-size:20rem;font-weight:300}.haracteristic-block{padding:20rem 0 25rem}.haracteristic-block ul{flex-wrap:wrap}.haracteristic-block li{position:relative;width:100%;min-width:225px;padding-left:10rem;margin-bottom:20rem;color:#1e1e1e;font-size:16rem;font-weight:600;box-sizing:border-box}@media screen and (min-width: 500px){.haracteristic-block li{width:50%;margin-bottom:10rem}}.haracteristic-block li:before{content:"";position:absolute;top:8px;left:0;width:3px;height:3px;border-radius:50%;background:#000}.haracteristic-block li span{font-weight:400}.card-main{position:relative}.card-main .card-availability{margin-top:15rem;font-size:16rem}.card-main .card-description{padding:0;border:none;max-width:none;font-size:16rem}.card-main .visible{border-radius:0;border:1px solid #1e1e1e}.card-main .readmore{margin-bottom:10rem;display:inline-block;font-weight:600}.card-main .readmore:after{right:-20rem;transform:translateY(-70%) rotate(225deg)}.card-main .readmore-active:after{transform:translateY(-10%) rotate(45deg)}.form-card{flex-wrap:wrap;row-gap:20rem;padding:20rem 0 30rem;color:#1e1e1e;font-size:16rem;font-weight:600;-moz-column-gap:20rem;column-gap:20rem}.size input{display:none}.size input+label{display:inline-block;position:relative;width:25rem;height:25rem;border:1px solid #D9D9D9}.size input:checked+label{border:1px solid #1E1E1E}.size label span{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.size p{font-size:13rem;text-transform:uppercase}.color-card,.size,.count{-moz-column-gap:10rem;column-gap:10rem}.color-card .select__in:after{right:32px;transform:translateY(-80%) rotate(225deg)}@media screen and (min-width: 426px){.color-card .select__in:after{right:30rem}}.color-card .select__item,.color-card .select__in{position:relative}.color-card .select__item span,.color-card .select__in span{display:inline-block;width:10px;height:10px;margin-right:5px}.color-card .select__item:before{left:-10rem}.count p{-moz-column-gap:5rem;column-gap:5rem}.count a,.count button{position:relative;display:inline-block;width:25px;height:25px;background-color:#fff;border:1px solid #D9D9D9;cursor:pointer}.count a span,.count button span{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.table_wrap{overflow-x:auto;width:100%;max-width:320px}@media screen and (min-width: 320px){.table_wrap{max-width:100%}}@media screen and (min-width: 576px){.table_wrap{overflow-x:visible}}.table{width:100%;padding-top:50rem}.table p,.table table{margin-bottom:25rem;color:#1e1e1e;font-size:16rem;font-weight:600}.table table{width:100%;min-width:80vw;border-collapse:collapse;border:1px solid #1E1E1E;overflow-x:scroll}.table thead{text-transform:uppercase;background:#C482E6}.table td,.table th{padding:25rem;text-align:center;border:1px solid #1E1E1E}.w50 td{width:50%}.w25 td,.w25 th{width:25%}.w33 td,.w33 th{width:33%}.same-card{margin:0 auto;padding:87rem 0 100rem}.same-card .card{min-width:21vw}@media screen and (min-width: 1250px){.same-card .card{min-width:19vw}}.same-card .text-baner{max-width:none}.same-card h2{font-family:Yeseva One;font-weight:400;letter-spacing:6.4px;text-transform:uppercase}.popup-img{display:none}.popup-img .black-popup{position:fixed;top:0;left:0;width:100vw;min-height:100vh;z-index:20;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:#21092dcc}.popup-img-block{position:fixed;top:50%;left:50%;border:10px solid #fff;transform:translate(-50%,-50%);background-color:#fff;z-index:25}.popup-img-block img{width:100%;height:100%;min-width:75vh;max-height:90vh;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center}.cancel-popup{display:block;width:30px;height:30px;position:absolute;top:20px;right:20px;z-index:27}.cancel-popup svg{fill:#c482e6}.baner-catalog{padding:48rem 0 35rem}.baner-catalog img{width:100%;height:100%}.svg-baner{display:none}@media screen and (min-width: 768px){.svg-baner{display:block;position:relative;bottom:0;width:100%;height:auto;overflow:hidden}}.white-svg-baner{display:none}@media screen and (min-width: 768px){.white-svg-baner{display:block}}.text-baner h1,.text-baner h2{margin-bottom:14rem;color:#c482e6;text-align:center;font-size:30px;letter-spacing:6.4px}@media screen and (min-width: 640px){.text-baner h1,.text-baner h2{font-size:54px}}@media screen and (min-width: 1440px){.text-baner h1,.text-baner h2{font-size:64px}}@media screen and (min-width: 768px){.text-baner{max-width:48vw;padding:0 18rem}}@media screen and (min-width: 1250px){.text-baner{padding:0 38rem}}.description-baner{color:#fff;font-family:Montserrat;text-align:center;font-size:16rem;font-style:normal;font-weight:400;line-height:normal}.filter{display:none;position:fixed;width:65vw;height:100vh;overflow-y:scroll;z-index:10;top:0;left:0;padding-top:65rem;padding:50rem 20rem;background-color:#fff}@media screen and (min-width: 640px){.filter{display:block;position:static;padding:0;max-width:200px;height:auto;overflow-y:visible;z-index:1}}.filter h2{margin-bottom:10rem;color:#c482e6;font-family:Yeseva One;font-size:18px;font-weight:400;text-transform:uppercase}.cross{position:absolute;display:inline-block;top:20rem;right:20px;cursor:pointer}.cross svg>path{fill:#c482e6}.header-filter{margin-bottom:15rem;color:#000;font-size:18px;font-weight:600}.slider-range{position:relative;width:100%;height:1.5px;background:#ddd;margin:50px 0}.range{position:absolute;height:100%;background:#1E1E1E}.handle{position:absolute;width:9px;height:9px;background:purple;cursor:pointer;top:50%;z-index:2;transform:translateY(-50%)}#min-handle{left:0}#max-handle{right:0}.values{position:relative;top:20rem;display:flex;justify-content:space-between;font-size:16px}.description-blog{box-sizing:border-box;margin:0 0 10rem;width:100%;padding:10rem 9rem;border:1px solid #1E1E1E}@media screen and (min-width: 640px){.description-blog{max-width:300rem}}.readmore{position:relative;display:block;color:#1e1e1e;font-size:16rem;padding-right:20px}.readmore:after{transition:all 1s ease;font-weight:500;content:"";position:absolute;top:50%;right:10rem;width:8rem;height:8rem;display:block;border-top:1rem solid #1E1E1E;border-left:1rem solid #1E1E1E;transform:translateY(-50%) rotate(225deg)}.readmore-active:after{transform:translateY(-50%) rotate(45deg)}.description-select{width:100%}.description-more{color:#1e1e1e;font-size:14px;font-weight:400;max-height:0;border-radius:5rem;overflow:hidden}.description-more input{display:none}.description-more input+label{cursor:pointer}.description-more input+label:hover{color:#c482e6}.description-more input:checked+label{color:#c482e6}.visible{padding:15px 10px;max-height:1000rem;transition:max-height 1s ease}.catalog-page{display:block;grid-template-columns:1fr 6fr;-moz-column-gap:50rem;column-gap:50rem;padding:30rem 0 100rem}@media screen and (min-width: 640px){.catalog-page{display:grid}}.center-btn{text-align:center}.catalog-container{margin:0 auto}@media screen and (min-width: 640px){.catalog-container{max-width:80vw}}.sort-select{padding:0 0 30rem;-moz-column-gap:8rem;column-gap:8rem;justify-content:flex-end}.sort-select p{color:#1e1e1e;font-size:14px;font-weight:300}.select{position:relative;width:200px;height:30rem;border:1px solid #1E1E1E;background:#FFF;z-index:7}.is-opened .select__in:after{transform:translateY(-50%) rotate(45deg)}.is-opened .select__list{visibility:visible;max-height:none;opacity:1;z-index:5}.is-opened .select__item{transition:all .5s ease;display:block}.is-opened .select__item:hover{color:#c482e6}.is-active{display:none}.select__in{position:absolute;padding-left:20rem;top:50%;left:50%;width:100%;color:#1e1e1e;font-size:14px;font-weight:500;-webkit-user-select:none;-moz-user-select:none;user-select:none;transform:translate(-50%,-50%);cursor:pointer}.select__in:after{transition:all 1s ease;font-weight:500;content:"";position:absolute;top:50%;right:30rem;width:8rem;height:8rem;display:block;border-top:1rem solid #1E1E1E;border-left:1rem solid #1E1E1E;transform:translateY(-50%) rotate(225deg)}.select__list{display:block;overflow:hidden;width:100%;border-bottom:1px solid #1E1E1E;border-left:1px solid #1E1E1E;border-right:1px solid #1E1E1E;background:#FFF;position:absolute;top:100%;left:-1px;transition:opacity .2s ease .1s;visibility:hidden;max-height:0;opacity:0}.select__item{display:none;padding:10px;font-size:14rem;color:#1e1e1e;background:#FFF;transition:all .3s ease;cursor:pointer}.pagination{justify-content:center;-moz-column-gap:5rem;column-gap:5rem;padding-top:20px}@media screen and (min-width: 640px){.pagination{padding-top:0}}.pagination-button{position:relative;display:block;border:1.5px solid #D9D9D9;width:20px;height:20px;box-sizing:border-box}.pagination-button svg,.pagination-button span{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.pagination-button span{color:#1e1e1e;font-size:12px;font-weight:300}.current-page,.cta-prev,.cta-next{border:1.5px solid #1E1E1E}.cta-prev,.cta-next,.max,.min,.pagination-button{transition:all .5s ease}.cta-prev:hover,.cta-next:hover,.max:hover,.min:hover,.pagination-button:hover{border:1.5px solid transparent;background-color:#c482e6}.max:hover,.min:hover{border:1px solid transparent}.max,.min,.number{color:#1e1e1e}.separator-pag{color:#d9d9d9;font-size:12px;font-weight:300}.size label{transition:all .5s ease}.size label:hover{background-color:#c482e6;cursor:pointer}.filter-open{display:block;position:fixed;bottom:50rem;right:0;width:70px;background-color:#c482e6;text-align:center;padding:10rem 0;z-index:10}.filter-open span{font-size:15px;color:#fff}@media screen and (min-width: 640px){.filter-open{display:none}}span.input-text{display:inline-block;padding-left:10px;color:#1e1e1e;font-size:14rem;font-weight:400;text-transform:none;cursor:pointer}.reset{padding-top:15rem}.reset .filter-clear{padding:15px;margin:0;cursor:pointer}.empty-catalog{width:100%;font-size:16rem;font-style:italic;text-align:center;grid-column:1/5}#orderForm button:disabled{background:linear-gradient(92deg,#ccc 0%,#ccc 50%,#1E1E1E 100%)}.cart_container{display:grid;gap:20px}@media screen and (min-width: 1024px){.cart_container{grid-template-columns:55% 45%}}.order-container{display:grid;gap:20px;padding-bottom:30px}@media screen and (min-width: 768px){.order-container{grid-template-columns:repeat(3,1fr)}}.radio-order-container{display:grid;gap:10px}@media screen and (min-width: 768px){.radio-order-container{grid-template-columns:repeat(4,1fr)}}.pos-r{position:relative}.delivery_container{margin-bottom:15px;gap:20px}@media screen and (min-width: 768px){.delivery_container{grid-template-columns:repeat(2,1fr)}}.delivery_container label{font-size:16rem}.delivery_container label span{font-size:14rem;font-weight:400}.delivery_container ul{position:absolute;top:100%;left:0;max-height:200px;padding-left:10rem;background-color:#fff;overflow-y:scroll}.delivery_container ul::-webkit-scrollbar{width:5rem;height:4rem;background:transparent}.delivery_container ul::-webkit-scrollbar-thumb{background-color:#c482e6}.delivery_container ul::-webkit-scrollbar-track{background-color:#f1f1f1}ul.menu-order-list li{font-size:13rem}p.total-price{display:flex;justify-content:space-between;margin-bottom:0}p.total-price strong{font-size:20rem}.required-fields-label{display:block;margin-bottom:35rem;font-size:14rem}.d-none{display:none}.privacy-policy{position:fixed;width:100%;height:100vh;background:rgb(0,0,0);z-index:20;top:0;left:0;overflow-y:scroll;padding:145rem 0;box-sizing:border-box}.privacy-policy h2{color:#c482e6;font-family:Yeseva One;font-size:22rem;font-weight:400;letter-spacing:6.4rem;text-transform:uppercase;margin-bottom:38rem}@media screen and (min-width: 650px){.privacy-policy h2{font-size:44rem}}@media screen and (min-width: 870px){.privacy-policy h2{font-size:64rem}}.privacy-policy h3{color:#fff;font-family:Yeseva One;font-size:15rem;font-weight:400;line-height:1.2em;letter-spacing:2px;text-transform:uppercase;margin-bottom:10rem}@media screen and (min-width: 650px){.privacy-policy h3{font-size:20rem}}.privacy-policy b{color:#fff;font-size:15rem;font-weight:600}@media screen and (min-width: 650px){.privacy-policy b{font-size:18rem}}.privacy-policy li{position:relative;color:#fff;font-size:15rem;font-weight:400;line-height:1.3em;padding-left:23rem;margin-bottom:20rem}@media screen and (min-width: 650px){.privacy-policy li{font-size:18rem}}.privacy-policy li:before{content:"";position:absolute;width:3px;height:3px;background-color:#fff;border-radius:50%;top:10px;left:10px}.privacy-policy p{color:#fff;font-size:15rem;font-weight:400;line-height:1.3em;margin-bottom:45rem}@media screen and (min-width: 650px){.privacy-policy p{font-size:18rem}}.privacy-policy a{position:relative;color:#c482e6;font-size:14rem;font-weight:500;text-decoration:underline;padding-left:20rem}.privacy-policy a:before{content:"";position:absolute;width:4px;height:8px;background-image:url(/build/assets/arrow-back-9d1e45ea.svg);background-repeat:no-repeat;left:0;top:50%;transform:translateY(-50%)}.privacy-policy a:hover{text-decoration:none}*{margin:0;padding:0}html{scroll-behavior:smooth;font-size:.8px}@media screen and (min-width: 426px){html{font-size:1px}}@media screen and (min-width: 2000px){html{font-size:1.8px}}body{font-family:Montserrat,sans-serif}header{position:relative;top:0;padding-top:110rem}a{text-decoration:none}ul{list-style:none}input[type=number]{max-width:35px;text-align:center;-webkit-appearance:none;-moz-appearance:none;appearance:none;outline:none;border:1px solid #1E1E1E}input[type=number]::-webkit-outer-spin-button,input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:0}input[type=number],input[type=number]:hover,input[type=number]:focus{-webkit-appearance:textfield;appearance:textfield;-moz-appearance:textfield}.wrapper{max-width:1518rem;width:90%;margin:0 auto}@media screen and (min-width: 1300px){.wrapper{width:80%}}.black-fon{background:linear-gradient(54deg,#0F0F11 22.96%,#242424 84.96%)}.d-flex{display:flex}.flex-between{display:flex;justify-content:space-between}.items-center{display:flex;align-items:center}.flex-wrap{display:flex;flex-wrap:wrap}.relative{position:relative}.w48{width:48%}.d-block{display:block}.purple-color{color:#c482e6}.burger-wrap{display:block;position:absolute;width:40rem;height:25rem;top:30px;transform:translateY(10px);z-index:20}@media screen and (min-width: 800px){.burger-wrap{display:none}}.burger{position:relative;width:40rem;height:25rem;border-top:2rem solid #C482E6;z-index:20;transition:.5s}.burger:before,.burger:after{content:"";position:absolute;width:40rem;height:2rem;background:#C482E6;transition:.5s}.burger:before{top:10rem}.burger:after{top:20rem}.burger.active{height:40rem;border-top:none}.burger.active:before{top:50%;transform:rotate(45deg)}.burger.active:after{top:50%;transform:rotate(-45deg)}.header-line{position:fixed;top:0;width:100%;z-index:10;background-color:#fff;padding-bottom:55rem;transition:.5s;border-bottom:2.7rem solid #C482E6}@media screen and (min-width: 800px){.header-line{padding-bottom:0}}.header-line.hide{top:-100%}.header-line-wrap{min-height:110px}.top-navigation.active{transition:.5s;display:block;position:absolute;top:0;left:0;height:100vh;background-color:#fff;z-index:15;min-width:200px;transform:scaleY(1)}.top-navigation.active ul{padding-top:130rem;display:block}.top-navigation.active ul li{width:100%;text-align:center;margin-bottom:20px}.top-navigation.active ul li a{font-size:20rem}.top-navigation{transition:0s;transform:scaleY(0);width:39%}@media screen and (min-width: 800px){.top-navigation{transform:scaleY(1);display:block}}@media screen and (min-width: 870px){.top-navigation{width:40%}}@media screen and (min-width: 1125px){.top-navigation{width:42%}}.top-navigation li,.footer-nav li{list-style:none}.top-navigation li a,.footer-nav li a{position:relative;color:#1e1e1e;font-family:Yeseva One;font-size:11rem;font-weight:400;letter-spacing:.9rem;text-transform:uppercase;text-decoration:none}.top-navigation li a:before,.footer-nav li a:before{content:"";position:absolute;bottom:-5px;width:0%;height:1px;background-color:#c482e6;transition:.5s}@media screen and (min-width: 870px){.top-navigation li a,.footer-nav li a{font-size:13rem}}@media screen and (min-width: 962px){.top-navigation li a,.footer-nav li a{font-size:14rem}}@media screen and (min-width: 1024px){.top-navigation li a,.footer-nav li a{font-size:15rem}}@media screen and (min-width: 1125px){.top-navigation li a,.footer-nav li a{font-size:18rem}}.top-navigation li a:hover,.footer-nav li a:hover{color:#c482e6}.top-navigation li a:hover:before,.footer-nav li a:hover:before{width:100%}.top-navigation ul,.footer-nav ul{width:100%;-moz-column-gap:10px;column-gap:10px}.logo{position:absolute;top:0;left:50%;transform:translate(-50%);box-sizing:border-box;padding-top:12rem}.logo img{max-width:90rem;max-height:110rem}.basket{position:relative;width:25rem;height:22rem;background-color:#1e1e1e;-webkit-mask-image:url(/build/assets/basket-a2d1ccef.svg);-webkit-mask-size:contain;-webkit-mask-repeat:no-repeat;-webkit-mask-position:center;background-repeat:no-repeat;background-size:95%;cursor:pointer;transition:.2s}.basket:hover{background-color:#c482e6}.basket-counter{position:absolute;display:flex;justify-content:center;align-items:center;width:15px;height:15px;top:-12px;right:-12px;background-color:#c482e6;border-radius:50%;z-index:2}.basket-counter span{color:#000;font-size:11rem;font-weight:500}.search-container{position:absolute;left:50%;transform:translate(-50%);bottom:25px;border-radius:0}@media screen and (min-width: 425px){.search-container{bottom:20rem}}@media screen and (min-width: 800px){.search-container{position:relative;left:auto;bottom:auto;transform:translate(0)}}.search-container .searchForm{position:relative;display:flex;align-items:stretch}.search-container .searchForm:before{content:"";position:absolute;width:20rem;height:20rem;background-image:url(/build/assets/loop-574f551e.svg);background-size:cover;top:50%;left:12rem;transform:translateY(-50%);cursor:pointer}.search-container input[type=text]{width:60vw;box-sizing:border-box;padding-left:43rem;padding-right:10rem;font-size:16rem;font-weight:300;border:1px solid #1E1E1E;border-right:none;outline:none;border-radius:0}@media screen and (min-width: 800px){.search-container input[type=text]{max-width:160rem}}@media screen and (min-width: 1000px){.search-container input[type=text]{max-width:250rem}}@media screen and (min-width: 1500px){.search-container input[type=text]{max-width:320rem}}.search-container input[type=text]::-moz-placeholder{color:#1e1e1e80;font-style:italic}.search-container input[type=text]::placeholder{color:#1e1e1e80;font-style:italic}.search-container input[type=text]:focus{color:#1e1e1e}.search-container button{padding:10rem 19rem;color:#1e1e1e;text-align:center;font-size:12rem;font-weight:600;text-transform:uppercase;border:1px solid #1E1E1E;border-left:none;cursor:pointer;background:linear-gradient(92deg,#C482E6 0%,#C482E6 50%,#1E1E1E 100%);background-size:200% 100%}@media screen and (min-width: 800px){.search-container button{transition:all .25s ease}}.search-container button:hover{color:#fff;background-position:100% 0}.search-container button svg{width:12rem}#searchResult{display:none;position:absolute;top:100%;overflow-x:hidden;overflow-y:auto;max-height:300px;width:100%;font-family:Montserrat,Arial,serif;background-color:#fff}#searchResult::-webkit-scrollbar{width:5rem;height:4rem;background:transparent}#searchResult::-webkit-scrollbar-thumb{background-color:#c482e6}#searchResult::-webkit-scrollbar-track{background-color:#f1f1f1}#searchResult a{color:#000}#searchResult a:hover h2{color:#c482e6}#searchResult .d-flex{-moz-column-gap:5px;column-gap:5px;margin-bottom:5rem}#searchResult picture{display:inline-block;overflow:hidden;margin:0 5px;width:60px;height:50px}#searchResult picture img{display:inline-block;position:relative;top:50%;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;transform:translateY(-50%)}#searchResult h2{font-size:14rem}#searchResult p,#searchResult .noResults{font-size:12rem}#searchBtn{position:relative}#searchBtn .search_clear{position:absolute;width:30rem;height:30rem;top:2rem;right:calc(100% + 3rem)}#searchBtn .search_clear svg{margin-bottom:-12rem}.header-line--btns{-moz-column-gap:15px;column-gap:15px}.header-line--btns .relative{position:absolute;top:42px;right:5%}@media screen and (min-width: 800px){.header-line--btns .relative{top:0;right:auto;position:relative}}.header-general{position:relative;overflow:hidden;padding-bottom:215px}.header-general .waves{position:absolute;width:100%;height:220rem;overflow:hidden}.header-bg{padding-top:195rem}.header-description{position:relative;max-width:750rem;padding-bottom:155rem;z-index:1}.header-description p{color:#fff;font-size:24rem;font-weight:400;margin-bottom:50rem}.header-description h1{margin-bottom:20px;font-size:86rem;letter-spacing:8.6rem;background:linear-gradient(91deg,#C482E6 4.35%,#FFF 75.25%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}h1{font-family:Yeseva One;font-weight:400;text-transform:uppercase}.button-violet{display:flex;justify-content:center;align-items:center;position:relative;max-width:365rem;height:70rem;color:#c482e6;text-align:center;font-size:18rem;font-weight:600;letter-spacing:.9px;text-transform:uppercase;text-decoration:none;border:2px solid #C482E6;border-image-slice:1;background-position:0%;background:linear-gradient(92deg,transparent 0%,transparent 45%,#C482E6 65%,#FFF 100%);background-size:220% 100%;transition:all .25s ease;transition:.5s}.button-violet:hover{color:#1e1e1e;border:2px solid transparent;background-position:90% 0}.slider{position:absolute;width:100%;height:70%;right:0;bottom:0}@media screen and (min-width: 425px){.slider{width:80%}}@media screen and (min-width: 600px){.slider{width:70%}}@media screen and (min-width: 800px){.slider{width:50%}}@media screen and (min-width: 1450px){.slider{height:90%}}.slide{position:absolute;right:0;bottom:0;transform:translate(0);transition:all .5s ease;z-index:100!important;transform-origin:right}.girl-bg-first{position:absolute;width:100%;bottom:-10rem;-o-object-fit:cover;object-fit:cover}.relative-slider{width:100%;height:100%}.product-main{padding:43rem 0}.head-section{padding-bottom:35rem;font-family:Yeseva One;font-size:34rem;font-weight:400;letter-spacing:6.4px;text-transform:uppercase;text-align:center}@media screen and (min-width: 768px){.head-section{font-size:54rem}}@media screen and (min-width: 1440px){.head-section{font-size:64rem}}.container{display:grid;grid-template-columns:1fr;-moz-column-gap:20rem;column-gap:20rem;row-gap:20rem;margin-bottom:50rem}@media screen and (min-width: 768px){.container{grid-template-columns:1fr 1fr}}@media screen and (min-width: 1024px){.container{grid-template-columns:1fr 1fr 1fr}}@media screen and (min-width: 1250px){.container{grid-template-columns:1fr 1fr 1fr 1fr}}.card{position:relative;display:flex;flex-direction:column;justify-content:space-between;width:100%;height:100%;padding:20rem;border:1px solid #1E1E1E;box-sizing:border-box}@media screen and (min-width: 1250px){.card{max-width:21vw}}.card picture{display:inline-block;width:100%;height:170rem}.card img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;vertical-align:bottom}.mask{position:absolute;top:0;left:0;width:100%;height:100%;z-index:2}.mask:hover~.img-card{transform:scale(1.1)}.img-card{transition:all .5s ease}.in-stock{padding:14rem 0 5rem;font-family:Montserrat;font-size:12rem;font-weight:500}.to_order{color:#82b7e6}.not_available{color:#bbb}.text-style-card{color:#1e1e1e;font-style:normal;font-weight:700;line-height:1.2em;letter-spacing:.8px;text-transform:uppercase}.card-head{min-height:100rem;font-size:14rem}.price-card{-moz-column-gap:9rem;column-gap:9rem;padding:10rem 0 15rem}.full-price{font-size:18px}.old-price{font-size:14px;font-weight:300;opacity:.5;text-decoration:line-through}.cta-card{position:relative;display:block;padding:15rem 0;height:50rem;text-align:center;font-size:16px;font-weight:600;letter-spacing:.8px;border:1px solid #1E1E1E;box-sizing:border-box;background:linear-gradient(92deg,transparent 0%,transparent 33%,#C482E6 66%,#1E1E1E 100%);background-position:0 0;background-size:300%;transition:all .5s ease;z-index:3}.cta-card:hover{border:1px solid transparent;color:#fff;background-position:100% 0}.cta-catalog{display:inline-block;padding:21rem;width:100%;max-width:365px;color:#1e1e1e;text-align:center;font-size:18px;font-weight:600;background:linear-gradient(92deg,#C482E6 0%,#C482E6 50%,#1E1E1E 100%);background-position:0 0;background-size:200%;border:none;transition:all .5s ease;box-sizing:border-box}.cta-catalog:hover{color:#fff;background-position:100% 0;cursor:pointer}.cta-catalog[disabled]:hover{color:#1e1e1e}.contacts{padding:76rem 0 100rem}.contacts p,.contacts a{color:#fff;font-size:14px}@media screen and (min-width: 768px){.contacts p,.contacts a{font-size:20px}}@media screen and (min-width: 1024px){.contacts p,.contacts a{font-size:24px}}.footer-social svg,.contacts svg{transition:all 1s ease}.footer-social svg path,.contacts svg path{transition:all 1s ease;fill:#fff}.footer-social svg:hover>path,.contacts svg:hover>path{fill:#1e1e1e}.footer-social svg defs linearGradient stop:first-child,.contacts svg defs linearGradient stop:first-child{stop-color:#c482e6}.footer-social svg defs linearGradient stop:last-child,.contacts svg defs linearGradient stop:last-child{stop-color:#c482e6}.footer-social svg:hover defs linearGradient stop:last-child,.contacts svg:hover defs linearGradient stop:last-child{stop-color:#fff}.telegram-svg path{transform:translate(5rem,6.5rem)}.contacts-block{flex-wrap:wrap;-moz-column-gap:50rem;column-gap:50rem;row-gap:50rem;margin-bottom:50rem}@media screen and (min-width: 768px){.contacts-block{flex-wrap:nowrap}}.head-contact{margin-bottom:27rem;font-size:30px;font-weight:600;letter-spacing:1.5px;text-transform:uppercase}.day{-moz-column-gap:20rem;column-gap:20rem}.day p{margin-bottom:15rem}.day p:first-child{font-weight:400}.day p:last-child{font-weight:600}@media screen and (min-width: 592px){.contact{max-width:50vw}}@media screen and (min-width: 1024px){.contact{padding-left:40rem}}.contact>p:not(:first-child){margin-bottom:20rem}.contact a,.adress{-moz-column-gap:15rem;column-gap:15rem}@media screen and (min-width: 768px){.adress{max-width:55vw}}@media screen and (min-width: 1250px){.adress{max-width:45vw}}.contacts-icons{-moz-column-gap:48rem;column-gap:48rem;row-gap:20rem;margin-bottom:20rem}.map{position:relative;min-height:450rem;overflow:hidden}.map iframe{position:absolute;width:100%;height:100%;top:-81px;border:none}@media screen and (min-width: 768px){.map iframe{top:-71px}}.sm-btn{width:250rem}.category{width:100%;min-width:277px;padding:15% 10px;box-sizing:border-box;background-size:cover;background-position:center}@media screen and (min-width: 627px){.category{padding:8% 10px;width:48%}}@media screen and (min-width: 945px){.category{width:32%}}.category h2{color:#fff;text-align:center;font-family:Yeseva One;font-size:30rem;font-weight:400;letter-spacing:3rem;text-transform:uppercase;margin-bottom:20px}@media screen and (min-width: 627px){.category h2{min-height:70rem}}.category a{margin:0 auto;height:50rem}.category:nth-child(1){background-image:linear-gradient(rgba(0,0,0,.5),rgba(0,0,0,.5)),url(/build/assets/main-nav-1-335d5823.jpg)}.category:nth-child(2){background-image:linear-gradient(rgba(0,0,0,.5),rgba(0,0,0,.5)),url(/build/assets/main-nav-2-a73490c8.jpg)}.category:nth-child(3){background-image:linear-gradient(rgba(0,0,0,.5),rgba(0,0,0,.5)),url(/build/assets/main-nav-3-5107334f.jpg)}.categories-nav{row-gap:25rem;padding-top:53rem;-moz-column-gap:10rem;column-gap:10rem;margin-bottom:150rem}.aboutus{flex-wrap:wrap-reverse;-moz-column-gap:10rem;column-gap:10rem;position:relative}.aboutus--image{position:relative;display:block;width:100%;min-height:50vw}.aboutus--image .waves{height:100%;position:relative;overflow:hidden}@media screen and (min-width: 779px){.aboutus--image{width:48%}}.aboutus--image img{position:absolute;left:0;bottom:0;width:45%}@media screen and (min-width: 779px){.aboutus--image img{width:90%}}.aboutus--description{min-width:356rem;margin-right:5%;margin-left:5%;padding-top:10%;padding-bottom:12%}@media screen and (min-width: 779px){.aboutus--description{width:40%;margin-left:0}}@media screen and (min-width: 1300px){.aboutus--description{margin-right:10%}}.aboutus--description h2{text-align:left}.aboutus--description p{color:#fff;font-size:24rem;font-weight:400;margin-bottom:20rem}.advantages{padding-top:85rem;padding-bottom:105rem}.advantages-table{display:block;border-top:2px solid #C482E6;border-bottom:2px solid #C482E6;-o-border-image:linear-gradient(90deg,#C482E6 0%,#FFF 100%);border-image:linear-gradient(90deg,#C482E6 0%,#FFF 100%);border-image-slice:1}@media screen and (min-width: 1020px){.advantages-table{display:table}}.advantages-table--tr{display:block}@media screen and (min-width: 1020px){.advantages-table--tr{display:table-row}}.advantages-table--td{display:block;border-bottom:2px solid #C482E6;-o-border-image:linear-gradient(90deg,#C482E6 0%,rgb(226,192,242) 100%);border-image:linear-gradient(90deg,#C482E6 0%,rgb(226,192,242) 100%);border-image-slice:1;padding:40rem 0}@media screen and (min-width: 1020px){.advantages-table--td{display:table-cell}}.advantages-table--tr .advantages-table--td:last-child{border-bottom:2px solid #C482E6;-o-border-image:linear-gradient(90deg,rgb(226,192,242) 0%,#fff 100%);border-image:linear-gradient(90deg,rgb(226,192,242) 0%,#fff 100%);border-image-slice:1;padding:40rem 0}.advantage-content{display:block;width:100%;align-items:center;-moz-column-gap:30rem;column-gap:30rem;box-sizing:border-box}@media screen and (min-width: 460px){.advantage-content{display:flex}}@media screen and (min-width: 1020px){.advantage-content{border-right:1px solid #fff}}.advantage-content img{width:14%;margin-bottom:20px}@media screen and (min-width: 600px){.advantage-content img{margin-bottom:0;width:auto}}.advantages-table--tr .advantages-table--td:last-child .advantage-content{border-right:none;padding-left:0}@media screen and (min-width: 1020px){.advantages-table--tr .advantages-table--td:last-child .advantage-content{padding-left:40rem}}.advantages-table--tr .advantages-table--td:first-child .advantage-content{padding-right:0}@media screen and (min-width: 1020px){.advantages-table--tr .advantages-table--td:first-child .advantage-content{padding-right:40rem}}.advantage-description h2{color:#fff;font-size:30rem;font-weight:600;letter-spacing:1.5rem;text-transform:uppercase;margin-bottom:10rem}.advantage-description p{color:#fff;font-size:18rem;font-weight:400}.footer hr{border:none;width:100%;border-top:3px solid #C482E6}.footer-block{row-gap:30rem;justify-content:center;padding-top:90rem;-moz-column-gap:30rem;column-gap:30rem}@media screen and (min-width: 1024px){.footer-block{justify-content:space-between}}.footer-social{-moz-column-gap:10px;column-gap:10px}@media screen and (min-width: 1024px){.footer-social{min-width:200rem}}.footer-nav ul{-moz-column-gap:15rem;column-gap:15rem}@media screen and (min-width: 768px){.footer-nav ul{-moz-column-gap:30rem;column-gap:30rem}}.footer-nav ul li a{color:#fff;font-size:14rem;font-weight:400;text-transform:uppercase}.privacy a{transition:all .5s ease;color:#fff;font-size:14rem;font-weight:500;text-decoration:underline}.privacy a:hover{color:#c482e6}.copy-footer{padding:50rem 0 22rem;justify-content:center;align-items:center;-moz-column-gap:10rem;column-gap:10rem;text-align:center}.copy-footer span{color:#fff;font-size:14rem;font-weight:400}.slider{position:absolute;z-index:1}.relative-slider{position:relative;width:100%;height:100%;perspective:1000px}.slide{position:absolute;width:75%;height:100%;transform-style:preserve-3d;transition:transform 1s ease-in-out;transform:translate(100%) rotateY(90deg);z-index:10!important}.slide:nth-child(2n){z-index:9!important}.first-slide{transform:translate(-40%) rotateY(0)!important}@media screen and (min-width: 425px){.first-slide{transform:translate(-50%) rotateY(0)!important}}.second-slide{transform:translate(15%) rotateY(0)!important}@media screen and (min-width: 425px){.second-slide{transform:translate(0) rotateY(0)!important}}.small-slide-img{width:80%}.waves svg{position:absolute;z-index:0;height:600rem;width:100%}.waves svg:first-child{bottom:-300rem}.waves svg:nth-child(2){bottom:-250rem}.waves svg:nth-child(3){bottom:-200rem}.waves svg:nth-child(4){bottom:-150rem}.waves svg:nth-child(5){bottom:-100rem}.waves svg:nth-child(6){bottom:-50rem}.waves svg:nth-child(7){bottom:0rem}.waves svg:nth-child(8){bottom:50rem}.waves svg:nth-child(9){bottom:100rem}.waves svg:nth-child(10){bottom:150rem}.waves svg:nth-child(11){bottom:200rem}.waves svg:nth-child(12){bottom:250rem}.waves svg:nth-child(13){bottom:300rem}.waves svg:nth-child(14){bottom:350rem}.waves svg:nth-child(15){bottom:400rem}.waves svg:nth-child(16){bottom:450rem}.waves svg:nth-child(17){bottom:500rem}.waves svg:nth-child(18){bottom:550rem}.waves svg:nth-child(19){bottom:600rem}.waves svg:nth-child(20){bottom:650rem}.waves svg:nth-child(21){bottom:700rem}.check-out .error{display:block;color:#d33;font-weight:400;font-size:12rem;text-transform:none}.page-order-done{padding:150rem 0 200rem;text-align:center}.page-order-done h1{font-size:40rem}.page-order-done p{margin:20rem 0 40rem;font-size:20rem}a#bingc-phone-button svg.bingc-phone-button-circle circle.bingc-phone-button-circle-inside{fill:#c482e6!important}a#bingc-phone-button:hover svg.bingc-phone-button-circle circle.bingc-phone-button-circle-inside{fill:#c482e6!important}a#bingc-phone-button div.bingc-phone-button-tooltip{background:#c482e6!important}a#bingc-phone-button div.bingc-phone-button-tooltip svg.bingc-phone-button-arrow polyline{fill:#c482e6!important}div#bingc-passive div.bingc-passive-overlay div.bingc-passive-content div.bingc-passive-get-phone-form form.bingc-passive-get-phone-form a.bingc-passive-phone-form-button{background:#c482e6!important}div#bingc-passive div.bingc-passive-overlay div.bingc-passive-content div.bingc-passive-get-phone-form form.bingc-passive-get-phone-form a.bingc-passive-phone-form-button:hover{background:#9c2dd5!important}div#bingc-active div.bingc-active-overlay div.bingc-active-content div.bingc-active-get-phone-form form.bingc-active-get-phone-form a.bingc-active-phone-form-button{background:#c482e6!important}div#bingc-active div.bingc-active-overlay div.bingc-active-content div.bingc-active-get-phone-form form.bingc-active-get-phone-form a.bingc-active-phone-form-button:hover{background:#9c2dd5!important}
