*{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0}html{--containerPadding: 45px;--headerPadding: 22px;--headerHeight: 100px;--headerSlider: 37px;--radioRightPadding: 32px;--radioRight: -32px;--longTransition: 1s;--basicTransition: .4s;--fastTransition: .2s;--translateY: 50px;--white: #fff !important;--whiteLight: #f1f1f1 !important;--black: #0e0e0e !important;--ligthBlack: #1a1a1a !important;--blackTitle: #2b2b2b !important;--yellow: #f7c868 !important;--yellowLight: #ffd888 !important;--yellowSoft: #ffe6b2 !important;--yellowSofter: #FFF3D8 !important;--yellowTab: #fff4dd !important;--red: #c94c2a !important;--redLight: #d75e44 !important;--grey: #c4c4c4 !important;--greyLight: #d4d4d4 !important;--greySoft: #ececec !important;--greyScale: #f3f3f3 !important;--green: #879f65 !important;--violet: #879f65 !important;--blue: #96cbc8 !important;--blueLight: #96cbc84d !important}::-webkit-scrollbar-track{background-color:#f5f5f5;-webkit-box-shadow:none}::-webkit-scrollbar{width:6px;height:0;background-color:#f5f5f5}::-webkit-scrollbar-thumb{background-color:#f7c868}.scroll-new{scrollbar-width:auto}.scroll-new::-webkit-scrollbar-track{background-color:#f5f5f5;-webkit-box-shadow:none}.scroll-new::-webkit-scrollbar{width:6px;height:0;background-color:#f5f5f5}.scroll-new::-webkit-scrollbar-thumb{padding:5px;background-color:#f7c868}*{scrollbar-width:thin;scrollbar-color:#f7c868 #f5f5f5!important}@font-face{font-family:CorsaGrotesk;src:url(/catalog/view/theme/default/fonts/CorsaGrotesk/CorsaGroteskRegular.woff) format("woff");font-display:swap}@font-face{font-family:QuincyCF;src:url(/catalog/view/theme/default/fonts/QuincyCF/QuincyCFRegular.otf) format("opentype");font-display:swap}h1,h2,h3,h4,h5,h6{font-family:QuincyCF,sans-serif;line-height:1;margin-bottom:20px;font-size:24px}h1{font-size:26px;margin-bottom:20px}.modal{min-height:100vh;z-index:99999!important}body{position:relative;min-height:100vh;max-width:100vw;font-size:15px;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0;color:var(--blackTitle);font-family:Montserrat,sans-serif;overflow-x:hidden}.home main{overflow-x:hidden}header{position:-webkit-sticky;position:sticky;top:-1px;padding:0;background:#fff;color:#2b2b2b;z-index:50}.header_logo-wrapp{display:flex;align-items:center}.header-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:var(--headerPadding) 45px;gap:91px}.styled-progress .progress-bar{background-color:var(--yellow)!important;color:var(--black)}header .header_burger{display:none;width:24px;min-width:24px;margin-right:20px}header .header_logo{max-width:172px;height:100%;padding:5px 0;flex-shrink:0}header .header_logo img{width:auto;height:100%}header .header_content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100%;flex-grow:1;justify-content:end;gap:35px}header .header_link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100%}header .header_link-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100%;font-weight:500;margin-right:50px;font-size:15px}header .header_link-item:last-child{margin-right:0}header .header_link-item.active{color:var(--redLight)}header .header_link-item_menu:hover .header_menu{opacity:1;visibility:visible;-webkit-user-select:auto;-moz-user-select:auto;-ms-user-select:auto;user-select:auto;pointer-events:auto}header .header_account{cursor:pointer;flex-shrink:0}header .header_cart{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:55px;height:55px;background:var(--yellow);border-radius:50%;cursor:pointer;overflow:hidden;flex-shrink:0}header .header_cart img{max-width:24px;height:auto}header .header_cart span{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-20%);-ms-transform:translate(-50%,-20%);transform:translate(-50%,-20%);font-size:12px;font-weight:600;line-height:1}header .header_cart span img{max-width:10px}header .header_menu{position:absolute;top:100%;left:0;-webkit-transform:translateY(calc(-1 * var(--headerPadding)));-ms-transform:translateY(calc(-1 * var(--headerPadding)));transform:translateY(calc(-1 * var(--headerPadding)));display:grid;grid-template-columns:3fr 1fr;grid-gap:30px;width:100%;padding:45px var(--containerPadding) 40px;background:var(--white);-webkit-box-shadow:0 13px 10px rgba(0,0,0,.25);box-shadow:0 13px 10px #00000040;-webkit-transition:var(--basicTransition);-o-transition:var(--basicTransition);transition:var(--basicTransition);opacity:0;visibility:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none}header .header_menu_wrapp{-webkit-columns:4;-moz-columns:4;columns:4;-webkit-column-gap:30px;-moz-column-gap:30px;column-gap:30px}header .header_menu_item{margin-bottom:25px;-webkit-column-break-inside:avoid;-moz-column-break-inside:avoid;break-inside:avoid}header .header_menu_item:hover .header_menu_item-title{color:var(--redLight)}header .header_menu_item-title{font-size:15px;font-weight:600}header .header_menu_item-title.sale{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}header .header_menu_item-title.sale .sale_img{position:relative;width:30px;margin-left:10px}header .header_menu_item-title.sale .sale_img span{position:absolute;font-size:17px;line-height:1;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);color:#fff}header .header_menu_item-link{display:block;font-size:13px;font-weight:400;line-height:1.3;padding:5px 0}header .header_menu_item-link:first-child{margin-top:11px}header .header_menu_popular{position:relative;height:-webkit-max-content;height:-moz-max-content;height:max-content;overflow:hidden}header .header_menu_popular img{-webkit-transition:var(--basicTransition);-o-transition:var(--basicTransition);transition:var(--basicTransition)}header .header_menu_popular:hover img{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}header .header_menu_popular-text{position:absolute;bottom:20px;left:15px;font-size:29px;line-height:1.1;color:var(--white);font-family:QuincyCF;text-transform:uppercase}.header_top{position:relative;height:var(--headerSlider);background:var(--yellowSofter);padding:7px 0;font-size:13px;text-align:center;z-index:60}.header_top-wrapp{position:relative;height:100%}.header_top-wrapp .menu_language{display:none}.header_top-slider{max-width:730px;height:100%;margin:0 auto;padding:0 20px}.header_top-slide{text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.header_top-lang{position:absolute;top:50%;right:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.header_top-lang .dropdown-toggle{font-size:13px;font-weight:500;line-height:2}.header_top-lang .dropdown-toggle:after{width:10px}.header_top-lang .dropdown-menu{width:calc(100% + 38px);min-width:-webkit-max-content;min-width:-moz-max-content;min-width:max-content;top:0!important;left:-19px!important;padding:0 19px 9px!important;background:var(--yellowSoft);border:none;border-radius:0 0 5px 5px;-webkit-box-shadow:0 10px 10px #00000026;box-shadow:0 10px 10px #00000026}.header_top-lang .dropdown-menu:before{display:none!important}.header_top-lang .dropdown-item{font-size:13px;font-weight:500;line-height:2;padding:0}.header_top-lang .dropdown-item:hover{background:0 0;text-decoration:underline}.header_top-close{display:none;position:absolute;top:50%;right:9px;width:12px;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);cursor:pointer;z-index:1}.quest-popup{position:fixed;inset:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:9999;transition:transform .6s ease,opacity .6s ease;transform-origin:center center}.quest-popup.hide{transform-origin:right center;transform:scale(.1) translate(10vw,-25vh)}.quest-modal-repeat{transition:opacity .3s}.quest-popup-content{position:relative;display:grid;justify-content:center;justify-items:center;gap:10px;background:#fff4e6;border-radius:10px;border:1px solid #f7c868;padding:40px;max-width:642px;width:100%;text-align:center;box-shadow:0 5px 20px #00000026}#star_one,#star_three,#star_two{transform:scale(1);transition:transform .5s ease}#star_one{transform-origin:34px 11px}#star_two{transform-origin:3px 2px}#star_three{transform-origin:0 31px}.qp-button:hover #star_one{transform:scale(.7);transform-origin:34px 11px}.qp-button:hover #star_three{transform:scale(1.8);transform-origin:0 31px}.qp-button:hover #star_two{transform:scale(1.8);transform-origin:3px 2px}.quest-popup .qp-title{position:relative;margin-top:0;font-size:26px;font-family:QuincyCF;line-height:150%;color:#0e0e0e;background:#ffba4a;border-radius:25px;margin-left:30%;padding:5px 15px}.quest-popup .qp-title:after{content:" ";height:17px;left:-12px;bottom:1px;width:32px;background:url(/img/cort.svg);position:absolute}.qp-description{font-size:18px;line-height:160%}.qp-button{display:flex;gap:10px;margin-top:15px;padding:12px 30px;background:#ffba4a;border-top:1px solid #ffba4a;border-radius:30px;color:#0e0e0e;cursor:pointer;font-weight:500;font-size:18px}.qp-button svg{width:25px;height:25px}.qp-button:hover{border-top:1px solid #fff;background:#ffba4a;box-shadow:3px 4px 7.3px #d78d15 inset}.qp-button:active{border-radius:30px;border-top:1px solid #fff;background:#ffa81b;box-shadow:3px 4px 7.3px #cd8e28b3 inset}.qp-description{margin-top:50px;font-size:18px;padding:0 20px}.quest-popup-content .wizard{position:absolute;left:-10px;top:-118px;width:189px}.quest-popup .close-btn{position:absolute;top:4px;right:20px;font-size:27px;font-weight:700;cursor:pointer;color:#b9b9b9}.quest-popup-content.mini .wizard{position:absolute;left:10px;top:10px;width:191px}.quest-popup-content.mini .qp-description{display:grid;justify-content:center;margin-left:30%;margin-top:0;min-height:180px}.quest-popup-content.mini .qp-button{justify-content:center;height:56px}.quest-modal-repeat{position:fixed;right:20px;z-index:22;bottom:45%}.quest-icon{position:absolute;bottom:0;right:calc(50% - 35px);width:73px;z-index:10}.quest-popup-content.ultra{max-width:460px}.quest-popup-content.ultra .qp-description{margin-left:32%;font-size:13px;line-height:160%;min-height:110px;display:grid;align-content:center;padding:0;text-align:left;margin-top:0}.quest-popup-content.ultra .wizard{left:30px;top:40px;width:117px}.quest-popup-content.ultra .qp-button{width:80%;justify-content:center;align-self:center;margin-left:10%}.quest-form-msg.error{margin-top:0;color:var(--redLight)}#form-popup-subscribe{display:grid;gap:10px;margin-top:10px;width:100%}#form-popup-subscribe input{height:60px;border:1px solid #fff;background:#fff;border-radius:60px;padding:22px;font-size:15px;color:#0e0e0e}#form-popup-subscribe input.form-error{border-color:var(--redLight)}.quest-popup-content .success-title{text-align:center;font-family:Quincy CF;font-size:30px}.checkout_quest-container,.mobile-checkout_quest-container{border-radius:20px;border:1px solid #f7c868;background:#fff5e8;margin-bottom:20px}.cart_quest-line{display:grid;grid-template-columns:92px auto 92px;grid-gap:10px;padding:15px 20px 15px 15px;align-items:center}.cart_quest_line-description{color:#0e0e0e;font-size:13px;font-style:normal;font-weight:400;line-height:130%}.cart_quest_line-discount{text-align:right;font-size:21px;font-style:normal;font-weight:400}.cart_quest_line-btn{display:flex;gap:10px;margin-top:15px;padding:7px 60px;background:#ffba4a;border-top:1px solid #ffba4a;border-radius:30px;color:#0e0e0e;cursor:pointer;font-weight:500;font-size:18px;align-items:center}.cart_quest_line-btn svg{width:25px;height:25px}.mobile-checkout_quest-container{margin-top:20px}.mobile-checkout_quest-container .cart_quest-line{grid-template-columns:auto;justify-items:center;text-align:center}.mobile-checkout_quest-container .cart_quest_line-description{display:grid;justify-items:center}.mobile-checkout_quest-container .cart_quest_line-img{width:auto}.menu{position:fixed;top:0;left:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;height:100%;max-height:100vh;background:var(--white);opacity:0;visibility:hidden;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-transition:var(--basicTransition);-o-transition:var(--basicTransition);transition:var(--basicTransition);z-index:100}.menu.active{opacity:1;visibility:visible;pointer-events:auto;-webkit-user-select:auto;-moz-user-select:auto;-ms-user-select:auto;user-select:auto}.menu_top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:18px 20px 18px 15px}.menu_close{width:26px;height:auto;margin-right:15px}.menu_logo{width:125px}.menu_language{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.menu_language-item{color:#979797;margin-left:23px;font-size:14px;font-weight:500;cursor:pointer;-webkit-appearance:none}.menu_language-item:first-child{margin-left:0}.menu_language-item.active{color:var(--black);padding:4px 10px;background:var(--yellowTab);border-radius:30px}.menu_main{height:100%;overflow-y:auto;margin-top:10px}.menu_main-catalog{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;font-size:22px;font-weight:600;background:var(--yellow);padding:20px 20px 20px 13px;margin-bottom:21px}.menu_main-catalog a:hover{color:var(--black);text-decoration:none}.menu_main-catalog img{width:25px;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg)}.menu_main-catalog-btn{font-weight:600}.menu_main-catalog>.link{width:35px;height:35px;background:#fff4dd;border-radius:50px;display:flex;justify-content:center}.menu_main-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:17px;padding:0 0 0 13px;margin-bottom:26px;gap:10px}.menu_main-item-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-family:Montserrat,sans-serif;font-style:normal;font-weight:500;font-size:17px;line-height:120%}.menu_main-item-icon{width:24px;height:24px;object-fit:contain}.menu_main-item.sale{color:var(--redLight);font-size:18px;font-weight:600;margin-bottom:21px}.menu_main-item span{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:29px;font-size:17px;color:#fff;margin-left:15px}.menu_main-item span img{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);z-index:-1}.menu_bottom{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:13px 38px 93px 13px;border-top:1px solid #dadada}.menu_bottom-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.menu_bottom-item img{width:35px;height:auto;margin-right:10px}.menu_catalog{position:fixed;top:0;left:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100vw;height:100%;max-height:100vh;background:var(--white);opacity:0;visibility:hidden;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-transition:var(--basicTransition);-o-transition:var(--basicTransition);transition:var(--basicTransition);z-index:100}.menu_catalog.active{opacity:1;visibility:visible;pointer-events:auto;-webkit-user-select:auto;-moz-user-select:auto;-ms-user-select:auto;user-select:auto}.menu_catalog-top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;font-size:22px;font-weight:600;background:var(--yellow);padding:20px var(--containerPadding)}.menu_catalog-close{width:26px}.menu_catalog-main{max-height:100%;overflow-y:auto}.menu_catalog-item{font-size:16px;padding:15px var(--containerPadding);border-bottom:1px solid #dadada}.menu_catalog-item-check img,.menu_catalog-item-like img{width:20px;margin-right:15px}.header_menu_wrapp .menu_catalog-item-check img{margin-right:0;width:15px;margin-left:10px}.menu_catalog-item-check a,.menu_catalog-item-like a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:var(--redLight);font-weight:600}.menu_catalog-item-check a{color:#058784}.menu_catalog-item-header{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;flex-direction:row-reverse;font-weight:600}.menu_catalog-item-header a{white-space:nowrap}.menu_catalog-item-dropdown{display:flex;align-items:center;justify-content:space-between;width:100%;height:24px;font-weight:600}.menu_catalog-item-dropdown.collapsed{font-weight:400}.menu_catalog-item-dropdown.collapsed~a{display:flex;justify-content:flex-end;font-weight:400}.menu_catalog-item-header>a,.menu_catalog-item-header>span.link{padding:8px}.menu_catalog-item-header:has(.menu_catalog-item-dropdown:not(.collapsed)) .link img.select_icon{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0)}.menu_catalog-item img.select_icon{width:16px;height:8px;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);-webkit-transition:var(--basicTransition);-o-transition:var(--basicTransition);transition:var(--basicTransition)}.menu_catalog-item-body{padding-top:22px}.menu_catalog-item-body a{display:block;line-height:2.2}.overflow-hidden{overflow:hidden}.desktop_hidden{display:none}.hidden{display:none!important}.hide{opacity:0!important;visibility:hidden!important;-webkit-user-select:none!important;-moz-user-select:none!important;-ms-user-select:none!important;user-select:none!important;pointer-events:none!important}.not{text-decoration:line-through}.uppercase{text-transform:uppercase}b{font-weight:600}svg{display:block;width:100%;max-width:100%;height:auto}img{display:block;width:100%;max-width:100%;height:auto}button{color:var(--black);outline:0!important;-webkit-box-shadow:none!important;box-shadow:none!important;border:none;background:0 0;-webkit-transition:var(--basicTransition);-o-transition:var(--basicTransition);transition:var(--basicTransition);cursor:pointer}.btn-primary{font-size:23px;font-weight:600;line-height:1.2;padding:16px;min-width:215px;background-color:var(--yellow);color:var(--black);border-color:var(--yellow);border-radius:66px;text-align:center;-webkit-transition:var(--basicTransition);-o-transition:var(--basicTransition);transition:var(--basicTransition);outline:0!important;-webkit-box-shadow:none!important;box-shadow:none!important;overflow:hidden;cursor:pointer}.help_form-main .btn.button-delete-child{background:0 0;border:none;padding:3px 0 3px 18px;text-transform:lowercase;font-size:11px!important;font-weight:300!important;margin-top:13px;position:relative}.help_form-main .btn.button-delete-child:before{position:absolute;content:"";top:50%;left:18px;transform:translateY(-50%);width:11px;height:11px;background:url(/img/icon/delete_2.svg) center center/cover no-repeat}.help_form-main .btn-primary.button-delete-child:hover{background:0 0!important;color:var(--black)!important}.help_form-main .text-danger{font-size:11px!important;margin-bottom:13px!important}.account-edit .help_form-main{padding:30px 40px 12px}.btn-primary:active,.btn-primary:focus,.btn-primary:hover{color:var(--white)!important;background:var(--redLight)!important;border-color:var(--redLight)!important}.btn-primary.dark{background-color:#ddd;border-color:#ddd}.btn-primary.dark:active,.btn-primary.dark:focus,.btn-primary.dark:hover{background:var(--yellow)!important;border-color:var(--yellow)!important}.btn-primary.transparent{font-size:16px;font-weight:40;background:0 0;border-color:#ccc;opacity:1}a{text-decoration:none;outline:0;-webkit-box-shadow:none;box-shadow:none;color:var(--blackTitle);-webkit-transition:var(--basicTransition);-o-transition:var(--basicTransition);transition:var(--basicTransition);cursor:pointer}a:hover{color:var(--blackTitle);text-decoration:none}.link{cursor:pointer}.link:hover{color:var(--redLight)!important;text-decoration:underline!important}.link_underline{text-decoration:underline}input{outline:0!important;-webkit-box-shadow:none!important;box-shadow:none!important}input:not([type=checkbox]):not([type=radio]),select,textarea{-webkit-appearance:none;-moz-appearance:none;appearance:none}.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl{padding-right:var(--containerPadding);padding-left:var(--containerPadding)}.container,.container-lg,.container-md,.container-sm,.container-xl{max-width:none}.dropdown-toggle{position:relative;background:0 0!important;color:var(--ligthBlack)!important;border:none;padding:0 17px 0 0;font-size:14px;z-index:5}.dropdown-toggle:active,.dropdown-toggle:focus,.dropdown-toggle:hover,.dropdown-toggle:not(:disabled):not(.disabled).active,.dropdown-toggle:not(:disabled):not(.disabled):active{background:0 0!important;color:var(--ligthBlack)!important;border:none;outline:0!important;-webkit-box-shadow:none!important;box-shadow:none!important}.dropdown-toggle:after{position:absolute;top:50%;right:0;width:11px;height:6px;background-image:url(/img/icon/select.svg);background-size:contain;background-repeat:no-repeat;border:none;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);-webkit-transition:var(--basicTransition);-o-transition:var(--basicTransition);transition:var(--basicTransition)}.dropdown-toggle.show:after{-webkit-transform:rotate(-180deg) translateY(50%);-ms-transform:rotate(-180deg) translateY(50%);transform:rotate(-180deg) translateY(50%)}.dropdown-menu{position:absolute;width:100%;padding:15px 0 0;margin:0;border:none;-webkit-box-shadow:none;box-shadow:none;z-index:4}.address-fields .dropdown-menu{width:100%;padding-left:20px;padding-right:20px}.dropdown-menu:before{content:"";position:absolute;left:50%;bottom:-12px;height:calc(100% + 10px);width:calc(94% + 40px);background:var(--white);-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translate(-50%);border-radius:12px;-webkit-box-shadow:0 1px 4px #0000002e;box-shadow:0 1px 4px #0000002e;z-index:-1}.product_complect-item .dropdown-menu:before{bottom:-15px;width:calc(100% + 40px);height:calc(100% + 50px)}.product_complect-item .dropdown-menu{width:78%}.dropdown-item{font-size:14px;padding:5px 0}.dropdown-item:hover{background:0 0;text-decoration:underline}.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;bottom:20px!important}.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-custom .swiper-pagination-bullet,.swiper-pagination-fraction .swiper-pagination-bullet{margin:0 6px!important;width:13px;height:13px;background:#fff;-webkit-transition:var(--basicTransition);-o-transition:var(--basicTransition);transition:var(--basicTransition);opacity:1}.swiper-pagination-bullets .swiper-pagination-bullet-active,.swiper-pagination-custom .swiper-pagination-bullet-active,.swiper-pagination-fraction .swiper-pagination-bullet-active{position:relative;background:0 0}.swiper-pagination-bullets .swiper-pagination-bullet-active:before,.swiper-pagination-custom .swiper-pagination-bullet-active:before,.swiper-pagination-fraction .swiper-pagination-bullet-active:before{content:"";position:absolute;width:22px;height:21px;background:url(/img/icon/star_pagination.svg);background-position:center;background-repeat:no-repeat;background-size:contain;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.swiper-pagination-bullets.swiper-pagination-vertical,.swiper-pagination-custom.swiper-pagination-vertical,.swiper-pagination-fraction.swiper-pagination-vertical{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;top:0;bottom:auto!important;left:var(--containerPadding)!important;width:-webkit-max-content;width:-moz-max-content;width:max-content;height:100%}.swiper-pagination-bullets.swiper-pagination-vertical .swiper-pagination-bullet,.swiper-pagination-custom.swiper-pagination-vertical .swiper-pagination-bullet,.swiper-pagination-fraction.swiper-pagination-vertical .swiper-pagination-bullet{width:17px;height:17px;margin:7px 0!important}.swiper-button-prev{left:0;background:url(/img/icon/slider_left.svg)}.swiper-button-next{right:0;background:url(/img/icon/slider_right.svg)}.swiper-button-next,.swiper-button-prev{height:10px;width:6px;margin:0;top:50%;background-size:contain!important;background-position:center!important;background-repeat:no-repeat!important;font-size:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);-webkit-transition:var(--basicTransition);-o-transition:var(--basicTransition);transition:var(--basicTransition)}.swiper-button-next:after,.swiper-button-prev:after{display:none}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.5!important}.breadcrumb{background:0 0;border:none;font-size:12px;line-height:1.8;padding:0;margin-bottom:0;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.breadcrumb_wrapp{width:100%;max-width:100%;height:auto;border-bottom:1px solid var(--greySoft);padding:8px 0;white-space:nowrap}.breadcrumb_container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:nowrap;flex-wrap:nowrap;overflow-y:auto}.breadcrumb_back{position:relative;font-size:12px;line-height:1.8;padding-left:17px;margin-right:40px;cursor:pointer}.breadcrumb_back:before{content:"<";position:absolute;top:50%;left:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.breadcrumb_back:after{content:"|";position:absolute;top:50%;right:-20px;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.breadcrumb_back:hover{color:var(--redLight)}.breadcrumb_back:hover:after{color:var(--black)}.breadcrumb-item{white-space:nowrap}.breadcrumb-item+.breadcrumb-item{padding-left:10px;display:flex}.breadcrumb-item+.breadcrumb-item:before{content:">";padding-left:0;padding-right:10px}.tab{display:block;font-size:13px;font-weight:500;line-height:1;padding:12px 23px;text-transform:lowercase;background:var(--yellowTab);border-radius:35px;-webkit-transition:var(--basicTransition);-o-transition:var(--basicTransition);transition:var(--basicTransition);text-align:center;cursor:pointer}.tab.blue{background:var(--blueLight)}.tab:hover{-webkit-box-shadow:0 3px 10px #00000026;box-shadow:0 3px 10px #00000026}.modal-dialog{top:50%;left:50%;-webkit-transform:translate(-50%,-50%)!important;-ms-transform:translate(-50%,-50%)!important;transform:translate(-50%,-50%)!important;margin:0!important;max-width:460px}.modal-content{position:relative;padding:0;border:none;border-radius:10px}.modal-header{width:100%;text-align:center;padding:20px 20px 26px;border-bottom:none}.modal-header .h6{font-family:QuincyCF,sans-serif;font-size:26px;width:100%;text-align:center}.modal-header .close{position:absolute;top:20px;right:20px;width:16px;height:auto;padding:0;margin:0}.modal-body{padding:0 20px 20px}.input_grey{display:block;width:100%;padding:19px 25px;background:var(--greyScale);color:var(--black);border-radius:35px;margin-bottom:24px;border:1px solid var(--greyScale);outline:0;-webkit-box-shadow:none;box-shadow:none;box-shadow:none!important;outline:0!important}.contact .input-error{margin-bottom:3px}.contact .text-danger{margin-bottom:10px;display:inline-block}.input_grey::-webkit-input-placeholder{color:var(--black)}.input_grey::-moz-placeholder{color:var(--black)}.input_grey:-ms-input-placeholder{color:var(--black)}.input_grey::-ms-input-placeholder{color:var(--black)}.input_grey::placeholder{color:var(--black)}.textarea_grey{width:100%;height:105px;border-radius:8px;padding:18px 23px;background:var(--greyScale);color:var(--black);border:1px solid var(--greyScale);margin-bottom:35px;resize:none;-webkit-box-shadow:none!important;box-shadow:none!important;outline:0!important}.textarea_grey::-webkit-input-placeholder{color:var(--black)}.textarea_grey::-moz-placeholder{color:var(--black)}.textarea_grey:-ms-input-placeholder{color:var(--black)}.textarea_grey::-ms-input-placeholder{color:var(--black)}.textarea_grey::placeholder{color:var(--black)}.textarea{width:100%;height:115px;border:1px solid var(--grey);border-radius:10px;padding:22px;font-size:16px;resize:none}.textarea:active,.textarea:focus,.textarea:hover{outline:0!important;border:1px solid var(--grey);border-radius:10px}.textarea:placeholder{color:#9a9a9a}.input_wrapper{position:relative;margin-bottom:16px}.input_wrapper input{width:100%;height:55px;font-size:16px;padding:15px 20px;border:1px solid #ddd!important;border-radius:55px}.input_wrapper input:focus{outline:0;-webkit-box-shadow:none;box-shadow:none}.input_wrapper input::-webkit-input-placeholder{color:#9d9d9d}.input_wrapper input::-moz-placeholder{color:#9d9d9d}.input_wrapper input:-ms-input-placeholder{color:#9d9d9d}.input_wrapper input::-ms-input-placeholder{color:#9d9d9d}.input_wrapper input::placeholder{color:#9d9d9d}.input_wrapper input.input-error{-webkit-box-shadow:0 0 10px #d75e4433!important;box-shadow:0 0 10px #d75e4433!important;border-color:var(--redLight)!important}.input_radio:checked,.input_radio:not(:checked){position:absolute;left:-9999px}.input_radio:checked+label,.input_radio:not(:checked)+label{position:relative;padding-left:35px;cursor:pointer;line-height:20px;display:flex}.input_radio:checked+label{font-weight:500}.input_radio:checked+label:before,.input_radio:not(:checked)+label:before{content:"";position:absolute;left:0;top:50%;width:23px;height:23px;border:1px solid var(--grey);border-radius:100%;background:var(--white);-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.input_radio:checked+label:after,.input_radio:not(:checked)+label:after{content:"";width:11px;height:11px;background:var(--yellow);position:absolute;top:50%;left:6px;border-radius:100%;-webkit-transition:all .2s ease;-o-transition:all .2s ease;transition:all .2s ease;-webkit-transform-origin:top;-ms-transform-origin:top;transform-origin:top}.input_radio:not(:checked)+label:after{opacity:0;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0)}.input_radio:checked+label:after{opacity:1;-webkit-transform:scale(1) translateY(-50%);-ms-transform:scale(1) translateY(-50%);transform:scale(1) translateY(-50%)}.input_radio~label{margin-bottom:0}.opacity_low{color:#c4c4c4}.input_checkbox:checked,.input_checkbox:not(:checked){position:absolute;left:-9999px}.input_checkbox:checked+label,.input_checkbox:not(:checked)+label{display:inline-block;position:relative;padding-left:37px;margin-bottom:0;cursor:pointer;font-size:14px;-webkit-transition:var(--fastTransition);-o-transition:var(--fastTransition);transition:var(--fastTransition)}.int-dropdown__list .input_checkbox:checked+label,.int-dropdown__list .input_checkbox:not(:checked)+label{display:inline-flex;align-items:center}.int-dropdown__list .color-box{height:14px;width:14px;border:1px solid #e4e4e5;margin-right:15px}.input_checkbox:checked+label:before,.input_checkbox:not(:checked)+label:before{content:"";position:absolute;left:0;top:50%;width:22px;height:22px;border:1px solid #ddd;background-color:var(--white);-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);-webkit-transition:var(--fastTransition);-o-transition:var(--fastTransition);transition:var(--fastTransition)}.input_checkbox:disabled+label:before{background:#ddd}.checkout_sticky .input_checkbox:not(:checked)+label:before{background:0 0}.np-wrapper{display:flex;gap:60px;margin-bottom:27px}.checkout{padding-bottom:120px}.checkout .np-wrapper .radio{margin-bottom:0}.np-wrapper+.address-fields.radio_form{grid-gap:24px 30px;margin-bottom:16px}.np-wrapper+.address-fields.radio_form .radio_form-address .input_wrapper{margin-bottom:24px}.input_checkbox:checked+label:after,.input_checkbox:not(:checked)+label:after{content:"";position:absolute;left:5px;top:50%;width:12px;height:12px;background:url(/img/icon/checkbox.svg);background-position:center;background-repeat:no-repeat;background-size:contain;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);-webkit-transition:var(--fastTransition);-o-transition:var(--fastTransition);transition:var(--fastTransition)}.input_checkbox:not(:checked)+label:after{opacity:0}.input_checkbox:disabled+label:after{left:7px;width:8px;height:8px;background:url(/img/icon/checkbox-none.svg);opacity:1}.input_checkbox:checked+label{font-weight:600}.input_checkbox:checked+label:before{background-color:var(--blue);border-color:var(--blue)}.input_checkbox:checked+label:after{opacity:1}.input-error~.mark-error{position:absolute;top:50%;right:27px;width:19px;height:auto;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);-webkit-transition:var(--basicTransition);-o-transition:var(--basicTransition);transition:var(--basicTransition)}.input-error~.tooltip-error{position:absolute;bottom:-8px;right:0;-webkit-transform:translateY(100%);-ms-transform:translateY(100%);transform:translateY(100%);padding:5px 12px;background:var(--redLight);border-radius:20px;z-index:2;line-height:1em}.input-error~.tooltip-error span{color:var(--white);font-size:13px}.input-error~.tooltip-error:before{content:"";width:16px;height:16px;position:absolute;top:-7px;right:21px;background:var(--redLight);-webkit-transform:translateX(-50%) rotate(-45deg);-ms-transform:translateX(-50%) rotate(-45deg);transform:translate(-50%) rotate(-45deg);-webkit-box-shadow:0 0 10px 0 #00000026;box-shadow:0 0 10px #00000026;z-index:-1;-webkit-clip-path:polygon(0% 0%,100% 0%,100% 100%);clip-path:polygon(0% 0%,100% 0%,100% 100%)}.valid-field:before{position:absolute;display:block;top:50%;right:25px;content:"";background:0 0;width:25px;height:16px;background:url(/img/icon/valid.svg);background-position:center;background-repeat:no-repeat;background-size:contain;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);z-index:2}.checkout_shipping_methods .valid-field:before{top:20px;transform:none}.pagination{margin-bottom:0}.pagination .page-item{width:39px;font-size:20px;line-height:1;margin-right:17px}.pagination span:not(.page-link){margin-right:17px}.pagination .page-item.active .page-link{color:var(--white)}.pagination .page-item.active .page-link:before{content:"";position:absolute;top:50%;left:50%;width:39px;height:39px;background-image:url(/img/icon/pagination.svg);background-size:contain;background-position:center;background-repeat:no-repeat;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);z-index:-1}.pagination .page-link{position:relative;height:-webkit-max-content;height:-moz-max-content;height:max-content;padding:0;text-align:center;color:var(--black);border:none;border-radius:0;background:0 0!important;-webkit-box-shadow:none!important;box-shadow:none!important}.page-item.active .page-link{z-index:2}.select_wrapper{position:relative}.select_wrapper select{display:none}.select_wrapper select:not(:-moz-placeholder-shown){outline:0;-webkit-box-shadow:none;box-shadow:none}.select_wrapper select:not(:-ms-input-placeholder){outline:0;-webkit-box-shadow:none;box-shadow:none}.select_wrapper select:active,.select_wrapper select:focus,.select_wrapper select:not(:placeholder-shown){outline:0;-webkit-box-shadow:none;box-shadow:none}.select-selected{color:var(--black);border:none;cursor:pointer;width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:16px 26px;border:1px solid var(--grey);border-radius:30px}.select-selected:after{position:absolute;content:"";top:50%;right:28px;width:16px;height:8px;background-image:url(/img/icon/dropdown.svg);background-repeat:no-repeat;background-position:center;background-size:contain;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);-webkit-transition:var(--basicTransition);-o-transition:var(--basicTransition);transition:var(--basicTransition)}.select-selected.select-arrow-active{border-bottom-left-radius:0;border-bottom-right-radius:0}.select-selected.select-arrow-active:after{-webkit-transform:translateY(-50%) rotate(180deg);-ms-transform:translateY(-50%) rotate(180deg);transform:translateY(-50%) rotate(180deg)}.select-hide{display:none}.select-items{position:absolute;background-color:var(--white);top:100%;-webkit-transform:translateY(-1px);-ms-transform:translateY(-1px);transform:translateY(-1px);left:0;right:0;padding:0 26px 7px;border:1px solid var(--grey);border-bottom-left-radius:30px;border-bottom-right-radius:30px;border-top:0;max-height:210px;-webkit-box-shadow:0 4px 4px #0000002e;box-shadow:0 4px 4px #0000002e;overflow-y:auto;z-index:99}.select-items::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 3px #ffffff2e;background-color:#ffffff2e}.select-items::-webkit-scrollbar{width:3px;background-color:#ffffff2e}.select-items div{font-size:14px;padding:2px 0;cursor:pointer;-webkit-transition:var(--basicTransition);-o-transition:var(--basicTransition);transition:var(--basicTransition)}.select-styled,.select-options{display:none}.table{width:100%;text-align:center}.table thead td{font-size:12px;font-weight:600;padding:14px 9px;vertical-align:middle;border:1px solid #a9aeb2}.table tbody td{font-size:14px;white-space:nowrap;border:1px solid #a9aeb2;padding:16px 10px}.star-rating{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;space-between:flex-end;font-size:24px;text-align:center}.star-rating label{color:#ddd;padding:0 4px;font-size:18px;-webkit-transition:var(--basicTransition);-o-transition:var(--basicTransition);transition:var(--basicTransition)}.star-rating label:last-child{padding-left:0}.star-rating label:first-child{padding-right:0}.star-rating:not(.disabled) label{cursor:pointer}.star-rating:not(.disabled) label:hover,.star-rating:not(.disabled) label:hover~label{color:var(--yellow)}.star-rating input{display:none!important}.star-rating input:checked~label{color:var(--yellow)}.info_block{position:relative;display:inline-block;margin-left:30px;cursor:pointer}.info_block img{width:26px}.info_block.reward_info{display:flex;margin-left:0}.info_block.reward_info img{margin-left:13px}.reward_info_balance{color:#0e0e0e;font-size:16px;font-style:normal;font-weight:700;margin-left:20px}.reward_info_alarm{position:relative;padding:5px 12px;background:var(--redLight);border-radius:20px;color:#fff;text-align:center;font-size:13px;margin-bottom:10px}.reward_info_alarm:before{content:"";width:16px;height:16px;position:absolute;top:-7px;left:21px;background:var(--redLight);-webkit-transform:translateX(-50%) rotate(-45deg);-ms-transform:translateX(-50%) rotate(-45deg);transform:translate(-50%) rotate(-45deg);-webkit-box-shadow:0 0 10px 0 #00000026;box-shadow:0 0 10px #00000026;z-index:-1;-webkit-clip-path:polygon(0% 0%,100% 0%,100% 100%);clip-path:polygon(0% 0%,100% 0%,100% 100%)}.info_block .tooltip-info{position:absolute;width:215px;top:-15px;left:50%;-webkit-transform:translate(-50%,-100%);-ms-transform:translate(-50%,-100%);transform:translate(-50%,-100%);padding:5px 12px;background:var(--blue);border-radius:20px;-webkit-transition:var(--basicTransition);-o-transition:var(--basicTransition);transition:var(--basicTransition);opacity:0;visibility:hidden;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:1}.info_block .tooltip-info span{color:var(--white);font-size:13px}.info_block .tooltip-info:before{content:"";width:16px;height:16px;position:absolute;top:100%;left:50%;background:var(--blue);margin-top:-1px;-webkit-transform:translate(-50%,-50%) rotate(135deg);-ms-transform:translate(-50%,-50%) rotate(135deg);transform:translate(-50%,-50%) rotate(135deg);-webkit-box-shadow:0 0 10px 0 #00000026;box-shadow:0 0 10px #00000026;z-index:-1;-webkit-clip-path:polygon(0% 0%,100% 0%,100% 100%);clip-path:polygon(0% 0%,100% 0%,100% 100%)}.info_block:hover .tooltip-info{opacity:1;line-height:1.25;visibility:visible;pointer-events:auto;-webkit-user-select:auto;-moz-user-select:auto;-ms-user-select:auto;user-select:auto}.banner{position:relative;display:grid;grid-template-columns:2fr 1fr;grid-template-rows:1fr 1fr;width:100%;height:calc((var(--vh, 1vh) * 100) - var(--headerHeight) - var(--headerSlider));overflow-x:clip;z-index:1}.banner_slider-wrapp{position:relative;grid-row-start:1;grid-row-end:3;height:100%;width:100%;max-width:100%;max-height:100%}.banner_slider{position:absolute;top:0;left:0;width:100%;height:100%}.banner_slide{cursor:pointer}.banner_popular:after,.banner_slide:after{position:absolute;inset:0;content:"";display:block;background:#0000002b}.banner_slide-img{-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:100%;height:100%}.banner_slider-text{position:absolute;font-family:QuincyCF,sans-serif;bottom:10vh;left:var(--containerPadding);color:var(--white);text-transform:none;font-size:100px;line-height:.9;margin-bottom:0;z-index:1}.banner_slider .swiper-pagination-bullet:not(.swiper-pagination-bullet-active){opacity:.8}.banner_popular{position:relative;width:100%;height:100%;grid-column-start:2;overflow:hidden;cursor:pointer}.banner_popular img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;-webkit-transition:var(--basicTransition);-o-transition:var(--basicTransition);transition:var(--basicTransition);z-index:-1}.banner_popular:hover>img{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}.banner_popular-title{font-family:Quincy CF;font-style:normal;font-weight:400;font-size:36px;line-height:101%;color:#fff;text-transform:uppercase;z-index:1}.banner_popular-descr{font-family:Montserrat;font-style:normal;font-weight:500;font-size:16px;line-height:130%;color:#fff;max-width:160px;z-index:1}.banner_gnome{position:absolute;width:5.77vw;height:auto;bottom:0;left:55vw;transform:translateY(100%);z-index:1}.banner_gnome path{display:block}.banner_star{position:absolute;top:50%;right:27px;width:20%;height:auto;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.banner_star img{position:relative;width:100%;height:auto}.banner .sale_sun{position:absolute;bottom:70px;right:0;-webkit-transform:translate(50%,50%);-ms-transform:translate(50%,50%);transform:translate(50%,50%);width:39.5vw;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none}.banner .sale_sun-wrapp{position:relative}.banner .sale_sun-text{position:absolute;top:38%;left:38%;transform:translate(-50%,-50%);color:#0e0e0ecc;font-family:QuincyCF,sans-serif;display:flex;flex-direction:column;gap:4px}.banner .sale_sun-text span:first-child{font-style:normal;font-weight:400;font-size:22px;line-height:100%}.banner .sale_sun-text span:last-child{font-style:normal;font-weight:400;font-size:69px;line-height:80%;text-transform:uppercase}.banner .sale_sun-rotate{-webkit-animation:spin 40s linear infinite;animation:spin 40s linear infinite;-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center}@-webkit-keyframes spin{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spin{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.slogan{position:relative;margin-top:90px;font-family:QuincyCF}.slogan-wrapp{display:grid;grid-template-columns:2.35fr 1fr;grid-gap:80px}.slogan-title{font-size:55px;line-height:1.2;margin-bottom:60px}.slogan-descr{font-size:20px;line-height:1.5}.category_slider{margin-top:70px;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;overflow:hidden}.hits-recommend-slider{padding:20px 20px 187px;z-index:4;margin-bottom:-217px}@media (max-width:992px){.hits-recommend-slider{padding:25px 0 180px;margin-bottom:-177px}}@media (max-width:599px){.hits-recommend-slider{overflow:visible}.hits .container{overflow:hidden}}.category_slider-wrapp{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.category_slider-item{position:relative;width:18vw;height:18vw;margin:15px;border-radius:50%;background:var(--greyScale);overflow:hidden;transition:.2s}.category_slider-item:hover{background:var(--yellow)}.category_slider-item img{width:90%;height:80%;margin:0 auto;position:relative;z-index:2;-o-object-position:center;object-position:center;-o-object-fit:cover;object-fit:cover}.category_slider-name{position:absolute;bottom:12%;left:50%;width:60%;font-size:20px;line-height:1;font-family:QuincyCF;text-transform:lowercase;text-align:center;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translate(-50%);z-index:3}.category_slider-bestseller{position:relative;width:23vw}.category_slider-badge{position:absolute;top:0;right:45px;width:9vw;-webkit-animation:rotateBadge 30s linear infinite;animation:rotateBadge 30s linear infinite}@-webkit-keyframes sliderLineOne{0%{-webkit-transform:translateX(100%);transform:translate(100%)}to{-webkit-transform:translate(-100%);transform:translate(-100%)}}@keyframes sliderLineOne{0%{-webkit-transform:translateX(100%);transform:translate(100%)}to{-webkit-transform:translate(-100%);transform:translate(-100%)}}@-webkit-keyframes sliderLineTwo{0%{-webkit-transform:translateX(0);transform:translate(0)}to{-webkit-transform:translate(-200%);transform:translate(-200%)}}@keyframes sliderLineTwo{0%{-webkit-transform:translateX(0);transform:translate(0)}to{-webkit-transform:translate(-200%);transform:translate(-200%)}}@-webkit-keyframes rotateBadge{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes rotateBadge{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.hits{margin-top:120px}.hits-top{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:20px}.hits-title{position:relative;font-size:38px;font-family:QuincyCF,sans-serif}.hits-title span{display:inline-block;font-size:18px;padding:0 5px;transform:translateY(-2px)}.blog_title span img,.hits-title span img{display:inline-block;width:19px}.hits-title-decor{position:absolute;width:18.7vw;height:auto;top:-77%;right:0;-webkit-transform:translateX(67%);-ms-transform:translateX(67%);transform:translate(67%)}.hits-link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:20px;font-family:QuincyCF,sans-serif;-webkit-transition:var(--basicTransition);-o-transition:var(--basicTransition);transition:var(--basicTransition)}.hits-link:hover{color:var(--red)}.hits-link_img{position:relative;margin-left:25px}.hits-link img{width:30px;margin-left:25px}.hits-link .hits-link_arrow{position:absolute;top:50%;left:50%;transform:translate(-35%,-45%);width:7px;margin-left:0}.hits-link .hits-link_circle{transition:.7s all;margin-left:0}.hits-link:hover .hits-link_circle{transform:rotate(180deg)}.hits_wrapp{margin:-25px -25px 0}.hits-slider{padding:25px 25px 245px;margin-bottom:-245px;pointer-events:none;z-index:4}.hits-slide{pointer-events:auto}.product-list{margin-top:35}.product_item{position:relative;display:block;width:100%;max-width:100%;font-size:17px;overflow:hidden}.product_item:before{content:"";position:absolute;top:-12px;left:-12px;width:calc(100% + 24px);height:calc(100% + 24px);pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:3}.product_item:hover{overflow:visible}.product_item:hover>a,.product_item:hover>button,.product_item:hover>div{z-index:3}.product_item:hover:before{background:0 0;-webkit-box-shadow:0 -10px 10px #00000014;box-shadow:0 -10px 10px #00000014}.product_item-img{width:100%;max-width:100%;margin-bottom:18px}.product_item .swiper-button-next,.product_item .swiper-button-prev{width:12px;height:24px;opacity:0;visibility:hidden}.product_item:hover .swiper-button-next,.product_item:hover .swiper-button-prev{opacity:1;visibility:visible}.product_item .swiper-button-prev{background:url(/img/icon/slider_left_yellow.svg);left:18px}.product_item .swiper-button-next{background:url(/img/icon/slider_right_yellow.svg);right:18px}.product_item .swiper-pagination-bullet{width:13px;height:13px;opacity:0;visibility:hidden}.product_item:hover .swiper-pagination-bullet{opacity:1;visibility:visible}.product_item-title{position:relative;display:block;line-height:1.4;min-height:3rem;margin-bottom:15px}.product_item-info{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%}.product_item-availability{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:13px}.product_item-availability img{width:28px;margin-right:12px}.product_item-more a{display:flex}.product_item-more svg{display:inline-block;width:17px;margin-left:10px}.product_item-price{font-size:20px;font-weight:600;text-align:right;line-height:20px}.product_item-price.old{color:var(--redLight)}.product_item-price.old span{font-size:15px;font-weight:400;text-decoration:line-through;color:var(--blackTitle);margin-right:13px}.product_item-wishlist{position:absolute;width:20px;height:auto;top:20px;right:28px;-webkit-transition:var(--basicTransition);-o-transition:var(--basicTransition);transition:var(--basicTransition);cursor:pointer;z-index:1}.product_item-wishlist .contour{fill:var(--grey)}.product_item-wishlist .fill{fill:transparent}.product_item-wishlist.anim{-webkit-animation:wishlist .4s 50ms forwards ease-in-out;animation:wishlist .4s 50ms forwards ease-in-out;-webkit-animation-play-state:running;animation-play-state:running}.product_item-wishlist.active .contour,.product_item-wishlist.active .fill{fill:var(--yellow)}.product_item-wishlist-delete{position:absolute;top:20px;left:20px;width:14px;z-index:1}.product_item-sale{position:absolute;width:70px;top:17px;left:20px;color:var(--white);z-index:1}.product_item-sale.product-page-sale-icon{left:inherit;right:20px;z-index:2}.product_item-sale-wrapp{position:relative}.product_item-sale-wrapp span{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);font-family:QuincyCF;font-size:25px;line-height:100%}.product_item-bestseller{position:absolute;width:65px;height:auto;top:18px;left:16px;-webkit-animation:rotateBadge 30s linear infinite;animation:rotateBadge 30s linear infinite;z-index:1}.product_item-mark{position:absolute;width:65px;height:65px;top:18px;left:16px;z-index:1}.product-page-markdown{position:absolute;background:#96cbc8;padding:10px 20px;border-radius:20px;font-weight:600;z-index:2;top:30px;left:30px}.product_item-mark.markdown{width:auto;height:auto;color:#38393d;bottom:18px;top:inherit}.markdown-image{background:#96cbc8;padding:10px 20px;border-radius:20px;font-weight:600}.product_item .pi-position1{top:18px;left:16px}.product_item .pi-position2{top:18px;left:93px}.product_item .pi-position3{top:17px;left:173px}.product_item-hover{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;position:absolute;width:100%;bottom:0;padding-top:20px;-webkit-transform:translateY(100%);-ms-transform:translateY(100%);transform:translateY(100%);-webkit-transition:var(--fastTransition);-o-transition:var(--fastTransition);transition:var(--fastTransition);opacity:0;visibility:hidden;z-index:2!important}.product_item-hover:before{content:"";position:absolute;top:-12px;left:-12px;width:calc(100% + 24px);height:calc(100% + 24px);background:var(--white);box-shadow:0 7px 10px #00000014;transition:var(--fastTransition);z-index:-1}.product_item:hover .product_item-hover{opacity:1;visibility:visible}.product_item-hover .product-error.text-danger{display:block!important;line-height:1.1;margin:0 0 5px!important}.product_item-buy{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:65px;height:65px;min-width:65px;min-height:65px;background:var(--yellow);border-radius:50%;-webkit-transition:var(--basicTransition);-o-transition:var(--basicTransition);transition:var(--basicTransition);cursor:pointer}.product_item-buy:hover{background:var(--blue)}.product_item-buy img{max-width:36px}.product_item-buy-status,.product_item-buy-ready{position:absolute;top:56%;left:50%;width:15px;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.product_item-buy.ready{background:var(--blue)}.product_item-buy.none{background:#ddd}.product_item-buy-mobile{display:none}.product_item-size{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:flex-start;align-items:flex-start;margin-bottom:11px;flex-wrap:wrap;gap:5px 12px}.product_item-size-name{font-size:13px;margin-bottom:13px}.product_item-size-item label input{display:none}.product_item-size-item label input~span{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:-webkit-max-content;width:-moz-max-content;width:max-content;min-width:30px;height:30px;padding:0 6px;font-size:13px;font-weight:600;border-radius:3px;background:var(--whiteLight);-webkit-transition:var(--basicTransition);-o-transition:var(--basicTransition);transition:var(--basicTransition);cursor:pointer}.product_item-size-item.none label input~span{color:var(--grey)}.product_item-size-item label input:checked~span{color:var(--black);background:var(--yellow)}.product_item-size-item:last-of-type span{margin-right:0}.product_item-size-item:hover span{color:#d75e44}.product_item-color{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:flex-start;align-items:flex-start;flex-wrap:wrap}.product_item-color-wrapp{width:34px;height:34px;padding:5px;border-radius:50%;border:1px solid transparent;-webkit-transition:var(--basicTransition);-o-transition:var(--basicTransition);transition:var(--basicTransition);cursor:pointer}.product_item-color-wrapp img{position:relative;aspect-ratio:1/1;object-fit:cover;object-position:center;border-radius:50%;overflow:hidden}.product_item-color-wrapp span{display:block;width:100%;height:100%;border-radius:50%;overflow:hidden}.product_item-color-item label{margin-bottom:0}.product_item-color-item label input{display:none}.product_item-color-item label input:checked~.product_item-color-wrapp{border-color:var(--grey)}.product_item-color-item label input.white~.product_item-color-wrapp span{border:1px solid var(--grey)}.product_item-color-item:last-of-type~.product_item-color-wrapp{margin-right:0}.product_item-artc{font-size:12px;display:none}@-webkit-keyframes wishlist{0%{-webkit-transform:rotate(0);transform:rotate(0)}25%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}75%{-webkit-transform:rotate(8deg);transform:rotate(8deg)}to{-webkit-transform:rotate(0);transform:rotate(0)}}@keyframes wishlist{0%{-webkit-transform:rotate(0);transform:rotate(0)}25%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}75%{-webkit-transform:rotate(8deg);transform:rotate(8deg)}to{-webkit-transform:rotate(0);transform:rotate(0)}}.top{position:relative;display:grid;grid-template-columns:1fr 1fr;margin-top:160px;background:var(--greySoft);overflow:hidden;z-index:1}.top.summer{background-color:#eee3d9}.top.summer .btn-primary{background:#dbc8b7}.top.autumn{background-color:#fae8de}.top.winter{background-color:#bacfd3}.top.spring{background-color:#cddaca}.top_info{position:relative;margin-left:var(--containerPadding);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:space-between;-ms-flex-pack:space-between;justify-content:space-between;z-index:2;padding:5vw 0}.top_info>div{max-width:550px}.top-title{position:relative;font-size:38px;font-family:QuincyCF,sans-serif;line-height:1}.top-title span{display:inline-block;font-size:18px;padding:0 5px;transform:translateY(-2px)}.top-title span img{display:inline-block;width:19px}.top-name{font-size:75px;font-family:QuincyCF,sans-serif;line-height:1;max-width:560px}.top-descr{font-size:16px;line-height:1.6;max-width:440px!important}.top-price{font-size:34px;font-family:CorsaGrotesk;line-height:1}.top-buy{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.top-color{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.top-color-wrapp{width:54px;height:54px;padding:10px;border-radius:50%;margin-right:10px;-webkit-transition:var(--basicTransition);-o-transition:var(--basicTransition);transition:var(--basicTransition);cursor:pointer}.top-color-wrapp span{display:block;width:100%;height:100%;border-radius:50%;overflow:hidden}.top-color-wrapp img{border-radius:50px}.top-color-item label{margin-bottom:0}.top-color-item label input{display:none}.top-color-item label input:checked~.top-color-wrapp{background:#ffffff80}.top-color-item:last-of-type~.top-color-wrapp{margin-right:0}.top-bestseller{position:absolute;width:10vw;height:auto;top:3.5vw;right:3.5vw;-webkit-animation:rotateBadge 30s linear infinite;animation:rotateBadge 30s linear infinite}.top-wear{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:33vw;height:auto;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;opacity:0;visibility:hidden;-webkit-transition:var(--basicTransition);-o-transition:var(--basicTransition);transition:var(--basicTransition);z-index:2}.top-wear.active{opacity:1;visibility:visible}.top-star{position:absolute;left:26%;bottom:23%;width:18vw}.top-season{position:absolute;top:50%;left:0;width:auto;height:70%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);z-index:1}.top-season img,.top-season svg{height:100%;width:auto;max-width:none}.top_video{position:relative}.top_video-img{position:relative;z-index:1;height:100%;-webkit-transition:var(--basicTransition);-o-transition:var(--basicTransition);transition:var(--basicTransition)}.top_video-img.hide{opacity:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none}.top_video video{position:absolute;top:0;right:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;cursor:pointer}.top_video-btn{position:absolute;top:50%;left:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:207px;height:207px;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);border-radius:50%;cursor:pointer;z-index:2}.top_video-btn.hide{opacity:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none}.blog_top{display:flex;justify-content:space-between;align-items:center;margin-bottom:40px;padding-top:40px}.blog_title{font-size:45px}.blog_link{display:block;overflow:hidden;margin-bottom:85px}.blog_link div{overflow:hidden}.blog_link img{transition:.4s}.blog_link:hover .blog_link-name{text-decoration:underline}.blog_link:hover img{transform:scale(1.08)}.blog_link-name{margin-top:20px;font-size:17px;font-family:CorsaGrotesk}.blog_banner{width:100%;background:#faf3e5;display:grid;grid-template-columns:1fr 1fr;position:relative;margin-bottom:80px}.blog_banner-star{position:absolute;top:62%;left:0;transform:translate(-47%,-50%);max-width:194px;width:100%}.blog_banner-left{padding:40px 0 50px;height:100%;display:flex;flex-direction:column;justify-content:space-around;align-items:flex-start}.blog_banner-right{position:relative}.blog_banner-right .top-bestseller{right:2vw;top:2vw}.blog_banner-right .blog_banner-img{height:100%}.blog_banner-magic{display:flex;max-width:370px;width:100%}.blog-article .blog_banner-magic,.blog_banner .blog_banner-magic{font-size:18px;font-weight:600;align-items:flex-end}.blog-article .blog_banner-magic span,.blog_banner .blog_banner-magic span{font-size:13px;font-weight:400}.blog-article .blog_banner-magic img,.blog_banner .blog_banner-magic img{width:52px;margin-right:20px}.blog_banner-title{max-width:530px;width:100%;font-weight:400;line-height:1.3;margin:20px 0 10px;font-size:40px}.blog_banner-short_description{font-size:26px;font-family:QuincyCF,sans-serif;width:73%}.blog_banner-link{font-size:14px;display:inline-block;line-height:1;border-bottom:1px solid var(--blackTitle)}.blog_banner-link:hover{color:#d75e44;border-bottom:1px solid #d75e44}.blog-article{padding-top:45px;position:relative;overflow-x:hidden}.blog-article h1,.blog-article h2,.blog-article_title{font-family:QuincyCF,sans-serif;font-size:40px;line-height:1.3;margin-bottom:55px;text-transform:none}.blog-article div{font-weight:600;margin-bottom:28px}.blog-article div.blog-article_title{font-weight:400;margin-bottom:55px}.blog-article p{font-weight:400;margin-bottom:35px}.blog-article ul{list-style:none}.blog-article ul li{position:relative;margin-bottom:20px;font-weight:400}.blog-article ul li:before{content:"";position:absolute;left:-32px;top:3px;width:17px;height:16px;background:url(/img/small_star.svg) center center/cover no-repeat}.blog-article_wrapper{display:flex;justify-content:space-between;align-items:flex-end;margin:70px 0 100px}.blog-article_star-1,.blog-article_star-2{position:absolute;width:100%;z-index:-1;animation-name:Appearance;animation-duration:7s}.blog-article_star-1{left:35px;top:17%;max-width:194px}.blog-article_star-2{right:-1px;top:18%;max-width:284px}@keyframes Appearance{0%{opacity:0}to{opacity:1}}.blog .hits-top{margin-bottom:10px}.blog_slider{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;overflow:hidden}.blog_slider-wrapp{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:flex-end;-ms-flex-align:flex-end;align-items:flex-end;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.blog_slider-item{position:relative;width:31vw;margin:30px 13px;overflow:hidden}.blog_slider-item div{overflow:hidden}.blog_slider-item:hover img{transform:scale(1.08)}.blog_slider-item:hover .blog_slider-name{text-decoration:underline}.blog_slider-item img{width:100%;transition:.4s}.blog_slider-name{width:100%;font-size:17px;font-family:CorsaGrotesk;min-height:55px;margin-top:38px}.blog_slider-top{position:relative;width:29vw;padding:45px 25px;margin-bottom:15px}.blog_slider-top__img{border-radius:50%;overflow:hidden}.blog_slider-top-stars{position:absolute;top:25px;width:95%;left:15px}.blog_slider-badge{position:absolute;top:50%;left:50%;width:calc(100% - 120px);height:auto;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.blog_slider-badge img{-webkit-animation:rotateBadge 30s linear infinite;animation:rotateBadge 30s linear infinite}.catalog_top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:50px}.catalog_top h3{margin-bottom:20px}.catalog_tabs{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;margin-left:15px}.catalog_tabs .tab{margin-left:15px}.catalog_tabs .tab:first-of-type{margin-left:0}.catalog_menu{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:20px 45px}.catalog_menu_item{margin-bottom:25px;-webkit-column-break-inside:avoid;-moz-column-break-inside:avoid;break-inside:avoid}.catalog_menu_item-wrapp.more .catalog_menu_item-more{display:block}.catalog_menu_item-wrapp.more .catalog_menu_item-link:nth-child(n+5){display:none}.catalog_menu_item-img{position:relative;background:var(--greyScale);border-radius:50%;margin-bottom:40px;-webkit-transition:var(--basicTransition);-o-transition:var(--basicTransition);transition:var(--basicTransition);overflow:hidden}.catalog_menu_item-img img{position:relative;z-index:2}.catalog_menu_item-img .hover,.category_slider-item .hover{position:absolute;top:50%;left:50%;width:calc(100% - 12px);-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);opacity:0;visibility:hidden;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-transition:var(--basicTransition);-o-transition:var(--basicTransition);transition:var(--basicTransition);z-index:1}.category_slider-item .hover{width:100%;height:100%}.category_slider-item:hover .hover{visibility:visible;opacity:1}.catalog_menu_item-title{font-size:18px;font-weight:600}.catalog_menu_item-title.sale{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.catalog_menu_item-title.sale .sale_img{position:relative;width:30px;margin-left:10px}.catalog_menu_item-title.sale .sale_img span{position:absolute;font-size:17px;line-height:1;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);color:#fff}.catalog_menu_item:hover .catalog_menu_item-img{background:var(--yellow)}.catalog_menu_item:hover .catalog_menu_item-img .hover{opacity:1;visibility:visible}.catalog_menu_item:hover .catalog_menu_item-title{color:var(--redLight)}.catalog_menu_item-link{display:block;font-size:13px;font-weight:400;line-height:2}.catalog_menu_item-link:first-child{margin-top:11px}.catalog_menu_item-more{display:none;font-size:12px;line-height:2.2;color:var(--yellow);text-decoration:underline;margin-top:12px}.catalog_menu_popular{position:relative;grid-row-start:1;grid-column-start:4;grid-column-end:6;height:-webkit-max-content;height:-moz-max-content;height:max-content;aspect-ratio:1/1}.catalog_menu_popular img{width:100%;height:100%;object-fit:cover;object-position:center;-webkit-mask-image:url(/img/icon/mask_star.svg);-webkit-mask-position:center;-webkit-mask-size:contain;-webkit-mask-repeat:no-repeat}.catalog_menu_popular-text{position:absolute;top:48%;left:22%;max-width:315px;font-size:34px;line-height:.9;color:var(--white);font-family:QuincyCF}.catalog_menu_popular-text .left{display:inline-block;-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translate(-100%)}.catalog_menu_popular-text .big{font-size:152px;line-height:.2}.cart,.product-options{position:fixed;top:0;right:0;width:550px;height:100%;max-height:100vh;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;z-index:100}.cart_wrapper,.options_wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;height:100%;max-height:100%;background:var(--white);padding:30px 44px;-webkit-transform:translateX(100%);-ms-transform:translateX(100%);transform:translate(100%);-webkit-transition:var(--basicTransition);-o-transition:var(--basicTransition);transition:var(--basicTransition);-webkit-box-shadow:-13px 0 15px #00000026;box-shadow:-13px 0 15px #00000026}.cart.active,.product-options.active{-webkit-user-select:auto;-moz-user-select:auto;-ms-user-select:auto;user-select:auto;pointer-events:auto}.cart.active .cart_wrapper,.product-options.active .options_wrapper{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translate(0)}.cart_top,.options_top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:50px}.cart_top .h5,.cart_wrapper>.h5,.options_top .h5{font-family:QuincyCF,sans-serif;font-size:30px;line-height:1;margin-bottom:0}.cart_close,.options_close{width:25px;height:auto}.cart_msg{height:100%}.cart_product{height:100%;max-height:100%;padding-right:35px;margin-bottom:55px;overflow-y:auto}.cart_product-item{display:grid;grid-template-columns:92px auto;grid-gap:30px;margin-bottom:33px;padding:15px 20px 15px 15px}.cart_product-item:last-child{margin-bottom:0}.cart_product-item-info{position:relative;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:10px}.cart_product-item-name{max-width:245px;font-size:14px;line-height:1.4}.cart_product-item-close{position:absolute;width:14px;top:3px;right:0}.cart_product-item-close:hover{opacity:.8}.cart_product-item-size{font-size:12px}.cart_product-item-stock{text-decoration:underline;font-size:12px}.stock-color1{color:#31bf33}.stock-color2{color:#c5993f}.stock-color3{color:#d75e44}.cart_product_size_quantity{display:flex;font-size:12px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:flex-start;width:100%;gap:30px}.btn-apply,.btn-edit{font-size:14px;font-weight:700;padding:8px 20px;min-width:inherit;background:0 0}.cart_product-item-size span{text-decoration:underline}.cart_product-item-bottom{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.cart_product-item-count{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.cart_product-item-count button{width:27px;height:27px;border:1px solid var(--black);font-size:16px;line-height:1;display:flex;align-items:center;justify-content:center;padding:9px 9px 7px}.cart_product-item-count button:first-child{padding:8.5px 9px 9px}.cart_product-item-count span{display:block;min-width:37px;font-size:14px;text-align:center}.s-error{padding-left:10px;color:#d75e44}#addCart .product_char-size,.cart .product_char-size,.checkout_sticky .product_char-size,.checkout_sticky-bottom .product_char-size{max-width:305px}.cart .product_char-size button,.checkout_sticky .product_char-size button,.checkout_sticky-bottom .product_char-size button{padding:9px 26px}#addCart .product_char-size{padding:9px 0}.cart_product-item-price{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:18px;font-weight:600}.lookbook-cart-gnome{max-height:54px;max-width:28px;width:100%;height:100%;object-fit:contain;object-position:center}.cart_product-item-price .old{font-size:14px;font-weight:400;text-decoration:line-through;margin-right:0}.cart_bottom{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.cart_total{font-size:24px;font-weight:600}.cart_button{font-size:18px;padding:24px 30px}.checkout_related-container{max-width:560px}.checkout-product-mobile-after{margin-top:20px}.crps-style{display:flex;gap:20px;overflow-x:auto;margin:0 -20px;min-height:162px}.crps{display:block;position:relative;overflow:hidden;width:100%;padding:20px;min-height:162px}.crps:after{content:"";position:absolute;top:0;right:0;width:80px;height:100%;pointer-events:none;background:linear-gradient(to right,#fff0 0,#fff6,#fffc 40%,#fff);z-index:2}.crps-checkout:after{background:linear-gradient(to right,#f6f6f600 0,#f6f6f666,#f6f6f6cc 40%,#f6f6f6)}.cart_modal_related-container{padding:0 20px 20px}.crps-modal{padding:0}.crps .swiper-button-next{background:url(/img/icon/slider_cart-right.svg)}.crps .swiper-button-prev{background:url(/img/icon/slider_cart-left.svg);z-index:11}.crps .swiper-button-next.swiper-button-disabled,.crps .swiper-button-prev.swiper-button-disabled{opacity:0!important}.crps .swiper-button-next,.crps .swiper-button-prev{height:46px;width:42px}.crps .swiper-slide{width:80%;box-sizing:border-box}.product-card{display:grid;border:1px solid #c4c4c4;border-radius:20px;padding:16px;background:#fff;grid-template-columns:64px auto;gap:12px;height:max-content}.product-card__info{display:grid;gap:16px}.product-card__image img{width:64px;max-width:100%;border-radius:8px}.product-card__title{display:block;font-weight:600;font-size:12px}.product-card__wrap{display:grid;grid-template-columns:1fr 1fr;gap:20px;justify-content:space-between}.product-card__price{font-size:16px;font-weight:600}.old-price{text-decoration:line-through;color:#888;margin-right:8px}.product-card__wrap .product_item-buy{width:39px;height:39px;min-height:39px;min-width:39px}.product-card__wrap .product_item-buy img{max-width:20px}.product-card__wrap .product_item-buy .product_item-buy-status{width:8px}.product-card__btn{display:grid;justify-content:right}.login_social{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:17px 20px;background:var(--yellowTab);border-radius:15px;margin-bottom:23px}.login_social-links{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.login_social-links a{display:block;width:35px;margin-left:13px}.login_social-links a:first-child{margin-left:0}.login_register{position:relative;padding-right:18px}.login_register svg{position:absolute;top:40%;right:0;width:12px;background-repeat:no-repeat;background-size:contain;-webkit-transform:rotate(-90deg) translateY(-50%);-ms-transform:rotate(-90deg) translateY(-50%);transform:rotate(-90deg) translateY(-50%)}.login_register svg path{-webkit-transition:var(--basicTransition);-o-transition:var(--basicTransition);transition:var(--basicTransition)}.login_register:hover svg path{stroke:var(--redLight)}.login_form-bottom{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.login_form-btn{min-width:auto;padding:18px 50px}.login_form-btn.registr{width:100%}.login_form-link{color:var(--grey)}.filter-header{position:relative;width:100%;font-size:20px;font-weight:600;margin-bottom:30px;cursor:pointer}.filter-header:before{content:"";position:absolute;top:50%;right:0;width:16px;height:8px;background:url(/img/icon/select.svg);background-position:center;background-repeat:no-repeat;background-size:contain;-webkit-transform:translateY(-50%) rotate(180deg);-ms-transform:translateY(-50%) rotate(180deg);transform:translateY(-50%) rotate(180deg);-webkit-transition:var(--basicTransition);-o-transition:var(--basicTransition);transition:var(--basicTransition)}.filter-header.collapsed:before{-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.filter-header-title:before{display:none}.filter.not-before .filter-header:before{display:none}.filter-body{max-height:270px;padding-right:8px;margin-bottom:30px;overflow-y:auto}.filter-checkbox{margin-bottom:8px}.filter .extra-controls{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%}.filter .extra-controls-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.filter .extra-controls-item input{width:85px;height:36px;margin:0 9px;border:1px solid #ddd;border-radius:0;text-align:center}.filter .range-slider .irs--round .irs-line{height:2px;top:38px}.filter .range-slider .irs--round .irs-handle{width:26px;height:26px;border:none;border-radius:0;background-color:transparent;background-image:url(/img/icon/range.svg);background-position:center;background-repeat:no-repeat;background-size:contain;-webkit-box-shadow:none;box-shadow:none;cursor:pointer}.filter .range-slider .irs-bar{height:6px;background:var(--yellow)}.category{margin-top:20px}.category_title{display:-webkit-box;display:-ms-flexbox;display:flex;font-size:45px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;text-transform:none;margin-bottom:0;line-height:1}.category_title-btn{display:none;width:25px}.category_wrapper{margin-top:40px}.category_wrapper .product_item{margin-bottom:70px}.category_main{width:100%;max-width:100%}.category_product{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%;max-width:100%}.category_filter.active{opacity:1;visibility:visible;-webkit-user-select:auto;-moz-user-select:auto;-ms-user-select:auto;user-select:auto;pointer-events:auto}.category_filter-top{display:none;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;font-size:22px;font-weight:600;background:var(--yellow);padding:20px var(--containerPadding);margin-bottom:34px}.category_filter-close{width:26px}.category_filter-btn{display:block;width:-webkit-max-content;width:-moz-max-content;width:max-content;padding:22px 34px;margin:47px auto 0}.category_empty{font-size:18px;margin:30px 0}.category-list{display:none;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px}.category-list a{border:1px solid var(--blackTitle);padding:5px 10px}.category_top{margin-top:-20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.category_sort{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.category_sort:before{content:"";position:absolute;width:41px;height:41px;top:-18px;left:-18px;background-image:url(/img/icon/star_light.svg);background-size:contain;background-position:center;background-repeat:no-repeat;z-index:-1}.category_sort-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-right:50px;font-size:14px}.category_sort-item svg{width:17px;height:auto;margin-left:9px}svg.arrow-up .up{fill:#dadada}svg.arrow-down .down{fill:#dadada}.category_sort-item.active{font-weight:600;text-decoration:underline}.category_sort-item-delete{width:14px;margin-left:0}.category_pagination{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;z-index:1}.category_pagination-more{font-size:18px;visibility:hidden}.category_description{margin-top:45px;overflow-y:hidden}.category_description-title{font-family:QuincyCF;font-size:22px;line-height:1.2;margin-bottom:25px}.category_description-text{position:relative;font-size:14px;line-height:1.4}.category_description-text:before{content:"";position:absolute;width:100%;height:160px;bottom:-70px;-webkit-transition:var(--basicTransition);-o-transition:var(--basicTransition);transition:var(--basicTransition);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none}.category_description-text.active{max-height:200px;overflow-y:hidden;cursor:pointer}.category_description-text.active:before{background:-webkit-gradient(linear,left bottom,left top,color-stop(45.19%,#fff),to(#ffffff00));background:-o-linear-gradient(bottom,#fff 45.19%,#ffffff00 100%);background:linear-gradient(360deg,#fff 45.19%,#fff0)}@-webkit-keyframes hello{0%{-webkit-transform:rotate(0);transform:rotate(0)}25%{-webkit-transform:rotate(-8deg);transform:rotate(-8deg)}75%{-webkit-transform:rotate(8deg);transform:rotate(8deg)}to{-webkit-transform:rotate(0);transform:rotate(0)}}@keyframes hello{0%{-webkit-transform:rotate(0);transform:rotate(0)}25%{-webkit-transform:rotate(-8deg);transform:rotate(-8deg)}75%{-webkit-transform:rotate(8deg);transform:rotate(8deg)}to{-webkit-transform:rotate(0);transform:rotate(0)}}.help{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:20}.help_form{position:relative;width:296px;background:#f4f0f0;border-radius:20px;padding:13px;font-size:14px;transition:var(--basicTransition)}.help_form:before{content:"";position:absolute;top:33px;right:-30px;width:46px;height:25px;background-image:url(/img/icon/comment.svg);background-position:center;background-repeat:no-repeat;background-size:contain}.help_form-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.help_form-title img{width:29px;height:auto;margin-right:14px;-webkit-animation:hello 1s 0s infinite linear;animation:hello 1s 0s infinite linear}.help_form-title span{font-weight:600;-webkit-transition:var(--basicTransition);-o-transition:var(--basicTransition);transition:var(--basicTransition)}.help_form-title label{font-weight:600;margin-bottom:0;cursor:pointer}.help_form-title label input{display:none}.help_form-title label input~span{text-decoration:underline}.help_form-title label input:checked~span,.help_form-title label input~span.active{color:var(--redLight)}.help_form-main{position:absolute;bottom:15px;left:0;width:100%;height:-webkit-max-content;height:-moz-max-content;height:max-content;padding:30px 40px 20px;background:#f4f0f0;border-bottom-left-radius:20px;border-bottom-right-radius:20px;-webkit-transform:translateY(100%);-ms-transform:translateY(100%);transform:translateY(100%);-webkit-transition:var(--basicTransition);-o-transition:var(--basicTransition);transition:var(--basicTransition);opacity:0;visibility:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:-8px 8px 10px #0000001a}.account_main-child .help_form-main{box-shadow:none}.help_form-main input{width:100%;height:43px;font-size:12px;padding:14px 17px;margin-bottom:15px;border:none;border-radius:43px}.help_form-main .input-error{margin-bottom:0}.help_form-main input::-webkit-input-placeholder{color:var(--black)}.help_form-main input::-moz-placeholder{color:var(--black)}.help_form-main input:-ms-input-placeholder{color:var(--black)}.help_form-main input::-ms-input-placeholder{color:var(--black)}.help_form-main input::placeholder{color:var(--black)}.help_form-main .btn{display:block;width:-webkit-max-content;width:-moz-max-content;width:max-content;min-width:110px;font-size:14px;font-weight:500;padding:12px;margin:0 auto}.help_form.active{box-shadow:-8px 0 10px #0000001a}.help_form.active .help_form-main{opacity:1;visibility:visible;-webkit-user-select:auto;-moz-user-select:auto;-ms-user-select:auto;user-select:auto;pointer-events:auto}.help_form-children{margin-top:40px}.help_form-text{font-weight:600}.help_form-wrapp{max-height:160px;margin-top:20px;overflow:auto}.help_form-wrapp::-webkit-scrollbar-track{background-color:#dadada}.help_form-child{display:flex;align-items:center;gap:12px;margin-top:20px;cursor:pointer}.help_form-child:first-child{margin-top:0}.help_form-child-img{width:33px;height:auto}.help_form-child span{line-height:1.4}.help_gnome{width:81px;height:auto;padding:0 11px}.help_request{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;width:296px;background:#f4f0f0;border-radius:20px;padding:13px;font-size:14px}.help_request:before{content:"";position:absolute;top:33px;right:-30px;width:46px;height:25px;background-image:url(/img/icon/comment.svg);background-position:center;background-repeat:no-repeat;background-size:contain}.help_request-title{display:-webkit-box;display:-ms-flexbox;display:flex;font-weight:600}.help_request-title img{width:32px;height:auto;margin-right:12px}.help_request-btn{width:24px}.top_button{position:fixed;right:var(--containerPadding);bottom:var(--containerPadding);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:69px;height:69px;border-radius:50%;font-size:14px;color:var(--white);background:var(--yellow);-webkit-transition:var(--basicTransition);-o-transition:var(--basicTransition);transition:var(--basicTransition);cursor:pointer;opacity:0;visibility:hidden;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:50;display:none}.top_button.active{opacity:0;visibility:hidden;pointer-events:auto;-webkit-user-select:auto;-moz-user-select:auto;-ms-user-select:auto;user-select:auto}.top_button:hover{opacity:1}.top_button-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.top_button-text img{width:20px;height:auto;margin-bottom:6px}#privacyModal .modal-dialog{max-width:620px;font-size:14px}#privacyModal .modal-header{padding:var(--containerPadding) 60px}#privacyModal .modal-header h6{font-size:24px;line-height:1.2}#privacyModal .modal-body{padding:0 var(--containerPadding) 35px}#addCart .cart_product-item{grid-template-columns:118px auto;grid-gap:28px;margin-bottom:45px}#addCart .cart_product-item-name{max-width:100%;font-size:16px}#addCart .cart_product-item-size{font-size:14px}#addCart .cart_product-item-size span{text-decoration:none}#addCart .cart_product-item-price{font-size:24px}#addCart .add_cart-btn{display:block;width:-webkit-max-content;width:-moz-max-content;width:max-content;font-size:18px;line-height:1;padding:18px 50px;margin:0 auto 25px}.product{margin-top:45px}.product_gallery{position:-webkit-sticky;position:sticky;top:100px;display:grid;grid-template-columns:1fr 1fr;grid-gap:33px 28px;width:calc(100% + var(--containerPadding));margin-left:calc(-1 * var(--containerPadding))}.product_gallery-item{position:relative}.product_gallery-item img{height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.product_gallery-item video{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.product_gallery-item video::-webkit-media-controls-panel{display:none!important;-webkit-appearance:none}.product_gallery-item video::-webkit-media-controls-play-button{display:none!important;-webkit-appearance:none}.product_gallery-item video::-webkit-media-controls-start-playback-button{display:none!important;-webkit-appearance:none}.product_gallery-item video::-webkit-media-controls-overlay-play-button{display:none!important;-webkit-appearance:none}.product_gallery-item video::slotted::-webkit-media-controls-panel{display:none!important;-webkit-appearance:none}.product_gallery-item video::slotted::-webkit-media-controls-play-button{display:none!important;-webkit-appearance:none}.product_gallery-item video::slotted::-webkit-media-controls-start-playback-button{display:none!important;-webkit-appearance:none}.product_gallery-item video:host::shadow::-webkit-media-controls-panel{display:none!important;-webkit-appearance:none}.product_gallery-item video:host::shadow::-webkit-media-controls-play-button{display:none!important;-webkit-appearance:none}.product_gallery-item video:host::shadow::-webkit-media-controls-start-playback-button{display:none!important;-webkit-appearance:none}.product_gallery-item video .media-controls-container{display:none!important}.product_gallery-btn{position:absolute;top:50%;left:50%;width:90px;height:auto;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-transition:var(--basicTransition);-o-transition:var(--basicTransition);transition:var(--basicTransition);cursor:pointer}.product_gallery-btn.hide{opacity:0;visibility:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none}.product_slider{display:none;margin-top:20px}.product_main{width:92%;margin:0 0 0 auto}.modal_sizes{background:#0006}.product_sizes{background:#fff;box-shadow:0 0 15px #00000026;border-radius:10px;max-width:850px;width:100%;padding:25px 10px 45px;text-align:center;position:relative;top:50%;left:50%;transform:translate(-50%,-50%)}.product_sizes.with_image{max-width:80%}.size-container{display:grid;grid-template-columns:1fr 2fr;gap:20px}.size-table_size .product_sizes-table{max-width:100%}.product_sizes-headdress,.product_sizes-shoes{max-width:650px}.product_sizes-title,.size-image-title{font-size:25px;font-family:QuincyCF;margin:0 auto 25px}.product_sizes .close{top:5px;cursor:pointer}.product_sizes .modal-header{padding:0}.product_sizes-table{border:1px solid #a9aeb2;max-width:750px;width:100%;margin:0 auto;padding:0}.product_sizes-headdress .product_sizes-table,.product_sizes-shoes .product_sizes-table{max-width:570px}.product_table-top{font-weight:600;font-size:13px;line-height:1.2;display:flex}.product_sizes-headdress .product_table-top,.product_sizes-shoes .product_table-top{font-weight:400;font-size:14px}.product_table-bottom{display:flex;font-size:15px}.product_table-top div{height:72px;border-right:1px solid #a9aeb2;display:flex;align-items:center;justify-content:center}.product_sizes-headdress .product_table-top div{height:57px}.product_sizes-shoes .product_table-top div{height:63px}.product_table-bottom div{height:56px;border-top:1px solid #a9aeb2;display:flex;align-items:center;justify-content:center;border-right:1px solid #a9aeb2}.product_sizes-headdress .product_table-bottom div,.product_sizes-shoes .product_table-bottom div{height:50px}.product_table-bottom div:last-child,.product_table-top div:last-child{border-right:none}.product_table-bottom div:first-child,.product_table-top div:first-child{width:13%}.product_table-bottom div:nth-child(2),.product_table-top div:nth-child(2){width:11%}.product_table-bottom div:nth-child(3),.product_table-top div:nth-child(3){width:14%}.product_table-bottom div:nth-child(4),.product_table-top div:nth-child(4){width:14%}.product_table-bottom div:nth-child(5),.product_table-top div:nth-child(5){width:14%}.product_table-bottom div:nth-child(6),.product_table-top div:nth-child(6){width:17%}.product_table-bottom div:nth-child(7),.product_table-top div:nth-child(7){width:17.1%}.product_sizes-headdress .product_table-bottom div,.product_sizes-headdress .product_table-top div{width:25%}.product_sizes-shoes .product_table-bottom div,.product_sizes-shoes .product_table-top div{width:50%}.product_top{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.product_name{font-family:QuincyCF,sans-serif;font-size:34px;line-height:1.1;padding-right:15px;text-transform:none}.product_artc{position:absolute;right:0;top:-73px;font-size:12px}.product_wishlist{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;grid-gap:12px;margin-top:0}.product_wishlist svg{min-height:18px;width:auto}.product_info.special-label{display:flex;justify-content:end}.product-page-symbol{width:170px;margin-top:-12px;margin-bottom:12px}.product_wishlist .contour{fill:var(--grey)}.product_wishlist.allseason .contour{fill:#e3b696}.product_wishlist .fill{fill:transparent}.product_wishlist.anim{-webkit-animation:wishlist .4s 50ms forwards ease-in-out;animation:wishlist .4s 50ms forwards ease-in-out;-webkit-animation-play-state:running;animation-play-state:running}.product_wishlist.active .contour,.product_wishlist.active .fill{fill:var(--yellow)}.product_param{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;max-width:100%;font-size:14px;margin-top:20px}.product_param.minimal{width:max-content;margin-left:0}.product_param .swiper-wrapper{justify-content:space-between}.product_param-item{display:-webkit-box;display:-ms-flexbox;font-size:12px;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:max-content;text-transform:lowercase;min-width:max-content!important}.product_param-item:last-child{margin-right:0!important}.product_param-item img{width:auto;max-width:auto;height:18px;margin-right:11px}.product_param-size{cursor:pointer;margin-left:auto;font-size:12px;color:#0e0e0e;text-decoration:underline;text-transform:lowercase}.product_char{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:40px}.product_char-title-mob{display:none}.product_char-size{font-size:14px;width:63%;margin-right:20px}.product_char-size .dropdown-toggle{width:100%;text-align:left;padding:16px 26px;border:1px solid var(--grey)!important;border-radius:30px}.product_char-size .dropdown-toggle:active{border:1px solid var(--grey)!important}.product_char-size .dropdown-toggle:focus{border:1px solid var(--grey)!important}.product_char-size .dropdown-toggle:after{right:26px}.product_char-size .dropdown-toggle.show{border-bottom-left-radius:0;border-bottom-right-radius:0}.product_char-size .dropdown-menu{top:42px!important;padding:10px 26px;border:1px solid var(--grey)!important;border-top:none!important;background:var(--white);border-radius:0 0 25px 25px;z-index:6}.product_char-size .dropdown-menu:before{display:none}.product_char-size .dropdown-item.none{color:#c4c4c4}.product_char-item{font-size:14px}.product_char .product_item-color{margin-bottom:0}.product-colors-wrapper{margin-top:28px}.checkout-product-free{position:relative;margin:28px 0;background:#fffaf0;border:1px solid #c4c4c4;border-radius:20px}.checkout-product-free .cart_product-item{grid-gap:20px}.checkout-product-free .cart_product-item-info{justify-content:flex-start;gap:20px}.cart_product-item-gift{font-weight:600;font-size:18px;text-decoration:underline}.cpf-icon{position:absolute;bottom:-20px;right:-20px}.product_buy{display:grid;grid-template-columns:3fr 8fr;grid-gap:24px;margin-top:60px;align-items:center}.product-short-description-wrapper{margin-top:10px;border-left:6px solid #f7c868;padding:10px 10px 10px 20px;background:#ffefcf8a;font-weight:500}.product_buy-mob{position:fixed;bottom:0;left:0;z-index:90;width:100%;padding:12px var(--containerPadding);background:var(--yellowSoft);align-items:center;justify-content:space-between;display:none}.product_buy-mob .product_button-buy{max-width:150px;min-width:100px;width:100%;margin-left:auto}.product_buy-mob .lookbook-star-discount{margin-right:10px}.product_buy-mob .lookbook-star-discount,.product_buy-mob .lookbook-star-discount svg{font-size:18px;height:50px;width:50px}.product_price{font-size:31px;font-weight:500;line-height:1.1}.product_price .old{font-size:16px;font-weight:400;text-decoration:line-through}.mobile-pay-parts{display:none;margin-top:30px}.pay-parts{display:flex;font-weight:500;font-size:16px;align-items:center;gap:10px;cursor:pointer}.pay-parts .image_container{position:relative}.pay-parts img{max-width:32px}.pay-parts .pay_parts_count{position:absolute;top:-2px;right:-2px;font-weight:400}.pay_parts-title{display:flex;gap:10px;font-size:25px;font-family:QuincyCF;text-transform:uppercase}.pay_parts-title img{width:32px}.pay_parts-content{font-size:15px}.pay_parts-content .additional{font-weight:600;color:#bb8066}.pay_parts-buttons{margin-top:25px;display:grid;gap:11px;justify-content:center}.pay_parts-continue,.pay_parts-detail{height:58px;display:flex;align-items:center;justify-content:center;border-radius:66px;cursor:pointer}.pay_parts-continue{background:#f7c868;font-size:20px;font-weight:600}.pay_parts-detail{border:1px solid #c4c4c4;font-size:14px;color:#212529;padding:5px}.pay_parts-detail:hover{background:var(--yellow);border-color:var(--yellow)}.modal_pay_parts .modal-dialog{max-width:845px!important}.modal_pay_parts .modal-body,.modal_pay_parts .modal-header{padding-top:40px;padding-left:40px;padding-right:40px}.modal_pay_parts .modal-body{padding-top:0}.checkout-steps-title img{width:40px;height:38px}.checkout-steps-title{font-size:16px;font-weight:600}.checkout-steps-title-full{font-weight:400;color:#9d9d9d}.checkout_payment_methods_wrapper .modal-title{font-size:25px;text-transform:uppercase;font-family:Quincy CF}.checkout-steps-col{display:grid;width:100%;grid-template-columns:1fr 1fr 1fr;align-items:center;justify-items:center}.checkout-steps-title{display:flex;gap:20px}.checkout-steps-selector{display:flex;gap:10px;flex-wrap:wrap;justify-content:center}.checkout-steps-selector .btn-primary{height:40px;font-size:14px;padding:12px;min-width:auto}.checkout-steps-selector .btn-primary.selected{color:var(--white)!important;background:var(--redLight)!important;border-color:var(--redLight)!important}.checkout-steps-title-wrapper{display:grid;gap:4px}.checkout-steps-total{font-size:30px;font-family:Quincy CF;justify-self:center}.credit-slider{border:1px solid #ddd;border-radius:30px;font-size:15px;background:#fff;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23999' stroke-width='2' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;background-size:12px;padding:12px 40px 12px 16px}.top-bordered{margin-top:20px;border-top:1px solid #dbdbdb;padding-top:20px}.product_button{position:relative;display:grid;grid-template-columns:1fr 1fr;grid-gap:24px}.product_button button{width:100%;min-width:none;text-align:center;font-size:20px}.product_button-form input{position:absolute;top:0;height:100%;left:0;width:100%;color:var(--black);padding:21px 26px;border:1px solid var(--grey);border-radius:28px;outline:0;-webkit-box-shadow:none;box-shadow:none;opacity:0;visibility:hidden;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-transition:var(--basicTransition);-o-transition:var(--basicTransition);transition:var(--basicTransition);z-index:1}.product_button-form input:placeholder{color:var(--grey)}.product_button-form button{position:relative;font-size:14px;border:1px solid var(--grey);border-radius:50px;height:100%;z-index:1}.product_button-form button:hover{background:var(--yellow);border-color:var(--yellow)}.product_button-form.active input{opacity:1;visibility:visible;pointer-events:auto;-webkit-user-select:auto;-moz-user-select:auto;-ms-user-select:auto;user-select:auto}.product_button-form.active button{background:var(--yellow);border-color:var(--yellow)}.product_button-form.active button:hover{background:var(--blue);border-color:var(--blue)}.product_button-form-request{position:absolute;top:0;left:0;width:100%;height:100%;background:var(--white);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;opacity:0;visibility:hidden;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-transition:var(--basicTransition);-o-transition:var(--basicTransition);transition:var(--basicTransition);z-index:5}.product_button-form-request.active{opacity:1;visibility:visible;pointer-events:auto;-webkit-user-select:auto;-moz-user-select:auto;-ms-user-select:auto;user-select:auto}.product_button-none{width:max-content;font-size:20px;font-weight:600;background:#ddd;padding:15px 35px;border-radius:30px}.product_descr{margin-top:65px}.tab_delivery{display:grid;grid-template-columns:1fr 1fr;grid-gap:30px}.tab_delivery-list{list-style:none;padding:0;margin:0}.tab_delivery-title{font-size:20px;font-family:QuincyCF}.tab_delivery-list li{font-weight:600;font-size:14px;margin-top:21px;position:relative;padding-left:23px}.tab_delivery-list li:before{content:"\2726";position:absolute;font-size:15px;color:#dadada;left:0}.tab_delivery-list li span{display:block;margin-top:5px;font-size:12px;font-weight:400;color:#0e0e0e}.tab_delivery-list li span.red{color:#d75e44;font-weight:600}.product_descr .characteristic_item{margin-bottom:0}.product_descr .product_attribute{font-weight:400}.product_descr .nav-pills{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:nowrap;flex-wrap:nowrap;height:-webkit-max-content;height:-moz-max-content;height:max-content;margin-bottom:25px}.product_descr .nav-item{min-width:25%;width:max-content}.product_descr .nav-item:last-of-type button:before{display:none!important}.product_descr-btn{position:relative;width:100%;font-size:16px;text-align:center;color:var(--black);padding:14px;border-bottom:2px solid var(--grey);white-space:nowrap}.product_descr-btn.active{font-weight:600;border-color:var(--yellow)}.product_descr-btn:first-child:after{content:"";position:absolute;left:-14px;bottom:0;width:14px;height:14px;background:url(/img/icon/star_tab.svg);background-position:center;background-repeat:no-repeat;background-size:contain;-webkit-transform:translate(50%,50%);-ms-transform:translate(50%,50%);transform:translate(50%,50%);z-index:1}.product_descr-btn:before{content:"";position:absolute;right:0;bottom:0;width:14px;height:14px;background:url(/img/icon/star_tab.svg);background-position:center;background-repeat:no-repeat;background-size:contain;-webkit-transform:translate(50%,50%);-ms-transform:translate(50%,50%);transform:translate(50%,50%);z-index:1}.product_complect{margin-top:70px;display:grid;gap:15px}.product_complect-top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.product_complect-name{font-size:30px;font-family:QuincyCF,sans-serif;margin-bottom:10px}.product_complect-msg{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-right:15px;z-index:-1}.product_complect-msg-text{position:relative;min-width:41%;font-weight:600;background:#f4f0f0;padding:11px 24px;border-radius:25px;margin-right:18px;transform:scale(0)}.product_complect-msg-text:before{content:"";position:absolute;top:50%;right:-22px;width:35px;height:19px;background-image:url(/img/icon/comment.svg);background-position:center;background-repeat:no-repeat;background-size:contain}.product_complect-msg img{width:49px;transform:translateY(100%)}.product_complect-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;background:var(--white);padding:15px 17px;border-radius:12px;-webkit-box-shadow:0 0 5px #0000002e;box-shadow:0 0 5px #0000002e;z-index:1}.product_complect-item_left,.product_complect-item_right{display:flex;align-items:center}.product_complect-item_left{width:70%}.product_complect-item_left .product_complect-item-buy,.product_complect-item_left .product_complect-item-price{display:none}.product_complect-item-img{position:relative;width:77px;min-width:77px;height:77px;border-radius:50%;margin-right:30px;overflow:hidden}.product_complect-item-img img{-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:100%;height:100%}.product_complect-item-name a,.product_complect-item-name span{display:block;font-weight:500;margin-bottom:15px}.product_complect-item-price{font-size:20px;font-weight:600;white-space:nowrap}.product_complect-item-status{position:absolute;top:56%;left:50%;width:10px;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.product_complect-item-ready{position:absolute;top:56%;left:50%;width:10px;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);opacity:0;visibility:hidden}.product_complect-item-buy{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:54px;min-width:54px;height:54px;background:var(--yellow);border-radius:50%;margin-left:30px;-webkit-transition:var(--basicTransition);-o-transition:var(--basicTransition);transition:var(--basicTransition);cursor:pointer}.product_complect-item-buy:hover{background:var(--blue)}.product_complect-item-buy img{max-width:27px}.product_complect-item-buy.none{background:#ddd}.product_complect-item-buy.none .product_item-buy-status{max-width:12px}.product_complect-item-buy.ready{background:var(--blue)}.product_complect-item-buy.ready .product_complect-item-status{opacity:0;visibility:hidden}.product_complect-item-buy.ready .product_complect-item-ready{opacity:1;visibility:visible}.product_recommend{max-width:100%;margin-top:70px}.product_recommend-name{font-family:QuincyCF,sans-serif;font-size:30px;margin-bottom:30px}.product_recommend-slider{position:relative;width:calc(100% + var(--containerPadding));padding-right:var(--containerPadding)}.product_recommend-slider:before{content:"";position:absolute;top:0;left:0;width:120px;height:100%;background:linear-gradient(90deg,#fff 42%,#fff0);opacity:1;visibility:visible;transition:var(--basicTransition);z-index:2}.product_recommend-slider:after{content:"";position:absolute;top:0;right:0;width:120px;height:100%;background:linear-gradient(270deg,#fff 58%,#fff0);opacity:1;visibility:visible;transition:var(--basicTransition);z-index:2}.product_recommend-slider.position-start:before{opacity:0;visibility:hidden}.product_recommend-slider.position-end:after{opacity:0;visibility:hidden}.product_recommend-slider .swiper-button-next,.product_recommend-slider .swiper-button-prev{width:12px;height:24px}.product_recommend-slider .swiper-button-next.swiper-button-disabled,.product_recommend-slider .swiper-button-prev.swiper-button-disabled{opacity:0!important}.product_recommend-slider .swiper-button-prev{background:url(/img/icon/slider_left.svg);left:18px}.product_recommend-slider .swiper-button-next{background:url(/img/icon/slider_right.svg);right:18px}.product_recommend-slide{width:240px}.product_recommend-slide .product_item:before{display:none!important}.product_request{margin-top:50px;padding-top:40px;border-top:1px solid #dadada}.product_request-top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.product_request-name{font-family:QuincyCF,sans-serif;font-size:30px}.product_request-btn{font-size:14px;padding:19px 37px;border:1px solid var(--grey);border-radius:55px;cursor:pointer}.product_request-list{margin-top:50px}.product_request-item{padding-bottom:30px;border-bottom:1px solid #f5f5f5;margin-bottom:34px}.product_request-item:last-of-type{border-bottom:none}.product_request-item-top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:20px}.product_request-item-name{font-size:14px;font-weight:600}.product_request-item-text{font-size:14px}.product_request-pagination{margin-top:65px}#sizeModal .modal{font-size:20px;padding:34px 30px 30px}#sizeModal .modal-dialog{max-width:800px}#sizeModal .modal-content{border-radius:0}#addRequestModal .modal-body{padding-bottom:35px}.add_request-top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:30px}.add_request-top .star-rating{font-size:30px}.add_request-text{font-size:16px}.add_request-form .star-rating label{font-size:28px}.add_request-form input{display:block;width:100%;padding:21px 23px;background:var(--greyScale);color:var(--black);border-radius:35px;margin-bottom:17px;border:1px solid var(--greyScale);outline:0;-webkit-box-shadow:none;box-shadow:none}.add_request-form h4{font-size:20px;text-align:center;width:70%;margin:0 auto}.add_request-form input::-webkit-input-placeholder{color:var(--black)}.add_request-form input::-moz-placeholder{color:var(--black)}.add_request-form input:-ms-input-placeholder{color:var(--black)}.add_request-form input::-ms-input-placeholder{color:var(--black)}.add_request-form input::placeholder{color:var(--black)}.add_request-form textarea{width:100%;height:105px;border-radius:8px;padding:18px 23px;background:var(--greyScale);color:var(--black);border:1px solid var(--greyScale);margin-bottom:35px;resize:none}.add_request-form textarea::-webkit-input-placeholder{color:var(--black)}.add_request-form textarea::-moz-placeholder{color:var(--black)}.add_request-form textarea:-ms-input-placeholder{color:var(--black)}.add_request-form textarea::-ms-input-placeholder{color:var(--black)}.add_request-form textarea::placeholder{color:var(--black)}.add_request-btn{display:block;font-size:18px;padding:17px 48px;margin:0 auto}.checkout_wrapp{position:relative;display:grid;grid-template-columns:6fr 2fr 4fr}.checkout_ref-wrapp.is_recommended_code{display:none}#input-is_recommended:checked~.checkout_ref-wrapp.is_recommended_code{display:flex}.checkout_main{position:relative}.checkout_title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;text-transform:none;font-size:30px;margin-top:55px}.checkout_title a{font-family:Montserrat,sans-serif;font-size:14px;font-weight:400;color:#aaa;text-decoration:underline}.checkout_title a:hover{color:var(--redLight)}.checkout_user{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-top:33px}.checkout_user-item{position:relative;width:100%;padding-bottom:22px;border-bottom:1px solid var(--whiteLight);color:#9a9a9a}.checkout_user-item.active{border-color:var(--yellow);color:#0e0e0e}.checkout_user-item:nth-child(2){text-align:right}.checkout_user-item:before{content:"";position:absolute;right:0;bottom:0;width:14px;height:14px;background:url(/img/icon/star_tab.svg);background-position:center;background-repeat:no-repeat;background-size:contain;-webkit-transform:translate(50%,50%);-ms-transform:translate(50%,50%);transform:translate(50%,50%);z-index:1}.checkout_user-item:last-child:before{display:none}.checkout_user_info{display:grid;grid-template-columns:1fr 1fr;grid-gap:17px 30px;margin-top:50px}.checkout_user_info+.checkout_user_info{margin-top:40px;grid-gap:30px}.checkout_user_info .input_wrapper{margin-bottom:0}.checkout_user_info .input_wrapper input{padding:23px}.checkout_payment_methods_wrapper,.checkout_shipping_methods_wrapper{margin-top:33px}.checkout .radio{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:27px}.checkout .radio.radio_flex{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.checkout .radio.radio_flex label{display:grid}.checkout .radio.radio_flex label span{color:#999;display:none}.checkout .radio.radio_flex .input_radio:checked+label span{display:block;font-weight:400;font-size:12px}.payment-wrapper{display:flex;align-items:center;gap:10px}.payment-wrapper img{width:20px;height:20px}.payment-wrapper .payment-name{line-height:110%}.checkout .radio.receiver-radio{margin-bottom:0}.checkout .radio_form{display:grid;grid-template-columns:1fr 1fr;grid-gap:17px 30px;margin-top:27px;margin-bottom:33px}.checkout .radio_form.address{grid-template-columns:100%}.checkout .radio_form-address{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:17px 30px}.checkout .radio_form-address .input_wrapper:first-child{grid-column:span 2}.checkout_main .input_wrapper.valid-field{position:relative}.checkout .radio_form .input_wrapper{margin-bottom:0}.checkout_main .input_wrapper.valid-field:after{position:absolute;content:"";height:53px;width:110px;right:2px;top:1px;border-top-right-radius:55px;border-bottom-right-radius:55px;background:linear-gradient(to right,#fff0,#fff 53%);pointer-events:none;z-index:1}.checkout .radio_img{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:-webkit-max-content;width:-moz-max-content;width:max-content;height:17px;margin-left:26px;margin-top:2px}.checkout .radio_img img{max-width:none;width:auto;height:100%;margin-right:16px}.checkout .radio_img img:last-child{margin-right:0}.checkout_comment{margin-top:62px}.checkout_call label{margin-top:23px;font-weight:400!important}.checkout_call .form_file_field label{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;font-size:14px}.checkout_call .form_file_field label svg{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:15px;margin-right:15px}.checkout_call .input_checkbox:checked+label:before{background:var(--yellow);border-color:var(--yellow)}.checkout_product_wrapper{margin-top:47px;margin-bottom:35px}.checkout_product_wrapper .cart_product-item{grid-template-columns:92px auto;grid-gap:30px}.cart_product-item-img{object-fit:cover;object-position:center;aspect-ratio:92/127}.checkout_product_wrapper .cart_product-item-name{max-width:305px;font-size:16px;padding-right:18px}.checkout_product_wrapper .cart_product-item-size{font-size:14px}.checkout_product_wrapper .cart_product-item-price{font-size:24px}.checkout_coupone{width:calc(100% + var(--containerPadding) * 2);margin-left:calc(-1 * var(--containerPadding));padding:0 var(--containerPadding);border-bottom:1px solid #dbdbdb;border-top:1px solid #dbdbdb}.checkout_coupone~.checkout_coupone{border-top:0}.checkout_coupone-btn{padding:28px 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.checkout_coupone-btn img{width:16px;transition:.3s;transform:none}.checkout_coupone-btn img.active{transform:rotate(180deg)}.checkout_reward-btn{padding:28px 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.checkout_reward-btn img{width:16px;transition:.3s;transform:none}.checkout_reward-btn img.active{transform:rotate(180deg)}.checkout_coupone-wrapp,.checkout_ref-wrapp{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;margin-bottom:28px;height:60px;background:var(--white);border:1px solid #ddd;border-radius:40px}.checkout_coupone-wrapp input,.checkout_ref-wrapp input{width:100%;height:100%;border:none;border-right:none;padding:28px;background:0 0;outline:0}.checkout_coupone-wrapp button,.checkout_ref-wrapp button{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:15px 46px;background:#dbc8b7;border-color:#dbc8b7;font-size:18px;margin-right:-2px}.checkout_coupone-wrapp button img,.checkout_ref-wrapp button img{width:17px;margin-right:9px}.checkout_coupone-wrapp.ready button,.checkout_ref-wrapp.ready button,.checkout_coupone-wrapp.ready button:hover,.checkout_ref-wrapp.ready button:hover{background:var(--blue);border-color:var(--blue)}.checkout_bal{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:calc(100% + var(--containerPadding) * 2);margin-left:calc(-1 * var(--containerPadding));padding:28px var(--containerPadding);border-bottom:1px solid #dbdbdb}.checkout_bal a{text-decoration:underline!important}.checkout_bal a:hover{color:var(--redLight)!important}.checkout_sum{margin-top:28px;margin-bottom:30px}.checkout_sum_item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;font-family:QuincyCF,sans-serif;font-size:20px;margin-bottom:5px}.checkout_sum_item_total{margin-top:25px;font-size:30px}.checkout_sum_item:first-child{margin-top:0}.checkout_sum_item:last-child{margin-bottom:0}.checkout_sum_button{display:block;font-size:31px;font-weight:400;font-family:QuincyCF,sans-serif;padding:20px 30px;margin:0 auto}.total-lineheight-mini{line-height:23px}.checkout_sum_item_total .old{font-size:20px;text-decoration:line-through;font-weight:400;text-align:right}.checkout_sum_button-descr{display:none;flex-direction:column;align-items:flex-end;min-width:40%;text-transform:none}.checkout_sum_button-descr span{font-size:14px;text-transform:lowercase;margin-bottom:5px}.checkout_privacy{width:100%;margin-bottom:45px}.checkout_privacy a{text-decoration:underline!important}.checkout_privacy a:hover{color:var(--redLight)!important}.checkout_privacy label{font-size:14px;margin-bottom:0}.checkout_privacy input~label:before{border-color:var(--black)!important}.checkout_privacy input:checked~label{font-weight:400}.checkout_privacy input:checked~label:before{border-color:var(--blue)!important}.checkout_privacy input a{display:inline;text-decoration:underline}.checkout-products-total{display:none;width:calc(100% + var(--containerPadding) * 2);padding:20px var(--containerPadding);margin-left:calc(-1 * var(--containerPadding));margin-bottom:10px;border-top:1px solid #c8c8c8;border-bottom:1px solid #c8c8c8}.checkout_sticky{display:none}.checkout_sticky-total{border-top:1px solid #c8c8c8}.sticky-container{display:flex;align-items:center;justify-content:space-between;width:calc(100% + var(--containerPadding) * 2);font-size:16px;font-family:QuincyCF,sans-serif;margin-left:calc(-1 * var(--containerPadding));padding:5px var(--containerPadding);border-bottom:1px solid #c8c8c8}.checkout_sticky-bottom{position:relative;width:calc(100% + var(--containerPadding) * 2);margin-left:calc(-1 * var(--containerPadding));padding:0 var(--containerPadding);background:#f6f6f6;grid-column-start:3;position:-webkit-sticky;position:sticky;top:0;height:-webkit-max-content;height:-moz-max-content;height:max-content;min-height:100vh}.checkout_sticky-bottom:before{content:"";position:absolute;bottom:0;left:0;width:100%;height:119px;background:#f6f6f6;-webkit-transform:translateY(100%);-ms-transform:translateY(100%);transform:translateY(100%)}.checkout_msg{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:43px;font-size:12px;color:var(--redLight)}.checkout_msg img{width:26px;margin-right:16px}.checkout-paymeny-methods-wrap{position:relative}.checkout_star{position:absolute;width:18vw;height:auto;right:0;top:20%;-webkit-transform:translateX(50%,-50%);-ms-transform:translateX(50%,-50%);transform:translate(50%,-50%);z-index:-1}.success{margin-top:120px}.success_main{max-width:380px}.success_main-title{margin-bottom:25px}.success_main-text{margin-bottom:40px}.success_main-btn{font-size:16px;padding:20px 50px}.success_main-btn-mob{display:none;width:-webkit-max-content;width:-moz-max-content;width:max-content;font-size:16px;padding:20px 40px}.success_info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;max-width:690px}.success_info-content{position:relative;padding:53px 42px 63px;background:var(--yellowTab);border-radius:15px;margin-right:50px}.success_info-content:before{content:"";position:absolute;bottom:30px;right:-47px;width:77px;height:41px;background-image:url(/img/icon/comment_yellow.svg);background-position:center;background-repeat:no-repeat;background-size:contain}.success_info-title{font-size:22px;margin-bottom:35px}.success_info-img{width:128px}.about{max-width:100vw;margin-top:40px;font-size:17px;overflow:hidden}.about-title{font-family:QuincyCF,sans-serif;font-size:70px;line-height:1.1;margin-bottom:40px}.about-magic{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;max-width:625px;margin-left:100px;margin-bottom:85px;font-weight:600}.about-magic img{width:50px;margin-right:32px}.about-text{margin-bottom:60px}.about-text:last-child{margin-bottom:0}.about_search{margin-bottom:45px}.about_search-title{font-size:22px;font-weight:600;margin-bottom:22px}.about_search-wrapp{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:16px 30px}.about_search-item{position:relative;padding-left:29px}.about_search-item:before{content:"";position:absolute;top:4px;left:0;width:17px;height:17px;background-image:url(/img/icon/star_tab.svg);background-position:center;background-repeat:no-repeat;background-size:contain}.about_img{position:relative;width:100%}.about_img_mob{display:none;margin-bottom:46px;text-align:center}.about_img_mob img{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}.about_img_mob-text{font-size:18px;font-weight:600}.about_img_mob-text span{font-size:12px}.about_img img{width:56vw;max-width:none;margin-left:-2vw}.about_img-text{position:absolute;top:13vw;right:0;font-size:20px;line-height:1.2;font-weight:600;text-align:right}.about_img-text span{font-size:12px}.contact{margin-top:45px}.contact_title{margin-bottom:45px;font-size:45px}.contact_wrapper{display:grid;grid-template-columns:18fr 8fr;grid-gap:15px}.contact_subtitle{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;line-height:1.1;margin-bottom:0;font-size:30px;font-family:QuincyCF,sans-serif}.contact_subtitle:hover img{transform:rotate(-180deg)}.contact_subtitle img{width:40px;min-width:40px;margin-right:28px;transition:.5s}.contact_info{display:grid;grid-template-columns:1fr 1fr;grid-gap:3vw;margin-top:27px}.contact_info-main{height:-webkit-max-content;height:-moz-max-content;height:max-content;background:#f3f3f3;border-radius:8px;padding:35px 40px;font-size:14px}.contact_info-title{font-size:18px;font-weight:600}.contact_info-subtitle{margin-bottom:14px}.contact_info-tel{display:block;font-size:40px;font-weight:800;margin-bottom:20px}.contact_info-social{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.contact_info-social-title{max-width:125px}.contact_info-social-item{width:53px;margin-left:17px}.contact_info-short{max-width:410px}.contact_info-short-weekends{border:1px solid #f7c868;border-radius:10px;padding:15px 23px;margin-bottom:40px}.contact_info-short-weekends{font-size:13px}.contact_info-short-weekends .contact_info-short-title{margin-bottom:10px}.contact_info-short-item{display:grid;grid-template-columns:1fr 1fr;grid-gap:30px;margin-bottom:60px}.contact_info-short-item a{display:block}.contact_info-short-item a:hover{text-decoration:underline}.contact_info-short-mail{margin-bottom:26px}.contact_form-top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:flex-start;-ms-flex-align:flex-start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.contact_form-msg{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-right:27px}.contact_form-msg span{position:relative;display:block;font-size:10px;padding:9px 11px;background:#e9e9e9;border-radius:20px}.contact_form-msg span:before{content:"";position:absolute;top:15px;right:-14px;width:20px;height:11px;background-image:url(/img/icon/comment_contact.svg);background-position:center;background-repeat:no-repeat;background-size:contain}.contact_form-msg img{width:43px;margin-left:8px}.contact_form-wrapp textarea{margin-bottom:25px}.contact_form-wrapp .btn{font-size:18px;padding:17px 70px}.error{margin-top:100px}.error_wrapp{margin-left:39px}.error_img{max-width:480px;margin-bottom:48px}.error_msg{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-right:27px}.error_msg span{position:relative;display:block;font-size:19px;padding:20px 25px;background:#e9e9e9;border-radius:20px}.error_msg span:before{content:"";position:absolute;bottom:21px;right:-47px;width:74px;height:40px;background-image:url(/img/icon/comment_contact.svg);background-position:center;background-repeat:no-repeat;background-size:contain}.error_msg img{width:64px;margin-left:60px}.error_catalog{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:70px}.error_catalog .catalog_menu_item-title{display:block;width:100%;font-weight:500;text-align:center}.request{margin-top:30px}.request_wrapp{display:grid;grid-template-columns:15fr 7fr;grid-gap:165px}.request_main-top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.request_main-top h1{font-family:QuincyCF,sans-serif;font-size:45px;text-transform:none}.request_main-tabs{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.request_main-tabs .tab{margin-left:14px}.request_main-tabs .tab:first-child{margin-left:0}.request_main-list{margin-top:40px;padding-top:30px;border-top:1px solid #ddd}.request_main-list-top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.request_main-name{font-family:QuincyCF,sans-serif;font-size:30px}.request_main-btn{font-size:14px;padding:19px 37px;border:1px solid var(--grey);border-radius:55px;cursor:pointer}.request_main-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;width:calc(100% + --containerPadding);margin-left:calc(-1 * var(--containerPadding));padding-bottom:47px;padding-left:var(--containerPadding);border-bottom:1px solid #ddd;margin-bottom:39px}.request_main-item:last-of-type{padding-bottom:0;margin-bottom:0;border-bottom:none}.request_main-item-img{width:134px;min-width:134px;margin-right:69px}.request_main-item-img a{display:block;width:100%;font-size:12px;text-align:center;margin-top:23px}.request_main-item-descr{width:100%}.request_main-item-info .request_main-item-img,.request_main-item-info .link{display:none}@media all and (min-width:600px){.product_info.special-label{min-width:180px;flex:0 0 auto;margin-left:28px}.request_main-item-img-mobile,.desktop-hidden{display:none}.product_complect{max-width:70%}}.request_main-item-top-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex}.request_main-item-img-mobile{width:79px;margin-right:12px}@media all and (max-width:600px){.request_main-item-top-wrapper{margin-bottom:17px}}.request_main-item-top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:20px;width:100%}.request_main-item-name{font-size:14px;font-weight:600}.request_main-item-text{font-size:13px}.request_main-item-shop{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;max-width:700px;font-size:14px;font-weight:500;margin-top:30px;padding:0 19px}.request_main-item-shop img{width:23px;margin-right:24px}.request_main-pagination{margin-top:80px}.btn_feedback{display:none}.request_form{position:-webkit-sticky;position:sticky;top:100px;height:-webkit-max-content;height:-moz-max-content;height:max-content}.request_form-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;font-family:QuincyCF,sans-serif;font-size:45px}.request_form-close{display:none;width:16px;height:auto}.request_form-top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-top:39px;font-size:16px;margin-bottom:30px}.request_form .star-rating label{padding:0 8px 0 0;font-size:26px;line-height:1}.request_form input{margin-bottom:15px}.request_form .input-error{margin-bottom:0}.request_form .text-danger{display:inline-block;margin-bottom:15px}.request_form textarea{margin-bottom:23px}.request_form button{font-size:18px;padding:18px 70px}.request_button{position:fixed;left:0;bottom:0;width:100%;font-size:18px;font-weight:600;text-align:center;background:var(--yellow);padding:25px;-webkit-box-shadow:0 -1px 10px rgba(0,0,0,.18);box-shadow:0 -1px 10px #0000002e;opacity:0;visibility:hidden;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-transition:var(--basicTransition);-o-transition:var(--basicTransition);transition:var(--basicTransition);z-index:90}.account{margin-top:42px}.account_menu{width:100%;max-width:310px;background:#f4f0f0;border-radius:35px 35px 15px 15px}.account_menu-fix{display:none;position:fixed;bottom:0;left:0;width:100%;max-width:100vw;height:70px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:15px var(--containerPadding);background:var(--blue);-webkit-transition:var(--basicTransition);-o-transition:var(--basicTransition);transition:var(--basicTransition);z-index:90}.account_menu-fix-btn{width:40px;height:auto;-webkit-transition:var(--basicTransition);-o-transition:var(--basicTransition);transition:var(--basicTransition)}.account_menu-fix-btn.active{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.account_menu-fix-link{width:auto;height:20px}.account_menu-fix-link img{width:auto;height:100%}.account_menu-name{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:var(--yellow);border-radius:60px;padding:13px 16px;font-size:16px;font-weight:600}.account_menu-photo{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:48px;min-width:48px;height:48px;background:#fdf5ee4d;border-radius:50%;margin-right:19px}.account_menu-photo img{max-width:18px}.account_menu-bonus{padding:19px;text-align:center;font-size:14px;border-bottom:1px solid var(--white)}.account_menu-bonus b{font-size:19px}.account_menu-content{padding:19px 26px;border-bottom:1px solid var(--white)}.account_menu-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:15px 0;font-size:16px}.account_menu-item.active{font-weight:600}.account_menu-item img{width:22px;margin-right:29px}.account_menu-logout{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:19px 26px;font-size:16px}.account_menu-logout img{width:22px;min-width:22px;margin-right:29px}.account_main{padding-left:5vw}.account_main-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;margin-bottom:45px}.account_main-descr{font-size:18px;font-weight:600;margin-bottom:34px}.account_main-add{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:16px;margin-bottom:60px}.account_main-add img{width:24px;margin-right:19px}.account_main-child-add{width:24px;margin-left:22px;cursor:pointer}.account_main-child-item{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;background:#f4f0f0;border-radius:20px;padding:18px 11px;margin-bottom:15px;font-size:14px;font-weight:600}.header_buttons_item .header_account-star{transform-origin:11px 5px;transition:transform .3s ease-in-out}.header_buttons_item:hover .header_account-star{transform:rotate(180deg);transition:transform .3s ease-in-out}.account_main-child-item.active{z-index:2}.account_main-child-item.active .help_form-main{opacity:1;visibility:visible;-webkit-user-select:auto;-moz-user-select:auto;-ms-user-select:auto;user-select:auto;pointer-events:auto}.account_main-child-img{width:33px;margin-right:12px}.account_main-child span{width:100%}.account_main-child-edit{width:40px;min-width:40px;margin-left:12px}.account_main-child .help_form{width:100%;margin-bottom:15px;margin-right:0}.account_main-child .help_form:before{display:none}.account_main-child .help_form .help_form-main{position:relative;bottom:auto;opacity:1;visibility:visible;-webkit-user-select:auto;-moz-user-select:auto;-ms-user-select:auto;user-select:auto;pointer-events:auto;-webkit-transform:none;-ms-transform:none;transform:none}.account_wishlist .product_item{margin-bottom:67px}.account_form{display:grid;grid-template-columns:1fr 1fr;grid-gap:24px 30px;margin-bottom:100px;margin-right:3vw}.account_form .input_wrapper{margin-bottom:0}.account_form-btn{width:100%;font-size:18px;grid-column-start:1}.history{margin-bottom:17px}.history-header{display:grid;grid-template-columns:3fr 3fr 4fr 3fr 4fr;grid-gap:30px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:14px 80px 14px 11px;background:#ffe6b2;border-radius:30px;cursor:pointer}.history-header.collapsed .history-btn svg path{fill:var(--yellow)}.history-header.collapsed .history-btn-arrow{-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.history-numb{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:17px;font-weight:600}.history-btn{position:relative;width:32px;height:auto;margin-right:22px}.history-btn svg path{fill:var(--blue);-webkit-transition:var(--basicTransition);-o-transition:var(--basicTransition);transition:var(--basicTransition)}.history-btn-arrow{position:absolute;top:50%;left:50%;width:13px;-webkit-transform:translate(-50%,-50%) rotate(180deg);-ms-transform:translate(-50%,-50%) rotate(180deg);transform:translate(-50%,-50%) rotate(180deg);-webkit-transition:var(--basicTransition);-o-transition:var(--basicTransition);transition:var(--basicTransition)}.history-date{font-size:17px}.history-sum{font-size:16px;font-size:14px}.history-status{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.history-status img{width:24px;min-width:24px;margin-right:17px}.history-body{padding-top:47px}.history_item{display:grid;grid-template-columns:10fr 7fr;grid-gap:55px;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;padding-right:30px;padding-bottom:29px;border-bottom:1px solid #ddd;margin-bottom:29px}.history_item:last-child{border-bottom:none;margin-bottom:0}.history_item-name{font-size:16px;margin-bottom:40px}.history_item-content{display:grid;grid-template-columns:105px auto;grid-gap:30px;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.history_item-size{font-size:14px}.history_item-size span{text-decoration:underline}.history_item-info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.history_item-info-item.artcl{font-size:14px}.history_item-info-item.price{font-size:16px}.history_item-shipping{line-height:1.3}.history_item-shipping b{font-weight:700}.history_item-total{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;font-size:18px;line-height:1;font-weight:600}.info-bonus-title{color:#0e0e0e;font-family:QuincyCF;font-size:70px;font-style:normal;font-weight:400;line-height:110%;margin-bottom:50px;text-transform:none}.info-bonus-slogan{display:flex;align-items:flex-end;margin-bottom:70px}.info-bonus-slogan-text{color:#000;font-size:17px;font-style:normal;font-weight:600;line-height:150%}.info-bonus-slogan svg{flex:0 0 auto;width:45px;margin-right:50px}.info-bonus-list-title{color:#000;font-size:20px;font-style:normal;font-weight:600;line-height:120%;margin-bottom:55px}.info-bonus-list{display:flex;flex-direction:column;grid-gap:30px;margin-bottom:55px}.info-bonus-list-item{padding-left:80px;background:url(/img/bonus-page-list-dot.svg) 0 3px no-repeat;background-size:50px}.info-bonus-list-item ul{margin-bottom:0;padding-left:1em}.info-bonus-list-item ul li{font-size:15px;font-style:normal;line-height:140%}.info-bonus-list-item ul li::marker{font-size:10px}.info-bonus-list-item ul p{font-size:14px;line-height:140%;margin-bottom:0}.bonus-info-page{padding-top:39px;background:url(/img/bonus-page-bg.jpg) 100% 50px no-repeat;background-size:45% auto}.info-bonus-list-item-title{color:#000;font-size:18px;font-style:normal;font-weight:600;line-height:140%;margin-bottom:12px}.btn-primary.bonus-register-btn{padding:20px 74px;font-size:22px}.bonus{position:relative;color:var(--white);background:var(--redLight);border-radius:20px;padding:35px 280px 35px 145px;margin-bottom:75px}.bonus_gnome{position:absolute;bottom:0;left:25px;width:95px}.bonus_title{color:#fff;font-size:20px;font-style:normal;font-weight:600;line-height:110%;margin-bottom:25px;max-width:540px}.bonus-code .label{color:#fff;font-size:14px;font-style:normal;font-weight:600;line-height:110%;margin-bottom:20px}.bonus-code-input{max-width:540px;color:#2a2a2a;font-size:15px;font-style:normal;font-weight:600;line-height:180%;padding:19px 33px;border-radius:80px;background:#fff;position:relative}.copy-bonus-code{position:absolute;right:0;top:0;height:100%;aspect-ratio:1/1;background:#f7c868;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .5s}.copy-bonus-code svg{width:28px;transition:all .5s}.copy-bonus-code.copied svg{transform:rotate(180deg)}.bonus-subtitle{color:#0e0e0e;font-family:QuincyCF;font-size:30px;font-style:normal;font-weight:400;line-height:110%;margin-bottom:35px}.copy-bonus-code.copied{background:#96cbc8}.bonus-wall{border-radius:20px;background:#f5f5f5;padding:25px 50px 40px;margin-bottom:33px}.bonus-wall-header{display:flex;align-items:center;margin-bottom:45px}.bonus-wall-header-title{margin-bottom:12px;color:#000;font-size:18px;font-style:normal;font-weight:600;line-height:140%}.bonus-wall-header-text{color:#000;font-size:14px;font-style:normal;font-weight:400;line-height:140%}.bonus-wall-header svg{width:50px;margin-right:50px;flex:0 0 auto}.bonus-wall-body-title{color:#000;font-family:Montserrat;font-size:16px;font-style:normal;font-weight:600;line-height:140%;margin-bottom:28px}.bonus-wall-body-list{list-style:none;padding:0}.bonus-wall-footer{color:#000;font-family:Montserrat;font-size:14px;font-style:normal;font-weight:600;line-height:120%}.bonus-wall-body-list li{background:url(/img/list-dot.svg) 0 0 no-repeat;padding-left:36px;font-size:14px;line-height:120%}.bonus-wall-footer-flex p{color:#000;font-size:14px;font-weight:600;line-height:120%;margin-bottom:0}.bonus-wall-footer-flex{display:flex;align-items:center}.children-link{margin-left:41px;border-radius:40px;background:linear-gradient(0deg,#f7c868 0 100%),linear-gradient(0deg,#fff 0 100%),#fff;padding:12px 25px;display:inline-block;font-size:14px;font-style:normal;font-weight:500;line-height:120%;text-align:center}.bonus-wall-body-list li.atention{background:url(/img/list-dot-atention.svg) 0 0 no-repeat;background-size:17px}.bonus-wall-body-list li+li{margin-top:16px}.bonus-use-title{color:#000;font-size:20px;font-style:normal;font-weight:600;line-height:120%;margin-bottom:30px}.bonus-use-info{margin-top:85px}.bonus-use-info ul{list-style:none;padding:0;margin-bottom:0}.bonus-use-info ul li{background:url(/img/list-dot.svg) 0 3px no-repeat;padding-left:36px;color:#000;font-size:15px;font-style:normal;font-weight:400;line-height:140%}.bonus-use-info ul li.atention{background:url(/img/list-dot-atention.svg) 0 3px no-repeat;background-size:17px}.bonus-use-info ul li+li{margin-top:16px}.bonus_list{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:15px}.bonus_item{position:relative;padding-left:26px}.bonus_item:before{content:"";position:absolute;top:2px;left:0;width:16px;height:16px;background:url(/img/icon/star_white.svg);background-position:center;background-repeat:no-repeat;background-size:contain}.bonus_proc{position:absolute;top:-5px;right:-30px;width:auto;height:calc(100% + 15px)}.bonus_info-title{font-size:23px;font-weight:600;margin-bottom:43px}.bonus_info-item{display:grid;grid-template-columns:53px auto;grid-gap:9px 26px;margin-bottom:42px}.bonus_info-item:last-child{margin-bottom:0}.bonus_info-img{position:relative;width:100%}.bonus_info-img img{position:absolute;top:0;left:0;width:100%}.bonus_info-content{grid-column-start:2;font-size:14px;max-width:740px}.bonus_info-subtitle{font-size:18px;font-weight:600}.faq{font-size:14px;margin-top:45px}.faq_title{margin-bottom:45px}.faq_item{max-width:650px;margin-bottom:45px}.faq_item-title{display:flex;align-items:center;font-weight:600;margin-bottom:21px}.faq_item-title img{width:31px;margin-right:15px}.faq_item-title span{font-weight:400}.faq_item-text{margin-bottom:16px}.faq_item .faq_item-text:last-child{margin-bottom:0}.faq_item-text span{font-size:11px}.instagram-top{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:50px}.instagram-feed{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;gap:30px;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.instagram-feed-item{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:calc(25% - 22px)}.instagram-feed-item img{-o-object-fit:cover;object-fit:cover;aspect-ratio:1/1;margin-bottom:20px}.instagram-feed-item p{font-size:15px;line-height:20px}@media (min-width:1200px){.product-list .col-xl-3{flex:0 0 auto;width:33.3333333333%}}@media (min-width:1680px){.col-xl-3{flex:0 0 auto;width:25%}.col-xl-20{flex:0 0 auto;width:20%}}@media screen and (max-width:1500px){.blog_title,.category_title,.contact_title,.request_form-title,.request_heading{font-size:43px}.banner_slider-text{bottom:9vh}.category_sort-item{margin-right:30px}.product_descr-btn{font-size:14px;padding:12px}.product_char-size{width:65%}}@media screen and (max-width:1300px){html{--headerPadding: 15px;--headerHeight: 86px }.blog_title,.category_title,.contact_title,.request_form-title,.request_heading{font-size:40px}.blog-article_title,.blog_banner-title{font-size:37px}header .header_link-item{font-size:14px;margin-right:43px}header .header_cart{width:36px;height:36px}.header_top{font-size:12px}.banner_slider-text{font-size:85px;bottom:7vh}.slogan{margin-top:70px}.slogan-wrapp{grid-gap:50px}.slogan-title{font-size:50px;margin-bottom:45px}.category_slider{margin-top:100px}.category_slider-name{font-size:19px}.hits{margin-top:100px}.hits-top{margin-bottom:60px}.product_item-availability{font-size:12px}.product_item-availability img{width:25px;margin-right:7px}.product_item-price{font-size:19px}.product_item-price.old span{font-size:14px;margin-right:8px}.product_item-wishlist{width:18px;right:20px}.product_item-sale{width:60px;top:15px;left:15px}.product_item-sale-wrapp span{font-size:21px}.product_item-bestseller,.product_item-mark{width:55px;top:15px;left:15px}.product_item-buy{width:60px;height:60px;min-width:60px;min-height:60px}.product_item-buy img{max-width:30px}.product_item-size-item label input~span{min-width:27px;height:27px;font-size:12px;margin-right:9px}.product_item-color-wrapp{width:30px;height:30px;padding:4px}.product_char-size{width:70%}.product_buy{margin-top:50px}.product_button{grid-gap:15px}.top{margin-top:130px}.top-title{font-size:33px}.top-title span{font-size:18px}.top-name{font-size:65px}.top-descr{font-size:15px}.top-price{font-size:30px}.top-color-wrapp{width:50px;height:50px;margin-right:8px}.top-wear{width:29vw}.top-star{left:27%;bottom:22%;width:15vw}.top_video-btn{width:170px;height:170px}.checkout_sticky-bottom:before{height:100px}.blog_slider-name{font-size:16px}.catalog_top{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.catalog_tabs{margin-left:0}.catalog_menu{grid-gap:15px 30px}.catalog_menu_item-title{font-size:16px}.catalog_menu_item-link:first-child{margin-top:7px}.catalog_menu_popular-text{font-size:28px}.catalog_menu_popular-text .left{position:absolute;top:83px;left:0;-webkit-transform:translate(-100%,-100%);-ms-transform:translate(-100%,-100%);transform:translate(-100%,-100%)}.catalog_menu_popular-text .big{font-size:110px;line-height:.7}.cart_top,.options_top{margin-bottom:40px}.cart_close,.options_close{width:21px}.cart_product{padding-right:30px;margin-bottom:48px}.cart_product-item{grid-gap:25px!important;margin-bottom:28px!important}.product_name{font-size:32px}.product_param{font-size:13px;margin-top:20px}.product_param-item img{width:25px;margin-right:7px}.product_complect-name{font-size:28px}.product_complect-msg-text{font-size:13px;padding:10px 15px}.product_complect-item{padding:15px 18px}.product_complect-item-img{width:70px;min-width:70px;height:70px;margin-right:20px}.product_recommend{margin-top:50px}.product_recommend-name{font-size:28px}.product_request{margin-top:40px;padding-top:30px}.product_request-name{font-size:28px}.product_request-btn{padding:15px 30px}.product_request-list{margin-top:40px}.checkout_wrapp{grid-template-columns:5fr 1fr 4fr;grid-gap:30px}.checkout_user_info,.checkout .radio_form,.checkout .radio_form.address{grid-gap:15px}.checkout_product_wrapper .cart_product-item{grid-gap:25px!important}.about{font-size:16px}.about-title{font-size:60px}.about-magic{margin-bottom:60px}.about-text{margin-bottom:50px}.about_search-title{font-size:21px}.error_wrapp{margin-left:0}.error_msg img{width:55px;margin-left:40px}.error_catalog{grid-gap:55px}.request_wrapp{grid-gap:100px}.request_main-item-img{margin-right:54px}.account_main{padding-left:3vw}.account_main-title{margin-bottom:35px}.bonus{padding:30px 210px 30px 110px;margin-bottom:65px}.bonus_gnome{width:80px}.bonus_proc{right:0;font-size:245px}.product_item .pi-position1{left:10px}.product_item .pi-position2{left:82px}.product_item .pi-position3{left:157px}}@media screen and (max-width:1200px){html{--containerPadding: 30px;--headerPadding: 6px;--headerHeight: 75px;--headerSlider: 32px }header .header_logo{max-width:106px;min-width:106px}.header_top-lang .dropdown-menu.show{transform:translate3d(0,28px,0)!important}header .header_link-item{font-size:13px;margin-right:30px}header .header_search-prod{grid-template-columns:repeat(5,1fr);grid-gap:15px}header .header_search-item:nth-child(n+6){display:none}header .header_search-more-title{font-size:13px;margin-bottom:13px}header .header_search-more-img{width:65px}header .header_search-more-btn{font-size:14px}header .header_cart img{max-width:20px}header .header_cart{width:36px;height:36px}.btn-primary{font-size:20px;padding:13px;min-width:180px}.swiper-pagination-bullets .swiper-pagination-bullet-active:before,.swiper-pagination-custom .swiper-pagination-bullet-active:before,.swiper-pagination-fraction .swiper-pagination-bullet-active:before{width:17px;height:17px}.swiper-pagination-bullets.swiper-pagination-vertical .swiper-pagination-bullet,.swiper-pagination-custom.swiper-pagination-vertical .swiper-pagination-bullet,.swiper-pagination-fraction.swiper-pagination-vertical .swiper-pagination-bullet{width:14px;height:14px;margin:6px 0!important}.banner_slider-text{font-size:70px;bottom:5vh}.banner .sale_sun{width:34vw}.banner .sale_sun-text{font-size:17px}.banner .sale_sun-text span{font-size:45px}.slogan{margin-top:50px}.slogan-title{font-size:43px;margin-bottom:35px;width:135%}.slogan-descr{font-size:18px;width:170%}.category_slider{margin-top:30px}.category_slider-item{width:21vw;height:21vw}.category_slider-name{font-size:17px}.category_slider-bestseller{width:27vw}.hits{margin-top:80px}.hits-top{margin-bottom:45px}.hits-title{font-size:33px}.hits-title span{font-size:16px}.hits-title-decor{width:17vw;top:-50%}.hits-link{font-size:18px}.hits-link img{width:25px;margin-left:20px}.product-list{margin-top:25px}.product_item{font-size:15px}.product_item:before{display:none}.product_item .swiper-button-next,.product_item .swiper-button-prev{width:10px;height:20px}.product_item .swiper-button-prev{left:10px}.product_item .swiper-button-next{right:10px}.product_item .swiper-pagination-bullet{width:11px;height:11px}.product_item-title{min-height:2.7rem;margin-bottom:18px}.product_item-info{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.product_item-availability{margin-bottom:15px}.product_item-availability img{width:22px}.product_item-price{font-size:17px}.product_item-price.old span{font-size:12px;margin-right:7px}.product_item-hover{display:none}.product_main{width:100%}.product_char-size{width:55%}.product_char-size .dropdown-toggle{padding:13px 20px}.product_buy{grid-template-columns:100%;grid-gap:20px;margin-top:40px}.product_price{font-size:28px}.product_descr{margin-top:50px}.top{margin-top:80px}.top_info>div{max-width:440px}.top-title{font-size:28px}.top-title span{font-size:16px}.top-name{max-width:450px;font-size:55px}.top-descr{font-size:13px;max-width:80%!important}.top-price{font-size:28px}.top-color-wrapp{width:44px;height:44px;margin-right:5px;padding:8px}.top_video-btn{width:150px;height:150px}.blog .hits-top{margin-bottom:45px}.blog_slider-item{width:34vw;margin:15px}.blog_slider-item .blog_slider-name{margin-top:20px}.blog_slider-name{font-size:15px}.blog_slider-badge{width:calc(100% - 80px)}.catalog_menu{grid-template-columns:repeat(4,1fr)}.catalog_menu_popular{grid-column-start:3;grid-column-end:5}.cart,.product-options{width:480px;z-index:9999}.cart_wrapper,.options_wrapper{padding:30px}.cart_product{padding-right:20px}.cart_total{font-size:22px}.checkout_sticky-bottom:before{height:80px}.filter .extra-controls{font-size:14px}.filter .extra-controls-item input{width:65px;margin:0 6px}.category_wrapper{margin-top:30px}.category_wrapper .product_item{margin-bottom:55px}.category_sort{margin-top:5px}.help{margin-left:auto;margin-right:0}.product{margin-top:35px}.product_gallery{grid-gap:15px}.product_name{font-size:26px}.product_artc{top:-63px}.product_param{margin-top:20px;-ms-flex-wrap:nowrap;flex-wrap:nowrap;overflow-x:auto}.product_param-item{white-space:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.checkout_wrapp{grid-template-columns:1fr 1fr;grid-gap:60px}.checkout_title{margin-top:40px}.checkout_user-item{font-size:14px;padding-bottom:11px}.checkout_user_info{grid-template-columns:100%;margin-top:30px}.checkout_user_info .input_wrapper:first-child{grid-column-end:2}.checkout .radio_form{grid-template-columns:100%}.checkout_comment{margin-top:25px}.checkout_product_wrapper{margin-top:35px}.checkout_product_wrapper .cart_product-item-name{font-size:14px}.checkout_product_wrapper .cart_product-item-price{font-size:21px}.checkout_product_wrapper .cart_product-item-price .old{font-size:15px}.checkout_sticky-bottom{grid-column-start:2}.checkout_star{display:none}.success{margin-top:90px}.success_main-btn{font-size:15px;padding:20px 45px}.success_info-content{margin-right:30px;padding:35px}.success_info-img{width:100px}.about-title{font-size:50px}.about-magic{font-size:15px;margin-left:75px}.about_search-wrapp{grid-template-columns:repeat(2,1fr);grid-gap:13px 30px}.about_img-text{font-size:18px;line-height:1.1}.contact{margin-top:35px}.contact_title{margin-bottom:30px}.contact_wrapper{grid-template-columns:1fr 1fr;grid-gap:45px}.contact_subtitle img{margin-right:22px}.contact_info{grid-template-columns:100%}.error{margin-top:80px}.error_msg{margin-right:0}.error_msg span{font-size:16px;padding:15px 20px}.error_catalog{grid-gap:30px}.request_wrapp{grid-gap:65px}.request_main-item-img{width:110px;min-width:100px;margin-right:40px}.request_main-item-img a{font-size:11px;margin-top:15px}.request_form-top{font-size:15px}.request_form .star-rating label{font-size:30px;padding-right:7px}.request_form input{font-size:14px}.account_menu-name{padding:10px 12px}.account_menu-photo{margin-right:10px}.account_menu-bonus{padding:15px}.account_menu-bonus b{font-size:17px}.account_menu-content{padding:12px 20px}.account_menu-item{padding:10px 0;font-size:14px}.account_menu-item img{width:18px;min-width:18px;margin-right:20px}.account_menu-logout{padding:18px 20px;font-size:14px}.account_menu-logout img{width:18px;min-width:18px;margin-right:20px}.account_main{padding-left:1vw}.history-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:14px 50px 14px 11px;grid-gap:0}.history-numb{font-size:15px}.history-btn{margin-right:12px}.history-date{font-size:14px}.history-body{padding-top:38px}.history_item-name{font-size:15px;margin-bottom:30px}.history_item-content{grid-template-columns:90px auto;grid-gap:20px}.history_item-size{font-size:13px}.history_item-info-item.artcl{font-size:12px}.history_item-info-item.price{font-size:14px}.bonus{padding:30px 30px 30px 110px;margin-bottom:50px}.bonus_title{font-size:21px;margin-bottom:35px}.bonus_list{grid-gap:10px}.bonus_proc{display:none}.bonus_info-title{font-size:21px;margin-bottom:33px}.faq{margin-top:35px}.faq_title{margin-bottom:30px}}@media (min-width:1200px) and (max-width:1600px){.product_price{font-size:27px}}@media (max-width:1020px){.category_top{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin-top:0}}@media screen and (max-width:992px){html{--headerHeight: 50px }.blog_title,.category_title,.contact_title,.request_form-title,.request_heading{font-size:38px}.blog-article_title,.blog_banner-title{font-size:34px}header .header_burger{display:block;margin:10px 20px 10px 0}header .header_content{width:100%;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}header .header_link{display:none}header .header_search-more{display:grid;grid-template-columns:50px auto 180px;grid-gap:30px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:left}header .header_search-more-title{grid-column-start:2;grid-row-start:1;margin:0;max-width:none}header .header_search-more-img{grid-column-start:1;grid-row-start:1;width:100%;margin:0}header .header_search-more-btn{grid-column-start:3;grid-row-start:1}.header_top-wrapp .swiper-button-next,.header_top-wrapp .swiper-button-prev,.header_top-lang{display:none}.header_top-close{display:block}.menu_catalog-item br{display:none}.blog_top{flex-direction:column;align-items:flex-start;margin:30px 0 40px;padding-top:0}.blog_title{margin-bottom:30px}.blog_top .blog_tabs{align-self:flex-end}.blog_banner{grid-template-columns:1fr}.blog_banner-right{order:-1}.blog_banner-left>div:nth-child(2){margin-bottom:60px}.blog_banner-title{line-height:1.2;margin:50px 0 15px}.blog_banner-star{display:none}.blog_banner .top-bestseller{display:block}.blog-article_star-1,.blog-article_star-2{display:none}.swiper-pagination-bullets .swiper-pagination-bullet-active:before,.swiper-pagination-custom .swiper-pagination-bullet-active:before,.swiper-pagination-fraction .swiper-pagination-bullet-active:before{width:14px;height:14px}.swiper-pagination-bullets.swiper-pagination-vertical .swiper-pagination-bullet,.swiper-pagination-custom.swiper-pagination-vertical .swiper-pagination-bullet,.swiper-pagination-fraction.swiper-pagination-vertical .swiper-pagination-bullet{width:12px;height:12px}.banner{grid-template-columns:1fr 1fr;grid-template-rows:2fr 1fr}.banner_slider{grid-column-start:1;grid-column-end:3}.banner_slide-img{aspect-ratio:1/1.03}.banner_popular{grid-column-start:auto}.banner_popular img{position:relative;aspect-ratio:2/1}.banner_gnome{display:none}.banner .sale_sun{width:48vw}.slogan-wrapp{grid-gap:30px}.category_slider-item{width:28vw;height:28vw;margin:15px}.category_slider-bestseller{width:29vw}.category_slider-bestseller{width:37vw}.category_slider-badge{width:8vw;right:30px}.category_slider-badge{width:11vw}.hits-top{margin-bottom:35px}.top_info{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:30px 0}.top-name{font-size:43px}.top-descr,.top-buy button,.top-bestseller,.top-star{display:none}.top_video-btn{width:115px;height:115px}.blog .hits-top{margin-bottom:35px}.blog_slider-item{width:42vw}.blog_slider-top{width:38vw}.catalog_tabs{-webkit-box-pack:normal;-ms-flex-pack:normal;justify-content:normal;max-width:100%;overflow-y:auto}.catalog_tabs .tab{white-space:nowrap}.catalog_menu{grid-template-columns:repeat(3,1fr)}.catalog_menu_item-img{margin-bottom:30px}.catalog_menu_popular{grid-column-start:2;grid-column-end:4;grid-row-start:2}.filter-body{max-height:-webkit-max-content;max-height:-moz-max-content;max-height:max-content;overflow-y:hidden}.filter .extra-controls{font-size:15px}.filter .extra-controls-item input{width:85px;margin:0 10px}.category_title-btn{display:block}.category_filter{position:fixed;top:0;left:0;width:100vw;height:100%;max-height:100%;background:var(--white);padding-bottom:50px;overflow-y:auto;z-index:90;-webkit-transition:var(--basicTransition);-o-transition:var(--basicTransition);transition:var(--basicTransition);opacity:0;visibility:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none}.category_filter-top{display:-webkit-box;display:-ms-flexbox;display:flex}.category_filter .filter{padding:0 var(--containerPadding)}.product{margin-top:25px}.product_gallery{display:none}.product_top{flex-direction:column-reverse}.product_param.minimal{width:max-content;margin-left:0}.product_info.special-label{justify-content:space-between}.product_info{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:15px}.product_artc{position:relative;top:0}.product_wishlist{margin-top:0}.product_slider{display:block}.checkout-checkout footer{display:none}.checkout_sticky-bottom{min-height:max-content}.checkout_wrapp{grid-template-columns:100%;grid-gap:0}.checkout_product_wrapper{margin:37px -10px 41px}.checkout_sum_item_total{display:none}.checkout-products-total,.checkout_sticky{display:block}.checkout_sticky-bottom{position:relative;grid-column-start:1;grid-column-end:2;width:calc(100% + var(--containerPadding) * 2);height:auto;padding-bottom:0;margin-top:50px}.checkout_sticky-bottom:before{display:none}.checkout_sticky-bottom .checkout_title,.checkout_sticky-bottom .checkout-products,.checkout_msg{display:none}.checkout_sum_button{width:calc(100% + var(--containerPadding) * 2);margin-left:calc(-1 * var(--containerPadding));padding:13px var(--containerPadding);border-radius:0;font-size:24px!important;text-transform:uppercase;display:flex;align-items:center;justify-content:space-between;text-align:left}.checkout_sum_button-descr{display:flex}.success{margin-top:50px}.success_main-btn{display:none}.success_main-btn-mob{display:block}.success_info{max-width:100%;margin-bottom:35px}.about-magic{margin-left:50px}.about_search{margin-bottom:35px}.about_search-title{font-size:18px}.about_img{display:none}.about_img_mob{display:block}.contact{margin-top:25px}.contact_wrapper{grid-template-columns:100%;grid-gap:0}.contact_info-short{max-width:100%}.contact_info-short-item{margin-bottom:50px}.error{margin-top:60px}.error_img{margin:0 auto 30px}.error_msg{max-width:480px;margin:0 auto 40px}.request_wrapp{grid-template-columns:100%}.request_main-item{margin-bottom:30px;padding-bottom:30px}.request_main-item-img{display:none;margin-right:0}.request_main-item-info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;grid-template-columns:80px auto;grid-gap:12px;margin-bottom:17px}.request_main-item-info .request_main-item-img,.request_main-item-info .link{display:block}.request_form{position:fixed;top:0;left:0;background:var(--white);width:100%;max-width:100vw;height:100%;max-height:100vh;padding:30px var(--containerPadding);overflow-y:auto;opacity:0;visibility:hidden;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-transition:var(--basicTransition);-o-transition:var(--basicTransition);transition:var(--basicTransition);z-index:100}.request_form.active{opacity:1;visibility:visible;-webkit-user-select:auto;-moz-user-select:auto;-ms-user-select:auto;user-select:auto;pointer-events:auto}.request_form-close{display:block}.request_form button{position:absolute;bottom:0;left:0;width:calc(100% + var(--containerPadding) * 2);font-size:18px;border-radius:0;padding:25px}.request_button{opacity:1;visibility:visible;-webkit-user-select:auto;-moz-user-select:auto;-ms-user-select:auto;user-select:auto;pointer-events:auto}.account{margin-top:35px}.account_menu{position:fixed;bottom:70px;left:0;width:100%;max-width:100vw;height:auto;border-radius:0;opacity:0;visibility:hidden;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-transition:var(--basicTransition);-o-transition:var(--basicTransition);transition:var(--basicTransition);z-index:90}.account_menu:before{content:"";position:absolute;top:0;left:0;width:100%;height:calc(100vh - 100%);background:#00000030;transform:translateY(-100%);user-select:none;pointer-events:none;opacity:0;visibility:hidden;transition:var(--basicTransition)}.account_menu.active{opacity:1;visibility:visible;-webkit-user-select:auto;-moz-user-select:auto;-ms-user-select:auto;user-select:auto;pointer-events:auto}.account_menu.active:before{opacity:1;visibility:visible}.account_menu-fix{display:-webkit-box;display:-ms-flexbox;display:flex}.account_menu-name{border-radius:0;padding:10px 28px}.account_menu-item{font-size:16px;padding:12px 27px}.account_menu-item img{width:22px;min-width:22px;margin-right:43px}.account_menu-logout{font-size:16px;padding:20px 50px}.account_menu-logout img{width:22px;min-width:22px;margin-right:43px}.account_main{padding-left:0}.account_wishlist .product_item{margin-bottom:50px}.account_form{margin-bottom:75px}.checkout-checkout footer{margin-top:0;margin-bottom:0}.faq{margin-top:25px}.product_item-color-zoom{display:none}}@media screen and (max-width:768px){.product_item .swiper-button-next,.product_item .swiper-button-prev,.product_item .swiper-pagination-bullet{visibility:visible;opacity:1}.product_item .swiper-button-next{right:0}.product_item .swiper-button-prev{left:0}.product_item .swiper-button-next,.product_item .swiper-button-prev{height:100%;width:40px;background-size:12px!important}}@media screen and (max-width:767px){header{padding:var(--headerPadding) var(--containerPadding)}.header-wrapper{gap:12px}header .header_logo{margin-right:0;max-width:111px;min-width:111px}.blog_title,.category_title,.contact_title,.request_form-title,.request_heading{font-size:34px}.checkout_user_info+.checkout_user_info{display:flex;flex-wrap:wrap;gap:15px}.checkout .radio.receiver-radio{margin-bottom:15px}.another_recipient{width:100%;flex:0 0 100%}.np-wrapper{gap:24px}.np-wrapper .input_radio+label{font-size:12px;line-height:15px}body{font-size:14px}.desktop_hidden{display:block}.mobile_hidden{display:none!important}.banner{grid-template-columns:100%;grid-template-rows:auto;height:auto}.banner_slider{position:relative;grid-column-end:auto;height:calc(100vh - var(--headerHeight) - var(--headerSlider))}.banner_slider-text{font-size:60px}.slogan-wrapp{grid-template-columns:100%}.slogan-wrapp img{display:none}.slogan-title{font-size:36px;width:auto}.slogan-descr{width:auto}.category_slider{margin-top:60px}.category_slider-item{width:35vw;height:35vw}.blog-article_wrapper{flex-direction:column;align-items:flex-start}.blog-article_wrapper .blog_tabs{margin-top:50px}.blog-post .blog_link{display:block}.blog_title{margin-bottom:50px}.blog-post .container{position:relative}.blog_top .blog_tabs{position:absolute;margin:0 -30px;left:30px;top:55px}.blog_top .blog_tabs::-webkit-scrollbar{display:none}.blog_link{margin-bottom:30px}.blog_link-name{font-size:15px}.blog_banner-title{margin:30px 0 15px;font-size:26px}.blog_banner-short_description{font-size:18px;width:82%}.blog_banner-left>div:nth-child(2){margin-bottom:40px}.blog_banner-left{padding:12px 0 30px}.blog-article .blog_banner-magic,.blog_banner .blog_banner-magic{font-size:15px}.blog-article .blog_banner-magic div,.blog_banner .blog_banner-magic div{margin-bottom:2px}.blog-article .blog_banner-magic img,.blog_banner .blog_banner-magic img{width:30px}.blog-article .blog_banner-magic span,.blog_banner .blog_banner-magic span{font-size:11px}.blog_banner-link{font-size:13px}.hits{margin-top:65px}.hits-title-decor,.hits-link{display:none}.product_item-price{font-size:18px}.product_item-sale{width:50px}.product_item-sale-wrapp span{font-size:17px}.tab_delivery-left{width:100%;margin-right:0}.tab_delivery-right{width:100%;margin-top:30px}.top{grid-template-columns:100%;grid-template-rows:1fr 1fr}.top-name{font-size:40px;max-width:365px}.top-price{font-weight:600}.top-wear{top:186px;left:75%;width:40vw;z-index:-1}.top-season{top:186px;height:286px}.error{margin-top:45px}.error_catalog{grid-template-columns:repeat(2,1fr)}.history_item{grid-gap:25px}.category-list{display:flex;margin-bottom:15px}.checkout_product_wrapper .cart_product-item-size{font-size:12px}.checkout_product_wrapper .cart_product-item-price{font-size:16px}.product_buy.repeat{display:none}.checkout-product-free{font-size:12px}.checkout-product-free .cart_product-item{grid-template-columns:63px auto!important;margin-bottom:0!important}.checkout-product-free .cart_product-item-name{font-size:12px}.checkout-product-free .cart_product-item-gift{font-size:13px}.checkout-product-free .cart_product-item-img{aspect-ratio:63/87}.checkout-product-free .cart_product-item-info{gap:10px}.cpf-icon{position:absolute;bottom:5px;right:5px;width:67px}.product_item-buy-mobile{position:absolute;-webkit-transition:var(--basicTransition);-o-transition:var(--basicTransition);transition:var(--basicTransition);cursor:pointer;bottom:7px;top:inherit;right:2px;width:35px;display:grid;justify-content:center;border-radius:50%;height:35px;align-content:center;z-index:999}.product_item-buy-mobile img{width:20px}.product_item-buy-mobile .product_item-buy-status{width:8px;top:58%}.modal.modal_sizes{height:99%}.product_sizes.with_image{max-width:98%;left:1%!important;top:1%!important;transform:none!important}.size-container{grid-template-columns:auto}.size-table_size .product_sizes-table{max-width:100%}.product_sizes-title,.size-image-title{margin:0 auto 12px;font-size:20px;line-height:110%;text-align:left}.product_sizes-title{width:100%}.size-image-title{text-align:center;font-size:25px;text-transform:uppercase}.product_sizes-title span{font-size:12px}.product_sizes-table,.size-table_size{display:grid;grid-auto-rows:auto;overflow-x:auto;max-width:100%;position:relative}.product_sizes-clothes .product_table-bottom,.product_sizes-clothes .product_table-top{display:grid;grid-template-columns:100px repeat(6,110px);min-width:max-content}.product_sizes-clothes .product_table-bottom div,.product_sizes-clothes .product_table-top div{width:auto!important;padding:8px;border:1px solid #ddd;background:#fff;white-space:nowrap}.product_sizes-clothes .product_table-bottom div:first-child,.product_sizes-clothes .product_table-top div:first-child{position:sticky;left:0;z-index:2;background:#f9f9f9}.checkout-steps-col{grid-template-columns:1fr;justify-items:left}.checkout-steps-selector{width:100%;margin:15px 0}.pay_parts-buttons{display:flex;flex-direction:column;gap:14px;width:100%}.pay_parts-continue{display:grid}}@media screen and (max-width:600px){html{--containerPadding: 12px }.discount_title_prefix small{font-size:12px!important}.modal-dialog{width:95%}#privacyModal .modal-dialog{height:100%}.blog_title,.category_title,.contact_title,.request_form-title,.request_heading,.blog-article_title,.blog_banner-title{font-size:30px}header .header_search-prod{grid-template-columns:repeat(2,1fr)}header .header_search-result{padding-top:18px}header .header_search-more{grid-template-columns:30px auto 140px;grid-gap:15px}header .header_search-more-btn{width:100%;min-width:auto}.product_param-size{position:static;margin-bottom:-20px}.product_char{position:relative}.header_top-slider{padding:0 15px}.header_top-close{right:0}.filter-header{margin-bottom:10px}.filter-body{margin-bottom:15px}.instagram-feed{overflow-x:scroll;gap:20px}.instagram-feed-item{width:60vw}.instagram-feed-item p{font-size:12px}.product-product footer{margin-bottom:70px}.home footer{margin-bottom:0}.row{margin-right:-6.5px;margin-left:-6.5px}.row>*{padding-left:6.5px;padding-right:6.5px}.btn-primary{font-size:16px}.cart_product-item-bottom{gap:8px;flex-wrap:wrap}.cart_product-item-bottom .btn{min-width:120px;padding:5px 10px;font-size:14px;font-weight:500}.bonus-info-page{padding-top:30px;background-position:50% calc(100% + 50px);padding-bottom:450px;background-size:130%;background-image:url(/img/bonus-page-bg-mob.jpg)}.info-bonus-title{font-size:30px;margin-bottom:30px}.information-information-bonus footer{margin-top:0}.info-bonus-slogan-text{font-size:14px}.info-bonus-slogan-text br{display:none}.info-bonus-slogan svg{margin-right:20px}.info-bonus-slogan{margin-bottom:55px}.info-bonus-list-title{margin-bottom:35px}.info-bonus-list-item{padding-left:0}.bonus-wall-footer-flex{flex-direction:column;grid-gap:20px}.bonus-wall-footer-flex p br{display:none}.product_name{font-size:21px}.product_name-wrapper.special-label{display:grid;grid-column-gap:12px;grid-template-columns:auto auto}.product_name-wrapper.special-label .swiper-container{grid-column:span 2}.product_name-wrapper{max-width:100%;overflow:hidden}.children-link{margin-right:auto;margin-left:auto}.info-bonus-list-item-title{padding-left:80px;padding-right:20px;margin-bottom:20px}.info-bonus-list-item ul li{font-size:14px}.info-bonus-list{grid-gap:40px;margin-bottom:35px}.bonus-info-page .modal-footer-link{width:100%;display:block}.swiper-pagination-bullets .swiper-pagination-bullet-active:before,.swiper-pagination-custom .swiper-pagination-bullet-active:before,.swiper-pagination-fraction .swiper-pagination-bullet-active:before{width:23px;height:23px}.swiper-pagination-bullets.swiper-pagination-vertical,.swiper-pagination-custom.swiper-pagination-vertical,.swiper-pagination-fraction.swiper-pagination-vertical{left:auto!important;right:var(--containerPadding);bottom:30px!important;top:auto;height:-webkit-max-content;height:-moz-max-content;height:max-content}.swiper-pagination-bullets.swiper-pagination-vertical .swiper-pagination-bullet,.swiper-pagination-custom.swiper-pagination-vertical .swiper-pagination-bullet,.swiper-pagination-fraction.swiper-pagination-vertical .swiper-pagination-bullet{width:20px;height:20px;margin:4px 0!important}.breadcrumb,.breadcrumb_back{font-size:10px}.star-rating label{padding:0 2px}.banner_slider{height:-webkit-max-content;height:-moz-max-content;height:max-content}.banner_slider-text{font-size:48px;bottom:30px}.banner_popular-title{font-size:30px}.banner_popular-descr{font-size:14px;text-align:left}.banner_star{top:45%;right:var(--containerPadding);width:24%}.banner .sale_sun{width:90vw;display:none}.banner .sale_sun-text{font-size:0}.banner .sale_sun-text span{font-size:40px}.slogan{margin-top:40px}.slogan-title{font-size:30px;max-width:260px}.slogan-title br{display:none}.category_slider{margin-top:50px}.category_slider-item{width:50vw;height:50vw;margin:10px}.category_slider-name{bottom:7%;font-size:18px}.category_slider-bestseller{width:50vw}.category_slider-badge{width:15vw}.hits{margin-top:52px}.hits-title{font-size:30px}.hits-title span{font-size:14px}.product-list{margin-top:0}.product_item{font-size:14px}.product_gallery{width:auto;margin-left:0}.nav-wrapper{padding:1px 0;overflow-x:auto}.product_item-title{min-height:auto;margin-bottom:15px;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.product_item-availability{margin-bottom:13px}.product_item-price.old span{font-size:11px;margin-right:5px}.product_item-wishlist{width:30px;top:10px;right:9px}.product_item-wishlist-delete{top:10px;left:10px;width:10px}.product_item-sale{width:41px;top:10px;left:10px}.product_item-sale-wrapp span{font-size:14px}.product_item-bestseller{width:40px;top:10px;left:10px}.product_item-mark{width:40px;left:10px;top:10px}.product_table-top{font-weight:500;font-size:12px}.product_table-bottom{font-size:12px}.product_char{flex-direction:column-reverse;align-items:flex-start}.product_char-size{width:100%;margin-top:35px}.product_char-title-mob{display:block;font-size:16px;margin-bottom:15px}.info_block{margin-left:15px}.info_block .tooltip-info{left:auto;right:-15px;width:157px;-webkit-transform:translate(0,-100%);-ms-transform:translate(0,-100%);transform:translateY(-100%)}.info_block .tooltip-info:before{left:auto;right:11px}.info_block .tooltip-info span,.product_param{font-size:12px}.product_param-item img{width:18px;height:18px}.product_buy{width:calc(100% + var(--containerPadding) * 2);background:var(--whiteLight);padding:30px var(--containerPadding);margin-left:calc(-1 * var(--containerPadding))}.product_buy-mob{display:flex}.product_buy.none,.product_buy .product_price{display:none}.product_price{font-size:26px}.product_button-none{font-size:18px;padding:11px 30px}.product_buy .product_button-buy{display:none}.product_button-buy{font-size:18px;color:var(--white);background:var(--red)}.product_button-form{grid-column-start:2}#form-quick-order.product_button-form input{height:auto;padding:13px 26px}.product_button-form button{padding:13px;font-weight:600;height:auto;background:var(--yellow);border-color:var(--yellow)}.product_descr{margin-top:30px}.tab_delivery{grid-template-columns:100%}.product_complect{margin-top:40px}.product_complect-top{flex-direction:column;align-items:flex-start}.product_complect-msg{margin-left:auto}.product_complect-item_left{width:100%}.product_complect-item_right{display:none}.product_complect-item_left .product_complect-item-price{display:block;line-height:1;margin-bottom:15px}.product_complect-item_left .product_complect-item-buy{display:flex;margin-left:15px}.product_complect-item-bottom{display:flex;align-items:center;justify-content:space-between}.product_complect-item-img{width:100px;min-width:100px;height:100px;margin-right:15px}.product_complect-msg{width:100%}.product_complect-msg-text{width:100%;font-size:14px}.product_sizes{border-radius:8px;padding:10px 12px 15px;max-width:none}.modal.modal_sizes{overflow-x:auto}.product_sizes-title{margin:0 auto 12px;font-size:22px}.product_table-bottom div{height:46px}.product_table-top div{height:52px}.product_sizes .close{top:10px;right:12px}.top-title{font-size:26px}.top-title span{font-size:14px}.top-name{font-size:36px;max-width:210px}.top-color-wrapp{width:38px;height:38px;margin-right:7px;padding:7px}.top-wear{top:195px;width:70vw}.top_info .btn-primary{display:none}.blog_slider-item{width:70vw;margin:0 6px}.blog_slider-item img{margin-bottom:17px}.blog_slider-name{font-size:14px}.blog_slider-top{width:72vw;padding:28px 12px}.blog_slider-badge{width:calc(100% - 55px)}.catalog_top{margin-bottom:40px}.catalog_menu{grid-template-columns:repeat(2,1fr);grid-gap:20px}.catalog_menu_item-img{margin-bottom:15px}.catalog_menu_item-link{font-size:12px;line-height:1.2;margin-bottom:7px}.catalog_menu_item-link:first-child{margin-top:15px}.catalog_menu_popular{grid-column-start:1;grid-column-end:3;grid-row-start:3}.cart,.product-options{width:100vw}.product-options{max-height:50vh;top:inherit;bottom:0}.options_wrapper{padding:20px 0;border-top-left-radius:10px;border-top-right-radius:10px}.product-options,.product-options .options_wrapper{height:auto}.options_close{position:absolute;width:10px;right:17px;z-index:12;margin:10px}.options_top{display:none}.options-body-product-title{font-size:26px;text-align:center;font-family:QUINCYCF}.options-body-product-info .product_item-line-size{display:grid}.options-body-product-info .product_item-line-size label input{display:none}.options-body-product-info .product_item-line-size label input~span{font-size:14px}.product_item-line-size-item label{display:grid;align-content:center;width:100%;height:100%}.product_item-line-size-item input+span{border-bottom:1px solid #c4c4c4;height:34px;display:grid;justify-content:center;align-content:center}.product_item-line-size-item input:checked+span{background:#ffefce;margin-top:-1px;border-bottom:1px solid #ffefce}.product_item-approve{display:grid;justify-content:center}.product_item-approve .btn-popup-confirm{width:210px;height:40px;margin-top:20px;border-radius:80px;background:#f7c868;font-weight:600}.options-body-product-info .product_item-line-size-item.none label input~span{color:#c4c4c4}.options-body-product-img{min-width:92px}.cart_wrapper,.options-wrapper{padding:15px var(--containerPadding)}.cart_top,.options_top{margin-bottom:35px}.cart_product{padding-right:6px;height:70%;max-height:50%}.cart_product-item{grid-template-columns:92px auto!important;grid-gap:20px!important}.cart_product-item-name{padding-right:20px}.cart_product-item-count span{min-width:33px}.cart_product-item-price{font-size:16px}.cart_product-item-price .old{font-size:11px;margin-right:0!important}.cart_total{font-size:20px}.checkout_sum_button-descr .old{font-size:14px;line-height:130%;text-align:right;text-decoration:line-through}.category_wrapper .product_item{margin-bottom:45px}.category_sort{width:100%;-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly;margin-bottom:30px}.category_sort:before{display:none}.category_sort-item{font-size:12px;margin-right:0}.category_pagination{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.category_pagination .pagination{margin-bottom:45px}.category_pagination-more{font-size:18px}.help{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.help_gnome{width:65px;height:94px;padding:0 0 0 15px}.product_item-img,.product_slider-slide{aspect-ratio:2/3}.help_form-title img{width:27px;margin-right:13px}.checkout_title a{display:none}.checkout .radio_form-address{grid-template-columns:1fr 1fr}.checkout-totals_mob_bottom{display:block}.checkout_coupone-wrapp,.checkout_ref-wrapp{height:75px}.checkout_coupone-wrapp input,.checkout_ref-wrapp input{padding:15px;font-size:16px}.checkout_coupone-wrapp input::placeholder,.checkout_ref-wrapp input::placeholder{font-size:14px}.success{margin-top:25px}.success_main-title{margin-bottom:21px}.success_main-text{margin-bottom:30px}.success_info{position:relative}.success_info-content{padding:32px 27px;margin-right:0}.success_info-content:before{display:none}.success_info-title{font-size:20px;margin-bottom:30px}.success_info-text{position:relative;z-index:2}.success_info-img{position:absolute;width:95px;height:auto;bottom:0;right:20px;z-index:1}.about{margin-top:30px}.about-title{font-size:30px}.about-magic{font-size:14px;margin-left:0;margin-bottom:40px}.about-magic img{width:64px;margin-right:27px}.about_search{margin-bottom:25px}.about_search-title{font-size:16px}.about_search-wrapp{grid-template-columns:100%;grid-gap:8px}.contact_info{grid-gap:40px}.contact_info-main{width:calc(100% + var(--containerPadding) * 2);padding:25px var(--containerPadding);margin-left:calc(-1 * var(--containerPadding));border-radius:0}.contact_info-short-item{grid-template-columns:2fr 3fr;grid-gap:20px}.contact_form-msg span{display:none}.error{margin-top:30px}.error_msg span:before{right:-36px;width:60px;height:30px}.error_msg img{width:48px;margin-left:30px}.error_catalog .catalog_menu_item{margin-bottom:0}.request_main-top{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.request_main-top h1{margin-bottom:20px}.request_main-item-top{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.request_main-item-top .star-rating{margin-bottom:20px}.request_main-item-top{margin-bottom:10px}.request_main-item-name{margin-bottom:0}.request_main-item-shop{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;font-size:12px;padding:0;margin-top:25px}.btn_feedback{display:block;position:fixed;bottom:0;left:0;border-radius:0;width:100%;height:70px;z-index:20}.account{margin-top:25px}.account_main-title{font-size:30px;margin-bottom:30px}.account_wishlist .product_item{margin-bottom:35px}.account_form{grid-template-columns:100%;grid-gap:15px;margin-bottom:50px}.account_form .account_form-email{grid-row-start:3}.history-header{padding:15px}.history-date{font-size:12px}.history-sum{display:none}.history-status img{margin-right:5px}.history-bal{font-size:12px;min-width:60px;text-align:right;display:none}.history-body{padding-top:27px}.history_item{grid-template-columns:100%;grid-gap:19px;padding-bottom:20px;padding-right:0}.history_item-name{font-size:14px;margin-bottom:15px}.history_item-content{grid-template-columns:80px auto;grid-gap:14px}.history_item-info-item{font-size:15px}.history_item-info-item.artcl{font-size:14px}.history_item-info-item.price{font-size:16px}.history_item-shipping{line-height:1}.bonus{padding:30px 15px;margin-bottom:43px}.bonus_gnome{width:47px;top:25px;left:13px}.bonus_title{font-size:16px;font-style:normal;font-weight:600;line-height:120%;padding-left:60px}.bonus_title br{display:none}.bonus-use-title{font-size:20px}.bonus-code-input{width:100%}.bonus-wall{padding:20px 17px}.bonus-wall-header svg{margin-right:22px}.bonus-wall-header-text br,.bonus-wall-footer br{display:none}.bonus-wall-header{margin-bottom:30px}.bonus_list{grid-template-columns:100%;grid-gap:20px}.bonus_item{font-size:16px;padding-left:50px}.bonus_item:before{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.bonus_info-title{font-size:20px}.bonus_info-item{grid-template-columns:64px auto;grid-gap:27px 21px}.bonus_info-img{height:100%}.bonus_info-img img{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.bonus_info-content{grid-column-start:1;grid-column-end:3}.bonus_info-subtitle{min-height:64px}.product_item .pi-position1{top:10px;left:10px}.product_item .pi-position2{top:10px;left:55px}.product_item .pi-position3{top:10px;left:100px}.product_item-sale{top:10px}.product_item-sale.product-page-sale-icon{right:10px}.lookbook-info h3{font-size:25px}.checkout{padding-bottom:0}}@media (min-width:1600px){.product-list .col-xxl-25{flex:0 0 auto;width:25%}}@media (max-width:400px){.category,.checkout{overflow:hidden}.checkout_user-item{font-size:13px}.product_item-bestseller{display:none}.product_item .mo-position1{top:10px;left:10px}.product_item .mo-position2{top:10px;left:55px}.lookbook-info h3{font-size:21px}.lookbook-help{margin-right:0!important}}.category__title__wrap{position:relative;display:flex;justify-content:start;padding:20px 0 30px}.product-category .category__fullscreen__border{border-bottom:1px solid var(--greySoft)}.help-mobile-only{display:none}.product-category .breadcrumb_wrapp{border-bottom:0!important}.category__title__wrap>.category-children.help{position:absolute;right:0;bottom:30px}.category__title__wrap>.category-children.help>.help_form{margin-top:20px;margin-right:10px}.category__title__wrap>.category-children.help>.help_gnome{width:60px;padding:0 0 0 11px}.product-category .category_wrapper{margin-top:20px}.int-sort-reverse{height:100%;display:inline-flex;align-items:center}.int-dropdown__wrap{position:relative;padding:0}.int-dropdown__wrap:before{content:"";position:absolute;top:50%;right:0;width:16px;height:8px;background:url(/img/icon/select.svg);background-position:center;background-repeat:no-repeat;background-size:contain;-webkit-transform:translateY(-50%) rotate(180deg);-ms-transform:translateY(-50%) rotate(180deg);transform:translateY(-50%) rotate(180deg);-webkit-transition:var(--basicTransition);-o-transition:var(--basicTransition);transition:var(--basicTransition);pointer-events:none}.int-dropdown__wrap.collapsed:before{-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.int-dropdown__list{display:flex;flex-direction:column;gap:15px;overflow-y:auto;height:100%;width:100%;padding:2px 15px 2px 2px;scrollbar-width:thin}.int-dropdown__list .sub-name{font-size:14px;font-weight:500}.filter-price-bottom-btns{display:flex;width:100%;max-width:200px;margin:0 auto;flex-direction:column;justify-content:center;align-items:center}.int-dropdown__list__wrap{background-color:var(--bs-white);border:1px solid var(--greySoft);flex-direction:column;border-radius:25px;visibility:visible;position:absolute;overflow:hidden;display:flex;padding:20px 25px;z-index:20;left:-15px;opacity:1;top:50px;gap:5px;max-width:480px;min-width:180px;max-height:400px;transition:visibility 0s linear,max-height .3s ease-in-out,opacity .2s ease-in-out .1s;box-shadow:0 0 18px #0003}.int-dropdown__wrap.collapsed .int-dropdown__list__wrap{max-height:40px;visibility:hidden;opacity:0;transition:visibility 0s linear .3s,max-height .3s ease-in-out,opacity .3s ease-in-out}.int-dropdown__title{display:inline-flex;user-select:none;margin:0;padding-right:30px;font-size:14px;font-weight:500;cursor:pointer;text-decoration:underline}.int-all_filters_title>span,.int-dropdown__title>span{user-select:none;pointer-events:none}.int-dropdown__wrap.collapsed .int-dropdown__title{text-decoration:none}.int-dropdown__wrap:hover .int-dropdown__title{text-decoration:underline}.int-dropdown__list>a,.int-dropdown__list>label{white-space:nowrap;max-width:240px;text-overflow:ellipsis}.new-category_filter{display:flex;gap:40px;margin-right:auto;width:100%}.new-category_top_wrap{display:flex;flex-direction:column}.new-category_top{margin-bottom:15px;display:flex;align-items:center}.new-category_buttons{margin-left:auto;display:flex;gap:8px;align-items:center;justify-content:center}.category__sort__dropdown .int-dropdown__title{white-space:nowrap}.category__sort__dropdown .int-dropdown__list{padding:0}.category_sort_list-item{width:100%;display:flex;align-items:center}.category_sort_list-item>.category_sort-item{margin-right:auto}.category_sort_list-item>.category_sort-item.active{text-decoration:underline}.filter-btn-reset{cursor:pointer;padding:5px 0;font-size:12px;font-weight:400;margin:0;display:inline-flex;text-align:center;white-space:nowrap;align-items:center;justify-content:center}.filter-btn-reset:before{content:" ";background:url(/img/icon/close_mini.svg) 0 2px no-repeat;height:13px;width:13px;margin-right:8px;text-decoration:none!important}.filter-btn-apply{display:flex;padding:0;justify-content:center;align-items:center;min-height:45px;max-height:45px;font-size:14px;width:100%;margin:20px 0 5px}.filter-btn-reset:hover{text-decoration:underline}.filter-applied-wrap{display:flex;gap:5px 15px;flex-wrap:wrap;margin-bottom:20px;font-size:12px}.filter-applied-wrap .button_clear_filter{display:flex;height:34px;justify-content:center;align-items:center;text-decoration:underline;cursor:pointer}.filter-applied{cursor:pointer;background-color:var(--yellowTab);padding:0 15px;border-radius:40px;height:34px;display:flex;justify-content:center;align-items:center;transition:background-color .2s ease-in-out;gap:8px}.filter-applied>p{padding:0;margin:0;font-size:10px}.filter-applied:hover{background-color:var(--yellowSoft)}.sort-arrows{width:22px;height:auto;margin-right:12px}.int-all_categories{display:flex;flex-direction:column;gap:10px}.int-all_categories .category_heading{font-size:16px;font-weight:600;margin-bottom:5px;line-height:20px}.int-all_categories .category_child{font-size:13px;font-weight:400;transition:font-weight 80ms linear}.int-all_categories .category_child.active,.int-all_categories .category_child:hover{font-weight:600}.category_child_list{list-style:none;padding:0}.category_child_list>li{line-height:16px;margin-bottom:8px}.int-dropdown__list__wrap .int-dropdown_mobile_title,.mobile-dropdown-fade,.mobile-dropdown-fade.active,.mobile-filter-toggle{display:none}.additional-mobile-filter .int-dropdown__title.active{color:var(--black)}.additional-mobile-filter,.additional-mobile-filter-separator,.filter-mobile-burger-buttons{display:none}.category_heading.parent.active{order:-2;margin-bottom:14px}.category_child_list{order:-1;margin-bottom:30px;margin-left:15px}.category_child_list.double{margin-top:10px;margin-bottom:10px}.lookbook-separator{height:1px;width:100%;background:#f4f0f0;margin:50px 0 20px}.lookbook-star-discount{position:relative;height:70px;width:70px;font-family:quincy-cf,serif;font-size:25px;font-weight:400;color:#fff}.lookbook-star-discount span{z-index:1;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.lookbook-star-discount svg{z-index:0;position:absolute;top:0;left:0;height:70px}.lookbook-help{display:inline-flex;justify-content:start;align-items:start;position:relative;transform:translate(-16px,16px)}.lookbook-products .lookbook_item_image_wrapper .product_wishlist{display:none}.lookbook-help{margin-top:0;margin-left:15px;margin-right:15px;gap:30px}.lookbook-help .help_form__left{width:auto;padding:11px 24px}.lookbook-help .help_gnome{height:94px;width:49px;padding:0}.lookbook-info{margin:0 0 45px;width:100%;position:relative}.lookbook-highlight{background:#fffaf0}.help_form__left:before{inset:auto auto 16px -30px;transform:scaleX(-1)}.lookbook-products{display:flex;flex-direction:column;gap:40px}.lookbook_item{display:flex;justify-content:space-between;width:100%}.lookbook_item_info{display:flex;flex-direction:column;width:100%;max-width:470px;gap:30px;margin-right:auto}.lookbook_item_image_placeholder{height:100%;width:100%;max-width:240px;background-color:#f4f4f4}.lookbook_item_image{height:100%;max-width:240px;width:100%;object-fit:cover;max-height:324px}@media (max-width:1440px){.lookbook_item_image{width:210px;height:280px}}@media (max-width:1300px){.lookbook_item_image{width:150px;height:200px}}.lookbook_item_badges{flex-wrap:wrap}.lookbook_item_badges,.lookbook_item_colors,.lookbook_item_size{display:flex;gap:10px;justify-content:space-between;align-items:center}.lookbook_item_buy{display:flex;justify-content:space-between;align-items:end;position:relative}.lookbook_item_title{font-size:22px;line-height:1.2;margin:0}.lookbook_item_badges>.product_wishlist,.lookbook_item_badges>div{display:flex;gap:5px;align-items:center}.lookbook_item_badges>div>img,.lookbook_item_badges>div>svg{max-height:25px;height:50%;width:auto}.lookbook_item .product_char{margin:0}.lookbook_item_buy{margin-top:auto}.lookbook_item_buy_btn{height:55px;width:55px;border-radius:50%;background-color:#f7c768;display:flex;justify-content:center;align-items:center;position:absolute;right:0;bottom:0}.lookbook_item_buy_btn img{height:27px;width:auto}.lookbook_item_size .product_char-size{width:307px}.lookbook_item_availability,.lookbook_item_season,.lookbook_item_size,.product_wishlist{white-space:nowrap}.lookbook_item_size .product_char-size>.btn.dropdown-toggle{background:#fffaf0!important}.lookbook_item_size .product_char-size>.dropdown-menu{background:#fffaf0!important}.lookbook-products .lookbook_item .product-error{margin-top:-12px!important}.product-lookbook .product_buy{grid-template-columns:70px 3fr 8fr;margin-top:20px}.lookbook-product{padding:20px;background-color:#fffaf0;max-width:880px}.lookbook-help .help_form{display:block!important}.product-lookbook .product_buy .product_price{display:block}.product-lookbook .lookbook-gallery,.product-lookbook .lookbook-info{max-width:max(830px,calc(50vw - 200px))}.lookbook-cart-info{display:flex;flex-direction:row;align-items:center;gap:20px}.lookbook-info .lookbook-title-text{margin-bottom:26px}.cart_product-item-price{flex-direction:column;line-height:1.2;align-items:end}.looks-style{border-radius:0;height:auto;width:64px;min-width:64px}@media (max-width:992px){.lookbook-info h3{margin:30px 0}.lookbook-products{display:grid;grid-template-columns:1fr 1fr;gap:25px;flex-wrap:wrap;flex-direction:row;justify-content:center;align-items:center}.lookbook-product{padding:14px 20px;max-width:500px;width:100%;height:700px}.cart_product-item-edit .btn-edit{min-width:120px;font-size:12px;font-weight:600}.cart_product-item.lookbook_item{margin-bottom:0!important}.lookbook_item_badges{flex-wrap:nowrap}.lookbook-info{margin:0 0 40px}.lookbook-gallery{margin-left:-12px;margin-right:-12px}.lookbook-products .cart_product-item.lookbook_item{gap:15px;max-height:unset;height:100%;grid-gap:12px!important;gap:12px!important;flex-direction:column}.lookbook-products .lookbook_item_image_wrapper{position:relative;margin:0 auto}.lookbook-products .lookbook_item_image_wrapper .product_wishlist{position:absolute;right:20px;top:20px;display:block}.lookbook-products .lookbook_item_image_wrapper .product_wishlist svg{height:27px;width:25px}.lookbook-products .lookbook_item_image_wrapper .product_wishlist .contour{fill:#0e0e0e}.lookbook-products .lookbook_item_image,.lookbook-products .lookbook_item_image_placeholder{width:100%;max-width:277px;height:365px;margin:0 auto;max-height:unset}.lookbook-products .lookbook_item_info .product_price{font-size:22px}.lookbook-products .lookbook_item_info{padding:0;gap:16px;height:100%}.lookbook-products .lookbook-size-table-btn{margin:5px 0 -5px;font-size:13px;order:-1;text-decoration:underline}.lookbook-products .lookbook-size-table-btn>b{font-weight:400}.lookbook-products .lookbook_item_size{gap:10px;flex-direction:column;align-items:end}.lookbook-products .product_char-size,.lookbook_item_size .product_char{margin:0;width:calc(100% - 15px)}.lookbook-products .lookbook_item_badges{gap:15px;justify-content:start}.lookbook-help{margin-top:0;margin-left:15px;margin-right:15px}.lookbook-help .help_form__left:before{top:20px;bottom:auto;min-height:96px}.lookbook-help .help_gnome{padding:0;height:94px}}@media (max-width:1024px){.lookbook-product .product_wishlist>span{display:none}}@media (max-width:600px){.lookbook-products{display:flex}.look-href a{font-size:12px!important}.product-lookbook .lookbook-separator{display:none}.product-lookbook .product_buy{margin-top:0!important;grid-template-columns:1fr}.product-lookbook .product_buy .lookbook-star-discount,.product-lookbook .product_buy .product_price{display:none}.product-lookbook .product_button-form.active input{opacity:1;visibility:visible;pointer-events:auto}.cart_bottom{padding-bottom:24px}.crps-style{margin:0 -10px}.checkout_related-container{margin:20px 0}.markdown-image{padding:5px 10px}.product_item-mark.markdown{bottom:10px}.product-page-markdown{top:10px;left:10px;padding:5px 15px}.quest-popup-content.mini .wizard{width:80px;top:-30px;left:0}.quest-popup .qp-title,.quest-popup-content.mini .qp-description{margin-left:0}.quest-modal-repeat{right:0}.quest-modal-btn img{width:120px}.quest-icon{width:40px;right:5px}.quest-popup-content.ultra .wizard{width:80px}.quest-popup-content.ultra .qp-description{margin-left:25%;min-height:80px}.hits_wrapp{margin-right:0}.mobile-pay-parts{display:block}.pay_parts-title{font-size:20px;text-align:left;align-items:center}.pay_parts-title img{width:40px}}@media (max-width:992px){.lookbook-info .lookbook-title-text{margin:0}.lookbook-product .lookbook_item_title{font-size:18px}.lookbook-product .product_wishlist>span{display:none}.lookbook_item_badges,.lookbook_item_badges>div{justify-content:space-between}.lookbook_item_badges>.product_wishlist{display:none}.lookbook_item_badges>.product_wishlist,.lookbook_item_badges>div{font-size:12px}.lookbook_item_badges>div>img{max-height:18px}.lookbook_item_size .product_char-size>.btn.dropdown-toggle{height:32px;font-size:13px;height:40px;padding:7px 15px;margin:5px 0}.lookbook_item_buy_btn{height:55px;width:55px;position:static;margin-left:auto}.lookbook_item_buy_btn img{height:27px;width:auto}.mobile-dropdown-fade{background-color:#0003;visibility:hidden;position:fixed;overflow:hidden;display:block;z-index:100;left:0;opacity:1;top:0;width:100%;height:100%;transition:visibility 0s linear,opacity .2s ease-in-out .1s}.mobile-dropdown-fade.active{display:block;visibility:visible;opacity:1}.int-dropdown__list__wrap .int-dropdown_mobile_title{display:flex;justify-content:space-between;margin-bottom:20px;margin-top:10px;align-items:center}.int-dropdown__list__wrap .int-dropdown_mobile_title .int-dropdown_mobile_close{height:16px;width:16px}.int-dropdown__list__wrap .int-dropdown_mobile_title span{font-size:20px;font-weight:600}.int-dropdown__list__wrap{border-radius:0;position:fixed;z-index:200000;left:0;top:auto;bottom:0;max-width:100%;width:100%;box-shadow:none;padding:30px 12px}.category-list{display:flex;gap:10px;overflow-x:auto;align-items:center;padding:6px 0}.category-item{display:inline-flex;justify-content:center;align-items:center;font-size:12px;height:26px;padding:6px 8px;white-space:nowrap;border:none!important;border-radius:13px;background-color:var(--yellowTab);color:var(--black);text-overflow:ellipsis}.help-mobile-only{display:flex}.category__title__wrap>.category-children.help{display:none;padding:0 0 20px}.category__title__wrap{padding:0 0 20px}.new-category_filter{display:none}.new-category_filter.active{display:flex;flex-direction:column;gap:10px;background-color:var(--white);position:fixed;top:0;left:0;width:100%;height:100%;z-index:9999999}.new-category_filter .new-filter{padding:0 15px}.new-category_filter .new-filter .int-dropdown__list__wrap{position:static;border-radius:0}.filter-applied-wrap{display:none!important}.mobile-float-fix{position:absolute}.new-category_top{justify-content:space-between}.new-category_top .new-category_buttons .category__sort__dropdown:before{content:none}.new-category_top .new-category_buttons .int-dropdown__title{padding:0!important}.new-category_top .new-category_buttons{margin:0;padding:0;order:-1}.mobile-filter-toggle{display:inline-flex;align-items:center;gap:8px;width:auto}.mobile-filter-toggle img{width:17px}.additional-mobile-filter .int-dropdown__title,.mobile-filter-toggle,.new-category_top .new-category_buttons .int-dropdown__title{font-size:12px;font-weight:600}.new-category_top{border-top:1px solid #ececec;border-bottom:1px solid #ececec;padding:8px 15px;margin:0 -15px 15px}.category-list{margin:8px 0}.product-category .category__fullscreen__border{border:none}.product-category .category_wrapper,.product-category section.category{margin:0}.product-category .category__title__wrap{padding:0}.new-filter .int-dropdown__wrap .int-dropdown__title{width:100%;padding:0}.new-filter .int-dropdown__wrap:before{top:20px}.new-filter .int-dropdown__list__wrap .int-dropdown_mobile_title,.new-filter .int-dropdown__list__wrap .filter-btn-apply,.new-filter .int-dropdown__list__wrap .filter-btn-reset{display:none}.int-dropdown__wrap .int-dropdown__list__wrap{padding:10px 15px 30px}.int-dropdown__wrap.collapsed .int-dropdown__list__wrap{max-height:0;padding:0}.int-dropdown__wrap .int-dropdown__list{padding-top:10px}.new-filter .int-dropdown__list__wrap{padding:0;border:none}.new-category_filter{overflow-y:scroll}.filter-mobile-burger-buttons{display:flex;flex-direction:column;gap:40px;align-items:center;justify-content:space-between;margin-top:auto}.filter-mobile-burger-buttons .filter-btn-reset{background:0 0;color:#000;border:1px solid #ccc;height:60px;width:230px;display:inline-flex;align-items:center;justify-content:center;border-radius:30px;margin:0;box-sizing:border-box}.filter-mobile-burger-buttons .filter-btn-reset:before{content:none}.filter-mobile-burger-buttons .filter-btn-apply{box-sizing:border-box;border-radius:0;border:none;width:100%;height:66px;margin:0;font-size:18px;font-weight:600}.additional-mobile-filter,.additional-mobile-filter-separator{display:block}.additional-mobile-filter .int-dropdown__title{padding:0;color:#777}.new-category_top .new-category_buttons{gap:2px}.additional-mobile-filter-separator{background-color:#777;width:1px;height:9px}.additional-mobile-filter .int-dropdown__list{padding:2px}.additional-mobile-filter .int-dropdown__wrap:before{content:none}.filter-mobile-dropdown-buttons{display:flex;flex-direction:row;gap:8px}.filter-mobile-dropdown-buttons>.filter-btn-reset:before{content:none}.filter-mobile-dropdown-buttons>.filter-btn-reset{background-color:#eee;border:1px solid #eee}.filter-mobile-dropdown-buttons>*{width:100%;height:53px;font-size:14px;font-weight:600;margin:0;min-width:unset;max-height:unset}.new-filter .int-dropdown-price-list{padding-top:15px}.int-all_categories{display:none!important;width:100%;overflow-x:auto;gap:10px;flex-direction:row;padding:10px 0;margin:5px 0 10px}.int-all_categories ul li{margin:0}.int-all_categories ul{flex-direction:row;display:flex;gap:10px;margin:0}.int-all_categories .category_heading,.int-all_categories a{white-space:nowrap;background-color:var(--yellowTab);color:#0e0e0e;font-size:12px!important;height:34px;display:inline-flex;align-items:center;text-align:center;border-radius:17px;padding:0 12px;margin-bottom:0;font-weight:400!important}.int-all_categories .category_heading.active,.int-all_categories a.active{font-weight:600!important}.product-category .category_title{margin-bottom:10px}.category-list{margin-top:0}.category-list .category-item{height:24px}.help_gnome{height:60px}.category-children.help.help-mobile-only{margin-bottom:10px}.help-mobile-only .help_form{font-size:12px}.checkout_sticky-bottom .checkout_quest-container{display:none}}.lookbook-cart-info{padding:15px;margin-right:-6px!important}.look-href{padding:0 15px}.look-href a{font-size:16px;text-decoration:underline;font-weight:700;color:#bb8066}.look-href svg{display:inline-block;width:17px;height:12px;margin-left:10px}.lookbook-cart-info .help-gnome{max-height:54px}.lookbook-cart-info .help_gnome{max-height:54px;max-width:28px}.lookbook-cart-info:not(:first-of-type){margin-top:20px}.cart_total .old{font-size:20px;font-weight:400;text-decoration:line-through}.cart_product-item.lookbook-highlight{padding:15px 20px 15px 15px!important;margin:0 -6px 0 0!important}.lookbook_item_size{margin:0!important}@media (max-width:992px){.lookbook-highlight.lookbook-cart-info{font-size:12px}.cart_product .lookbook-star-discount,.checkout-products .lookbook-star-discount{width:50px;font-size:18px}.checkout_product_wrapper .cart_product-item-name{font-size:12px}.checkout_product_wrapper .cart_product-item-stock,.checkout_product_wrapper .cart_product_size_quantity{font-size:10px}.checkout-products .lookbook-cart-info{font-size:12px;line-height:1.3}.checkout_product_wrapper .cart_product-item-price{font-size:14px}.checkout_product_wrapper .cart_product-item-price .old{font-size:10px}.cart_product .cart_product_size_quantity{justify-content:space-between;white-space:nowrap;gap:10px}}@media (min-width:768px){.product_button.single{grid-template-columns:1fr;margin-right:17px}}.product-gallery-video-wrapper{display:flex;justify-content:center;align-items:center;height:100%;width:100%;max-width:100vw;max-height:calc(100vh - 60px)}.product-gallery-video-wrapper video{height:100%;width:100%;object-fit:contain}.product_slider-slide{min-height:1px;min-width:1px}.product_more-request-btn{background:#378181;font-size:20px;padding:8px 24px;border:1px solid #378181;border-radius:55px;cursor:pointer;color:#fff;max-width:100%;transition:var(--basicTransition);width:100%}.product_more-request-btn:hover{background:#96cbc8;border-color:#96cbc8;color:var(--white)!important}@media (max-width:768px){.product-page-symbol,.product_more-request-btn{max-width:130px}.product_more-request-btn{padding:8px 6px}#moreRequestModal .moreRequest-list-title .moreRequest-list-title-text{margin-bottom:0}.moreRequest-list-title{margin:14px 0}}#moreRequestModal .modal-dialog{max-width:1590px;width:100%}#moreRequestModal .modal-header{display:flex;justify-content:space-between;align-items:center;padding:24px}#moreRequestModal .more-modal-star-close{position:relative;top:unset;right:unset;width:24px;height:24px}#moreRequestModal .more-modal-star svg{height:50px;width:52px;margin-left:25px;margin-top:5px}#moreRequestModal .modal-body{padding:0;position:relative}#moreRequestModal .more-modal-background-svg-wrapper{position:absolute;max-height:231px;max-width:122px;bottom:0;left:15px}#moreRequestModal .modal-body-wrapper{padding:0 92px 104px;display:grid;grid-template-areas:"video title" "video list";grid-template-columns:587px 1fr;gap:30px 60px}#moreRequestModal .moreRequest-video{grid-area:video}#moreRequestModal .moreRequest-video-wrapper{position:relative;overflow:hidden;border-radius:14px;width:100%;max-width:587px;aspect-ratio:16/9;height:100%}#moreRequestModal .moreRequest-video-wrapper:after{content:"";position:absolute;top:0;right:0;width:140px;height:85px;background:0 0;z-index:10;pointer-events:auto}#moreRequestModal .moreRequest-video iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:0}#moreRequestModal .moreRequest-list-title-wrapper{display:flex;flex-direction:column;gap:4px;grid-area:title}#moreRequestModal .moreRequest-list-title{display:flex;align-items:center;gap:10px;font-family:Montserrat,sans-serif}#moreRequestModal .moreRequest-list-title .moreRequest-list-title-text{font-weight:700;font-size:32px;color:#5b9c98;font-family:Montserrat,sans-serif}#moreRequestModal .moreRequest-list-title svg{width:43px;height:43px}#moreRequestModal .moreRequest-list-sub-title{font-size:20px;font-weight:500;font-family:Montserrat,sans-serif}#moreRequestModal .moreRequest-list-items{display:grid;grid-template-columns:1fr 1fr;grid-row-gap:15px;grid-column-gap:20px}#moreRequestModal .moreRequest-list-item{display:flex;flex-direction:column;gap:10px}#moreRequestModal .moreRequest-list-item-title{display:flex;gap:10px;font-size:22px;font-weight:500}#moreRequestModal .moreRequest-list-item-svg{width:40px;height:40px}#moreRequestModal .moreRequest-list-item-text{font-size:17px;max-width:320px;margin-left:50px;font-family:Montserrat,sans-serif}@media (max-width:1200px){#moreRequestModal .modal-dialog{max-width:calc(100% - 45px)}#moreRequestModal .modal-body-wrapper{padding:0 30px 50px;grid-template-columns:1fr;grid-template-areas:"video" "title" "list";grid-template-rows:max-content max-content auto}#moreRequestModal .moreRequest-video,#moreRequestModal .moreRequest-video iframe{width:100%}}@media (max-width:1024px){#moreRequestModal.modal{overflow-y:hidden}#moreRequestModal .modal-dialog{max-width:calc(100% - 12px);max-height:calc(100svh - 120px);top:45%;width:unset}#moreRequestModal .modal-content{max-height:calc(100svh - 120px);overflow-x:hidden;overflow-y:auto}#moreRequestModal .modal-header{padding:12px 12px 0}#moreRequestModal .more-modal-star svg{opacity:0;width:20px;height:20px}#moreRequestModal .more-modal-background-svg-wrapper{display:none}#moreRequestModal .modal-body-wrapper{padding:0 12px 12px;grid-template-areas:"title" "video" "list";gap:20px}#moreRequestModal .moreRequest-video-wrapper{min-width:100%;width:100%}#moreRequestModal .moreRequest-list-items{grid-template-columns:1fr;gap:10px}#moreRequestModal .moreRequest-list-item{gap:6px}#moreRequestModal .moreRequest-list-title .moreRequest-list-title-text{font-size:18px}#moreRequestModal .moreRequest-list-sub-title{font-size:15px}#moreRequestModal .moreRequest-list-item-title{align-items:center;font-size:16px}#moreRequestModal .moreRequest-list-item-svg{width:30px;height:30px}#moreRequestModal .moreRequest-list-item-text{font-size:15px;max-width:unset}}@media (max-width:768px){#moreRequestModal.modal{padding-right:0!important}#moreRequestModal .modal-dialog{max-width:100svw;max-height:100svh;width:100svw;height:100svh;transform:translate(0)!important;inset:0!important}#moreRequestModal .modal-content{max-height:unset;max-height:100svh;overflow-x:hidden;overflow-y:auto;height:100%;border-radius:0}#moreRequestModal .modal-body-wrapper{height:100%}#moreRequestModal .moreRequest-video-wrapper{height:unset}}.banner_slider-text{display:flex;flex-direction:column;gap:40px}.gray-opacity-button{display:inline-flex;justify-content:center;align-items:center;background-color:#fcfcfccc;color:#1e0d0d;border:1px solid #fff;border-radius:30px;padding:20px 44px;cursor:pointer;font-family:Montserrat,sans-serif;font-style:normal;font-weight:600;font-size:20px;line-height:120%;text-align:center;max-width:fit-content;transition:background-color .3s ease;will-change:background-color}.gray-opacity-button:hover{background-color:#fff}.banner_popular-title{font-size:33px;z-index:2;margin-bottom:15px}.banner_popular-descr{z-index:2}.banner_popular-wrapper{padding:30px;position:absolute;z-index:2;top:0;left:0;width:100%;height:100%;display:flex;flex-direction:column}.banner_popular-top{flex-grow:1}@media screen and (max-width:600px){.banner_slider-text{bottom:30%;left:50%;transform:translate(-50%,50%);gap:20px;display:flex;justify-content:center;align-items:center;width:calc(100% - 20px - var(--containerPadding))}.banner_slider-text span{font-size:38px;display:block;width:100%;text-align:center}.banner_slider-text span br{display:none}.banner_popular-wrapper{padding:18px}.banner_popular-top{width:100%;text-align:center;margin-bottom:15px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;flex-grow:0}.banner_popular-bottom{display:flex;justify-content:center}.banner_popular-title{font-size:28px;margin-bottom:8px;text-align:left}.gray-opacity-button{padding:8px 61px;font-weight:700;font-size:16px}}.catalog-orange-button{display:flex;font-size:17px;border-radius:24px;background:#f7c868;gap:10px;padding:14px 32px;font-weight:500;align-items:center;transition:var(--basicTransition);justify-content:center;min-width:246px;max-height:51px}.catalog-orange-button svg{width:22px;height:22px;flex-shrink:0;fill:#0e0e0e;transition:var(--basicTransition)}.catalog-orange-button:hover{color:var(--white)!important;background:var(--redLight)!important;border-color:var(--redLight)!important}.catalog-orange-button:hover svg{fill:var(--white)!important}@media screen and (max-width:1500px){header .header_link-item{margin-right:50px}}.header_additional_menu{display:flex;align-items:center;gap:50px;list-style:none;padding:0;margin:0}.header_additional_menu_link{text-decoration:none;display:flex;align-items:center;gap:6px}.header_additional_menu_name{color:#0e0e0e;font-family:Montserrat,sans-serif;font-size:18px;line-height:120%;font-weight:500;transition:var(--basicTransition);flex-shrink:0}.header_additional_menu_icon{width:100%;max-width:24px;height:100%;max-height:24px;object-fit:contain}.header_additional_menu_link:hover .header_additional_menu_name{color:#0e0e0e}.menu-header-box{border-top:1px solid var(--greySoft)!important;border-bottom:1px solid var(--greySoft)!important;padding:0 calc(var(--containerPadding) * 2) 0}.menu-header-box .navbar{padding:0!important;margin:0!important}#horizontal-menu.navbar{overflow-x:auto}#horizontal-menu .nav.navbar-nav{flex-wrap:nowrap}#horizontal-menu .nav>li>a,.menu-header-box .dropdown-toggle.dropdown-img{font-size:18px;font-family:Montserrat,sans-serif;font-weight:300;line-height:120%;color:#0e0e0e;transition:all .15s;padding:20px!important;text-align:center}#horizontal-menu .nav>li>a:hover,.menu-header-box .dropdown-toggle.dropdown-img:hover{font-weight:300!important}.dropdown.open #horizontal-menu .nav>li>a,.dropdown.open .menu-header-box .dropdown-toggle.dropdown-img{color:var(--redLight)!important;font-weight:300!important}.menu-header-box #horizontal-menu .arrow{display:none!important}#horizontal-menu .nav>li.active>a,#horizontal-menu .nav>li.active>a .arrow,#horizontal-menu .nav>li.open>a,#horizontal-menu .nav>li.open>a .arrow,#horizontal-menu .nav>li:hover>a,#horizontal-menu .nav>li:hover>a .arrow,.dropdown-img:hover,.dropdown-toggle.dropdown-img:hover,.dropdown.open>.dropdown-toggle.dropdown-img{font-weight:300!important}.modal-open{overflow:hidden!important}.checkout_related-products-slider.crps-style:empty,.checkout_related-container:empty{display:none}
