@charset "UTF-8";

:root {
    --gray: #3E3B42;
    --white: #FBFBFB;
    --real_white: #FFFFFF;
    --tr_white: rgba(251, 251, 251, 0.6);
    --green: #374939;
    --green_hover: #263427;
    --plate_font: rgba(62, 59, 66, 0.6);
    --plate: #D9D9D9;
    --plate_tr: rgb(217 217 217 / 60%);
    --error_tr: rgb(255 191 191 / 60%);
    --back: #5B5B5B;
    --plate_back: rgba(235, 235, 235, 0.6);
    --plate_back2: rgba(217, 217, 217, 0.6);
    --sale_badge_back: #8E1F26;
    --sale_badge_font: #FFFFFF;
    --transparent: transparent;
    --pd: 20px;
    --fs: 14px;
    --br: 2px;
}

@font-face {
    font-family: 'R'; 
    font-display: swap;
    src: url('../fonts/Montserrat/Montserrat-Regular.woff2') format('woff2');
}
@font-face {
    font-family: 'M'; 
    font-display: swap;
    src: url('../fonts/Montserrat/Montserrat-Medium.woff2') format('woff2');
}
@font-face {
    font-family: 'SB'; 
    font-display: swap;
    src: url('../fonts/Montserrat/Montserrat-SemiBold.woff2') format('woff2');
}
@font-face {
    font-family: 'B'; 
    font-display: swap;
    src: url('../fonts/Montserrat/Montserrat-Bold.woff2') format('woff2');
}
* {
    font-family: 'R', sans-serif;
    color: inherit;
}
body {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'R', sans-serif;
    font-size: 14px;
    color: var(--gray);
    background-color: var(--white);
    overflow-x: hidden;
    /*scrollbar-width: none;*/
}
body.noscroll {
    overflow: hidden;
}
body::-webkit-scrollbar {
    width: 0 !important;
}
body::after{
    position: absolute; 
    width: 0; 
    height: 0; 
    overflow: hidden; 
    z-index: -1;
    content: 
        url(../images/svg/graymoss/search.svg)
        url(../images/svg/graymoss/search-w.svg)
        url(../images/svg/graymoss/wishlist_new.svg)
        url(../images/svg/graymoss/wishlist-w.svg)
        url(../images/svg/graymoss/burger.svg)
        url(../images/svg/graymoss/burger-w.svg)
}

a {
    font-family: 'R', sans-serif;
    font-size: 14px;
    color: var(--black);
    text-decoration: none;
}
ol {
    list-style-type:  none;
}
ul {
    list-style-type: none;
    margin-block-start: 0;
    margin-block-end: 0;
    padding-inline-start: 0;
}
h1,
h2,
h3,
h4,
h5,
p {
    margin-block-start: 0;
    margin-block-end: 0;
    font-weight: initial;
}
figure {
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
}
input[type="number"]::-webkit-inner-spin-button, 
input[type="number"]::-webkit-outer-spin-button { 
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    margin: 0; 
}
select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}
button {
    border: none;
    outline: none;
    background-color: var(--transparent);
    padding-inline: 0;
    padding-block: 0;
}

@keyframes loader {
    to { transform: rotate(360deg); }
}

.db {
    display: block;
}
.dib {
    display: inline-block;
}
.df {
    display: flex;
}
.dn {
    display: none !important;
}
@media(max-width: 743.9px) {
    .mdn {
        display: none !important;
    }
}
@media(min-width: 744px) and (max-width: 1339.9px) {
    .pdn {
        /*display: none !important;*/
    }
}
.pdb {
    display: none;
}
@media(min-width: 744px) and (max-width: 1339.9px) {
    .pdb {
        display: block;
    }
}
@media(min-width: 1440px) {
    .pdb {
        display: none;
    }
}
.mdf {
    display: flex;
}
@media(min-width: 744px) {
    .mdf {
        display: none !important;
    }
}
@media(min-width: 1440px) {
    .ddn {
        display: none !important;
    }
}
@media(max-width: 1439px) {
    .ddb {
        display: none;
    }
}
@media(min-width: 1440px) {
    .ddb {
        display: block;
    }
}
@media(max-width: 1439px) {
    .ddf {
        display: none;
    }
}
@media(min-width: 1440px) {
    .ddf {
        display: flex;
    }
}
.mdb {
    display: block;
}
@media(min-width: 744px) {
    .mdb {
        display: none !important;
    }
}
.fdc {
    flex-direction: column;
}
.aic {
    align-items: center;
}
.aifs {
    align-items: flex-start;
}
.aisb {
    align-items: space-between;
}
.aife {
    align-items: flex-end;
}
.jcfe {
    justify-content: flex-end;
}
.jcc {
    justify-content: center;
}
.jcsb {
    justify-content: space-between;
}
.jcsa {
    justify-content: space-around;
}
.pa {
    position: absolute;
}
.pr {
    position: relative;
    padding-right: 0;
}
.pf {
    position: fixed;
}
.ps {
    position: sticky;
}
.tc {
    text-align: center;
}
.tr {
    text-align: right;
}
.tl {
    text-align: left;
}
.usn {
    user-select: none;
}
.mw {
    max-width: 100%;
}
/*@container (min-width: 700px) {*/
@media(min-width: 1000px) {
    .mw {
        max-width: 77.625rem;
        margin-left: auto;
        margin-right: auto;
    }
}
@media(max-width: 77.624rem) AND (min-width: 1000px) {
    .mw {
        padding: 0 10px;
    }
}
.bw {
    background-color: var(--white);
}
.sb {
    font-family: 'SB';
}

/*swiper*/
@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active{pointer-events:auto}.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
/*!swiper*/

.header-wrapper {
    top: 0;
    z-index: 11;
    transition: background-color .25s linear;
}
.header-wrapper:not(.index) {
    background-color: var(--white);
}
.header-wrapper.index:not(.scroll) {
/*    position: absolute;
    width: 100%;*/
    background-color: transparent;
}
.header-wrapper.scroll {
    background-color: var(--white);
}
.header-wrapper .header-inner {
    height: 60px;
    padding: 0 calc(var(--pd) / 2);
}
@media(min-width: 744px) {
    .header-wrapper .header-inner {
        padding: 0 var(--pd);
    }
}
    
.header-wrapper .header-inner .burger {
    /*flex-basis: 20%;*/
    width: 33px;
    height: 100%;
    background-image: url(../images/svg/graymoss/burger.svg);
    transition: background-image .25s linear;
    background-size: 24px auto;
    background-repeat: no-repeat;
    background-position: center;
}
@media(min-width: 744px) {
    .header-wrapper .header-inner .burger {
        background-size: 33px 14px;
    }
}
.header-wrapper.index:not(.scroll) .header-inner .burger {
    background-image: url(../images/svg/graymoss/burger-w.svg);
}
@media(min-width: 1440px) {
    .header-wrapper .header-inner .burger:hover {
        cursor: pointer;
    }
}
.header-wrapper .header-inner .logo-wrapper {
    position: absolute;
    left: calc(50% - (125.06px / 2));
    right: 0;
    top: 0;
    bottom: 0;
    width: 125.06px;
    height: 100%;
}
.header-wrapper .header-inner .logo-wrapper a {
    font-size: 20px;
    font-family: 'B';
    color: var(--gray);
    transition: color .25s linear;
}
.header-wrapper.index:not(.scroll) .header-inner .logo-wrapper a {
    color: var(--white);
}
.header-wrapper .header-inner .header-right-wrapper {
    /*flex-basis: 20%;*/
}

.header-right-wrapper .header-search-wrapper .top-search {
    width: 40px;
    height: 40px;
    background-image: url(../images/svg/graymoss/search.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 22px 22px;
    transition: background-image .25s linear;
}
.header-wrapper.index:not(.scroll) .header-inner .header-right-wrapper .header-search-wrapper .top-search {
    background-image: url(../images/svg/graymoss/search-w.svg);
}
.header-right-wrapper .top-wishlist {
    width: 40px;
    height: 40px;
    /*background-image: url(../images/svg/graymoss/wishlist_new.svg);*/
    background-repeat: no-repeat;
    background-position: center;
    transition: background-image .25s linear;
    background-size: auto 15px;
}
.header-right-wrapper .top-wishlist.active {
    background-image: url(../images/svg/graymoss/wishlist_new.svg);
}
@media(min-width: 744px) {
    .header-right-wrapper .top-wishlist {
        background-size: auto 25px;
    }
}
.header-wrapper.index:not(.scroll) .header-inner .header-right-wrapper .top-wishlist.active {
    background-image: url(../images/svg/graymoss/wishlist-w.svg);
}
.header-right-wrapper .top-wishlist .count {
    position: absolute;
    right: 6px;
    top: 3px;
    width: 12px;
    height: 12px;
    font-size: 10px;
    color: var(--white);
    background-color: var(--gray);
    border-radius: 50%;
    border: none;
    box-sizing: border-box;
    transition: background-color .25s linear, color .25s linear;
}
.header-wrapper.index:not(.scroll) .header-inner .header-right-wrapper .top-wishlist .count {
    color: var(--gray); 
    background-color: var(--white);
}

.header-right-wrapper .top-cart {
    margin-left: 0;
    width: 40px;
    height: 40px;
    /* data-uri: репозиторий не содержит static/images (см. .gitignore) */
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M6 6h15l-1.3 9.5a2 2 0 0 1-2 1.7H8.3a2 2 0 0 1-2-1.7L5 4H3' stroke='%233E3B42' stroke-width='0.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3Ccircle cx='9.5' cy='19.5' r='0.85' fill='%233E3B42'/%3E%3Ccircle cx='17.5' cy='19.5' r='0.85' fill='%233E3B42'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 29px 29px;
    transition: background-image .25s linear;
}
.header-wrapper.index:not(.scroll) .header-inner .header-right-wrapper .top-cart {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M6 6h15l-1.3 9.5a2 2 0 0 1-2 1.7H8.3a2 2 0 0 1-2-1.7L5 4H3' stroke='%23FBFBFB' stroke-width='0.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3Ccircle cx='9.5' cy='19.5' r='0.85' fill='%23FBFBFB'/%3E%3Ccircle cx='17.5' cy='19.5' r='0.85' fill='%23FBFBFB'/%3E%3C/svg%3E");
}
.header-right-wrapper .top-cart .count {
    position: absolute;
    right: 1px;
    top: 2px;
    min-width: 14px;
    height: 14px;
    padding: 0 2px;
    font-size: 11px;
    line-height: 1;
    color: var(--white);
    background-color: var(--gray);
    border-radius: 50%;
    border: none;
    box-sizing: border-box;
    transition: background-color .25s linear, color .25s linear;
}
.header-wrapper.index:not(.scroll) .header-inner .header-right-wrapper .top-cart .count {
    color: var(--gray);
    background-color: var(--white);
}

.header-wrapper.index.banner-header-dark:not(.scroll) .header-inner .burger {
    background-image: url(../images/svg/graymoss/burger.svg);
}
.header-wrapper.index.banner-header-dark:not(.scroll) .header-inner .logo-wrapper a {
    color: var(--gray);
}
.header-wrapper.index.banner-header-dark:not(.scroll) .header-inner .header-right-wrapper .header-search-wrapper .top-search {
    background-image: url(../images/svg/graymoss/search.svg);
}
.header-wrapper.index.banner-header-dark:not(.scroll) .header-inner .header-right-wrapper .top-wishlist.active {
    background-image: url(../images/svg/graymoss/wishlist_new.svg);
}
.header-wrapper.index.banner-header-dark:not(.scroll) .header-inner .header-right-wrapper .top-wishlist .count {
    color: var(--white);
    background-color: var(--gray);
}
.header-wrapper.index.banner-header-dark:not(.scroll) .header-inner .header-right-wrapper .top-cart {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M6 6h15l-1.3 9.5a2 2 0 0 1-2 1.7H8.3a2 2 0 0 1-2-1.7L5 4H3' stroke='%233E3B42' stroke-width='0.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3Ccircle cx='9.5' cy='19.5' r='0.85' fill='%233E3B42'/%3E%3Ccircle cx='17.5' cy='19.5' r='0.85' fill='%233E3B42'/%3E%3C/svg%3E");
}
.header-wrapper.index.banner-header-dark:not(.scroll) .header-inner .header-right-wrapper .top-cart .count {
    color: var(--white);
    background-color: var(--gray);
}

.gm-search-modal {
    display: none;
    z-index: 120;
    inset: 0;
}
body.gm-search-open {
    overflow: hidden;
}
body.gm-search-open .header-wrapper {
    z-index: 130;
    transition: none;
}
body.gm-search-open .header-wrapper.index:not(.scroll) {
    background-color: var(--white);
}
body.gm-search-open .header-wrapper .header-inner .burger,
body.gm-search-open .header-wrapper .header-inner .logo-wrapper a,
body.gm-search-open .header-wrapper .header-inner .header-right-wrapper .header-search-wrapper .top-search,
body.gm-search-open .header-wrapper .header-inner .header-right-wrapper .top-cart,
body.gm-search-open .header-wrapper .header-inner .header-right-wrapper .top-cart .count {
    transition: none;
}
body.gm-search-open .header-wrapper.index:not(.scroll) .header-inner .burger {
    background-image: url(../images/svg/graymoss/burger.svg);
}
body.gm-search-open .header-wrapper.index:not(.scroll) .header-inner .logo-wrapper a {
    color: var(--gray);
}
body.gm-search-open .header-wrapper.index:not(.scroll) .header-inner .header-right-wrapper .header-search-wrapper .top-search {
    background-image: url(../images/svg/graymoss/search.svg);
}
body.gm-search-open .header-wrapper.index:not(.scroll) .header-inner .header-right-wrapper .top-cart {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M6 6h15l-1.3 9.5a2 2 0 0 1-2 1.7H8.3a2 2 0 0 1-2-1.7L5 4H3' stroke='%233E3B42' stroke-width='0.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3Ccircle cx='9.5' cy='19.5' r='0.85' fill='%233E3B42'/%3E%3Ccircle cx='17.5' cy='19.5' r='0.85' fill='%233E3B42'/%3E%3C/svg%3E");
}
body.gm-search-open .header-wrapper.index:not(.scroll) .header-inner .header-right-wrapper .top-cart .count {
    color: var(--white);
    background-color: var(--gray);
}
.gm-search-modal.active {
    display: block;
}
.gm-search-backdrop {
    top: 60px;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(17, 17, 18, 0.42);
}
.gm-search-panel {
    position: absolute;
    top: 60px;
    right: 0;
    left: 0;
    background: var(--white);
    border-top: 1px solid #e7e7e7;
    box-shadow: 0 16px 36px rgba(35, 35, 39, 0.16);
    max-height: calc(100vh - 60px);
    overflow: hidden;
}
.gm-search-top {
    position: relative;
    padding: 10px 14px;
    gap: 0;
    border-bottom: 1px solid #ececec;
}
.gm-search-form {
    flex: 1;
    width: 100%;
}
.gm-search-form input {
    width: 100%;
    height: 42px;
    box-sizing: border-box;
    border: 1px solid #d9d9db;
    border-radius: var(--br);
    padding: 0 44px 0 14px;
    font-size: 14px;
    color: var(--gray);
    background: #fff;
    outline: none;
}
.gm-search-form input:focus {
    border-color: #9a96a2;
}
.gm-search-close {
    position: absolute;
    top: 50%;
    right: 26px;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    border: none;
    background: transparent;
    padding: 0;
    cursor: pointer;
    background-image: url("data:image/svg+xml;charset=utf-8;base64,PHN2ZyB3aWR0aD0iMTAxIiBoZWlnaHQ9IjEwMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNOTguNjUgOTYuNTUgNTIuMTEgNDkuOTMgOTguMzYgMy41Yy41OS0uNTkuNTktMS40NyAwLTIuMDZhMS40MiAxLjQyIDAgMCAwLTIuMDYgMEw1MC4wNSA0Ny44NyAzLjY5IDEuNDRhMS40MiAxLjQyIDAgMCAwLTIuMDUgMCAxLjQyIDEuNDIgMCAwIDAgMCAyLjA2bDQ2LjM1IDQ2LjQzTDEuNDQgOTYuNTVBMS40MiAxLjQyIDAgMCAwIDMuNCA5OC42bDQ2LjU1LTQ2LjYyTDk2LjUgOTguNmMuMy4zLjY4LjM5Ljk4LjM5LjMgMCAuNjgtLjEuOTgtLjQuNjgtLjU4LjY4LTEuNDYuMi0yLjA1eiIgZmlsbD0iIzExMSIgc3Ryb2tlPSIjMTExIi8+PC9zdmc+");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px 12px;
}
.gm-search-body {
    max-height: calc(100vh - 112px);
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
.gm-search-note,
.gm-search-status {
    padding: 14px 16px;
    color: #73707a;
    font-size: 13px;
    line-height: 1.4;
}
.gm-search-status.err {
    color: #b42318;
}
.gm-search-results {
    padding: 6px 0;
}
.gm-search-item {
    display: grid;
    grid-template-columns: 64px 1fr;
    gap: 10px;
    padding: 10px 14px;
    color: inherit;
    text-decoration: none;
}
.gm-search-item + .gm-search-item {
    border-top: 1px solid #f0f0f0;
}
.gm-search-thumb {
    width: 64px;
    height: 86px;
    overflow: hidden;
    background: #f4f4f5;
}
.gm-search-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.gm-search-title {
    margin: 2px 0 4px;
    font-size: 14px;
    line-height: 1.3;
    color: var(--gray);
}
.gm-search-meta {
    margin: 0;
    font-size: 12px;
    color: var(--gray);
    display: flex;
    flex-wrap: wrap;
    gap: 4px 10px;
    text-transform: none;
    letter-spacing: 0;
}
.gm-search-meta span {
    display: inline-flex;
    gap: 4px;
    align-items: baseline;
}
.gm-search-meta-label {
    color: #8c8792;
}
.gm-search-price {
    margin-top: 6px;
    font-size: 13px;
    color: #201f23;
    font-family: 'M';
}
@media(min-width: 744px) {
    .gm-search-panel {
        right: auto;
        left: 50%;
        transform: translateX(-50%);
        width: min(820px, calc(100vw - 80px));
        border: 1px solid #e7e7e7;
        max-height: calc(100vh - 120px);
    }
    .gm-search-body {
        max-height: calc(100vh - 180px);
    }
}

body.gm-product-viewer-open {
    overflow: hidden;
}
.gm-product-viewer {
    display: none;
    z-index: 220;
    inset: 0;
}
.gm-product-viewer.active {
    display: block;
}
.gm-product-viewer-backdrop {
    inset: 0;
    background: rgba(12, 12, 14, 0.94);
}
.gm-product-viewer-close {
    top: 12px;
    right: 12px;
    width: 36px;
    height: 36px;
    border: none;
    background: rgba(255, 255, 255, 0.14);
    border-radius: 50%;
    z-index: 3;
    cursor: pointer;
}
.gm-product-viewer-close::before,
.gm-product-viewer-close::after {
    content: '';
    position: absolute;
    top: 17px;
    left: 10px;
    width: 16px;
    height: 2px;
    background: var(--white);
}
.gm-product-viewer-close::before {
    transform: rotate(45deg);
}
.gm-product-viewer-close::after {
    transform: rotate(-45deg);
}
.gm-product-viewer-swiper {
    height: 100%;
    width: 100vw;
    overflow: hidden;
}
.gm-product-viewer-swiper .swiper-wrapper {
    height: 100%;
}
.gm-product-viewer-swiper .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 48px 56px;
    box-sizing: border-box;
    width: 100% !important;
    flex-shrink: 0;
}
.gm-product-viewer-swiper .swiper-slide img {
    max-width: 100%;
    max-height: calc(100vh - 96px);
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
    touch-action: pan-x pan-y;
}
.gm-product-viewer-swiper .swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.gm-product-viewer-swiper .swiper-button-prev,
.gm-product-viewer-swiper .swiper-button-next {
    color: var(--white);
}
.gm-product-viewer-swiper .swiper-pagination-bullet {
    background: rgba(251, 251, 251, 0.55);
    opacity: 1;
}
.gm-product-viewer-swiper .swiper-pagination-bullet-active {
    background: var(--white);
}
@media(max-width: 743.9px) {
    .gm-product-viewer-swiper .swiper-slide {
        padding: 48px 12px 28px;
    }
    .gm-product-viewer-swiper .swiper-slide img {
        max-height: calc(100vh - 76px);
    }
}

.main-banners-wrapper {
    margin-top: -60px;
    margin-bottom: 50px;
}
@media(min-width: 744px) {
    .main-banners-wrapper {
        margin-bottom: 80px;
    }
} 
@media(min-width: 1440px) {
    .main-banners-wrapper {
        margin-bottom: 80px;
    }
}
.main-banners-wrapper .swiper-slide {
    display: flex;
    height: 850px !important;
    background-size: auto 100%;
    background-position: center;
}
@media(min-width: 744px) {
    .main-banners-wrapper .swiper-slide {
        height: 900px !important;
    }
}
@media(min-width: 1440px) {
    .main-banners-wrapper .swiper-slide {
        height: auto !important;
        aspect-ratio: 1.9 / 1;
        background-size: 100% auto;
    }
}
.main-banners-wrapper .swiper-button-next, 
.main-banners-wrapper .swiper-button-prev {
    width: 40px;
    height: 40px;
    background-image: url(../images/svg/graymoss/main-banners-arrow-new.svg);
    background-size: 12px 22px;
    background-position: center;
    background-repeat: no-repeat;
}
.main-banners-wrapper .swiper-button-prev:after, 
.main-banners-wrapper .swiper-button-next:after {
    content: '';
}

.main-banners-wrapper .swiper-button-prev {
    transform: rotate(180deg);
    left: 40px;
}
.main-banners-wrapper .swiper-button-next {
    right: 40px;
}

.main-banners-wrapper .swiper-pagination-bullets {
    bottom: 30px;
}
@media(min-width: 744px) {
    .main-banners-wrapper .swiper-pagination-bullets {
        bottom: 40px;
    }
}
@media(min-width: 1440px) {
    .main-banners-wrapper .swiper-pagination-bullets {
        bottom: 36px;
    }
}
.main-banners-wrapper .swiper-pagination-bullet {
    opacity: 1;
    width: 5px;
    height: 5px;
    background-color: var(--white);
    margin: 0 2.5px;
}
@media(min-width: 744px) {
    .main-banners-wrapper .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        margin: 0 5px;
    }
}
.main-banners-wrapper .swiper-pagination-bullet-active {
    background-color: var(--gray);
}
.main-banner-inner span {
    font-family: 'SB';
    font-size: 16px;
    line-height: 16px;
    color: var(--white);
    margin-bottom: 15px;
    letter-spacing: .1em;
}
@media(min-width: 744px) {
    .main-banner-inner span {
        font-size: 20px;
        line-height: 20px;
        margin-bottom: 15px;
    }
}
@media(min-width: 1440px) {
    .main-banner-inner span {
        margin-bottom: 20px;
    }
}
.main-banner-inner a {
    width: max-content;
    font-family: 'M';
    font-size: 12px;
    letter-spacing: .1em;
    /*line-height: 21.6px;*/
    /*line-height: 14px;*/
    color: var(--tr_white);
    /*border-bottom: 1px solid #fff;*/
    padding-bottom: 10px;
    /*transition: padding-bottom .25s;*/
    margin-left: auto;
    margin-right: auto;
}
body.index-banner-text-dark .main-banners-wrapper .swiper-slide-active .main-banner-inner span {
    color: var(--gray);
}
body.index-banner-text-dark .main-banners-wrapper .swiper-slide-active .main-banner-inner a {
    color: var(--gray);
}
.main-banners-wrapper .swiper-slide-active .main-banner-inner--text-black span {
    color: #000000;
}
.main-banners-wrapper .swiper-slide-active .main-banner-inner--text-black a {
    color: rgba(0, 0, 0, 0.6);
}
.main-banners-wrapper .swiper-slide-active .main-banner-inner--text-dark span {
    color: var(--gray);
}
.main-banners-wrapper .swiper-slide-active .main-banner-inner--text-dark a {
    color: var(--plate_font);
}
@media(min-width: 744px) {
    .main-banner-inner a {
        font-size: 14px;
        /*line-height: 28.8px;*/
        /*line-height: 20px;*/
        /*padding-bottom: 10px;*/
    }
}
@media(min-width: 1440px) {
    .main-banner-inner a {
        font-size: 16px;
        /*padding-bottom: 10px;*/
    }
    .main-banner-inner a:hover {
        /*padding-bottom: 5px;*/
    }
}

