:root{--font: "EB Garamond", serif;--transition: .3s ease-in-out;--color__white: #ffffff;--color__black: #000000;--color__gray: #BDBDBD;--color__error: #FF1919;--color__yellow: #F9F257}*{box-sizing:border-box}html{font-size:62.5%;font-family:var(--font__general);color:var(--color__black)}body.disable-scroll{max-height:100vh;overflow-y:hidden}main{scroll-behavior:smooth}ul,li{list-style-type:none;margin:0;padding:0}a{text-decoration:none;transition:var(--transition)}a::before,a::after{transition:var(--transition)}h1,h2,h3,h4,h5,h6{margin:0}button{padding:0;background:transparent;border:none;outline:none;cursor:pointer}img{max-width:100%}.relative{position:relative}.responsive-img{width:100%;height:100%;object-fit:cover}.scroll-stoped{overflow-y:hidden}@keyframes fadeInLeft{0%{opacity:0;transform:translateX(-5%);visibility:hidden}100%{opacity:1;visibility:visible;transform:translateX(0%)}}@keyframes fadeInRight{0%{opacity:0;transform:translateX(5%);visibility:hidden}100%{opacity:1;transform:translateX(0%);visibility:visible}}.animated{visibility:hidden;opacity:0}.animated--fadeLeft{animation-name:fadeInLeft;animation-delay:0.3s;animation-duration:1s}.animated--fadeRight{visibility:hidden;animation:fadeInRight 1s 0.3s}html,body{max-width:100vw;overflow-x:hidden;margin:0;padding:0}html.lock,body.lock{overflow:hidden}body{line-height:1}*{box-sizing:border-box}html{font-size:62.5%;font-family:var(--font);background:var(--color__white)}a{transition:var(--transition)}h1,h2,h3,h4,h5,h6{font-weight:400}.cart-btn{position:relative}.cart-btn.active::after{content:"";display:block;position:absolute;top:0;right:0;width:0.8rem;height:0.8rem;border-radius:50%;background:#FF4C4C}.header{background-color:rgba(255, 255, 255, 0.2);backdrop-filter:blur(0.5rem);padding:1.5rem;position:fixed;left:0;top:0;width:100%;z-index:4;transition:var(--transition)}.header--top_info-line{top:3.6rem}.header__container{margin-inline:auto;display:flex;align-items:center;justify-content:center;grid-gap:4vw;width:92vw}.header__side_pos--left,.header__side_pos--right{flex-grow:1;flex-basis:40%}.header__side_pos--left ul,.header__side_pos--right ul{display:flex;grid-gap:4.17vw}.header__side_pos--left ul li.current-menu-item a,.header__side_pos--right ul li.current-menu-item a{border-bottom-color:var(--color__black)}.header__side_pos--left ul a,.header__side_pos--right ul a{color:var(--color__black);font-size:1.4rem;line-height:120%;letter-spacing:0.026rem;text-transform:uppercase;border-bottom:0.1rem solid transparent;white-space:nowrap}.header__side_pos--left ul a:hover,.header__side_pos--right ul a:hover{border-bottom-color:var(--color__black)}.header__side_pos--left{display:flex;justify-content:flex-end}.header__side_pos--right{display:flex;justify-content:space-between;align-items:center}.header__logo-block{width:7.5rem;height:7.5rem;display:block;position:relative;transition:0.3s transform ease-in-out}.header__logo{width:100%;height:100%;object-fit:contain}.header .lang-cart-block{display:flex;align-items:center;position:relative}.header .lang-cart-block.cart .custom-field__arrow{right:4.5rem}.header .lang-cart-block .custom-field__arrow{position:absolute;right:2rem;top:50%;transform:translateY(-50%);width:1.2rem;height:0.6rem;stroke:var(--color__black);transition:var(--transition)}.header .lang-cart-block .custom-field__arrow svg{width:100%;height:100%;transition:var(--transition)}.header .pll-switcher-select{cursor:pointer;appearance:none;border:1px solid #000;background:transparent;width:100%;max-width:150px;outline:none;font-size:1.6rem;font-weight:400;line-height:2.4rem;padding:1rem 4rem 1rem 2rem}.header__cart{width:2.7rem;height:2.7rem;padding:0;margin-left:10px}.header__cart svg{width:100%;height:100%;stroke:#020202}.header.menu-open{background-color:var(--color__white)}.header.hide{transform:translateY(-12rem)}.header.hide .header__logo-block{padding:0.5rem;transform:translate(0, 10.5rem);border-radius:0 0 50% 50%;background-color:rgba(255, 255, 255, 0.2);backdrop-filter:blur(0.5rem);transition:0.3s all ease-in-out 0.3s}@media screen and (max-width:1199px){.header__side_pos--left ul,.header__side_pos--right ul{grid-gap:2.5vw}.header__container{grid-gap:2.5vw}}@media screen and (max-width:959px){.header__side_pos--left ul,.header__side_pos--right ul{display:none}.header__side_pos--left{justify-content:flex-start}}@media screen and (max-width:639px){.header__logo-block{width:6.4rem;height:6.4rem}.header--top_info-line{top:9.2vw}}.info-line{text-align:center;background-color:var(--color__black);transition:var(--transition);color:var(--color__white);padding:1rem;font-size:1.6rem;width:100%}.info-line p{margin:0}.info-line--style_white{background-color:var(--color__white);color:var(--color__black)}.info-line--style_black{background-color:var(--color__black);color:var(--color__white)}.info-line--type_scroll{position:fixed;top:0;left:0;z-index:4}.info-line--type_scroll.hide{transform:translateY(-12rem)}@media screen and (max-width:639px){.info-line{font-size:4vw;padding:2.5vw}}.breadcrumbs__inner{display:flex;align-items:center;grid-gap:2.17vw}.breadcrumbs__item{font-size:1.04vw;line-height:140%;transition:var(--transition);position:relative}.breadcrumbs__item--link{color:var(--color__gray)}.breadcrumbs__item--link::after{content:"";display:block;position:absolute;top:50%;transform:translateY(-50%);left:calc(100% + .7rem);width:1.2vw;height:0.1rem;background:var(--color__gray)}.breadcrumbs__item--link a{color:inherit}.breadcrumbs__item--link:hover{color:var(--color__black)}.breadcrumbs__item--text{color:var(--color__black)}.breadcrumbs--type_product{display:flex;justify-content:flex-end;padding-left:7.24vw}.breadcrumbs--type_product .breadcrumbs__inner{flex-basis:50%}@media screen and (max-width:1439px){.breadcrumbs__inner{grid-gap:2.5vw}.breadcrumbs__item{font-size:1.4vw}.breadcrumbs__item::after{width:1.4vw}}@media screen and (max-width:959px){.breadcrumbs__inner{grid-gap:3.75vw}.breadcrumbs__item{font-size:2.5vw}.breadcrumbs__item::after{width:2vw}}@media screen and (max-width:639px){.breadcrumbs__inner{grid-gap:5.7vw}.breadcrumbs__item{font-size:4vw}.breadcrumbs__item::after{font-size:3.2vw}}.footer{padding:4rem 0}.footer__container{display:flex;justify-content:space-between}.footer__logo-block{width:12rem;height:12rem}.footer__logo{width:100%;height:100%;object-fit:contain}.footer__social-block{display:flex;grid-gap:4rem;flex-direction:row}.footer__social-item{width:4rem;height:4rem;transition:var(--transition)}.footer__social-item svg{width:100%;height:100%}.footer__social-item:hover{opacity:0.5}.footer__menus-wr{display:flex;grid-gap:15vw}.footer__menu-item-title{color:#BDBDBD;font-size:1.8rem;font-weight:600}.footer__menu-item-btn{display:none;width:0;height:0;pointer-events:none}.footer__menu-item ul{margin-top:2.4rem;display:flex;flex-direction:column;grid-gap:1.2rem}.footer__menu-item a{color:#131212;font-size:1.6rem;font-weight:400;line-height:120%;border-bottom:0.1rem solid transparent}.footer__menu-item a:hover{border-bottom-color:#131212}@media screen and (max-width:959px){.footer{border-top:0.1rem solid var(--color__gray)}.footer__social-block{flex-direction:column;grid-gap:2rem}.footer__menus-wr{grid-gap:7.5vw}}@media screen and (max-width:639px){.footer__container{flex-direction:column;align-items:center}.footer__logo-block{width:20vw;height:20vw;margin-bottom:10vw}.footer__social-block{flex-direction:row;grid-gap:6.25vw}.footer__social-item{width:8.75vw;height:8.75vw}.footer__menus-wr{grid-gap:2.5vw;margin-top:5vw;width:100%;justify-content:center;flex-direction:column;border-top:0.1rem solid #E8E8E8;border-bottom:0.1rem solid #E8E8E8;padding:5vw}.footer__menu-item-title{font-size:4.3vw}.footer__menu-title-block{display:flex;flex-direction:row;align-items:center;min-width:32vw;gap:4.44vw}.footer__menu-item-btn{display:flex;justify-content:center;width:3.125vw;height:1.56vw;pointer-events:all}.footer__menu-item-btn svg{stroke:#BDBDBD;width:100%;height:100%;transition:var(--transition)}.footer__menu-item .menu{transition:0.5s 0.1s height, 0.5s padding}.footer__menu-item.active svg{transform:rotate(180deg)}.footer__menu-item:not(.active) ul{margin-bottom:0}.footer__menu-item:not(.active) li{visibility:hidden;height:0;margin:0;padding-top:0;padding-bottom:0;transition:0.5s 0.1s height, 0.5s 0.1s padding, 0.6s visibility}.footer__menu-item ul{margin-bottom:2.5vw;margin-top:0;display:block;transition:0.5s margin}.footer__menu-item li{overflow:hidden;height:calc(4.5vw + 3.125vw);padding-top:3.125vw;transition:0.5s height cubic-bezier(0.73, 0.32, 0.34, 1.5), 0.5s padding cubic-bezier(0.73, 0.32, 0.34, 1.5)}.footer__menu-item a{font-size:3.75vw;white-space:nowrap}}.copyright{padding-bottom:1.2rem}.copyright__container{display:flex;justify-content:space-between}.copyright__pay-systems-block{height:2rem}.copyright__pay-systems-img{height:100%}.copyright__copy-text{color:#BDBDBD;font-size:1.2rem}.copyright__menu ul{display:flex;grid-gap:12vw}.copyright__menu a{color:#BDBDBD;font-size:1.2rem}.copyright__menu a:hover{color:#131212}@media screen and (max-width:639px){.copyright{padding-bottom:1.875vw}.copyright__container{flex-wrap:wrap;row-gap:6.25vw}.copyright__pay-systems-block{height:6.25vw}.copyright__copy-text{order:3;font-size:3.75vw}.copyright__menu{grid-gap:13.75vw}.copyright__menu a{font-size:3.75vw}}.modal{position:fixed;left:0;top:0;width:100%;height:100%;z-index:5;background:rgba(64, 64, 64, 0.5);transition:0.3s ease-in-out 0.3s;opacity:0;visibility:hidden}.modal__inner{position:absolute;background:var(--color__white);transition:0.3s ease-in-out}.modal__heading{position:relative}.modal__close{position:absolute;transition:var(--transition);z-index:1}.modal__close svg{transition:var(--transition);width:100%;height:100%}.modal.active{opacity:1;visibility:visible;transition:0.3s ease-in-out}.modal--position_right .modal__inner{right:0;top:0;height:100%;transform:translateX(100%)}.modal--position_right .modal__close{left:0;top:50%;transform:translateY(-50%);width:3.3rem;height:1.5rem;display:flex}.modal--position_right .modal__close:hover{left:0.5rem}.modal--position_right.active .modal__inner{transform:translateX(0);transition:0.3s ease-in-out 0.3s}.modal--position_center .modal__inner{left:50%;top:50%;transform:translate(-50%, -50%);opacity:0;visibility:hidden}.modal--position_center .modal__close{width:2.4rem;height:2.4rem;top:3rem;right:3rem}.modal--position_center .modal__close:hover svg{fill:var(--color__gray)}.modal--position_center.active .modal__inner{opacity:1;visibility:visible;transition:0.3s ease-in-out 0.3s}.modal--size_side .modal__inner{width:54.3rem}.modal--size_sole .modal__inner{width:100rem}@media screen and (max-width:1199px){.modal--size_sole .modal__inner{width:90vw}}@media screen and (max-width:639px){.modal--size_side .modal__inner{width:100%}.modal--size_sole .modal__inner{width:100%}.modal--position_center .modal__inner{left:0;top:0;width:100%;height:100%;overflow-y:auto;transform:none}}.empty-cart{display:flex;flex-direction:column;align-items:center;padding-bottom:10.8rem}.empty-cart__info{margin:auto;text-align:center;display:flex;flex-direction:column;align-items:center}.empty-cart__icon{width:10rem;height:10rem;display:flex}.empty-cart__icon svg{width:100%;height:100%;stroke:#000}.empty-cart__empty-text{margin-top:2rem;font-size:2.4rem;font-weight:400;line-height:120%;text-transform:uppercase}.empty-cart__btn-wr{width:100%}.empty-cart__return-to-shop-btn{width:100%;padding:1.55rem 3rem;font-size:1.8rem;font-weight:400;line-height:120%}@media screen and (max-width:639px){.empty-cart{padding-bottom:4rem}.empty-cart__icon{width:4rem;height:4rem}.empty-cart__empty-text{font-size:2rem}}.free-shipping-progress__bar{height:0.8rem;background:rgba(232, 232, 232, 0.4)}.free-shipping-progress__bar-fill{height:100%;background:#1B1A1A}.free-shipping-progress__text{margin-top:1.7rem;font-size:1.6rem;line-height:120%}.cart-content{display:flex;flex-direction:column;padding-bottom:2rem;height:calc(100dvh - 8rem)}.cart-content__items-wr{margin-top:1.6rem;max-height:calc(100% - 15rem);overflow:auto}.cart-content__footer{margin-top:auto;border-top:0.1rem solid #E8E8E8;display:flex;flex-direction:column;position:relative}.cart-content__promo-and-summary{display:flex;flex-direction:column;grid-gap:2.2rem;padding:1.7rem 0 1.9rem}.cart-content__promo-btn{margin-left:auto;text-align:right;font-size:1.8rem}.cart-content__summary{display:flex;justify-content:space-between;font-size:1.8rem;font-weight:600;line-height:120%}.cart-content__btns-wr{display:flex;flex-direction:column;grid-gap:1.2rem}.cart-content__btn-go-checkout,.cart-content__btn-go-shopping{width:100%;font-size:1.8rem;line-height:120%;padding:1.55rem}.cart-content__cupon{position:absolute;left:0;top:0;width:100%;height:100%}.cart-content__promo-info{display:flex;justify-content:space-between;align-items:center;font-size:1.6rem;font-weight:600}.cart-content__applyed-promo span{font-weight:900;text-transform:uppercase}@media screen and (max-width:639px){.cart-content__promo-btn{font-size:1.6rem}}.cart-item{padding:1rem 2rem 1rem 1.2rem}.cart-item__inner{display:flex;grid-gap:2.6rem}.cart-item__img-wr{width:8rem;height:8rem;border:0.1rem solid #E8E8E8}.cart-item__img-wr img{width:100%;height:100%;object-fit:cover}.cart-item__first-row,.cart-item__second-row,.cart-item__third-row{display:flex}.cart-item__first-row,.cart-item__third-row{justify-content:space-between;align-items:center}.cart-item__second-row{justify-content:center}.cart-item__second-row--sole{justify-content:flex-start}.cart-item__info-side{flex-grow:1;display:flex;flex-direction:column;grid-gap:0.1rem;justify-content:space-between}.cart-item__info-side--checkout{justify-content:space-between}.cart-item__title{color:#131212;font-size:1.6rem;font-weight:400;line-height:120%}.cart-item__remove-btn{width:2rem;height:2rem;display:flex;transition:var(--transition)}.cart-item__remove-btn svg{width:100%;height:100%}.cart-item__remove-btn:hover{opacity:0.5}.cart-item__size,.cart-item__quant-count{font-size:1.6rem}.cart-item__quant-count{margin-right:auto}.cart-item__price{font-size:1.8rem;font-weight:600;line-height:120%}.cart-item__relationship{list-style-type:disc;padding-left:1.5rem;font-size:1.2rem}.cart-item__relationship li{list-style-type:disc}.cart-item__relationship li:not(:last-child){margin-bottom:0.6rem}@media screen and (max-width:639px){.cart-item{padding:1rem 0}.cart-item__inner{grid-gap:1.6rem}.cart-item__info-side{grid-gap:0.5rem}.cart-item__title{font-size:1.4rem}.cart-item__img-col{flex-basis:20%;min-width:6rem}.cart-item__img-wr{width:100%;height:100%;min-height:6rem}.cart-item__size{font-size:1.4rem}.cart-item__price{font-size:1.6rem}.cart-item__remove-btn{flex-shrink:0}}.quant-block{border:0.1rem solid var(--color__gray);display:grid;grid-template-columns:2.71vw 7.24vw 2.71vw}.quant-block__btn,.quant-block__field{height:2.81vw}.quant-block__btn{display:flex;align-items:center;justify-content:center;font-size:1.5vw;transition:var(--transition);color:var(--color__black)}.quant-block__btn:hover,.quant-block__btn:disabled{color:var(--color__gray)}.quant-block__field{text-align:center;font-weight:500;font-size:0.94vw;border:none;outline:none}.quant-block__field::-webkit-outer-spin-button,.quant-block__field::-webkit-inner-spin-button{-webkit-appearance:none}.quant-block__field[type=number]{-moz-appearance:textfield}.quant-block.disabled{pointer-events:none;opacity:0.5}.quant-block.disabled .quant-block__btn,.quant-block.disabled .quant-block__field{color:var(--color__gray)}.quant-block--size_s{grid-template-columns:repeat(3, 3.2rem);border:0.1rem solid #DEDEDE}.quant-block--size_s .quant-block__btn,.quant-block--size_s .quant-block__field{height:4rem}.quant-block--size_s .quant-block__btn{font-size:2.2rem}.quant-block--size_s .quant-block__field{font-size:1.6rem;text-align:center}@media screen and (max-width:1199px){.quant-block--size_xl{grid-template-columns:4vw 10vw 4vw}.quant-block--size_xl .quant-block__btn,.quant-block--size_xl .quant-block__field{height:4vw}.quant-block--size_xl .quant-block__field{font-size:1.6vw}.quant-block--size_xl .quant-block__btn{font-size:2vw}}@media screen and (max-width:959px){.quant-block--size_xl{grid-template-columns:7vw 15vw 7vw}.quant-block--size_xl .quant-block__btn,.quant-block--size_xl .quant-block__field{height:6vw}.quant-block--size_xl .quant-block__field{font-size:2.4vw}.quant-block--size_xl .quant-block__btn{font-size:3.2vw}}@media screen and (max-width:639px){.quant-block--size_s .quant-block__btn,.quant-block--size_s .quant-block__field{height:3rem}.quant-block--size_s .quant-block__btn{font-size:1.6rem}.quant-block--size_s .quant-block__field{font-size:1.8rem}.quant-block--size_xl{grid-template-columns:20vw auto 20vw}.quant-block--size_xl .quant-block__btn,.quant-block--size_xl .quant-block__field{height:10vw}.quant-block--size_xl .quant-block__btn{font-size:5vw}.quant-block--size_xl .quant-block__field{font-size:4vw}}.cart-items__title{font-size:2.4rem;font-weight:600;line-height:120%;letter-spacing:0.04rem}.cart-items__items-wr{margin-top:0.9rem;border-top:0.1rem solid #E8E8E8}.cart-items__item{border-bottom:0.1rem solid #E8E8E8}.cart-cupon{background:var(--color__white);display:flex;flex-direction:column;justify-content:flex-end;grid-gap:2.4rem;opacity:0;visibility:hidden;transition:var(--transition)}.cart-cupon__apply-cupon-btn{width:100%;font-size:1.8rem;line-height:120%;padding:1.55rem}.cart-cupon.active{opacity:1;visibility:visible}.cart-cupon__field-wr{position:relative}.cart-cupon__close{width:2rem;height:2rem;position:absolute;top:50%;transform:translateY(-50%);right:1.2rem}.cart-cupon__close:hover{opacity:0.5}.cart-cupon__close svg{width:100%;height:100%}.modal-cart__inner{padding:2rem 1.2rem;display:flex;flex-direction:column}.modal-cart__heading{display:flex;justify-content:center;margin-bottom:3.2rem}.modal-cart__heading+.modal-cart__empty-block{border-top:0.1rem solid #E8E8E8}.modal-cart__cart-icon{width:3.2rem;height:3.2rem;display:flex}.modal-cart__cart-icon svg{width:100%;height:100%;stroke:#020202}.modal-cart__content-wr,.modal-cart__empty-block{height:100%}.modal-cart__free-shipping-progress{width:100%}.modal-cart__content-loading{display:flex;align-items:center;justify-content:center;height:100%;opacity:0.5}.modal-cart__content-loading svg{width:3rem;height:3rem;animation:rotate-animation 1s infinite linear}.modal-cart .cart-content__summary--promo-size,.modal-cart .cart-content__summary--promo-final-price,.modal-cart .cart-content__promo-info{display:none}.modal-cart.promo .cart-content__promo-btn{display:none}.modal-cart.promo .cart-content__summary--promo-size,.modal-cart.promo .cart-content__summary--promo-final-price,.modal-cart.promo .cart-content__promo-info{display:flex}.modal-cart.promo .cart-content__summary{font-size:1.6rem;opacity:0.5}.modal-cart.promo .cart-content__summary--promo-final-price{font-size:1.8rem;opacity:1}@keyframes rotate-animation{0%{transform:rotate(0deg)}50%{transform:rotate(180deg)}100%{transform:rotate(360deg)}}.custom-check{display:flex;grid-gap:0.8rem;align-items:center;flex-wrap:wrap}.custom-check__field{margin:0;width:1.6rem;height:1.6rem;border-radius:0}.custom-check__label{font-size:0.94vw}.custom-check__label a{color:var(--color__black);text-decoration:underline}.custom-check__label a:hover{text-decoration:none}.custom-check__error{flex-basis:100%;margin-top:0.4rem;color:var(--color__error);font-size:1.4rem;display:none}.custom-check.error .custom-check__error{display:block}@media screen and (max-width:1439px){.custom-check__label{font-size:1.2vw}}@media screen and (max-width:959px){.custom-check__label{font-size:2vw}}@media screen and (max-width:639px){.custom-check__label{font-size:4vw}.custom-check__error{font-size:1.2rem}}.checkout-summary{background:#FAFAFA;padding:3.33vw 3.33vw 6.15vw;font-size:1.25vw}.checkout-summary__title-line{display:flex;justify-content:space-between;align-items:center;padding-bottom:1.25vw;border-bottom:0.1rem solid #BDBDBD}.checkout-summary__title-line:not(:first-child){margin-top:2.5vw}.checkout-summary__title-line--pement-method.disable{display:none}.checkout-summary__pay-btn{margin-top:4.48vw;margin-inline:auto;width:100%;max-width:38.4rem;font-size:1.8rem;padding:1.5rem}.checkout-summary__payment-methods-wr{margin-block-start:1vw;display:grid;grid-template-columns:repeat(2, 1fr);grid-gap:1vw}.checkout-summary__payment-methods-wr.disable{display:none}.checkout-summary__payment-method{font-size:0.96vw;padding-block:0.5vw}@media screen and (max-width:1439px){.checkout-summary{font-size:1.6vw}.checkout-summary__payment-method{font-size:1.11vw}}@media screen and (max-width:959px){.checkout-summary{padding:2rem;font-size:2.6vw}.checkout-summary__title-line{padding-bottom:2.5vw}.checkout-summary__title-line:not(:first-child){margin-top:4.5vw}.checkout-summary__payment-methods-wr{margin-block-start:1.5vw;grid-gap:1.5vw}.checkout-summary__payment-method{font-size:2vw;padding-block:0.83vw}}@media screen and (max-width:639px){.checkout-summary{padding:0;background:transparent;font-size:4.6vw}.checkout-summary__title-line{padding-bottom:3.5vw}.checkout-summary__title-line:not(:first-child){margin-top:10vw}.checkout-summary__payment-methods-wr{margin-block-start:3vw;grid-gap:3vw}.checkout-summary__payment-method{font-size:3.3vw;padding-block:1.25vw}}.container{margin-inline:auto;width:calc(100% - 2.4rem)}.container--def{margin-inline:auto;width:89.06vw}.btn{outline:none;cursor:pointer;transition:var(--transition)}.btn-reset{outline:none;border:none;background:transparent;padding:0}.btn--type__def-link,.order-details__table a,.btn--type__def-link-white{display:inline-block;position:relative}.btn--type__def-link:after,.order-details__table a:after,.btn--type__def-link-white:after{content:"";position:absolute;left:-0.3vw;bottom:-0.3vw;height:0.1rem;width:calc(100% + .6vw);transition:var(--transition)}.btn--type__def-link:hover::after,.order-details__table a:hover::after,.btn--type__def-link-white:hover::after{opacity:0;bottom:-0.6vw}.btn--type__def-link,.order-details__table a{color:var(--color__black)}.btn--type__def-link::after,.order-details__table a::after{background:var(--color__black)}.btn--type__def-link-white{color:var(--color__white)}.btn--type__def-link-white::after{background:var(--color__white)}.btn--type__button-full,.btn--type__button-transparent{text-align:center;display:flex;align-items:center;justify-content:center}.btn--type__button-full{border:0.1rem solid var(--color__black);color:var(--color__white);background:var(--color__black)}.btn--type__button-full:hover{background:transparent;color:var(--color__black)}.btn--type__button-border{border:0.1rem solid var(--color__black);color:var(--color__black);background:var(--color__white)}.btn--type__button-border:hover{background:var(--color__black);color:var(--color__white)}.btn--type__button-border_gray{border:0.1rem solid var(--color__gray);color:var(--color__gray);background-color:var(--color__white)}.btn--type__button-border_gray:hover{color:var(--color__black);border-color:var(--color__black)}.btn--type__button-border_gray.active{color:var(--color__black);border-color:var(--color__black)}.product-price{display:flex;align-items:center}.product-price__full-price{color:var(--color__gray);position:relative}.product-price__full-price::after{content:"";display:block;position:absolute;left:-0.2rem;top:50%;transform:translateY(-50%);width:calc(100% + .4rem);background:var(--color__gray)}.product-price--size_sm{grid-gap:0.78vw}.product-price--size_sm .product-price__full-price{font-size:0.83vw;line-height:100%}.product-price--size_sm .product-price__full-price::after{height:0.1rem}.product-price--size_sm .product-price__current-price{font-size:0.94vw;line-height:120%}.product-price--size_xl{grid-gap:1.25vw;font-size:2.08vw;font-weight:600;line-height:120%;letter-spacing:0.04rem}.product-price--size_xl .product-price__full-price::after{height:0.2rem}@media screen and (max-width:1439px){.product-price--size_sm{grid-gap:0.9vw}.product-price--size_sm .product-price__full-price{font-size:1.2vw}.product-price--size_sm .product-price__current-price{font-size:1.3vw}}@media screen and (max-width:1199px){.product-price--size_sm{grid-gap:1vw}.product-price--size_sm .product-price__full-price{font-size:1.6vw}.product-price--size_sm .product-price__current-price{font-size:1.7vw}}@media screen and (max-width:959px){.product-price--size_sm .product-price__full-price{font-size:2.3vw}.product-price--size_sm .product-price__current-price{font-size:2.4vw}.product-price--size_xl{font-size:3vw}}@media screen and (max-width:639px){.product-price--size_sm{grid-gap:2vw}.product-price--size_sm .product-price__full-price{font-size:4vw}.product-price--size_sm .product-price__current-price{font-size:4.2vw}.product-price--size_xl{font-size:6vw}}.variation-item{border-radius:50%;position:relative}.variation-item::after{content:"";display:block;position:absolute;left:50%;top:50%;transform:translate(-50%, -50%);border-radius:50%;transition:var(--transition);box-sizing:border-box}.variation-item__img{width:100%;height:100%;object-fit:cover;border-radius:50%}.variation-item.disabled{opacity:0.35}.variation-item--type_single-product{width:4.2rem;height:4.2rem}.variation-item--type_single-product::after{width:calc(100% + .4rem);height:calc(100% + .4rem);border:0.1rem solid var(--color__gray)}.variation-item--type_single-product:hover::after{border-color:var(--color__black)}.variation-item--type_single-product.active::after{border:0.2rem solid var(--color__black)}.variation-item--type_products{width:2.8rem;height:2.8rem}.variation-item--type_products::after{width:calc(100% + .3rem);height:calc(100% + .3rem);border:0.2rem solid var(--color__gray)}.variation-item--type_products.active::after{border-color:var(--color__black)}@media screen and (max-width:1439px){.variation-item--type_single-product{width:3rem;height:3rem}}@media screen and (max-width:639px){.variation-item--type_products{width:1.8rem;height:1.8rem}.variation-item--type_products::after{border:0.1rem solid var(--color__gray)}}.variations__title{font-size:1.25vw;line-height:120%;text-transform:capitalize}.variations__items{margin-top:1.04vw;display:flex;flex-wrap:wrap}.variations__item:last-child{margin-left:auto}.variations--type_single-product .variations__items{grid-gap:1.6rem}.variations--type_products{width:6.5rem}.variations--type_products .variations__items{margin-top:0;grid-gap:0.7rem;justify-content:space-between}@media screen and (max-width:1199px){.variations__item:last-child{margin-left:0}.variations--type_products .variations__items{justify-content:center}}@media screen and (max-width:1439px){.variations__title{font-size:1.6vw}.variations__items{margin-top:1.6vw}.variations--type_single-product .variations__items{grid-gap:1.2rem}}@media screen and (max-width:1199px){.variations__title{font-size:2vw}}@media screen and (max-width:959px){.variations__title{font-size:2.6vw}.variations__items{margin-top:2vw}}@media screen and (max-width:639px){.variations__title{font-size:5vw}.variations__items{margin-top:4vw}.variations--type_single-product .variations__items{grid-gap:0.9rem}}.product-item{border:0.1rem solid #E8E8E8;padding:1.98vw 3.96vw;transition:var(--transition)}.product-item__inner{position:relative;display:flex;align-items:center;flex-wrap:wrap;grid-gap:2.27vw 0;height:100%;justify-content:space-between}.product-item__sale-mark{position:absolute;left:-2vw;top:3vw;z-index:2}.product-item__title{font-size:0.9vw;line-height:120%;color:var(--color__black);font-weight:500}.product-item__colors-wr{position:absolute;top:0;right:0}.product-item__imgs-wr{width:100%;position:relative}.product-item__imgs-wr::after{position:relative;content:"";position:relative;width:100%;padding-top:100%;display:block}.product-item__imgs-wr picture{position:absolute;left:0;top:0;width:100%;height:100%}.product-item__imgs-wr picture img,.product-item__imgs-wr picture source{position:absolute;left:50%;top:50%;transform:translate(-50%, -50%);width:100%;height:100%;object-fit:contain;transition:var(--transition)}.product-item__second-img,.product-item__color-img{opacity:0;visibility:hidden}.product-item__color-img.active{opacity:1;visibility:visible}.product-item__link{font-weight:500;font-size:0.94vw}.product-item:hover{border-color:var(--color__black)}.product-item:hover .product-item__general-img{opacity:0;visibility:hidden}.product-item:hover .product-item__second-img{opacity:1;visibility:visible}@media screen and (max-width:1439px){.product-item{padding:2vw 3.1vw}.product-item__title{font-size:1.3vw}.product-item__sale-mark{left:-1.5vw;top:4.5vw}.product-item__link{font-size:1.3vw}}@media screen and (max-width:1199px){.product-item{padding:2vw}.product-item__inner{grid-gap:1.5vw 0}.product-item__colors-wr{position:relative;width:100%}.product-item__title{font-size:1.6vw}.product-item__sale-mark{top:1.5vw;left:auto;right:-0.5vw}.product-item__price,.product-item__link{margin-top:1vw;align-self:flex-end}.product-item__link{font-size:1.7vw}.product-item:hover .product-item__second-img,.product-item:hover .product-item__color-img{display:none}.product-item:hover .product-item__general-img{opacity:1;visibility:visible}.product-item:hover .product-item__second-img{display:none}}@media screen and (max-width:959px){.product-item__title{font-size:2.4vw}.product-item__link{font-size:2.4vw}}@media screen and (max-width:639px){.product-item{padding:4vw 2vw}.product-item__title{margin-inline:auto;font-size:4.2vw}.product-item__sale-mark{top:5.5vw}.product-item__price{width:100%;justify-content:center}.product-item__price,.product-item__link{margin-top:3vw}.product-item__link{margin-inline:auto;font-size:4.2vw}}.builder-cat{position:relative;overflow:hidden}.builder-cat::before{content:"";position:relative;display:block;width:100%;padding-top:120%}.builder-cat__bg,.builder-cat__content{position:absolute;left:0;top:0;width:100%;height:100%}.builder-cat__bg{transition:var(--transition)}.builder-cat__bg::after{content:"";display:block;position:absolute;left:0;top:0;width:100%;height:100%;background:rgba(0, 0, 0, 0.2);transition:var(--transition)}.builder-cat__bg-img{width:100%;height:100%;object-fit:cover}.builder-cat__content{display:flex;flex-direction:column;align-items:center;justify-content:center;grid-gap:1.04vw}.builder-cat__title{font-size:3.75vw;font-weight:700;line-height:120%;color:var(--color__white);transition:var(--transition)}.builder-cat__link{font-size:1.25vw;font-weight:600;line-height:120%}.builder-cat:hover .builder-cat__bg{transform:scale(1.1)}.builder-cat:hover .builder-cat__bg::after{opacity:0}.builder-cat:hover .builder-cat__title{opacity:0.5}.builder-cat:hover .builder-cat__link{margin-top:-2.3vw}.builder-cat:hover .builder-cat__link::after{opacity:0;bottom:-0.6vw}@media screen and (max-width:1439px){.builder-cat__content{grid-gap:1.5vw}.builder-cat__title{font-size:4.5vw}.builder-cat__link{font-size:1.6vw}}@media screen and (max-width:959px){.builder-cat::before{padding-top:150%}.builder-cat__title{font-size:5.5vw}.builder-cat__link{font-size:2vw}}@media screen and (max-width:639px){.builder-cat::before{padding-top:190%}.builder-cat__content{grid-gap:4vw}.builder-cat__title{font-size:9vw;font-weight:400}.builder-cat__link{font-size:3.7vw}.builder-cat:hover .builder-cat__bg{transform:scale(1)}.builder-cat:hover .builder-cat__bg::after{opacity:1}.builder-cat:hover .builder-cat__title{opacity:1}.builder-cat:hover .builder-cat__link{margin-top:0}.builder-cat:hover .builder-cat__link::after{opacity:1;bottom:-0.3vw}}.mark{width:4.64vw;height:4.64vw;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:0.83vw;font-weight:700;line-height:120%;letter-spacing:0.026rem;text-transform:uppercase}.mark--discount{display:flex;flex-direction:column}.mark--theme_black{background:var(--color__black);color:var(--color__white)}.mark--theme_yellow{background:var(--color__yellow);color:var(--color__black)}@media screen and (max-width:1439px){.mark{width:5vw;height:5vw;font-size:1vw}}@media screen and (max-width:1199px){.mark{width:6.5vw;height:6.5vw;font-size:1.4vw}}@media screen and (max-width:959px){.mark{width:10vw;height:10vw;font-size:1.6vw}}@media screen and (max-width:639px){.mark{width:14vw;height:14vw;font-size:2.4vw}}.spoiler-item{border-bottom:0.1rem solid var(--color__gray)}.spoiler-item__heading{display:flex;align-items:center;justify-content:space-between;padding:1.41vw 1.56vw 1.41vw 0;cursor:pointer}.spoiler-item__heading:hover .spoiler-item__plus::after{transform:translate(-50%, -50%) rotate(0)}.spoiler-item__title{font-size:0.94vw;font-weight:600;line-height:120%;text-transform:uppercase}.spoiler-item__plus{position:relative;width:1.7rem;height:1.7rem}.spoiler-item__plus::before,.spoiler-item__plus::after{content:"";display:block;position:absolute;width:100%;height:0.1rem;background:var(--color__black);transition:var(--transition)}.spoiler-item__plus::before{top:50%;left:0;transform:translateY(-50%)}.spoiler-item__plus::after{top:50%;left:50%;transform:translate(-50%, -50%) rotate(90deg)}.spoiler-item__text{transition:0.5s ease-in-out;max-height:0;opacity:0;visibility:hidden}.spoiler-item__text-inner{font-size:1.2vw;padding-bottom:2vw;line-height:140%}.spoiler-item__text-inner p:first-child{margin:0}.spoiler-item__text-inner p:not(:first-child){margin:1.5rem 0 0}.spoiler-item__text-inner a{color:var(--color__gray);text-decoration:underline;transition:var(--tranasition)}.spoiler-item__text-inner a:hover{color:var(--color__black)}.spoiler-item.active .spoiler-item__plus::after{transform:translate(-50%, -50%) rotate(0)}.spoiler-item.active .spoiler-item__text{max-height:200rem;opacity:1;visibility:visible}.spoiler-item.active .size-table__rows-wr,.spoiler-item.active .size-table__row{max-height:100%;opacity:1;visibility:visible}.spoiler-item--type_image-content .spoiler-item__text-inner{display:flex;align-items:center;grid-gap:7.5vw}.spoiler-item--type_image-content .spoiler-item__content-img-wr{width:12.5vw}.spoiler-item--type_image-content .spoiler-item__content-img{width:100%}.spoiler-item--type_image-content .spoiler-item__content-wr{width:58.91vw;font-size:1.25vw;line-height:120%}.spoiler-item--type_size-guide .size-table__row{max-height:0}.spoiler-item--type_size-guide .size-table__row{max-height:0}.spoiler-item--type_size-guide .spoiler-item__content-wr{font-size:1.25vw;line-height:120%}.spoiler-item--type_size-guide .spoiler-item__sole-img-wr{margin-top:1.46vw;margin-inline:auto;width:15.63vw}.spoiler-item--type_size-guide .spoiler-item__size-table{margin-top:1.46vw}.spoiler-item--type_content .spoiler-item__content-wr{font-size:1.25vw;line-height:120%}.spoiler-item--type_list-with-icons .spoiler-item__list-wr{padding-top:2.5vw;max-width:119rem}.spoiler-item--type_list-with-icons .spoiler-item__list{column-count:2;grid-gap:8.13vw;font-size:1.25vw;line-height:120%}.spoiler-item--type_list-with-icons .spoiler-item__list .list-with-icon__item{margin-bottom:1.25vw}@media screen and (max-width:1439px){.spoiler-item__title{font-size:1.4vw}.spoiler-item__text-inner{font-size:1.4vw}.spoiler-item--type_image-content .spoiler-item__text-inner{grid-gap:4vw}.spoiler-item--type_image-content .spoiler-item__content-img-wr{width:17vw;min-width:17vw}.spoiler-item--type_image-content .spoiler-item__content-wr{width:auto;font-size:1.4vw}.spoiler-item--type_size-guide .spoiler-item__content-wr{font-size:1.4vw}.spoiler-item--type_size-guide .spoiler-item__sole-img-wr{margin-top:2vw;width:18vw}.spoiler-item--type_content .spoiler-item__content-wr{font-size:1.4vw}.spoiler-item--type_list-with-icons .spoiler-item__list-wr{padding-top:3vw;max-width:100%}.spoiler-item--type_list-with-icons .spoiler-item__list{font-size:1.4vw}.spoiler-item--type_list-with-icons .spoiler-item__list .list-with-icon__item{margin-bottom:1.5vw;grid-gap:0.8vw}}@media screen and (max-width:1199px){.spoiler-item__heading:hover .spoiler-item__plus::after{transform:translate(-50%, -50%) rotate(90deg)}.spoiler-item__title{font-size:1.8vw}.spoiler-item__text-inner{font-size:1.6vw}.spoiler-item.active .spoiler-item__heading .spoiler-item__plus::after{transform:translate(-50%, -50%) rotate(90deg)}.spoiler-item--type_image-content .spoiler-item__content-img-wr{width:22vw;min-width:22vw}.spoiler-item--type_image-content .spoiler-item__content-wr{font-size:1.8vw}.spoiler-item--type_size-guide .spoiler-item__content-wr{font-size:1.8vw}.spoiler-item--type_size-guide .spoiler-item__sole-img-wr{width:22vw}.spoiler-item--type_content .spoiler-item__content-wr{font-size:1.8vw}.spoiler-item--type_list-with-icons .spoiler-item__list{font-size:1.8vw}.spoiler-item--type_list-with-icons .spoiler-item__list .list-with-icon__item{margin-bottom:1.5vw;grid-gap:1.2vw}}@media screen and (max-width:959px){.spoiler-item__text-inner{padding-bottom:5vw;font-size:2.4vw}.spoiler-item__heading{padding:2vw 2vw 2vw 0}.spoiler-item__title{font-size:2.4vw}.spoiler-item--type_image-content .spoiler-item__text-inner{flex-direction:column}.spoiler-item--type_image-content .spoiler-item__content-img-wr{width:35vw}.spoiler-item--type_image-content .spoiler-item__content-wr{font-size:2.6vw}.spoiler-item--type_size-guide .spoiler-item__text-inner{display:grid;grid-template-columns:auto auto}.spoiler-item--type_size-guide .spoiler-item__content-wr{font-size:2.6vw;grid-column:1/2;grid-row:1/2;width:40vw;text-align:center;align-self:flex-end}.spoiler-item--type_size-guide .spoiler-item__sole-img-wr{margin-inline:unset;width:22vw;grid-column:1/2;grid-row:2/3;width:40vw;align-self:flex-start}.spoiler-item--type_size-guide .spoiler-item__size-table{grid-column:2/3;grid-row:1/3}.spoiler-item--type_content .spoiler-item__content-wr{font-size:2.6vw}.spoiler-item--type_list-with-icons .spoiler-item__list{font-size:2.6vw;column-count:1}.spoiler-item--type_list-with-icons .spoiler-item__list .list-with-icon__item{margin-bottom:2.5vw;grid-gap:2vw}}@media screen and (max-width:639px){.spoiler-item__text-inner{padding-bottom:8vw;font-size:4vw}.spoiler-item__heading{padding:3vw 3vw 3vw 0}.spoiler-item__title{font-size:4vw;line-height:160%}.spoiler-item--type_image-content .spoiler-item__text-inner{grid-gap:8vw}.spoiler-item--type_image-content .spoiler-item__content-img-wr{width:55vw}.spoiler-item--type_image-content .spoiler-item__content-wr{font-size:4.4vw}.spoiler-item--type_size-guide .spoiler-item__text-inner{display:block}.spoiler-item--type_size-guide .spoiler-item__content-wr{font-size:4.4vw;width:100%;padding-top:8vw;text-align:left}.spoiler-item--type_size-guide .spoiler-item__sole-img-wr{margin-top:5vw;width:60vw;margin-inline:auto}.spoiler-item--type_size-guide .spoiler-item__size-table{margin-top:5vw}.spoiler-item--type_content .spoiler-item__content-wr{font-size:4.4vw}.spoiler-item--type_list-with-icons .spoiler-item__list{font-size:4.4vw}.spoiler-item--type_list-with-icons .spoiler-item__list .list-with-icon__item{margin-bottom:5vw}}.size-table{display:flex}.size-table__row{display:flex;flex-direction:column;transition:var(--transition)}.size-table__row--heading div{width:9.79vw;height:4.58vw;font-size:0.83vw;background:var(--color__black);color:var(--color__white);border-top:0.1rem solid var(--color__white)}.size-table__rows-wr{display:flex;width:calc(100% - 9.79vw);border-top:0.1rem solid var(--color__black);border-bottom:0.1rem solid var(--color__black);transition:var(--transition)}.size-table__rows-wr div{flex-grow:1}.size-table__rows-wr .size-table__row div{font-size:0.94vw;border-right:0.1rem solid var(--color__black)}.size-table__rows-wr .size-table__row div:first-child{background:#E8E8E8}.size-table__rows-wr .size-table__row div:last-child{border-top:0.1rem solid var(--color__black);background:var(--color__white)}.size-table__item{display:flex;justify-content:center;align-items:center}.size-table--type_modal{flex-direction:column;align-items:center;width:39rem}.size-table--type_modal .size-table__rows-wr{flex-direction:column;width:100%;border-top:none;border-left:0.1rem solid var(--color__black)}.size-table--type_modal .size-table__rows-wr .size-table__row{border-top:0.1rem solid var(--color__black);flex-grow:0}.size-table--type_modal .size-table__rows-wr .size-table__row div{width:19.5rem;padding:1.33rem;font-size:1.8rem;font-weight:500;flex-grow:0}.size-table--type_modal .size-table__rows-wr .size-table__row div:last-child{border-top:none}.size-table--type_modal .size-table__row{flex-direction:row;justify-content:space-between}.size-table--type_modal .size-table__row--heading div{width:19.5rem;padding:1.25rem;font-size:1.6rem;height:auto}.size-table--type_modal .size-table__row--heading div:first-child{border-right:0.1rem solid var(--color__white)}@media screen and (max-width:1439px){.size-table__rows-wr .size-table__row div{font-size:1.2vw}.size-table__row--heading div{font-size:1.2vw}}@media screen and (max-width:1199px){.size-table__rows-wr .size-table__row div{font-size:1.4vw}.size-table__row--heading div{font-size:1.4vw}}@media screen and (max-width:959px){.size-table{flex-direction:column}.size-table__rows-wr{flex-direction:column;width:100%;border-top:none;border-left:0.1rem solid var(--color__black)}.size-table__rows-wr .size-table__row{border-top:0.1rem solid var(--color__black)}.size-table__rows-wr .size-table__row div{width:14vw;font-size:2.4vw;padding:1vw}.size-table__rows-wr .size-table__row div:last-child{border-top:none}.size-table__row{flex-direction:row;justify-content:space-between}.size-table__row--heading div{width:14vw;height:5vw;border-top:none;font-size:2.4vw;flex-grow:1}.size-table__row--heading div:first-child{border-right:0.1rem solid var(--color__white)}}@media screen and (max-width:639px){.size-table__rows-wr .size-table__row div{font-size:4.4vw;padding:2vw}.size-table__row--heading div{font-size:4.4vw;height:9vw}.size-table--type_modal{width:100%}.size-table--type_modal .size-table__rows-wr .size-table__row div{width:50%;padding:1rem;font-size:1.4rem}.size-table--type_modal .size-table__row--heading{width:100%}.size-table--type_modal .size-table__row--heading div{width:50%;padding:1.25rem;font-size:1.6rem}}.list-with-icon__item{display:flex;grid-gap:0.63vw;align-items:center}.list-with-icon__icon-wr{width:1.25vw;min-width:1.25vw;height:1.25vw}.list-with-icon__icon{width:100%;height:100%;object-fit:contain}@media screen and (max-width:1439px){.list-with-icon__icon-wr{width:1.8vw;min-width:1.8vw;height:1.8vw}}@media screen and (max-width:1199px){.list-with-icon__icon-wr{width:2.2vw;min-width:2.2vw;height:2.2vw}}@media screen and (max-width:959px){.list-with-icon__icon-wr{width:3.2vw;min-width:3.2vw;height:3.2vw}}@media screen and (max-width:639px){.list-with-icon__icon-wr{width:6vw;min-width:6vw;height:6vw}}.influencer{text-align:center}.influencer__img-wr{width:100%;position:relative}.influencer__img-wr::before{content:"";position:relative;display:block;width:100%;padding-top:138%}.influencer__img-wr picture{position:absolute;left:0;top:0;width:100%;height:100%}.influencer__img{width:100%;height:100%;object-fit:cover}.influencer__name{font-size:0.83vw;margin-top:1.2rem;font-weight:700;line-height:120%;letter-spacing:0.026rem}.influencer__who{display:inline-block;font-weight:400;line-height:120%;font-size:0.83vw;margin-top:0.83vw}@media screen and (max-width:1439px){.influencer__name{font-size:1.6vw}.influencer__who{font-size:1.1vw;margin-top:0.83vw}}@media screen and (max-width:1199px){.influencer__name{font-size:2vw}.influencer__who{font-size:1.6vw}}@media screen and (max-width:959px){.influencer__name{font-size:2.6vw}.influencer__who{margin-top:1.2vw;font-size:2.2vw}}@media screen and (max-width:639px){.influencer__name{font-size:5.5vw}.influencer__who{margin-top:2vw;font-size:4vw}}.advantage-item{text-align:center}.advantage-item__icon-wr{margin-inline:auto;width:3.13vw}.advantage-item__icon-img{width:100%}.advantage-item__title{margin-top:1.3vw;text-transform:uppercase;font-size:0.83vw;font-weight:600;line-height:100%;white-space:nowrap}.advantage-item__text{margin-top:0.8vw;font-size:0.73vw;line-height:120%}@media screen and (max-width:959px){.advantage-item__icon-wr{width:6.25vw}.advantage-item__title{font-size:1.6rem}.advantage-item__text{font-size:1.4rem;margin-top:0.8rem}}@media screen and (max-width:639px){.advantage-item__icon-wr{width:18.75vw}.advantage-item__title{white-space:wrap}}.custom-input{margin:0;position:absolute;left:0;top:0;width:100%;height:100%;cursor:pointer;z-index:1;opacity:0}.custom-input__wrapper{position:relative;flex-shrink:0;cursor:pointer}.custom-radio{border-radius:50%;width:100%;height:100%}.custom-radio::before{content:"";display:block;position:absolute;left:50%;top:50%;transform:translate(-50%, -50%);transition:120ms transform ease-in-out;transform:scale(0) translate(-50%, -50%);border-radius:50%}.custom-input:checked+.custom-radio::before{transform:scale(1) translate(-50%, -50%)}.custom-checkbox{width:100%;height:100%}.custom-checkbox::before{content:"";display:block;position:absolute;transition:var(--transition);left:0;top:0;width:100%;height:100%;flex-shrink:0;margin:0;cursor:pointer;background-repeat:no-repeat;background-position:center}.custom-field__field-wr{height:5.6rem}.custom-field__field,.cart-page td.product-quantity input{border:1px solid #bdbdbd;background:#fff;color:var(--color__black);width:100%;outline:none;font-size:1.6rem;font-weight:400;line-height:2.4rem;padding:1.5rem 2rem}.custom-field__field::-webkit-input-placeholder,.cart-page td.product-quantity input::-webkit-input-placeholder{color:#a0a0a0}.custom-field__field:-moz-placeholder,.cart-page td.product-quantity input:-moz-placeholder{color:#a0a0a0}.custom-field__field::-moz-placeholder,.cart-page td.product-quantity input::-moz-placeholder{color:#a0a0a0}.custom-field__field:-ms-input-placeholder,.cart-page td.product-quantity input:-ms-input-placeholder{color:#a0a0a0}.custom-field__error{margin-top:0.4rem;color:var(--color__error);font-size:1.4rem;display:none}.custom-field.error .custom-field__field,.custom-field.error .cart-page td.product-quantity input,.cart-page td.product-quantity .custom-field.error input{border-color:var(--color__error);color:var(--color__error)}.custom-field.error .custom-field__field::-webkit-input-placeholder,.custom-field.error .cart-page td.product-quantity input::-webkit-input-placeholder,.cart-page td.product-quantity .custom-field.error input::-webkit-input-placeholder{color:var(--color__error)}.custom-field.error .custom-field__field:-moz-placeholder,.custom-field.error .cart-page td.product-quantity input:-moz-placeholder,.cart-page td.product-quantity .custom-field.error input:-moz-placeholder{color:var(--color__error)}.custom-field.error .custom-field__field::-moz-placeholder,.custom-field.error .cart-page td.product-quantity input::-moz-placeholder,.cart-page td.product-quantity .custom-field.error input::-moz-placeholder{color:var(--color__error)}.custom-field.error .custom-field__field:-ms-input-placeholder,.custom-field.error .cart-page td.product-quantity input:-ms-input-placeholder,.cart-page td.product-quantity .custom-field.error input:-ms-input-placeholder{color:var(--color__error)}.custom-field.error .custom-field__error{display:inline-block}.custom-field--type_live-select .custom-field__field-wr{position:relative}.custom-field--type_live-select .custom-field__label{position:absolute;left:2rem;top:1rem;font-size:1.2rem;font-weight:400;line-height:1.2rem}.custom-field--type_live-select .custom-field__field,.custom-field--type_live-select .cart-page td.product-quantity input,.cart-page td.product-quantity .custom-field--type_live-select input{padding:2rem 2rem 1rem}.custom-field--type_live-select .custom-field__arrow{position:absolute;right:2rem;top:50%;transform:translateY(-50%);width:1.2rem;height:0.6rem;stroke:var(--color__black);transition:var(--transition)}.custom-field--type_live-select .custom-field__arrow svg{width:100%;height:100%;transition:var(--transition)}.custom-field--type_live-select .custom-field__loader{position:absolute;right:2rem;top:50%;transform:translateY(-50%);stroke:var(--color__black);width:1.6rem;height:1.6rem;transition:var(--transition);opacity:0;visibility:hidden}.custom-field--type_live-select .custom-field__loader svg{width:100%;height:100%;transition:var(--transition);animation:rotate-animation 1s infinite linear}.custom-field--type_live-select .custom-field__list-wr{position:absolute;top:calc(100% - 0.1rem);left:0;width:100%;max-height:20rem;background:var(--color__white);z-index:2;overflow:auto;border:1px solid #bdbdbd;opacity:0;visibility:hidden}.custom-field--type_live-select .custom-field__list-wr::-webkit-scrollbar{width:0.41vw}.custom-field--type_live-select .custom-field__list-wr::-webkit-scrollbar-thumb{background-color:var(--color__black)}.custom-field--type_live-select .custom-field__list li{font-size:1.4rem;padding:1rem 2rem;cursor:pointer;transition:var(--transition)}.custom-field--type_live-select .custom-field__list li:hover{padding-left:3rem}.custom-field--type_live-select.loading{pointer-events:none;opacity:0.5}.custom-field--type_live-select.loading .custom-field__loader{opacity:1;visibility:visible}.custom-field--type_live-select.loading .custom-field__arrow{opacity:0;visibility:hidden}.custom-field--type_live-select.active .custom-field__list-wr{opacity:1;visibility:visible}.custom-field--type_live-select.active .custom-field__arrow svg{transform:rotate(180deg)}.custom-field--type_input .custom-field__label{position:absolute;left:2rem;top:1rem;font-size:1.2rem;font-weight:400;line-height:1.2rem}.custom-field--type_input .custom-field__field,.custom-field--type_input .cart-page td.product-quantity input,.cart-page td.product-quantity .custom-field--type_input input{padding:2rem 2rem 1rem}.custom-field--type_input .custom-field__field-wr{position:relative}.custom-field--type_textarea .custom-field__field,.custom-field--type_textarea .cart-page td.product-quantity input,.cart-page td.product-quantity .custom-field--type_textarea input{padding:1.5rem 2rem;resize:none;height:100%;font-family:var(--font__general)}.custom-field--type_textarea .custom-field__field-wr{position:relative;height:auto}.custom-field--status_disable{position:relative}.custom-field--status_disable::after{content:"";display:block;position:absolute;background:var(--color__white);opacity:0.5;left:0;top:0;width:100%;height:100%}@media screen and (max-width:639px){.custom-field__error{font-size:1.2rem}}.mobile-menu{padding:5vw 6.25vw;position:fixed;background-color:var(--color__white);left:0;top:0;width:100%;height:100%;top:9.4rem;opacity:0;visibility:hidden;transform:translateX(-20%);transition:var(--transition);display:none;flex-direction:column;row-gap:2.4rem;z-index:5}.mobile-menu ul{font-size:2.4rem;font-weight:600;line-height:1.2}.mobile-menu ul li:not(:last-child){margin-bottom:2.4rem}.mobile-menu ul a{color:var(--color__black);transition:var(--transition);border-bottom:0.1rem solid transparent}.mobile-menu ul a:hover{border-bottom-color:var(--color__black)}.mobile-menu ul li.current-menu-item a{border-bottom-color:var(--color__black)}.mobile-menu.open{opacity:1;visibility:visible;transform:translateX(0%)}.mobile-menu__btn{position:relative;width:3.2rem;height:3.2rem;display:none}.mobile-menu__btn-line{position:absolute;background-color:var(--color__black);width:90%;height:0.2rem;border-radius:0.4rem;transition:var(--transition);left:0}.mobile-menu__btn-line:first-child{top:35%}.mobile-menu__btn-line:last-child{bottom:40%}.mobile-menu__btn.active .mobile-menu__btn-line:first-child{transform:rotate(45deg);top:50%}.mobile-menu__btn.active .mobile-menu__btn-line:last-child{transform:rotate(-45deg);top:50%}@media screen and (max-width:959px){.mobile-menu{display:flex}.mobile-menu__btn{display:inline-block}}.selected-filter{display:none;align-items:center;grid-gap:0.8vw}.selected-filter__name{font-size:1vw;font-weight:700}.selected-filter__selected-img-wr{width:1.6rem;height:1.6rem;border-radius:50%;overflow:hidden}.selected-filter__selected-img{width:100%;height:100%;object-fit:cover}.selected-filter__selected-values{display:flex;flex-wrap:wrap;align-items:center;grid-gap:0.8vw}.selected-filter__selected-item{display:flex;align-items:center;grid-gap:0.4vw;font-size:0.8vw;padding:0.4vw 0.2vw 0.4vw 0.4vw;border:0.1rem solid transparent;transition:var(--transition);color:var(--color__black)}.selected-filter__selected-close-btn{width:1.6rem;height:1.6rem}.selected-filter__selected-close-btn svg{width:100%;height:100%}.selected-filter.active{display:flex}@media screen and (max-width:1439px){.selected-filter__name{font-size:1.2vw}.selected-filter__selected-item{font-size:1vw;grid-gap:0.6vw}}@media screen and (max-width:1199px){.selected-filter{grid-gap:1vw}.selected-filter__name{font-size:1.6vw}.selected-filter__selected-item{font-size:1.4vw}.selected-filter__selected-item:hover{border-color:transparent}.selected-filter__selected-values{grid-gap:1vw}}@media screen and (max-width:959px){.selected-filter{grid-gap:1.6vw}.selected-filter__selected-values{grid-gap:1.6vw}.selected-filter__name{font-size:2.4vw}.selected-filter__selected-item{font-size:2vw;grid-gap:1vw}}@media screen and (max-width:639px){.selected-filter{grid-gap:2vw}.selected-filter__selected-values{grid-gap:2vw}.selected-filter__name{font-size:3.6vw}.selected-filter__selected-item{font-size:3.4vw}}.filter-list{padding:1.04vw;border:0.1rem solid var(--color__black);border-top:none;background:var(--color__white);z-index:3}.filter-list::after{content:"";display:block;position:absolute;top:-0.1rem;left:0;width:100%;height:0.1rem;background:var(--color__black)}.filter-list__inner{max-height:10.21vw;overflow-y:auto;font-size:0.9vw;display:flex;flex-direction:column;grid-gap:0.9vw;padding-right:0.5vw}.filter-list__inner::-webkit-scrollbar{width:0.2rem}.filter-list__inner::-webkit-scrollbar-track{background:var(--color__white)}.filter-list__inner::-webkit-scrollbar-thumb{background:var(--color__black)}.filter-list__item{display:flex;align-items:center;grid-gap:0.8rem;cursor:pointer}.filter-list__item-name{white-space:nowrap}.filter-list__item:hover .filter-list__item-name{transform:scale(1.05)}.filter-list__item.active{font-weight:900}.filter-list--type_size .filter-list__item:hover .filter-list__item-check::after{opacity:0.5}.filter-list--type_size .filter-list__item.active .filter-list__item-check::after{opacity:1}.filter-list--type_size .filter-list__item-check{position:relative;width:1.4rem;min-width:1.4rem;height:1.4rem;border-radius:50%;border:0.1rem solid var(--color__black)}.filter-list--type_size .filter-list__item-check::after{content:"";display:block;position:absolute;left:50%;top:50%;transform:translate(-50%, -50%);width:0.6rem;height:0.6rem;background:var(--color__black);border-radius:50%;transition:var(--transition);opacity:0}.filter-list--type_colors .filter-list__item:hover .filter-list__item-color::after{opacity:0.5}.filter-list--type_colors .filter-list__item.active .filter-list__item-color::after{opacity:1}.filter-list--type_colors .filter-list__item-color{position:relative;width:2.2rem;min-width:2.2rem;height:2.2rem;border-radius:50%}.filter-list--type_colors .filter-list__item-color::after{content:"";display:block;position:absolute;left:50%;top:50%;transform:translate(-50%, -50%);width:0.6rem;height:0.6rem;background:var(--color__white);border-radius:50%;transition:var(--transition);opacity:0}.filter-list--type_sorting .filter-list__inner{max-height:100%;overflow:visible}.filter-list--type_type .filter-list{width:auto}.filter-list--type_type .filter-list__inner{padding-right:0.5vw}@media screen and (max-width:1439px){.filter-list{padding:1.4vw}.filter-list__inner{font-size:1.1vw;max-height:15vw;grid-gap:1vw}}@media screen and (max-width:1199px){.filter-list{padding:1.4vw 1.8vw}.filter-list__inner{font-size:1.4vw;grid-gap:1.4vw}}@media screen and (max-width:959px){.filter-list{padding:1.8vw 2.4vw}.filter-list__inner{font-size:2.1vw;max-height:22vw;grid-gap:1.8vw}}@media screen and (max-width:639px){.filter-list{padding:2.2vw 2.8vw}.filter-list__inner{font-size:3.8vw;max-height:33vw;grid-gap:2.4vw}}.filter{position:relative}.filter__select-btn{padding:0.78vw 1.04vw;display:flex;align-items:center;grid-gap:0.94vw;font-size:0.9vw;font-weight:500;border:0.1rem solid transparent;transition:var(--transition)}.filter__select-btn svg{width:1.2rem;height:0.6rem;transition:var(--transition);stroke:var(--color__black)}.filter__select-btn:hover{border-color:var(--color__black)}.filter__select-name{color:var(--color__black);font-family:var(--font)}.filter__list{position:absolute;top:100%;left:0;min-width:100%;opacity:0;visibility:hidden}.filter.active .filter__select-btn{border-color:var(--color__black)}.filter.active .filter__select-btn svg{transform:rotate(180deg)}.filter.active .filter__list{opacity:1;visibility:visible}@media screen and (max-width:1439px){.filter__select-btn{font-size:1.2vw;grid-gap:1.2vw;padding:1vw 1.4vw}}@media screen and (max-width:1199px){.filter__select-btn{font-size:1.6vw;grid-gap:1.6vw;padding:1.4vw 1.8vw}}@media screen and (max-width:959px){.filter__select-btn{font-size:2.2vw;grid-gap:2.8vw;padding:1.8vw 2.4vw}}@media screen and (max-width:639px){.filter__select-btn{font-size:4vw;grid-gap:3.6vw;padding:2.2vw 2.8vw}}.filters{padding-bottom:2.6vw}.filters__filters-wr{display:flex;grid-gap:2.14vw}.filters__selected-filters{margin-top:2vw;display:none}.filters__selected-filters.active{display:block}.filters__selected-filters-title{font-size:1.4vw;font-weight:700}.filters__selected-filters-wr{margin-top:0.8vw;display:flex;flex-wrap:wrap;align-items:center;grid-gap:4vw}@media screen and (max-width:1439px){.filters__selected-filters{margin-top:2.2vw}.filters__selected-filters-wr{margin-top:1vw}.filters__selected-filters-title{font-size:1.8vw}}@media screen and (max-width:1199px){.filters{padding-bottom:3vw}.filters__filters-wr{grid-gap:3vw}.filters__selected-filters-title{font-size:2.4vw}.filters__selected-filters-wr{margin-top:1.4vw}}@media screen and (max-width:959px){.filters{padding-bottom:4vw}.filters__filters-wr{grid-gap:4vw}.filters__selected-filters{margin-top:2.8vw}.filters__selected-filters-title{font-size:3vw}.filters__selected-filters-wr{margin-top:2vw}}@media screen and (max-width:639px){.filters{padding-bottom:8vw}.filters__filters-wr{justify-content:space-between}.filters__filters-wr.mobile-wrap{flex-wrap:wrap}.filters__selected-filters{margin-top:5vw}.filters__selected-filters-title{font-size:4.2vw;text-align:center}.filters__selected-filters-wr{margin-top:5vw}}.size-modal__inner{padding:3.4rem 1.9rem 6.8rem;overflow-y:auto}.size-modal__heading{text-align:center}.size-modal__title{font-size:4rem;font-weight:600;line-height:120%;letter-spacing:0.04rem}.size-modal__content-wr{margin-top:2rem}.size-modal__text{font-size:1.8rem;font-weight:400;line-height:120%;text-align:center}.size-modal__text p:first-child{margin:0}.size-modal__text p:not(:first-child){margin-top:1.5rem}.size-modal__img-wr{margin-inline:auto;margin-top:3rem;width:20rem}.size-modal__img{width:100%}.size-modal__size-table{margin-top:4rem;margin-inline:auto}@media screen and (max-width:639px){.size-modal__title{font-size:2.2rem}}.sole-modal__inner{border:0.1rem solid var(--color__black);padding:3.2rem 5.5rem 7.3rem}.sole-modal__heading{margin-bottom:3.6rem}.sole-modal__logo{width:7.5rem;height:7.5rem;margin-inline:auto}.sole-modal__logo picture,.sole-modal__logo img{width:100%;height:100%;object-fit:contain}.sole-modal__img-wr{display:flex;flex-direction:row;justify-content:center;align-items:center;position:relative;gap:7.3rem}.sole-modal__img{height:30rem;width:30rem;position:relative}.sole-modal__img img,.sole-modal__img picture{width:100%;height:100%;object-fit:contain}.sole-modal__text{font-size:2rem;font-weight:400;line-height:140%;margin-bottom:5.2rem}.sole-modal__text p{margin-top:0}.sole-modal__text p:last-child{margin-bottom:0}.sole-modal__text p:not(:last-child){margin-bottom:2rem}.sole-modal__line{position:absolute;top:0;left:8rem;width:47.6rem;height:23.4rem}.sole-modal__line svg{width:100%;height:100%}@media screen and (max-width:959px){.sole-modal__line{width:100%;height:auto;left:0}.sole-modal__text{margin-bottom:2.6rem}.sole-modal__img-wr{gap:0}.sole-modal__img{width:100%;height:auto}}@media screen and (max-width:639px){.sole-modal__inner{padding:3.2rem 2.5rem 7.3rem}}.checkout-form-group{--checkout-group__fields-gap: 1.25vw}.checkout-form-group__title{font-size:1.66vw;font-weight:400;line-height:116%}.checkout-form-group__fields-wr{margin-block-start:var(--checkout-group__fields-gap);display:flex;flex-direction:column;grid-gap:var(--checkout-group__fields-gap)}.checkout-form-group__fields-row{display:grid;grid-template-columns:repeat(2, 1fr);grid-gap:var(--checkout-group__fields-gap)}.checkout-form-group__btn-group{display:grid;grid-template-columns:repeat(2, 1fr);grid-gap:1.32vw;margin-top:var(--checkout-group__fields-gap)}.checkout-form-group__delivery-btn{font-family:var(--font__general);font-weight:400;font-size:0.96vw;padding-block:0.5vw}.checkout-form-group__fields-wr #address,.checkout-form-group__fields-wr #flatDetails{display:none}.checkout-form-group__fields-wr.delivery-address #department{display:none}.checkout-form-group__fields-wr.delivery-address #address{display:block}.checkout-form-group__fields-wr.delivery-address #flatDetails{display:grid}@media screen and (max-width:1439px){.checkout-form-group__title{font-size:1.9vw}.checkout-form-group__delivery-btn{font-size:1.11vw}}@media screen and (max-width:959px){.checkout-form-group{--checkout-group__fields-gap: 2vw}.checkout-form-group__title{font-size:3vw}.checkout-form-group__delivery-btn{font-size:2vw;padding-block:0.83vw}}@media screen and (max-width:639px){.checkout-form-group{--checkout-group__fields-gap: 3vw}.checkout-form-group__title{font-size:5vw}.checkout-form-group__fields-row{grid-template-columns:1fr}.checkout-form-group__btn-group{grid-gap:0}.checkout-form-group__delivery-btn{font-size:3.3vw;padding-block:1.25vw}}.preloader{position:fixed;left:0;top:0;width:100%;height:100%;background:rgba(255, 255, 255, 0.5);z-index:6;transition:var(--transition);opacity:0;visibility:hidden}.preloader__inner{width:100%;height:100%;display:flex;align-items:center;justify-content:center;opacity:0.5}.preloader__inner svg{width:3rem;height:3rem;animation:rotate-animation 1s infinite linear}.preloader.active{opacity:1;visibility:visible}@keyframes rotate-animation{0%{transform:rotate(0deg)}50%{transform:rotate(180deg)}100%{transform:rotate(360deg)}}.gift-card{display:flex;flex-direction:column;grid-gap:4vw}.gift-card__inner{display:flex;flex-direction:column;justify-content:center;align-items:center;position:relative;gap:3.8vw}.gift-card__img-wr{position:absolute;width:100%;height:100%;top:0;left:0}.gift-card__img-wr picture{position:absolute;top:0;bottom:0;left:0;right:0;width:100%;height:100%}.gift-card__img-wr img{width:100%;height:100%;object-fit:cover}.gift-card__logo-wr{width:3.9vw;height:3.9vw;position:relative}.gift-card__logo-wr img{width:100%;height:100%;object-fit:contain}.gift-card__title-wr{background-color:var(--color__black);border-radius:2rem;color:var(--color__white);text-align:center;font-family:var(--font__general);letter-spacing:0.025rem;cursor:pointer;position:relative}.gift-card__site-title{margin-top:0;font-weight:400;line-height:1.16}.gift-card__price{font-weight:500;line-height:1.2;margin-bottom:0}.gift-card__btn{font-size:0.93vw;line-height:1.2;padding-block:0.83vw;width:80%;margin-inline:auto;text-align:center;background-color:transparent}.gift-card--size_S .gift-card__inner{padding:3.4vw 0 5.6vw}.gift-card--size_S .gift-card__title-wr{padding:0.83vw 2.9vw 1.92vw}.gift-card--size_S .gift-card__site-title{font-size:0.7vw;margin-bottom:1.4vw}.gift-card--size_S .gift-card__price{font-size:1.25vw}.gift-card--size_M .gift-card__inner{padding:2vw 0 8.1vw}.gift-card--size_M .gift-card__title-wr{padding:1.56vw 4.8vw 2.8vw;cursor:auto}.gift-card--size_M .gift-card__img-wr img{object-fit:contain}.gift-card--size_M .gift-card__site-title{font-size:1vw;margin-bottom:2.3vw}.gift-card--size_M .gift-card__price{font-size:1.875vw}@media screen and (max-width:1439px){.gift-card{grid-gap:5.4vw}.gift-card__inner{gap:5vw}.gift-card__logo-wr{width:5.2vw;height:5.2vw}.gift-card__btn{font-size:1.25vw;padding-block:1.11vw}.gift-card--size_S .gift-card__inner{padding:4.6vw 0 7.5vw}.gift-card--size_S .gift-card__title-wr{padding:1.11vw 3.9vw 2.6vw}.gift-card--size_S .gift-card__img-wr img{object-fit:contain}.gift-card--size_S .gift-card__price{font-size:1.66vw}.gift-card--size_S .gift-card__site-title{font-size:0.83vw;margin-bottom:1.9vw}.gift-card--size_M .gift-card__inner{padding:2.6vw 0 10.9vw}.gift-card--size_M .gift-card__title-wr{padding:2vw 6.5vw 3.75vw}.gift-card--size_M .gift-card__price{font-size:2vw}.gift-card--size_M .gift-card__site-title{font-size:1.3vw;margin-bottom:3vw}}@media screen and (max-width:959px){.gift-card{grid-gap:0}.gift-card__inner{gap:7.6vw}.gift-card__logo-wr{width:7.8vw;height:7.8vw}.gift-card__btn{font-size:2vw;padding-block:1.6vw}.gift-card--size_S .gift-card__inner{padding:6.8vw 0 11.25vw}.gift-card--size_S .gift-card__title-wr{padding:1.6vw 5.8vw 3.8vw}.gift-card--size_S .gift-card__price{font-size:2.5vw}.gift-card--size_S .gift-card__site-title{font-size:1.8vw;margin-bottom:2.8vw}.gift-card--size_M .gift-card__inner{padding:4vw 0 16.3vw}.gift-card--size_M .gift-card__title-wr{padding:3.2vw 9.6vw 5.7vw}.gift-card--size_M .gift-card__price{font-size:4vw}.gift-card--size_M .gift-card__site-title{font-size:2.5vw;margin-bottom:4.5vw}}@media screen and (max-width:639px){.gift-card{grid-gap:6vw}.gift-card__inner{gap:11.4vw}.gift-card__logo-wr{width:11.7vw;height:11.7vw}.gift-card__btn{width:90%;font-size:3vw;padding-block:2.5vw}.gift-card--size_S .gift-card__inner{padding:10.3vw 0 16.9vw}.gift-card--size_S .gift-card__title-wr{padding:2.5vw 8.3vw 5.8vw}.gift-card--size_S .gift-card__price{font-size:5vw}.gift-card--size_S .gift-card__site-title{font-size:3vw;margin-bottom:5.8vw}.gift-card--size_M .gift-card__inner{padding:6vw 0 16.4vw}.gift-card--size_M .gift-card__title-wr{padding:4.6vw 15vw 8.5vw}.gift-card--size_M .gift-card__price{font-size:6vw}.gift-card--size_M .gift-card__site-title{font-size:4vw;margin-bottom:7vw}}.gift-card-summary{grid-template-columns:0.8fr 1.1fr}.gift-card-summary__field-group{display:flex;flex-direction:column;gap:0.83vw;margin-bottom:1.6vw}.gift-card-summary__group-title{margin:0;font-size:1.25vw;line-height:1.2;font-weight:400}.gift-card-summary__add-to-cart-btn{padding:0.83vw 6.5vw;font-size:0.93vw;font-weight:400;font-family:var(--font__general);line-height:1.2}.gift-card-summary__form{max-width:75%}.gift-card-summary__field:not(.custom-field--type_textarea) .custom-field__field-wr{height:5.4rem}.gift-card-summary__field:not(.custom-field--type_textarea) .custom-field__field,.gift-card-summary__field:not(.custom-field--type_textarea) .cart-page td.product-quantity input,.cart-page td.product-quantity .gift-card-summary__field:not(.custom-field--type_textarea) input{border-color:var(--color__black)}.gift-card-summary__field.custom-field--type_textarea .custom-field__field-wr{height:13.2rem}.gift-card-summary__field.custom-field--type_textarea .custom-field__field,.gift-card-summary__field.custom-field--type_textarea .cart-page td.product-quantity input,.cart-page td.product-quantity .gift-card-summary__field.custom-field--type_textarea input{border-color:var(--color__black)}@media screen and (max-width:1439px){.gift-card-summary{grid-template-columns:repeat(2, 1fr);grid-gap:3vw}.gift-card-summary__field-group{gap:1.11vw;margin-bottom:1.66vw}.gift-card-summary__group-title{font-size:1.66vw}.gift-card-summary__add-to-cart-btn{padding:1.11vw 8.6vw;font-size:1.25vw}.gift-card-summary__form{max-width:100%}}@media screen and (max-width:1199px){.gift-card-summary__add-to-cart-btn{font-size:1.5vw}}@media screen and (max-width:959px){.gift-card-summary{overflow:visible;grid-template-columns:auto}.gift-card-summary__field-group{gap:1.7vw;margin-bottom:2.5vw}.gift-card-summary__group-title{font-size:2.6vw}.gift-card-summary__add-to-cart-btn{padding:1.7vw 13vw;margin-inline:auto;font-size:2.3vw}}@media screen and (max-width:639px){.gift-card-summary__field-group{gap:3vw;margin-bottom:4vw}.gift-card-summary__group-title{font-size:4vw}.gift-card-summary__add-to-cart-btn{width:100%;padding-block:3vw;font-size:4vw}}.hero{height:calc(100vh - 10.5rem);min-height:-webkit-fill-available;width:100%;position:relative;display:flex;align-items:center;min-height:45vw}.hero--overlay{margin-block-start:-10.5rem;height:100vh}.hero--h_full{height:100vh;min-height:45vw}.hero--h_half{height:60vh;min-height:30vw}.hero__img-bg{position:absolute;left:0;top:0;width:100%;height:100%;overflow:hidden;opacity:0.7}.hero__bg-picture{width:100%;height:100%;object-fit:contain}.hero__bg-picture--fit{object-fit:cover}.hero__video-bg{position:absolute;left:0;top:0;width:100%;height:100%;overflow:hidden;opacity:0.7}.hero__video-bg iframe{width:100vw;height:100vh;min-width:177.77vh;position:absolute;top:0;left:50%;transform:translate(-50%)}.hero__bg-video--mobile{display:none}.hero__line{position:absolute;left:50%;top:50%;transform:translate(-50%, -50%)}.hero__line svg{width:80vw;height:30vw}.hero__content-wr{position:relative;width:100%;height:100%;display:flex;justify-content:center;align-items:center}.hero__content-container{text-align:center}.hero__title{font-weight:600;font-size:4.5vw;line-height:120%}.hero__desc{line-height:1.45;font-size:1vw;margin-top:1.6rem;max-width:100%}.hero__buttons{margin-top:1.25vw;display:flex;justify-content:center;align-items:center;grid-gap:2.5vw}.hero__btn{font-size:1.25vw}.hero__btn--type__button-full{padding:0.6vw 6vw}@media screen and (max-width:1439px){.hero--h_full{min-height:55vw}.hero--h_half{min-height:40vw}.hero__title{font-size:6vw}.hero__desc{font-size:1.6vw;margin-top:2.5vw}.hero__buttons{margin-top:2.2vw;grid-gap:3.5vw}.hero__btn{font-size:1.8vw}.hero__btn--type__button-full{padding:1vw 9vw}}@media screen and (max-width:1199px){.hero--h_full{min-height:75vw}}@media screen and (max-width:959px){.hero--h_full{min-height:85vw}.hero--h_half{min-height:55vw}.hero__bg-picture{object-fit:cover}.hero__bg-video--mobile{display:block}.hero__bg-video--desktop{display:none}.hero__line svg{width:110vw;height:47vw}.hero__title{font-size:7.2vw}.hero__desc{font-size:2.3vw}.hero__buttons{margin-top:4.5vw;grid-gap:6.5vw}.hero__btn{font-size:2.5vw}.hero__btn--type__button-full{padding:1.6vw 13vw}}@media screen and (max-width:639px){.hero--overlay{margin-block-start:-9.4rem}.hero--h_full{min-height:110vw}.hero--h_half{min-height:80vw}.hero__line svg{width:270vw;height:107vw}.hero__title{font-size:12vw;line-height:110%}.hero__desc{font-size:4.1vw;margin-top:5.5vw}.hero__buttons{margin-top:8.5vw;flex-direction:column-reverse}.hero__btn{font-size:4.2vw}.hero__btn--type__button-full{padding:2.5vw 13vw;width:100%}}.run-string{margin:2.5vw 0;max-width:100%;overflow:hidden;padding:1.6vw 0;border-top:0.1rem solid #E8E8E8;border-bottom:0.1rem solid #E8E8E8}.run-string__inner{display:flex;justify-content:center;grid-gap:3.33vw;transform:translateX(0)}.run-string__inner.animation{animation:runing-text 15s linear infinite}.run-string__word{font-size:3.33vw;font-weight:500;line-height:120%;white-space:nowrap}@keyframes runing-text{0%{transform:translateX(0%)}25%{transform:translateX(-5%)}50%{transform:translateX(0)}75%{transform:translateX(5%)}100%{transform:translateX(0)}}@media screen and (max-width:1439px){.run-string__inner{grid-gap:4.33vw}.run-string__word{font-size:4.33vw}}@media screen and (max-width:959px){.run-string{padding:2.2vw 0}.run-string__inner{grid-gap:6vw}.run-string__word{font-size:6vw}}@media screen and (max-width:639px){.run-string{margin:4.5vw 0;padding:3vw 0}.run-string__word{font-size:7vw}}@keyframes pulse{0%{box-shadow:0 0 0 0 var(--color__black)}}.slider{position:relative;max-height:80rem}.slider__pagination{bottom:20px;z-index:1}.slider__pagination .swiper-pagination-bullet{cursor:pointer;width:2.4rem;height:2.4rem;opacity:0.5;background-color:var(--color__black)}.slider__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{opacity:1}.slider__slide{display:flex;align-items:center}.slider__image{width:70%}.slider__image img{width:100%;height:100%;object-fit:cover;max-height:800px;display:block}.slider__data{width:30%;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1rem}.slider__text{font-family:var(--font__general);font-size:2rem;font-style:normal;color:var(--color__black)}.slider__text p{margin:0.5rem 0}.slider__title{font-weight:var(--main_fw_strong);font-family:var(--font__general);text-transform:none;font-style:normal;--main_fw_strong: var(--main_fw_h_strong);letter-spacing:-0.03em;color:var(--color__black);font-size:7rem}.slider__link{display:block;width:auto;min-width:144px;min-height:4.7rem;line-height:4.7rem;margin-top:2rem;font-size:1.6rem;text-align:center;text-decoration:none;text-transform:uppercase;cursor:pointer;transition-timing-function:ease}.slider__link:hover{animation:pulse 0.75s;background-color:transparent;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition:all 0.4s ease-in-out}@media screen and (max-width:959px){.slider__slide{flex-direction:column-reverse}.slider__image{width:100%}.slider__image img{max-height:500px}.slider__data{width:100%}}.builder-cats__container{display:grid;grid-template-columns:repeat(2, 40.21vw);justify-content:space-between}@media screen and (max-width:959px){.builder-cats__container{width:100%;grid-template-columns:repeat(2, 48vw)}}@media screen and (max-width:639px){.builder-cats__container{grid-template-columns:repeat(2, 49vw)}}.builder-products{padding:9.9vw 0 7.55vw}.builder-products__title-wr{display:flex;justify-content:center}.builder-products__title-inner{position:relative}.builder-products__title{text-align:center}.builder-products__mark{position:absolute;bottom:0.7vw;left:calc(100% + 0.61vw);transform:rotate(-25deg)}.builder-products__items{margin-top:3.33vw;width:100%;display:grid;grid-template-columns:repeat(3, 1fr)}.builder-products__btn-wr{margin-top:3.28vw;display:flex;justify-content:center}.builder-products__btn{font-size:1.25vw;line-height:120%;letter-spacing:0.04rem}@media screen and (max-width:1439px){.builder-products__container{width:100%}.builder-products__mark{bottom:1vw;left:calc(100% + 1vw)}.builder-products__btn-wr{margin-top:4vw}.builder-products__btn{font-size:1.5vw}}@media screen and (max-width:1199px){.builder-products{padding:10vw 0}.builder-products__items,.builder-products__btn-wr{margin-top:5vw}.builder-products__btn{font-size:1.8vw}}@media screen and (max-width:959px){.builder-products__items{grid-template-columns:repeat(2, 1fr)}.builder-products__items,.builder-products__btn-wr{margin-top:6.5vw}.builder-products__btn{font-size:2.5vw}}@media screen and (max-width:639px){.builder-products{padding:14vw 0}.builder-products__title-inner{display:flex;flex-direction:column-reverse}.builder-products__mark{position:relative;left:auto;margin-inline:auto;bottom:0}.builder-products__items,.builder-products__btn-wr{margin-top:10vw}.builder-products__btn{font-size:4.2vw}.builder-products__item{display:none}.builder-products__item--show-mobile{display:block}}.subscribe-block{position:relative}.subscribe-block__bg-wr{position:absolute;left:0;top:0;width:100%;height:100%}.subscribe-block__bg-wr::after{content:"";display:block;position:absolute;left:0;top:0;width:100%;height:100%;background:rgba(33, 33, 33, 0.4)}.subscribe-block__bg-img{width:100%;height:100%;object-fit:cover}.subscribe-block__container{position:relative;padding:7.4vw 0;display:flex;justify-content:flex-start}.subscribe-block__form-wr{display:flex;flex-direction:column;background:rgba(240, 240, 240, 0.4);backdrop-filter:blur(2px);padding:3.33vw 3.02vw;width:26.35vw}.subscribe-block__title,.subscribe-block__subtitle{text-align:center}.subscribe-block__title{font-size:1.25vw;font-weight:500;line-height:120%}.subscribe-block__subtitle{margin-top:0.63vw;font-size:0.94vw;line-height:120%}.subscribe-block__code-wr{margin-top:2.5vw}.subscribe-block__code-wr input[type=email]{background:var(--color__white);width:100%;border:none;outline:none;padding:0.83vw 1.04vw;font-size:0.94vw;font-weight:400;line-height:120%;color:var(--color__black);font-family:var(--font__general)}.subscribe-block__code-wr input[type=email]::-webkit-input-placeholder{color:var(--color__gray);font-family:var(--font__general)}.subscribe-block__code-wr input[type=email]:-moz-placeholder{color:var(--color__gray);font-family:var(--font__general)}.subscribe-block__code-wr input[type=email]::-moz-placeholder{color:var(--color__gray);font-family:var(--font__general)}.subscribe-block__code-wr input[type=email]:-ms-input-placeholder{color:var(--color__gray);font-family:var(--font__general)}.subscribe-block__code-wr input[type=submit]{margin-top:1.04vw;width:100%;text-align:center;display:block;background:var(--color__black);border:0.1rem solid var(--color__black);color:var(--color__white);font-size:0.94vw;font-weight:400;line-height:120%;transition:var(--transition);cursor:pointer;padding:0.78vw;font-family:var(--font__general)}.subscribe-block__code-wr input[type=submit]:hover{background:var(--color__white);color:var(--color__black)}.subscribe-block__code-wr .refferal_badge{display:none !important}@media screen and (max-width:1439px){.subscribe-block__form-wr{width:35vw}.subscribe-block__title{font-size:1.9vw}.subscribe-block__subtitle{margin-top:0.8vw;font-size:1.4vw}.subscribe-block__code-wr{margin-top:3.5vw}.subscribe-block__code-wr input[type=email]{padding:1.2vw 1.4vw;font-size:1.4vw}.subscribe-block__code-wr input[type=submit]{margin-top:1.4vw;font-size:1.4vw;padding:1.2vw}}@media screen and (max-width:1199px){.subscribe-block__form-wr{width:45vw}.subscribe-block__title{font-size:2.6vw}.subscribe-block__subtitle{margin-top:1.2vw;font-size:1.9vw}.subscribe-block__code-wr{margin-top:5vw}.subscribe-block__code-wr input[type=email]{padding:1.6vw 2vw;font-size:1.8vw}.subscribe-block input[type=submit]{margin-top:1.8vw;font-size:1.8vw;padding:1.6vw}}@media screen and (max-width:959px){.subscribe-block__form-wr{width:55vw}.subscribe-block__title{font-size:3.4vw}.subscribe-block__subtitle{margin-top:1.6vw;font-size:2.6vw}.subscribe-block__code-wr{margin-top:7vw}.subscribe-block__code-wr input[type=email]{padding:2.4vw 2.8vw;font-size:2.6vw}.subscribe-block__code-wr input[type=submit]{margin-top:2.6vw;font-size:2.6vw;padding:2.4vw}}@media screen and (max-width:639px){.subscribe-block__bg-img{object-position:right top}.subscribe-block__container{padding:0;width:100%}.subscribe-block__form-wr{width:100%;padding:8vw 6vw 4vw}.subscribe-block__title{font-size:6.2vw}.subscribe-block__subtitle{margin-top:2.2vw;font-size:4.7vw}.subscribe-block__code-wr{margin-top:23vw}.subscribe-block__code-wr input[type=email]{padding:4vw 4.2vw;font-size:4.2vw}.subscribe-block__code-wr input[type=submit]{margin-top:4vw;padding:4vw;font-size:4.2vw}}.three-col-img{padding:7.81vw 0 3.65vw}.three-col-img__heading{text-align:center}.three-col-img__title{font-weight:500}.three-col-img__subtitle{margin-top:2.08vw;font-size:1.67vw;font-weight:400;line-height:116%;text-transform:uppercase}.three-col-img__cols-wr{margin-top:3.33vw;display:grid;grid-template-columns:1fr 22.55vw 1fr;grid-gap:7.19vw;justify-content:center}.three-col-img__content-col{font-size:1.25vw;line-height:120%}.three-col-img__content-col p:first-child{margin:0}.three-col-img__content-col p:not(:first-child){margin:1vw 0 0}.three-col-img__img-wr,.three-col-img__img{width:100%}.three-col-img__btn-wr{margin-top:3.33vw;display:flex;justify-content:center}.three-col-img__btn{font-size:1.25vw}@media screen and (max-width:1439px){.three-col-img__subtitle{font-size:2.1vw}.three-col-img__cols-wr{margin-top:5vw;grid-template-columns:1fr 28vw 1fr;grid-gap:3vw}.three-col-img__content-col{font-size:1.4vw}.three-col-img__btn{font-size:1.5vw}}@media screen and (max-width:1199px){.three-col-img__subtitle{font-size:2.3vw}.three-col-img__cols-wr{margin-top:7vw}.three-col-img__content-col{font-size:1.8vw}.three-col-img__btn-wr{margin-top:5vw}.three-col-img__btn{font-size:1.8vw}}@media screen and (max-width:959px){.three-col-img{padding:9vw 0 4vw}.three-col-img__subtitle{font-size:3.3vw}.three-col-img__cols-wr{grid-template-columns:auto 35vw;grid-gap:3vw 5vw}.three-col-img__content-col{font-size:2.6vw}.three-col-img__content-col p:not(:first-child){margin-top:1.5vw}.three-col-img__content-col--left{grid-column:2/3}.three-col-img__content-col--right{grid-column:1/3;grid-row:2/3}.three-col-img__img-col{grid-column:1/2;grid-row:1/2}.three-col-img__btn-wr{margin-top:7vw}.three-col-img__btn{font-size:2.5vw}}@media screen and (max-width:639px){.three-col-img{padding:14vw 0 7vw}.three-col-img__subtitle{margin-top:3vw;font-size:4.3vw}.three-col-img__cols-wr{grid-template-columns:auto;grid-gap:3vw}.three-col-img__content-col{font-size:4.4vw}.three-col-img__content-col p:not(:first-child){margin-top:3vw}.three-col-img__content-col--left{margin-top:3vw;grid-column:1/2;grid-row:2/3}.three-col-img__content-col--right{grid-column:1/2;grid-row:3/4}.three-col-img__img-col{grid-column:1/2;grid-row:1/2}.three-col-img__btn-wr{margin-top:10vw}.three-col-img__btn{font-size:4.2vw}}.spoilers__heading{margin-bottom:3.3vw}.spoilers__title{text-align:center}.spoilers--type_section{padding:3.65vw 0 3.65vw}.spoilers--type_section .spoilers__item:first-child{border-top:0.1rem solid var(--color__gray)}@media screen and (max-width:1199px){.spoilers__heading{margin-bottom:5vw}}@media screen and (max-width:959px){.spoilers{padding:6vw 0}}@media screen and (max-width:639px){.spoilers{padding:12vw 0}.spoilers__heading{margin-bottom:10vw}}.influencers{padding:7vw 0}.influencers__slider-wr{margin-top:3.33vw}.influencers__slider-navigation{top:50%;transform:translateY(-50%);background-color:rgba(255, 255, 255, 0.7);padding:0.8rem;width:3.2rem;height:3.2rem;z-index:1}.influencers__slider-navigation::after{display:none}.influencers__slider-navigation>svg{fill:var(--color__black);width:2rem;height:1.6rem}.influencers__slider-navigation.swiper-button-prev{display:none;left:-0.5vw}.influencers__slider-navigation.swiper-button-next{display:none;right:-0.5vw}.influencers__slider-navigation.swiper-button-next>svg{transform:rotate(180deg)}.influencers__slider-pagination{margin-top:3.33vw;position:relative;top:0;bottom:0}.influencers__slider-pagination .swiper-pagination-bullet{margin:0 !important;width:4.16vw;height:0.21vw;background:var(--color__gray);transition:var(--transition);border-radius:0}.influencers__slider-pagination .swiper-pagination-bullet-active{background:var(--color__black)}@media screen and (max-width:1439px){.influencers{overflow:hidden}.influencers__slider-wr{margin-top:4vw;width:85vw}.influencers__slider{overflow:visible}.influencers__slider-pagination{margin-top:4vw;width:100vw !important;left:-1.2rem !important}}@media screen and (max-width:1199px){.influencers__slider-wr{margin-top:5vw}.influencers__slider-pagination{margin-top:5vw}.influencers__slider-pagination .swiper-pagination-bullet{height:0.3rem}}@media screen and (max-width:639px){.influencers{padding:12vw 0}.influencers__slider-wr{margin-top:10vw;width:65vw}.influencers__slider-pagination{margin-top:10vw}}.instagram{padding:7vw 0}.instagram__title{text-align:center;margin-bottom:3.9vw}.instagram__link-wr{display:flex;justify-content:center}.instagram__link{text-align:center;font-size:0.96vw}.instagram__slider-wr{margin-top:2.4vw}.instagram__slide{height:auto}.instagram__video-wr{position:absolute;left:0;top:0;width:100%;height:100%}.instagram__video-wr video{width:100%;height:100%;object-fit:cover}.instagram__img-wr{width:100%;position:relative}.instagram__img-wr::before{position:relative;content:"";width:100%;display:block;padding-top:100%}.instagram__img-wr picture{position:absolute;top:0;left:0;width:100%;height:100%}.instagram__img-wr img{width:100%;height:100%;object-fit:cover}@media screen and (max-width:1439px){.instagram__title{margin-bottom:4.4vw}.instagram__link{font-size:1.11vw}.instagram__slider-wr{margin-top:2.77vw}}@media screen and (max-width:1199px){.instagram__link{font-size:1.6vw}}@media screen and (max-width:959px){.instagram__title{margin-bottom:6.4vw}.instagram__link{font-size:2.2vw}.instagram__slider-wr{margin-top:4vw}}@media screen and (max-width:639px){.instagram{padding:12vw 0}.instagram__title{margin-bottom:10vw}.instagram__slider-wr{width:70vw;margin-top:6.25vw}.instagram__slider{overflow:visible}.instagram__link{font-size:3.3vw}}.press{padding:7vw 0}.press__slider-wr{margin-top:3.33vw}.press__slider-wr{width:100%}.press__slider-pagination{margin-top:3.33vw;position:relative;top:0;bottom:0}.press__slider-pagination .swiper-pagination-bullet{margin:0 !important;width:4.16vw;height:0.21vw;background:var(--color__gray);transition:var(--transition);border-radius:0}.press__slider-pagination .swiper-pagination-bullet-active{background:var(--color__black)}@media screen and (max-width:1439px){.press__slider-wr{margin-top:4vw;width:85vw}.press__slider{overflow:visible}.press__slider-pagination{margin-top:4vw;width:100vw !important;left:-1.2rem !important}}@media screen and (max-width:1199px){.press__slider-wr{margin-top:5vw}.press__slider-pagination{margin-top:5vw}.press__slider-pagination .swiper-pagination-bullet{height:0.3rem}}@media screen and (max-width:639px){.press{padding:12vw 0}.press__slider-wr{margin-top:10vw;width:65vw}.press__slider-pagination{margin-top:10vw}}.page-title-block{text-align:center;padding:5vw 0 2.6vw}.page-title-block__title{font-size:4.78vw;font-weight:600;line-height:120%}@media screen and (max-width:1439px){.page-title-block{padding-bottom:3vw}.page-title-block__title{font-size:5.5vw}}@media screen and (max-width:1199px){.page-title-block{padding:6vw 0 4vw}.page-title-block__title{font-size:6vw}}@media screen and (max-width:959px){.page-title-block{padding:6vw 0 4.5vw}.page-title-block__title{font-size:8vw}}@media screen and (max-width:639px){.page-title-block{padding:7vw 0 6vw}.page-title-block__title{font-size:11vw}}.builder-title-bg{padding:2.6vw 0}.builder-title-bg__container{position:relative}.builder-title-bg__bg-wr{position:absolute;right:0;top:0;height:100%;width:55vw}.builder-title-bg__bg-img{width:100%;height:100%;object-fit:cover}.builder-title-bg__titles-wr{position:relative;padding:0.89vw 0}.builder-title-bg__big-title{color:rgba(205, 205, 197, 0.76);font-size:10.42vw;font-weight:800;line-height:120%}.builder-title-bg__sm-title{margin-left:2vw;color:var(--color__white);font-size:2.71vw;font-weight:500;line-height:120%}@media screen and (max-width:639px){.builder-title-bg{padding-block:1.2rem}.builder-title-bg__bg-wr{width:75vw}.builder-title-bg__titles-wr{padding-block:1.6rem}.builder-title-bg__sm-title{font-size:1.4rem}}.two-col-img-cont{padding:5.21vw 0 3.65vw}.two-col-img-cont__container{display:flex;flex-direction:column;grid-gap:7.81vw}.two-col-img-cont__row{display:flex;justify-content:space-between;align-items:center}.two-col-img-cont__row--dir__reverse{flex-direction:row-reverse}.two-col-img-cont__col{width:41.67vw}.two-col-img-cont__img-wr{width:100%}.two-col-img-cont__img{width:100%}.two-col-img-cont__content-wr{line-height:120%;font-size:1.25vw}.two-col-img-cont__content-wr p:first-child{margin:0}.two-col-img-cont__content-wr p:not(:first-child){margin:1.04vw 0 0}.two-col-img-cont__content-wr h3{font-weight:500;line-height:120%;font-size:1.88vw}@media screen and (max-width:959px){.two-col-img-cont__content-wr{font-size:1.4rem}.two-col-img-cont__content-wr h3{font-size:1.6rem}}@media screen and (max-width:639px){.two-col-img-cont__container{grid-gap:2rem;width:100%;margin:0}.two-col-img-cont__row{flex-direction:column;row-gap:2rem}.two-col-img-cont__row--dir__reverse{flex-direction:column}.two-col-img-cont__col{width:100%}.two-col-img-cont__img-wr{height:90vw}.two-col-img-cont__img-wr picture,.two-col-img-cont__img-wr img{height:100%;object-fit:cover}.two-col-img-cont__content-wr{margin-inline:auto;width:89.06vw}}.advantages{padding:3.65vw 0}.advantages__items-wr{display:flex;align-items:center;grid-gap:17.81vw;justify-content:center}@media screen and (max-width:959px){.advantages__items-wr{align-items:start;justify-content:space-between;grid-gap:6.25vw}}@media screen and (max-width:639px){.advantages{padding-block:2rem}.advantages__items-wr{flex-direction:column;align-items:center;justify-content:center}}.contact-block{padding:3.65vw 0;position:relative}.contact-block__container{position:relative}.contact-block__row{width:100%;display:grid;grid-gap:2vw;grid-template-columns:repeat(3, 1fr)}.contact-block__col{font-size:1.25vw;line-height:120%;font-weight:500}.contact-block__col a{color:var(--color__black)}.contact-block__col a:hover{color:var(--color__gray)}.contact-block__col-title{margin-bottom:1.46vw;color:var(--color__gray)}.contact-block__messengers{margin-top:1.46vw;display:flex;align-items:center;grid-gap:2.34vw}.contact-block__messenger-item{width:1.67vw;height:1.67vw}.contact-block__messenger-item-img{width:100%;height:100%;object-fit:contain}.contact-block__map{margin-top:3.65vw;margin-inline:0.62vw;position:relative}.contact-block__map p{margin:0}.contact-block__map iframe{width:100%;height:26vw}.contact-block__bg{position:absolute;left:50%;transform:translateX(-50%);top:-8vw}.contact-block__bg svg{width:73.85vw;height:29vw}@media screen and (max-width:959px){.contact-block__row{grid-template-columns:repeat(2, 1fr)}.contact-block__col{font-size:1.88vw}.contact-block__col-title{font-size:2.5vw;margin-bottom:1.25vw}.contact-block__messengers{margin-top:1.25vw}.contact-block__messenger-item{width:3.3vw;height:3.3vw}.contact-block__map{margin-inline:1.25vw}.contact-block__map iframe{height:52vw}}@media screen and (max-width:639px){.contact-block__bg svg{width:100vw;height:39vw}.contact-block__row{display:block}.contact-block__col{font-size:3.75vw}.contact-block__col:not(:last-child){margin-bottom:5vw}.contact-block__col-title{font-size:4.3vw;margin-bottom:3vw}.contact-block__messenger-item{width:8vw;height:8vw}.contact-block__map iframe{height:78.2vw}}.not-found{padding:7.81vw 0}.not-found__container{position:relative}.not-found__bg-wr{position:absolute;left:50%;top:50%;transform:translate(-50%, -50%);width:73.23vw}.not-found__bg-wr svg{width:80vw;height:30vw}.not-found__content-wr{position:relative;display:flex;flex-direction:column;align-items:center}.not-found__error-wr{display:flex;justify-content:center;align-items:center;grid-gap:3.23vw;font-size:13.02vw;font-weight:600;line-height:120%;letter-spacing:0.026rem;text-transform:uppercase}.not-found__sole-img-wr{width:7.34vw;height:21.88vw}.not-found__sole-img{width:100%;height:100%;object-fit:contain}.not-found__error-text{margin-top:1.2vw;font-size:2.71vw;font-weight:400;line-height:120%}.not-found__btn-wr{margin-top:2.08vw;display:flex;justify-content:center}.not-found__btn--type__button-full{font-size:0.94vw;padding:0.78vw 7.81vw}.size-guide{position:relative;padding:7.81vw 0}.size-guide__bg-wr{position:absolute;left:50%;top:50%;transform:translate(-50%, -50%)}.size-guide__bg-wr svg{width:80vw;height:30vw}.size-guide__container{position:relative;display:flex;flex-direction:column;align-items:center}.size-guide__text{text-align:center;font-size:1.25vw;line-height:120%}.size-guide__img-wr{margin-top:1.46vw;width:15.63vw}.size-guide__img{width:100%}.size-guide__size-table{margin-top:3.33vw;width:100%}@media screen and (max-width:1439px){.size-guide{padding:7vw 0}.size-guide__text{font-size:1.66vw}.size-guide__img-wr{width:20.8vw;margin-top:1.94vw}.size-guide__size-table{margin-top:4.44vw}}@media screen and (max-width:959px){.size-guide{padding:10vw 0}.size-guide__text{font-size:2.5vw}.size-guide__img-wr{width:40vw;margin-top:2.91vw}.size-guide__size-table{margin-top:6.66vw}.size-guide__bg-wr{top:0;transform:translateX(-50%)}.size-guide__bg-wr svg{width:100vw;height:50vw}}@media screen and (max-width:639px){.size-guide{padding:15vw 0}.size-guide__text{font-size:3.75vw}.size-guide__img-wr{width:60vw;margin-top:4.275vw}.size-guide__size-table{margin-top:10vw}}.builder-shop{padding:0.73vw 0 3.65vw}.builder-shop__product-items{display:grid;grid-template-columns:repeat(3, 1fr)}.builder-shop__product-items_in-row--four{grid-template-columns:repeat(4, 1fr)}.builder-shop__product-items_in-row--four .product-item__title{flex-basis:calc(100% - 5.5rem)}.builder-shop__product-items_in-row--four .variations--type_products{width:5.5rem}.builder-shop__product-items_in-row--four .variation-item--type_products{width:2.4rem;height:2.4rem}.builder-shop__product-items_gift-card{grid-gap:1.9vw}.builder-shop__load-more-wr{margin-top:3.39vw;display:flex;justify-content:center}.builder-shop__load-more-btn--type_def-link{font-size:1.25vw;line-height:120%;letter-spacing:0.04rem}.builder-shop__products-wr{position:relative}.builder-shop__line{position:absolute;left:50%;top:50%;transform:translate(-50%, -50%);z-index:-1}.builder-shop__line svg{width:80vw;height:30vw}@media screen and (max-width:1439px){.builder-shop{padding-bottom:7vw}.builder-shop__products-container{width:100%}.builder-shop__load-more-wr{margin-top:4vw}.builder-shop__load-more-btn{font-size:1.5vw}}@media screen and (max-width:1199px){.builder-shop{padding-bottom:10vw}.builder-shop__product-items_in-row--four{grid-template-columns:repeat(3, 1fr)}.builder-shop__product-items_in-row--four .variations--type_products{width:100%}.builder-shop__load-more-wr{margin-top:5vw}.builder-shop__load-more-btn{font-size:1.8vw}}@media screen and (max-width:959px){.builder-shop__product-items{grid-template-columns:repeat(2, 1fr)}.builder-shop__load-more-wr{margin-top:6.5vw}.builder-shop__load-more-btn{font-size:2.5vw}}@media screen and (max-width:639px){.builder-shop{padding-bottom:14vw}.builder-shop__product-items_in-row--four .variation-item--type_products{width:1.8rem;height:1.8rem}.builder-shop__product-items_gift-card{grid-template-columns:auto}.builder-shop__load-more-wr{margin-top:10vw}.builder-shop__load-more-btn{font-size:4.2vw}}.builder-content{font-size:1.25vw;line-height:120%;padding:3.65vw 0}.builder-content h1{font-size:2em;line-height:130%;font-weight:700;margin-bottom:4vw}.builder-content h2,.builder-content h3{font-weight:600;margin:2vw 0 1.25vw}.builder-content ol,.builder-content ul{padding-left:5vw;margin-top:2vw}.builder-content ol li:not(:first-child),.builder-content ul li:not(:first-child){margin-top:1vw}.builder-content ul li{list-style-type:disc}.builder-content ol li{list-style-type:decimal}.builder-content a{color:var(--color__black);text-decoration:underline}.builder-content a:hover{text-decoration:none}.builder-content hr{margin:2vw 0}.builder-content p:first-child{margin:0}.builder-content p:not(:first-child){margin:0.8vw 0 0}@media screen and (max-width:1439px){.builder-content{font-size:1.6vw}.builder-content h2,.builder-content h3{margin:2.2vw 0 1.5vw}}@media screen and (max-width:1199px){.builder-content{font-size:2vw}.builder-content h2,.builder-content h3{margin:3vw 0 2.5vw}.builder-content ol li:not(:first-child),.builder-content ul li:not(:first-child){margin-top:2vw}}@media screen and (max-width:959px){.builder-content{font-size:3vw;padding:7vw 0}.builder-content h1{margin-bottom:7vw}.builder-content h2,.builder-content h3{margin:4vw 0 2.5vw}.builder-content p:not(:first-child){margin:1.5vw 0 0}.builder-content hr{margin:4vw 0}}@media screen and (max-width:639px){.builder-content{font-size:4.5vw;padding:12vw 0}.builder-content h1{font-size:1.5em;margin-bottom:10vw}.builder-content h2,.builder-content h3{margin:8vw 0 4vw}.builder-content ul,.builder-content ol{padding-left:3.2vw}.builder-content hr{margin:10vw 0}}.checkout{position:relative;padding:2vw 0 5vw}.checkout__line{position:absolute;left:50%;top:50%;transform:translate(-50%, -50%)}.checkout__line svg{width:80vw;height:30vw}.checkout__container{position:relative;display:grid;grid-template-columns:auto 46.72vw;grid-gap:0 2.6vw}.checkout__title-wr,.checkout__form-wr,.checkout__checks-wr{grid-column:1/2}.checkout__summary-wr{grid-column:2/3;grid-row:1/4;display:flex;flex-direction:column;justify-content:center}.checkout__summary{width:100%}.checkout__title,.order-details .woocommerce-notice{font-size:2.71vw;font-weight:500;line-height:120%}.checkout__form{margin-block-start:1.66vw}.checkout__form-group{margin-block-start:1.25vw}.checkout__checks-wr{margin-top:1.25vw}.checkout__checks-info{font-size:0.94vw;line-height:120%}.checkout__check-items-wr{margin-top:1.25vw}.checkout__check-item{margin-top:1.2rem}@media screen and (max-width:1439px){.checkout__container{grid-template-columns:auto 55vw}.checkout__title,.order-details .woocommerce-notice{font-size:3.4vw}.checkout__form-group{margin-block-start:2vw}.checkout__checks-info{font-size:1.4vw}.checkout__checks-wr{margin-top:2vw}}@media screen and (max-width:959px){.checkout{padding:5vw 0 10vw}.checkout__container{grid-template-columns:1fr}.checkout__title-wr,.checkout__form-wr,.checkout__checks-wr{grid-column:1/2}.checkout__summary-wr{grid-column:1/2;grid-row:3/4;display:flex;flex-direction:column;justify-content:center}.checkout__title,.order-details .woocommerce-notice{font-size:5.5vw;text-align:center}.checkout__form{margin-block-start:3vw}.checkout__form-group{margin-block-start:5vw}.checkout__summary-wr{margin-top:5vw}.checkout__checks-info{font-size:2.4vw}.checkout__label{font-size:2.2vw}}@media screen and (max-width:639px){.checkout__title,.order-details .woocommerce-notice{font-size:7.5vw}.checkout__form-group{margin-block-start:7vw}.checkout__summary-wr{margin-top:8vw}.checkout__checks-info{font-size:4vw}.checkout__label{font-size:3.5vw}}.order-details{font-size:0.97vw;line-height:116%}.order-details .woocommerce-notice{margin-top:0}.order-details .checkout__title,.order-details .woocommerce-notice{text-align:center}.order-details__subtitle{font-size:1.66vw;font-weight:400;line-height:116%;margin-bottom:2vw}.order-details__heading{display:flex;flex-direction:row;justify-content:center;margin-bottom:2vw}.order-details__detail{font-weight:400;line-height:116%;margin-right:2.5vw;padding-right:2.5vw;border-right:0.1rem solid var(--color__gray);color:var(--color__gray)}.order-details__detail strong{display:block;line-height:2;color:var(--color__black)}.order-details__detail.woocommerce-order-overview__payment-method strong{display:flex;align-items:center;flex-wrap:wrap}.order-details__field--payment{display:flex;align-items:center;flex-wrap:wrap;gap:0.8vw}.order-details__field--payment img,.order-details__detail img{height:1.4vw;margin-inline-start:0.8vw}.order-details__field{padding:0.5vw 3vw}.order-details__field-name{font-weight:500}.order-details__table{border:none;border-radius:0;width:100%;background-color:#FAFAFA;border-collapse:collapse}.order-details__table th,.order-details__table td{padding:1vw 3vw;text-align:center}.order-details__table a{color:inherit}.order-details__table thead{border-bottom:0.1rem dashed var(--color__gray)}.order-details__table .wc-item-meta{margin-top:0.97vw}.order-details__table .wc-item-meta li{display:flex;flex-direction:row;justify-content:center}.order-details__table .wc-item-meta li .wc-item-meta-label{float:none}.order-details__table .wc-item-meta li p{margin-top:0}.order-details__footer-data{display:grid;grid-template-columns:repeat(2, 1fr);margin-top:2vw}.order-details__order-again{padding:1vw 2vw;font-size:1.25vw;width:max-content;display:block;margin-inline:auto;margin-block-start:2vw}@media screen and (max-width:1439px){.order-details{font-size:1.34vw}.order-details__heading{margin-bottom:5vw}.order-details__subtitle{font-size:1.9vw}.order-details__field--payment img,.order-details__detail img{height:2vw}.order-details__order-again{font-size:1.6vw}}@media screen and (max-width:959px){.order-details{font-size:2vw}.order-details__subtitle{font-size:3vw;margin-bottom:4.44vw}.order-details__footer-data{margin-top:4.44vw}.order-details__field--payment img,.order-details__detail img{margin:0}.order-details__field--payment{gap:1vw}.order-details__order-again{font-size:2.6vw;padding:2vw 4vw;margin-block-start:4vw}}@media screen and (max-width:639px){.order-details{font-size:4.6vw}.order-details__heading{flex-direction:column;gap:2vw}.order-details__detail{display:flex;flex-direction:row;justify-content:space-between;padding-right:0;margin-right:0;border-right:none}.order-details__subtitle{font-size:5vw}.order-details__footer-data{margin-top:5.55vw}.order-details__table th,.order-details__table td{padding:3vw 4vw}.order-details__detail.woocommerce-order-overview__payment-method strong{display:block;text-align:right}.order-details__field--payment img,.order-details__detail img{height:4vw}.order-details__order-again{font-size:5vw;padding:3vw 4vw;width:100%;margin-block-start:8vw}}.cart-page{padding-block:5vw;font-size:0.94vw}.cart-page table.shop_table{text-align:left;border-radius:0;margin-bottom:3.3vw;width:70vw;margin-inline:auto}.cart-page table.shop_table thead{line-height:1.2}.cart-page td{width:calc(100% / 6)}.cart-page td.product-remove a{width:2rem;height:2rem;margin-inline:auto;color:inherit;border-radius:0}.cart-page td.product-remove a svg{width:100%;height:100%}.cart-page td.product-remove a:hover,.cart-page td.product-remove a:focus{color:inherit !important;background-color:transparent;opacity:0.5}.cart-page td.product-thumbnail a{width:8rem;height:8rem;border:0.1rem solid var(--color__gray);display:block}.cart-page td.product-thumbnail a img{width:100%;height:100%;object-fit:cover}.cart-page td.product-name a{color:inherit;text-decoration:underline;transition:var(--transition)}.cart-page td.product-name a:hover,.cart-page td.product-name a:focus{color:var(--color__gray)}.cart-page td.product-price,.cart-page th.product-price{display:table-cell}.cart-page td.product-quantity .qty{width:50%}.cart-page .coupon{display:flex;flex-direction:row}.cart-page__btn{padding:0.6vw 1vw;font-size:1vw;white-space:nowrap}.cart-page__btn--submit{margin-left:auto}.cart-page__btn--checkout{width:13.8vw;display:block;margin-inline:auto;margin-top:1.1vw;text-align:center}.cart-page .cart-collaterals .cart_totals{float:none;width:70vw;margin-inline:auto}.cart-page .cart-collaterals .shop_table{border-radius:0}.cart-page .cart-collaterals .shipping-calculator-button{color:var(--color__black);transition:var(--transition)}.cart-page .cart-collaterals .shipping-calculator-button:hover,.cart-page .cart-collaterals .shipping-calculator-button:focus{color:var(--color__gray)}.cart-page__title{font-size:2.2vw;margin-bottom:1.1vw}.cart-page__return-to-shop{padding-bottom:10vw;margin-inline:auto;width:20vw}.wc-empty-cart-message{line-height:1.2;padding-top:10vw;margin-inline:auto;width:40vw}.wc-empty-cart-message .cart-empty.woocommerce-info{border-top-color:var(--color__black);color:var(--color__black);font-size:1.2vw;font-weight:400;line-height:120%;text-transform:uppercase;background-color:rgba(0, 0, 0, 0.1)}.wc-empty-cart-message .cart-empty.woocommerce-info::before{color:var(--color__black)}@media screen and (max-width:1439px){.cart-page{font-size:1.25vw}.cart-page table.shop_table{width:80%}.cart-page .cart-collaterals .cart_totals{width:80%}.cart-page .cart-collaterals .cart_totals table.shop_table{width:100%}.cart-page__btn{font-size:1.2vw;padding-inline:1.2vw}.cart-page__btn--checkout{width:15vw}.cart-page__return-to-shop{width:30vw}.cart-page__btn--return-to-shop{padding-block:1vw}.wc-empty-cart-message{width:50vw}.wc-empty-cart-message .cart-empty.woocommerce-info{font-size:1.25vw}}@media screen and (max-width:959px){.cart-page{font-size:1.8vw}.cart-page__btn{font-size:1.5vw}.cart-page__btn--checkout{width:20vw}.cart-page td.product-quantity input{padding:0}.cart-page__return-to-shop{width:40vw;padding-bottom:15vw}.cart-page__btn--return-to-shop{font-size:2vw}.wc-empty-cart-message{width:50vw;padding-top:15vw}.wc-empty-cart-message .cart-empty.woocommerce-info{font-size:2vw}}@media screen and (max-width:768px){.cart-page{font-size:3vw}.cart-page td{width:100%}.cart-page table.shop_table{margin-bottom:5.5vw;width:100%}.cart-page .cart-collaterals .cart_totals{width:100%}.cart-page td.product-remove{margin:0}.cart-page .coupon{width:100%;margin-bottom:1.1vw}.cart-page .coupon input{padding-block:2vw}.cart-page__btn{font-size:1.8vw}.cart-page__btn--submit{width:100%;padding-block:2vw}.cart-page__btn--checkout{width:40vw;font-size:2vw;padding-block:2vw}.cart-page__title{font-size:5.5vw;margin-bottom:3.3vw}}@media screen and (max-width:639px){.cart-page__btn--return-to-shop{padding-block:2vw;font-size:3vw}.wc-empty-cart-message{width:80vw}.wc-empty-cart-message .cart-empty.woocommerce-info{font-size:3.3vw}}.entry-header{display:none}.page-wrapper{padding-top:10.5rem}.page-wrapper--high{padding-top:14.1rem}.section-title{font-size:3.33vw;font-weight:500;line-height:120%;text-align:center}@media screen and (max-width:1439px){.section-title{font-size:4.5vw}}@media screen and (max-width:1199px){.section-title{font-size:5vw}}@media screen and (max-width:959px){.section-title{font-size:7vw}}@media screen and (max-width:639px){.section-title{font-size:9vw}.page-wrapper{padding-top:9.4rem}.page-wrapper--high{padding-top:15.1rem}}