.main-description-text {
    width: 350px;
    font-family: 'M';
    font-size: 12px;
    line-height: 14.63px;
    text-transform: uppercase;
    margin-bottom: 20px;
    text-indent: 75px;
    /*padding-left: 10px;*/
    margin-left: auto;
    margin-right: auto;
}
@media(min-width: 744px) {
    .main-description-text {
        width: 597px;
        font-size: var(--fs);
        line-height: 18.29px;
        text-indent: 47px;
        padding-left: 0;
        margin-bottom: 13px;
        margin-left: auto;
        margin-right: auto;
    }
}
@media(min-width: 1440px) {
    .main-description-text {
        width: 864px;
        font-size: 20px;
        line-height: 24.38px;
        margin-bottom: 29px;
        margin-left: auto;
        margin-right: auto;
        text-indent: 91px;
        padding-left: 0;
    }
}
.main-description-text > span {
    font-family: 'SB';
    font-size: 14px;
    line-height: 140%;
}
.main-description-text > span > span {
    font-family: 'SB';
    font-size: 14px;
    line-height: 140%;
}
@media(min-width: 744px) {
    .main-description-text > span {
        font-size: 14px;
    }
}
@media(min-width: 1440px) {
    .main-description-text > span {
        font-size: 20px;
    }
}

.main-mini-text {
    /*padding-left: 10px;*/
    width: 350px;
    text-align: left;
    margin-left: auto;
    margin-right: auto; 
}
.main-mini-text > span {
    font-family: 'M';
    font-size: 11px;
    line-height: 100%;
    text-transform: uppercase;
}
.main-mini-text > span:first-of-type {
    margin-bottom: 8px;
}
@media(min-width: 744px) {
    .main-mini-text {
        padding-left: 47px;
        margin-left: auto;
        margin-right: auto; 
        width: 550px;
    }
    .main-mini-text > span {
        font-size: 14px;
        /*line-height: 18.29px;*/
    }
    .main-mini-text > span:first-of-type {
        margin-bottom: 10px;
    }
}
@media(min-width: 1440px) {
    .main-mini-text {
        margin-left: initial;
        margin-right: initial; 
        padding-left: calc((100vw - 864px) / 2 + 91px);
    }
    .main-mini-text > span {
/*        font-size: var(--fs);
        line-height: 18.29px;*/
    }
}

.main-products-wrapper {
    padding: 0 10px;
}
@media(min-width: 744px) {
    .main-products-wrapper {
        padding: 0 20px;
    }
}


.catalog-product-wrapper .inner .image {
    aspect-ratio: 0.75 / 1;
    background-size: auto 100%;
    border-radius: var(--br);
    margin-bottom: 9px;
}
@media(min-width: 744px) {
    .catalog-product-wrapper .inner .image {
        margin-bottom: 11px;
    }
}
@media(min-width: 1440px) {
    .catalog-product-wrapper .inner .image {
        margin-bottom: 11px;
    }
}
.catalog-product-wrapper .inner .image .image-thumb {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--white);
}
.catalog-product-wrapper .inner .image .new-status {
    top: 5px;
    left: 6px;
    width: 30px;
    height: 20px;
    /*border: 0.8px solid var(--gray);*/
    /*padding: 0 7px;*/
    font-size: 10px;
    color: var(--plate_font);
    background-color: var(--plate_back);
    /*border-radius: var(--br);*/
    text-transform: uppercase;
}
@media(min-width: 744px) {
    .catalog-product-wrapper .inner .image .new-status {
        top: 8px;
        left: 7px;
        width: 44px;
        height: 29px;
        font-size: 14px;
    }
}
@media(min-width: 1440px) {
    .catalog-product-wrapper .inner .image .new-status {
        top: 4px;
        left: 10px;
        width: 42px;
        height: 23px;
        font-size: 12px;
    }
}

.catalog-product-wrapper .inner .image .new-status.sale,
.new-status.sale {
    color: var(--sale_badge_font);
    background-color: var(--sale_badge_back);
    border: 0;
}
    
.catalog-product-wrapper .inner .image .wishlist {
    top: 0;
    right: 0;
    width: 18px;
    height: 24px;
    background-image: url(../images/svg/graymoss/wishlist_new.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 8px 12px;
    z-index: 3;
}
@media(min-width: 744px) {
    .catalog-product-wrapper .inner .image .wishlist {
        width: 45px;
        height: 53px;
        background-image: url(../images/svg/graymoss/wishlist_new.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 11px 17px;
        transition: background-image .25s;
    }
}
@media(min-width: 1440px) {
    .catalog-product-wrapper .inner .image .wishlist {
        width: 31px;
        height: 37px;
    }
}
.catalog-product-wrapper .inner .image .wishlist.active {
    background-image: url(../images/svg/graymoss/wishlist-a.svg);
}
.catalog-product-wrapper .inner .product-info-wrapper {
    flex-wrap: wrap;
    align-items: flex-start;
}
@media(min-width: 744px) {
    .catalog-product-wrapper .inner .product-info-wrapper {
        flex-wrap: wrap;
        align-items: flex-start;
    }
}
.catalog-product-wrapper .inner .name {
    width: calc(100% - 70px);
    flex-basis: calc(100% - 70px);
    text-transform: uppercase;
    font-family: 'M';
    font-size: 12px;
    line-height: 10px;
    color: var(--gray);
    margin-bottom: 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    order: 1;
}
@media(min-width: 744px) {
    .catalog-product-wrapper .inner .name {
        width: calc(60% - 10px);
        flex-basis: calc(60% - 10px);
        font-size: 15px;
        line-height: 15px; 
        margin-bottom: 10px;
    }
}
.catalog-product-wrapper .inner .price {
    font-family: 'M';
    font-size: 12px;
    line-height: 12px;
    color: var(--gray);
    order: 1;
    /*margin-right: 12px;*/
    order: 3;
}
@media(min-width: 744px) {
    .catalog-product-wrapper .inner .price {
        font-size: 15px;
        line-height: 15px; 
        order: 3;
        margin-right: 0;
    }
}
.catalog-product-wrapper .inner .price .new-price-category {
    font-family: 'SB';
}
.catalog-product-wrapper .inner .colors {
    width: 70px;
    justify-content: flex-end;
    gap: 0 5px;
    order: 2;
}
@media(min-width: 744px) {
    .catalog-product-wrapper .inner .colors {
        flex-grow: 0;
        width: 40%;
        /*max-width: 130px;*/
        flex-basis: 40%;
        gap: 0 10px;
        order: 2;
        justify-content: flex-end;
    }
}
.catalog-product-wrapper .inner .color {
    height: 5px;
    width: 5px;
    min-width: 5px;
    border-radius: 50%;
}
@media(min-width: 744px) {
    .catalog-product-wrapper .inner .color {
        height: 10px;
        width: 10px;
        min-width: 10px;
    }
}
@media(min-width: 1440px) {
    .catalog-product-wrapper .inner .color {
        height: 8px;
        width: 8px;
        min-width: 8px;
    }
}

.main-products-title {
    width: max-content;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 22px;
    font-family: 'M';
    font-size: 14px;
    line-height: 14px;
    color: var(--gray);
/*    border-bottom: 1px solid var(--gray);
    padding-bottom: 10px; */
    text-transform: uppercase;
}
@media(min-width: 744px) {
    .main-products-title {
        font-size: 20px;
        /*line-height: 28.8px;*/
        line-height: 20px;
    }
}
@media(min-width: 1440px) {
    .main-products-title {
        font-size: 20px;
        /*line-height: 34.56px;*/
        line-height: 20px;
        /*padding-bottom: 10px;*/
    }
}
.main-mini-text ~ .main-products-title {
    margin-top: 50px;
    margin-bottom: 40px;
}
@media(min-width: 744px) {
    .main-mini-text ~ .main-products-title {
        margin-top: 80px;
        margin-bottom: 50px;
    }
}
@media(min-width: 1440px) {
    .main-mini-text ~ .main-products-title {
        margin-top: 100px;
    }
}

.main-products-wrapper .swiper-buttons-wrapper {
    /*padding-right: 20px;*/
    /*margin-bottom: 22px;*/
    top: -30px;
    right: 10px;
}
@media(min-width: 744px) {
    .main-products-wrapper .swiper-buttons-wrapper {
        top: -60px;
        right: 20px;
    }
}
@media(min-width: 1440px) {
    .main-products-wrapper .swiper-buttons-wrapper {
        top: -62px;
    }
}
.main-products-wrapper .swiper-buttons-wrapper .swiper-button-next,
.main-products-wrapper .swiper-buttons-wrapper .swiper-button-prev {
    position: relative;
    width: 20px;
    height: 20px;
    background-image: url(../images/svg/graymoss/products-slider-arrow.svg);
    background-size: 7.5px 15px;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 0;
    right: initial;
    left: initial;
}
.main-products-wrapper .swiper-buttons-wrapper .swiper-button-prev {
    margin-right: 30px;
}
@media(min-width: 744px) {
    .main-products-wrapper .swiper-buttons-wrapper .swiper-button-next,
    .main-products-wrapper .swiper-buttons-wrapper .swiper-button-prev {
        width: 40px;
        height: 40px;
        background-image: url(../images/svg/graymoss/products-slider-arrow.svg);
        background-size: 12px 22px;
    }
    .main-products-wrapper .swiper-buttons-wrapper .swiper-button-prev {
        margin-right: 20px;
    }
}
@media(min-width: 1440px) {
    .main-products-wrapper .swiper-buttons-wrapper .swiper-button-prev {
        margin-right: 10px;
    }
}
.main-products-wrapper .swiper-buttons-wrapper .swiper-button-prev:after, 
.main-products-wrapper .swiper-buttons-wrapper .swiper-button-next:after {
    content: '';
}
.main-products-wrapper .swiper-buttons-wrapper .swiper-button-prev {
    transform: rotate(180deg);
}

.main-capsule-wrapper {
    height: 355px;
    margin-top: 50px;
    margin-bottom: 50px;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center;
}
@media(min-width: 744px) {
    .main-capsule-wrapper {
        height: 780px;
        background-size: auto 100%;
        background-position: calc(33%) center;
        margin-top: 80px;
        margin-bottom: 80px;
    }
}
@media(min-width: 1440px) {
    .main-capsule-wrapper {
        height: auto;
        aspect-ratio: 1.8 / 1;
        background-size: 100% auto;
        margin-top: 100px;
        margin-bottom: 100px;
    }
}
.main-capsule-wrapper .main-capsule-inner span {
    font-family: 'SB'; 
    font-size: 14px;
    line-height: 100%;
    letter-spacing: .1em;
    color: var(--white);
    margin-bottom: 15px;
}
@media(min-width: 744px) {
    .main-capsule-wrapper .main-capsule-inner span {
        font-size: 20px;
        line-height: 144%;
        margin-bottom: 2px;
    }
}
@media(min-width: 1440px) {
    .main-capsule-wrapper .main-capsule-inner span {
        margin-bottom: 7px;
    }
}
.main-capsule-wrapper .main-capsule-inner a {
    width: max-content;
    font-family: 'M';
    font-size: 12px;
    /*line-height: 17.28px;*/
    line-height: 100%;
    letter-spacing: .1em; 
    color: var(--tr_white);
    /*border-bottom: 1px solid #fff;*/
    /*padding-bottom: 10px;*/
    /*transition: padding-bottom .25s;*/
    margin-left: auto;
    margin-right: auto;
}
@media(min-width: 744px) {
    .main-capsule-wrapper .main-capsule-inner a {
        font-size: 14px;
        line-height: 144%;
        /*line-height: 28.8px;*/
    }
}
@media(min-width: 1440px) {
    .main-capsule-wrapper .main-capsule-inner a {
        font-size: 16px;
        /*padding-bottom: 10px;*/
    }
    .main-capsule-wrapper .main-capsule-inner a:hover {
        /*padding-bottom: 5px;*/
    }
}
.main-capsule-wrapper--text-dark .main-capsule-inner span {
    color: var(--white);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.55), 0 0 14px rgba(0, 0, 0, 0.35);
}
.main-capsule-wrapper--text-dark .main-capsule-inner a {
    color: var(--white);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.55), 0 0 14px rgba(0, 0, 0, 0.35);
}

.main-about-wrapper {
    height: 729px;
    margin-top: 50px;
    margin-bottom: 50px; 
    background-repeat: no-repeat;
    /*justify-content: center;*/
    background-size: auto 540px;
    background-position: 55% top;
    align-items: flex-end;
}
@media(min-width: 744px) {
    .main-about-wrapper {
        height: 781px;
        align-items: flex-start;
        margin-top: 80px;
        margin-bottom: 80px; 
/*        background-position: 70% 0;
        background-size: auto 100%;*/
        background-position: 28%;
        background-size: auto 100%;
    }
}
@media(min-width: 1440px) {
    .main-about-wrapper {
        height: 885px;
        align-items: center;
/*        background-position: center;
        background-size: 100% auto;*/
        background-position: left;
        background-size: auto 130%;
        /*aspect-ratio: 1.8 / 1;*/
    }
}
.main-about-wrapper .main-about-inner {
    width: 360px;
    margin-left: auto;
    margin-right: auto;
}
@media(min-width: 744px) {
    .main-about-wrapper .main-about-inner {
        width: 100%;
        margin-top: 191px;
        margin-left: initial;
        margin-right: initial;
    }
}
@media(min-width: 1440px) {
    .main-about-wrapper .main-about-inner {
        width: 100%;
        height: 255px;
        margin-top: 0;
    }
}
.main-about-wrapper .main-about-inner span.title {
    font-family: 'SB';
    font-size: 26px;
    line-height: 144%;
    color: var(--gray);
    margin-bottom: 4px;
    text-align: center;
}
@media(min-width: 744px) {
    .main-about-wrapper .main-about-inner span.title {
        font-size: 36px;
        line-height: 144%;
        margin-bottom: 0;
    }
}
@media(min-width: 1440px) {
    .main-about-wrapper .main-about-inner span.title {
        width: max-content;
        font-size: 48px;
        line-height: 144%;
        /*margin-left: 216px;*/
        text-align: left;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 0;
    }
}
.main-about-wrapper .main-about-inner span.text {
    font-family: 'SB';
    font-size: 14px;
    line-height: 140%;
    color: var(--gray);
    text-transform: uppercase;
    /*padding-left: 10px;*/
    text-indent: 86px;
}
@media(min-width: 744px) {
    .main-about-wrapper .main-about-inner span.text {
        width: 505px;
        font-size: 14px;
        line-height: 140%;
        padding-left: 20px;
        text-indent: 101px;
    }
}
@media(min-width: 1440px) {
    .main-about-wrapper .main-about-inner span.text {
        width: 680px;
        font-size: 14px;
        line-height: 140%;
        padding-left: 161px;
        text-indent: 203px;
        /*margin-bottom: 53px;*/
    }
}
.main-about-wrapper .main-about-inner a {
    width: max-content;
    font-family: 'M';
    font-size: 12px;
    line-height: 144%;
    color: var(--plate_font);
    /*border-bottom: 1px solid var(--gray);*/
    /*padding-bottom: 10px;*/
    /*transition: padding-bottom .25s;*/
    margin-top: 15px;
    /*margin-left: 10px;*/
}
@media(min-width: 744px) {
    .main-about-wrapper .main-about-inner a {
        font-size: 14px; 
        margin-left: 127px;
        /*margin-right: auto;*/
        margin-top: 9px;
    }
}
@media(min-width: 1440px) {
    .main-about-wrapper .main-about-inner a {
        font-size: 16px; 
        margin: 0;
        margin-top: 20px;
        margin-left: 364px;
    }
    .main-about-wrapper .main-about-inner a:hover {
        /*padding-bottom: 5px;*/
    }
}

.header-left-menu-wrapper {
    width: 360px;
/*    height: calc(100dvh - 60px);
    top: 60px;*/
    height: 100dvh;
    top: 0;
    left: 0;
    z-index: -1;
    transform: translateX(-360px);
    transition: transform .25s;
}
@media(min-width: 744px) {
    .header-left-menu-wrapper {
        z-index: 11;
    }
}
.header-left-menu-wrapper.active {
    width: auto;
    transform: translateX(0);
    z-index: 11;
}
.header-left-menu-wrapper .header-left-menu-inner {
    height: 100%;
}
.header-left-menu-wrapper .header-left-menu-inner .header-left-menu-left-wrapper {
    width: 100vw;
    height: 100%;
    z-index: 2;
    background-color: var(--white);
}
@media(min-width: 1440px) {
    .header-left-menu-wrapper .header-left-menu-inner .header-left-menu-left-wrapper {
        width: 360px;
    }
}
.header-left-menu-wrapper .header-left-menu-inner .header-left-menu-left-close {
    width: 17px;
    height: 17px;
    background-image: url(../images/svg/graymoss/left-menu-close.svg);
    background-size: 17px;
    background-position: center;
    background-repeat: no-repeat;
    margin-left: 20px;
    margin-top: 20px;
    margin-bottom: 21px;
}
@media(min-width: 1440px) {
    .header-left-menu-wrapper .header-left-menu-inner .header-left-menu-left-close:hover {
        cursor: pointer;
    }
}
.header-left-menu-wrapper .header-left-menu-inner .header-left-menu-left-wrapper .header-left-menu-left-inner {
    height: calc(100% - 58px);
}
.header-left-menu-wrapper .header-left-menu-inner .header-left-menu-left-wrapper .header-left-menu-left-inner .top a {
    width: max-content;
    margin-left: 20px;
    font-size: var(--fs);
    line-height: 18.29px;
    padding-bottom: 0px;
    margin-bottom: 30px;
    border-bottom: 1px solid var(--transparent);
}
@media(min-width: 1440px) {
    .header-left-menu-wrapper .header-left-menu-inner .header-left-menu-left-wrapper .header-left-menu-left-inner .top a {
        padding-bottom: 7px;
        margin-bottom: 21px;
    }
    .header-left-menu-wrapper .header-left-menu-inner .header-left-menu-left-wrapper .header-left-menu-left-inner .top a:hover {
        border-color: var(--gray);
    }
}
.header-left-menu-wrapper .header-left-menu-inner .header-left-menu-left-wrapper .header-left-menu-left-inner .bottom {
    margin-left: 20px;
}
.header-left-menu-wrapper .header-left-menu-inner .header-left-menu-left-wrapper .header-left-menu-left-inner .bottom span {
    margin-bottom: 13px;
    font-family: 'B';
    font-size: var(--fs);
}
.header-left-menu-wrapper .header-left-menu-inner .header-left-menu-left-wrapper .header-left-menu-left-inner .bottom a {
    font-size: var(--fs);
}
.header-left-menu-wrapper .header-left-menu-inner .header-left-menu-left-wrapper .header-left-menu-left-inner .bottom a:not(:last-of-type) {
    margin-bottom: 13px;
}
.header-left-menu-wrapper .header-left-menu-inner .header-left-menu-left-wrapper .header-left-menu-left-inner .bottom a:last-of-type {
    margin-bottom: 20px;
}
.header-left-menu-wrapper .header-left-menu-right {
    width: 100vw;
    transform: translateX(-100vw);
    overflow: hidden;
    z-index: 1;
    background-color: var(--white);
}
@media(min-width: 744px) {
    .header-left-menu-wrapper .header-left-menu-right {
        width: 100vw;
        transform: translateX(-100vw);
    }
}
@media(min-width: 1440px) {
    .header-left-menu-wrapper .header-left-menu-right {
        width: 360px;
        transform: translateX(-360px);
    }
}
.header-left-menu-wrapper.active .header-left-menu-right {
    transition: transform .25s;
    /*transform: translateX(0);*/
}
.header-left-menu-wrapper.active .header-left-menu-right.active {
    transform: translateX(-100vw);
    z-index: 2;
}
@media(min-width: 744px) {
    .header-left-menu-wrapper.active .header-left-menu-right.active {
        transform: translateX(-100vw);
        z-index: 2;
    }
}
@media(min-width: 1440px) {
    .header-left-menu-wrapper.active .header-left-menu-right.active {
        transform: translateX(0);
        z-index: 1;
    }
}
.header-left-menu-wrapper.active .header-left-menu-right a {
    font-size: var(--fs);
    line-height: 18.29px;
    margin-bottom: 20px;
    margin-left: 20px;
} 
.header-left-menu-wrapper .header-left-menu-inner .header-left-menu-right-close {
    width: 20px;
    height: 25px;
    background-image: url(../images/svg/graymoss/left-menu-catalog-close.svg);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    margin-left: 20px;
    margin-top: 20px;
    margin-bottom: 13px;
}
@media(min-width: 1440px) {
    .header-left-menu-wrapper .header-left-menu-inner .header-left-menu-right-close:hover {
        cursor: pointer;
    }
}

.lookbook-wrapper .lookbook-inner .image {
    aspect-ratio: 0.66;
    min-height: 440px;
    background-size: auto 100%;
    background-position: center;
    border-radius: var(--br);
    /*margin-bottom: 16px;*/
}
@media(min-width: 744px) {
    .lookbook-wrapper .lookbook-inner .image {
        aspect-ratio: initial;
        height: 600px;
    }
}
@media(min-width: 1440px) {
    .lookbook-wrapper .lookbook-inner .image {
        height: 800px;
    }
}
.lookbook-wrapper .lookbook-inner .image span {
    color: var(--white);
}
.lookbook-wrapper .lookbook-inner .image span.name {
    font-family: 'SB';
    font-size: 14px;
    line-height: 144%;
    letter-spacing: .1em;
    margin-bottom: 5px;
    text-transform: uppercase;
}
@media(min-width: 1440px) {
    .lookbook-wrapper .lookbook-inner .image span.name {
        font-size: 16px;
        margin-bottom: 9px;
    }
}
.lookbook-wrapper .lookbook-inner .image span.description {
    max-width: 222px;
    font-size: 10px;
    line-height: 12.19px;
} 
@media(min-width: 744px) {
    .lookbook-wrapper .lookbook-inner .image span.description {
        max-width: 259px;
        font-size: 12px;
        line-height: 14.63px;
    }
}
@media(min-width: 1440px) {
    .lookbook-wrapper .lookbook-inner .image span.description {
        max-width: 337px;
        font-size: var(--fs);
        line-height: 18.29px;
    }
}

.main-subscribe-wrapper {
    margin-top: 50px;
}
@media(min-width: 744px) {
    .main-subscribe-wrapper {
        margin-top: 80px;
    }
}
@media(min-width: 1440px) {
    .main-subscribe-wrapper {
        width: 869px;
        margin: 0 auto;
        margin-top: 100px;
    }
}
.main-subscribe-wrapper .description {
    font-size: 12px;
    line-height: 144%;
    text-transform: uppercase;
    margin-bottom: 15px;
    padding-left: 10px;
    padding-right: 10px;
    color: var(--green);
}
@media(min-width: 744px) {
    .main-subscribe-wrapper .description {
        font-size: 14px;
        margin-bottom: 15px;
        padding-left: 0;
        padding-right: 0; 
    }
}
@media(min-width: 1440px) {
    .main-subscribe-wrapper .description {
        font-family: 'M';
        margin-bottom: 20px;
    }
}
.main-subscribe-wrapper .subdescription {
    /*font-family: 'M';*/
    font-size: 12px;
    line-height: 140%;
    margin-top: 15px;
    /*text-transform: uppercase;*/
    padding-left: 10px;
    padding-right: 20px;
    color: var(--plate_font);
}
@media(min-width: 744px) {
    .main-subscribe-wrapper .subdescription {
        width: 455px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 0;
        padding-right: 0;
        font-size: 10px;
    }
}
@media(min-width: 1440px) {
    .main-subscribe-wrapper .subdescription {
        width: 500px;
        font-size: 12px;
        line-height: 17.28px;
        margin-top: 18px; 
        font-size: 14px;
    }
}
.main-subscribe-wrapper .subdescription a {
    /*font-family: 'M';*/
    font-size: 12px;
    line-height: 140%;
    text-decoration: underline;
}
@media(min-width: 744px) {
    .main-subscribe-wrapper .subdescription a {
        font-size: 10px;
    }
}
@media(min-width: 1440px) {
    .main-subscribe-wrapper .subdescription a {
        font-size: 14px;
    }
}
.main-subscribe-wrapper form {
    padding: 0 10px;
    flex-wrap: wrap;
}
@media(min-width: 744px) {
    .main-subscribe-wrapper form {
        padding: 0 20px;
        flex-wrap: nowrap;
    }
}
@media(min-width: 1440px) {
    .main-subscribe-wrapper form {
        padding: 0;
    }
}
.main-subscribe-wrapper form input {
    flex: 1 0 auto;
    height: 60px;
    border-radius: 14px;
    background-color: var(--plate_tr);
    color: var(--plate_font);
    border: none;
    outline: none;
    box-sizing: border-box;
    /*text-transform: uppercase;*/
    font-size: var(--fs);
    line-height: 21.6px;
    padding: 0;
    padding-left: 20px;
    margin-bottom: 15px;
    border-radius: var(--br);
}
@media(min-width: 744px) {
    .main-subscribe-wrapper form input {
        margin-right: 10px;
        margin-bottom: 0;
    }
}
.main-subscribe-wrapper form input.error {
    background-color: var(--error_tr);
}
.main-subscribe-wrapper form button {
    width: 100%;
    height: 60px;
    background-color: var(--green);
    border-radius: var(--br);
}
@media(min-width: 744px) {
    .main-subscribe-wrapper form button {
        width: 251px;
    }
}
@media(min-width: 1440px) {
    .main-subscribe-wrapper form button {
        width: 298px;
        transition: background-color .25s;
    }
    .main-subscribe-wrapper form button:hover {
        cursor: pointer;
        background-color: var(--green_hover);
    }
}
.main-subscribe-wrapper form button.loader {
    background-color: var(--green_hover);
}
.main-subscribe-wrapper form button .text {
    font-family: 'M';
    font-size: 14px;
    /*line-height: 21.6px;*/
    letter-spacing: .01em;
    color: var(--white);
}
.main-subscribe-wrapper form button.loader span {
    display: none;
}
.main-subscribe-wrapper form button.loader:before {
    content: '';
    width: 20px;
    min-width: 20px;
    height: 20px;
    vertical-align: text-bottom;
    border: 3px solid var(--white);
    border-right-color: transparent;
    border-radius: 50%;
    animation: loader .75s linear infinite;
    background-image: none;
}


.back-to-top {
    font-size: var(--fs);
    line-height: 21px;
    text-transform: uppercase;
    margin: 50px 0;
}
@media(min-width: 744px) {
    .back-to-top {
        margin: 80px 0;
    }
}
@media(min-width: 1440px) {
    .back-to-top:hover {
        cursor: pointer;
    }
    .back-to-top {
        font-size: 24px;
        line-height: 33.6px;
        margin: 150px 0;
    }
}


footer {
    margin-top: 50px;
}
@media(min-width: 744px) {
    footer {
        margin-top: 80px;
    }
}
@media(min-width: 1440px) {
    footer {
        margin-top: 100px;
    }
}
.footer-logo-wrapper {
    
}
.footer-logo-wrapper a {
    font-size: 20px;
    line-height: 144%;
    font-family: 'B';
    color: var(--gray); 
    margin-bottom: 40px;     
}
@media(min-width: 744px) {
    .footer-logo-wrapper a {  
        margin-bottom: 50px;     
    }
}
@media(min-width: 1440px) {
    .footer-logo-wrapper a {
        font-size: 24px;
    }
}

.footer-tabs-wrapper {
    flex-direction: column;
}
@media(min-width: 744px) {
    .footer-tabs-wrapper {
        flex-direction: row;
        flex-wrap: wrap;
        padding: 0 20px;
        border-top: none;
    }
}
@media(min-width: 1440px) {
    .footer-tabs-wrapper {
        flex-direction: row;
        flex-wrap: nowrap;
    }
}
@media(max-width: 744px) {
    .footer-tabs-wrapper .footer-tab-wrapper {
 border-bottom: .24px solid var(--plate_font);
 
    }}
.footer-tabs-wrapper .footer-tab-wrapper {
    flex: 1 0 auto;
    /*padding: 0 10px;*/
    
}
.footer-tab-wrapper:first-of-type {
        border-top: .24px solid var(--plate_font);
}
@media(min-width: 744px) {
    .footer-tabs-wrapper .footer-tab-wrapper {
        border-top: none;
        padding: 0;
       
    }
}
.footer-tabs-wrapper .footer-tab-wrapper.form {
    padding: 0 10px;
    padding-top: 20px;
}
@media(min-width: 744px) {
    .footer-tabs-wrapper .footer-tab-wrapper.form {
        flex: 0 0 402px;
        padding: 0;
        padding-top: 50px;
    }
}
@media(min-width: 1440px) {
    .footer-tabs-wrapper .footer-tab-wrapper.form {
        flex: 0 0 508px;
        padding: 0;
    }
}
.footer-tabs-wrapper .footer-tab-wrapper.form #footerSubscribeForm {
    flex-wrap: wrap;
}
.footer-tabs-wrapper .footer-tab-wrapper.form input {
    flex: 1 0 100%;
    height: 60px;
    border-radius: var(--br);
    background-color: var(--plate_tr);
    color: var(--plate_font);
    border: none;
    outline: none;
    box-sizing: border-box;
    /*text-transform: uppercase;*/
    font-size: 14px;
    /*line-height: 21.6px;*/
    padding: 0;
    padding-left: 20px;
    margin-bottom: 15px;
}
@media(min-width: 744px) {
    .footer-tabs-wrapper .footer-tab-wrapper.form input {
        margin-bottom: 15px;
    }
}
.footer-tabs-wrapper .footer-tab-wrapper.form input.error {
    background-color: var(--error_tr);
}
@media(min-width: 1440px) {
    .footer-tabs-wrapper .footer-tab-wrapper.form input {
        /*margin-bottom: 15px;*/ 
    }
}
.footer-tabs-wrapper .footer-tab-wrapper.form button {
    width: 100%;
    height: 60px;
    background-color: var(--green);
    border-radius: var(--br);
}
@media(min-width: 744px) {
    .footer-tabs-wrapper .footer-tab-wrapper.form button {
        width: 251px;
    }
}
@media(min-width: 1440px) {
    .footer-tabs-wrapper .footer-tab-wrapper.form button {
        width: 298px;
        transition: background-color .25s;
    }
    .footer-tabs-wrapper .footer-tab-wrapper.form button:hover {
        cursor: pointer;
        background-color: var(--green_hover);
    }
}
.footer-tabs-wrapper .footer-tab-wrapper.form button.loader {
    background-color: var(--green_hover);
}
.footer-tabs-wrapper .footer-tab-wrapper.form button span.text {
    color: var(--white);
    font-family: 'M';
    font-size: var(--fs);
}
.footer-tabs-wrapper .footer-tab-wrapper.form button.loader span {
    display: none;
}
.footer-tabs-wrapper .footer-tab-wrapper.form button.loader:before {
    content: '';
    width: 20px;
    min-width: 20px;
    height: 20px;
    vertical-align: text-bottom;
    border: 3px solid var(--white);
    border-right-color: transparent;
    border-radius: 50%;
    animation: loader .75s linear infinite;
    background-image: none;
}

.footer-tabs-wrapper .footer-tab-wrapper .footer-tab-title {
    display: flex;
    /*height: 60px;*/
    align-items: center;
    justify-content: space-between;
    font-family: 'SB';
    font-size: 12px;
    /*line-height: 144%;*/
    white-space: nowrap;
    padding-left: 10px;
    padding-bottom: 20px;
    padding-top: 20px;
}
@media(min-width: 744px) {
    .footer-tabs-wrapper .footer-tab-wrapper .footer-tab-title {
        display: block;
        height: auto;
        padding-left: 0;
        padding-bottom: 0;
        padding-top: 0;
        border-bottom: none;
        margin-bottom: 20px;
        font-size: 12px;
    }
}
@media(min-width: 1440px) {
    .footer-tabs-wrapper .footer-tab-wrapper .footer-tab-title {
        margin-bottom: 11px;
    }
}
@media(min-width: 744px) {
    .footer-tabs-wrapper .footer-tab-wrapper .footer-tab-title {
        font-size: 14px;
    }
}
.footer-tabs-wrapper .footer-tab-wrapper .footer-tab-title:after {
    content: '';
    width: 25px;
    height: 25px;
    background-image: url(../images/svg/graymoss/product-tab-arrow.svg);
    background-size: 16px 8px;
    background-position: center;
    background-repeat: no-repeat;
    transition: transform .25s;
    margin-right: 10px;
}
.footer-tabs-wrapper .footer-tab-wrapper .footer-tab-title.active:after {
    transform: rotate(-180deg);
}
.footer-tabs-wrapper .footer-tab-wrapper .footer-tab-title.active {
    border: none;
    padding-bottom: 4px;
}
@media(min-width: 744px) {
    .footer-tabs-wrapper .footer-tab-wrapper .footer-tab-title.active {
        border: none;
        padding-bottom: 0;
    }
}
@media(min-width: 744px) {
    .footer-tabs-wrapper .footer-tab-wrapper .footer-tab-title {
        height: auto;
    }
}
.footer-tabs-wrapper .footer-tab-wrapper .footer-tab-data {
    display: none;
}
@media(min-width: 744px) {
    .footer-tabs-wrapper .footer-tab-wrapper .footer-tab-data {
        display: block;
    }
}
@media(min-width: 744px) {
    .footer-tab-data + .footer-tab-title {
        margin-top: 37px;
    }
}
.footer-tabs-wrapper .footer-tab-wrapper .footer-tab-data.active {
    display: block;
    padding-left: 10px;
    padding-bottom: 10px;
}
@media(min-width: 744px) {
    .footer-tabs-wrapper .footer-tab-wrapper .footer-tab-data.active {
        display: block;
        padding-left: 0;
        border-bottom: none;
        padding-bottom: 0;
    }
}
.footer-tabs-wrapper .footer-tab-wrapper .footer-tab-data a {
    font-size: 10px;
    /*line-height: 144%;*/
    margin-bottom: 6px;
}
@media(min-width: 744px) {
    .footer-tabs-wrapper .footer-tab-wrapper .footer-tab-data a {
        margin-bottom: 6px;
    }
}
@media(min-width: 1440px) {
    .footer-tabs-wrapper .footer-tab-wrapper .footer-tab-data a {
        font-size: 12px;
        margin-bottom: 7px;
    }
}
.footer-tabs-wrapper .footer-tab-wrapper .footer-tab-data:last-of-type a:last-of-type {
    margin-bottom: 0;
}
.footer-tabs-wrapper .footer-tab-wrapper.form .description  {
    font-family: 'M';
    font-size: 10px;
    line-height: 140%;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: var(--green);
}
@media(min-width: 744px) {
    .footer-tabs-wrapper .footer-tab-wrapper.form .description  {
    }
}
@media(min-width: 1440px) {
    .footer-tabs-wrapper .footer-tab-wrapper.form .description  {
        font-size: 12px;
        line-height: 140%;
    }
}

.category-wrapper {
    flex-direction: column;
}
@media(min-width: 1440px) {
    .category-wrapper {
        flex-direction: row;
    }
}
.left-menu-wrapper {
}
@media(min-width: 1440px) {
    .left-menu-wrapper {
        width: 355px;
        min-width: 355px;
        flex-basis: 355px;
        height: max-content;
        position: sticky;
        top: 60px;
    }
}
.left-menu-wrapper .cat-h1 {
    max-width: max-content;
    font-family: 'M';
    font-size: 15px;
    /*line-height: 18.29px;*/
    /*border-bottom: 1px solid var(--gray);*/
    margin-left: 11px;
    margin-bottom: 15px;
    margin-top: 20px;
    text-transform: uppercase;
} 
@media(min-width: 744px) {
    .left-menu-wrapper .cat-h1 {
        font-size: 20px;
        /*line-height: 24.38px;*/
        margin-left: 20px;
    }
}
@media(min-width: 1440px) {
    .left-menu-wrapper .cat-h1 {
        font-family: 'SB';
        border: none;
        margin-bottom: 20px;
        margin-top: 0;
    }
}
.left-menu-wrapper .left-menu-inner a {
    max-width: max-content;
    margin-left: 20px;
    padding-bottom: 0px;
    margin-bottom: 30px;
    border-bottom: 1px solid var(--transparent);
}
.left-menu-wrapper .left-menu-inner a.active {
    padding-bottom: 9px;
    border-color: var(--plate_font);
    margin-bottom: 21px;
}
@media(min-width: 1440px) {
    .left-menu-wrapper .left-menu-inner a:hover {
        padding-bottom: 9px;
        border-color: var(--plate_font);
        margin-bottom: 21px;
    }
}
.products-wrapper {
    flex-grow: 1;
    flex-wrap: wrap;
    padding-left: 10px;
    gap: 15px 10px;
}
@media(min-width: 744px) {
    .products-wrapper {
        padding-left: 20px;
        gap: 40px 20px;
    }
}
@media(min-width: 1440px) {
    .products-wrapper {
        padding-top: 13px;
        padding-left: 0;
    }
}
.products-wrapper .catalog-product-wrapper {
    flex-basis: calc(50% - 10px);
    width: calc(50% - 10px);
    min-width: calc(50% - 10px);
    /*margin-right: calc(var(--pd) / 2);*/
}
@media(min-width: 744px) {
    .products-wrapper .catalog-product-wrapper {
    }
}
@media(min-width: 1440px) {
    .products-wrapper .catalog-product-wrapper {
    }
}
@media(min-width: 744px) {
    .products-wrapper .catalog-product-wrapper {
        flex-basis: calc(50% - 20px);
        width: calc(50% - 20px);
        min-width: calc(50% - 20px);
    }
}
@media(min-width: 1440px) {
    .products-wrapper .catalog-product-wrapper {
        flex-basis: calc(100% / 3 - 20px);
        width: calc(100% / 3 - 20px);
        min-width: calc(100% / 3 - 20px);
    }
    .products-wrapper .catalog-product-wrapper:nth-of-type(2n) {
    }
    .products-wrapper .catalog-product-wrapper:nth-of-type(3n) {
    }
}

.breadcrumbs-wrapper {
    /*line-height: 36px;*/
    padding-left: calc(var(--pd) / 2);
    margin-top: 20px;
    margin-bottom: 20px;
}
@media(min-width: 744px) {
    .breadcrumbs-wrapper {
        padding-left: var(--pd);
    }
}
.breadcrumbs-wrapper a,
.breadcrumbs-wrapper span {
    font-size: 12px;
}
.breadcrumbs-wrapper a {
    color: var(--plate_font);
}
.breadcrumbs-wrapper span {
    color: var(--gray);
}

/*Product*/
.product-wrapper {
    flex-direction: column;
}
@media(min-width: 1440px) {
    .product-wrapper {
        flex-direction: row;
    }
}
.product-wrapper .product-left-wrapper {
    flex-basis: 100%;
    width: 100%;
}
@media(min-width: 1440px) {
    .product-wrapper .product-left-wrapper {
        flex-basis: 50%;
        width: 50%;
        padding-left: 20px;
    }
}
.product-wrapper .product-left-wrapper .product-main-image {
    /*//height: 850px;*/
    width: 100%;
    aspect-ratio: 0.74;
    background-size: auto 100%;
    background-position: center;
    border-radius: var(--br);
    margin-bottom: 40px;
}
.product-wrapper .product-left-wrapper .product-description-wrapper {
    margin-bottom: 40px;
    font-size: var(--fs);
    line-height: 140%;
}
.product-wrapper .product-left-wrapper .product-images-wrapper {
    flex-wrap: wrap;
}
.product-wrapper .product-left-wrapper .product-image {
    width: calc(50% - 5px);
    min-width: calc(50% - 5px);
    flex-basis: calc(50% - 5px);
    aspect-ratio: 0.78;
    margin-bottom: var(--pd);
    background-position: center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    border-radius: var(--br);
}
.product-wrapper .product-left-wrapper .product-image:nth-of-type(odd) {
    margin-right: 10px;
}
.product-wrapper .product-left-wrapper .product-slider-wrapper {
    
}
.product-wrapper .product-left-wrapper .product-slider-wrapper .swiper-slide {
    width: 100%;
    aspect-ratio: 0.82;
    background-position: center;
    background-size: 100% auto;
}
.product-wrapper .product-left-wrapper .product-slider-wrapper .swiper-pagination-bullets {
    bottom: 20px;
}
@media(min-width: 744px) {
    .product-wrapper .product-left-wrapper .product-slider-wrapper .swiper-pagination-bullets {
        bottom: 18 px;
    }
}
.product-wrapper .product-left-wrapper .product-slider-wrapper .swiper-pagination-bullet {
    opacity: 1;
    width: 5px;
    height: 5px;
    margin: 0 2.5px;
    background-color: var(--white);
}
@media(min-width: 744px) {
    .product-wrapper .product-left-wrapper .product-slider-wrapper .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        margin: 0 5px;
    }
}
.product-wrapper .product-left-wrapper .product-slider-wrapper .swiper-pagination-bullet-active {
    background-color: var(--gray);
}

@media(min-width: 1440px) {
    .product-wrapper .product-right-wrapper {
        padding-left: 53px;
        flex-basis: 50%;
        width: 50%;
        height: max-content;
        position: sticky;
        top: 60px;
    }
}

.product-wrapper .product-right-wrapper h1 {
    font-family: 'M';
    font-size: 15px;
    /*line-height: 18.29px;*/
    margin-top: 25px;
    margin-bottom: 15px;
    text-align: center;
    text-transform: uppercase;
}
@media(min-width: 744px) {
    .product-wrapper .product-right-wrapper h1 {
        font-size: 20px;
        /*line-height: 24.38px;*/
        margin-top: 80px;
        margin-bottom: 6px;
    }
}
@media(min-width: 1440px) {
    .product-wrapper .product-right-wrapper h1 {
        font-size: 16px;
        margin-top: 0;
        margin-bottom: 5px;
        text-align: left;
    }
}
.product-wrapper .product-right-wrapper .product-price-wrapper {
    margin-bottom: 25px;
    text-align: center;
}
@media(min-width: 744px) {
    .product-wrapper .product-right-wrapper .product-price-wrapper {
        margin-bottom: 25px;
    }
}
@media(min-width: 1440px) {
    .product-wrapper .product-right-wrapper .product-price-wrapper {
        text-align: left;
        margin-bottom: 30px;
    }
}
.product-wrapper .product-right-wrapper .product-price-wrapper > span {
    font-family: 'M';
    font-size: var(--fs);
    /*line-height: 18.29px;*/
}
@media(min-width: 744px) {
    .product-wrapper .product-right-wrapper .product-price-wrapper > span {
        font-size: 20px;
        /*line-height: 24.38px;*/
    }
}
@media(min-width: 1440px) {
    .product-wrapper .product-right-wrapper .product-price-wrapper > span {
        font-size: 16px;
    }
}
.product-wrapper .product-right-wrapper .product-price-wrapper > span.old-price {
    font-family: 'R';
    text-decoration: line-through;
}
.product-wrapper .product-right-wrapper .product-price-wrapper > span.new-price {
    font-family: 'SB';
}
.product-wrapper .product-right-wrapper .product-price-wrapper .product-free-delivery {
    display: flex;
    width: fit-content;
    max-width: 100%;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
    gap: 6px;
    padding: 0;
    font-family: 'M';
    font-size: 13px;
    line-height: 1.4;
    letter-spacing: 0;
    text-transform: none;
    color: var(--green);
    background: none;
    border: none;
    border-radius: 0;
}
.product-wrapper .product-right-wrapper .product-price-wrapper .product-free-delivery::before {
    content: '';
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    background-color: var(--green);
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='1' y='3' width='15' height='13' rx='1'/%3E%3Cpath d='M16 8h4l3 4v5h-3'/%3E%3Ccircle cx='5.5' cy='18.5' r='2.5'/%3E%3Ccircle cx='18.5' cy='18.5' r='2.5'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='1' y='3' width='15' height='13' rx='1'/%3E%3Cpath d='M16 8h4l3 4v5h-3'/%3E%3Ccircle cx='5.5' cy='18.5' r='2.5'/%3E%3Ccircle cx='18.5' cy='18.5' r='2.5'/%3E%3C/svg%3E") center / contain no-repeat;
}
@media(min-width: 1440px) {
    .product-wrapper .product-right-wrapper .product-price-wrapper .product-free-delivery {
        margin-left: 0;
        margin-right: auto;
    }
}
@media(min-width: 744px) {
    .product-wrapper .product-right-wrapper .product-price-wrapper .product-free-delivery {
        margin-top: 12px;
        font-size: 14px;
    }
    .product-wrapper .product-right-wrapper .product-price-wrapper .product-free-delivery::before {
        width: 17px;
        height: 17px;
    }
}
    /*colors*/
    .product-colors-wrapper {
        margin-bottom: 25px;
    }
    @media(min-width: 744px) {
        .product-colors-wrapper {
            margin-bottom: 30px;
        }
    }
    @media(min-width: 1440px) {
        .product-colors-wrapper {
            margin-bottom: 30px;
        }
    }
    .product-colors-inner {
        justify-content: center;
        flex-wrap: wrap;
        margin-bottom: 12px;
        padding: 0 10px;
        gap: 5px 8px;
    }
    @media(min-width: 744px) {
        .product-colors-inner {
            margin-bottom: 10px;
            flex-wrap: nowrap;
            gap: 5px;
        }
    }
    @media(min-width: 1440px) {
        .product-colors-inner {
            justify-content: flex-start;
            padding: 0;
            margin-bottom: 15px;
        }
    }
    .product-colors-inner > a {
/*        width: 24.5px;
        height: 35px;*/
        width: 40px;
        height: 50px;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        border: 1px solid var(--transparent);
        box-sizing: border-box;
        border-radius: var(--br);
        margin-bottom: 3px;
    }
    @media(min-width: 744px) {
        .product-colors-inner > a {
            width: 40px;
            height: 50px;
            margin-bottom: 0;
        }
    }
    @media(min-width: 1440px) {
        .product-colors-inner > a {
            width: 40px;
            height: 50px;
            margin-bottom: 0;
        }
    }
    .product-colors-inner > a:not(:last-of-type) {
        /*margin-right: 5px;*/
    }
    .product-colors-inner > a.active {
        border-color: var(--gray);
        /*box-sizing: content-box;*/
    }
    @media(min-width: 1440px) {
        .product-colors-inner > a:hover {
            border-color: var(--gray);
        }
    }
    .product-colors-now {
        font-size: 12px;
        /*line-height: 12.19px;*/
        color: var(--plate_font);
        letter-spacing: -0.03em;
        text-align: center;
    }
    @media(min-width: 744px) {
        .product-colors-now {
            font-size: 15px; 
            /*line-height: 18.29px;*/
            letter-spacing: initial;
        }
    }
    @media(min-width: 1440px) {
        .product-colors-now {
            text-align: left;
        }
    }
    /*!colors*/

    /*sizes*/
    .product-sizes-wrapper {
        flex-wrap: wrap;
        padding: 0 10px;
        justify-content: center;
        margin-bottom: 17px;
        gap: 5px 8px;
    } 
    @media(min-width: 744px) {
        .product-sizes-wrapper {
            margin-bottom: 40px;
            gap: 5px;
        }
    }
    @media(min-width: 1440px) {
        .product-sizes-wrapper {
            justify-content: flex-start;
            padding: 0;
            margin-bottom: 0px;
        }
    }
    .product-sizes-wrapper > .size {
        width: 46px;
        height: 24px;
        position: relative;
        border: 1px solid var(--plate_font);
        box-sizing: border-box;
        border-radius: var(--br);
        margin-bottom: 8px;
    }
    .product-sizes-wrapper.size-scale-large > .size {
        width: 52px;
        height: 28px;
    }
    .product-sizes-wrapper.size-scale-compact > .size {
        width: 42px;
        height: 22px;
    }
    @media(min-width: 744px) {
        .product-sizes-wrapper > .size {
            width: 49px;
            height: 28px;
            margin-bottom: 11px;
        }
        .product-sizes-wrapper.size-scale-large > .size {
            width: 58px;
            height: 35px;
        }
        .product-sizes-wrapper.size-scale-compact > .size {
            width: 47px;
            height: 28px;
        }
    }
    .product-sizes-wrapper > .size:not(:last-of-type) {
        /*margin-right: 8px;*/
    }
    .product-sizes-wrapper > .size > div {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: 'M';
        font-size: 12px;
        line-height: 14.63px;
        letter-spacing: -0.03em;
        color: var(--plate_font);
        cursor: pointer;
        user-select: none;
        -webkit-tap-highlight-color: transparent;
        border-radius: var(--br);
        transition: background-color .2s ease, color .2s ease, opacity .2s ease, border-color .2s ease;
    }
    .product-sizes-wrapper.size-scale-large > .size > div {
        font-size: 13px;
    }
    .product-sizes-wrapper.size-scale-compact > .size > div {
        font-size: 11px;
    }
    .product-sizes-wrapper > .size.out-of-stock {
        border-color: #d4d1d8;
    }
    .product-sizes-wrapper > .size > div.disable {
        color: #b5b1bb;
        cursor: not-allowed;
        opacity: .8;
        text-decoration: line-through;
    }
    .product-sizes-wrapper > .size > div:not(.disable):not(.active):hover {
        background-color: #f0eef3;
    }
    .product-sizes-wrapper > .size > div:focus {
        outline: none;
    }
    .product-sizes-wrapper > .size > div.active,
    .product-sizes-wrapper > .size.active > div,
    .product-sizes-wrapper > .size > div:not(.disable):active {
        background-color: var(--gray);
        color: var(--white);
    }
    @media(min-width: 744px) {
        .product-sizes-wrapper > .size > div {
            
        }
    }
    @media(min-width: 1440px) {
        .product-sizes-wrapper > .size > div {
            font-size: 10px;
        }
    }
    /*!sizes*/

.product-buttons-wrapper {
    padding: 0 10px;
    flex-direction: column;
    margin-top: 25px;
    margin-bottom: 50px; 
    order: 0;
}
@media(min-width: 744px) {
    .product-buttons-wrapper {
        padding: 0 20px;
        flex-direction: row;
        justify-content: space-between;
        margin-top: 50px ;
        margin-bottom: 80px; 
    }
}
.product-right-wrapper>.product-description-wrapper {
        padding: 0 10px;
        margin-bottom: 25px; 
    }
@media(min-width: 744px) {
    .product-right-wrapper>.product-description-wrapper {
        padding: 0 20px;
        margin-bottom: 25px; 
    }
}
@media(min-width: 1440px) {
    .product-right-wrapper>.product-description-wrapper {
        display:none;
    }
}
@media(min-width: 1440px) {
    .product-buttons-wrapper {
        justify-content: flex-start;
        padding: 0;
        margin-top: 19px ;
        margin-bottom: 30px; 
        order: 0;
    }
}
.product-buttons-wrapper > a {
    width: 100%;
    height: 60px;
    background-color: var(--green);
    font-family: 'M';
    font-size: var(--fs);
    line-height: 18.29px;
    color: var(--white);
    text-transform: uppercase;
    border-radius: var(--br);
}
.product-buttons-wrapper > a:first-of-type {
    margin-bottom: 25px;
}
@media(min-width: 744px) {
    .product-buttons-wrapper > a {
        height: 50px;
        width: calc(50% - 7.5px);
        min-width: calc(50% - 7.5px);
        flex-basis: calc(50% - 7.5px);
    }
    .product-buttons-wrapper > a:first-of-type {
        margin-bottom: 0;
    }
}
@media(min-width: 1440px) {
    .product-buttons-wrapper > a {
        width: 225px;
        min-width: 225px;
        flex-basis: 225px;
        transition: background-color .25s;
    }
    .product-buttons-wrapper > a:first-of-type {
        margin-right: 15px;
    }
    .product-buttons-wrapper > a:hover {
        background-color: var(--green_hover);
    }
}
    /*product tab*/
    .product-tabs-wrapper {
        order: 1;
    }
    @media(min-width: 1440px) {
        .product-tabs-wrapper {
            width: 465px;
            order: 2;
        }
    }
    .product-tab-wrapper {
        border-bottom: .24px solid var(--plate_font);
        padding: 0 10px;
    }
    .product-tab-wrapper .product-tab-data {
        padding-bottom: 15px;
    }
    @media(min-width: 744px) {
        .product-tab-wrapper {
            padding: 0 20px;
        }
    }
    @media(min-width: 1440px) {
        .product-tab-wrapper {
            padding: 0;
        }
    }
    .product-tab-wrapper:first-of-type {
        border-top: .24px solid var(--plate_font);
    }
    .product-tab-wrapper .product-tab-title {
        height: 50px;
        font-size: var(--fs);
    }
    @media(min-width: 744px) {
        .product-tab-wrapper .product-tab-title {
            height: 47px;
        }
    }
    @media(min-width: 1440px) {
        .product-tab-wrapper .product-tab-title {
            cursor: pointer;
        }
    }
    .product-tab-wrapper .product-tab-title:after {
        content: '';
        width: 25px;
        height: 25px;
        background-image: url(../images/svg/graymoss/product-tab-arrow.svg);
        background-size: 16px 8px;
        background-position: center;
        background-repeat: no-repeat;
        transition: transform .25s;
    }
    .product-tab-wrapper .product-tab-title.active:after {
        transform: rotate(-180deg);
    }
    /*!product tab*/
    
    /*product info*/
    .product-infos-wrapper {
        order: 2;
        margin-top: 25px;
        flex-wrap: wrap;
        padding: 0 10px;
    }
    @media(min-width: 744px) {
        .product-infos-wrapper {
            margin-top: 50px;
            padding: 0 20px;
        }
    }
    @media(min-width: 1440px) {
        .product-infos-wrapper {
            margin-top: 20px;
            width: 465px;
            order: 3;
            padding: 0;
        }
    }
    .product-infos-wrapper .product-info-wrapper {
        width: 50%;
        margin-bottom: 15px;
    }
    @media(min-width: 744px) {
        .product-infos-wrapper .product-info-wrapper {
            margin-bottom: 20px;
        }
    }
    @media(min-width: 1440px) {
        .product-infos-wrapper .product-info-wrapper {
            width: 150px;
            /*margin-top: 20px;*/
        }
        .product-infos-wrapper .product-info-wrapper:nth-of-type(1n) {
            margin-right: 55px;
        }
    }
    .product-infos-wrapper .product-info-wrapper .product-info-title {
        font-size: 14px;
        /*line-height: 14.63px;*/
        color: var(--plate_font);
        margin-bottom: 7.5px;
    }
    @media(min-width: 744px) {
        .product-infos-wrapper .product-info-wrapper .product-info-title {
            margin-bottom: 15px;
        }
    }
    .product-infos-wrapper .product-info-wrapper .product-info-data {
        font-size: 14px;
        /*line-height: 14.52px;*/
    }
    /*!product info*/
/*!Product*/

/*!o-nas*/
.o-nas-wrapper {
    flex-wrap: wrap;
    /*gap: 40px 20px;*/
}
.o-nas-wrapper > div {
    width: calc(100% - 10px);
    flex-basis: calc(100% - 10px);
    /*padding: 0 10px;*/
    margin-bottom: 15px;
}
@media(min-width: 744px) {
    .o-nas-wrapper > div {
        width: calc(50% - 10px);
        flex-basis: calc(50% - 10px);
        margin-bottom: 20px;
    }
}
@media(min-width: 1440px) {
    .o-nas-wrapper > div {
        width: calc(50% - 20px);
        flex-basis: calc(50% - 20px);
        /*margin-right: 20px;*/
        /*margin-bottom: 40px;*/
        margin-bottom: 40px;
    }
    .o-nas-wrapper > div:nth-of-type(even){
        margin-right: 0;
    }
}
.o-nas-wrapper > div.o-nas-1 {
    width: calc(100% - 20px);
    flex-basis: calc(100% - 20px);
    /*aspect-ratio: 1.65 / 1;*/
    aspect-ratio: 1.53;
    /*background-position: center;*/
    background-position: left center;
    background-size: calc(50% - 10px) 100%;
    background-repeat: no-repeat;
    margin-left: 10px;
    /*margin-bottom: 40px;*/
}
@media(min-width: 744px) {
    .o-nas-wrapper > div.o-nas-1 {
        width: calc(50% - 30px);
        flex-basis: calc(50% - 30px);
        aspect-ratio: 0.76 / 1;
        margin-left: 20px;
        background-size: cover;
        background-position: center;
    }
}
@media(min-width: 1440px) { 
    .o-nas-wrapper > div.o-nas-1 {
        width: calc(50% - 30px);
        flex-basis: calc(50% - 30px);
        aspect-ratio: 0.76 / 1;
        background-size: calc(100%) 100%;
        background-position: left 0 center;
        margin-left: 20px;
    }
}

.o-nas-wrapper > div.o-nas-1-1 {
    margin-left: 10px;
}
@media(min-width: 744px) {
    .o-nas-wrapper > div.o-nas-1-1 {
        width: calc(50% - 30px);
        flex-basis: calc(50% - 30px);
        margin-left: 20px;
    }
}
@media(min-width: 1440px) { 
    .o-nas-wrapper > div.o-nas-1-1 {
        width: calc(50% - 30px);
        flex-basis: calc(50% - 30px);
        margin-left: 20px;
    }
}
/*@media(min-width: 744px) {
    .o-nas-wrapper > div.o-nas-1-1 {
        width: calc(50% - 20px);
        flex-basis: calc(50% - 20px);
        margin-left: 20px;
    }
}*/

.o-nas-wrapper .o-nas-inner {
    flex-wrap: wrap;
}
@media(min-width: 744px) {
    .o-nas-wrapper .o-nas-inner {
        flex-wrap: nowrap;
    }
}
@media(min-width: 1440px) {
    .o-nas-wrapper > div.o-nas-1-1 .o-nas-inner {
        margin-bottom: 40px;
    }
}
@media(min-width: 744px) {
    .o-nas-wrapper > div.o-nas-1-1 .o-nas-inner {
        height: 100%;
    }
}    
@media(min-width: 1440px) {
    .o-nas-wrapper > div.o-nas-1-1 .o-nas-inner {
        height: 100%;
    }
    .o-nas-wrapper > div.o-nas-1-1 .o-nas-inner > span:last-of-type {
        width: 615px;
        /*padding-bottom: 26px;*/
    }
}
.o-nas-wrapper > div span {
    /*font-family: 'M';*/
    font-size: 14px;
    line-height: 140%;
    /*text-transform: uppercase;*/
}
@media(min-width: 1440px) {
    .o-nas-wrapper > div span {
        /*font-size: 16px;*/
        /*text-transform: uppercase;*/
    }
}
.o-nas-wrapper > div span.number {
    font-size: 15px;
    line-height: 140%;
    color: var(--plate_font);
}
@media(min-width: 1440px) {
    .o-nas-wrapper > div span.number {
        font-size: 15px;
    }
}
/*.o-nas-wrapper > div.o-nas-1-1 span.number {
    padding-right: 62px;
}
@media(min-width: 1440px) {
    .o-nas-wrapper > div.o-nas-1-1 span.number {
        padding-right: 125px;
    }
}*/
.o-nas-wrapper > div.o-nas-1-1 span > span.number {
    position: absolute;
    top: 0;
    left: 0;
}
@media(min-width: 744px) {
    .o-nas-wrapper > div.o-nas-1-1 span > span.number {
        top: -17.27px;
    }
}
@media(min-width: 1440px) {
    .o-nas-wrapper > div.o-nas-1-1 span > span.number {
        top: 0;
    }
}
.o-nas-wrapper > div.o-nas-1-1 span > span:not(.number) {
    text-indent: 62px;
}
@media(min-width: 744px) {
    .o-nas-wrapper > div.o-nas-1-1 span > span:not(.number) {
        text-indent: 0;
    }
}
@media(min-width: 1440px) {
    .o-nas-wrapper > div.o-nas-1-1 span > span:not(.number) {
        text-indent: calc(125px + 18px);
    }
}

.o-nas-wrapper > .o-nas-inner {
    width: 200%;
    flex-basis: 200%;
    justify-content: space-between;
    margin-right: 0;
}
@media(min-width: 744px) {
    .o-nas-wrapper > .o-nas-inner {
        width: 100%;
        flex-basis: 100%;
    }
}
@media(min-width: 1440px) {
    .o-nas-wrapper > .o-nas-inner {
        background-color: var(--back);
    }
}
.o-nas-wrapper > .o-nas-inner div.o-nas-2-wrapper {
    width: 50%;
    height: 76.2%;
    /*aspect-ratio: 1 / 0.89;*/
}
@media(min-width: 744px) {
    .o-nas-wrapper > .o-nas-inner div.o-nas-2-wrapper {
        width: 100%;
        /*width: calc(100% - 10px);*/
    }
}
@media(min-width: 1440px) {
    .o-nas-wrapper > .o-nas-inner div.o-nas-2-wrapper {
        /*width: calc(100% - 20px);*/
    }
}
.o-nas-wrapper > .o-nas-inner div.o-nas-3-wrapper {
    width: 50%;
}
@media(min-width: 744px) {
    .o-nas-wrapper > .o-nas-inner div.o-nas-3-wrapper {
        width: 100%;
    }
}
.o-nas-wrapper > .o-nas-inner div.o-nas-2 {
    width: calc(100% - 15px);
    aspect-ratio: 0.65 / 1;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-left: 10px;
}
@media(min-width: 744px) {
    .o-nas-wrapper > .o-nas-inner div.o-nas-2 {
        aspect-ratio: 0.76 / 1;
        width: calc(100% - 30px);
        height: auto;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        margin-left: 20px;
    }
}
@media(min-width: 1440px) {
    .o-nas-wrapper > .o-nas-inner div.o-nas-2 {
        aspect-ratio: 0.762 / 1;
        width: calc(100% - 30px);
        height: 100%;
        background-repeat: no-repeat;
        background-position: left 0 bottom 25px;
        background-size: 335px 450px;
        margin-left: 20px;
    }
}
.o-nas-wrapper > .o-nas-inner div.o-nas-3 {
    width: calc(100% - 15px);
    margin-left: 5px;
    aspect-ratio: 0.65 / 1;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
@media(min-width: 744px) {
    .o-nas-wrapper > .o-nas-inner div.o-nas-3 {
        aspect-ratio: 0.76 / 1;
        width: calc(100% - 30px);
        margin-left: 10px;
        background-size: cover;
    }
}
@media(min-width: 1440px) {
    .o-nas-wrapper > .o-nas-inner div.o-nas-3 {
        aspect-ratio: 0.762 / 1;
        width: calc(100% - 30px);
        margin-left: 10px;
        margin-top: 20px;
    }
}
.o-nas-wrapper > .o-nas-inner div.o-nas-2-1 {
    width: 200%;
    padding-top: 15px;
}
.o-nas-wrapper > .o-nas-inner div.o-nas-3-1 {
    width: 200%;
}
@media(min-width: 744px) {
    .o-nas-wrapper > .o-nas-inner div.o-nas-2-1 {
    /*.o-nas-wrapper > .o-nas-inner div.o-nas-3-1 {*/
        padding-top: 0;
    }
}
@media(min-width: 1440px) {
    .o-nas-wrapper > .o-nas-inner div.o-nas-2-1 {
    }
}
.o-nas-wrapper > .o-nas-inner div.o-nas-2-1 {
    
}
@media(min-width: 744px) {
    .o-nas-wrapper > .o-nas-inner div.o-nas-2-1 {
        width: calc(100% - 30px);
        margin-top: 20px;
        margin-left: 20px;
    }
}
@media(min-width: 1440px) {
    .o-nas-wrapper > .o-nas-inner div.o-nas-2-1 {
        margin-top: 0;
        padding-bottom: 0;
    }
}
.o-nas-wrapper > .o-nas-inner div.o-nas-2-1 > span {
    padding-left: 10px;
}
@media(min-width: 744px) {
    .o-nas-wrapper > .o-nas-inner div.o-nas-2-1 > span {
        padding-left: 0;
    }
}
@media(min-width: 1440px) {
    .o-nas-wrapper > .o-nas-inner div.o-nas-2-1 > span {
        /*margin-left: 20px;*/
        color: var(--white);
    }
}
.o-nas-wrapper > .o-nas-inner div.o-nas-3-1 {
    margin-top: 25px;
    /*padding-left: 20px;*/
}
@media(min-width: 744px) {
    .o-nas-wrapper > .o-nas-inner div.o-nas-3-1 {
        width: calc(100% - 30px);
        margin-top: 20px;
        margin-left: 10px;
    }
}
@media(min-width: 1440px) {
    .o-nas-wrapper > .o-nas-inner div.o-nas-3-1 {
        margin-top: 25px;
        margin-left: 10px;
        padding-left: 0;
        padding-bottom: 20px;
    }
}


.o-nas-wrapper > div.o-nas-3-1 span > span.number {
    position: absolute;
    top: 0;
    left: 10px;
}
@media(min-width: 744px) {
    .o-nas-wrapper > div.o-nas-3-1 span > span.number {
        position: initial;
    }
}
.o-nas-wrapper > div.o-nas-3-1 span > span:not(.number) {
    text-indent: 76px;
    padding-left: 10px;
}
@media(min-width: 744px) {
    .o-nas-wrapper > div.o-nas-3-1 span > span:not(.number) {
        text-indent: 0;
        padding-left: 0;
    }
}
.o-nas-wrapper > .o-nas-inner div.o-nas-3-1 > span {
    /*padding-left: 20px;*/
}
.o-nas-wrapper > .o-nas-inner div.o-nas-2-1 span span.number {
    position: absolute;
    top: 0;
    left: 10px;
}
@media(min-width: 744px) {
    .o-nas-wrapper > .o-nas-inner div.o-nas-2-1 span span.number {
        left: 0;
    }
}
@media(min-width: 1440px) {
    .o-nas-wrapper > .o-nas-inner div.o-nas-2-1 span span.number {
        color: var(--white);
        line-height: 21.6px
    }
}
.o-nas-wrapper > .o-nas-inner div.o-nas-2-1 > span span:not(.number) {
    text-indent: 71px;
}
@media(min-width: 744px) {
    .o-nas-wrapper > .o-nas-inner div.o-nas-2-1 > span span:not(.number) {
        text-indent: 54px;
    }
}
@media(min-width: 1440px) {
    .o-nas-wrapper > .o-nas-inner div.o-nas-2-1 > span span:not(.number) {
        width: 560px;
        text-indent: 141px;
    }
}

.o-nas-wrapper > .o-nas-inner div.o-nas-3-1 > span {
    position: relative;
}
.o-nas-wrapper > .o-nas-inner div.o-nas-3-1 span.number {
    position: absolute;
    top: 0;
    left: 0;
    line-height: 21.6px;
}
.o-nas-wrapper > .o-nas-inner div.o-nas-3-1 span > span:not(.number) {
    text-indent: 76px;
}
@media(min-width: 1440px) {
    .o-nas-wrapper > .o-nas-inner div.o-nas-3-1 > span {
        position: initial;
    }
    .o-nas-wrapper > .o-nas-inner div.o-nas-3-1 span.number {
        color: var(--white);
        position: absolute;
        left: calc(50% - 26px);
        bottom: 20px;
        top: initial;
    }
    .o-nas-wrapper > .o-nas-inner div.o-nas-3-1 > span:not(.number) {
        color: var(--white);
    }
    .o-nas-wrapper > .o-nas-inner div.o-nas-3-1 span > span:not(.number) {
        font-size: 16px;
        text-indent: 0;
    }
}

.o-nas-wrapper > div.o-nas-4 {
    width: calc(100%);
    flex-basis: calc(100%);
    aspect-ratio: 0.76 / 1;
    /*background-position: center;*/
    background-position: left 0 center;
    background-size: calc(100%) 100%;
    background-repeat: no-repeat;
    /*margin-bottom: 40px;*/
}
@media(min-width: 744px) {
    .o-nas-wrapper > div.o-nas-4 {
        width: calc(50% - 30px);
        flex-basis: calc(50% - 30px);
        margin-left: 20px;
    }
}
@media(min-width: 1440px) {
    .o-nas-wrapper > div.o-nas-4 {
        width: calc(50% - 30px);
        flex-basis: calc(50% - 30px);
        background-position: left 0 center;
        background-size: calc(100%) 100%;
        margin-left: 20px;
    }
}
.o-nas-wrapper > div.o-nas-5 {
    background-repeat: no-repeat;
    background-position: left 0 top 0;
    background-size: cover;
    /*padding-top: calc(200px + 52px + 16px);*/
    background-size: 165px 252px;
    margin-left: 10px;
}
@media(min-width: 744px) {
    .o-nas-wrapper > div.o-nas-5 {
        width: calc(100% - 40px);
        flex-basis: calc(100% - 40px);
        margin-left: 20px;
        /*padding-top: calc(465px + 16px);*/
        background-size: 100% auto;
    }
}
@media(min-width: 1440px) {
    .o-nas-wrapper > div.o-nas-5 {
        width: calc(50% - 30px);
        flex-basis: calc(50% - 30px);
        margin-left: 20px;
        background-position: left 0 top 0;
        background-size: 335px 450px;
        padding-top: 0;
    }
}
.o-nas-wrapper > div.o-nas-5 .o-nas-inner {
    height: 100%;
    /*padding-left: 20px;*/
}

.o-nas-wrapper > div.o-nas-5 .o-nas-inner > span {
    flex-direction: column;
}
@media(min-width: 744px) {
    .o-nas-wrapper > div.o-nas-5 .o-nas-inner > span {
        width: 50%;
    }
}
@media(min-width: 1440px) {
    .o-nas-wrapper > div.o-nas-5 .o-nas-inner > span {
        width: auto;
    }
}
.o-nas-wrapper > div.o-nas-5 .o-nas-inner span > span.number {
    position: absolute;
    top: 0;
    left: 0;
}
@media(min-width: 744px) {
    .o-nas-wrapper > div.o-nas-5 .o-nas-inner span > span.number {

    }
}
@media(min-width: 1440px) {
    .o-nas-wrapper > div.o-nas-5 .o-nas-inner span > span.number {
        position: initial;
    }
}
.o-nas-wrapper > div.o-nas-5 .o-nas-inner span > span:not(.number) {
    text-indent: 76px;
    /*padding-left: 10px;*/
}
@media(min-width: 744px) {
    .o-nas-wrapper > div.o-nas-5 .o-nas-inner span > span:not(.number) {
        padding-left: 0;
    }
}
@media(min-width: 1440px) {
    .o-nas-wrapper > div.o-nas-5 .o-nas-inner span > span:not(.number) {
        width: 490px;
        text-indent: 0;
        padding-left: 0;
    }
}

.o-nas-title {
    width: 340px;
    font-family: 'SB';
    font-size: 12px;
    line-height: 140%;
    /*line-height: 14.63px;*/
    text-transform: uppercase;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 0;
}
@media(min-width: 744px) {
    .o-nas-title {
        width: 450px;
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media(min-width: 1440px) {
    .o-nas-title {
        width: 570px;
        font-size: 15px;
        line-height: 140%;
        padding-left: 20px;
        padding-right: 20px;
        /*margin-bottom: 5px;*/
    }
}
.o-nas-description {
    width: 340px;
    /*font-family: 'M';*/
    font-size: 14px;
    line-height: 140%;
    /*text-transform: uppercase;*/
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 15px;
}
@media(min-width: 744px) {
    .o-nas-description {
        width: 474px;
        /*line-height: 14.63px;*/
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media(min-width: 1440px) {
    .o-nas-description {
        width: 669px;
/*        font-size: var(--fs);
        line-height: 21.6px;*/
        padding-left: 20px;
        padding-right: 20px;
        margin-bottom: 20px;
    }
}
/*!o-nas*/

/*contact*/
.contacts-wrapper {
    flex-direction: column;
    flex-wrap: wrap;
}
@media(min-width: 744px) {
    .contacts-wrapper {
        flex-direction: row;
        padding-left: 20px;
    }
}
@media(min-width: 1440px) {
    .contacts-wrapper {
        flex-wrap: nowrap;
        /*padding-right: 118px;*/
        /*justify-content: space-between*/
    }
}

.contact-item-wrapper:not(:last-of-type) {
    margin-bottom: 20px;
}
.contact-item-wrapper:not(:last-of-type) {
    padding-left: 10px;
}
    
@media(min-width: 744px) {
    .contact-item-wrapper {
        padding-left: 0;
    }
    .contact-item-wrapper:first-of-type {
        max-width: 200px;
    }
    .contact-item-wrapper:not(:last-of-type) {
        margin-right: 117px;
        margin-bottom: 40px;
        padding-left: 0;
    }
    .contact-item-wrapper:nth-of-type(3) {
        margin-right: 0;
    }
}
@media(min-width: 1440px) {
    .contact-item-wrapper:first-of-type {
        max-width: 315px;
    }
    .contact-item-wrapper:last-of-type {
        max-width: auto;
    }
    .contact-item-wrapper:not(:last-of-type) {
        margin-right: 97px;
        margin-bottom: 0;
    }
}
.contact-item-wrapper .contact-item-title {
    text-transform: uppercase;
    font-family: 'B';
    font-size: 14px;
    /*line-height: 14.63px;*/
    margin-bottom: 5px;
}
@media(min-width: 744px) {
    .contact-item-wrapper .contact-item-title {
        font-size: var(--fs);
        /*line-height: 18.29px;*/
        margin-bottom: 10px;
    }
}
@media(min-width: 1440px) {
    .contact-item-wrapper .contact-item-title {
        margin-bottom: 17px;
        /*line-height: 21.6px;*/
    }
}
.contact-item-wrapper .contact-item-title:nth-of-type(2) {
    margin-top: 20px;
}
@media(min-width: 1440px) {
    .contact-item-wrapper .contact-item-title:nth-of-type(2) {
        margin-top: 40px;
    }
}
.contact-item-wrapper:last-of-type .contact-item-title {
    margin-bottom: 0;
    padding-left: 10px;
}
@media(min-width: 744px) {
    .contact-item-wrapper:last-of-type .contact-item-title {
        padding-left: 0;
    }
}
@media(min-width: 1440px) {
    .contact-item-wrapper:last-of-type .contact-item-title {
        padding-left: 0;
    }
}
.contact-item-wrapper > a {
    font-size: 12px;
    /*text-transform: uppercase;*/
}
.contact-item-wrapper > a:not(:last-of-type) {
    /*text-transform: uppercase;*/
    margin-bottom: 5px;
}
@media(min-width: 744px) {
    .contact-item-wrapper > a:not(:last-of-type) {
        margin-bottom: 10px;
    }
}
@media(min-width: 1440px) {
    .contact-item-wrapper > a:not(:last-of-type) {
        margin-bottom: 15px;
    }
}
.contact-item-wrapper > a > span {
    font-size: 12px;
    /*text-decoration: underline;*/
}
form#contactForm {
}
@media(min-width: 744px) {
    form#contactForm {
        width: 470px;
    }
}
@media(min-width: 1440px) {
    form#contactForm {
        width: 470px;
    }
}
form#contactForm input {
    border: none;
    outline: none;
    border-bottom: .7px solid var(--plate_font);
    height: 47px;
    font-size: 10px;
    padding-left: 10px;
    box-sizing: border-box;
    background-color: var(--white);
}
@media(min-width: 744px) {
    form#contactForm input {
        height: 50px;
        font-size: 12px;
        padding-left: 0;
    }
}
form#contactForm input::placeholder { 
    color: var(--plate_font);
    /*text-transform: uppercase;*/
    font-size: 10px;
}
@media(min-width: 744px) {
    form#contactForm input::placeholder { 
        font-size: 12px;
    }
}
form#contactForm button {
    width: calc(100% - 20px);
    height: 60px;
    margin-left: 10px;
    margin-top: 25px;
    background-color: var(--green);
    border-radius: var(--br);
}
@media(min-width: 744px) {
    form#contactForm button {
        width: 100%;
        margin-top: 20px;
        margin-left: 0;
    }
}
@media(min-width: 1440px) {
    form#contactForm button {
        width: 100%;
        transition: background-color .25s;
    }
    form#contactForm button:hover {
        cursor: pointer;
        background-color: var(--green_hover);
    }
}
form#contactForm button span.text {
    color: var(--white);
    font-size: var(--fs);
    font-family: 'M';
}
/*!contact*/

.page-h1,
.left-menu-wrapper .page-h2 {
    max-width: max-content;
    font-family: 'SB';
    font-size: 15px;
    /*line-height: 18.29px;*/
    /*border-bottom: 1px solid var(--gray);*/
    margin-left: 11px;
    margin-bottom: 20px;
    margin-top: 20px;
    box-sizing: border-box;
    text-transform: uppercase;
}
@media(max-width: 743.9px) {
    .page-wrapper .page-h1 {
        margin-bottom: 15px;
    }
    .wrapper.lookbook .page-h1 {
        margin-bottom: 15px;
    }
}
@media(min-width: 744px) {
    .page-h1,
    .left-menu-wrapper .page-h2 {
        font-size: 20px;
        /*line-height: 24.38px;*/
        margin-left: 20px;
    }
}
@media(min-width: 1440px) {
    .page-h1,
    .left-menu-wrapper .page-h2 {
        font-family: 'SB';
        /*line-height: 144%;*/
        border: none;
        /*margin-bottom: 16px;*/
        margin-top: 0;
    }
}
@media(min-width: 1440px) {
    .left-menu-wrapper ~ .page-right-wrapper .page-h1 {
        margin-left: 0;
    }
}

/*care*/
.care-wrapper {
    
}
@media(min-width: 744px) {
    .care-wrapper {
        padding-left: 20px;
    }
}
@media(min-width: 1440px) {
    .care-wrapper {
        padding-left: 0;
    }
}
.care-title {
    font-size: 12px;
    line-height: 14.63px;
    padding-left: 10px;
    padding-right: 10px;
}
@media(min-width: 744px) {
    .care-title {
        padding-left: 0;
        padding-right: 10px;
    }
}
@media(min-width: 1440px) {
    .care-title {
        max-width: 429px;
        font-size: var(--fs);
        line-height: 18.29px;
    }
}
.left-menu-wrapper ~ .page-right-wrapper .care-wrapper {
    /*margin-left: 20px;*/
}
.page-wrapper + .page-right-wrapper .care-wrapper {
    margin-left: 20px;
}
/*!care*/

/*page-tab*/
@media(min-width: 1440px) {
    .page-tab-wrapper {
        max-width: 806px;
    }
}
.page-tab-wrapper .page-tab-title {
    height: 50px;
    font-size: 12px;
    line-height: 17.28px;
    border-bottom: 1px solid var(--plate_font);
    text-transform: uppercase;
    padding-left: 10px;
}
@media(min-width: 744px) {
    .page-tab-wrapper .page-tab-title {
        padding-left: 0;
    }
}
@media(min-width: 1440px) {
    .page-tab-wrapper .page-tab-title {
        font-size: var(--fs);
        line-height: 18.29px;
    }
    .page-tab-wrapper .page-tab-title:hover {
        cursor: pointer;
    }
}
.page-tab-wrapper .page-tab-data {
    display: none;
}
.page-tab-wrapper.active .page-tab-data {
    display: block;
    padding-top: 32px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--gray);
    font-size: 12px;
    /*line-height: 14.63px;*/
    padding-left: 10px;
    padding-right: 10px;
}
@media(min-width: 744px) {
    .page-tab-wrapper.active .page-tab-data {
        /*line-height: 18.29px;*/
        padding-left: 0;
        padding-right: 0;      
    }
}
.page-tab-wrapper.active .page-tab-data {
    /*max-width: 340px;*/
}
@media(min-width: 1440px) {
    .page-tab-wrapper.active .page-tab-data {
        font-size: 14px;
        /*max-width: 540px;*/
    }
}
.page-tab-wrapper .page-tab-title:after {
    content: '';
    width: 25px;
    height: 25px;
    background-image: url(../images/svg/graymoss/product-tab-arrow.svg);
    background-size: 16px 8px;
    background-position: center;
    background-repeat: no-repeat;
    transition: transform .25s;
    margin-right: 15px;
}
@media(min-width: 744px) {
    .page-tab-wrapper .page-tab-title:after {
    }
}
@media(min-width: 1440px) {
    .page-tab-wrapper .page-tab-title:after {
        margin-right: 0;
    }
}
.page-tab-wrapper.active .page-tab-title:after {
    transform: rotate(-180deg);
}
.page-tab-wrapper.active .page-tab-data .ulli {
    max-width: 340px;
}
@media(min-width: 1440px) {
    .page-tab-wrapper.active .page-tab-data .ulli {
        max-width: 550px;
    }
}
.page-tab-wrapper.active .page-tab-data .ulli:not(:last-of-type) {
    margin-bottom: 14px;
}
.page-tab-wrapper.active .page-tab-data .ulli span.number {
    width: 10px;
    min-width: 10px;
    flex-basis: 10px;
    text-align: right;
}
.page-tab-wrapper.active .page-tab-data .ulli span:not(.number) {
    margin-left: 5px;
}

.page-right-wrapper {
    flex-grow: 1;
}
/*!page-tab*/

.rsize-wrapper p {
    font-size: 14px;
    line-height: 140%;
}
.rsize-wrapper {
    padding-left: 10px;
    padding-right: 10px;
}
.rsize-wrapper p:not(:last-of-type) {
    margin-bottom: 10px;
}
@media(min-width: 744px) {
    .rsize-wrapper {
        width: 470px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .rsize-wrapper p:not(:last-of-type) {
        margin-bottom: 10px;
    }
}
@media(min-width: 1440px) {
    .rsize-wrapper {
        width: 554px;
        padding-left: 0;
        padding-right: 20px;
    }
    .rsize-wrapper p {
        font-size: var(--fs);
        line-height: 18.29px;
    }
    .rsize-wrapper p:not(:last-of-type) {
        margin-bottom: 17px;
    }
}

.lookbooks-inner {
    flex-wrap: wrap;
    gap: 10px;
    padding-left: 10px;
}
@media(min-width: 744px) {
    .lookbooks-inner {
        gap: 20px;
        padding-left: 20px;
    }
}
.lookbooks-inner .lookbook-cart-wrapper {
    width: calc(50% - 10px);
    min-width: calc(50% - 10px);
    flex-basis: calc(50% - 10px);
    aspect-ratio: 0.65 / 1;
    background-position: center;
    background-size: cover;
    border-radius: var(--br);
}
@media(min-width: 744px) {
    .lookbooks-inner .lookbook-cart-wrapper {
        width: calc(50% - 20px);
        min-width: calc(50% - 20px);
        flex-basis: calc(50% - 20px);
        aspect-ratio: 0.76 / 1;
    }
}
.lookbooks-inner .lookbook-cart-wrapper:nth-of-type(5n) {
    width: calc(100% - 10px);
    min-width: calc(100% - 10px);
    flex-basis: calc(100% - 10px);
    aspect-ratio: 1.5 / 1;
}
@media(min-width: 744px) {
    .lookbooks-inner .lookbook-cart-wrapper:nth-of-type(5n) {
        width: calc(100% - 20px);
        min-width: calc(100% - 20px);
        flex-basis: calc(100% - 20px);
        aspect-ratio: 1.75 / 1;
    }
}
.lookbooks-inner .lookbook-cart-wrapper .lookbook-cart-info {
    bottom: 10px;
    left: 10px;
}
@media(min-width: 744px) {
    .lookbooks-inner .lookbook-cart-wrapper .lookbook-cart-info {
        bottom: 20px;
        left: 20px;
    } 
}
.lookbooks-inner .lookbook-cart-wrapper .lookbook-cart-info > span {
    font-family: 'SB';
    font-size: 10px;
    line-height: 6.2px;
    color: var(--white);
    text-transform: uppercase;
    margin-bottom: 7px; 
}
@media(min-width: 744px) {
    .lookbooks-inner .lookbook-cart-wrapper .lookbook-cart-info > span {
        font-family: 'M';
        font-size: var(--fs);
        line-height: 21.6px;
    }
}
@media(min-width: 1440px) {
    .lookbooks-inner .lookbook-cart-wrapper .lookbook-cart-info > span {
        font-family: 'SB';
        font-size: 16px;
        line-height: 28.8px;
        /*color: var(--gray);*/
    }
}
.lookbooks-inner .lookbook-cart-wrapper .lookbook-cart-info > a {
    width: max-content;
    font-size: 10px;
    line-height: 14.4px;
    color: var(--white);
    text-transform: uppercase;
    padding-bottom: 3px;
    border-bottom: 1px solid var(--white);
}
@media(min-width: 744px) {
    .lookbooks-inner .lookbook-cart-wrapper .lookbook-cart-info > a {
        font-size: 12px;
        line-height: 17.28px;
        padding-bottom: 7.5px;
    }
}
@media(min-width: 1440px) {
    .lookbooks-inner .lookbook-cart-wrapper .lookbook-cart-info > a {
        font-size: 20px;
        line-height: 28.8px;
        color: var(--gray);
        padding-bottom: 4px;
        border-color: var(--gray);
    }
}

.lookbook-items-wrapper {
    flex-wrap: wrap;
    gap: 10px;
    padding-left: 10px;
}
@media(min-width: 744px) {
    .lookbook-items-wrapper {
        gap: 20px;
        padding-left: 20px;
    }
}
.lookbook-items-wrapper .lookbook-item-wrapper {
    width: calc(50% - 10px);
    min-width: calc(50% - 10px);
    flex-basis: calc(50% - 10px);
    aspect-ratio: 0.65 / 1;
    background-position: center;
    background-size: cover;
    border-radius: var(--br);
}
@media(min-width: 744px) {
    .lookbook-items-wrapper .lookbook-item-wrapper {
        width: calc(50% - 20px);
        min-width: calc(50% - 20px);
        flex-basis: calc(50% - 20px);
        aspect-ratio: 0.76 / 1;
    }
}
@media(min-width: 1440px) {
    .lookbook-items-wrapper .lookbook-item-wrapper {
        width: calc(100% / 3 - 20px);
        min-width: calc(100% / 3 - 20px);
        flex-basis: calc(100% / 3 - 20px);
        aspect-ratio: 0.76 / 1; 
    }
}
.lookbook-items-wrapper .lookbook-item-wrapper:nth-of-type(5n) {
    width: calc(100% - 10px);
    min-width: calc(100% - 10px);
    flex-basis: calc(100% - 10px);
    aspect-ratio: 1.5 / 1;
}
@media(min-width: 744px) {
    .lookbook-items-wrapper .lookbook-item-wrapper:nth-of-type(5n) {
        width: calc(100% - 20px);
        min-width: calc(100% - 20px);
        flex-basis: calc(100% - 20px);
        aspect-ratio: 1.75 / 1;
    }
}
@media(min-width: 1440px) {
    .lookbook-items-wrapper .lookbook-item-wrapper:nth-of-type(5n) {
        width: calc((100% / 3) * 2 - 20px);
        min-width: calc((100% / 3) * 2 - 20px);
        flex-basis: calc((100% / 3) * 2 - 20px);
        aspect-ratio: 1.34 / 1;
/*        min-width: calc((100% / 3 - 20px) * 2);
        flex-basis: calc((100% / 3 - 20px) * 2);*/
    }
}

.lookbook-items-wrapper .lookbook-item-wrapper .lookbook-item-info {
    bottom: 5px;
    right: 5px;
}
@media(min-width: 744px) {
    .lookbook-items-wrapper .lookbook-item-wrapper .lookbook-item-info {
        bottom: 10px;
        right: 10px;
    }
}
.lookbook-items-wrapper .lookbook-item-wrapper .lookbook-item-info {
    /*display: none;*/
}

.lookbook-items-wrapper .lookbook-item-wrapper:hover .lookbook-item-info,
.lookbook-items-wrapper .lookbook-item-wrapper.active .lookbook-item-info {
    display: block;
}
.lookbook-items-wrapper .lookbook-item-wrapper .lookbook-item-info > span {
    width: 25px;
    height: 25px;
    background-color: var(--white); 
/*    font-family: 'M';
    font-size: 8px;
    text-transform: uppercase;*/
    border-radius: 50%;
}
@media(min-width: 744px) {
    .lookbook-items-wrapper .lookbook-item-wrapper .lookbook-item-info > span {
        width: 44px;
        height: 44px;
        /*font-size: 16px;*/
    }
}
@media(min-width: 1440px) {
    .lookbook-items-wrapper .lookbook-item-wrapper .lookbook-item-info > span {
/*        width: 119px;
        height: 44px;*/
    }
}
.lookbook-items-wrapper .lookbook-item-wrapper .lookbook-item-info > span:after {
    content: '';
    display: flex;
    width: 21px;
    height: 21px;
    background-position: center;
    background-repeat: no-repeat;
    /*margin-left: 8px;*/
    text-transform: uppercase;
    background-image: url(../images/svg/graymoss/lookbook-cart.svg);
    background-size: 15px;
}
@media(min-width: 744px) {
    .lookbook-items-wrapper .lookbook-item-wrapper .lookbook-item-info > span:after {
        background-size: 100% auto;
    }
}
    

@media(min-width: 1440px) {
    .lookbook-items-wrapper .lookbook-item-wrapper .lookbook-item-info > span {
        transition: background-color .25s;
    }
    .lookbook-items-wrapper .lookbook-item-wrapper .lookbook-item-info > span:hover {
        cursor: pointer;
        background-color: var(--plate);
    }
}

.lookbook-subproducts-wrapper .lookbook-subproducts-inner {
    width: 122px; 
    height: 210px; 
    right: 30px;
    bottom: 0;
    padding: 10px 5px;
    background-color: var(--white);
    border-radius: var(--br);
}
@media(min-width: 744px) {
    .lookbook-subproducts-wrapper .lookbook-subproducts-inner {
        width: 200px; 
        height: 320px; 
        right: 53px;
        bottom: 0;
    }
}
@media(min-width: 1440px) {
    .lookbook-subproducts-wrapper .lookbook-subproducts-inner {
        width: 270px; 
        height: 410px;
        bottom: 0;
    }
}
.lookbook-subproduct-wrapper:not(:last-of-type) {
    margin-bottom: 5px;
}
@media(min-width: 744px) {
    .lookbook-subproduct-wrapper:not(:last-of-type) {
        margin-bottom: 10px;
    }
}   
.lookbook-subproduct-wrapper .lookbook-subproduct-image {
    width: 37px;
    min-width: 37px;
    aspect-ratio: 0.77 / 1;
    background-size: cover;
    border-radius: var(--br);
    margin-right: 3px;
}
@media(min-width: 744px) {
    .lookbook-subproduct-wrapper .lookbook-subproduct-image {
        width: 54px;
        min-width: 54px;
        margin-right: 5px;
    }
}
@media(min-width: 1440px) {
    .lookbook-subproduct-wrapper .lookbook-subproduct-image {
        width: 70px;
        min-width: 70px;
    }
}
.lookbook-subproduct-wrapper .lookbook-subproduct-name {
    font-size: 8px;
    line-height: 7.31px;
    font-weight: 500;
    text-transform: uppercase;
}
@media(min-width: 744px) {
    .lookbook-subproduct-wrapper .lookbook-subproduct-name {
        font-size: 10px;
        line-height: 12.19px;
    }
}
@media(min-width: 1440px) {
    .lookbook-subproduct-wrapper .lookbook-subproduct-name {
    }
}
.lookbook-subproduct-wrapper .lookbook-subproduct-price {
    font-family: 'SB';
    font-size: 8px;
    line-height: 7.31px;
    margin-bottom: 4px;
    font-weight: 500;

}
@media(min-width: 744px) {
    .lookbook-subproduct-wrapper .lookbook-subproduct-price {
        font-size: 10px;
        line-height: 12.19px;
    }
}
@media(min-width: 1440px) {
    .lookbook-subproduct-wrapper .lookbook-subproduct-price {
    }
}
.lookbook-subproduct-wrapper .lookbook-subproduct-colors span {
    width: 3px;
    height: 3px;
    margin-right: 3px;
    border-radius: 50%;
}
@media(min-width: 744px) {
    .lookbook-subproduct-wrapper .lookbook-subproduct-colors span {
        width: 5px;
        height: 5px;
        margin-right: 5px;
    }
}
.lookbook-description {
    /*text-transform: uppercase;*/
    /*font-family: 'M';*/
    font-size: 14px;
    line-height: 140%;
    padding: 0 10px;
    padding-bottom: 20px;
}
@media(min-width: 744px) {
    .lookbook-description {
        width: 565px;       
        padding: 0 20px;
        padding-bottom: 20px;
    }
}
@media(min-width: 1440px) {
    .lookbook-description {
        width: 640px;
/*        font-size: 14px ;
        line-height: 140%;*/
        padding-bottom: 20px;
    }
}

.wishlist-products-wrapper {
    gap: 40px 10px;
    flex-wrap: wrap;
    padding-left: 10px;
}
@media(min-width: 744px) {
    .wishlist-products-wrapper {
        gap: 40px 20px;
        padding-left: 20px;
    }
}
@media(min-width: 1440px) {
    .wishlist-products-wrapper {
        gap: 40px 20px;
        padding-left: 20px;
    }
}
.wishlist-products-wrapper .catalog-product-wrapper {
    flex-basis: calc(50% - 10px);
    width: calc(50% - 10px);
    min-width: calc(50% - 10px);
}
@media(min-width: 744px) {
    .wishlist-products-wrapper .catalog-product-wrapper {
        flex-basis: calc(50% - 20px);
        width: calc(50% - 20px);
        min-width: calc(50% - 20px);
    }
}
@media(min-width: 1440px) {
    .wishlist-products-wrapper .catalog-product-wrapper {
        flex-basis: calc(100% / 4 - var(--pd));
        width: calc(100% / 4 - var(--pd));
        min-width: calc(100% / 4 - var(--pd));
    }
}

a.copy {
    width: max-content;
    font-family: 'M';
    font-size: 10px;
    /*line-height: 17.28px;*/
/*    border-bottom: 1px solid var(--gray);
    padding-bottom: 10px;*/
    margin-left: 10px;
    margin-bottom: 20px;
    margin-top: 40px;
}
@media(min-width: 744px) {
    a.copy {
        margin-left: 20px;
        margin-top: 50px;
        font-size: 12px;
    }
}
@media(min-width: 1440px) {
    a.copy {
        margin-top: 31px;
        font-size: 10px;
    }
}

.yours-inner {
    padding-left: 10px;
    gap: 10px;
    flex-wrap: wrap;
}
@media(min-width: 744px) {
    .yours-inner {
        padding-left: 20px;
        gap: 20px;
        flex-wrap: wrap;
    }
}
.yours-item-wrapper {
    flex-basis: calc(50% - 10px);
    width: calc(50% - 10px);
    min-width: calc(50% - 10px);
    aspect-ratio: 0.65;
    background-position: center;
    background-size: auto 100%;
}
@media(min-width: 744px) {
    .yours-item-wrapper {
        flex-basis: calc(50% - 20px);
        width: calc(50% - 20px);
        min-width: calc(50% - 20px);
    }
}
@media(min-width: 1440px) {
    .yours-item-wrapper {
        flex-basis: calc(100% / 3 - 20px);
        width: calc(100% / 3 - 20px);
        min-width: calc(100% / 3 - 20px);
    }
}
.yours-item-wrapper > span {
    left: 10px;
    bottom: 10px;
    font-size: 12px;
    line-height: 14.63px;
    color: var(--white);
}
@media(min-width: 744px) {
    .yours-item-wrapper > span {
        left: 20px;
        bottom: 20px;
        font-size: 14px;
        line-height: 17.07px;
    }
}

/*images-wrapper*/
.images-wrapper {
    width: calc(100% - 6px);
    height: 100%;
    padding-bottom: 6px;
    gap: 0 3px;
    margin: 0 auto;
}
.images-wrapper .image-line {
    height: 100%;
    width: calc(100% / 4);
    border-bottom: 2px solid var(--plate_back2);
    z-index: 2;
}
@media(max-width: 1439px) {
    .images-wrapper .image-line + .image-wrapper {
        background-image: none;
    }
}
@media(min-width: 1440px) {
    .images-wrapper .image-line + .image-wrapper {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        /*transition: background-image .25s ease-in, opacity .1s;*/
        /*transition: opacity .2s;*/
        opacity: 0;
        /*visibility: hidden;*/
        background-size: auto 100%;
        background-color: var(--white);
        z-index: 0;
    }
    .images-wrapper .image-line {
        transition: border-color .25s;
    }
    .images-wrapper .image-line:hover {
        border-color: var(--plate_font);
    }
    .images-wrapper .image-line:hover + .image-wrapper {
        /*background-position: center;*/
        z-index: 0;
        opacity: 1;
        /*visibility: visible;*/
    }
}
/*!images-wrapper*/

.products-related-wrapper {
    margin-top: 50px;
}
@media(min-width: 744px) {
    .products-related-wrapper {
        margin-top: 80px;
    }
}
@media(min-width: 1440px) {
    .products-related-wrapper {
        margin-top: 100px;
    }
}
.products-related-wrapper.main-products-title {
    margin-bottom: 40px;
}
@media(min-width: 744px) {
    .products-related-wrapper.main-products-title {
        margin-bottom: 50px;
    }
}
    
/*modal*/
.modal-wrapper {
    top: 0;
    left: 0;
    width: 100%;
    height: 100dvh;
    z-index: 5;
    background-color: var(--plate_back);
}
.modal-wrapper .modal-inner {
    width: 320px;
    padding: var(--pd);
    background-color: var(--white);
}
@media(min-width: 1000px) {
    .modal-wrapper .modal-inner {
        width: 320px;
    }
}
.modal-wrapper .modal-inner > .modal-close {
    width: 30px;
    min-width: 30px;
    height: 30px;
    top: 0;
    right: 0;
    background-image: url(../images/svg/graymoss/left-menu-close.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 17px;
}
@media(min-width: 1000px) {
    .modal-wrapper .modal-inner > .modal-close {
    }
    .modal-wrapper .modal-inner > .modal-close:hover {
        cursor: pointer;
    }
}
.modal-wrapper .modal-inner .modal-title {
    /*margin-bottom: 16px;*/
    font-family: 'SB';
    font-size: 18px;
    line-height: 24.55px;
    color: var(--blue);
}
/*!modal*/
.color_plus {
        font-size:12px;
        margin-top:-3px;
}
@media(max-width: 744px) {
    .color_plus {
        font-size:10px;
    }
}

/* ===================== simple mobile cart ===================== */
.checkout-simple {
    --cs-bg: #f4f6f8;
    --cs-card: #ffffff;
    --cs-border: #e6e8ec;
    --cs-text: #1f1f1f;
    --cs-muted: #8a8f99;
    --cs-accent: #1f1f1f;
    --cs-link: #e23b3b;
    --cs-radius: 0;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    background: var(--cs-bg);
    color: var(--cs-text);
    font-family: 'SB', Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
    padding: 0 0 32px;
}
.checkout-simple *, .checkout-simple *::before, .checkout-simple *::after {
    box-sizing: border-box;
}

/* header */
.checkout-simple .cs-header {
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
    background: var(--cs-card);
    border-bottom: 1px solid var(--cs-border);
}
.checkout-simple .cs-back {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%231f1f1f' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><line x1='19' y1='12' x2='5' y2='12'/><polyline points='12 19 5 12 12 5'/></svg>") center/contain no-repeat;
}
.checkout-simple .cs-brand {
    flex: 1;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
}
.checkout-simple .cs-clear {
    flex-shrink: 0;
    padding: 8px 12px;
    background: var(--cs-card);
    border: 1px solid var(--cs-border);
    color: var(--cs-text);
    font: inherit;
    font-size: 12px;
    line-height: 1.2;
    cursor: pointer;
    border-radius: var(--cs-radius);
}
.checkout-simple .cs-clear:active { background: #f0f0f0; }

/* form wrapper */
.checkout-simple .cs-form {
    display: block;
    padding: 0 16px;
    margin: 0;
    width: 100%;
    box-sizing: border-box;
}
.checkout-simple .cs-form > * {
    box-sizing: border-box;
}

/* products */
.checkout-simple .cs-products {
    background: var(--cs-card);
    margin: 16px -16px 0;
    padding: 0 16px;
}
.checkout-simple .cs-product {
    position: relative;
    display: flex;
    gap: 12px;
    padding: 14px 0;
    border-bottom: 1px solid var(--cs-border);
}
.checkout-simple .cs-product:last-child { border-bottom: none; }
.checkout-simple .cs-product-image {
    flex-shrink: 0;
    width: 64px;
    height: 86px;
    background: #f4f4f4;
    overflow: hidden;
}
.checkout-simple .cs-product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.checkout-simple .cs-product-body {
    flex: 1;
    min-width: 0;
    padding-right: 28px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.checkout-simple .cs-product-name {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.3;
    color: var(--cs-text);
}
.checkout-simple .cs-product-meta {
    font-size: 12px;
    color: var(--cs-muted);
}
.checkout-simple .cs-product-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: auto;
}
.checkout-simple .cs-product-qty {
    font-size: 13px;
    color: var(--cs-muted);
}
.checkout-simple .cs-product-price {
    font-size: 14px;
    font-weight: 700;
}
.checkout-simple .cs-product-remove {
    position: absolute;
    top: 14px;
    right: 0;
    width: 18px;
    height: 18px;
    cursor: pointer;
}
.checkout-simple .cs-product-remove span {
    display: block;
    width: 100%;
    height: 100%;
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%238a8f99' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><circle cx='12' cy='12' r='10'/><line x1='15' y1='9' x2='9' y2='15'/><line x1='9' y1='9' x2='15' y2='15'/></svg>") center/contain no-repeat;
}

/* summary */
.checkout-simple .cs-summary {
    background: var(--cs-card);
    margin: 0 -16px;
    padding: 14px 16px 16px;
    border-top: 1px solid var(--cs-border);
}
.checkout-simple .cs-summary-row {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 12px;
    padding: 4px 0;
    font-size: 13px;
    color: var(--cs-text);
}
.checkout-simple .cs-summary-row .amount { font-weight: 600; white-space: nowrap; }
.checkout-simple .cs-discount-row { color: var(--cs-link); }
.checkout-simple .cs-total-row {
    margin-top: 6px;
    padding-top: 10px;
    border-top: 1px dashed var(--cs-border);
    font-size: 15px;
    font-weight: 700;
}
.checkout-simple .cs-total-row .amount { font-size: 16px; }
.checkout-simple .cs-cart-discount {
    margin-top: 8px;
    font-size: 12px;
    color: var(--cs-muted);
}
.checkout-simple .cs-cart-discount span { color: var(--cs-link); font-weight: 600; }
.checkout-simple .cs-cart-discount > div > div { padding: 2px 0; }

/* auth stub */
.checkout-simple .cs-auth-stub {
    margin: 12px 0 0;
    padding: 14px 16px;
    background: #ececec;
    font-size: 13px;
    color: var(--cs-text);
}
.checkout-simple .cs-auth-stub a {
    color: var(--cs-text);
    text-decoration: underline;
    font-weight: 600;
}

/* sections */
.checkout-simple .cs-section {
    display: block;
    background: var(--cs-card);
    margin: 12px -16px 0;
    padding: 16px;
    border-top: 1px solid var(--cs-border);
    border-bottom: 1px solid var(--cs-border);
    width: auto;
    box-sizing: border-box;
}
.checkout-simple .cs-section-title {
    margin: 0 0 12px;
    font-size: 15px;
    font-weight: 700;
    padding: 0;
}
.checkout-simple .cs-spacer { flex: 1; }

/* fields */
.checkout-simple .cs-field {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 14px;
}
.checkout-simple .cs-field:last-child { margin-bottom: 0; }
.checkout-simple .cs-field label {
    font-size: 13px;
    color: var(--cs-text);
    margin: 0;
    font-weight: 400;
}
.checkout-simple .cs-field input[type="text"],
.checkout-simple .cs-field input[type="tel"],
.checkout-simple .cs-field input[type="email"],
.checkout-simple .cs-field textarea,
.checkout-simple .cs-field select {
    width: 100%;
    padding: 14px 14px;
    font-size: 16px;
    line-height: 1.2;
    color: var(--cs-text);
    background: var(--cs-card);
    border: 1px solid var(--cs-border);
    border-radius: var(--cs-radius);
    outline: none;
    font-family: inherit;
    -webkit-appearance: none;
    appearance: none;
}
.checkout-simple .cs-field input::placeholder,
.checkout-simple .cs-field textarea::placeholder {
    color: #b8bcc4;
}
.checkout-simple .cs-field input:focus,
.checkout-simple .cs-field textarea:focus,
.checkout-simple .cs-field select:focus {
    border-color: var(--cs-text);
}
.checkout-simple .cs-field textarea {
    resize: vertical;
    min-height: 84px;
}
.checkout-simple .cs-row-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}
.checkout-simple .cs-row-2 .cs-field { margin-bottom: 0; }
.checkout-simple .invalid-feedback {
    display: none;
    color: var(--cs-link);
    font-size: 12px;
}
.checkout-simple .was-validated input:invalid ~ .invalid-feedback,
.checkout-simple .was-validated select:invalid ~ .invalid-feedback,
.checkout-simple .was-validated textarea:invalid ~ .invalid-feedback,
.checkout-simple .cs-field.is-invalid .invalid-feedback {
    display: block;
}
.checkout-simple .was-validated input:invalid,
.checkout-simple .was-validated select:invalid,
.checkout-simple .was-validated textarea:invalid {
    border-color: var(--cs-link);
}
.checkout-simple .cs-field.is-invalid input[type="text"],
.checkout-simple .cs-field.is-invalid input[type="tel"],
.checkout-simple .cs-field.is-invalid input[type="email"],
.checkout-simple .cs-field.is-invalid textarea,
.checkout-simple .cs-field.is-invalid select {
    border-color: var(--cs-link);
}
.checkout-simple .cs-field.is-invalid .cs-phone-wrap {
    border-color: var(--cs-link);
}

/* phone */
.checkout-simple .cs-phone-wrap {
    position: relative;
    display: flex;
    align-items: stretch;
    border: 1px solid var(--cs-border);
    background: var(--cs-card);
}
.checkout-simple .cs-phone-wrap input {
    border: none !important;
    flex: 1;
    padding-left: 8px !important;
}
.checkout-simple .cs-phone-flag {
    display: flex;
    align-items: center;
    padding: 0 10px 0 14px;
    font-size: 12px;
    font-weight: 700;
    color: var(--cs-muted);
    border-right: 1px solid var(--cs-border);
}

/* city */
.checkout-simple .cs-city-wrap {
    position: relative;
}
.checkout-simple .cs-city-wrap input {
    padding-right: 42px !important;
}
.checkout-simple .cs-city-full {
    margin-top: 6px;
    font-size: 12px;
    color: var(--cs-muted);
}
.checkout-simple .autocomplete {
    position: relative;
}

/* checkboxes */
.checkout-simple .cs-check {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 6px 0;
    cursor: pointer;
    margin: 0;
    font-size: 13px;
    line-height: 1.4;
}
.checkout-simple .cs-check input { position: absolute; opacity: 0; pointer-events: none; }
.checkout-simple .cs-check-box {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    margin-top: 1px;
    border: 1px solid #b8bcc4;
    background: var(--cs-card);
    border-radius: 2px;
    position: relative;
}
.checkout-simple .cs-check input:checked + .cs-check-box {
    background: var(--cs-text);
    border-color: var(--cs-text);
}
.checkout-simple .cs-check input:checked + .cs-check-box::after {
    content: '';
    position: absolute;
    left: 5px;
    top: 1px;
    width: 6px;
    height: 11px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.checkout-simple .cs-check-text a { color: var(--cs-link); text-decoration: none; }
.checkout-simple .cs-check-text a:hover { text-decoration: underline; }

/* radio */
.checkout-simple .cs-radio {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 10px 0;
    cursor: pointer;
    margin: 0;
    font-size: 14px;
    line-height: 1.3;
}
.checkout-simple .cs-radio input { position: absolute; opacity: 0; pointer-events: none; }
.checkout-simple .cs-radio-mark {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    margin-top: 1px;
    border: 1px solid #b8bcc4;
    background: var(--cs-card);
    border-radius: 50%;
    position: relative;
}
.checkout-simple .cs-radio input:checked + .cs-radio-mark {
    border-color: var(--cs-text);
}
.checkout-simple .cs-radio input:checked + .cs-radio-mark::after {
    content: '';
    position: absolute;
    left: 4px;
    top: 4px;
    width: 10px;
    height: 10px;
    background: var(--cs-text);
    border-radius: 50%;
}
.checkout-simple .cs-radio-text { display: flex; flex-direction: column; gap: 2px; }
.checkout-simple .cs-radio-text strong { font-weight: 600; }
.checkout-simple .cs-radio-meta {
    color: var(--cs-muted);
    font-size: 12px;
    font-weight: 400;
}

/* delivery */
.checkout-simple .cs-delivery-options {
    margin-top: 8px;
    padding-top: 4px;
}
.checkout-simple .cs-delivery-details {
    margin-top: 8px;
}
.checkout-simple .cs-delivery-pane {
    display: none;
}
.checkout-simple .cs-delivery-pane.active {
    display: block;
}
.checkout-simple .delivery-form-wrapper {
    padding-top: 8px;
}
.checkout-simple .cs-empty-punkts {
    padding: 12px;
    background: #fff7e6;
    border: 1px solid #ffe1a8;
    color: #8a6d3b;
    font-size: 13px;
}

/* select2 override inside cart */
.checkout-simple .select2-container--default .select2-selection--single,
.checkout-simple .cs-punkt-select {
    height: 48px !important;
    border: 1px solid var(--cs-border) !important;
    border-radius: 0 !important;
}
.checkout-simple .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 46px !important;
    padding-left: 14px !important;
    color: var(--cs-text);
    font-size: 14px;
}
.checkout-simple .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 46px !important;
}
.checkout-simple .select2-dropdown {
    border: 1px solid #d9d9d9 !important;
    border-top: none !important;
    border-radius: 0 0 8px 8px !important;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08) !important;
}
.checkout-simple .select2-results__option {
    padding: 10px 16px !important;
    font-size: 13px !important;
    line-height: 1.35 !important;
    color: #111 !important;
    border-bottom: 1px solid #f0f0f0;
}
.checkout-simple .select2-results__option:last-child {
    border-bottom: none;
}
.checkout-simple .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background: #f5f5f5 !important;
    color: #111 !important;
}

/* map */
.checkout-simple .cs-map-wrap {
    margin-top: 12px;
    width: 100%;
    height: 400px;
    background: #e9eef1;
    border: 1px solid var(--cs-border);
    overflow: hidden;
}
.checkout-simple .cs-punkt-confirm {
    display: none;
    width: 100%;
    margin-top: 12px;
    padding: 14px 16px;
    border: none;
    background: #000;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
}
.checkout-simple .cs-punkt-confirm:disabled {
    opacity: 0.45;
    cursor: not-allowed;
}
.checkout-simple .cs-map { width: 100%; height: 100%; }
.checkout-simple .cs-punkt-info {
    margin-top: 12px;
    border: 1px solid var(--cs-border);
    background: #fff;
    padding: 12px;
    color: #111;
}
.checkout-simple .cs-punkt-info p {
    margin: 0 0 8px;
    font-size: 13px;
    line-height: 1.45;
}
.checkout-simple .cs-punkt-info-label { font-weight: 500; }
.checkout-simple .cs-punkt-info-title { font-weight: 500; }
.checkout-simple .cs-punkt-info-note { opacity: .75; font-size: 12px; }
.checkout-simple .cs-punkt-change {
    margin-top: 4px;
    border: none;
    border-bottom: 1px dashed #000;
    background: transparent;
    padding: 0;
    font: inherit;
    font-size: 13px;
    cursor: pointer;
}

/* coupon */
.checkout-simple .cs-coupon-wrap {
    display: flex;
    gap: 8px;
}
.checkout-simple .cs-coupon-wrap input {
    flex: 1;
}
.checkout-simple .cs-coupon-apply {
    padding: 0 16px;
    background: var(--cs-card);
    border: 1px solid var(--cs-text);
    color: var(--cs-text);
    font: inherit;
    font-size: 13px;
    cursor: pointer;
    border-radius: var(--cs-radius);
    white-space: nowrap;
}
.checkout-simple .cs-coupon-apply:active { background: #f0f0f0; }
.checkout-simple .coupon_result {
    margin-top: 8px;
    font-size: 12px;
    color: var(--cs-muted);
}
.checkout-simple .coupon_result.success { color: #2c8a2c; }
.checkout-simple .coupon_result.error { color: var(--cs-link); }

/* submit */
.checkout-simple .cs-submit {
    display: block;
    width: calc(100% - 32px);
    margin: 20px 16px 0;
    height: 56px;
    background: var(--cs-accent);
    color: #ffffff;
    border: none;
    font: inherit;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.3px;
    cursor: pointer;
    border-radius: var(--cs-radius);
    transition: opacity 0.15s ease;
}
.checkout-simple .cs-submit:disabled {
    opacity: 0.45;
    cursor: not-allowed;
}
.checkout-simple .cs-submit.is-disabled {
    opacity: 0.55;
}
.checkout-simple .cs-submit:not(:disabled):active {
    opacity: 0.85;
}
.checkout-simple .cs-legal {
    margin: 12px 16px 0;
    font-size: 11px;
    line-height: 1.45;
    color: var(--cs-muted);
    text-align: center;
}
.checkout-simple .cs-legal a {
    color: var(--cs-muted);
    text-decoration: underline;
}
.checkout-simple .cs-legal a:hover {
    color: var(--cs-text);
}
/* inline-ошибка под кнопкой "Оформить" */
.checkout-simple .cs-submit-error {
    margin: 10px 16px 0;
    padding: 10px 12px;
    background: #fff1f1;
    border: 1px solid #ffd0d0;
    color: #b00020;
    font-size: 13px;
    line-height: 1.4;
    border-radius: 4px;
}
/* inline-подтверждение очистки корзины */
.checkout-simple .cs-clear-confirm {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
}
.checkout-simple .cs-clear-confirm .cs-clear-question {
    font-size: 12px;
    color: var(--cs-text);
    line-height: 1.2;
}
.checkout-simple .cs-clear-confirm .cs-clear-yes,
.checkout-simple .cs-clear-confirm .cs-clear-no {
    padding: 6px 12px;
    font: inherit;
    font-size: 12px;
    line-height: 1.2;
    cursor: pointer;
    border-radius: var(--cs-radius);
    transition: background-color .15s ease, color .15s ease, border-color .15s ease;
}
.checkout-simple .cs-clear-confirm .cs-clear-yes {
    background: var(--cs-text);
    border: 1px solid var(--cs-text);
    color: #fff;
}
.checkout-simple .cs-clear-confirm .cs-clear-yes:active {
    opacity: .85;
}
.checkout-simple .cs-clear-confirm .cs-clear-no {
    background: transparent;
    border: 1px solid transparent;
    color: var(--cs-muted, #888);
    text-decoration: underline;
    text-underline-offset: 2px;
    padding-left: 4px;
    padding-right: 4px;
}
.checkout-simple .cs-clear-confirm .cs-clear-no:hover {
    color: var(--cs-text);
}
/* ошибка обновления оплаты на /cart/thankyou и /cart/confirm */
.gm-pay-error {
    margin: 10px 0 0;
    padding: 10px 12px;
    background: #fff1f1;
    border: 1px solid #ffd0d0;
    color: #b00020;
    font-size: 13px;
    line-height: 1.4;
    border-radius: 4px;
}

/* desktop centering — никаких двух колонок */
@media (min-width: 768px) {
    .checkout-simple {
        max-width: 480px;
        padding-bottom: 48px;
    }
}
/* ===================== city autocomplete (Tilda searchbox style) ===================== */
.checkout-simple .searchbox-wrapper {
    position: relative;
    display: block;
    width: 100%;
}
.checkout-simple .searchbox-inner-wrapper {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    z-index: 1000;
}
.checkout-simple .searchbox-list {
    background: #ffffff;
    border: 1px solid #e6e6e6;
    border-top: none;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    max-height: 320px;
    overflow-y: auto;
    outline: none;
}
.checkout-simple .searchbox-list-item {
    padding: 10px 20px;
    cursor: pointer;
    font-family: 'Rubik', Arial, sans-serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 1.4;
    color: #000;
    transition: background-color 0.2s ease;
    border-bottom: 1px solid #f2f2f2;
}
.checkout-simple .searchbox-list-item:last-child {
    border-bottom: none;
}
.checkout-simple .searchbox-list-item:hover,
.checkout-simple .searchbox-list-item-focus {
    background: #f5f5f5;
}
.checkout-simple .searchbox-list-item-text {
    font-size: 13px;
    font-weight: 400;
    color: #000;
}
.checkout-simple .searchbox-list-item-description {
    font-size: 11px;
    font-weight: 300;
    color: #888;
    margin-top: 2px;
}
/* ===================== /city autocomplete ===================== */

/* ===================== suggestions addon icons ===================== */
/* Полностью прячем дефолтные иконки jquery.suggestions (крестик/спиннер) — кривые */
.checkout-simple .suggestions-wrapper .suggestions-addon {
    display: none !important;
}
.checkout-simple .cs-search-wrap {
    position: relative;
    display: block;
    width: 100%;
}
/* Постоянная лупа справа на полях с автокомплитом */
.checkout-simple .suggestions-wrapper .suggestions-input,
.checkout-simple .searchbox-wrapper input[type="text"] {
    background-image: none !important;
    padding-right: 38px !important;
}
.checkout-simple .cs-search-icon {
    position: absolute;
    right: 12px;
    top: 50%;
    width: 16px;
    height: 16px;
    margin-top: -8px;
    pointer-events: none;
    z-index: 4;
}
.checkout-simple .cs-search-wrap.cs-focused.cs-has-value .suggestions-input,
.checkout-simple .cs-search-wrap.cs-focused.cs-has-value input[type="text"] {
    background-image: none !important;
}
.checkout-simple .cs-search-wrap.cs-focused.cs-has-value .cs-search-icon {
    display: none;
}
.checkout-simple .cs-search-clear {
    display: none;
    position: absolute;
    right: 12px;
    top: 50%;
    width: 18px;
    height: 18px;
    margin-top: -9px;
    padding: 0;
    border: 0;
    background-color: transparent;
    background-image: url("data:image/svg+xml;charset=utf-8;base64,PHN2ZyB3aWR0aD0iMTAxIiBoZWlnaHQ9IjEwMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNOTguNjUgOTYuNTUgNTIuMTEgNDkuOTMgOTguMzYgMy41Yy41OS0uNTkuNTktMS40NyAwLTIuMDZhMS40MiAxLjQyIDAgMCAwLTIuMDYgMEw1MC4wNSA0Ny44NyAzLjY5IDEuNDRhMS40MiAxLjQyIDAgMCAwLTIuMDUgMCAxLjQyIDEuNDIgMCAwIDAgMCAyLjA2bDQ2LjM1IDQ2LjQzTDEuNDQgOTYuNTVBMS40MiAxLjQyIDAgMCAwIDMuNCA5OC42bDQ2LjU1LTQ2LjYyTDk2LjUgOTguNmMuMy4zLjY4LjM5Ljk4LjM5LjMgMCAuNjgtLjEuOTgtLjQuNjgtLjU4LjY4LTEuNDYuMi0yLjA1eiIgZmlsbD0iIzExMSIgc3Ryb2tlPSIjMTExIi8+PC9zdmc+");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px 12px;
    cursor: pointer;
    z-index: 5;
}
.checkout-simple .cs-search-wrap.cs-focused.cs-has-value .cs-search-clear {
    display: block;
}

/* Единый стиль выпадающих списков suggestions (город/улица/дом) */
.checkout-simple .suggestions-suggestions {
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    border: 1px solid #d9d9d9 !important;
    border-top: none !important;
    border-radius: 0 0 8px 8px !important;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08) !important;
    max-height: 240px !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    overscroll-behavior: contain;
    background: #fff;
}
.checkout-simple .suggestions-suggestion {
    padding: 10px 16px !important;
    border-bottom: 1px solid #f0f0f0 !important;
    font-size: 13px !important;
    line-height: 1.35 !important;
    color: #111 !important;
}
.checkout-simple .suggestions-suggestion:last-child {
    border-bottom: none !important;
}
.checkout-simple .suggestions-suggestion.suggestions-suggestion--current,
.checkout-simple .suggestions-suggestion.suggestions-suggestion-current,
.checkout-simple .suggestions-suggestion.suggestions-selected,
.checkout-simple .suggestions-suggestion:hover {
    background: #f5f5f5 !important;
}
.checkout-simple .suggestions-promo,
.checkout-simple .suggestions-promo a {
    display: none !important;
}
.checkout-simple .gm-dadata-instant {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    z-index: 10000;
    width: 100%;
    max-height: 240px;
    overflow-y: auto;
    overflow-x: hidden;
    background: #fff;
    border: 1px solid #d9d9d9;
    border-top: none;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}
.checkout-simple .gm-dadata-instant-item {
    display: block;
    width: 100%;
    padding: 10px 16px;
    border: 0;
    border-bottom: 1px solid #f0f0f0;
    background: #fff;
    color: #111;
    text-align: left;
    font-family: inherit;
    cursor: pointer;
}
.checkout-simple .gm-dadata-instant-item:last-child {
    border-bottom: 0;
}
.checkout-simple .gm-dadata-instant-item:hover {
    background: #f5f5f5;
}
.checkout-simple .gm-dadata-instant-title {
    display: block;
    font-size: 13px;
    line-height: 1.35;
}
.checkout-simple .gm-dadata-instant-sub {
    display: block;
    margin-top: 2px;
    font-size: 11px;
    line-height: 1.3;
    color: #888;
}
/* ===================== /suggestions addon icons ===================== */

/* ===================== /simple mobile cart ===================== */

/* ===================== state pages: thankyou / confirm / empty-cart ===================== */
.gm-state-page {
    padding: 0 calc(var(--pd) / 2) 40px;
}
@media(min-width: 744px) {
    .gm-state-page {
        padding: 0 var(--pd) 60px;
    }
}
.gm-state-page .breadcrumbs-wrapper {
    padding-left: 0;
}
.gm-state-page .page-h1 {
    margin-left: 0;
}
.gm-state-page,
.gm-state-page * {
    box-sizing: border-box;
}
.gm-state-text {
    margin: 6px 0 0;
    font-family: 'M', Arial, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: var(--gray);
}
@media(min-width: 744px) {
    .gm-state-text {
        font-size: 15px;
    }
}
.gm-state-muted {
    margin: 8px 0 0;
    font-family: 'R', Arial, sans-serif;
    font-size: 12px;
    line-height: 1.5;
    color: var(--plate_font);
}
.gm-shipping-notice {
    margin-top: 16px;
    max-width: 520px;
}
.gm-state-order {
    margin: 12px 0 0;
    font-family: 'R', Arial, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: var(--gray);
}
.gm-state-order strong {
    font-family: 'SB';
    font-weight: normal;
    color: var(--gray);
    letter-spacing: .02em;
}
.gm-state-actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 24px;
    width: 100%;
}
@media(min-width: 744px) {
    .gm-state-actions {
        flex-direction: row;
        gap: 12px;
    }
    .gm-state-actions > * {
        max-width: 280px;
    }
}
.gm-state-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    box-sizing: border-box;
    height: 48px;
    padding: 0 18px;
    background: var(--gray);
    color: var(--white);
    font-family: 'SB', Arial, sans-serif;
    font-size: 12px;
    letter-spacing: .08em;
    text-transform: uppercase;
    text-decoration: none;
    border: 1px solid var(--gray);
    border-radius: 0;
    cursor: pointer;
    transition: background-color .15s ease, color .15s ease;
}
.gm-state-btn:hover {
    background: var(--green);
    border-color: var(--green);
    color: var(--white);
    text-decoration: none;
}
.gm-state-btn:disabled {
    opacity: .55;
    cursor: not-allowed;
}
.gm-state-btn-secondary {
    background: transparent;
    color: var(--gray);
}
.gm-state-btn-secondary:hover {
    background: var(--gray);
    color: var(--white);
}
.gm-wait {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 18px;
}
.gm-wait .gm-spinner {
    flex: 0 0 auto;
}
.gm-wait-text {
    margin: 0;
    font-family: 'M', Arial, sans-serif;
    font-size: 13px;
    line-height: 1.45;
    color: var(--gray);
}
.gm-wait-text small {
    display: block;
    margin-top: 2px;
    font-family: 'R', Arial, sans-serif;
    font-size: 12px;
    color: var(--plate_font);
}
.gm-spinner {
    width: 16px;
    height: 16px;
    border: 1.5px solid var(--plate);
    border-top-color: var(--gray);
    border-radius: 50%;
    animation: gm-spin .9s linear infinite;
}
@keyframes gm-spin {
    to { transform: rotate(360deg); }
}
.gm-track {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 6px 8px;
    margin-top: 8px;
}
.gm-track-label {
    font-family: 'R', Arial, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: var(--gray);
}
.gm-track-value {
    font-family: 'SB', Arial, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: var(--gray);
    letter-spacing: .02em;
    border-bottom: 1px dashed var(--plate_font);
    padding-bottom: 1px;
}
.gm-copy-btn {
    width: 18px;
    height: 18px;
    border: 0;
    background: transparent;
    color: var(--plate_font);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: color .15s ease, opacity .15s ease;
    padding: 0;
    border-radius: 0;
    opacity: .7;
    transform: translateY(2px);
}
.gm-copy-btn:hover {
    background: transparent;
    border: 0;
    opacity: 1;
}
.gm-copy-btn svg {
    width: 14px;
    height: 14px;
    display: block;
}
.gm-copy-btn svg path {
    fill: var(--gray);
    transition: fill .15s ease;
}
.gm-copy-btn:hover svg path {
    fill: var(--green);
}
.gm-copy-hint {
    font-family: 'R', Arial, sans-serif;
    font-size: 12px;
    color: var(--plate_font);
    min-height: 14px;
    margin-left: 4px;
}
/* ===================== /state pages ===================== */

/* ===================== add-to-cart toast ===================== */
.gm-toast {
    position: fixed;
    top: 76px;
    right: 16px;
    z-index: 9999;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    max-width: calc(100vw - 32px);
    padding: 10px 14px;
    background: var(--gray);
    color: var(--white);
    border-radius: 4px;
    font-family: 'R', Arial, sans-serif;
    font-size: 13px;
    line-height: 1.3;
    letter-spacing: .01em;
    box-shadow: 0 6px 18px rgba(35, 35, 39, 0.18);
    opacity: 0;
    transform: translateY(-6px);
    pointer-events: none;
    transition: opacity .18s ease, transform .18s ease;
}
.gm-toast.is-visible {
    opacity: 1;
    transform: translateY(0);
}
.gm-toast.is-hidden {
    opacity: 0;
    transform: translateY(-6px);
}
.gm-toast .gm-toast-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: var(--green);
    color: var(--white);
    flex: 0 0 auto;
}
.gm-toast.gm-toast--info .gm-toast-icon {
    background: transparent;
    color: var(--white);
}
.gm-toast .gm-toast-text {
    display: inline-block;
}
@media (max-width: 743px) {
    .gm-toast {
        left: 12px;
        right: 12px;
        top: auto;
        bottom: calc(12px + env(safe-area-inset-bottom, 0px));
        justify-content: center;
        max-width: none;
        font-size: 14px;
        padding: 12px 14px;
        transform: translateY(8px);
    }
    .gm-toast.is-visible {
        transform: translateY(0);
    }
    .gm-toast.is-hidden {
        transform: translateY(8px);
    }
}
/* ===================== /add-to-cart toast ===================== */

/* ===================== legal documents ===================== */
.legal-doc {
    font-family: 'R', Arial, sans-serif;
    font-size: 14px;
    line-height: 1.6;
    color: var(--gray);
    max-width: 760px;
    padding-top: 8px;
    padding-bottom: 24px;
}
.legal-doc h3:first-of-type {
    margin-top: 0;
}
.legal-doc h3 {
    font-size: 16px;
    line-height: 1.4;
    margin: 28px 0 10px;
    font-weight: 600;
}
.legal-doc p {
    margin: 0 0 12px;
}
.legal-doc ul {
    margin: 0 0 12px;
    padding-left: 22px;
}
.legal-doc ul li {
    margin: 4px 0;
}
.legal-doc a {
    color: var(--gray);
    text-decoration: underline;
    text-underline-offset: 2px;
}
.legal-doc a:hover {
    opacity: .7;
}
.legal-doc strong {
    font-weight: 600;
}
@media (max-width: 743px) {
    .legal-doc {
        font-size: 13px;
    }
    .legal-doc h3 {
        font-size: 15px;
        margin: 22px 0 8px;
    }
}
/* ===================== /legal documents ===================== */

/* ===================== contact page ===================== */
.contact-form-honeypot {
    position: absolute !important;
    left: -9999px !important;
    width: 1px !important;
    height: 1px !important;
    opacity: 0 !important;
    pointer-events: none !important;
}
.contacts-wrapper .contact-item-wrapper,
.contacts-wrapper .contact-item-wrapper:not(:last-of-type),
.contacts-wrapper .contact-item-wrapper:last-of-type {
    padding-left: 0;
}
.contacts-wrapper .contact-item-wrapper .contact-item-title,
.contacts-wrapper .contact-item-wrapper:last-of-type .contact-item-title {
    padding-left: 0;
}
.contacts-wrapper form#contactForm input:not([type="hidden"]):not(.contact-form-honeypot) {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-bottom: 6px;
    padding-left: 0;
    text-transform: uppercase;
}
.contacts-wrapper form#contactForm input:not([type="hidden"]):not(.contact-form-honeypot)::placeholder {
    text-transform: uppercase;
}
.contacts-wrapper form#contactForm button {
    width: 100%;
    margin-left: 0;
}
@media (min-width: 744px) {
    .contacts-wrapper form#contactForm input:not([type="hidden"]):not(.contact-form-honeypot) {
        margin-bottom: 10px;
    }
}
.contact-item-wrapper > a {
    text-transform: uppercase;
}
.contact-meta-disclaimer {
    margin-top: 18px;
    padding-left: 0;
    font-size: 11px;
    line-height: 1.4;
    color: var(--gray);
    opacity: .7;
    max-width: 360px;
}
@media (min-width: 744px) {
    .contact-meta-disclaimer {
        font-size: 12px;
    }
}
.contact-form-status {
    margin: 14px 0 0;
    font-size: 12px;
    line-height: 1.4;
    min-height: 18px;
}
.contact-form-status[data-state="error"]    { color: #b3261e; }
.contact-form-status[data-state="success"]  { color: var(--green, #3a5a3a); }
.contact-form-status[data-state="progress"] { color: var(--gray); opacity: .8; }
/* ===================== /contact page ===================== */

/* ===================== footer meta ===================== */
.footer-meta-disclaimer {
    margin-top: 8px;
    font-size: 10px;
    line-height: 1.3;
    opacity: .55;
    max-width: 240px;
}
/* ===================== /footer meta ===================== */

