

/* Start:/local/templates/project/libs/slick-1.5.9/slick/slick.css?17265661171782*/
/* Slider */
.slick-slider
{
    position: relative;
    padding: 0;
    display: block;

    -moz-box-sizing: border-box;
         box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/* End */


/* Start:/local/templates/project/libs/slick-1.5.9/slick/slick-theme.css?17265661173030*/
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('/local/templates/project/libs/slick-1.5.9/slick/./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('/local/templates/project/libs/slick-1.5.9/slick/./fonts/slick.eot');
    src: url('/local/templates/project/libs/slick-1.5.9/slick/./fonts/slick.eot?#iefix') format('embedded-opentype'), url('/local/templates/project/libs/slick-1.5.9/slick/./fonts/slick.woff') format('woff'), url('/local/templates/project/libs/slick-1.5.9/slick/./fonts/slick.ttf') format('truetype'), url('/local/templates/project/libs/slick-1.5.9/slick/./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{   
    color: transparent;
    font-size: 0;
    line-height: 0;
    z-index: 2;
    position: absolute;
    bottom: -80px;

    display: block;

    width: 42px;
    height: 42px;
    padding: 0;
    margin-top: -10px\9; /*lte IE 8*/
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    
}

.slick-prev
{
    
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
   
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -7px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-slider
{
    margin-bottom: 30px;
    margin: 0;
}

.slick-dots
{
    position: absolute;
    bottom: -45px;

    display: block;

    width: 100%;
    padding: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 1px #216AB1 solid;
    border-radius: 50%;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{   
    background-color: #2d7abd;
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '';
    text-align: center;

    
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/* End */


/* Start:/assets/css/vendors.css?170687508231348*/
@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") format("woff");font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-box-sizing:content-box;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translateZ(0);transform:translateZ(0)}.swiper-container-multirow>.swiper-wrapper{-ms-flex-wrap:wrap;flex-wrap:wrap}.swiper-container-multirow-column>.swiper-wrapper{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.swiper-container-pointer-events{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-container-pointer-events.swiper-container-vertical{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-slide{-ms-flex-negative:0;flex-shrink:0;width:100%;height:100%;position:relative;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-transition-property:height,-webkit-transform;transition-property:height,-webkit-transform;-o-transition-property:transform,height;transition-property:transform,height;transition-property:transform,height,-webkit-transform}.swiper-container-3d{-webkit-perspective:1200px;perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(270deg,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(90deg,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(0deg,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(180deg,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-container-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper{-ms-scroll-snap-type:x mandatory;scroll-snap-type:x mandatory}.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper{-ms-scroll-snap-type:y mandatory;scroll-snap-type:y mandatory}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top: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:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;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:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;text-transform:none;font-variant:normal;line-height:1}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-container-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-container-rtl .swiper-button-prev:after{content:"next"}.swiper-button-next.swiper-button-white,.swiper-button-prev.swiper-button-white{--swiper-navigation-color:#fff}.swiper-button-next.swiper-button-black,.swiper-button-prev.swiper-button-black{--swiper-navigation-color:#000}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;-webkit-transition:opacity .3s;-o-transition:.3s opacity;transition:opacity .3s;-webkit-transform:translateZ(0);transform:translateZ(0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:50%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:1;background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;-webkit-transition:top .2s,-webkit-transform .2s;transition:top .2s,-webkit-transform .2s;-o-transition:.2s transform,.2s top;transition:transform .2s,top .2s;transition:transform .2s,top .2s,-webkit-transform .2s}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:left .2s,-webkit-transform .2s;transition:left .2s,-webkit-transform .2s;-o-transition:.2s transform,.2s left;transition:transform .2s,left .2s;transition:transform .2s,left .2s,-webkit-transform .2s}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:right .2s,-webkit-transform .2s;transition:right .2s,-webkit-transform .2s;-o-transition:.2s transform,.2s right;transition:transform .2s,right .2s;transition:transform .2s,right .2s,-webkit-transform .2s}.swiper-pagination-progressbar{background: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%;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{-webkit-transform-origin:right top;-ms-transform-origin:right top;transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white{--swiper-pagination-color:#fff}.swiper-pagination-black{--swiper-pagination-color:#000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);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:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align: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%;-o-object-fit:contain;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;-ms-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s linear infinite;animation:swiper-preloader-spin 1s linear infinite;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:50%;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-top:4px solid rgba(0,0,0,0)}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@-webkit-keyframes swiper-preloader-spin{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes swiper-preloader-spin{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;opacity:.6;z-index:0}.swiper-container-cube .swiper-cube-shadow:before{content:"";background:#000;position:absolute;left:0;top:0;bottom:0;right:0;-webkit-filter:blur(50px);filter:blur(50px)}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}
.glightbox-container{width:100%;height:100%;position:fixed;top:0;left:0;z-index:999999!important;overflow:hidden;-ms-touch-action:none;touch-action:none;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;-ms-text-size-adjust:100%;text-size-adjust:100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;outline:0}.glightbox-container.inactive{display:none}.glightbox-container .gcontainer{position:relative;width:100%;height:100%;z-index:9999;overflow:hidden}.glightbox-container .gslider{-webkit-transition:-webkit-transform .4s ease;transition:-webkit-transform .4s ease;-o-transition:transform .4s ease;transition:transform .4s ease;transition:transform .4s ease,-webkit-transform .4s ease;height:100%;left:0;top:0;position:relative;overflow:hidden;display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-transform:translateZ(0);transform:translateZ(0)}.glightbox-container .gslide,.glightbox-container .gslider{width:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.glightbox-container .gslide{position:absolute;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:-webkit-box;display:-ms-flexbox;display:flex;opacity:0}.glightbox-container .gslide.current{opacity:1;z-index:99999;position:relative}.glightbox-container .gslide.prev{opacity:1;z-index:9999}.glightbox-container .gslide-inner-content{width:100%}.glightbox-container .ginner-container{position:relative;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;max-width:100%;margin:auto;height:100vh}.glightbox-container .ginner-container.gvideo-container{width:100%}.glightbox-container .ginner-container.desc-bottom,.glightbox-container .ginner-container.desc-top{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.glightbox-container .ginner-container.desc-left,.glightbox-container .ginner-container.desc-right{max-width:100%!important}.gslide iframe,.gslide video{outline:0!important;border:none;min-height:165px;-webkit-overflow-scrolling:touch;-ms-touch-action:auto;touch-action:auto}.gslide:not(.current){pointer-events:none}.gslide-image{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.gslide-image img{max-height:100vh;display:block;padding:0;float:none;outline:0;border:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;max-width:100vw;width:auto;height:auto;-o-object-fit:cover;object-fit:cover;-ms-touch-action:none;touch-action:none;margin:auto;min-width:200px}.desc-bottom .gslide-image img,.desc-top .gslide-image img{width:auto}.desc-left .gslide-image img,.desc-right .gslide-image img{width:auto;max-width:100%}.gslide-image img.zoomable{position:relative}.gslide-image img.dragging{cursor:-webkit-grabbing!important;cursor:grabbing!important;-webkit-transition:none;-o-transition:none;transition:none}.gslide-video{position:relative;max-width:100vh;width:100%!important}.gslide-video .plyr__poster-enabled.plyr--loading .plyr__poster{display:none}.gslide-video .gvideo-wrapper{width:100%;margin:auto}.gslide-video:before{content:"";position:absolute;width:100%;height:100%;background:rgba(255,0,0,.34);display:none}.gslide-video.playing:before{display:none}.gslide-video.fullscreen{max-width:100%!important;min-width:100%;height:75vh}.gslide-video.fullscreen video{max-width:100%!important;width:100%!important}.gslide-inline{background:#fff;text-align:left;max-height:calc(100vh - 40px);overflow:auto;max-width:100%;margin:auto}.gslide-inline .ginlined-content{padding:20px;width:100%}.gslide-inline .dragging{cursor:-webkit-grabbing!important;cursor:grabbing!important;-webkit-transition:none;-o-transition:none;transition:none}.ginlined-content{overflow:auto;display:block!important;opacity:1}.gslide-external{width:100%;min-width:100%;background:#fff;padding:0;overflow:auto;max-height:75vh;height:100%}.gslide-external,.gslide-media{display:-webkit-box;display:-ms-flexbox;display:flex}.gslide-media{width:auto}.zoomed .gslide-media{-webkit-box-shadow:none!important;box-shadow:none!important}.desc-bottom .gslide-media,.desc-top .gslide-media{margin:0 auto;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.gslide-description{position:relative;-webkit-box-flex:1;-ms-flex:1 0 100%;flex:1 0 100%}.gslide-description.description-left,.gslide-description.description-right{max-width:100%}.gslide-description.description-bottom,.gslide-description.description-top{margin:0 auto;width:100%}.gslide-description p{margin-bottom:12px}.gslide-description p:last-child{margin-bottom:0}.glightbox-button-hidden,.zoomed .gslide-description{display:none}.glightbox-mobile .glightbox-container .gslide-description{height:auto!important;width:100%;position:absolute;bottom:0;max-width:100vw!important;-webkit-box-ordinal-group:3!important;-ms-flex-order:2!important;order:2!important;max-height:78vh;overflow:auto!important;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(0,0,0,0)),to(rgba(0,0,0,.75)));background:-o-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.75) 100%);background:linear-gradient(180deg,rgba(0,0,0,0) 0,rgba(0,0,0,.75));-webkit-transition:opacity .3s linear;-o-transition:opacity .3s linear;transition:opacity .3s linear;padding:19px 11px 50px}.glightbox-mobile .glightbox-container .gslide-title{color:#fff;font-size:1em}.glightbox-mobile .glightbox-container .gslide-desc{color:#a1a1a1}.glightbox-mobile .glightbox-container .gslide-desc a{color:#fff;font-weight:700}.glightbox-mobile .glightbox-container .gslide-desc *{color:inherit}.glightbox-mobile .glightbox-container .gslide-desc .desc-more{color:#fff;opacity:.4}.gdesc-open .gslide-media{-webkit-transition:opacity .5s ease;-o-transition:opacity .5s ease;transition:opacity .5s ease;opacity:.4}.gdesc-open .gdesc-inner{padding-bottom:30px}.gdesc-closed .gslide-media{-webkit-transition:opacity .5s ease;-o-transition:opacity .5s ease;transition:opacity .5s ease;opacity:1}.greset{-webkit-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease}.gabsolute{position:absolute}.grelative{position:relative}.glightbox-desc{display:none!important}.glightbox-open{overflow:hidden}.gloader{height:25px;width:25px;-webkit-animation:lightboxLoader .8s linear infinite;animation:lightboxLoader .8s linear infinite;border:2px solid #fff;border-right-color:rgba(0,0,0,0);border-radius:50%;position:absolute;display:block;z-index:9999;left:0;right:0;margin:0 auto;top:47%}.goverlay{width:100%;height:calc(100vh + 1px);position:fixed;top:-1px;left:0;will-change:opacity}.glightbox-mobile .goverlay,.goverlay{background:#000}.gclose,.gnext,.gprev{z-index:99999;cursor:pointer;width:26px;height:44px;border:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.gclose svg,.gnext svg,.gprev svg{display:block;width:25px;height:auto;margin:0;padding:0}.gclose.disabled,.gnext.disabled,.gprev.disabled{opacity:.1}.gclose .garrow,.gnext .garrow,.gprev .garrow{stroke:#fff}.gbtn.focused{outline:2px solid #0f3d81}iframe.wait-autoplay{opacity:0}.glightbox-closing .gclose,.glightbox-closing .gnext,.glightbox-closing .gprev{opacity:0!important}.glightbox-clean .gslide-description{background:#fff}.glightbox-clean .gdesc-inner{padding:22px 20px}.glightbox-clean .gslide-title{font-size:1em;font-weight:400;font-family:arial;color:#000;margin-bottom:19px;line-height:1.4em}.glightbox-clean .gslide-desc{font-size:.86em;margin-bottom:0;font-family:arial;line-height:1.4em}.glightbox-clean .gslide-video{background:#000}.glightbox-clean .gclose,.glightbox-clean .gnext,.glightbox-clean .gprev{background-color:rgba(0,0,0,.75);border-radius:4px}.glightbox-clean .gclose path,.glightbox-clean .gnext path,.glightbox-clean .gprev path{fill:#fff}.glightbox-clean .gprev{left:30px}.glightbox-clean .gnext,.glightbox-clean .gprev{position:absolute;top:-100%;width:40px;height:50px}.glightbox-clean .gnext{right:30px}.glightbox-clean .gclose{width:35px;height:35px;top:15px;right:10px;position:absolute}.glightbox-clean .gclose svg{width:18px;height:auto}.glightbox-clean .gclose:hover{opacity:1}.gfadeIn{-webkit-animation:gfadeIn .5s ease;animation:gfadeIn .5s ease}.gfadeOut{-webkit-animation:gfadeOut .5s ease;animation:gfadeOut .5s ease}.gslideOutLeft{-webkit-animation:gslideOutLeft .3s ease;animation:gslideOutLeft .3s ease}.gslideInLeft{-webkit-animation:gslideInLeft .3s ease;animation:gslideInLeft .3s ease}.gslideOutRight{-webkit-animation:gslideOutRight .3s ease;animation:gslideOutRight .3s ease}.gslideInRight{-webkit-animation:gslideInRight .3s ease;animation:gslideInRight .3s ease}.gzoomIn{-webkit-animation:gzoomIn .5s ease;animation:gzoomIn .5s ease}.gzoomOut{-webkit-animation:gzoomOut .5s ease;animation:gzoomOut .5s ease}@-webkit-keyframes lightboxLoader{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes lightboxLoader{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@-webkit-keyframes gfadeIn{0%{opacity:0}to{opacity:1}}@keyframes gfadeIn{0%{opacity:0}to{opacity:1}}@-webkit-keyframes gfadeOut{0%{opacity:1}to{opacity:0}}@keyframes gfadeOut{0%{opacity:1}to{opacity:0}}@-webkit-keyframes gslideInLeft{0%{opacity:0;-webkit-transform:translate3d(-60%,0,0);transform:translate3d(-60%,0,0)}to{visibility:visible;-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes gslideInLeft{0%{opacity:0;-webkit-transform:translate3d(-60%,0,0);transform:translate3d(-60%,0,0)}to{visibility:visible;-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@-webkit-keyframes gslideOutLeft{0%{opacity:1;visibility:visible;-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(-60%,0,0);transform:translate3d(-60%,0,0);opacity:0;visibility:hidden}}@keyframes gslideOutLeft{0%{opacity:1;visibility:visible;-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(-60%,0,0);transform:translate3d(-60%,0,0);opacity:0;visibility:hidden}}@-webkit-keyframes gslideInRight{0%{opacity:0;visibility:visible;-webkit-transform:translate3d(60%,0,0);transform:translate3d(60%,0,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes gslideInRight{0%{opacity:0;visibility:visible;-webkit-transform:translate3d(60%,0,0);transform:translate3d(60%,0,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@-webkit-keyframes gslideOutRight{0%{opacity:1;visibility:visible;-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(60%,0,0);transform:translate3d(60%,0,0);opacity:0}}@keyframes gslideOutRight{0%{opacity:1;visibility:visible;-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(60%,0,0);transform:translate3d(60%,0,0);opacity:0}}@-webkit-keyframes gzoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:1}}@keyframes gzoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:1}}@-webkit-keyframes gzoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes gzoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@media (min-width:769px){.glightbox-container .ginner-container{width:auto;height:auto;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.glightbox-container .ginner-container.desc-top .gslide-description{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.glightbox-container .ginner-container.desc-top .gslide-image,.glightbox-container .ginner-container.desc-top .gslide-image img{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.glightbox-container .ginner-container.desc-left .gslide-description{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.glightbox-container .ginner-container.desc-left .gslide-image{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.gslide-image img{max-height:97vh;max-width:100%}.gslide-image img.zoomable{cursor:-webkit-zoom-in;cursor:zoom-in}.zoomed .gslide-image img.zoomable{cursor:-webkit-grab;cursor:grab}.gslide-inline{max-height:95vh}.gslide-external{max-height:100vh}.gslide-description.description-left,.gslide-description.description-right{max-width:275px}.glightbox-open{height:auto}.goverlay{background:rgba(0,0,0,.92)}.glightbox-clean .gslide-media{-webkit-box-shadow:1px 2px 9px 0 rgba(0,0,0,.65);box-shadow:1px 2px 9px 0 rgba(0,0,0,.65)}.glightbox-clean .description-left .gdesc-inner,.glightbox-clean .description-right .gdesc-inner{position:absolute;height:100%;overflow-y:auto}.glightbox-clean .gclose,.glightbox-clean .gnext,.glightbox-clean .gprev{background-color:rgba(0,0,0,.32)}.glightbox-clean .gclose:hover,.glightbox-clean .gnext:hover,.glightbox-clean .gprev:hover{background-color:rgba(0,0,0,.7)}.glightbox-clean .gnext,.glightbox-clean .gprev{top:45%}}@media (min-width:992px){.glightbox-clean .gclose{opacity:.7;right:20px}}@media screen and (max-height:420px){.goverlay{background:#000}}

/* End */


/* Start:/assets/css/main.css?1783607797260103*/
@font-face{font-family:Proxima Nova;src:url(/assets/css/../fonts/ProximaNova-Regular.woff2) format("woff2"),url(/assets/css/../fonts/ProximaNova-Regular.woff) format("woff");font-style:normal;font-weight:400;font-display:swap}@font-face{font-family:Proxima Nova;src:url(/assets/css/../fonts/ProximaNova-Semibold.woff2) format("woff2"),url(/assets/css/../fonts/ProximaNova-Semibold.woff) format("woff");font-style:normal;font-weight:600;font-display:swap}@font-face{font-family:Proxima Nova;src:url(/assets/css/../fonts/ProximaNova-Bold.woff2) format("woff2"),url(/assets/css/../fonts/ProximaNova-Bold.woff) format("woff");font-style:normal;font-weight:700;font-display:swap}@font-face{font-family:Proxima Nova;src:url(/assets/css/../fonts/ProximaNova-Black.woff2) format("woff2"),url(/assets/css/../fonts/ProximaNova-Black.woff) format("woff");font-style:normal;font-weight:800;font-display:swap}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}button,input,textarea{font-size:inherit;font-family:inherit;margin:0;padding:0;border:0}a,a:focus,button,div,h1,h2,h3,h4,h5,h6,input,select,span,textarea{outline:none}*{-webkit-box-sizing:border-box!important;box-sizing:border-box!important}a,a:hover{text-decoration:none}img{display:block;max-width:100%}textarea{resize:none}a{color:inherit}abbr[title],dfn[title]{cursor:help}ins,u{text-decoration:none}ins{border-bottom:1px solid}a,a:active,a:focus,a:hover,a:visited{text-decoration:none}button,fieldset,input,textarea{background:0;border:0;outline:0;margin:0;padding:0}address{font-style:unset}*,:after,:before{-webkit-box-sizing:inherit;box-sizing:inherit}* li,* ul{list-style:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:rgba(0,0,0,0)}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}small{font-size:80%}sub,sup{font-size:67%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}.i-polygon{width:6px;height:8px}.i-search{width:17px;height:16px;fill:#fff}@media only screen and (max-width:850px){.i-search{width:12px;height:12px}}.i-account{width:16px;height:17px}@media only screen and (max-width:850px){.i-account{width:11px;height:11px}}.i-wishlist{width:20px;height:20px;fill:#fff}@media only screen and (max-width:850px){.i-wishlist{width:14px;height:14px}}.i-wishlist svg{width:15px;height:15px}.i-icon-bag{width:16px;height:18px;fill:#fff}@media only screen and (max-width:850px){.i-icon-bag{width:11px;height:11px}}.i-footer-inst,.i-footer-vk{width:36px;height:36px;color:#fff}.i-footer-vk path{stroke:#1f1f1f}.i-footer-fb{width:36px;height:36px;color:#fff}.i-link-arrow{width:12px;height:12px}@media only screen and (min-width:1280px){.i-link-arrow{width:.9375vw;height:.9375vw}}.i-link-arrow path{stroke:#fff}.i-link-arrow-small{width:8px;height:12px;fill:#fff}@media only screen and (min-width:1280px){.i-link-arrow-small{width:.625vw;height:.9375vw}}.i-link-arrow-small path{stroke:#1f1f1f}.i-article-vk{width:20px;height:18px;fill:#fff}@media only screen and (min-width:1280px){.i-article-vk{width:1.5625vw;height:1.40625vw}}.i-article-vk path{stroke:#1f1f1f}.i-article-fb{width:18px;height:18px;fill:#fff}@media only screen and (min-width:1280px){.i-article-fb{width:1.40625vw;height:1.40625vw}}.i-article-fb path{stroke:#1f1f1f}.i-size-missing,.i-size-table{width:11px;height:11px;fill:#fff}@media only screen and (min-width:1280px){.i-size-missing,.i-size-table{width:.85938vw;height:.85938vw}}.i-size-missing path,.i-size-table path{stroke:#a0a0a0}.i-favorites{width:18px;height:18px;stroke:#ffc658;fill:#fff;opacity:1;-webkit-transition:.3s ease-out;-o-transition:ease-out .3s;transition:.3s ease-out}@media only screen and (min-width:1280px){.i-favorites{width:1.40625vw;height:1.40625vw}}@media only screen and (min-width:993px){.i-favorites:hover{fill:#ffc658;opacity:.7;-webkit-transition:.3s ease-out;-o-transition:ease-out .3s;transition:.3s ease-out}}.i-favorites--active{fill:#ffc658}.i-shops-geo{width:14px;height:18px}@media only screen and (min-width:1280px){.i-shops-geo{width:1.09375vw;height:1.40625vw}}.i-shops-close{width:36px;height:36px;fill:#fff}.i-arrow-back{width:24px;height:24px}@media only screen and (min-width:1280px){.i-arrow-back{width:1.875vw;height:1.875vw}}.personal-account{width:22px;height:22px}.i-adress,.i-edit,.i-exit,.i-key,.i-shop{width:22px;height:22px;fill:#fff}@media only screen and (min-width:1280px){.i-edit{width:1.71875vw;height:1.71875vw}}body{-webkit-overflow-scrolling:touch;overflow-x:hidden;overflow-y:auto;font-family:Proxima Nova,sans-serif;font-weight:400;font-size:16px;line-height:1.6;color:#1f1f1f;text-rendering:optimizeLegibility;min-width:320px}body::-webkit-scrollbar{width:4px;height:4px}body::-webkit-scrollbar-thumb{background-color:#1f1f1f}@media (min-width:1940px){body{font-size:18px}}body.no-scroll{overflow:hidden;width:100%;height:100vh;position:fixed}main.flex{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;flex-direction:column}body,html,main.flex{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column}body,html{height:100%;flex-direction:column}.container{padding-left:30px;padding-right:30px;margin:0 auto}@media only screen and (max-width:1024px){.container{padding:0 20px}}:root{--unit:4.166666666666667vw;--grid-width:1760;--grid-column-width:125;--grid-columns:12;--grid-gutters:calc(var(--grid-columns) - 1);--column-proportion:calc(var(--grid-column-width)/var(--grid-width));--gutter-proportion:calc((1 - var(--grid-columns)*var(--column-proportion))/var(--grid-gutters));--column-unit:calc(var(--column-proportion)*var(--container-width));--gutter-unit:calc(var(--gutter-proportion)*var(--container-width));--column-and-gutter-unit:calc(var(--column-unit) + var(--gutter-unit));--container-width:calc(100vw - 60px)}@media (max-width:500px){:root{--unit:24px}}.img{position:relative;width:100%}.img--16x9{padding-bottom:56.25%}.img__i{position:absolute;top:0;left:0;width:100%;height:100%}.img__i:not(img){background-size:cover;background-repeat:no-repeat;background-position:50%}img.img__i{-o-object-fit:cover;object-fit:cover}.button-primary{background-color:#1f1f1f;color:#fff;border:2px solid #1f1f1f;min-height:56px;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-transition:.3s ease;-o-transition:.3s ease;transition:.3s ease;font-size:15px;font-weight:600;text-transform:uppercase;cursor:pointer}.button-primary:disabled{opacity:.7}.button-primary:disabled:hover{background-color:#1f1f1f;color:#fff}@media only screen and (min-width:1280px){.button-primary{min-height:4.375vw;font-size:1.17188vw}}@media only screen and (min-width:993px){.button-primary:hover{color:#1f1f1f;background-color:rgba(0,0,0,0)}}.button-secondary{background-color:rgba(0,0,0,0);color:#1f1f1f;border:2px solid #1f1f1f;min-height:56px;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-transition:.3s ease;-o-transition:.3s ease;transition:.3s ease;font-size:15px;font-weight:600;text-transform:uppercase;cursor:pointer}@media only screen and (min-width:1280px){.button-secondary{min-height:4.375vw;font-size:1.17188vw;border-width:.15625vw}}.button-secondary:hover{color:#fff;border:2px solid #1f1f1f;background-color:#1f1f1f}.button-secondary__yellow{background-color:#fcf42e;color:#fff;min-height:62px;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-transition:.3s ease;-o-transition:.3s ease;transition:.3s ease}.button-secondary__yellow:hover{color:#1f1f1f;background-color:#825d8a}.button-secondary__purple{background-color:#825d8a;color:#fff;min-height:62px;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-transition:.3s ease;-o-transition:.3s ease;transition:.3s ease}.button-secondary__purple:hover{color:#1f1f1f;background-color:#fcf42e}.input{-webkit-transition:.3s ease;-o-transition:.3s ease;border:1px solid #1f1f1f;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:8px;width:100%;min-height:56px;padding:18px 25px;transition:.3s ease}@media only screen and (min-width:1280px){.input{border-width:.07813vw;border-radius:.625vw;min-height:4.375vw;padding:1.40625vw 1.95313vw}}.input-wrapper span{font-weight:600;font-size:12px;line-height:100%;color:#bcbcbc;margin-bottom:10px;padding-left:15px}@media only screen and (min-width:1280px){.input-wrapper span{font-size:.9375vw;margin-bottom:.78125vw;padding-left:1.17188vw}}.input-error{color:#fa2f04!important}.counter{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100px;min-height:40px;font-family:Proxima Nova,sans-serif;font-weight:600;font-size:15px;line-height:20px;letter-spacing:.02em;text-transform:uppercase;color:#000}@media only screen and (min-width:1280px){.counter{width:7.8125vw;min-height:3.125vw;padding:0 .85938vw;font-size:1.17188vw;line-height:1.5625vw}}.counter__button{position:absolute;top:0;height:100%;padding:0 11px;font-size:20px}@media only screen and (min-width:1280px){.counter__button{padding:0 .85938vw;font-size:1.5625vw}}.counter__button--dec{left:0}.counter__button--inc{right:0}.counter__input{width:100%;height:100%;text-align:center}.counter input::-webkit-inner-spin-button,.counter input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.counter input[type=number]{-moz-appearance:textfield}.title{font-family:Proxima Nova,sans-serif;font-weight:600;font-size:28px;line-height:42px;letter-spacing:.02em}@media only screen and (min-width:1280px){.title{font-size:2.1875vw;line-height:3.28125vw}}.crumbs{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:15px;line-height:18px}@media only screen and (min-width:1280px){.crumbs{font-size:1.17188vw;line-height:1.40625vw}}@media only screen and (max-width:620px){.crumbs{display:none}}.crumbs li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.crumbs li:not(:last-child):after{content:"";margin-left:8px;margin-right:7px;width:5px;height:10px;background-image:url(/assets/css/../img/svg/link-arrow-small.svg);background-size:cover;background-repeat:no-repeat;background-position:50%}@media only screen and (min-width:1280px){.crumbs li:not(:last-child):after{margin-left:.625vw;margin-right:.54688vw;width:.39063vw;height:.78125vw}}.crumbs__link{position:relative}.crumbs__link:after,.crumbs__link:before{content:"";position:absolute;bottom:0;width:50%;height:1px;background-color:#1f1f1f;opacity:1;-webkit-transition:.3s ease-out;-o-transition:ease-out .3s;transition:.3s ease-out}@media only screen and (min-width:1280px){.crumbs__link:after,.crumbs__link:before{height:.07813vw}}.crumbs__link:before{left:50%}.crumbs__link:after{right:50%}@media only screen and (min-width:993px){.crumbs__link:hover:after,.crumbs__link:hover:before{width:0;opacity:0;-webkit-transition:.3s ease-out;-o-transition:ease-out .3s;transition:.3s ease-out}}.cards-block__wrapper{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:28px 28px}@media only screen and (max-width:1024px){.cards-block__wrapper{grid-template-columns:repeat(3,1fr);grid-gap:28px 16px}}@media only screen and (max-width:768px){.cards-block__wrapper{grid-template-columns:repeat(2,1fr)}}@media only screen and (max-width:450px){.cards-block__wrapper{grid-template-columns:1fr}}.cards-block__pagination{margin:40px 0 0}.card-blog{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:388px;height:603px}@media only screen and (min-width:1280px){.card-blog{width:30.3125vw;height:47.10938vw}}@media only screen and (min-width:993px){.card-blog:hover{color:#fa2f04}}@media only screen and (max-width:1024px){.card-blog{width:354px;height:558px}}@media only screen and (max-width:620px){.card-blog{width:100%;height:529px}}.card-blog__image{margin-bottom:24px;width:100%;height:505px}@media only screen and (min-width:1280px){.card-blog__image{margin-bottom:1.875vw;height:39.45313vw}}@media only screen and (max-width:1024px){.card-blog__image{height:460px}}@media only screen and (max-width:620px){.card-blog__image{height:435px}}.card-blog__image-item{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.card-blog__title{margin-bottom:12px;font-family:Proxima Nova,sans-serif;font-weight:600;font-size:18px;line-height:22px;letter-spacing:.01em;white-space:nowrap;overflow-x:hidden!important;-o-text-overflow:ellipsis;text-overflow:ellipsis}@media only screen and (min-width:1280px){.card-blog__title{margin-bottom:.9375vw;font-size:1.40625vw;line-height:1.71875vw}}.card-blog__description{font-family:Proxima Nova,sans-serif;font-weight:400;font-size:15px;line-height:20px}@media only screen and (min-width:1280px){.card-blog__description{font-size:1.17188vw;line-height:1.5625vw}}.card-favorites{position:relative;width:100%;font-family:Proxima Nova,sans-serif;font-weight:400;font-size:15px;line-height:20px}@media only screen and (min-width:1280px){.card-favorites{font-size:1.17188vw;line-height:1.5625vw}}.card-favorites__colors{position:absolute;top:0;left:0;display:-webkit-box;display:-ms-flexbox;display:flex;padding:14px}@media only screen and (min-width:1280px){.card-favorites__colors{padding:1.09375vw}}.card-favorites__colors-item{width:16px;height:16px;border-radius:50%;opacity:1;cursor:pointer;-webkit-transition:.3s ease-out;-o-transition:ease-out .3s;transition:.3s ease-out}@media only screen and (min-width:1280px){.card-favorites__colors-item{width:1.25vw;height:1.25vw}}@media only screen and (min-width:993px){.card-favorites__colors-item:hover{opacity:.7;-webkit-transition:.3s ease-out;-o-transition:ease-out .3s;transition:.3s ease-out}}.card-favorites__colors-item:not(:last-child){margin-right:8px}@media only screen and (min-width:1280px){.card-favorites__colors-item:not(:last-child){margin-right:.625vw}}.card-favorites__colors-item.black{background-color:#000}.card-favorites__colors-item.grey{background-color:#b6b6b6}.card-favorites__colors-item.red{background-color:#ff5e5e}.card-favorites__star{position:absolute;top:0;right:0;padding:14px;cursor:pointer}@media only screen and (min-width:993px){.card-favorites__star:hover .i-favorites{opacity:.7}}.card-favorites__star .i-favorites{width:16px;height:16px;stroke:#fa2f04;fill:#fa2f04}@media only screen and (min-width:1280px){.card-favorites__star .i-favorites{width:1.25vw;height:1.25vw}}@media only screen and (min-width:993px){.card-favorites__star .i-favorites:hover{fill:#fa2f04}}.card-favorites__photo{position:relative;margin-bottom:16px;width:100%;height:0;padding-bottom:100%;z-index:-1}.card-favorites__photo-item{position:absolute;bottom:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.card-favorites__brand{margin-bottom:2px}@media only screen and (min-width:1280px){.card-favorites__brand{margin-bottom:.15625vw}}.card-favorites__model{margin-bottom:4px;font-weight:600}@media only screen and (min-width:1280px){.card-favorites__model{margin-bottom:.3125vw}}.card-favorites__price{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:16px}@media only screen and (min-width:1280px){.card-favorites__price{margin-bottom:1.25vw}}.card-favorites__price-item:not(:last-child){margin-right:20px}@media only screen and (min-width:1280px){.card-favorites__price-item:not(:last-child){margin-right:.625vw}}.card-favorites__price-item--new{color:#fa2f04}.card-favorites__price-item--old{position:relative;color:rgba(31,31,31,.4)}.card-favorites__price-item--old:after{content:"";position:absolute;top:50%;left:0;right:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:100%;height:1px;background-color:#1f1f1f}@media only screen and (min-width:1280px){.card-favorites__price-item--old:after{height:.07813vw}}.card-favorites__size{position:relative;margin-bottom:10px;cursor:pointer}@media only screen and (min-width:1280px){.card-favorites__size{margin-bottom:.78125vw;height:4.375vw}}.card-favorites__size.opened:after{-webkit-transform:translateY(-50%) rotate(180deg);-ms-transform:translateY(-50%) rotate(180deg);transform:translateY(-50%) rotate(180deg)}.card-favorites__size:after{content:"";position:absolute;top:50%;right:16px;-webkit-transform:translateY(-50%) rotate(0deg);-ms-transform:translateY(-50%) rotate(0deg);transform:translateY(-50%) rotate(0deg);width:12px;height:5px;background-image:url(/assets/css/../img/svg/select-arrow.svg);background-size:cover;background-repeat:no-repeat;background-position:50%;-webkit-transition:-webkit-transform .3s ease-out;transition:-webkit-transform .3s ease-out;-o-transition:transform ease-out .3s;transition:transform .3s ease-out;transition:transform .3s ease-out,-webkit-transform .3s ease-out;pointer-events:none}@media only screen and (min-width:1280px){.card-favorites__size:after{right:1.25vw;width:.9375vw;height:.39063vw}}.card-favorites__size-input{width:100%;height:100%;padding:19px 16px 17px;border-radius:0;border:none;background-color:#f8f8f8;-webkit-appearance:none;-moz-appearance:none;cursor:pointer}@media only screen and (min-width:1280px){.card-favorites__size-input{padding:1.48438vw 1.25vw 1.32813vw}}.card-favorites__size-input.disabled{cursor:not-allowed}.card-favorites__button{height:56px}@media only screen and (min-width:1280px){.card-favorites__button{height:4.375vw}}.card-favorites__button.disabled{background-color:#b6b6b6;border-color:#b6b6b6;cursor:not-allowed}.card-favorites__button.disabled:hover{color:#fff;background-color:#b6b6b6;border-color:#b6b6b6}.bag-template{padding-top:48px;padding-bottom:96px}.bag-template__row{display:-webkit-box;display:-ms-flexbox;display:flex}.bag-template__column:first-child{max-width:562px;width:100%;margin-right:68px}.bag-template__column:last-child{max-width:590px;width:100%;background:#000}.bag-title{padding-bottom:42px;font-weight:600;font-size:35px;line-height:120%;letter-spacing:.02em;border-bottom:1px solid #1d1d1d}@media only screen and (min-width:1280px){.bag-title{padding-bottom:3.28125vw;font-size:2.73438vw;border-width:.07813vw}}@media only screen and (max-width:450px){.bag-title{padding-bottom:21px}}.bag-label{font-weight:600;font-size:18px;line-height:22px;letter-spacing:.01em;margin-bottom:30px}@media only screen and (min-width:1280px){.bag-label{font-size:1.40625vw;line-height:1.71875vw;margin-bottom:2.34375vw}}@media only screen and (max-width:620px){.bag-label{margin-bottom:20px}}.bag-input{background:#f8f8f8;width:100%;min-height:56px;padding:17px;font-size:15px;line-height:20px;color:#1f1f1f;-webkit-transition:.3s ease;-o-transition:.3s ease;transition:.3s ease}@media only screen and (min-width:1280px){.bag-input{min-height:4.375vw;padding:1.32813vw;font-size:1.17188vw;line-height:1.5625vw}}.bag-input:placeholder{font-size:15px;line-height:20px;color:#bcbcbc}@media only screen and (min-width:1280px){.bag-input:placeholder{font-size:1.17188vw;line-height:1.5625vw}}.bag-custom-radio{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bag-custom-radio input{display:none;opacity:0}.bag-custom-radio input+span{width:11px;height:11px;margin-right:20px;border:1px solid #353535;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-item-align:start;align-self:flex-start;margin-top:5px}@media only screen and (min-width:1280px){.bag-custom-radio input+span{width:.85938vw;height:.85938vw;margin-right:1.5625vw;border-width:.07813vw;margin-top:.39063vw}}.bag-custom-radio-p{display:inline-block;width:100%;font-size:16px;line-height:125%;color:#1f1f1f}@media only screen and (min-width:1280px){.bag-custom-radio-p{font-size:1.25vw}}.bag-custom-radio-p span{display:block;width:100%}.bag-custom-radio input:checked+span:after{content:"";background:#1f1f1f;width:5px;height:5px;border-radius:50%}@media only screen and (min-width:1280px){.bag-custom-radio input:checked+span:after{width:.39063vw;height:.39063vw}}.bag-modal-address{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;opacity:0;visibility:hidden;pointer-events:none}.bag-modal-address,.bag-modal-address.active{-webkit-transition:all .3s ease-out;-o-transition:all ease-out .3s;transition:all .3s ease-out}.bag-modal-address.active{opacity:1;visibility:visible;pointer-events:auto}.bag-modal-address__overlay{z-index:101;width:100%;height:100%;background-color:#1f1f1f;opacity:.5}.bag-modal-address__content{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);z-index:102;max-width:720px;width:100%;padding:52px 60px 60px;background-color:#fff;-webkit-overflow-scrolling:touch;overflow-x:hidden;overflow-y:auto}.bag-modal-address__content::-webkit-scrollbar{width:4px;height:4px}.bag-modal-address__content::-webkit-scrollbar-thumb{background-color:#1f1f1f}@media only screen and (min-width:1280px){.bag-modal-address__content{width:56.25vw;padding:4.0625vw 4.6875vw 4.6875vw}}@media only screen and (max-width:620px){.bag-modal-address__content{padding:70px 20px}}@media (max-height:520px){.bag-modal-address__content{height:100vh;overflow-y:auto}}.bag-modal-address__close{position:absolute;top:24px;right:24px;cursor:pointer}@media only screen and (min-width:1280px){.bag-modal-address__close{top:1.875vw;right:1.875vw}}.bag-modal-address__close svg{width:36px;height:36px;opacity:.7}@media only screen and (min-width:1280px){.bag-modal-address__close svg{width:2.8125vw;height:2.8125vw}}.bag-modal-address__title{text-align:center;margin-bottom:42px}@media only screen and (min-width:1280px){.bag-modal-address__title{margin-bottom:3.28125vw}}@media only screen and (max-width:620px){.bag-modal-address__title{margin-bottom:20px;font-size:18px}}.bag-modal-address__form{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.bag-modal-address__input{margin-bottom:20px;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;color:#1f1f1f}@media only screen and (min-width:1280px){.bag-modal-address__input{margin-bottom:1.5625vw}}@media only screen and (max-width:620px){.bag-modal-address__input{font-size:12px}}.bag-modal-address__input_sm{-ms-flex-preferred-size:48.3%;flex-basis:48.3%}@media only screen and (max-width:620px){.bag-modal-address__input:placeholder{font-size:12px}}.bag-modal-address__button{margin:52px auto 0;max-width:300px}@media only screen and (min-width:1280px){.bag-modal-address__button{max-width:23.4375vw;margin-top:4.0625vw}}@media only screen and (max-width:620px){.bag-modal-address__button{margin-top:30px;max-width:none;width:100%}}.scroll-line{border-top:1px solid #000;border-bottom:1px solid #000;padding:20px 0;overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex}@media only screen and (min-width:1280px){.scroll-line{border-width:.07813vw;padding:1.5625vw 0}}@media only screen and (max-width:1024px){.scroll-line{padding:10px 0}}.img-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.img-row img{margin-right:40px;height:58px}@media only screen and (min-width:1280px){.img-row img{margin-right:3.125vw;height:4.53125vw}}@media only screen and (max-width:1024px){.img-row img{margin-right:25px;height:30px}}.search-area{position:absolute;border-top:1px solid #e1e1e1;border-bottom:1px solid #e1e1e1;padding:0 30px;width:100%;z-index:20;background:#fff;bottom:0;-webkit-transform:translateY(100%);-ms-transform:translateY(100%);transform:translateY(100%);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;display:none}.search-area.active{display:-webkit-box;display:-ms-flexbox;display:flex}@media only screen and (max-width:768px){.search-area{padding:0 15px}}.search-area__input{padding:30px 0;width:100%;font-size:15px;line-height:133%;color:#1f1f1f}@media only screen and (max-width:768px){.search-area__input{padding:15px 0}}.search-area__close{width:45px;height:45px;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.search-area__close span{width:15px;height:15px;position:relative}.search-area__close span:after,.search-area__close span:before{content:"";height:20px;width:2px;background-color:#1f1f1f;position:absolute}.search-area__close span:after{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.search-area__close span:before{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.search-dropdown{-ms-flex-negative:0;flex-shrink:0;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;display:-webkit-box;display:-ms-flexbox;display:flex;padding-left:30px;width:200px}@media only screen and (max-width:450px){.search-dropdown{width:100%}}.search-dropdown-item{cursor:pointer}.search-dropdown-item:not(:last-child){margin-bottom:10px}@media only screen and (max-width:350px){.search-dropdown-item{font-size:14px}}.favourite-button{width:16px;height:16px;cursor:pointer;-webkit-transition:.3s ease;-o-transition:.3s ease;transition:.3s ease}@media only screen and (min-width:1280px){.favourite-button{width:1.25vw;height:1.25vw}}.favourite-button svg{width:100%;height:100%;color:#fa2f04;fill:rgba(0,0,0,0);-webkit-transition:all .3s ease-out;-o-transition:all ease-out .3s;transition:all .3s ease-out}@media only screen and (min-width:993px){.favourite-button:hover svg{fill:#fa2f04;-webkit-transition:all .3s ease-out;-o-transition:all ease-out .3s;transition:all .3s ease-out}}.favourite-button.is-active svg{fill:#fa2f04}.favourite-button--gold svg{color:#ffc658}.favourite-button--gold.is-active svg,.favourite-button--gold:hover svg{fill:#ffc658}.pagination{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;font-size:15px;line-height:18px}@media only screen and (max-width:768px){.pagination{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.pagination__pages{font-family:Proxima Nova,sans-serif;font-weight:600}.pagination__item{padding:0 12.5px;opacity:1;-webkit-transition:.3s ease-out;-o-transition:ease-out .3s;transition:.3s ease-out}@media only screen and (min-width:1280px){.pagination__item{padding:0 .97656vw}}@media only screen and (min-width:993px){.pagination__item:hover{opacity:.7;-webkit-transition:.3s ease-out;-o-transition:ease-out .3s;transition:.3s ease-out}}.pagination__item:first-child{padding-left:0}.pagination__item:last-child{padding-right:0}.pagination__item.is-active{color:#fa2f04}.pagination__buttons{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-column-gap:60px;-moz-column-gap:60px;column-gap:60px}@media only screen and (max-width:768px){.pagination__buttons{-webkit-column-gap:30px;-moz-column-gap:30px;column-gap:30px;margin-top:20px}}.pagination__next,.pagination__prev{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-column-gap:8px;-moz-column-gap:8px;column-gap:8px;font-family:Proxima Nova,sans-serif;font-weight:400;opacity:1;-webkit-transition:.3s ease-out;-o-transition:ease-out .3s;transition:.3s ease-out}@media only screen and (min-width:993px){.pagination__next:hover,.pagination__prev:hover{opacity:.7;-webkit-transition:.3s ease-out;-o-transition:ease-out .3s;transition:.3s ease-out}}.pagination__prev svg{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1;-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.callibri_soc{-webkit-transform:translateY(-50px);-ms-transform:translateY(-50px);transform:translateY(-50px);-webkit-transition:-webkit-transform .5s;transition:-webkit-transform .5s;-o-transition:transform .5s;transition:transform .5s;transition:transform .5s,-webkit-transform .5s}@media only screen and (max-width:1024px){.callibri_soc{-webkit-transform:translateY(-85px);-ms-transform:translateY(-85px);transform:translateY(-85px)}}.callibri-module-area{z-index:100}@media only screen and (max-width:1024px){.callibri_widget{right:auto}}.order-alert.order-alert-danger{padding:15px;background-color:#ce1e19;color:#fff}.header{position:sticky;top:0;width:100%;font-weight:600;font-size:18px;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;z-index:10}@media only screen and (min-width:1280px){.header{font-size:1.40625vw}}.header__logo{width:141px;height:37px}@media only screen and (min-width:1280px){.header__logo{width:11.01563vw;height:2.89063vw}}@media only screen and (max-width:850px){.header__logo{width:84px;height:22px}}.header__action{display:block;text-align:center;-webkit-transition:.25s ease;-o-transition:.25s ease;transition:.25s ease;overflow:hidden;background:#fff;font-size:18px;line-height:200%;white-space:nowrap}@media only screen and (max-width:1559px){.header__action{font-size:16px}}@media only screen and (max-width:850px){.header__action{font-size:14px}}@media only screen and (max-width:620px){.header__action~.header__inner .header__list{top:73px}}.header__inner{padding:11px 0;-webkit-box-sizing:border-box;box-sizing:border-box;border-top:1px solid #eee;background:#fff}@media only screen and (min-width:1280px){.header__inner{padding:.85938vw 0}}@media only screen and (max-width:620px){.header__inner{padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;border-bottom:1px solid #1f1f1f;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}.header__preheader{padding:13px 0;background:#f8f8f8;font-size:12px}@media only screen and (min-width:1280px){.header__preheader{padding:1.01563vw 0;font-size:.9375vw}}@media only screen and (max-width:620px){.header__preheader{display:none}}.header__container{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%}.header__container,.header__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.header__list{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media only screen and (max-width:620px){.header__list{position:absolute;top:45px;background:#fff;width:100%;left:0;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;font-size:22px;z-index:50;padding-top:22px;padding-bottom:42px;opacity:0;pointer-events:none;-webkit-transition:opacity .3s ease,-webkit-transform .3s ease;transition:opacity .3s ease,-webkit-transform .3s ease;-o-transition:transform .3s ease,opacity .3s ease;transition:transform .3s ease,opacity .3s ease;transition:transform .3s ease,opacity .3s ease,-webkit-transform .3s ease}.header__list.active{opacity:1;pointer-events:all}}.header__list-item{padding:0 17.5px}.header__list-item a{-webkit-transition:color .3s ease;-o-transition:color .3s ease;transition:color .3s ease}.header__list-item:hover a{color:#fa2f04}@media only screen and (min-width:1280px){.header__list-item{padding:0 1.32813vw}}@media only screen and (max-width:1000px){.header__list-item{padding:0 10px;font-size:16px}}@media only screen and (max-width:850px){.header__list-item{padding:0 8px;font-size:14px}}@media only screen and (max-width:700px){.header__list-item{font-size:12px}}@media only screen and (max-width:620px){.header__list-item{font-size:22px}.header__list-item:not(:last-child){margin-bottom:16px}}.header__list-item.mobile{display:none}@media only screen and (max-width:620px){.header__list-item.mobile{display:block}}.header__icons{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.header__icon,.header__icons{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.header__icon{position:relative;-webkit-transition:color .3s ease;-o-transition:color .3s ease;transition:color .3s ease;width:20px;height:20px}@media only screen and (max-width:850px){.header__icon{width:16px;height:16px}}.header__icon svg{width:100%;height:100%}.header__icon span{position:absolute;display:block;top:-3px;right:-5px;height:14px;width:14px;border-radius:100%;line-height:14px;font-size:9px;color:#fff;text-align:center;background:#fa2f04}@media only screen and (max-width:850px){.header__icon span{height:12px;width:12px;line-height:12px}}.header__icon:hover{color:#fa2f04}.header__icon:not(:last-child){margin-right:24px}@media only screen and (min-width:1280px){.header__icon:not(:last-child){margin-right:1.875vw}}@media only screen and (max-width:850px){.header__icon:not(:last-child){margin-right:20px}}.header__icon--phone{display:none}@media only screen and (max-width:620px){.header__icon--phone{display:-webkit-box;display:-ms-flexbox;display:flex}.header__icon--phone svg{min-width:18px;height:18px}}.header__burger-wrapper{display:none;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-left:1px solid #1f1f1f;padding:16px}.header__burger-wrapper.active div span{opacity:0}.header__burger-wrapper.active div:before{top:50%;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.header__burger-wrapper.active div:after{top:50%;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}@media only screen and (max-width:620px){.header__burger-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex}}.header__burger{position:relative;width:15px;height:11px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-transition:.3s ease;-o-transition:.3s ease;transition:.3s ease}@media only screen and (min-width:1280px){.header__burger{width:1.17188vw;height:.85938vw}}.header__burger span{width:15px;height:1px;background-color:#1f1f1f;opacity:1}@media only screen and (min-width:1280px){.header__burger span{width:1.17188vw;height:.07813vw}}.header__burger:after,.header__burger:before{content:"";width:15px;height:1px;background-color:#1f1f1f;position:absolute;-webkit-transition:.3s ease;-o-transition:.3s ease;transition:.3s ease}@media only screen and (min-width:1280px){.header__burger:after,.header__burger:before{width:1.17188vw;height:.07813vw}}.header__burger:before{top:0}.header__burger:after{bottom:0}.preheader{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media only screen and (max-width:620px){.preheader{display:none}}.preheader__container{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%}.preheader__container,.preheader__list{display:-webkit-box;display:-ms-flexbox;display:flex}.preheader__list{margin:0 auto;padding-left:99px}@media only screen and (max-width:620px){.preheader__list{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.preheader__list-item{padding:0 12px}.preheader__list-item a{-webkit-transition:color .3s ease;-o-transition:color .3s ease;transition:color .3s ease}.preheader__list-item:hover a{color:#fa2f04}@media only screen and (min-width:1280px){.preheader__list-item{padding:0 .9375vw}}.preheader__tel{font-size:12px;line-height:125%;letter-spacing:.01em;color:#8f8f8f;-webkit-transition:color .3s ease;-o-transition:color .3s ease;transition:color .3s ease}@media only screen and (min-width:1280px){.preheader__tel{font-size:.9375vw}}.preheader__tel:hover{color:#fa2f04}.payment{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;max-width:100%;border:1px solid rgba(149,155,164,.32);padding:24px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-column-gap:24px;-moz-column-gap:24px;column-gap:24px}@media only screen and (min-width:1280px){.payment{padding:32px 24px;-webkit-column-gap:32px;-moz-column-gap:32px;column-gap:32px}}.payment__item.hidden{display:none}.footer{position:relative;z-index:20;font-size:15px;padding-top:47px;padding-bottom:24px;background-color:#f8f8f8;font-weight:400;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}@media only screen and (min-width:1280px){.footer{font-size:1.17188vw}}.footer__row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media only screen and (max-width:1024px){.footer__row{-ms-flex-wrap:wrap;flex-wrap:wrap}}@media only screen and (max-width:620px){.footer__row{position:relative;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.footer__row:not(:last-child){margin-bottom:60px}@media only screen and (max-width:620px){.footer__row:not(:last-child){margin-bottom:30px}}.footer__row:not(:first-child){font-size:12px}@media only screen and (min-width:1280px){.footer__row:not(:first-child){font-size:.9375vw}}@media only screen and (max-width:800px){.footer__row:not(:first-child){-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.footer__column:not(:last-child){margin-right:30px}@media only screen and (max-width:620px){.footer__column:not(:last-child){margin-bottom:36px;margin-right:0}}.footer__column:last-child{max-width:500px;width:100%}@media only screen and (min-width:1280px){.footer__column:last-child{max-width:39.0625vw}}@media only screen and (max-width:1024px){.footer__column:last-child{max-width:100%;margin-top:36px}}@media only screen and (max-width:620px){.footer__column:last-child{margin-top:0;max-width:100%}}@media only screen and (max-width:620px){.footer__contacts{position:absolute;bottom:0}}.footer__contact{-webkit-transition:color .3s ease;-o-transition:color .3s ease;transition:color .3s ease}.footer__contact:hover{color:#fa2f04}.footer__contact:not(:last-child){margin-bottom:1px}.footer__nav-title{font-weight:600;margin-bottom:12px}@media only screen and (min-width:1280px){.footer__nav-title{margin-bottom:.9375vw}}.footer__nav-item{-webkit-transition:color .3s ease;-o-transition:color .3s ease;transition:color .3s ease}.footer__nav-item:hover{color:#fa2f04}.footer__nav-item:not(:last-child){margin-bottom:12px}.footer__logo{margin-bottom:40px}@media only screen and (max-width:620px){.footer__logo{margin-bottom:0}}@media only screen and (max-width:1024px){.footer__form-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}@media only screen and (max-width:620px){.footer__form-content{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.footer__form-title{margin-bottom:24px;font-weight:600;font-size:18px}@media only screen and (min-width:1280px){.footer__form-title{margin-bottom:1.875vw;font-size:1.40625vw}}.footer__form-group{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:24px}@media only screen and (min-width:1280px){.footer__form-group{margin-bottom:1.875vw}}@media only screen and (max-width:1024px){.footer__form-group{max-width:400px;width:100%;margin-right:40px;margin-bottom:0}}@media only screen and (max-width:620px){.footer__form-group{margin-bottom:20px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.footer__form-input{-webkit-box-sizing:border-box;box-sizing:border-box;background-color:#fff;padding:16px;width:72.72727%;font-size:15px;-webkit-transition:.3s ease;-o-transition:.3s ease;transition:.3s ease}@media only screen and (min-width:1280px){.footer__form-input{padding:1.25vw;font-size:1.17188vw}}@media only screen and (max-width:620px){.footer__form-input{margin-bottom:16px;width:100%}}.footer__form-button{width:27.27273%;font-size:15px}@media only screen and (min-width:1280px){.footer__form-button{font-size:1.17188vw}}@media only screen and (max-width:620px){.footer__form-button{width:150px;min-height:37px}}.footer__icons{display:-webkit-box;display:-ms-flexbox;display:flex}.footer__icon{width:42px;height:42px;border-radius:30%;background-color:#fff;background-size:cover;background-repeat:no-repeat;background-position:50%;opacity:1;-webkit-transition:opacity .3s ease-out;-o-transition:opacity ease-out .3s;transition:opacity .3s ease-out}@media only screen and (min-width:1280px){.footer__icon{width:2.89063vw;height:2.89063vw}}@media only screen and (min-width:993px){.footer__icon:hover{opacity:.7;-webkit-transition:opacity .3s ease-out;-o-transition:opacity ease-out .3s;transition:opacity .3s ease-out}}.footer__icon:not(:last-child){margin-right:12px}@media only screen and (min-width:1280px){.footer__icon:not(:last-child){margin-right:.9375vw}}.footer__icon_instagram{display:none;background-image:url(/assets/css/../img/svg/login-instagram.svg);background-size:26px 26px}@media only screen and (min-width:1280px){.footer__icon_instagram{background-size:1.79688vw 1.79688vw}}.footer__icon_vk{background-image:url(/assets/css/../img/svg/login-vk.svg);background-size:28px 17px}@media only screen and (min-width:1280px){.footer__icon_vk{background-size:2.26563vw 1.25vw}}.footer__icon_facebook{display:none;background-image:url(/assets/css/../img/svg/login-facebook.svg);background-size:14px 27px}@media only screen and (min-width:1280px){.footer__icon_facebook{background-size:.85938vw 1.875vw}}.footer__icon_telegram{background-image:url(/assets/css/../img/svg/login-telegram.svg);background-size:25px 21px}@media only screen and (min-width:1280px){.footer__icon_telegram{background-size:1.64063vw 1.48438vw}}.footer__payment{margin-top:20px}@media only screen and (min-width:1280px){.footer__payment{margin-top:24px}}@media only screen and (max-width:620px){.footer__payment{margin-bottom:80px}}@media only screen and (max-width:800px){.footer__protection{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}.footer__group{display:-webkit-box;display:-ms-flexbox;display:flex;margin-left:auto}@media only screen and (max-width:800px){.footer__group{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}}@media only screen and (max-width:620px){.footer__group{margin:0}}@media only screen and (max-width:450px){.footer__group{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.footer__group-item{-webkit-transition:color .3s ease;-o-transition:color .3s ease;transition:color .3s ease}.footer__group-item:hover{color:#fa2f04}.footer__group-item:not(:last-child){margin-right:24px}@media only screen and (min-width:1280px){.footer__group-item:not(:last-child){margin-right:1.875vw}}@media only screen and (max-width:450px){.footer__group-item:not(:last-child){margin-right:0;margin-bottom:9px}}.footer__policy{margin-bottom:12px!important}@media only screen and (min-width:1280px){.footer__policy{margin-bottom:.9375vw!important}}@media only screen and (max-width:800px){.footer__policy{margin-bottom:10px}}.footer-bottom{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding-top:12px;font-family:Proxima Nova,sans-serif;font-weight:400;font-size:12px;line-height:15px;border-top:.5px solid rgba(0,0,0,.9)}@media only screen and (min-width:1280px){.footer-bottom{font-size:.9375vw;line-height:1.17188vw;border-width:.03906vw}}@media only screen and (max-width:350px){.footer-bottom{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}}@media only screen and (max-width:620px){.footer-bottom__copyright{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}@media only screen and (max-width:350px){.footer-bottom__copyright{margin-bottom:15px}}.footer-bottom__production-link{opacity:1;-webkit-transition:opacity .3s ease-out;-o-transition:opacity ease-out .3s;transition:opacity .3s ease-out}@media only screen and (min-width:993px){.footer-bottom__production-link:hover{opacity:.7;-webkit-transition:opacity .3s ease-out;-o-transition:opacity ease-out .3s;transition:opacity .3s ease-out}}.modal{z-index:101;position:fixed;top:0;left:0;bottom:0;right:0;pointer-events:none}.modal--active{pointer-events:auto}.modal--active .modal__overlay{pointer-events:auto;opacity:1}.modal__overlay{z-index:-1;position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;background:rgba(31,31,31,.5);pointer-events:none;opacity:0}.modal__container,.modal__overlay{-webkit-transition:.3s ease;-o-transition:.3s ease;transition:.3s ease}.modal__container{position:fixed}.modal__content{position:relative}.modal--aside .modal__content{height:100%;overflow-y:auto}.modal--aside .modal__container{top:0;bottom:0;width:450px;max-width:100%;height:100%}.modal--aside.modal--left .modal__container{left:-101%}.modal--aside.modal--right .modal__container{right:-101%}.modal--aside.modal--active.modal--left .modal__container{left:0}.modal--aside.modal--active.modal--right .modal__container{right:0}.modal--center .modal__content{max-height:100%}@media only screen and (max-width:1024px){.modal--center .modal__content{width:100%;height:100%}}.modal--center .modal__container{top:-101%;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);max-width:100%;max-height:100%}@media only screen and (max-width:1024px){.modal--center .modal__container{width:100%;height:100%;top:-115%}}.modal--center.modal--active .modal__container{top:0}.modal__close{width:20px;height:20px;position:absolute;top:15px;right:15px;cursor:pointer;z-index:10}.modal__close:hover:after,.modal__close:hover:before{background-color:#fa2f04}.modal__close:after,.modal__close:before{content:"";display:block;height:23px;width:2px;background-color:#1f1f1f;position:absolute;-webkit-transition:background-color .3s ease;-o-transition:background-color .3s ease;transition:background-color .3s ease}.modal__close:before{left:9px;bottom:-1px;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.modal__close:after{left:9px;bottom:-1px;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.modal__content-inner{position:relative;padding:64px 30px 38px 46px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;height:100%;background:#fff}@media only screen and (max-width:450px){.modal__content-inner{padding:40px 15px 30px}}.modal__title{margin-bottom:118px;font-weight:600;font-size:32px;line-height:42px;display:-webkit-box;display:-ms-flexbox;display:flex;letter-spacing:.02em;color:#1f1f1f}@media only screen and (max-width:768px){.modal__title{margin-bottom:70px}}@media only screen and (max-width:450px){.modal__title{margin-bottom:50px}}.modal__forgot-text{margin-bottom:35px;font-size:14px;line-height:143%;color:#1f1f1f}.modal__form{margin-bottom:auto;padding-right:40px}@media only screen and (max-width:450px){.modal__form{padding:0}}.modal__input-group_check-in{margin-bottom:23px}.modal__input-wrapper:not(:last-child){margin-bottom:22px}.modal__submit{max-width:250px}.modal__input{border-bottom:1px solid #a0a0a0;width:100%;padding-bottom:9px;-webkit-transition:.3s ease;-o-transition:.3s ease;transition:.3s ease}.modal__link{font-size:10px;line-height:20px;-webkit-text-decoration-line:underline;text-decoration-line:underline;margin-bottom:23px;color:#a0a0a0;margin-top:3px;display:block;cursor:pointer}@media only screen and (max-width:450px){.modal__link{margin-bottom:7px}}.modal__button{max-width:139px;min-height:35px;font-size:12px}@media only screen and (max-width:450px){.modal__button{max-width:100%}}.modal__button_check-in{font-size:12px;min-height:35px;margin-bottom:7px}.modal__check-in-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-top:33px;border-top:1px solid #a0a0a0;margin-top:20px}@media only screen and (max-width:450px){.modal__check-in-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin-top:20px}}.modal__check-in-text{font-weight:400;font-size:10px;line-height:150%;color:#a0a0a0;margin-right:30px}.modal__check-in-agreement{font-size:10px;line-height:13px;color:#8f8f8f}.modal__check-in-button{max-width:140px;min-height:35px;font-size:12px}@media only screen and (max-width:450px){.modal__check-in-button{margin-bottom:20px;max-width:100%}}.modal__favorites-title{font-weight:600;font-size:32px;line-height:131%;-webkit-box-align:center;-ms-flex-align:center;align-items:center;letter-spacing:.02em;color:#1f1f1f;margin-bottom:34px}.modal__favorites-column,.modal__favorites-title{display:-webkit-box;display:-ms-flexbox;display:flex}.modal__favorites-column{overflow-y:scroll;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%;margin-bottom:98px}.modal__favorites-card:not(:last-child){margin-bottom:40px}.modal__favorites-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex}.modal__favorites-img{width:96px;height:136px;-o-object-fit:contain;object-fit:contain;margin-right:22px}.modal__favorites-product-title{max-width:182px;font-size:14px;line-height:100%;margin-bottom:7px}.modal__favorites-product-subtitle{font-size:12px;line-height:100%;color:#a0a0a0;margin-bottom:39px}.modal__favorites-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.modal__favorites-characteristics{font-size:12px;line-height:100%}.modal__favorites-characteristic{display:-webkit-box;display:-ms-flexbox;display:flex}.modal__favorites-characteristic:not(:last-child){margin-bottom:5px}.modal__favorites-characteristic span{color:#a0a0a0;margin-right:3px}.modal__favorites-price{font-family:Proxima Nova;font-style:normal;font-weight:400;font-size:16px;line-height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.modal__favorites-price-small{color:#fa2f04;font-size:.8em}.modal__favorites-price .catalog-card__price{margin-right:0!important}.modal__favorites-button-wrapper{position:absolute;left:0;right:0;bottom:38px;max-width:245px;margin:0 auto;width:100%}.modal__favorites-button{font-weight:600;font-size:12px;line-height:20px;letter-spacing:.02em;text-transform:uppercase;color:#fff;min-height:35px}.modal__favorites-wishlist-empty{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;height:-webkit-max-content;height:-moz-max-content;height:max-content}.modal--sizes .modal__container{margin-top:80px}@media only screen and (max-width:1024px){.modal--sizes .modal__container{margin-top:0}}.sizes-modal{position:relative;background:#fff}@media only screen and (max-width:1024px){.sizes-modal{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.sizes-modal__tab-links{position:absolute;bottom:100%;left:0}@media only screen and (max-width:1024px){.sizes-modal__tab-links{position:relative;margin-top:20px;bottom:auto;border-bottom:1px solid #a0a0a0}}.sizes-modal__tab-link{position:relative;min-width:68px;white-space:nowrap;padding:10px 12px;text-align:center;background:#fff;font-weight:600;font-size:15px;line-height:1;color:#1f1f1f;border-radius:5px 5px 0 0;border-top:1px solid #a0a0a0;border-right:1px solid #a0a0a0}.sizes-modal__tab-link:after{content:"";position:absolute;bottom:0;left:0;height:1px;width:100%;background:#a0a0a0;-webkit-transition:.3s ease;-o-transition:.3s ease;transition:.3s ease}@media only screen and (max-width:1024px){.sizes-modal__tab-link:after{background:#fff;height:3px;bottom:-1px;opacity:0}}.sizes-modal__tab-link.active:after,.sizes-modal__tab-link:hover:after{opacity:0}@media only screen and (max-width:1024px){.sizes-modal__tab-link.active:after,.sizes-modal__tab-link:hover:after{opacity:1}}@media only screen and (max-width:1024px){.sizes-modal__tab-contents{overflow-y:auto}}.sizes-modal__tab-content{display:none}.sizes-modal__tab-content.open{display:block}.sizes-modal__title{padding-top:24px;text-align:center;font-size:18px;font-weight:600;line-height:120%;letter-spacing:.01em}@media only screen and (max-width:1024px){.sizes-modal__title{padding-top:32px}}.sizes-modal__main{margin-top:54px;margin-bottom:50px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media only screen and (max-width:1024px){.sizes-modal__main{margin-top:32px;margin-bottom:0;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.sizes-modal__img{width:400px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.sizes-modal__img img{height:auto;width:auto;-o-object-fit:scale-down;object-fit:scale-down;-o-object-position:center;object-position:center}@media only screen and (max-width:1024px){.sizes-modal__img{width:100%;margin-bottom:24px}}.sizes-modal__table{width:auto}.sizes-modal__table td,.sizes-modal__table th{min-width:68px;padding-left:14px;padding-right:14px;font-size:15px;line-height:38px;white-space:nowrap;text-align:center}.sizes-modal__table th{font-weight:600;padding-top:12px;padding-bottom:12px;line-height:120%}.sizes-modal__table--horizontal{min-width:520px;padding-right:60px}.sizes-modal__table--horizontal td:nth-child(2n),.sizes-modal__table--horizontal th:nth-child(2n){background:#f8f8f8}.sizes-modal__table--horizontal td:first-child{font-weight:600}.sizes-modal__table--vertical table{width:100%}.sizes-modal__table--vertical tbody tr:nth-child(odd){background:#f8f8f8}.sizes-modal__table--vertical tr{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-left:60px;padding-right:60px}@media only screen and (max-width:1024px){.sizes-modal__table{padding-bottom:50px;width:100%;min-width:auto;padding-right:0;overflow-x:auto;display:-webkit-box;display:-ms-flexbox;display:flex}.sizes-modal__table td,.sizes-modal__table th{min-width:54px}.sizes-modal__table--horizontal table{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin-left:auto;margin-right:auto}.sizes-modal__table--vertical tr{padding-left:0;padding-right:0}.sizes-modal__table--vertical td,.sizes-modal__table--vertical th{padding-left:12px;padding-right:12px}}.sizes-modal__footer{border-top:1px solid #e1e1e1;padding:24px 0;text-align:center;font-size:15px;line-height:120%}.sizes-modal__footer a{-webkit-transition:.3s ease;-o-transition:.3s ease;transition:.3s ease}.sizes-modal__footer a:hover{color:#825d8a}@media only screen and (max-width:1024px){.sizes-modal__footer{margin-top:auto}}.modal--dolyame{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.modal--dolyame .modal__container{position:relative;top:auto;left:auto;-webkit-transform:translate(0);-ms-transform:translate(0);transform:translate(0);background:#fff;border-radius:4px;width:100%;max-width:784px;opacity:0;pointer-events:none}@media only screen and (max-width:1024px){.modal--dolyame .modal__container{height:auto}}@media only screen and (max-width:768px){.modal--dolyame .modal__container{width:calc(100% - var(--unit)*2)}}.modal--dolyame.modal--active .modal__container{opacity:1;pointer-events:auto}.dolyame-modal{padding:40px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media only screen and (max-width:1024px){.dolyame-modal{padding:16px}}.dolyame-modal__tabs{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:5px;-ms-flex-item-align:start;align-self:flex-start;margin-bottom:30px}@media only screen and (max-width:620px){.dolyame-modal__tabs{margin-bottom:20px}}.dolyame-modal__tab{width:130px;height:40px;border-radius:5px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:rgba(0,0,0,.2)}@media only screen and (max-width:768px){.dolyame-modal__tab{width:100px;height:30px}}.dolyame-modal__tab img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.dolyame-modal__tab.active{background:#000}.dolyame-modal__tab--dolyame{padding:13px 17px}@media only screen and (max-width:768px){.dolyame-modal__tab--dolyame{padding:10px 13px}}.dolyame-modal__tab--split{padding:7px 23px}@media only screen and (max-width:768px){.dolyame-modal__tab--split{padding:5px 17px}}.dolyame-modal__tab-content{display:none}.dolyame-modal__tab-content.open{display:block}.dolyame-modal__title{font-weight:600;font-size:35px;letter-spacing:0}.dolyame-modal__desc,.dolyame-modal__title{font-family:Proxima Nova,sans-serif;line-height:1}.dolyame-modal__desc{margin-top:15px;font-weight:400;font-size:18px;letter-spacing:.2px;color:#797979}@media only screen and (max-width:620px){.dolyame-modal__desc{font-size:16px}}.dolyame-modal__inner{margin-top:24px;background-color:#f6f7f8;padding:24px 32px}@media only screen and (max-width:1024px){.dolyame-modal__inner{margin-top:16px;padding:12px}}.dolyame-modal__columns{display:grid;grid-template-columns:repeat(4,1fr);-webkit-column-gap:20px;-moz-column-gap:20px;column-gap:20px;margin-bottom:20px}@media only screen and (max-width:1024px){.dolyame-modal__columns{margin-bottom:14px}}@media only screen and (max-width:450px){.dolyame-modal__columns{grid-template-columns:1fr;row-gap:24px}}.dolyame-modal__step{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media only screen and (max-width:450px){.dolyame-modal__step{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-column-gap:14px;-moz-column-gap:14px;column-gap:14px}}.dolyame-modal__step:first-child .dolyame-modal__step-icon-inner:before{height:22px;width:11px;right:50%;top:-2px}.dolyame-modal__step:first-child .dolyame-modal__step-icon-inner:after{height:11px;width:11px;left:50%;top:50%}.dolyame-modal__step:nth-child(2) .dolyame-modal__step-icon-inner:before{height:22px;width:11px;right:50%;top:-2px}.dolyame-modal__step:nth-child(2) .dolyame-modal__step-icon-inner:after{content:none}.dolyame-modal__step:nth-child(3) .dolyame-modal__step-icon-inner:before{height:11px;width:11px;right:50%;bottom:50%}.dolyame-modal__step:nth-child(3) .dolyame-modal__step-icon-inner:after,.dolyame-modal__step:nth-child(4) .dolyame-modal__step-icon-inner:after,.dolyame-modal__step:nth-child(4) .dolyame-modal__step-icon-inner:before,.dolyame-modal__step:nth-child(4) .dolyame-modal__step-icon:after,.dolyame-modal__step:nth-child(4) .dolyame-modal__step-icon:before{content:none}.dolyame-modal__step-num{font-family:Proxima Nova,sans-serif;font-weight:600}.dolyame-modal__step-desc{margin-top:2px;font-family:Proxima Nova,sans-serif;font-weight:400;font-size:14px;line-height:1.2;text-align:center}@media only screen and (max-width:1024px){.dolyame-modal__step-desc{font-size:12px}}@media only screen and (max-width:450px){.dolyame-modal__step-desc{margin-top:0}}.dolyame-modal__step-icon{position:relative;margin-top:16px;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media only screen and (max-width:1024px){.dolyame-modal__step-icon{margin-top:10px}}@media only screen and (max-width:450px){.dolyame-modal__step-icon{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1;width:auto;padding-left:10px;padding-right:10px;margin-top:0}}.dolyame-modal__step-icon:before{content:"";position:absolute;width:calc(100% - 10px);height:1px;background-color:#c7c9cc;top:50%;left:calc(50% + 15px)}@media only screen and (max-width:450px){.dolyame-modal__step-icon:before{width:1px;height:22px;top:calc(50% + 14px);left:50%}}.dolyame-modal__step-icon-inner{position:relative;width:18px;height:18px;border:1.5px solid #6fadaa;border-radius:100%}.dolyame-modal__step-icon-inner svg{width:8px;height:6px;color:#6fadaa}.dolyame-modal__step-icon-inner:after,.dolyame-modal__step-icon-inner:before{content:"";z-index:0;position:absolute;background-color:#f6f7f8}.dolyame-modal__step-icon-inner span{position:relative;width:8px;height:8px;background-color:#242424;border-radius:100%;z-index:1}.dolyame-modal__check-row{margin-top:10px;margin-bottom:8px;padding-left:24px;position:relative}@media only screen and (max-width:450px){.dolyame-modal__check-row{margin-bottom:4px}}.dolyame-modal__check-row:last-child{margin-bottom:0}.dolyame-modal__check-row svg{position:absolute;width:10px;height:8px;left:0;top:6px;color:#6fadaa}@media only screen and (max-width:1024px){.dolyame-modal__check-row svg{top:4px}}.dolyame-modal__check-row span{display:block;font-family:Proxima Nova,sans-serif;font-weight:400;font-size:15px;line-height:20px}@media only screen and (max-width:1024px){.dolyame-modal__check-row span{font-size:12px;line-height:16px}}.dolyame-modal__link-row{margin-top:16px;display:block;font-family:Proxima Nova,sans-serif;font-weight:400;font-size:14px;line-height:1.2;text-align:center;color:rgba(31,31,31,.7)}@media only screen and (max-width:1024px){.dolyame-modal__link-row{margin-top:14px;font-size:12px}}.dolyame-modal__link-row a{color:#6fadaa;cursor:pointer}.dolyame-modal__split-columns{width:100%;display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:1fr;background:#f8f8f8;margin-top:50px;border-bottom:3px solid rgba(31,31,31,.1)}@media only screen and (max-width:620px){.dolyame-modal__split-columns{margin-top:30px;border-bottom:2px solid rgba(31,31,31,.1)}}.dolyame-modal__split-column{padding-bottom:20px;margin-top:20px;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-right:1px solid #e8e8e8}.dolyame-modal__split-column:last-child{border-right:none}@media only screen and (max-width:620px){.dolyame-modal__split-column{padding-bottom:10px;margin-top:10px}}.dolyame-modal__split-column--active:before{display:block;content:"";position:absolute;bottom:0;left:0;width:100%;height:3px;background:#1f1f1f;-webkit-transform:translateY(100%);-ms-transform:translateY(100%);transform:translateY(100%)}@media only screen and (max-width:620px){.dolyame-modal__split-column--active:before{height:2px}}.dolyame-modal__split-column--active .dolyame-modal__split-date{color:#797979}.dolyame-modal__split-column--active .dolyame-modal__split-sum{color:#1f1f1f}.dolyame-modal__split-column--active .dolyame-modal__split-check{background:#1f1f1f}.dolyame-modal__text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:15px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}@media only screen and (max-width:620px){.dolyame-modal__text{gap:5px}}.dolyame-modal__split-check{position:absolute;top:-4px;right:15px;width:20px;height:20px;background:#fff;border-radius:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.dolyame-modal__split-check svg{width:8px;height:5px;color:#fff}@media only screen and (max-width:768px){.dolyame-modal__split-check{display:none}}.dolyame-modal__split-date{font-family:Proxima Nova,sans-serif;font-weight:400;font-size:16px;line-height:1;letter-spacing:.2px;color:#a0a0a0}@media only screen and (max-width:1024px){.dolyame-modal__split-date{font-size:13px}}@media only screen and (max-width:620px){.dolyame-modal__split-date{font-size:10px;letter-spacing:.1px}}.dolyame-modal__split-sum{font-family:Proxima Nova,sans-serif;font-weight:600;font-size:24px;line-height:20px;color:#a0a0a0;text-align:center}@media only screen and (max-width:1024px){.dolyame-modal__split-sum{font-size:18px;line-height:18px}}@media only screen and (max-width:620px){.dolyame-modal__split-sum{font-size:12px;line-height:12px}}.dolyame-modal__split-link{color:#797979;font-family:Proxima Nova,sans-serif;font-weight:400;margin-top:15px;font-size:14px;line-height:1;letter-spacing:.1px;text-align:center}.dolyame-modal__split-link a{text-decoration:underline;-webkit-text-decoration-style:solid;text-decoration-style:solid;text-decoration-thickness:0}@media only screen and (max-width:620px){.dolyame-modal__split-link{font-size:12px}}.modal--entry .modal__title{margin-bottom:0}@media only screen and (max-width:1024px){.modal--entry .modal__title{font-size:28px}}.modal--entry .modal__button{width:-webkit-max-content;width:-moz-max-content;width:max-content;max-width:unset;margin:12px 0 0;padding:0 15px}.modal--entry .modal__input{margin:24px 0 0}.modal--entry .modal__content-inner{height:-webkit-max-content;height:-moz-max-content;height:max-content;min-height:100%}.M-reg__step-container{margin:auto}.M-reg__content{position:relative;width:100%;margin:auto;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.M-reg__content:not([hidden]){display:-webkit-box;display:-ms-flexbox;display:flex}.M-reg__back-button{position:absolute;top:-103px;width:48px;height:48px;cursor:pointer;border-radius:50%;border:1px solid rgba(0,0,0,.1);stroke:#000;background-image:url(/assets/css/../img/svg/swiper-prev-small.svg);background-size:6px 10px;background-repeat:no-repeat;background-position:50%}.M-reg__close-button{margin-right:-16px}.M-reg__subtitle-phone{margin:16px 0 44px;font-size:20px;color:#161616}.M-reg__notification,.M-reg__subtitle-phone{font-style:normal;font-weight:400;line-height:140%}.M-reg__notification{width:60%;margin-top:24px;font-size:13px;color:rgba(0,0,0,.4)}.M-reg__input{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:19px}.M-reg__input input{height:44px;padding:12px 0;border-bottom:1px solid #dadada}.M-reg__input-text,.M-reg__input input{font-style:normal;font-weight:400;font-size:15px;line-height:18px;color:#000}.M-reg__input-text{-ms-flex-negative:0;flex-shrink:0}.M-reg__title{font-family:TTRamillas-Light;font-style:normal;font-weight:400;font-size:40px;line-height:110%;letter-spacing:-.04em;color:#161616}.M-reg__title--margin--bottom{margin-bottom:20px}.M-reg__text{margin:16px 0 44px;font-size:16px;line-height:140%;color:#646464}.M-reg__button,.M-reg__text{font-style:normal;font-weight:400}.M-reg__button{width:100%;margin-top:48px;padding:15px 0;font-family:TT Norms;font-size:15px;line-height:18px;text-align:center;letter-spacing:.01em;color:#fff;background:#ac1b4e;border-radius:4px}.M-reg__button:hover{opacity:.5}.M-reg__button.is-disabled{opacity:.4;pointer-events:none}.M-reg__button:last-child{margin-top:20px}.M-reg__button-e{margin-top:16px}.M-reg__buttons{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-top:48px}.M-reg__btn{width:100%;margin:16px 0 0;padding:15px 0;font-style:normal;font-weight:400;font-size:15px;line-height:18px;text-align:center;letter-spacing:.01em;color:#fff;background:#ac1b4e;border-radius:4px}.M-reg__btn:first-child{margin:0}.M-reg__go-lk-button{width:100%;margin-top:16px;padding:15px 0;font-family:TT Norms;font-style:normal;font-weight:400;font-size:15px;line-height:18px;text-align:center;letter-spacing:.01em;color:#161616;border:1px solid #ebebeb;border-radius:4px}.M-reg__footer{margin-top:30px}.M-reg__footer-text{font-family:TT Norms;font-style:normal;font-weight:400;font-size:12px;line-height:120%;color:#a7a7a7}.favorites-modal--empty .modal__favorites-wishlist-empty{display:-webkit-box;display:-ms-flexbox;display:flex}.favorites-modal--empty .modal__favorites-wishlist,.favorites-modal:not(.favorites-modal--empty) .modal__favorites-wishlist-empty{display:none}.favorites-modal:not(.favorites-modal--empty) .modal__favorites-wishlist,.modal__favorites-wishlist{display:-webkit-box;display:-ms-flexbox;display:flex}.modal__favorites-wishlist{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.modal--message{z-index:10000}.modal--message .modal__container{top:60px;bottom:auto;height:auto;max-width:calc(100% - 40px)}.modal--message.modal--aside.modal--active.modal--right .modal__container{right:30px}@media only screen and (max-width:1024px){.modal--message.modal--aside.modal--active.modal--right .modal__container{right:20px}}.message-modal{padding:40px 30px;background:#fff}@media only screen and (max-width:1024px){.message-modal{padding:32px 24px}}.message-modal__content{padding:40px}@media only screen and (max-width:1024px){.message-modal__content{padding:30px}}.message-modal__title{line-height:120%;font-weight:600;font-size:18px}@media only screen and (max-width:1024px){.message-modal__title{font-size:16px}}.message-modal__text{margin-top:14px;font-size:16px;line-height:120%}@media only screen and (max-width:1024px){.message-modal__text{font-size:14px}}.message-modal__link{margin-top:18px;width:100%;min-height:35px;color:#fff;font-size:12px;line-height:35px;font-weight:600;letter-spacing:.02em;text-align:center;text-transform:uppercase}.catalog-card,.message-modal__link{-webkit-transition:.3s ease;-o-transition:.3s ease;transition:.3s ease}.catalog-card{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;font-size:15px;line-height:20px;cursor:pointer}@media only screen and (min-width:1280px){.catalog-card{font-size:18px;line-height:26px}}@media only screen and (min-width:1920px){.catalog-card{font-size:.9375vw;line-height:1.17188vw}}.catalog-card:hover{color:#fa2f04}.catalog-card:hover .catalog-card__favorite-button{opacity:1}.catalog-card:hover .catalog-card__stock{opacity:0}.catalog-card.text-red{color:#fa2f04}.catalog-card__img-wrapper{position:relative;width:100%;margin-bottom:15px;aspect-ratio:11/14}.catalog-card__img-wrapper:after{display:block;content:"";padding-top:100%}@media only screen and (min-width:1280px){.catalog-card__img-wrapper{margin-bottom:1.17188vw}}.catalog-card__img-wrapper:hover .catalog-card__img:first-child{opacity:0}.catalog-card__img-wrapper:hover .catalog-card__img:nth-child(2){opacity:1}.catalog-card__img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;-webkit-transition:opacity .15s;-o-transition:.15s opacity;transition:opacity .15s}.catalog-card__img:nth-child(2){opacity:0}.catalog-card__title{margin-bottom:2px}@media only screen and (min-width:1280px){.catalog-card__title{margin-bottom:.15625vw}}.catalog-card__model{margin-bottom:5px;font-weight:600}@media only screen and (min-width:1280px){.catalog-card__model{margin-bottom:.39063vw}}.catalog-card__price-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex}.catalog-card__price:not(:last-child){margin-right:25px}@media only screen and (min-width:1280px){.catalog-card__price:not(:last-child){margin-right:1.95313vw}}.catalog-card__price.hidden{display:none}.catalog-card__price.crossed-out{position:relative}.catalog-card__price.crossed-out:after{content:"";position:absolute;height:1px;width:80%;bottom:12px;left:0;-webkit-transform:rotate(-10deg);-ms-transform:rotate(-10deg);transform:rotate(-10deg);background-color:#fa2f04}@media only screen and (min-width:1280px){.catalog-card__price.crossed-out:after{height:.07813vw;bottom:.9375vw}}.catalog-card__price.crossed-out_gray{position:relative;opacity:.4}.catalog-card__price.crossed-out_gray:after{content:"";position:absolute;height:1px;width:100%;top:45%;left:0;background-color:#1f1f1f}@media only screen and (min-width:1280px){.catalog-card__price.crossed-out_gray:after{height:.07813vw}}.catalog-card__price.text-red{color:#fa2f04}.catalog-card__colors{display:-webkit-box;display:-ms-flexbox;display:flex;position:absolute;left:14px;top:14px;z-index:2}@media only screen and (min-width:1280px){.catalog-card__colors{left:1.09375vw;top:1.09375vw}}.catalog-card__color{width:16px;height:16px;border-radius:50%;background-position:50%;background-size:cover}@media only screen and (min-width:1280px){.catalog-card__color{width:1.25vw;height:1.25vw}}.catalog-card__color:not(:last-child){margin-right:8px}@media only screen and (min-width:1280px){.catalog-card__color:not(:last-child){margin-right:.625vw}}.catalog-card__stock{position:absolute;top:14px;right:14px;font-weight:600;font-size:16px;line-height:133%;color:#fa2f04;z-index:2;-webkit-transition:.3s ease;-o-transition:.3s ease;transition:.3s ease}@media only screen and (min-width:1280px){.catalog-card__stock{top:1.09375vw;right:1.09375vw;font-size:1.25vw}}.catalog-card__favorite-button{position:absolute;top:14px;right:14px;color:#fa2f04;width:16px;height:16px;z-index:3;opacity:0;-webkit-transition:.3s ease;-o-transition:.3s ease;transition:.3s ease}@media only screen and (min-width:1280px){.catalog-card__favorite-button{top:1.09375vw;right:1.09375vw;width:1.25vw;height:1.25vw}}@media only screen and (min-width:993px){.catalog-card__favorite-button:hover svg{opacity:.6;fill:#fa2f04;-webkit-transition:all .3s ease-out;-o-transition:all ease-out .3s;transition:all .3s ease-out}}.catalog-card__favorite-button svg{width:16px;height:16px;color:#fa2f04;fill:rgba(0,0,0,0);-webkit-transition:all .3s ease-out;-o-transition:all ease-out .3s;transition:all .3s ease-out}@media only screen and (min-width:1280px){.catalog-card__favorite-button svg{width:1.25vw;height:1.25vw}}.catalog-card__favorite-button.is-active svg{fill:#fa2f04}.catalog-card__timer{width:100%;height:30px;background:rgba(31,31,31,.3);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:absolute;bottom:0;z-index:2}@media only screen and (min-width:1280px){.catalog-card__timer{height:2.34375vw}}.catalog-preview{padding:60px 0}@media only screen and (max-width:620px){.catalog-preview{padding-top:18px;padding-bottom:80px}}.catalog-preview__row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;overflow:auto}.catalog-preview__catalog-card{width:100%;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}@media only screen and (max-width:620px){.catalog-preview__container{padding:0 0 0 20px}}.catalog-preview__slider-slide{width:301px}@media only screen and (min-width:1280px){.catalog-preview__slider-slide{width:23.51563vw}}@media only screen and (max-width:620px){.about__container{padding-bottom:48px}}.about__text-content{padding:65px 290px}@media only screen and (min-width:1280px){.about__text-content{padding:5.07813vw 22.65625vw}}@media only screen and (max-width:1024px){.about__text-content{padding:65px 0}}@media only screen and (max-width:620px){.about__text-content{padding:48px 0}}.about__text-content_center{text-align:center}@media only screen and (max-width:620px){.about__text-content_contacts{-moz-text-align-last:left;text-align-last:left}}.about__text-content h2,.about__text-content h3,.about__text-content h4{font-weight:600;font-size:28px;letter-spacing:.02em;margin-bottom:18px}@media only screen and (min-width:1280px){.about__text-content h2,.about__text-content h3,.about__text-content h4{font-size:2.1875vw;margin-bottom:1.40625vw}}.about__text-content h2{line-height:34px}@media only screen and (min-width:1280px){.about__text-content h2{line-height:2.65625vw}}.about__text-content h3{line-height:129%}.about__text-content h4{line-height:150%}.about__text-content h5{font-weight:600;font-size:18px;line-height:22px;letter-spacing:.01em;margin-bottom:18px}@media only screen and (min-width:1280px){.about__text-content h5{font-size:1.40625vw;line-height:1.71875vw;margin-bottom:1.40625vw}}.about__text-content p{font-size:15px;line-height:133%}@media only screen and (min-width:1280px){.about__text-content p{font-size:1.17188vw}}.about__text-content p span{display:block}.about__text-content p:not(:last-child){margin-bottom:20px}@media only screen and (min-width:1280px){.about__text-content p:not(:last-child){margin-bottom:1.5625vw}}.about__text-content ul{margin-top:48px}@media only screen and (min-width:1280px){.about__text-content ul{margin-top:3.75vw}}@media only screen and (max-width:620px){.about__text-content ul{margin-top:40px}}.about__text-content li:not(:last-child){margin-bottom:48px}@media only screen and (min-width:1280px){.about__text-content li:not(:last-child){margin-bottom:3.75vw}}@media only screen and (max-width:620px){.about__text-content li:not(:last-child){margin-top:40px}}.about__text-content a{opacity:1;-webkit-transition:opacity .3s ease-out;-o-transition:opacity ease-out .3s;transition:opacity .3s ease-out}@media only screen and (min-width:993px){.about__text-content a:hover{opacity:.7;-webkit-transition:opacity .3s ease-out;-o-transition:opacity ease-out .3s;transition:opacity .3s ease-out}}.about__contacts{padding:65px 290px}@media only screen and (min-width:1280px){.about__contacts{padding:5.07813vw 22.65625vw}}@media only screen and (max-width:1024px){.about__contacts{padding:65px 150px}}@media only screen and (max-width:620px){.about__contacts{padding:48px 0}}@media only screen and (max-width:620px){.about__contacts p{text-align:left}}.about__img-wrapper{width:100%;position:relative}@media only screen and (max-width:620px){.about__img-wrapper{height:335px}}.about__img-wrapper:after{content:"";display:block;padding-top:45.57377%}.about__img-wrapper img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-position:center;object-position:center;-o-object-fit:cover;object-fit:cover}.about__img-group{display:-webkit-box;display:-ms-flexbox;display:flex;margin:-14px}@media only screen and (min-width:1280px){.about__img-group{margin:-1.09375vw}}@media only screen and (max-width:620px){.about__img-group{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.about__img-inner{width:50%;padding:14px;-webkit-box-sizing:border-box;box-sizing:border-box}@media only screen and (min-width:1280px){.about__img-inner{padding:1.09375vw}}@media only screen and (max-width:620px){.about__img-inner{width:100%}}.about__img-inner .about__img-wrapper:after{padding-top:100%}.personal-widget__widget{width:325px;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}@media only screen and (min-width:1280px){.personal-widget__widget{width:25.39063vw}}.personal-widget__list{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.personal-widget__list,.personal-widget__list-item{display:-webkit-box;display:-ms-flexbox;display:flex}.personal-widget__list-item{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;font-size:16px;line-height:19px;-webkit-transition:color .3s ease-out;-o-transition:color ease-out .3s;transition:color .3s ease-out}@media only screen and (min-width:1280px){.personal-widget__list-item{font-size:1.25vw;line-height:1.48438vw}}@media only screen and (min-width:993px){.personal-widget__list-item:hover{color:#fa2f04;-webkit-transition:color .3s ease-out;-o-transition:color ease-out .3s;transition:color .3s ease-out}}@media only screen and (max-width:768px){.personal-widget__list-item{font-size:15px}.personal-widget__list-item svg{width:16px;height:16px}}.personal-widget__list-item:not(:last-child){margin-bottom:32px}@media only screen and (min-width:1280px){.personal-widget__list-item:not(:last-child){margin-bottom:2.5vw}}@media only screen and (max-width:768px){.personal-widget__list-item:not(:last-child){margin-bottom:20px}}.personal-widget__list-item span{position:relative}.personal-widget__list-item.active{cursor:auto}.personal-widget__list-item.active span:after{content:"";position:absolute;bottom:0;left:0;right:0;height:.7px;background-color:#1f1f1f}@media only screen and (min-width:1280px){.personal-widget__list-item.active span:after{height:.05469vw}}.personal-widget__list-item.active:hover{color:#1f1f1f}.personal-widget__icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-right:16px}@media only screen and (min-width:1280px){.personal-widget__icon{margin-right:1.25vw}}.dropdown{position:relative;max-width:none;width:100%;margin:0 auto 50px;display:none}@media only screen and (min-width:1280px){.dropdown{margin-bottom:3.90625vw}}@media only screen and (max-width:768px){.dropdown{display:block}}.dropdown__selected-item{border:1px solid #a0a0a0;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:8px;width:100%;height:47px;padding:14px;display:-webkit-box;display:-ms-flexbox;-webkit-box-align:center;-ms-flex-align:center;z-index:2;position:relative;display:flex;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media only screen and (min-width:1280px){.dropdown__selected-item{border-width:.07813vw;border-radius:.625vw;height:3.67188vw;padding:1.09375vw}}.dropdown__selected-item svg{width:12px;height:7px;color:#1f1f1f;fill:#fff}@media only screen and (min-width:1280px){.dropdown__selected-item svg{width:.9375vw;height:.54688vw}}.dropdown__list{position:absolute;top:40px;left:-1px;background-color:#fff;width:101%;z-index:1;border-radius:8px;opacity:0;visibility:hidden;-webkit-transition:.3s ease;-o-transition:.3s ease;transition:.3s ease}@media only screen and (min-width:1280px){.dropdown__list{top:3.125vw;left:-.07813vw;border-radius:.625vw}}.dropdown__list.active{opacity:1;visibility:visible}.dropdown__list-item{padding:14px}@media only screen and (min-width:1280px){.dropdown__list-item{padding:1.09375vw}}.modal--search{z-index:1111}.modal--search .modal__overlay{background:none}.modal--search .modal__container{background:#fff}@media only screen and (max-width:1024px){.modal--search .modal__container,.modal--search .modal__content{height:auto}}.modal--search .modal__close{top:37px;right:45px;-webkit-transform:scale(.75);-ms-transform:scale(.75);transform:scale(.75)}@media only screen and (max-width:1024px){.modal--search .modal__close{top:27px;right:27px}}@media only screen and (max-width:620px){.modal--search .modal__close{top:24px;right:0;left:0;margin:auto}}.search{max-width:100%;border-top:1px solid #000;width:100vw}@media only screen and (max-width:620px){.search{border-top:none}}.search__content{height:100vh;overflow:auto;background:#fff;padding:64px 200px 70px}@media only screen and (max-width:1280px){.search__content{padding:64px 100px 70px}}@media only screen and (max-width:1024px){.search__content{padding:43px 80px 20px}}@media only screen and (max-width:768px){.search__content{padding:60px 32px 20px}}.search__search-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.search__search,.search__search-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex}.search__search{-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:50px;margin-bottom:40px;position:relative}.search__input{width:100%;height:100%;min-height:auto;margin:0 20px 0 0;padding:0;font-weight:400;font-size:1.125rem;line-height:43px;letter-spacing:.01em;color:#1f1f1f;border-radius:0;border:none;border-bottom:1px solid #000}.search__input::-webkit-input-placeholder{font-weight:600;font-size:13px;font-size:1.125rem;letter-spacing:.01em;color:#b7b7b7}.search__input::-moz-placeholder{font-weight:600;font-size:13px;font-size:1.125rem;letter-spacing:.01em;color:#b7b7b7}.search__input:-ms-input-placeholder{font-weight:600;font-size:13px;font-size:1.125rem;letter-spacing:.01em;color:#b7b7b7}.search__input::-ms-input-placeholder{font-weight:600;font-size:13px;font-size:1.125rem;letter-spacing:.01em;color:#b7b7b7}.search__input::placeholder{font-weight:600;font-size:13px;font-size:1.125rem;letter-spacing:.01em;color:#b7b7b7}.search__button{width:-webkit-max-content;width:-moz-max-content;width:max-content;height:100%;min-height:unset;padding:13px 30px;font-size:13px;border-radius:unset}.search__button,.search__results{display:-webkit-box;display:-ms-flexbox;display:flex}.search__results{-ms-flex-wrap:wrap;flex-wrap:wrap}@media only screen and (max-width:620px){.search__results{padding-bottom:40px}}.search__results .search-dropdown+.search__popular{width:calc(100% - 200px)}@media only screen and (max-width:450px){.search__results .search-dropdown+.search__popular{width:100%;margin-top:16px}}.search__popular{width:100%}.search__popular-title{font-weight:600;margin-bottom:24px}@media only screen and (min-width:1280px){.search__popular-title{margin-bottom:1.875vw}}@media only screen and (max-width:350px){.search__popular-title{font-size:14px;margin-bottom:10px}}.search__not-results{width:100%;text-align:center}.search-dropdown{padding:0 30px 0 0}.search-dropdown+.search__popular .catalog-card{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;width:100%;align-items:center}.search-dropdown+.search__popular .catalog-card__title{margin:0 20px}.search-dropdown+.search__popular .catalog-card__model{margin:0}@media only screen and (max-width:620px){.search-dropdown+.search__popular .catalog-card__model{display:none}}.search-dropdown+.search__popular .catalog-card__price-wrapper{margin:0 0 0 auto}@media only screen and (max-width:620px){.search-dropdown+.search__popular .catalog-card__price{margin:0}}.search-dropdown+.search__popular .catalog-card__img-wrapper{margin:0;width:100px}.search-dropdown+.search__popular .search__slide{display:-webkit-box;display:-ms-flexbox;display:flex;width:-webkit-max-content;width:-moz-max-content;width:max-content;width:100%}.search-dropdown+.search__popular .search__swiper-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.stock{position:fixed;bottom:0;padding:0 30px;width:100%;z-index:19;pointer-events:none}.stock.active .stock__wrapper{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);pointer-events:auto}.stock__wrapper{-webkit-transform:translateY(100%);-ms-transform:translateY(100%);transform:translateY(100%);position:relative;background:#fff;border:1px solid #000;-webkit-box-sizing:border-box;box-sizing:border-box;padding:18px 58px 18px 215px;-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;-o-transition:transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}@media only screen and (max-width:1024px){.stock__wrapper{padding-left:100px}}@media only screen and (max-width:768px){.stock__wrapper{padding-left:18px}}.stock__row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media only screen and (max-width:620px){.stock__row{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}.stock__stock{font-family:Proxima Nova;font-style:normal;font-weight:600;font-size:18px;line-height:130%}@media only screen and (max-width:768px){.stock__stock{font-size:14px}}@media only screen and (max-width:620px){.stock__stock{font-size:18px;margin-bottom:20px}}@media only screen and (max-width:450px){.stock__stock{font-size:14px;margin-bottom:10px}}.stock__form{font-weight:600;font-size:18px;line-height:130%;color:#1f1f1f;display:-webkit-box;display:-ms-flexbox;display:flex;max-width:220px;border-bottom:2px solid #1f1f1f;text-transform:uppercase}@media only screen and (max-width:768px){.stock__form{max-width:180px}}@media only screen and (max-width:620px){.stock__form{max-width:220px}}@media only screen and (max-width:768px){.stock__form{font-size:14px}}@media only screen and (max-width:620px){.stock__form{font-size:18px}}@media only screen and (max-width:450px){.stock__form{font-size:14px}}.stock__input{-webkit-transition:.3s ease;-o-transition:.3s ease;transition:.3s ease}.stock__close{width:15px;height:15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;cursor:pointer;-webkit-transition:opacity .3s ease;-o-transition:opacity .3s ease;transition:opacity .3s ease}.stock__close:hover span:after,.stock__close:hover span:before{background-color:#fa2f04}@media only screen and (max-width:620px){.stock__close{position:absolute;top:18px;right:18px}}@media only screen and (max-width:350px){.stock__close{top:8px;right:8px}}.stock__close span{position:relative;width:15px;height:15px}.stock__close span:after,.stock__close span:before{content:"";position:absolute;left:50%;height:17px;width:2px;background-color:#1f1f1f;-webkit-transition:background-color .3s ease;-o-transition:background-color .3s ease;transition:background-color .3s ease}.stock__close span:after{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.stock__close span:before{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.dolyame{width:100%;max-width:1200px;font-family:Helvetica,sans-serif;font-weight:400;color:#666;margin:64px auto 128px}@media only screen and (max-width:1024px){.dolyame{margin:40px auto 100px}}.dolyame__section{margin-top:128px}.dolyame__section:first-child{margin-top:0}@media only screen and (max-width:1024px){.dolyame__section{margin-top:72px}}.dolyame__hero{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:48px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media only screen and (max-width:1024px){.dolyame__hero{grid-template-columns:1fr;grid-gap:32px}}.dolyame__title{color:#000;font-weight:600;font-size:32px;line-height:130%;text-align:center}@media only screen and (max-width:1024px){.dolyame__title{font-size:26px}}@media only screen and (max-width:450px){.dolyame__title br{display:none}}.dolyame__hero-desc{margin-top:20px;font-size:18px;line-height:156%;text-align:center}@media only screen and (max-width:1024px){.dolyame__hero-desc{margin-top:18px;font-size:16px}}.dolyame__hero-img img{display:block;width:100%;height:auto}.dolyame__columns{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:48px}@media only screen and (max-width:1024px){.dolyame__columns{grid-template-columns:1fr;grid-gap:28px}}.dolyame__action{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.dolyame__action-icon{width:48px;height:48px;border-radius:6px;margin-bottom:24px}.dolyame__action-icon:first-child{background-color:rgba(111,173,170,.08)}.dolyame__action-icon:nth-child(2){background-color:rgba(177,130,188,.08)}.dolyame__action-icon:nth-child(3){background-color:rgba(111,153,198,.08)}.dolyame__action-title{color:#000;font-weight:600}.dolyame__action-desc{margin-top:12px}.dolyame__action-desc,.dolyame__action-title{font-size:16px;line-height:150%;text-align:center}@media only screen and (max-width:1024px){.dolyame__action-desc,.dolyame__action-title{font-size:14px}}.dolyame__steps{margin-top:64px}@media only screen and (max-width:1024px){.dolyame__steps{margin-top:48px}}.dolyame__step-img{position:relative;width:100%;height:0;padding-bottom:100%;overflow:hidden}.dolyame__step-img img{position:absolute;top:0;left:0;width:100%;height:100%}.dolyame__step-title{margin-top:32px;color:#000;font-weight:600}@media only screen and (max-width:1024px){.dolyame__step-title{margin-top:24px}}.dolyame__step-desc{margin-top:16px}@media only screen and (max-width:1024px){.dolyame__step-desc{margin-top:14px}}.dolyame__step-desc,.dolyame__step-title{font-size:18px;line-height:156%}@media only screen and (max-width:1024px){.dolyame__step-desc,.dolyame__step-title{font-size:16px}}.dolyame__faq,.dolyame__video{margin-left:auto;margin-right:auto;width:100%;max-width:720px}.dolyame__video-inner{position:relative;width:100%;height:0;padding-bottom:56%;overflow:hidden;cursor:pointer}.dolyame__video-inner img,.dolyame__video-inner video{position:absolute;top:0;left:0;width:100%;height:100%}.dolyame__video-inner img{z-index:1}.dolyame__video-inner.is-playing img{z-index:-1}.dolyame__faq{padding-top:32px}@media only screen and (max-width:1024px){.dolyame__faq{padding-top:0}}.dolyame__title+.dolyame__faq-accordion{margin-top:32px}@media only screen and (max-width:1024px){.dolyame__title+.dolyame__faq-accordion{margin-top:24px}}.dolyame__faq-body,.dolyame__faq-control{padding-right:56px}@media only screen and (max-width:1024px){.dolyame__faq-body,.dolyame__faq-control{padding-right:40px}}.dolyame__faq-control{position:relative;padding:26px 56px 26px 0;color:#000;font-weight:600;font-size:18px;line-height:156%}@media only screen and (max-width:1024px){.dolyame__faq-control{font-size:16px;padding:16px 32px 16px 0}}.dolyame__faq-control.active .dolyame__faq-control-icon svg{-webkit-transform:rotate(-180deg);-ms-transform:rotate(-180deg);transform:rotate(-180deg)}.dolyame__faq-control-icon{position:absolute;display:-webkit-box;display:-ms-flexbox;display:flex;top:calc(50% - 4px);right:0;width:12px;height:8px}.dolyame__faq-control-icon svg{width:12px;height:7px;color:#1f1f1f;fill:none}.dolyame__faq-body,.dolyame__faq-control-icon svg{-webkit-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease}.dolyame__faq-body{margin-top:-10px;opacity:0;height:0;visibility:hidden;overflow:hidden}.dolyame__faq-body.active{opacity:1;visibility:visible}.dolyame__faq-body-inner{padding-bottom:26px}@media only screen and (max-width:1024px){.dolyame__faq-body-inner{padding-bottom:16px}}.dolyame__faq-body-inner p{margin-top:16px;font-size:16px;line-height:156%}.dolyame__faq-body-inner p:first-child{margin-top:0}@media only screen and (max-width:1024px){.dolyame__faq-body-inner p{margin-top:14px;font-size:14px}}.dolyame__faq-body-inner a{cursor:pointer;text-decoration:underline;color:#09f}.dolyame__btn{margin-top:32px;display:block;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;padding:16px 36px;background-color:#000;border-radius:6px;cursor:pointer;font-size:16px;color:#fff}@media only screen and (max-width:1024px){.dolyame__btn{margin-top:24px;padding:12px 24px;font-size:14px}}.dolyame__banner img{width:100%;height:auto}.dolyame__apps{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:64px}@media only screen and (max-width:1024px){.dolyame__apps{margin-top:48px}}.dolyame__apps-desc{margin-top:24px;font-size:18px;line-height:156%;text-align:center}@media only screen and (max-width:1024px){.dolyame__apps-desc{margin-top:16px;font-size:16px}}.dolyame__apps-badges{margin-top:32px;display:-webkit-box;display:-ms-flexbox;display:flex;grid-gap:12px}@media only screen and (max-width:1024px){.dolyame__apps-badges{margin-top:24px}}@media only screen and (max-width:450px){.dolyame__apps-badges{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.account{padding-top:122px;padding-bottom:186px}@media only screen and (max-width:768px){.account{padding-top:58px;padding-bottom:100px}}.account__wrapper{-webkit-box-sizing:border-box;box-sizing:border-box;max-width:375px;margin:0 auto}.account__subtitle{margin-bottom:20px;font-size:16px;line-height:125%;text-align:center}.account__title{text-align:center;font-weight:600;font-size:28px;line-height:42px;letter-spacing:.02em;margin-bottom:50px}.account__controllers{display:-webkit-box;display:-ms-flexbox;display:flex;color:#a0a0a0;-webkit-transition:color .3s ease;-o-transition:color .3s ease;transition:color .3s ease;margin-bottom:20px;font-weight:600;padding:0 50px}.account__control.active{color:#1f1f1f}.account__control:not(:last-child){margin-right:29px}.account__input:not(:last-child){margin-bottom:20px}.account__input-group{margin-bottom:10px}.account__group,.account__input-group_check-in{margin-bottom:30px}.account__group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#a0a0a0}.account__custom-checkbox input{display:none}.account__custom-checkbox span{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.account__custom-checkbox span:after{content:"";display:block;border:.5px solid #a0a0a0;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:1px;width:11px;height:11px;margin-right:3px}.account__custom-checkbox>input:checked+span:after,.account__custom-checkbox input:checked span:after{background-color:red}.account__forgot{text-decoration:underline}.account__button_check-in{margin-bottom:5px}.account__condition{font-family:Proxima Nova;font-style:normal;font-weight:400;font-size:10px;line-height:20px;text-align:center;color:#8f8f8f}@media only screen and (max-width:1024px){.account__condition{margin-bottom:40px}}.account__mobile{display:none}@media only screen and (max-width:1024px){.account__mobile{display:block}}.account__entry{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:22px}.account__entry p{max-width:161px;width:100%;font-size:16px;line-height:100%;letter-spacing:.02em;text-align:center;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.account__entry span{height:1px;width:100%;background-color:rgba(31,31,31,.5)}.account__entry-icons{max-width:135px;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin:0 auto}.account__entry-icon{width:22px;height:22px}.account__entry-icon svg{color:#000;width:22px;height:22px;fill:#fff}.personal-area{padding-top:42px;padding-bottom:82px}@media only screen and (min-width:1280px){.personal-area{padding:3.28125vw 0 6.40625vw}}.personal-area__title{font-size:28px;line-height:150%;letter-spacing:.02em;font-weight:600;margin-bottom:50px}@media only screen and (min-width:1280px){.personal-area__title{font-size:2.1875vw;margin-bottom:3.90625vw}}@media only screen and (max-width:1024px){.personal-area__title{margin-bottom:35px}}@media only screen and (max-width:768px){.personal-area__title{margin-bottom:27px;font-size:24px}}.personal-area__row{display:-webkit-box;display:-ms-flexbox;display:flex}@media only screen and (max-width:768px){.personal-area__row{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.personal-area__row .dropdown{width:300px;margin:0 0 50px}}@media only screen and (max-width:768px) and (max-width:350px){.personal-area__row .dropdown{width:100%}}@media only screen and (max-width:768px){.personal-area__row_order{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.personal-area__row_order .personal-area__widget{display:none}}@media only screen and (max-width:768px){.personal-area__row_profile{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;max-width:380px;width:100%;margin:0 auto}}.personal-area__widget{width:325px;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;margin-right:35px}@media only screen and (min-width:1280px){.personal-area__widget{width:25.39063vw;margin-right:2.73438vw}}@media only screen and (max-width:1200px){.personal-area__widget{width:200px}}@media only screen and (max-width:860px){.personal-area__widget{margin-right:0}}@media only screen and (max-width:768px){.personal-area__widget{display:none}}.personal-area__content{width:100%}.personal-area__form{max-width:380px;width:100%;margin-bottom:100px}@media only screen and (min-width:1280px){.personal-area__form{max-width:29.6875vw;margin-bottom:7.8125vw}}.personal-area__input::-webkit-inner-spin-button,.personal-area__input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}@media only screen and (min-width:1280px){.personal-area__input{border-width:.07813vw;border-radius:.625vw;min-height:4.375vw;padding:1.40625vw 1.95313vw;font-size:1.40625vw}}@media only screen and (min-width:1280px){.personal-area__input-wrapper span{font-size:.9375vw;margin-bottom:.78125vw;padding-left:1.17188vw}}.personal-area__input-wrapper:not(:last-child){margin-bottom:20px}@media only screen and (min-width:1280px){.personal-area__input-wrapper:not(:last-child){margin-bottom:1.5625vw}}.personal-area__input-group{margin-bottom:50px}@media only screen and (min-width:1280px){.personal-area__input-group{margin-bottom:3.90625vw}}.personal-area__privilege{max-width:800px;width:100%}@media only screen and (min-width:1280px){.personal-area__privilege{max-width:62.5vw}}.personal-area__privilege-item{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media only screen and (max-width:1024px){.personal-area__privilege-item{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;max-width:380px}}.personal-area__privilege-item:not(:last-child){margin-bottom:40px}@media only screen and (min-width:1280px){.personal-area__privilege-item:not(:last-child){margin-bottom:3.125vw}}.personal-area__privilege-input{width:380px}@media only screen and (min-width:1280px){.personal-area__privilege-input{width:29.6875vw;border-width:.07813vw;border-radius:.625vw;min-height:4.375vw;padding:1.40625vw 1.95313vw;font-size:1.40625vw}}@media only screen and (max-width:650px){.personal-area__privilege-input{max-width:380px;width:100%}}.personal-area__privilege-label{margin-right:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;max-width:380px}@media only screen and (min-width:1280px){.personal-area__privilege-label{max-width:29.6875vw;margin-right:1.5625vw}.personal-area__privilege-label span{font-size:.9375vw}}.personal-area__privilege-icon{margin-right:auto;margin-top:25px}@media only screen and (min-width:1280px){.personal-area__privilege-icon{margin-top:1.95313vw}}@media only screen and (max-width:1024px){.personal-area__privilege-icon{position:absolute;top:-30px;left:120px}}.personal-area__privilege-info{max-width:304px;font-size:12px;line-height:100%;color:#bcbcbc;margin-top:25px}@media only screen and (min-width:1280px){.personal-area__privilege-info{max-width:23.75vw;font-size:.9375vw;margin-top:1.95313vw}}@media only screen and (max-width:1024px){.personal-area__privilege-info{margin:10px auto 0}}.profile__input-wrapper span{display:block;margin-bottom:10px}.not-found{padding:100px 0}@media only screen and (min-width:1280px){.not-found{padding:7.8125vw 0}}@media only screen and (max-width:620px){.not-found{padding:48px 0 88px}}.not-found__content{max-width:600px;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;text-align:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media only screen and (min-width:1280px){.not-found__content{max-width:46.875vw}}.not-found__title{font-weight:600;font-size:28px;line-height:150%;letter-spacing:.02em;margin-bottom:18px}@media only screen and (min-width:1280px){.not-found__title{font-size:2.1875vw;margin-bottom:1.40625vw}}.not-found__info{font-size:15px;line-height:133%;color:#1f1f1f;margin-bottom:32px}@media only screen and (min-width:1280px){.not-found__info{font-size:1.17188vw;margin-bottom:2.5vw}}.not-found__button{max-width:300px;width:100%;margin:0 auto}@media only screen and (min-width:1280px){.not-found__button{max-width:23.4375vw}}@media only screen and (max-width:620px){.not-found__button{max-width:none;width:100%}}.personal-address__list{margin-bottom:40px}@media only screen and (min-width:1280px){.personal-address__list{margin-bottom:3.125vw}}.personal-address__list-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media only screen and (max-width:620px){.personal-address__list-item{-ms-flex-wrap:wrap;flex-wrap:wrap}}.personal-address__list-item:not(:last-child){margin-bottom:22px}@media only screen and (min-width:1280px){.personal-address__list-item:not(:last-child){margin-bottom:1.71875vw}}.personal-address__label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:18px;line-height:111%;cursor:pointer}@media only screen and (min-width:1280px){.personal-address__label{font-size:1.40625vw}}.personal-address__label input{display:none;opacity:0}.personal-address__label input:checked+span:before{background-color:#353535}.personal-address__input-span{display:block;position:relative;content:"";background:#fff;border:1px solid #353535;width:13px;height:13px;border-radius:50%}@media only screen and (min-width:1280px){.personal-address__input-span{border-width:.07813vw;width:1.01563vw;height:1.01563vw}}@media only screen and (max-width:620px){.personal-address__input-span{-ms-flex-negative:0;flex-shrink:0;margin-top:4px;-ms-flex-item-align:start;align-self:flex-start}}.personal-address__input-span:before{content:"";position:absolute;width:6px;height:6px;border-radius:50%;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}@media only screen and (min-width:1280px){.personal-address__input-span:before{width:.46875vw;height:.46875vw}}.personal-address__address{display:block;margin-right:25px;margin-left:10px}@media only screen and (min-width:1280px){.personal-address__address{margin-right:1.95313vw;margin-left:.78125vw}}.personal-address__icons{-ms-flex-negative:0;flex-shrink:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media only screen and (max-width:620px){.personal-address__icons{-ms-flex-preferred-size:100%;flex-basis:100%;margin-top:14px;margin-left:23px}}.personal-address__edit-icon{width:16px;height:16px;margin-right:5px;-webkit-transition:color .3s ease-out;-o-transition:color ease-out .3s;transition:color .3s ease-out;cursor:pointer}@media only screen and (min-width:1280px){.personal-address__edit-icon{width:1.25vw;height:1.25vw;margin-right:.39063vw}}@media only screen and (min-width:993px){.personal-address__edit-icon:hover{color:#fa2f04;-webkit-transition:color .3s ease-out;-o-transition:color ease-out .3s;transition:color .3s ease-out}}.personal-address__edit-icon svg{width:16px;height:16px}@media only screen and (min-width:1280px){.personal-address__edit-icon svg{width:1.25vw;height:1.25vw}}.personal-address__exit-icon{width:25px;height:25px;-webkit-transition:color .3s ease-out;-o-transition:color ease-out .3s;transition:color .3s ease-out;cursor:pointer}@media only screen and (min-width:1280px){.personal-address__exit-icon{width:1.95313vw;height:1.95313vw}}@media only screen and (min-width:993px){.personal-address__exit-icon:hover{color:#fa2f04;-webkit-transition:color .3s ease-out;-o-transition:color ease-out .3s;transition:color .3s ease-out}}.personal-address__exit-icon svg{width:25px;height:25px}@media only screen and (min-width:1280px){.personal-address__exit-icon svg{width:1.95313vw;height:1.95313vw}}.personal-address__new-address{font-size:18px;line-height:20px;color:#bcbcbc;text-decoration:underline;padding-left:25px;cursor:pointer}@media only screen and (min-width:1280px){.personal-address__new-address{font-size:1.40625vw;line-height:1.5625vw;padding-left:1.95313vw}}.personal-address-new{max-width:382px}@media only screen and (min-width:1280px){.personal-address-new{max-width:29.84375vw}}.personal-address-new__input-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:20px}@media only screen and (min-width:1280px){.personal-address-new__input-group{margin-bottom:1.5625vw}}@media only screen and (max-width:350px){.personal-address-new__input-group{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}.personal-address-new__input-group .personal-area__input-wrapper{margin-bottom:0;width:77px}@media only screen and (min-width:1280px){.personal-address-new__input-group .personal-area__input-wrapper{width:6.01563vw}}.personal-address-new__input-group .personal-area__input-wrapper:not(:last-child){margin-right:20px}@media only screen and (min-width:1280px){.personal-address-new__input-group .personal-area__input-wrapper:not(:last-child){margin-right:1.5625vw}}@media only screen and (max-width:350px){.personal-address-new__input-group .personal-area__input-wrapper:not(:last-child){margin-right:0}}.personal-address-new__button{margin-top:50px}@media only screen and (min-width:1280px){.personal-address-new__button{margin-top:3.90625vw}}.personal-password{max-width:375px;width:100%}@media only screen and (min-width:1280px){.personal-password{max-width:29.29688vw}}.personal-password__button{margin-top:50px}@media only screen and (min-width:1280px){.personal-password__button{margin-top:3.90625vw}}.order{width:100%}.order__item:not(:last-child){margin-bottom:45px}@media only screen and (min-width:1280px){.order__item:not(:last-child){margin-bottom:3.51563vw}}.order__controller{padding:16px;font-size:16px;border-top:1px solid #000;border-bottom:1px solid #000;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media only screen and (min-width:1280px){.order__controller{padding:1.25vw;font-size:1.25vw;border-width:.07813vw}}@media only screen and (max-width:768px){.order__controller{padding:12px;font-size:12px}}@media only screen and (max-width:620px){.order__controller{padding:15px}}.order__controller svg{-webkit-transition:all .3s ease-out;-o-transition:all ease-out .3s;transition:all .3s ease-out}.order__controller.active{border-bottom:none}.order__controller.active svg{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg);-webkit-transition:all .3s ease-out;-o-transition:all ease-out .3s;transition:all .3s ease-out}.order__controller-items{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;-ms-flex-wrap:wrap;flex-wrap:wrap}@media only screen and (max-width:530px){.order__controller-items{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}}.order__controller-item{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0 30px 20px;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;width:50%}@media only screen and (min-width:1280px){.order__controller-item{margin:0 2.34375vw 1.5625vw}}@media only screen and (max-width:1279px){.order__controller-item{margin:0 0 20px}}@media only screen and (max-width:530px){.order__controller-item{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}}.order__date{font-size:16px;line-height:100%;color:#1f1f1f;margin-bottom:15px}@media only screen and (min-width:1280px){.order__date{font-size:1.25vw;margin-bottom:1.17188vw}}.order__number{font-weight:600;max-width:80px}@media only screen and (min-width:1280px){.order__number{max-width:6.25vw}}@media only screen and (max-width:530px){.order__number{width:60px;margin-right:50px;max-width:none}}.order__name{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:208px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}@media only screen and (min-width:1280px){.order__name{max-width:16.25vw}}@media only screen and (max-width:1279px){.order__name{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}}@media only screen and (max-width:768px){.order__name{max-width:158px}}@media only screen and (max-width:530px){.order__name{margin-right:70px}}@media only screen and (max-width:450px){.order__name{margin-right:0}}.order__status{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;max-width:103px}@media only screen and (min-width:1280px){.order__status{max-width:8.04688vw}}@media only screen and (max-width:530px){.order__status{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}@media only screen and (max-width:350px){.order__status{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:start}}.order__status a{font-size:12px;line-height:100%;color:#a0a0a0}@media only screen and (min-width:1280px){.order__status a{font-size:.9375vw}}@media only screen and (max-width:530px){.order__status a{margin-left:23px}}@media only screen and (max-width:350px){.order__status a{margin-left:0}}.order__price{max-width:70px}@media only screen and (min-width:1280px){.order__price{max-width:5.46875vw}}@media only screen and (max-width:530px){.order__price{width:60px;margin-right:50px;max-width:none}}.order__icon{width:10px;height:10px;fill:#fff;margin-right:30px;margin-left:80px}@media only screen and (min-width:1280px){.order__icon{width:.78125vw;height:.78125vw;margin-right:2.34375vw;margin-left:6.25vw}}@media only screen and (max-width:1024px){.order__icon{margin-left:0;margin-right:0}}@media only screen and (max-width:768px){.order__icon{margin-left:5px;margin-right:0}}.order__icon svg{width:10px;height:10px}.order__body{padding-top:6px;padding-left:56px;font-size:14px;height:0;visibility:hidden;-webkit-transition:height .3s ease,visibility .3s ease,opacity .3s ease;-o-transition:height .3s ease,visibility .3s ease,opacity .3s ease;transition:height .3s ease,visibility .3s ease,opacity .3s ease;opacity:0;overflow:hidden}.order__body.active{visibility:visible;opacity:1}@media only screen and (min-width:1280px){.order__body{padding-top:.46875vw;padding-left:4.375vw}}@media only screen and (max-width:768px){.order__body{font-size:12px;padding-left:0}}.order__info-title{font-weight:600;font-size:16px;line-height:100%;color:#1f1f1f;margin-bottom:15px}@media only screen and (min-width:1280px){.order__info-title{font-size:1.25vw;margin-bottom:1.17188vw}}.order__address{max-width:135px}@media only screen and (min-width:1280px){.order__address{max-width:10.54688vw}}@media only screen and (max-width:620px){.order__address{max-width:116px}}.order__address-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;max-width:490px;width:100%;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:18px}@media only screen and (min-width:1280px){.order__address-wrapper{font-size:1.09375vw;max-width:38.28125vw;margin-bottom:1.40625vw}}@media only screen and (max-width:620px){.order__address-wrapper{max-width:none}}.order__track-number{max-width:135px}@media only screen and (min-width:1280px){.order__track-number{max-width:10.54688vw}}.order__track-number-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;max-width:445px;width:100%;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:16px}@media only screen and (min-width:1280px){.order__track-number-wrapper{font-size:1.09375vw;max-width:34.76563vw;margin-bottom:1.25vw}}@media only screen and (max-width:620px){.order__track-number-wrapper{max-width:none}}@media only screen and (max-width:768px){.order__track-number-title{max-width:130px}}.order__content{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:40px}@media only screen and (min-width:1280px){.order__content{margin-bottom:3.125vw}}.order__content-title{font-weight:600;font-size:16px;line-height:100%;color:#1f1f1f;margin-bottom:38px;margin-top:20px}@media only screen and (min-width:1280px){.order__content-title{font-size:1.25vw;margin-bottom:2.96875vw;margin-top:1.5625vw}}.order__product-photo{width:128px;height:128px;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;background-color:#000;margin-right:26px}@media only screen and (min-width:1280px){.order__product-photo{width:10vw;height:10vw;margin-right:2.03125vw}}@media only screen and (max-width:520px){.order__product-photo{width:96px;height:96px;margin-right:16px}}.order__product-info{width:100%}.order__product-name{font-size:16px;line-height:100%;color:#1f1f1f;margin-bottom:10px}@media only screen and (min-width:1280px){.order__product-name{font-size:1.25vw;margin-bottom:.78125vw}}@media only screen and (max-width:768px){.order__product-name{font-size:14px}}.order__product-manufacturer{font-size:14px;line-height:100%;color:#a0a0a0;margin-bottom:20px}@media only screen and (min-width:1280px){.order__product-manufacturer{font-size:1.09375vw;margin-bottom:1.5625vw}}.order__product-characteristics{display:-webkit-box;display:-ms-flexbox;display:flex;max-width:650px;width:100%;font-weight:400}.order__product-characteristics span{margin-right:3px;color:#a0a0a0}@media only screen and (min-width:1280px){.order__product-characteristics{max-width:50.78125vw;font-size:1.09375vw}.order__product-characteristics span{margin-right:.23438vw}}@media only screen and (max-width:992px){.order__product-characteristics{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}.order__product-characteristic{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.order__product-characteristic:not(:last-child){margin-bottom:10px}@media only screen and (min-width:1280px){.order__product-characteristic:not(:last-child){margin-bottom:.78125vw}}@media only screen and (max-width:860px){.order__product-characteristic-wrapper{width:50%}}.order__product-characteristic-wrapper:last-child{margin-left:190px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}@media only screen and (min-width:1280px){.order__product-characteristic-wrapper:last-child{margin-left:14.84375vw}}@media only screen and (max-width:992px){.order__product-characteristic-wrapper:last-child{margin-left:0}}@media only screen and (max-width:520px){.order__product-characteristic-wrapper:last-child{width:30%;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}}@media only screen and (max-width:450px){.order__product-characteristic-wrapper:last-child{width:40%;margin-bottom:-10px}}.order__product-characteristic-wrapper:last-child div{width:203px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-item-align:end;align-self:flex-end}@media only screen and (min-width:1280px){.order__product-characteristic-wrapper:last-child div{width:15.85938vw}}@media only screen and (max-width:1024px){.order__product-characteristic-wrapper:last-child div{width:150px}}@media only screen and (max-width:860px){.order__product-characteristic-wrapper:last-child div{width:130px}}@media only screen and (max-width:520px){.order__product-characteristic-wrapper:last-child div{width:auto}.order__product-characteristic-wrapper:last-child div:first-child,.order__product-characteristic-wrapper:last-child div span:first-child{display:none}}@media only screen and (max-width:450px){.order__product-characteristic-wrapper:last-child div:nth-child(2){font-size:13px;line-height:100%;color:#a0a0a0}.order__product-characteristic-wrapper:last-child div:nth-child(2) span:last-child:before{padding-right:3px;font-size:13px;line-height:100%;color:#a0a0a0;content:"–"}}.order__product-characteristic-wrapper:not(:last-child){margin-right:20px;margin-bottom:20px}@media only screen and (min-width:1280px){.order__product-characteristic-wrapper:not(:last-child){margin-right:1.5625vw;margin-bottom:1.5625vw}}@media only screen and (max-width:860px){.order__product-characteristic-wrapper:not(:last-child){display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:0;margin-bottom:0}.order__product-characteristic-wrapper:not(:last-child) div{width:100%}}@media only screen and (max-width:860px) and (max-width:520px){.order__product-characteristic-wrapper:not(:last-child) div{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}}@media only screen and (max-width:860px) and (max-width:450px){.order__product-characteristic-wrapper:not(:last-child) div{width:100%}}@media only screen and (max-width:860px){.order__product-characteristic-wrapper:not(:last-child) div:last-child{width:100%;max-width:100px}}@media only screen and (max-width:520px){.order__product-characteristic-wrapper:not(:last-child){width:100%;margin-right:-60px}}.order__quantity-counter{border:.3px solid #1f1f1f;min-height:28px}@media only screen and (min-width:1280px){.order__quantity-counter{border-width:.02344vw;min-height:2.1875vw}}.order__quantity-counter button{padding:0 13px}@media only screen and (min-width:1280px){.order__quantity-counter button{padding:0 1.01563vw}}.catalog{padding-top:50px;padding-bottom:100px}@media only screen and (min-width:1280px){.catalog{padding-top:3.90625vw;padding-bottom:7.8125vw}}@media only screen and (max-width:1024px){.catalog{padding-top:48px;padding-bottom:88px}}.catalog__title{font-size:28px;line-height:120%;text-align:center;letter-spacing:.02em;margin-bottom:48px;font-weight:600}@media only screen and (min-width:1280px){.catalog__title{font-size:2.1875vw;margin-bottom:3.75vw}}@media only screen and (max-width:769px){.catalog__title{text-align:left;margin-bottom:32px}}@media only screen and (max-width:620px){.catalog__title{margin-bottom:24px}}.catalog__title_brand{margin-bottom:12px}@media only screen and (min-width:1280px){.catalog__title_brand{margin-bottom:.9375vw}}.catalog__categories{position:relative;max-width:calc(100% + 20px);margin:0 -20px 8px 0;overflow:hidden}.catalog__categories.scroll--finished:after{opacity:0}.catalog__categories-inner{width:100%;overflow-x:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-column-gap:14px;-moz-column-gap:14px;column-gap:14px;padding-right:20px}.catalog__categories-item{margin-bottom:8px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-column-gap:4px;-moz-column-gap:4px;column-gap:4px}.catalog__categories-item span:last-child{color:#929292}.catalog__categories:after{content:"";position:absolute;right:0;top:0;bottom:0;width:60px;background:-webkit-gradient(linear,left top,right top,color-stop(0,hsla(0,0%,100%,0)),to(#fff));background:-o-linear-gradient(left,hsla(0,0%,100%,0) 0,#fff 100%);background:linear-gradient(90deg,hsla(0,0%,100%,0) 0,#fff);-webkit-transition:.25s ease;-o-transition:.25s ease;transition:.25s ease;pointer-events:none}@media only screen and (min-width:1025px){.catalog__categories{display:none}}.catalog__desc{width:100%;max-width:700px;text-align:center;font-size:15px;line-height:133%;margin:0 auto 48px}@media only screen and (min-width:1280px){.catalog__desc{max-width:54.6875vw;font-size:1.17188vw;margin-bottom:3.75vw}}@media only screen and (max-width:769px){.catalog__desc{text-align:left;margin:0 0 32px}}@media only screen and (max-width:620px){.catalog__desc{margin-bottom:24px}}.catalog__content{display:-webkit-box;display:-ms-flexbox;display:flex}.catalog__filter-wrapper{z-index:2;overflow-y:auto;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:218px;margin-right:28px;-webkit-transition:.3s ease;-o-transition:.3s ease;transition:.3s ease}@media only screen and (min-width:1024px){.catalog__filter-wrapper{overflow-y:visible}}@media only screen and (min-width:1280px){.catalog__filter-wrapper{width:17.03125vw;margin-right:2.1875vw}}.catalog__filter-wrapper.active{opacity:1;visibility:visible}@media only screen and (max-width:1024px){.catalog__filter-wrapper{visibility:hidden;opacity:0;position:fixed;width:100%;height:100%;background:rgba(0,0,0,.4);left:0;top:0}}.catalog__filters{width:100%;height:auto;min-height:100%}@media only screen and (max-width:1024px){.catalog__filters{position:relative;width:324px;background:#fff;padding:56px 20px;-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;-o-transition:transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease;-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%);-webkit-overflow-scrolling:touch;overflow-x:hidden;overflow-y:auto;overflow:visible}.catalog__filters::-webkit-scrollbar{width:4px;height:4px}.catalog__filters::-webkit-scrollbar-thumb{background-color:#1f1f1f}.catalog__filters.active{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}@media only screen and (max-width:450px){.catalog__filters{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;padding:56px 20px 0}}.catalog__filter{position:relative}@media only screen and (max-width:1024px){.catalog__filter--category{display:none}}.catalog__filter:last-child .catalog__filter-control{border-bottom:1px solid #e1e1e1}@media only screen and (min-width:1280px){.catalog__filter:last-child .catalog__filter-control{border-width:.07813vw}}.catalog__filter .bx-filter-popup-result.left{position:absolute;z-index:5;top:0;bottom:0;left:calc(100% + 1.5vw);height:-webkit-max-content;height:-moz-max-content;height:max-content;margin:1vw 0 0;padding:.5vw 1vw;font-family:Proxima Nova,sans-serif;font-weight:600;font-size:.88vw;background:#fff;-webkit-box-shadow:0 0 20px rgba(0,0,0,.1);box-shadow:0 0 20px rgba(0,0,0,.1);border:.2vw solid #000}.catalog__filter .bx-filter-popup-result.left .arrow{position:absolute;right:calc(100% + 2px);margin:.1vw 0 0;border:.5vw solid rgba(0,0,0,0);border-right-color:#000}.catalog__filter .bx-filter-popup-result.left span{margin-left:6px;color:#999}.catalog__filter .bx-filter-popup-result.left a{position:absolute;top:100%;left:-.2vw;width:calc(100% + .4vw);padding:.1vw .5vw;font-size:.88vw;color:#fff;text-align:center;background:#000}.catalog__filter-control{cursor:pointer;border-top:1px solid #e1e1e1;padding:20px 0;font-weight:600;font-size:16px;line-height:120%;color:#1f1f1f;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-transition:color .3s ease,opacity .3s ease;-o-transition:color .3s ease,opacity .3s ease;transition:color .3s ease,opacity .3s ease}.catalog__filter-control:hover{color:#fa2f04;opacity:.7}.catalog__filter-control:hover svg{color:#fa2f04}@media only screen and (min-width:1280px){.catalog__filter-control{padding:1.5625vw 0;font-size:1.25vw}}.catalog__filter-control:not(:first-child){border-top:none}.catalog__filter-control.active svg{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.catalog__filter-control-icon{display:-webkit-box;display:-ms-flexbox;display:flex;width:12px;height:7px}@media only screen and (min-width:1280px){.catalog__filter-control-icon{width:.9375vw;height:.54688vw}}.catalog__filter-control-icon svg{-webkit-transition:color .3s ease;-o-transition:color .3s ease;transition:color .3s ease;width:12px;height:7px;color:#1f1f1f;fill:#fff}@media only screen and (min-width:1280px){.catalog__filter-control-icon svg{width:.9375vw;height:.54688vw}}.catalog__filter-body{opacity:0;-webkit-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease;height:0;visibility:hidden;overflow:hidden}.catalog__filter-body.active{opacity:1;visibility:visible}.catalog__filter-body-wrapper{padding:10px 20px 20px}@media only screen and (min-width:1280px){.catalog__filter-body-wrapper{padding:.78125vw 1.5625vw 1.5625vw}}.catalog__filter-body-item{font-size:15px;line-height:213%;color:#1f1f1f}@media only screen and (min-width:1280px){.catalog__filter-body-item{font-size:1.17188vw}}.catalog__filter-body-item:not(:last-child){margin-bottom:10px}@media only screen and (min-width:1280px){.catalog__filter-body-item:not(:last-child){margin-bottom:.78125vw}}.catalog__filter-body-link{opacity:1;-webkit-transition:opacity .3s ease-out;-o-transition:opacity ease-out .3s;transition:opacity .3s ease-out}@media only screen and (min-width:993px){.catalog__filter-body-link:hover{opacity:.7;-webkit-transition:opacity .3s ease-out;-o-transition:opacity ease-out .3s;transition:opacity .3s ease-out}}.catalog__filter-body-link.active{color:#1f1f1f}.catalog__filter-body-link.inactive{color:#bcbcbc}.catalog__filter-close{display:none}.catalog__filter-close:hover span:after,.catalog__filter-close:hover span:before{background-color:#fa2f04}@media only screen and (max-width:1024px){.catalog__filter-close{display:block;width:50%;position:absolute;right:22px;top:22px;width:20px;height:20px;cursor:pointer}}@media only screen and (max-width:1024px) and (min-width:1280px){.catalog__filter-close{right:1.71875vw;top:1.71875vw;width:1.5625vw;height:1.5625vw}}@media only screen and (max-width:1024px){.catalog__filter-close span{position:relative}.catalog__filter-close span:after,.catalog__filter-close span:before{content:"";display:block;width:2px;height:26px;background-color:#1f1f1f;position:absolute;-webkit-transition:background-color .3s ease;-o-transition:background-color .3s ease;transition:background-color .3s ease}}@media only screen and (max-width:1024px) and (min-width:1280px){.catalog__filter-close span:after,.catalog__filter-close span:before{width:.15625vw;height:2.03125vw}}@media only screen and (max-width:1024px){.catalog__filter-close span:after{margin-top:-2px;left:9px;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}}@media only screen and (max-width:1024px) and (min-width:1280px){.catalog__filter-close span:after{left:.70313vw}}@media only screen and (max-width:1024px){.catalog__filter-close span:before{margin-top:-2px;left:9px;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}}@media only screen and (max-width:1024px) and (min-width:1280px){.catalog__filter-close span:before{left:.70313vw}}.catalog__filter-button{display:none;font-size:15px;line-height:125%;color:#1f1f1f;cursor:pointer;-webkit-transition:color .3s ease;-o-transition:color .3s ease;transition:color .3s ease}.catalog__filter-button:hover{color:#fa2f04}@media only screen and (min-width:1280px){.catalog__filter-button{font-size:1.17188vw}}@media only screen and (max-width:1024px){.catalog__filter-button{display:block;font-weight:600}}.catalog__label{cursor:pointer}.catalog__label input{display:none;opacity:0}.catalog__label input:checked+span:before{background-image:url(/assets/css/../img/svg/check.svg);background-size:12px 9px;background-repeat:no-repeat;background-position:50%}@media only screen and (min-width:1280px){.catalog__label input:checked+span:before{background-size:.9375vw .70313vw}}.catalog__label span{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:15px;line-height:200%;color:#1f1f1f}@media only screen and (min-width:1280px){.catalog__label span{font-size:1.17188vw}}.catalog__label span:before{content:"";display:block;border:1px solid #e1e1e1;width:16px;height:16px;margin-right:12px}@media only screen and (min-width:1280px){.catalog__label span:before{width:1.25vw;height:1.25vw;margin-right:.9375vw;border-width:.07813vw}}.catalog__count-product{margin-bottom:17px;font-weight:400;font-size:15px;line-height:150%}@media only screen and (min-width:1280px){.catalog__count-product{font-size:1.17188vw;margin-bottom:1.32813vw}}@media only screen and (max-width:1024px){.catalog__count-product{display:none}}.catalog__count-product span{font-weight:600}.catalog__row-wrapper{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-bottom:40px}@media only screen and (min-width:1280px){.catalog__row-wrapper{margin-bottom:3.75vw}}.catalog__controls{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;margin-bottom:17px;font-size:15px;line-height:125%;color:#1f1f1f}@media only screen and (min-width:1280px){.catalog__controls{font-size:1.17188vw;margin-bottom:1.32813vw}}.catalog__show{position:relative;cursor:pointer}@media only screen and (max-width:1024px){.catalog__show{display:none}}.catalog__show span{font-weight:700}.catalog__show svg{width:12px;height:7px;fill:#fff;margin-left:7px;-webkit-transition:all .3s ease-out;-o-transition:all ease-out .3s;transition:all .3s ease-out}@media only screen and (min-width:1280px){.catalog__show svg{width:.9375vw;height:.54688vw;margin-left:.54688vw}}.catalog__show-dropdown{text-align:center}.catalog__show.opened svg{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg);-webkit-transition:all .3s ease-out;-o-transition:all ease-out .3s;transition:all .3s ease-out}.catalog__sort{position:relative;cursor:pointer}@media only screen and (max-width:450px){.catalog__sort{font-weight:600}}.catalog__sort span{font-weight:700}@media only screen and (max-width:450px){.catalog__sort span{display:none}}.catalog__sort svg{width:12px;height:7px;fill:#fff;margin-left:7px;-webkit-transition:all .3s ease-out;-o-transition:all ease-out .3s;transition:all .3s ease-out}@media only screen and (min-width:1280px){.catalog__sort svg{width:.9375vw;height:.54688vw;margin-left:.54688vw}}.catalog__sort.opened svg{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg);-webkit-transition:all .3s ease-out;-o-transition:all ease-out .3s;transition:all .3s ease-out}.catalog__sort-dropdown{position:absolute;top:25px;z-index:10;right:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background-color:#fff;border:1px solid #eee;-webkit-box-shadow:0 4px 4px rgba(0,0,0,.08);box-shadow:0 4px 4px rgba(0,0,0,.08);padding:24px;visibility:hidden;-webkit-transition:visibility .3s ease,opacity .3s ease;-o-transition:visibility .3s ease,opacity .3s ease;transition:visibility .3s ease,opacity .3s ease;opacity:0}@media only screen and (min-width:1280px){.catalog__sort-dropdown{top:1.95313vw;padding:1.875vw}}.catalog__sort-dropdown.active{visibility:visible;opacity:1}.catalog__sort-dropdown-item{cursor:pointer;font-size:15px;line-height:160%;color:#1f1f1f;-webkit-transition:color .3s ease;-o-transition:color .3s ease;transition:color .3s ease}.catalog__sort-dropdown-item:hover{color:#fa2f04}@media only screen and (min-width:1280px){.catalog__sort-dropdown-item{font-size:1.17188vw}}.catalog__sort-dropdown-item:not(:last-child){margin-bottom:10px}.catalog__sort-dropdown-item.active{font-weight:600;color:#1f1f1f}.catalog__row{width:calc(100% + 35px);display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:-14px -14px 40px}@media only screen and (min-width:1280px){.catalog__row{margin:-1.09375vw -1.09375vw 3.125vw}}@media only screen and (max-width:450px){.catalog__row{width:auto}}.catalog__card{width:25%;padding:10px}@media only screen and (min-width:1680px){.catalog__card{width:20%}}@media only screen and (min-width:1280px){.catalog__card{padding:.78125vw}}@media only screen and (max-width:768px){.catalog__card{width:50%}}@media only screen and (max-width:450px){.catalog__card{width:100%}}.catalog__pagination{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media only screen and (max-width:770px){.catalog__pagination{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.catalog__pagination .pagination__buttons{margin:0}@media only screen and (max-width:770px){.catalog__pagination .pagination__buttons{margin:20px 0 0}}.catalog__paginate{display:-webkit-box;display:-ms-flexbox;display:flex;font-weight:600;font-size:15px;line-height:120%}@media only screen and (min-width:1280px){.catalog__paginate{font-size:1.17188vw}}.catalog__paginate-link{padding:0 10px;color:#1f1f1f;-webkit-transition:color .3s ease,opacity .3s ease;-o-transition:color .3s ease,opacity .3s ease;transition:color .3s ease,opacity .3s ease}@media only screen and (min-width:1280px){.catalog__paginate-link{padding:0 .78125vw}}.catalog__paginate-link:hover{color:#fa2f04;opacity:.7}.catalog__paginate-link:first-child{padding-left:0}.catalog__paginate-link:last-child{padding-right:0}.catalog__paginate-link.active{color:#fa2f04}.catalog__paginate-link.active:hover{opacity:1;color:#fa2f04}.catalog__next-page{font-size:15px;line-height:120%;color:#1f1f1f;-webkit-transition:color .3s ease;-o-transition:color .3s ease;transition:color .3s ease}.catalog__next-page:hover{color:#fa2f04}@media only screen and (min-width:1280px){.catalog__next-page{font-size:1.17188vw}}.catalog__next-page svg{width:7px;height:12px;fill:#fff;margin-left:7px;-webkit-transition:fill .3s ease;-o-transition:fill .3s ease;transition:fill .3s ease;margin-top:2px}@media only screen and (min-width:1280px){.catalog__next-page svg{width:.54688vw;height:.9375vw;margin-left:.54688vw}}.catalog__mobile-elements{display:none;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:20px;margin:0 -20px;border-top:1px solid #e1e1e1}@media only screen and (min-width:1280px){.catalog__mobile-elements{padding:1.5625vw;margin:0 -1.5625vw}}@media only screen and (max-width:450px){.catalog__mobile-elements{display:-webkit-box;display:-ms-flexbox;display:flex}}.catalog__mobile-button{max-width:220px}@media only screen and (min-width:1280px){.catalog__mobile-button{max-width:17.1875vw}}@media only screen and (max-width:350px){.catalog__mobile-button{max-width:180px}}.catalog__mobile-clear{font-weight:600;font-size:15px;line-height:133%;padding:10px 0}@media only screen and (min-width:1280px){.catalog__mobile-clear{padding:.78125vw 0;font-size:1.17188vw}}.catalog .search-page{padding:0}.catalog form.search-page-form{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-bottom:1px solid #000;height:50px;margin-bottom:20px}.catalog form.search-page-form .input{margin:0!important;border:unset;height:100%;min-height:unset;padding:0;font-weight:400;font-size:1.125rem;line-height:43px;letter-spacing:.01em;color:#1f1f1f}.catalog form.search-page-form .button-primary{margin:0;background:rgba(0,0,0,0);border:unset;width:-webkit-max-content;width:-moz-max-content;width:max-content;min-height:unset;min-width:unset;color:#000}@media only screen and (max-width:960px){.catalog .catalog-section .catalog__row .catalog-card{width:33%}}@media only screen and (max-width:770px){.catalog .catalog-section .catalog__row .catalog-card{width:50%}}@media only screen and (max-width:500px){.catalog .catalog-section .catalog__row .catalog-card{width:100%}}@media only screen and (max-width:1650px){.catalog .catalog__filter-body-wrapper.RAZMER .catalog__label{width:33.33333%}}@media only screen and (max-width:1024px){.catalog .catalog__filter-body-wrapper.RAZMER .catalog__label{width:25%}}.success-order{padding:100px 0;-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media only screen and (max-width:550px){.success-order{padding-top:50px;padding-bottom:100px}}.success-order__title{font-weight:600;font-size:28px;line-height:42px;text-align:center;letter-spacing:.02em;color:#1f1f1f;margin-bottom:12px}@media only screen and (max-width:550px){.success-order__title{max-width:320px;margin:0 auto 18px}}.success-order__info{font-size:16px;line-height:20px;text-align:center;color:#1f1f1f;max-width:600px;margin:0 auto 31px}@media only screen and (max-width:550px){.success-order__info{font-size:15px}}.success-order__info p:not(:last-child){margin-bottom:15px}.success-order__button-wrapper{max-width:300px;margin:0 auto;width:100%}.bag-1{padding-top:47px;padding-bottom:80px}.bag-1__title{font-weight:600;font-size:35px;line-height:120%;letter-spacing:.02em;margin-bottom:42px}.bag-1__row{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-bottom:52px}.bag-1__header,.bag-1__row{display:-webkit-box;display:-ms-flexbox;display:flex}.bag-1__header{font-size:16px;line-height:100%;color:#959595;margin-bottom:15px}.bag-1__item{display:-webkit-box;display:-ms-flexbox;display:flex;padding:30px 0;border-bottom:.7px solid #1d1d1d;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%}.bag-1__item:first-child{border-top:.7px solid #1d1d1d}.bag-1__item-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bag-1__item-group:first-child{width:35.15625%}.bag-1__item-group:nth-child(2){width:21.25%;margin-right:100px}.bag-1__item-group:nth-child(2)>div{width:65px}.bag-1__item-group:nth-child(3){margin-right:70px;width:15.625%}.bag-1__item-group:nth-child(3)>div{width:100px}.bag-1__item-group:nth-child(4){width:5.46875%}.bag-1__product-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;max-width:273px;padding-right:59px}.bag-1__product-title span:first-child{margin-bottom:10px;font-size:16px;line-height:100%;color:#1f1f1f}.bag-1__product-title span:last-child{font-size:14px;line-height:100%;color:#a0a0a0}.bag-1__product-img{width:120px;height:120px;background-color:red;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;margin-right:20px}.bag-1__product-price{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.bag-1__product-price span:first-child{margin-bottom:10px;line-height:100%;color:#1f1f1f}.bag-1__product-price span:last-child{line-height:100%;color:#a0a0a0}.bag-1__order-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.bag-1__promo{max-width:410px;width:100%}.bag-1__promo-title{margin-bottom:28px}.bag-1__promo-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex}.bag-1__promo-wrapper button{width:41.46341%}.bag-1__promo-wrapper input{width:63.41463%;border-top-right-radius:0;border-bottom-right-radius:0}.bag-1__order{max-width:381px;width:100%}.bag-1__order-price{margin-bottom:20px}.bag-1__order-discount{padding-bottom:18px;border-bottom:1px solid #dfdfdf;margin-bottom:19px}.bag-1__order-button-wrapper button:not(:last-child){margin-bottom:20px}.bag-1__price-wrapper{margin-bottom:70px}.bag-1__price{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.bag-1__price span:not(:first-child){font-weight:600}.bag-1__product-counter{display:-webkit-box;display:-ms-flexbox;display:flex}.bag-1__product-counter span{padding:10px}.bag-1__product-decrement{position:relative;padding:10px}.bag-1__product-decrement:before{content:"";position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);height:1px;width:10px;background-color:#1f1f1f}.bag-1__product-increment{position:relative;padding:10px}.bag-1__product-increment:after,.bag-1__product-increment:before{content:"";position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);background-color:#1f1f1f}.bag-1__product-increment:before{height:1px;width:10px}.bag-1__product-increment:after{height:10px;width:1px}.bag-1__item-delete{width:12px;height:12px;margin-left:auto}.bag-1__item-delete span{position:relative;width:12px;height:12px;display:block}.bag-1__item-delete span:after,.bag-1__item-delete span:before{content:"";position:absolute;width:15px;height:1px;background-color:#232323;top:50%}.bag-1__item-delete span:after{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.bag-1__item-delete span:before{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.new-items{padding-top:21px;padding-bottom:60px}@media only screen and (max-width:768px){.new-items{padding-bottom:30px}}.new-items__row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:-10px}@media only screen and (min-width:1280px){.new-items__row{margin:-.78125vw}}.new-items__inner{padding:10px}@media only screen and (min-width:1280px){.new-items__inner{padding:.78125vw}}.new-items__inner-xl{width:100%}.new-items__inner-md{width:50%}@media only screen and (max-width:620px){.new-items__inner-md{width:100%}}.new-items__banner{width:100%;height:100%;position:relative}.new-items__banner:before{display:block;content:""}.new-items__banner-img{position:absolute;top:0;left:0;height:100%;width:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}@media only screen and (max-width:620px){.new-items__banner-img{-o-object-position:top;object-position:top}}.new-items__banner-xl{width:100%}.new-items__banner-xl:before{padding-top:41.47541%}@media only screen and (max-width:620px){.new-items__banner-xl:before{padding-top:59.47522%}}.new-items__banner-md:before{padding-top:100%}@media only screen and (max-width:620px){.new-items__banner-md:before{padding-top:59.47522%}}.new-items__banner-link{position:absolute;bottom:23px;left:46px}.new-items__banner-link:hover svg{-webkit-transform:translateX(5px);-ms-transform:translateX(5px);transform:translateX(5px)}@media only screen and (min-width:1280px){.new-items__banner-link{left:3.59375vw;bottom:1.79688vw}}@media only screen and (max-width:1024px){.new-items__banner-link{left:23px}}@media only screen and (max-width:620px){.new-items__banner-link{left:10px;bottom:10px}}.new-items__banner-link-title{font-weight:600;font-size:28px;line-height:120%;letter-spacing:.02em;color:#fff;margin-bottom:10px;text-transform:uppercase}@media only screen and (min-width:1280px){.new-items__banner-link-title{margin-bottom:.78125vw;font-size:2.1875vw}}@media only screen and (max-width:1024px){.new-items__banner-link-title{font-size:20px}}@media only screen and (max-width:620px){.new-items__banner-link-title{margin-bottom:4px;font-size:16px}}.new-items__banner-link-description{color:#fff;font-weight:600;font-size:18px;line-height:120%;letter-spacing:.01em;margin-bottom:12px}.new-items__banner-link-more{font-size:16px;line-height:120%;letter-spacing:.02em;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media only screen and (min-width:1280px){.new-items__banner-link-more{font-size:1.25vw}}@media only screen and (max-width:1024px){.new-items__banner-link-more{font-size:14px}}@media only screen and (max-width:620px){.new-items__banner-link-more{font-size:12px}}.new-items__banner-link-icon{width:9px;height:9px;margin-left:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media only screen and (min-width:1280px){.new-items__banner-link-icon{width:.70313vw;height:.70313vw}}.new-items__banner-link-icon svg{-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;-o-transition:transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease;width:9px;height:9px;color:#fff}@media only screen and (min-width:1280px){.new-items__banner-link-icon svg{width:.70313vw;height:.70313vw}}.articles{padding-bottom:60px}@media only screen and (max-width:768px){.articles{padding-bottom:30px}}.articles__title{margin-bottom:40px;font-weight:600;font-size:28px;line-height:120%;letter-spacing:.02em;text-transform:uppercase;color:#000}@media only screen and (min-width:1280px){.articles__title{margin-bottom:3.125vw;font-size:2.1875vw}}@media only screen and (max-width:768px){.articles__title{margin-bottom:20px;font-size:20px}}.articles__row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.articles__card{position:relative;width:calc(33.33333% - 30px);display:block}.articles__card:hover svg{-webkit-transform:translateX(7px);-ms-transform:translateX(7px);transform:translateX(7px)}@media only screen and (max-width:1024px){.articles__card{width:calc(50% - 15px)}}@media only screen and (max-width:620px){.articles__card{width:100%}}@media only screen and (max-width:1024px){.articles__card:last-child{display:none}}@media only screen and (max-width:620px){.articles__card:not(:first-child){display:none}}.articles__card-img{position:absolute;top:0;left:0;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:100%;height:100%}.articles__card-img-wrapper{position:relative}@media only screen and (max-width:1024px){.articles__card-img-wrapper{margin-bottom:10px}}.articles__card-img-wrapper:before{content:"";display:block;padding-top:100%}@media only screen and (max-width:768px){.articles__card-img-wrapper:before{padding-top:68.51312%}}.articles__card-link{position:absolute;bottom:15px;left:18px;right:18px;color:#fff;letter-spacing:.02em}@media only screen and (min-width:1280px){.articles__card-link{bottom:1.17188vw;left:1.40625vw;right:1.40625vw}}@media only screen and (max-width:1024px){.articles__card-link{position:static;color:#1f1f1f}}.articles__card-title{font-weight:600;font-size:24px;line-height:125%;margin-bottom:10px}@media only screen and (min-width:1280px){.articles__card-title{margin-bottom:.78125vw;font-size:1.875vw}}@media only screen and (max-width:1024px){.articles__card-title{position:static;font-size:20px;color:#1f1f1f}}@media only screen and (max-width:768px){.articles__card-title{font-size:16px;margin-bottom:2px}}@media only screen and (max-width:450px){.articles__card-title{font-size:14px}}.articles__card-read{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:16px;line-height:125%}@media only screen and (min-width:1280px){.articles__card-read{font-size:1.25vw}}@media only screen and (max-width:768px){.articles__card-read{font-size:14px}}@media only screen and (max-width:450px){.articles__card-read{font-size:12px}}.articles__card-read svg{-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;-o-transition:transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease;margin-left:11px;width:9px;height:9px}@media only screen and (min-width:1280px){.articles__card-read svg{width:.70313vw;height:.70313vw}}.instagram-preview{padding-top:60px;padding-bottom:100px}@media only screen and (max-width:768px){.instagram-preview{padding-top:30px;padding-bottom:50px}}.instagram-preview__row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.instagram-preview__card{width:auto;position:relative;cursor:pointer}@media only screen and (max-width:620px){.instagram-preview__card{width:148px;height:148px}}@media only screen and (max-width:350px){.instagram-preview__card{width:120px;height:120px}}.instagram-preview__card:not(:last-child){margin-right:60px}@media only screen and (max-width:1024px){.instagram-preview__card:not(:last-child){margin-right:40px}}@media only screen and (max-width:620px){.instagram-preview__card:not(:last-child){margin-right:0}}@media only screen and (max-width:620px){.instagram-preview__card:first-child{margin-right:39px}}@media only screen and (max-width:350px){.instagram-preview__card:first-child{margin-right:20px}}@media only screen and (max-width:768px){.instagram-preview__card:nth-child(3){display:none}}@media only screen and (max-width:1024px){.instagram-preview__card:nth-child(4){display:none}}.instagram-preview__card.clicked .instagram-preview__card-item{-webkit-transform:rotate(5deg);-ms-transform:rotate(5deg);transform:rotate(5deg);-webkit-transition:all .3s ease-out;-o-transition:all ease-out .3s;transition:all .3s ease-out}.instagram-preview__card.clicked img{-webkit-transform:rotate(12deg) scale(1.4);-ms-transform:rotate(12deg) scale(1.4);transform:rotate(12deg) scale(1.4);-webkit-filter:blur(3px);filter:blur(3px);-webkit-transition:all .3s ease-out;-o-transition:all ease-out .3s;transition:all .3s ease-out}.instagram-preview__card.clicked .instagram-preview__card-link{opacity:1;pointer-events:auto}.instagram-preview__card-item,.instagram-preview__card.clicked .instagram-preview__card-link{-webkit-transition:all .3s ease-out;-o-transition:all ease-out .3s;transition:all .3s ease-out}.instagram-preview__card-item{overflow:hidden;width:100%;height:100%}.instagram-preview__card-item_1{-webkit-transform:rotate(-5.27deg);-ms-transform:rotate(-5.27deg);transform:rotate(-5.27deg)}.instagram-preview__card-item_2{-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg)}.instagram-preview__card-item_3{-webkit-transform:rotate(-9.48deg);-ms-transform:rotate(-9.48deg);transform:rotate(-9.48deg)}.instagram-preview__card-item_4{-webkit-transform:rotate(1.79deg);-ms-transform:rotate(1.79deg);transform:rotate(1.79deg)}.instagram-preview__card-img{width:100%;height:100%}.instagram-preview__card-img,.instagram-preview__card-link{-webkit-transition:all .3s ease-out;-o-transition:all ease-out .3s;transition:all .3s ease-out}.instagram-preview__card-link{position:absolute;z-index:50;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);color:#fff;font-family:Proxima Nova,sans-serif;font-weight:400;font-size:15px;line-height:20px;opacity:0;pointer-events:none}@media only screen and (min-width:1280px){.instagram-preview__card-link{font-size:1.17188vw;line-height:1.17188vw}}@media only screen and (min-width:993px){.instagram-preview__card-link:hover{color:#fa2f04;-webkit-transition:all .3s ease-out;-o-transition:all ease-out .3s;transition:all .3s ease-out}}.main-banner{padding-bottom:80px}@media only screen and (max-width:768px){.main-banner{padding-bottom:40px}}@media only screen and (max-width:450px){.main-banner__container{padding:0}}.main-banner__inner{width:100%;height:550px;padding:35px;background-position:50%;background-size:cover;background-repeat:no-repeat;color:#fff;letter-spacing:.02em}@media only screen and (min-width:1280px){.main-banner__inner{height:42.96875vw;padding:2.73438vw}}@media only screen and (max-width:620px){.main-banner__inner{min-height:400px;max-height:550px;height:100%;padding:0}}.main-banner__banner{background:#a179a6;padding:20px;max-width:400px;width:100%;height:100%;overflow:auto;-webkit-overflow-scrolling:touch;overflow-x:hidden;overflow-y:auto}.main-banner__banner::-webkit-scrollbar{width:4px;height:4px}.main-banner__banner::-webkit-scrollbar-thumb{background-color:#1f1f1f}@media only screen and (min-width:1280px){.main-banner__banner{padding:1.5625vw;max-width:31.25vw}}@media only screen and (max-width:620px){.main-banner__banner{max-width:100%;padding:50px;min-height:400px;max-height:550px}}@media only screen and (max-width:450px){.main-banner__banner{padding:20px}}.main-banner__banner-title{font-family:Proxima Nova;font-style:normal;font-weight:700;font-size:28px;line-height:120%;text-transform:uppercase;margin-bottom:28px}@media only screen and (min-width:1280px){.main-banner__banner-title{font-size:2.1875vw;margin-bottom:2.1875vw}}@media only screen and (max-width:350px){.main-banner__banner-title{font-size:24px}}.main-banner__banner-desc{font-size:18px;line-height:120%;margin-bottom:40px}@media only screen and (min-width:1280px){.main-banner__banner-desc{font-size:1.40625vw;margin-bottom:3.125vw}}@media only screen and (max-width:350px){.main-banner__banner-desc{font-size:16px}}.main-banner__banner-start{font-weight:700;font-size:28px;line-height:34px;text-transform:uppercase;margin-bottom:49px}@media only screen and (min-width:1280px){.main-banner__banner-start{font-size:2.1875vw;margin-bottom:3.82813vw}}@media only screen and (max-width:350px){.main-banner__banner-start{font-size:24px}}.main-banner__banner-start span{display:block}.main-banner__banner-pre-order{font-size:16px;line-height:120%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.main-banner__banner-pre-order:hover svg{-webkit-transform:translateX(5px);-ms-transform:translateX(5px);transform:translateX(5px)}@media only screen and (min-width:1280px){.main-banner__banner-pre-order{font-size:1.25vw}}.main-banner__banner-pre-order svg{margin-left:10px;width:9px;height:9px;color:#fff;-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;-o-transition:transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}@media only screen and (min-width:1280px){.main-banner__banner-pre-order svg{width:.70313vw;height:.70313vw}}.s-empty-bag{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:30vh 24px}@media only screen and (min-width:1280px){.s-empty-bag{padding:20vh 24px}}.s-empty-bag__title{margin-bottom:15px;font-size:34px;text-align:center;line-height:100%;font-weight:700}@media only screen and (min-width:1280px){.s-empty-bag__title{margin-bottom:5px;font-size:3.125vw}}.s-empty-bag__text{font-size:14px;text-align:center}@media only screen and (min-width:1280px){.s-empty-bag__text{font-size:1.17188vw}}.s-empty-bag__text a{color:#bcbcbc;text-decoration:underline;cursor:pointer}.hero__slide,.hero__swiper-container{width:100%}.hero__banner{padding:82px;position:relative}@media only screen and (min-width:1280px){.hero__banner{padding:6.40625vw}}@media only screen and (max-width:768px){.hero__banner{padding:40px 40px 60px}}@media only screen and (max-width:620px){.hero__banner{padding:80px 20px 0}}.hero__banner-img{position:absolute;left:0;top:0;z-index:-1;width:100%;height:100%}.hero__banner-img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.hero__banner-title{max-width:875px;font-weight:800;font-size:99px;line-height:110%;letter-spacing:.01em;text-transform:uppercase;color:#fff;margin-bottom:50px}@media only screen and (min-width:1280px){.hero__banner-title{font-size:7.73438vw;margin-bottom:3.90625vw}}@media only screen and (max-width:900px){.hero__banner-title{font-size:78px}}@media only screen and (max-width:620px){.hero__banner-title{font-size:50px;margin-bottom:135px}}@media only screen and (max-width:520px){.hero__banner-title{font-size:42px}}@media only screen and (max-width:375px){.hero__banner-title{font-size:36px}}@media only screen and (max-width:350px){.hero__banner-title{font-size:28px}}.hero__banner-button{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#a179a6;max-width:208px;min-height:62px;font-weight:600;font-size:20px;line-height:110%;letter-spacing:.01em;text-transform:uppercase;color:#fff;margin:0 auto}@media only screen and (min-width:1280px){.hero__banner-button{max-width:16.25vw;font-size:1.5625vw}}@media only screen and (max-width:620px){.hero__banner-button{max-width:100%;width:calc(100% + 40px)}}@media only screen and (max-width:350px){.hero__banner-button{font-size:16px}}.hero__banner-button-wrapper{margin:0 -20px;width:calc(100% + 40px)}@media only screen and (max-width:620px){.hero__banner-pagination{bottom:82px!important}}.hero__banner-pagination span{cursor:pointer;width:20px;height:20px;border:1px solid #fff;background:rgba(0,0,0,0);border-radius:50%;opacity:1;-webkit-transition:border .3s ease;-o-transition:border .3s ease;transition:border .3s ease}.hero__banner-pagination span:hover{border:1px solid #825d8a}.hero__banner-pagination span:hover.swiper-pagination-bullet-active{border:1px solid #fff}@media only screen and (min-width:1280px){.hero__banner-pagination span{width:1.5625vw;height:1.5625vw}}.hero__banner-pagination span.swiper-pagination-bullet-active{background:#fff}.brand__arrow svg path{stroke:#fff;-webkit-transition:stroke .3s ease;-o-transition:stroke .3s ease;transition:stroke .3s ease}.brand__arrow:after{display:none}.brand__arrow:hover svg path{stroke:#825d8a}@media only screen and (max-width:768px){.brand__arrow{display:none}}.brand__arrow-next{right:43px}@media only screen and (max-width:1024px){.brand__arrow-next{right:33px}}.brand__title{margin-bottom:37px;font-weight:600;font-size:28px;line-height:125%;letter-spacing:.02em;text-transform:uppercase}@media only screen and (min-width:1280px){.brand__title{font-size:2.1875vw;margin-bottom:3.4375vw}}@media only screen and (max-width:768px){.brand__title{margin-bottom:20px;font-size:24px}}.brand__slide{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin-right:10px}@media only screen and (max-width:768px){.brand__slide{margin-right:0;padding:10px}}.brand__slide:last-child{margin-right:0}.brand__card{width:140px;position:relative;display:block}.brand__card:hover img{-webkit-transform:translate(-50%,-50%) scale(1.2);-ms-transform:translate(-50%,-50%) scale(1.2);transform:translate(-50%,-50%) scale(1.2)}@media only screen and (min-width:769px){.brand__card{width:180px}}@media only screen and (min-width:1280px){.brand__card{width:200px}}@media only screen and (max-width:768px){.brand__card{width:80px}}.brand__card-manufacturer{position:absolute;bottom:15px;left:15px;font-weight:600;font-size:24px;line-height:125%;letter-spacing:.02em;color:#fff;opacity:0;pointer-events:none}@media only screen and (min-width:1280px){.brand__card-manufacturer{bottom:1.17188vw;left:1.17188vw;font-size:1.875vw}}@media only screen and (max-width:768px){.brand__card-manufacturer{font-size:20px}}@media only screen and (max-width:620px){.brand__card-manufacturer{font-size:14px}}.brand__img-wrapper{width:100%}.brand__img-wrapper:after{display:block;padding-top:75%;content:""}.brand__img{position:absolute;top:50%;left:50%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:100%;height:100%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;-o-transition:transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}.brand__container{padding-left:30px}@media only screen and (max-width:1024px){.brand__container{padding-left:20px}}.brand__swiper-container:after{content:"";position:absolute;top:-1px;left:50%;bottom:-1px;width:100vw;-webkit-transform:translateX(-50%) translateZ(0);transform:translateX(-50%) translateZ(0);background:-o-linear-gradient(left,#fff 55px,hsla(0,0%,100%,0) 105px,hsla(0,0%,100%,0) calc(100% - 150px),#fff calc(100% - 115px));background:linear-gradient(90deg,#fff 55px,hsla(0,0%,100%,0) 105px,hsla(0,0%,100%,0) calc(100% - 150px),#fff calc(100% - 115px));pointer-events:none;z-index:2}@media only screen and (max-width:768px){.brand__swiper-container:after{background:-o-linear-gradient(left,#fff 22px,hsla(0,0%,100%,0) 45px,hsla(0,0%,100%,0) calc(100% - 65px),#fff calc(100% - 42px));background:linear-gradient(90deg,#fff 22px,hsla(0,0%,100%,0) 45px,hsla(0,0%,100%,0) calc(100% - 65px),#fff calc(100% - 42px))}}.brand__nav{position:absolute;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;top:50%;left:0;right:30px;z-index:3}@media only screen and (max-width:1024px){.brand__nav{right:20px}}@media only screen and (max-width:768px){.brand__nav{display:none}}.brand__nav-btn{position:absolute;top:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:40px;height:40px;padding:10px;border-radius:100px;background:#f8f8f8;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s}.brand__nav-btn svg{fill:none;width:20px;height:20px}.brand__nav-btn:hover{color:#fa2f04}@media only screen and (min-width:769px){.brand__nav-btn{width:50px;height:50px}.brand__nav-btn svg{width:24px;height:24px}}@media only screen and (min-width:1280px){.brand__nav-btn{width:60px;height:60px}.brand__nav-btn svg{width:32px;height:32px}}.brand__nav-btn:first-child{left:0}.brand__nav-btn:last-child{right:0}.brand__all{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center;font-size:16px;letter-spacing:.32px;gap:8px;margin:10px 0 0;max-width:-webkit-max-content;max-width:-moz-max-content;max-width:max-content;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s}.brand__all svg{width:10px;height:10px}.brand__all:hover{color:#fa2f04}@media only screen and (min-width:1280px){.brand__all{font-size:1.25vw;margin-bottom:.78125vw}.brand__all svg{width:.78125vw;height:.78125vw}}@media only screen and (max-width:768px){.brand__all{display:none}}.return{padding-top:48px;padding-bottom:100px}@media only screen and (min-width:1280px){.return{padding-top:3.75vw;padding-bottom:7.8125vw}}@media only screen and (max-width:620px){.return{padding-bottom:88px}}.return__title{font-weight:600;font-size:28px;line-height:150%;letter-spacing:.02em;margin-bottom:24px}@media only screen and (min-width:1280px){.return__title{font-size:2.1875vw;margin-bottom:1.875vw}}.return__row{display:-webkit-box;display:-ms-flexbox;display:flex}@media only screen and (max-width:620px){.return__row{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.return__menu{max-width:284px;width:100%;margin-right:50px}@media only screen and (min-width:1280px){.return__menu{max-width:22.1875vw;margin-right:3.90625vw}}.return__menu-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media only screen and (max-width:620px){.return__menu-list{display:none}}.return__menu-list-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:20px 0;border-bottom:1px solid #e1e1e1}@media only screen and (min-width:1280px){.return__menu-list-item{padding:1.5625vw 0;border-width:.07813vw}}.return__menu-list-item:first-child{border-top:1px solid #e1e1e1}@media only screen and (min-width:1280px){.return__menu-list-item:first-child{border-width:.07813vw}}.return__menu-list-item span{font-size:16px;line-height:20px}@media only screen and (min-width:1280px){.return__menu-list-item span{font-size:1.25vw;line-height:1.5625vw}}.return__menu-list-item svg{color:#1f1f1f;fill:#fff;width:16px;height:10px}@media only screen and (min-width:1280px){.return__menu-list-item svg{width:1.25vw;height:.78125vw}}.return__info{display:none;max-width:600px;width:100%;margin-top:20px}.return__info.active{display:block}@media only screen and (min-width:1280px){.return__info{max-width:46.875vw;margin-top:1.5625vw}}.return__info h2{font-weight:600;font-size:18px;line-height:22px;letter-spacing:.01em;margin-bottom:20px}@media only screen and (min-width:1280px){.return__info h2{font-size:1.40625vw;line-height:1.71875vw;margin-bottom:1.5625vw}}.return__info p{font-size:15px;line-height:133%;color:#1f1f1f}@media only screen and (min-width:1280px){.return__info p{font-size:1.17188vw}}.return__info p:not(:last-child){margin-bottom:30px}@media only screen and (min-width:1280px){.return__info p:not(:last-child){margin-bottom:2.34375vw}}.return__dropdown-wrapper{display:none;position:relative;cursor:pointer}@media only screen and (max-width:620px){.return__dropdown-wrapper{display:block}}.return__dropdown-wrapper span{font-weight:700}.return__dropdown-wrapper svg{width:12px;height:7px;fill:#fff;margin-left:7px}@media only screen and (min-width:1280px){.return__dropdown-wrapper svg{width:.9375vw;height:.54688vw;margin-left:.54688vw}}.return__dropdown{position:absolute;top:25px;z-index:10;left:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background-color:#fff;border:1px solid #eee;-webkit-box-shadow:0 4px 4px rgba(0,0,0,.08);box-shadow:0 4px 4px rgba(0,0,0,.08);padding:24px;visibility:hidden;-webkit-transition:visibility .3s ease,opacity .3s ease;-o-transition:visibility .3s ease,opacity .3s ease;transition:visibility .3s ease,opacity .3s ease;opacity:0}@media only screen and (min-width:1280px){.return__dropdown{top:1.95313vw;border-width:.07813vw;-webkit-box-shadow:0 .3125vw .3125vw rgba(0,0,0,.08);box-shadow:0 .3125vw .3125vw rgba(0,0,0,.08);padding:1.875vw}}.return__dropdown.active{visibility:visible;opacity:1}.return__dropdown-item{cursor:pointer;font-size:15px;line-height:24px;color:#1f1f1f}@media only screen and (min-width:1280px){.return__dropdown-item{font-size:1.17188vw;line-height:1.875vw}}.return__dropdown-item:not(:last-child){margin-bottom:10px}@media only screen and (min-width:1280px){.return__dropdown-item:not(:last-child){margin-bottom:.78125vw}}.return__dropdown-item.active{font-weight:600}.blog{padding:0;margin-top:28px}.blog:last-child{margin-bottom:100px}@media only screen and (max-width:1024px){.blog:first-child{margin-top:0}.blog:last-child{margin-bottom:88px}}@media only screen and (max-width:450px){.blog .new-items__container{padding:0}}.blog .new-items__row{margin:0}.blog .new-items__inner{padding:0}.blog .new-items__banner{min-height:350px}.blog .new-items__banner-link{left:0;bottom:50px;padding-left:50px}@media only screen and (max-width:1024px){.blog .new-items__banner-link{bottom:40px;padding-left:40px}}@media only screen and (max-width:450px){.blog .new-items__banner-link{bottom:20px;padding-left:20px}}.blog .new-items__banner-link-title{font-size:50px;text-transform:none;margin-bottom:20px}@media only screen and (max-width:1024px){.blog .new-items__banner-link-title{font-size:40px}}@media only screen and (max-width:450px){.blog .new-items__banner-link-title{margin-bottom:12px}}@media only screen and (max-width:620px){.blog .new-items__banner-link-description br{display:none}}.blog .new-items__banner-link-more{position:relative;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;font-size:18px}.blog .new-items__banner-link-more:after,.blog .new-items__banner-link-more:before{content:"";position:absolute;bottom:-3px;width:50%;height:2px;background-color:#fff;opacity:1;-webkit-transition:.3s ease-out;-o-transition:ease-out .3s;transition:.3s ease-out}.blog .new-items__banner-link-more:before{left:50%}.blog .new-items__banner-link-more:after{right:50%}.blog .new-items__banner-link-more:hover:after,.blog .new-items__banner-link-more:hover:before{width:0;opacity:0}.blog-articles .cards-block__wrapper{grid-template-columns:repeat(3,1fr)}@media only screen and (max-width:1024px){.blog-articles .cards-block__wrapper{grid-template-columns:repeat(2,1fr);grid-gap:28px 20px}}@media only screen and (max-width:450px){.blog-articles .cards-block__wrapper{grid-template-columns:1fr}}.blog-articles .cards-block__wrapper .card-blog{width:100%;height:auto}.blog-articles .cards-block__wrapper .card-blog__image{position:relative;height:0;padding-bottom:130%;overflow:hidden}.blog-articles .cards-block__wrapper .card-blog__image-item{position:absolute;bottom:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.blog-articles .cards-block__wrapper .card-blog__description,.blog-articles .cards-block__wrapper .card-blog__title{-webkit-transition:.3s ease;-o-transition:.3s ease;transition:.3s ease}.blog-articles .cards-block__wrapper .card-blog__title{white-space:normal}.brands{margin-top:48px;margin-bottom:100px}@media only screen and (max-width:620px){.brands{margin-bottom:88px}}.brands__title{text-align:center;font-size:32px;line-height:150%;font-weight:600;letter-spacing:.02em}@media only screen and (max-width:1024px){.brands__title{text-align:left}}.brands__container{margin-top:48px;-webkit-columns:4;-moz-columns:4;column-count:4}@media only screen and (max-width:1024px){.brands__container{margin-top:32px;-webkit-columns:2;-moz-columns:2;column-count:2}}@media only screen and (max-width:620px){.brands__container{margin-top:28px;-webkit-columns:1;-moz-columns:1;column-count:1}}.brands__letter-container{-webkit-column-break-inside:avoid;-moz-column-break-inside:avoid;break-inside:avoid;margin-bottom:48px}@media only screen and (max-width:620px){.brands__letter-container{margin-bottom:24px}}.brands__letter{display:block;color:#825d8a;font-size:36px;font-weight:600;text-transform:uppercase;margin-bottom:10px}@media only screen and (max-width:1024px){.brands__letter{font-size:24px;margin-bottom:8px}}.brands__item{display:block}.brands__link{display:block;padding:2px 0}.brands__link span{white-space:nowrap;-webkit-transition:.25s ease;-o-transition:.25s ease;transition:.25s ease}.brands__link:hover span{color:#825d8a}.article-content{width:700px;margin:0 auto;font-family:Proxima Nova,sans-serif;font-weight:400;font-size:15px;line-height:20px}@media only screen and (min-width:1280px){.article-content{width:54.6875vw;font-size:1.17188vw;line-height:1.5625vw}}@media only screen and (max-width:768px){.article-content{width:100%}}.article-content img{height:auto}.article-content iframe,.article-content img{width:100%;margin-top:40px;margin-bottom:40px}.article-heading{padding:64px 0 48px;text-align:center}@media only screen and (min-width:1280px){.article-heading{padding:5vw 0 3.75vw}}@media only screen and (max-width:1024px){.article-heading{padding-top:47px;padding-bottom:48px}}.article-heading__date{margin-bottom:5px;color:#8f8f8f}@media only screen and (min-width:1280px){.article-heading__date{margin-bottom:.39063vw}}.article-heading p{margin-bottom:24px}@media only screen and (min-width:1280px){.article-heading p{margin-bottom:1.875vw}}@media only screen and (max-width:1024px){.article-heading p{margin-bottom:5px}}.article h1,.article h2{margin-bottom:20px;font-weight:600;font-size:28px;line-height:34px;letter-spacing:.02em;color:#1f1f1f}@media only screen and (min-width:1280px){.article h1,.article h2{margin-bottom:1.5625vw}}.article-share{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.article-share__text{margin-right:20px}@media only screen and (min-width:1280px){.article-share__text{margin-right:1.5625vw}}.article-share__link{opacity:1;-webkit-transition:.3s ease-out;-o-transition:ease-out .3s;transition:.3s ease-out}@media only screen and (min-width:993px){.article-share__link:hover{opacity:.7;-webkit-transition:.3s ease-out;-o-transition:ease-out .3s;transition:.3s ease-out}}.article-share__link:not(:last-child){margin-right:18px}@media only screen and (min-width:1280px){.article-share__link:not(:last-child){margin-right:1.40625vw}}.article-main{padding:64px 0 90px}@media only screen and (min-width:1280px){.article-main{padding:5vw 0 7.03125vw}}@media only screen and (max-width:1024px){.article-main{padding:24px 0 48px}}@media only screen and (max-width:620px){.article-main{padding-top:48px}}.article-photos{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:28px;padding:64px 0}@media only screen and (max-width:1024px){.article-photos{padding:48px 0;grid-gap:20px}}@media only screen and (max-width:620px){.article-photos{grid-template-columns:1fr}}.article-photos__item{width:100%;position:relative;height:0;overflow:hidden;padding-bottom:100%}.article-photos__item--lg{padding-bottom:48%}.article-photos__item img{position:absolute;bottom:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.article-more{padding-top:10px}@media only screen and (min-width:1280px){.article-more{padding-top:.78125vw}}@media only screen and (max-width:1024px){.article-more{padding:0}}.article-more__nav{margin-bottom:34px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media only screen and (min-width:1280px){.article-more__nav{margin-bottom:2.65625vw}}.article-more__title{font-weight:600;font-size:28px;line-height:34px;letter-spacing:.02em;color:#1f1f1f}.article-more__buttons{margin-left:20px;margin-right:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media only screen and (min-width:1280px){.article-more__buttons{margin-left:1.5625vw}}.article-more__buttons-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;cursor:pointer;opacity:1;-webkit-transition:.3s ease-out;-o-transition:ease-out .3s;transition:.3s ease-out}@media only screen and (min-width:993px){.article-more__buttons-item:hover{opacity:.7;-webkit-transition:.3s ease-out;-o-transition:ease-out .3s;transition:.3s ease-out}}.article-more__buttons-item--prev{margin-right:24px;-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}@media only screen and (min-width:1280px){.article-more__buttons-item--prev{margin-right:1.875vw}}.article-more__buttons-item .i-link-arrow-small{width:13px;height:19px}@media only screen and (min-width:1280px){.article-more__buttons-item .i-link-arrow-small{width:1.01563vw;height:1.48438vw}}.article-more__all{display:none;position:relative;font-family:Proxima Nova,sans-serif;font-weight:600;font-size:18px;line-height:22px;text-align:center;letter-spacing:.02em}@media only screen and (min-width:1280px){.article-more__all{font-size:1.40625vw;line-height:1.5625vw}}@media only screen and (max-width:1024px){.article-more__all{display:block;font-size:18px;line-height:22px}}@media only screen and (max-width:620px){.article-more__all{display:none}}.article-more__all:after{content:"";position:absolute;left:0;bottom:-3px;right:0;height:2px;background-color:#1f1f1f}.article-slider__slide .card-blog{width:100%}@media only screen and (max-width:620px){.article-slider__slide .card-blog{height:488px}.article-slider__slide .card-blog__image{height:370px}}.article__container{padding-bottom:100px}@media only screen and (min-width:1280px){.article__container{padding-bottom:7.8125vw}}@media only screen and (max-width:1024px){.article__container{padding:0 0 88px 20px}}.item{position:relative;padding:20px 0 99px}@media only screen and (min-width:1280px){.item{padding:1.5625vw 0 7.73438vw}}@media only screen and (max-width:1024px){.item{padding:26px 0 100px}}.item-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media only screen and (max-width:767px){.item-container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:58.59375vw}}@media only screen and (max-width:620px){.item-container{width:100%}}.item-container__photo{width:46.5625vw}@media only screen and (max-width:767px){.item-container__photo{width:100%}}.item-container__info{width:41.79688vw;padding-top:1.5625vw;padding-right:1.01563vw}@media only screen and (max-width:767px){.item-container__info{width:100%;padding-top:48px;padding-right:0}}.item-slider{width:100%}.item-slider__main{margin-bottom:1.09375vw;height:46.5625vw}@media only screen and (max-width:767px){.item-slider__main{height:58.59375vw}}@media only screen and (max-width:620px){.item-slider__main{height:100vw}}@media only screen and (max-width:450px){.item-slider__main{height:355px}}@media only screen and (max-width:350px){.item-slider__main{height:280px}}.item-slider__main-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.item-slider__main .swiper-pagination{display:none}@media only screen and (max-width:767px){.item-slider__main .swiper-pagination{display:block}}.item-slider__main .swiper-pagination-bullet{margin:0;width:12px;height:12px;border:1px solid #a179a6;background:rgba(0,0,0,0);border-radius:100%;opacity:.2;-webkit-transition:.25s ease;-o-transition:.25s ease;transition:.25s ease}.item-slider__main .swiper-pagination-bullet:not(:last-child){margin-right:7px}.item-slider__main .swiper-pagination-bullet-active{background:#a179a6;opacity:1}@media only screen and (max-width:767px){.item-slider__thumbs{display:none}}.item-slider__thumbs-slide{width:8.4375vw;height:8.4375vw;cursor:pointer}.item-slider__thumbs-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.item-slider__thumbs .swiper-slide-thumb-active{opacity:.5}.item-details__subtitle{font-family:Proxima Nova,sans-serif;font-weight:600;font-size:20px;line-height:20px}@media only screen and (min-width:1280px){.item-details__subtitle{font-size:1.5625vw;line-height:1.5625vw}}.item-details__info{margin-bottom:30px}@media only screen and (min-width:1280px){.item-details__info{margin-bottom:2.34375vw}}.item-details__color{margin-bottom:35px}@media only screen and (min-width:1280px){.item-details__color{margin-bottom:2.73438vw}}.item-details__sizes{margin-bottom:56px}@media only screen and (min-width:1280px){.item-details__sizes{margin-bottom:4.375vw}}.item-info{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.item-info,.item-info__heading{display:-webkit-box;display:-ms-flexbox;display:flex}.item-info__heading{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:5px}@media only screen and (min-width:1280px){.item-info__heading{margin-bottom:.39063vw}}.item-info__title{font-family:Proxima Nova,sans-serif;font-weight:600;font-size:36px;line-height:42px;letter-spacing:.02em;text-transform:uppercase}@media only screen and (min-width:1280px){.item-info__title{font-size:2.8125vw;line-height:3.28125vw}}.item-info__favourite-button{-ms-flex-negative:0;flex-shrink:0;margin-top:10px}@media only screen and (min-width:1280px){.item-info__favourite-button{margin-top:.78125vw}}.item-info__favorites{padding-top:10px;cursor:pointer}@media only screen and (min-width:1280px){.item-info__favorites{padding-top:.78125vw}.item-info__favorites--active .i-favorites{fill:#ffc658}}.item-info__model{margin-bottom:15px;font-family:Proxima Nova,sans-serif;font-weight:600;font-size:22px;line-height:27px;letter-spacing:.02em;color:#a0a0a0}@media only screen and (min-width:1280px){.item-info__model{margin-bottom:1.17188vw;font-size:1.71875vw;line-height:2.10938vw}}.item-info__art{font-family:Proxima Nova,sans-serif;font-weight:400;margin-bottom:30px;font-size:16px;line-height:20px}@media only screen and (min-width:1280px){.item-info__art{margin-bottom:2.34375vw;font-size:1.25vw;line-height:1.5625vw}}.item-info__price{font-family:Proxima Nova,sans-serif;font-weight:600;font-size:28px;line-height:34px;letter-spacing:.02em}@media only screen and (min-width:1280px){.item-info__price{font-size:2.1875vw;line-height:2.65625vw}}.item-info__price:after{content:"₽";font-family:Proxima Nova,sans-serif;font-weight:400;font-size:26px}@media only screen and (min-width:1280px){.item-info__price:after{font-size:2.03125vw}}.item-info__split-payment{margin-top:16px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-column-gap:20px;-moz-column-gap:20px;column-gap:20px;padding:15px;border:.5px solid #c7c9cc;border-radius:5px;cursor:pointer;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}@media only screen and (min-width:1280px){.item-info__split-payment{margin-top:1.25vw}}.item-info__split-payment span{color:#797979;white-space:nowrap;font-family:Proxima Nova,sans-serif;font-weight:400;font-size:14px;line-height:20px;text-align:left}@media only screen and (min-width:1280px){.item-info__split-payment span{font-size:1.09375vw;line-height:1.5625vw}}.item-info__split-payment span span{color:#1f1f1f;font-family:Proxima Nova,sans-serif;font-weight:600}.item-info__split-payment svg{-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);width:12px;height:7px;color:#1f1f1f;fill:#fff}@media only screen and (min-width:1280px){.item-info__split-payment svg{width:.9375vw;height:.54688vw}}.item-info__split-icons{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:5px}.item-info__dolyame-icon img{width:20px;height:20px}@media only screen and (max-width:768px){.item-info__dolyame-icon img{width:16px;height:16px}}.item-info__split-icon img{width:20px;height:20px}@media only screen and (max-width:768px){.item-info__split-icon img{width:16px;height:16px}}.item-color__text{display:inline-block;margin-bottom:15px}@media only screen and (min-width:1280px){.item-color__text{margin-bottom:1.17188vw}}.item-color__text span{font-family:Proxima Nova,sans-serif;font-weight:400}.item-color__list{display:-webkit-box;display:-ms-flexbox;display:flex}.item-color__item{position:relative;width:73px;height:73px;border:1px solid rgba(0,0,0,0);border-radius:5px;overflow:hidden;cursor:pointer}@media only screen and (min-width:1280px){.item-color__item{width:5.70313vw;height:5.70313vw;border:.07813vw solid rgba(0,0,0,0)}}.item-color__item:not(:last-child){margin-right:10px}@media only screen and (min-width:1280px){.item-color__item:not(:last-child){margin-right:.78125vw}}.item-color__item--active{border:1px solid #1f1f1f}@media only screen and (min-width:1280px){.item-color__item--active{border:.07813vw solid #1f1f1f}}.item-color__image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;pointer-events:none}.item-sizes__heading{margin-bottom:25px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media only screen and (min-width:1280px){.item-sizes__heading{margin-bottom:1.95313vw}}.item-sizes__languages{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-family:Proxima Nova,sans-serif;font-weight:400;font-size:15px;line-height:20px;color:#a0a0a0}@media only screen and (min-width:1280px){.item-sizes__languages{font-size:1.17188vw;line-height:1.5625vw}}.item-sizes__languages-item{cursor:pointer}@media only screen and (min-width:993px){.item-sizes__languages-item:hover{opacity:.7}}.item-sizes__languages-item:not(:last-child){margin-right:7px}@media only screen and (min-width:1280px){.item-sizes__languages-item:not(:last-child){margin-right:.54688vw}}.item-sizes__languages-item--active{color:#654d75}@media only screen and (min-width:993px){.item-sizes__languages-item--active:hover{opacity:1}}.item-sizes__list{margin-bottom:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;font-size:15px;line-height:20px;text-transform:uppercase}@media only screen and (min-width:1280px){.item-sizes__list{margin-bottom:.78125vw;font-size:1.17188vw;line-height:1.5625vw}}.item-sizes__item{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:86px;height:47px;padding-right:15px;border:.5px solid rgba(0,0,0,0);outline:.5px solid #bcbcbc;cursor:pointer}@media only screen and (min-width:1280px){.item-sizes__item{width:6.71875vw;height:3.67188vw;padding-right:1.17188vw;border:.03906vw solid rgba(0,0,0,0);outline:.03906vw solid #bcbcbc}}@media only screen and (min-width:993px){.item-sizes__item:hover{border:.5px solid #825d8a}}@media only screen and (min-width:993px) and (min-width:1280px){.item-sizes__item:hover{border:.03906vw solid #825d8a}}@media only screen and (min-width:993px){.item-sizes__item:hover .item-sizes__item-icon{opacity:1;-webkit-transition:.3s ease-out;-o-transition:ease-out .3s;transition:.3s ease-out}}.item-sizes__item:not(:last-child){margin-right:1px;margin-bottom:1px}@media only screen and (min-width:1280px){.item-sizes__item:not(:last-child){margin-right:.07813vw;margin-bottom:.07813vw}}.item-sizes__item input{position:absolute;top:0;left:0;opacity:0}.item-sizes__item-icon{position:absolute;right:6px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:12px;height:12px;background-image:url(/assets/css/../img/svg/size-table.svg);background-size:cover;background-repeat:no-repeat;background-position:50%;opacity:.7;cursor:pointer}.item-sizes__item-icon,.item-sizes__item-icon:hover~.item-sizes__table{-webkit-transition:.3s ease-out;-o-transition:ease-out .3s;transition:.3s ease-out}.item-sizes__item-icon:hover~.item-sizes__table{opacity:1}@media only screen and (min-width:1280px){.item-sizes__item-icon{right:.46875vw;width:.9375vw;height:.9375vw}}.item-sizes__item--active{background-color:#825d8a;outline:1px solid #825d8a}@media only screen and (min-width:1280px){.item-sizes__item--active{outline:.07813vw solid #825d8a}}.item-sizes__item--active .item-sizes__item-icon{background-image:url(/assets/css/../img/svg/size-table--active.svg)}.item-sizes__item--active .item-sizes__item-text{color:#fff}.item-sizes__item--missing{color:rgba(31,31,31,.5);background-color:rgba(31,31,31,.05);outline:1px solid rgba(31,31,31,.05)}@media only screen and (min-width:1280px){.item-sizes__item--missing{outline:.07813vw solid rgba(31,31,31,.05)}}@media only screen and (min-width:993px){.item-sizes__item--missing:hover{border:.5px solid rgba(0,0,0,0)}}@media only screen and (min-width:993px) and (min-width:1280px){.item-sizes__item--missing:hover{border:.03906vw solid rgba(0,0,0,0)}}@media only screen and (min-width:993px){.item-sizes__item--missing:hover .item-sizes__item-icon{opacity:1;background-image:url(/assets/css/../img/svg/size-missing--hover.svg)}}.item-sizes__item--missing .item-sizes__item-icon{opacity:1;background-image:url(/assets/css/../img/svg/size-missing.svg)}.item-sizes__item--missing .item-sizes__item-icon:hover~.item-sizes__table{opacity:0}.item-sizes__table{position:absolute;z-index:10;top:32px;right:3px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:68px;padding:10px 0 10px 10px;font-size:12px;line-height:20px;border-radius:8px;background-color:#fff;-webkit-box-shadow:0 4px 11px rgba(0,0,0,.25);box-shadow:0 4px 11px rgba(0,0,0,.25);pointer-events:none;opacity:0;-webkit-transition:.3s ease-out;-o-transition:ease-out .3s;transition:.3s ease-out}@media only screen and (min-width:1280px){.item-sizes__table{top:2.34375vw;right:.23438vw;width:5.15625vw;padding:.78125vw 0 .78125vw .78125vw;font-size:.9375vw;line-height:1.5625vw;-webkit-box-shadow:0 .3125vw .85938vw rgba(0,0,0,.25);box-shadow:0 .3125vw .85938vw rgba(0,0,0,.25)}}.item-sizes__table-item:not(:last-child){margin-bottom:9.5px}@media only screen and (min-width:1280px){.item-sizes__table-item:not(:last-child){margin-bottom:.74219vw}}.item-sizes__link{position:relative;font-size:15px;line-height:20px;color:#a0a0a0}.item-sizes__link:after,.item-sizes__link:before{content:"";position:absolute;bottom:0;width:50%;height:1px;background-color:#a0a0a0;opacity:1;-webkit-transition:.3s ease-out;-o-transition:ease-out .3s;transition:.3s ease-out}@media only screen and (min-width:1280px){.item-sizes__link:after,.item-sizes__link:before{height:.07813vw}}.item-sizes__link:before{left:50%}.item-sizes__link:after{right:50%}@media only screen and (min-width:1280px){.item-sizes__link{font-size:1.17188vw;line-height:1.5625vw}}@media only screen and (min-width:993px){.item-sizes__link:hover:after,.item-sizes__link:hover:before{width:0;opacity:0;-webkit-transition:.3s ease-out;-o-transition:ease-out .3s;transition:.3s ease-out}}.item-order{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:56px}@media only screen and (min-width:1280px){.item-order{height:4.375vw}}.item-order__button{height:100%}.item-counter{-ms-flex-negative:0;flex-shrink:0;width:74px;height:100%;border:1px solid #1f1f1f}@media only screen and (min-width:1280px){.item-counter{width:5.78125vw;border-width:.07813vw}}.item-tabs__item{font-size:18px;line-height:22px;letter-spacing:.01em;border-bottom:.7px solid hsla(0,0%,73.7%,.5)}@media only screen and (min-width:1280px){.item-tabs__item{font-size:1.40625vw;line-height:1.71875vw;border-width:.05469vw}}.item-tabs__item--active .item-tabs__heading:after{-webkit-transform:translateY(-50%) rotate(180deg);-ms-transform:translateY(-50%) rotate(180deg);transform:translateY(-50%) rotate(180deg);-webkit-transition:.3s ease-out;-o-transition:ease-out .3s;transition:.3s ease-out}.item-tabs__item--active .item-tabs__content{padding-bottom:50px;opacity:1;height:auto;-webkit-transition:.3s ease-out;-o-transition:ease-out .3s;transition:.3s ease-out}@media only screen and (min-width:1280px){.item-tabs__item--active .item-tabs__content{padding-bottom:3.90625vw}}.item-tabs__heading{position:relative;padding:20px 0;cursor:pointer}@media only screen and (min-width:1280px){.item-tabs__heading{padding:1.5625vw 0}}.item-tabs__heading:after{content:"";position:absolute;top:50%;right:0;-webkit-transform:translateY(-50%) rotate(0);-ms-transform:translateY(-50%) rotate(0);transform:translateY(-50%) rotate(0);width:10px;height:5px;background-image:url(/assets/css/../img/svg/tab-arrow.svg);background-size:cover;background-repeat:no-repeat;background-position:50%;-webkit-transition:.3s ease-out;-o-transition:ease-out .3s;transition:.3s ease-out}@media only screen and (min-width:1280px){.item-tabs__heading:after{width:.78125vw;height:.39063vw}}.item-tabs__content{padding-bottom:0;opacity:0;height:0;overflow:hidden;-webkit-transition:.3s ease-out;-o-transition:ease-out .3s;transition:.3s ease-out}.item-tabs__title{font-weight:600}.item-tabs__text,.item-tabs__title{font-family:Proxima Nova,sans-serif}.item-tabs__text{font-weight:400}.item-tabs__text:not(:last-child){margin-bottom:30px}@media only screen and (min-width:1280px){.item-tabs__text:not(:last-child){margin-bottom:2.34375vw}}@media only screen and (max-width:767px){.item-tabs__text{font-size:16px;line-height:19px}}.item-modal{display:none;position:fixed;z-index:99;top:0;right:0;bottom:0;left:0}.item-modal.active{display:block}.item-modal__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background-color:rgba(31,31,31,.5)}.item-modal__content{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);display:-webkit-box;display:-ms-flexbox;display:flex;width:830px;background-color:#fff;-webkit-overflow-scrolling:touch;overflow-x:hidden;overflow-y:auto}.item-modal__content::-webkit-scrollbar{width:4px;height:4px}.item-modal__content::-webkit-scrollbar-thumb{background-color:#1f1f1f}@media (max-height:550px){.item-modal__content{height:100vh;overflow-y:auto}}@media only screen and (min-width:1280px){.item-modal__content{width:64.84375vw}}@media only screen and (max-width:830px){.item-modal__content{width:80vw}}@media only screen and (max-width:450px){.item-modal__content{width:90vw}}.item-modal__form{padding:48px 124px 41px 80px;-webkit-overflow-scrolling:touch;overflow-x:hidden;overflow-y:auto}.item-modal__form::-webkit-scrollbar{width:4px;height:4px}.item-modal__form::-webkit-scrollbar-thumb{background-color:#1f1f1f}@media only screen and (min-width:1280px){.item-modal__form{padding:3.75vw 6.25vw 3.20313vw}}@media only screen and (max-width:830px){.item-modal__form{padding:50px}}@media only screen and (max-width:450px){.item-modal__form{padding:30px}}.item-modal__image{-ms-flex-negative:0;flex-shrink:0;width:212px;border-left:1px solid #eee}@media only screen and (min-width:1280px){.item-modal__image{width:16.5625vw}}@media only screen and (max-width:830px){.item-modal__image{display:none}}.item-modal__image-item{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.item-modal__info{margin-bottom:43px;font-family:Proxima Nova,sans-serif;font-weight:400;font-size:25px;line-height:30px;color:#000}@media only screen and (min-width:1280px){.item-modal__info{margin-bottom:3.35938vw;font-size:1.95313vw;line-height:2.34375vw}}@media only screen and (max-width:830px){.item-modal__info{font-size:22px;line-height:26px}}@media only screen and (max-width:620px){.item-modal__info{font-size:16px;line-height:117%}}.item-modal__info-text:not(:last-child){margin-bottom:20px}@media only screen and (min-width:1280px){.item-modal__info-text:not(:last-child){margin-bottom:1.5625vw}}@media only screen and (max-width:450px){.item-modal__info-text:not(:last-child){margin-bottom:10px}}.item-modal__fields{margin-bottom:45px}@media only screen and (min-width:1280px){.item-modal__fields{margin-bottom:3.51563vw}}.item-modal__fields-group{position:relative;width:100%}.item-modal__fields-group:not(:last-child){margin-bottom:23px}@media only screen and (min-width:1280px){.item-modal__fields-group:not(:last-child){margin-bottom:1.79688vw}}.item-modal__input{font-family:Proxima Nova,sans-serif;font-weight:400;width:100%;height:31px;padding:5px 7px;font-size:18px;line-height:117%;border-bottom:1px solid #000;color:#000}@media only screen and (min-width:1280px){.item-modal__input{height:2.42188vw;padding:.39063vw .54688vw;font-size:1.40625vw;border-width:.07813vw}}@media only screen and (max-width:620px){.item-modal__input{font-size:16px}}.item-modal__input:placeholder{font-family:Proxima Nova,sans-serif;font-weight:400;font-size:18px;line-height:117%;color:#9e9e9e}@media only screen and (min-width:1280px){.item-modal__input:placeholder{font-size:1.40625vw}}@media only screen and (max-width:620px){.item-modal__input:placeholder{font-size:16px}}.item-modal__button{margin-bottom:26px;height:56px;text-transform:uppercase}@media only screen and (min-width:1280px){.item-modal__button{margin-bottom:2.03125vw;height:4.375vw}}.item-modal__privacy{font-family:Proxima Nova,sans-serif;font-weight:400;font-size:14px;line-height:117%;color:#9e9e9e}@media only screen and (min-width:1280px){.item-modal__privacy{font-size:1.09375vw}}.item-ticker{font-family:Proxima Nova,sans-serif;font-weight:600;font-size:6.25vw;line-height:117%;text-transform:uppercase;border-top:1px solid #000;border-bottom:1px solid #000;overflow:hidden}@media only screen and (min-width:1280px){.item-ticker{border-width:.07813vw}}.item-ticker__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:200%;-webkit-animation:moveTicker 10s linear infinite;animation:moveTicker 10s linear infinite}.item-ticker__text{width:100%;white-space:nowrap;color:#000;-webkit-text-stroke:1px #000;-webkit-text-fill-color:#fff}@media only screen and (min-width:1280px){.item-ticker__text{-webkit-text-stroke:.07813vw #000}}.item-suggestions{padding-top:65px}@media only screen and (min-width:1280px){.item-suggestions{padding-top:5.07813vw}}.item-suggestions__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.item-suggestions__card{width:21.64063vw;font-size:15px;line-height:20px}@media only screen and (min-width:1280px){.item-suggestions__card{font-size:1.17188vw;line-height:1.5625vw}}.item-suggestions__card .catalog-card__img-wrapper{height:21.71875vw}@media only screen and (min-width:1280px){.item-suggestions__card .catalog-card__img-wrapper{margin-bottom:1.17188vw}}@media only screen and (min-width:1280px){.item-suggestions__card .catalog-card__title{margin-bottom:.15625vw}}.item-suggestions__card .catalog-card__model{max-width:240px}@media only screen and (min-width:1280px){.item-suggestions__card .catalog-card__model{margin-bottom:.39063vw;max-width:18.75vw}}.item__crumbs{margin-bottom:14px}@media only screen and (min-width:1280px){.item__crumbs{margin-bottom:1.09375vw}}.item__top{margin-bottom:102px}@media only screen and (min-width:1280px){.item__top{margin-bottom:7.96875vw}}@media only screen and (max-width:767px){.item__top{margin-bottom:0}}@media only screen and (max-width:768px){.item__bottom{display:none}}.item__details{margin-bottom:56px}@media only screen and (min-width:1280px){.item__details{margin-bottom:4.375vw}}@-webkit-keyframes moveTicker{0%{-webkit-transform:translateX(0);transform:translateX(0)}to{-webkit-transform:translateX(-50%);transform:translateX(-50%)}}@keyframes moveTicker{0%{-webkit-transform:translateX(0);transform:translateX(0)}to{-webkit-transform:translateX(-50%);transform:translateX(-50%)}}.wishlist{padding:64px 0 100px;font-family:Proxima Nova,sans-serif;font-weight:400;font-size:15px;line-height:20px;-webkit-transition:.3s ease-out;-o-transition:ease-out .3s;transition:.3s ease-out}@media only screen and (min-width:1280px){.wishlist{padding:5vw 0 7.8125vw;font-size:1.17188vw;line-height:1.5625vw}}@media only screen and (max-width:1024px){.wishlist{padding:48px 0 88px}}.wishlist.empty{padding-top:100px}@media only screen and (min-width:1280px){.wishlist.empty{padding-top:7.8125vw}}@media only screen and (max-width:1024px){.wishlist.empty{padding:141px 0 143px}}@media only screen and (max-width:620px){.wishlist.empty{padding:168px 0 170px}}.wishlist.empty .wishlist__heading{margin-bottom:0}.wishlist.logged .wishlist-heading__login{margin:0;opacity:0;height:0;overflow:hidden;-webkit-transition:all .3s ease-out;-o-transition:all ease-out .3s;transition:all .3s ease-out}.wishlist-title{font-weight:600;font-size:28px;line-height:42px}@media only screen and (min-width:1280px){.wishlist-title{font-size:2.1875vw;line-height:3.28125vw}}.wishlist-heading{max-width:600px;width:100%;text-align:center}@media only screen and (min-width:1280px){.wishlist-heading{max-width:46.875vw}}.wishlist-heading__login{margin-top:18px;margin-bottom:28px;opacity:1;height:auto;overflow:visible;-webkit-transition:all .3s ease-out;-o-transition:all ease-out .3s;transition:all .3s ease-out}@media only screen and (min-width:1280px){.wishlist-heading__login{margin-top:1.40625vw}}.wishlist-heading__login-text{margin-bottom:32px}@media only screen and (min-width:1280px){.wishlist-heading__login-text{margin-bottom:2.5vw}}.wishlist-heading__login-button{margin:0 auto;width:300px}@media only screen and (min-width:1280px){.wishlist-heading__login-button{width:23.4375vw}}@media only screen and (max-width:350px){.wishlist-heading__login-button{width:100%}}.wishlist-cards{-ms-flex-wrap:wrap;flex-wrap:wrap}.wishlist__heading{margin:0 auto 36px}@media only screen and (min-width:1280px){.wishlist__heading{margin-bottom:2.8125vw}}.wishlist__notavail{margin-top:64px}@media only screen and (min-width:1280px){.wishlist__notavail{margin-top:5vw}}.wishlist__notavail.empty{display:none}.wishlist__notavail-title{margin-bottom:36px;text-align:center}@media only screen and (min-width:1280px){.wishlist__notavail-title{margin-botton:2.8125vw}}.contacts{padding:60px 0;font-family:Proxima Nova,sans-serif;font-weight:400;font-size:15px;line-height:20px;text-align:center}@media only screen and (min-width:1280px){.contacts{padding:4.6875vw 0;font-size:1.17188vw;line-height:1.5625vw}}@media only screen and (max-width:620px){.contacts{padding:48px 0 88px}}@media only screen and (max-width:450px){.contacts{text-align:left}}.contacts-wrapper{max-width:600px;margin:0 auto}@media only screen and (min-width:1280px){.contacts-wrapper{max-width:46.875vw}}@media only screen and (max-width:1024px){.contacts-wrapper{max-width:450px}}.contacts-group:not(:last-child){margin-bottom:48px}@media only screen and (min-width:1280px){.contacts-group:not(:last-child){margin-bottom:3.75vw}}@media only screen and (max-width:620px){.contacts-group:not(:last-child){margin-bottom:40px}}.contacts__title{margin-bottom:18px;font-weight:600;font-size:28px;line-height:42px;letter-spacing:.02em}@media only screen and (min-width:1280px){.contacts__title{margin-bottom:1.40625vw;font-size:2.1875vw;line-height:3.28125vw}}.contacts__title--secondary{font-size:18px;line-height:22px;letter-spacing:.01em}@media only screen and (min-width:1280px){.contacts__title--secondary{font-size:1.40625vw;line-height:1.71875vw}}.contacts__link{opacity:1;-webkit-transition:.3s ease-out;-o-transition:ease-out .3s;transition:.3s ease-out}@media only screen and (min-width:993px){.contacts__link:hover{opacity:.7;-webkit-transition:.3s ease-out;-o-transition:ease-out .3s;transition:.3s ease-out}}.shops{position:relative;padding:48px 0 100px}@media only screen and (min-width:1280px){.shops{padding:3.82813vw 0 7.8125vw}}@media only screen and (max-width:767px){.shops{padding-bottom:72px}}.shops-heading__title{margin-bottom:28px}@media only screen and (min-width:1280px){.shops-heading__title{margin-bottom:2.1875vw}}@media only screen and (max-width:767px){.shops-heading__title{margin-bottom:16px}}.shops-container{padding-right:30px}@media only screen and (max-width:1024px){.shops-container{padding-right:20px}}@media only screen and (max-width:767px){.shops-container{padding-right:0}}.shops-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.shops-list{width:50vw;font-family:Proxima Nova,sans-serif;font-weight:400;font-size:15px;line-height:20px}@media only screen and (min-width:1280px){.shops-list{width:50vw;font-size:1.17188vw;line-height:1.5625vw}}@media only screen and (max-width:767px){.shops-list{width:100vw}}.shops-details{width:42.8125vw;padding-right:20px}@media only screen and (min-width:1280px){.shops-details{width:42.8125vw;padding-right:1.5625vw}}@media only screen and (max-width:767px){.shops-details{position:fixed;top:96px;right:0;bottom:0;left:0;z-index:199;width:100%;padding-right:0;opacity:0;visibility:hidden;pointer-events:none;-webkit-transition:.3s ease-out;-o-transition:ease-out .3s;transition:.3s ease-out}}@media only screen and (max-width:620px){.shops-details{top:45px}}.shops-details.opened{visibility:visible;opacity:1;pointer-events:auto;-webkit-transition:.3s ease-out;-o-transition:ease-out .3s;transition:.3s ease-out}.shops-details__photo{margin-bottom:16px;width:100%;height:17.89063vw}@media only screen and (min-width:1280px){.shops-details__photo{margin-bottom:1.25vw}}@media only screen and (max-width:767px){.shops-details__photo{display:none}}.shops-details__photo-item{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.shops-details__map{width:100%;height:46.40625vw}@media only screen and (max-width:767px){.shops-details__map{height:100%}}.shops-details__map-item{width:100%;height:100%;background-color:#fff}.shops-details__close{display:none;position:absolute;top:20px;right:20px;width:36px;height:36px;background-color:#fff}@media only screen and (max-width:767px){.shops-details__close{display:block}}.shops-item{padding:0 30px;-webkit-transition:.3s ease-out;-o-transition:ease-out .3s;transition:.3s ease-out;cursor:pointer}@media only screen and (min-width:993px){.shops-item:hover{background-color:#fcfcfc}}@media only screen and (max-width:1024px){.shops-item{padding:0 20px}}.shops-item.active,.shops-item.active .shops-item:hover{background-color:#f8f8f8}.shops-item.active .shops-item__wrapper{border-color:#f8f8f8}.shops-item__wrapper{padding:20px 0;border-top:1px solid #e1e1e1;-webkit-transition:.3s ease-out;-o-transition:ease-out .3s;transition:.3s ease-out}@media only screen and (min-width:1280px){.shops-item__wrapper{border-width:.07813vw}}@media only screen and (max-width:767px){.shops-item__wrapper{padding:16px 0;border:none}}.shops-item__content{max-width:438px}@media only screen and (min-width:1280px){.shops-item__content{max-width:34.21875vw}}.shops-item__name{font-weight:600}@media only screen and (max-width:767px){.shops-item__tel{margin-bottom:8px}}.shops-item__link{opacity:1;-webkit-transition:.3s ease-out;-o-transition:ease-out .3s;transition:.3s ease-out}@media only screen and (min-width:993px){.shops-item__link:hover{opacity:.7;-webkit-transition:.3s ease-out;-o-transition:ease-out .3s;transition:.3s ease-out}}.shops-item__map-link{display:none}@media only screen and (max-width:767px){.shops-item__map-link{display:-webkit-box;display:-ms-flexbox;display:flex}}.shops-item__map-link svg{margin-right:8px;width:13px;height:17px}.shops-item__map-link span{position:relative}.shops-item__map-link span:after{content:"";position:absolute;bottom:2px;left:0;right:0;width:100%;height:1px;background-color:#1f1f1f}.bag{padding:48px 0 100px}@media only screen and (min-width:1280px){.bag{padding:3.75vw 0 7.8125vw}}@media only screen and (max-width:620px){.bag{position:relative}}.bag-content{display:-webkit-box;display:-ms-flexbox;display:flex}.bag-content__order{-ms-flex-preferred-size:100%;flex-basis:100%}.bag-order__title{display:none}.bag-order__columns-item_1{width:120px}@media only screen and (min-width:1280px){.bag-order__columns-item_1{width:9.375vw}}.bag-order__columns-item_2{width:214px}@media only screen and (min-width:1280px){.bag-order__columns-item_2{width:16.71875vw}}@media only screen and (max-width:1024px){.bag-order__columns-item_2{width:auto}}@media only screen and (max-width:620px){.bag-order__columns-item_2{-webkit-box-ordinal-group:-1;-ms-flex-order:-2;order:-2}}.bag-order__columns-item_3{width:61px;-ms-flex-negative:0;flex-shrink:0}@media only screen and (min-width:1280px){.bag-order__columns-item_3{width:4.76563vw}}@media only screen and (max-width:621px){.bag-order__columns-item_3{width:auto}}@media only screen and (max-width:768px){.bag-order__columns-item_3{display:none}}.bag-order__columns-item_4{width:120px;word-break:break-all}@media only screen and (min-width:1280px){.bag-order__columns-item_4{width:9.375vw}}@media only screen and (max-width:621px){.bag-order__columns-item_4{width:auto}}@media only screen and (max-width:620px){.bag-order__columns-item_4{margin-right:37px}}.bag-order__columns-item_5{width:117px}@media only screen and (min-width:1280px){.bag-order__columns-item_5{width:9.14063vw}}@media only screen and (max-width:621px){.bag-order__columns-item_5{width:auto}}@media only screen and (max-width:620px){.bag-order__columns-item_5{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1;-ms-flex-preferred-size:100%;flex-basis:100%}}@media only screen and (min-width:1024px){.bag-order__columns-item_6{width:4.29688vw}}@media only screen and (max-width:1024px){.bag-order__columns-item_6{width:auto}}@media only screen and (max-width:621px){.bag-order__columns-item_6{width:100%}}.bag-order__columns-item_7{width:100px}@media only screen and (min-width:1280px){.bag-order__columns-item_7{width:7.8125vw}}@media only screen and (max-width:621px){.bag-order__columns-item_7{width:auto}}@media only screen and (max-width:620px){.bag-order__columns-item_7{-ms-flex-preferred-size:70%;flex-basis:70%}}@media only screen and (max-width:450px){.bag-order__columns-item_7{-ms-flex-preferred-size:50%;flex-basis:50%}}@media only screen and (max-width:350px){.bag-order__columns-item_7{-ms-flex-preferred-size:100%;flex-basis:100%}}.bag-order__columns-item_8{width:149px}@media only screen and (min-width:1280px){.bag-order__columns-item_8{width:11.64063vw}}@media only screen and (max-width:1024px){.bag-order__columns-item_8{width:auto}}.bag-order__sections{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding-bottom:15px;font-family:Proxima Nova,sans-serif;font-weight:400;font-size:16px;line-height:100%;color:#a0a0a0}@media only screen and (min-width:1280px){.bag-order__sections{padding-bottom:1.17188vw;font-size:1.25vw}}@media only screen and (max-width:1024px){.bag-order__sections{display:none}}.bag-item{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:30px 0;border-top:.7px solid #1f1f1f}.bag-item:last-child{border-bottom:.7px solid #1f1f1f}@media only screen and (min-width:1280px){.bag-item{padding:2.34375vw 0;border-width:.05469vw}}.bag-item__photo{width:120px;height:120px}@media only screen and (min-width:1280px){.bag-item__photo{width:9.375vw;height:9.375vw}}@media only screen and (max-width:1024px){.bag-item__photo{margin-right:24px}}@media only screen and (max-width:620px){.bag-item__photo{width:96px;height:136px}}.bag-item__photo-item{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}@media only screen and (max-width:620px){.bag-item__photo-item{-o-object-fit:contain;object-fit:contain}}.bag-item__info{-ms-flex-preferred-size:86.9%;flex-basis:86.9%}.bag-item.na .bag-info__art,.bag-item.na .bag-info__color,.bag-item.na .bag-info__price,.bag-item.na .bag-info__size{display:none}.bag-item.na .bag-info__na{display:inline-block;-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1;-ms-flex-preferred-size:52%;flex-basis:52%}@media only screen and (max-width:768px){.bag-item.na .bag-info__na{-ms-flex-preferred-size:auto;flex-basis:auto}}@media only screen and (max-width:620px){.bag-item.na .bag-info__na{-ms-flex-preferred-size:100%;flex-basis:100%;margin-bottom:15px}}.bag-info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-family:Proxima Nova,sans-serif;font-weight:400;font-size:16px;line-height:100%}@media only screen and (min-width:1280px){.bag-info{font-size:1.25vw}}@media only screen and (max-width:1100px){.bag-info{-ms-flex-wrap:wrap;flex-wrap:wrap}}@media only screen and (max-width:620px){.bag-info{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;font-size:12px}}.bag-info__attribute{display:none;color:#a0a0a0}@media only screen and (max-width:620px){.bag-info__attribute{display:inline}}.bag-info__name{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;row-gap:10px}@media only screen and (max-width:1024px){.bag-info__name{-ms-flex-preferred-size:100%;flex-basis:100%}}@media only screen and (max-width:620px){.bag-info__name{margin-bottom:15px;row-gap:5px}}@media only screen and (max-width:1024px){.bag-info__name-text{width:80%}}@media only screen and (max-width:620px){.bag-info__name-text{font-size:14px}}.bag-info__name-brand{font-size:14px;color:#a0a0a0}@media only screen and (min-width:1280px){.bag-info__name-brand{font-size:1.09375vw}}@media only screen and (max-width:620px){.bag-info__name-brand{font-size:12px}}@media only screen and (max-width:620px){.bag-info__color-text br{display:none}}@media only screen and (max-width:620px){.bag-info__color{margin-bottom:5px}}@media only screen and (max-width:350px){.bag-info__color{margin-bottom:15px}}@media only screen and (max-width:620px){.bag-info__art{margin-bottom:5px}}@media only screen and (max-width:350px){.bag-info__art{margin-bottom:15px}}@media only screen and (max-width:620px){.bag-info__size{margin-bottom:15px}}.bag-info__na{display:none}@media only screen and (max-width:350px){.bag-info__quantity{margin-bottom:15px}}@media only screen and (max-width:620px){.bag-info__quantity-counter{min-height:auto;height:28px;border:1px solid #1f1f1f}}@media only screen and (max-width:620px){.bag-info__sum{margin-left:auto}}.bag-info__sum-group{display:inline-block}@media only screen and (max-width:350px){.bag-info__sum-group{margin-left:auto}}.bag-info__sum-text{margin-bottom:5px}@media only screen and (min-width:1280px){.bag-info__sum-text{margin-bottom:5px}}@media only screen and (max-width:1024px){.bag-info__sum-text{text-align:right}}@media only screen and (max-width:620px){.bag-info__sum-text{font-size:16px}}.bag-info__sum-discount{font-size:13px;text-align:right;color:#a0a0a0}@media only screen and (min-width:1280px){.bag-info__sum-discount{font-size:1.01563vw}}.bag-info__delete{position:absolute;top:70px;right:0;width:24px;height:24px;background-image:url(/assets/css/../img/svg/bag-close.svg);background-size:cover;background-repeat:no-repeat;background-position:50%;opacity:1;cursor:pointer;-webkit-transition:.3s ease-out;-o-transition:ease-out .3s;transition:.3s ease-out}@media only screen and (min-width:1280px){.bag-info__delete{top:5.46875vw;width:1.875vw;height:1.875vw}}@media only screen and (min-width:993px){.bag-info__delete:hover{opacity:.7;-webkit-transition:.3s ease-out;-o-transition:ease-out .3s;transition:.3s ease-out}}@media only screen and (max-width:1024px){.bag-info__delete{top:37px}}.bag-info__delete-text{display:none;position:relative;color:#a0a0a0}.bag-info__delete-text:after{content:"";position:absolute;right:0;bottom:0;left:0;background-color:#a0a0a0;height:1px}.bag-payment{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding-top:40px}@media only screen and (min-width:1280px){.bag-payment{padding-top:40px}}@media only screen and (max-width:1024px){.bag-payment{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:410px;padding-top:36px}}@media only screen and (max-width:450px){.bag-payment{width:100%}}.bag-payment__promo{width:410px;padding-top:12px}@media only screen and (min-width:1280px){.bag-payment__promo{width:32.03125vw;padding-top:.9375vw}}@media only screen and (max-width:1024px){.bag-payment__promo{margin-bottom:60px;width:100%;padding-top:0}}.bag-payment__summary{width:381px}@media only screen and (min-width:1280px){.bag-payment__summary{width:29.76563vw}}@media only screen and (max-width:1024px){.bag-payment__summary{width:100%}}.bag-promo__title{margin-bottom:28px;font-family:Proxima Nova,sans-serif;font-weight:600;font-size:18px;line-height:22px;letter-spacing:.01em}@media only screen and (min-width:1280px){.bag-promo__title{margin-bottom:2.1875vw;font-size:1.40625vw;line-height:1.71875vw}}.bag-promo__form{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:56px}@media only screen and (min-width:1280px){.bag-promo__form{height:4.375vw}}@media only screen and (max-width:450px){.bag-promo__form{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:auto}}.bag-promo__input{width:100%;height:100%;padding:18px 16px;border-top:1px solid #a0a0a0;border-left:1px solid #a0a0a0;border-bottom:1px solid #a0a0a0}@media only screen and (min-width:1280px){.bag-promo__input{padding:1.40625vw 1.25vw;border-width:.07813vw}}@media only screen and (max-width:450px){.bag-promo__input{margin-bottom:16px;height:56px;border:none;background-color:#f8f8f8}}.bag-promo__input::-webkit-input-placeholder{font-size:15px;line-height:20px;color:#bcbcbc}.bag-promo__input::-moz-placeholder{font-size:15px;line-height:20px;color:#bcbcbc}.bag-promo__input:-ms-input-placeholder{font-size:15px;line-height:20px;color:#bcbcbc}.bag-promo__input::-ms-input-placeholder{font-size:15px;line-height:20px;color:#bcbcbc}.bag-promo__input::placeholder{font-size:15px;line-height:20px;color:#bcbcbc}@media only screen and (min-width:1280px){.bag-promo__input::-webkit-input-placeholder{font-size:1.17188vw;line-height:1.5625vw}.bag-promo__input::-moz-placeholder{font-size:1.17188vw;line-height:1.5625vw}.bag-promo__input:-ms-input-placeholder{font-size:1.17188vw;line-height:1.5625vw}.bag-promo__input::-ms-input-placeholder{font-size:1.17188vw;line-height:1.5625vw}.bag-promo__input::placeholder{font-size:1.17188vw;line-height:1.5625vw}}.bag-promo__button{max-width:170px;height:100%}@media only screen and (min-width:1280px){.bag-promo__button{max-width:13.28125vw}}@media only screen and (max-width:450px){.bag-promo__button{max-width:none;width:100%;height:56px}}.bag-summary{font-size:18px;line-height:22px}@media only screen and (min-width:1280px){.bag-summary{font-size:1.40625vw;line-height:1.71875vw}}.bag-summary__group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.bag-summary__price{margin-bottom:20px}@media only screen and (min-width:1280px){.bag-summary__price{margin-bottom:1.5625vw}}.bag-summary__discount{margin-bottom:18px}@media only screen and (min-width:1280px){.bag-summary__discount{margin-bottom:1.40625vw}}.bag-summary__total{margin-bottom:80px;padding-top:19px;border-top:1px solid #dfdfdf}@media only screen and (min-width:1280px){.bag-summary__total{margin-bottom:6.25vw;padding-top:1.48438vw;border-width:.07813vw}}.bag-summary__text{letter-spacing:.01em}.bag-summary__number{font-weight:600}.bag-summary__buttons-item{font-weight:600;text-transform:uppercase}.bag-summary__buttons-item:not(:last-child){margin-bottom:20px}@media only screen and (min-width:1280px){.bag-summary__buttons-item:not(:last-child){margin-bottom:1.5625vw}}.bag-modal{display:none;position:absolute;top:0;right:0;bottom:0;left:0;height:100vh}.bag-modal.active{display:block}.bag-modal__overlay{left:0;z-index:102;background:rgba(0,0,0,.5);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.bag-modal__content,.bag-modal__overlay{position:absolute;top:0;right:0;bottom:0}.bag-modal__content{z-index:103;width:653px;height:100%;padding:32px 29px 30px 32px;background-color:#fff;-webkit-overflow-scrolling:touch;overflow-x:hidden;overflow-y:auto}.bag-modal__content::-webkit-scrollbar{width:4px;height:4px}.bag-modal__content::-webkit-scrollbar-thumb{background-color:#1f1f1f}@media only screen and (min-width:1280px){.bag-modal__content{width:51.01563vw;padding:2.5vw 2.26563vw 2.34375vw 2.5vw}}@media only screen and (max-width:768px){.bag-modal__content{left:0;width:100%}}@media only screen and (max-width:620px){.bag-modal__content{padding:34px 16px 104px}}.bag-modal__heading{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding-bottom:20px;font-family:Proxima Nova,sans-serif;font-weight:600;font-size:18px;line-height:22px;letter-spacing:.01em;border-bottom:1px solid #1f1f1f}@media only screen and (min-width:1280px){.bag-modal__heading{margin-bottom:1.5625vw;font-size:1.40625vw;line-height:1.71875vw;border-width:.07813vw}}.bag-modal__heading-link{opacity:1;-webkit-transition:opacity .3s ease-out;-o-transition:opacity ease-out .3s;transition:opacity .3s ease-out}@media only screen and (min-width:993px){.bag-modal__heading-link:hover{opacity:.7;-webkit-transition:opacity .3s ease-out;-o-transition:opacity ease-out .3s;transition:opacity .3s ease-out}}.bag-modal__heading-more{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bag-modal__heading-more svg{margin-right:20px}@media only screen and (min-width:1280px){.bag-modal__heading-more svg{margin-right:1.5625vw}}.bag-modal__total{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:50px;padding-top:30px;font-family:Proxima Nova,sans-serif;font-weight:600;font-size:18px;line-height:100%}@media only screen and (min-width:1280px){.bag-modal__total{margin-bottom:3.90625vw;padding-top:2.34375vw;font-size:1.40625vw}}.bag-modal__buttons-item:not(:last-of-type){margin-bottom:10px}@media only screen and (min-width:1280px){.bag-modal__buttons-item:not(:last-of-type){margin-bottom:.78125vw}}.bag-modal .bag-item{border-top:none;border-bottom:1px solid #e7e7e7}@media only screen and (min-width:1280px){.bag-modal .bag-item{border-width:.07813vw}}.bag-modal .bag-item.last{border-bottom:1px solid #1f1f1f}@media only screen and (min-width:1280px){.bag-modal .bag-item.last{border-width:.07813vw}}.bag-modal .bag-item__photo{-ms-flex-negative:0;flex-shrink:0;margin-right:40px}@media only screen and (min-width:1280px){.bag-modal .bag-item__photo{margin-right:3.125vw}}@media only screen and (max-width:620px){.bag-modal .bag-item__photo{margin-right:24px;width:96px;height:96px}}.bag-modal .bag-item__info{-ms-flex-preferred-size:auto;flex-basis:auto}.bag-modal .bag-order__columns-item_2,.bag-modal .bag-order__columns-item_3,.bag-modal .bag-order__columns-item_4,.bag-modal .bag-order__columns-item_5,.bag-modal .bag-order__columns-item_6,.bag-modal .bag-order__columns-item_7,.bag-modal .bag-order__columns-item_8{width:auto}.bag-modal .bag-info{-ms-flex-wrap:wrap;flex-wrap:wrap;font-size:16px}@media only screen and (min-width:1280px){.bag-modal .bag-info{font-size:1.25vw}}@media only screen and (max-width:620px){.bag-modal .bag-info{font-size:14px}}.bag-modal .bag-info__art,.bag-modal .bag-info__price{display:none}.bag-modal .bag-info__attribute{display:inline}.bag-modal .bag-info__name{-webkit-box-ordinal-group:-1;-ms-flex-order:-2;order:-2;margin-bottom:17px;max-width:208px}@media only screen and (min-width:1280px){.bag-modal .bag-info__name{margin-bottom:1.32813vw;max-width:16.25vw}}@media only screen and (max-width:768px){.bag-modal .bag-info__name{max-width:none;-ms-flex-preferred-size:90%;flex-basis:90%}}.bag-modal .bag-info__name-brand{font-size:16px}@media only screen and (min-width:1280px){.bag-modal .bag-info__name-brand{font-size:1.25vw}}@media only screen and (max-width:620px){.bag-modal .bag-info__name-brand{font-size:14px}}.bag-modal .bag-info__size{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1;-ms-flex-preferred-size:100%;flex-basis:100%}@media only screen and (max-width:620px){.bag-modal .bag-info__size{-ms-flex-preferred-size:auto;flex-basis:auto;margin-right:30px;font-size:12px}}@media only screen and (max-width:620px){.bag-modal .bag-info__color{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0;-ms-flex-preferred-size:auto;flex-basis:auto;margin-bottom:15px;font-size:12px}}.bag-modal .bag-info__quantity{margin-right:34px;margin-left:auto}@media only screen and (min-width:1280px){.bag-modal .bag-info__quantity{margin-right:2.65625vw}}@media only screen and (max-width:620px){.bag-modal .bag-info__quantity{-ms-flex-preferred-size:60%;flex-basis:60%;margin-left:0}}@media only screen and (max-width:450px){.bag-modal .bag-info__quantity{-ms-flex-preferred-size:auto;flex-basis:auto}}@media only screen and (max-width:360px){.bag-modal .bag-info__quantity{-ms-flex-preferred-size:100%;flex-basis:100%;margin-bottom:25px}}.bag-modal .bag-info__delete{top:30px;right:30px;background-image:none}@media only screen and (min-width:1280px){.bag-modal .bag-info__delete{top:2.34375vw;right:2.34375vw}}@media only screen and (max-width:620px){.bag-modal .bag-info__delete{right:0;background-image:url(/assets/css/../img/svg/bag-close.svg)}}.bag-modal .bag-info__delete-text{display:inline}@media only screen and (max-width:620px){.bag-modal .bag-info__delete-text{display:none}}.bag__title{margin-bottom:42px;font-size:35px;line-height:120%}@media only screen and (min-width:1280px){.bag__title{margin-bottom:3.28125vw;font-size:2.73438vw}}@media only screen and (max-width:767px){.bag__title{margin-bottom:19px}}.bag.place-order .bag__title{display:none}.bag.place-order .bag-content{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media only screen and (max-width:1024px){.bag.place-order .bag-content{-ms-flex-wrap:wrap;flex-wrap:wrap}}.bag.place-order .bag-content__details{-ms-flex-preferred-size:43.9%;flex-basis:43.9%}@media only screen and (min-width:1280px){.bag.place-order .bag-content__details{-ms-flex-preferred-size:43.90625vw;flex-basis:43.90625vw}}@media only screen and (max-width:1024px){.bag.place-order .bag-content__details{-ms-flex-preferred-size:658px;flex-basis:658px}}@media only screen and (max-width:768px){.bag.place-order .bag-content__details{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;-ms-flex-preferred-size:100%;flex-basis:100%}}.bag.place-order .bag-content__order{-ms-flex-preferred-size:51.4%;flex-basis:51.4%}@media only screen and (min-width:1280px){.bag.place-order .bag-content__order{-ms-flex-preferred-size:51.40625vw;flex-basis:51.40625vw;padding-left:5.3125vw}}@media only screen and (max-width:1024px){.bag.place-order .bag-content__order{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1;-ms-flex-preferred-size:658px;flex-basis:658px;margin-bottom:90px;padding-left:0}}@media only screen and (max-width:768px){.bag.place-order .bag-content__order{-ms-flex-preferred-size:100%;flex-basis:100%}}.bag.place-order .bag-order__title{display:block}.bag.place-order .bag-order__sections{display:none}.bag.place-order .bag-order__total{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding-top:40px;font-size:18px;line-height:100%;border-top:1px solid #1f1f1f}@media only screen and (min-width:1280px){.bag.place-order .bag-order__total{padding-top:3.125vw;font-size:1.40625vw;border-width:.07813vw}}.bag.place-order .bag-order__total-sum{font-weight:600}.bag.place-order .bag-item__photo{-ms-flex-negative:0;flex-shrink:0;margin-right:40px}@media only screen and (min-width:1280px){.bag.place-order .bag-item__photo{margin-right:3.125vw}}@media only screen and (max-width:1024px){.bag.place-order .bag-item__photo{margin-right:24px}}.bag.place-order .bag-info{-ms-flex-wrap:wrap;flex-wrap:wrap}.bag.place-order .bag-info__art,.bag.place-order .bag-info__price{display:none}.bag.place-order .bag-info__attribute{display:inline}.bag.place-order .bag-info__name{-ms-flex-preferred-size:90%;flex-basis:90%}.bag.place-order .bag-info__size{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;-ms-flex-preferred-size:50%;flex-basis:50%}@media only screen and (max-width:350px){.bag.place-order .bag-info__size{-ms-flex-preferred-size:100%;flex-basis:100%}}.bag.place-order .bag-info__color{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;-ms-flex-preferred-size:50%;flex-basis:50%}@media only screen and (max-width:620px){.bag.place-order .bag-info__color{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;margin-bottom:15px}}@media only screen and (max-width:350px){.bag.place-order .bag-info__color{-ms-flex-preferred-size:100%;flex-basis:100%}}.bag.place-order .bag-info__quantity{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;-ms-flex-preferred-size:auto;flex-basis:auto}@media only screen and (max-width:620px){.bag.place-order .bag-info__quantity{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}}.bag.place-order .bag-info__sum{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;-ms-flex-preferred-size:auto;flex-basis:auto;margin-left:auto;width:auto}@media only screen and (max-width:350px){.bag.place-order .bag-info__sum{-ms-flex-preferred-size:50%;flex-basis:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}}.bag.place-order .bag-info__delete{top:30px}@media only screen and (min-width:1280px){.bag.place-order .bag-info__delete{top:2.34375vw}}.bag-authorization__title{margin-bottom:30px}@media only screen and (min-width:1280px){.bag-authorization__title{margin-bottom:2.34375vw}}.bag-authorization__getting{margin-bottom:80px}@media only screen and (min-width:1280px){.bag-authorization__getting{margin-bottom:6.25vw}}.bag-authorization__getting-button-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media only screen and (max-width:450px){.bag-authorization__getting-button-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}}@media only screen and (max-width:450px){.bag-authorization__getting-button:last-child{margin-bottom:11px}}.bag-authorization__getting__button{width:50%}.bag-authorization__contacts{margin-bottom:50px}@media only screen and (min-width:1280px){.bag-authorization__contacts{margin-bottom:3.90625vw}}.bag-authorization__contacts-input-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media only screen and (max-width:450px){.bag-authorization__contacts-input-group{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.bag-authorization__contacts-input-group:not(:last-child){margin-bottom:20px}@media only screen and (min-width:1280px){.bag-authorization__contacts-input-group:not(:last-child){margin-bottom:1.5625vw}}.bag-authorization__contacts-input{width:calc(50% - 10px)}@media only screen and (max-width:450px){.bag-authorization__contacts-input{width:100%}.bag-authorization__contacts-input:not(:last-child){margin-bottom:20px}}.bag-authorization__address{margin-bottom:50px}@media only screen and (min-width:1280px){.bag-authorization__address{margin-bottom:3.90625vw}}@media only screen and (max-width:450px){.bag-authorization__address{max-width:235px}}.bag-authorization__address-radio-wrapper{margin-bottom:20px}@media only screen and (min-width:1280px){.bag-authorization__address-radio-wrapper{margin-bottom:1.5625vw}}.bag-authorization__address-radio-button{padding-left:31px;font-size:16px;line-height:20px;color:#bcbcbc;text-decoration:underline}@media only screen and (min-width:1280px){.bag-authorization__address-radio-button{padding-left:2.42188vw;font-size:1.25vw;line-height:1.5625vw}}.bag-authorization__address-new{font-size:16px;line-height:20px;color:#bcbcbc;text-decoration:underline}@media only screen and (min-width:1280px){.bag-authorization__address-new{font-size:1.25vw;line-height:1.5625vw}}.bag-authorization__delivery{margin-bottom:32px}@media only screen and (min-width:1280px){.bag-authorization__delivery{margin-bottom:2.5vw}}.bag-authorization__delivery-wrapper{margin-bottom:20px}@media only screen and (min-width:1280px){.bag-authorization__delivery-wrapper{margin-bottom:1.5625vw}}.bag-authorization__continue-button{max-width:300px}@media only screen and (min-width:1280px){.bag-authorization__continue-button{max-width:23.4375vw}}@media only screen and (max-width:450px){.bag-authorization__continue-button{max-width:none;width:100%}}.bag-pickup__getting{margin-bottom:50px}@media only screen and (min-width:1280px){.bag-pickup__getting{margin-bottom:3.90625vw}}.bag-pickup__delivery{margin-bottom:50px}@media only screen and (min-width:1280px){.bag-pickup__delivery{margin-bottom:3.90625vw}}.bag-pickup__delivery-wrapper{margin-bottom:20px}@media only screen and (min-width:1280px){.bag-pickup__delivery-wrapper{margin-bottom:1.5625vw}}.bag-pickup__continue-button{max-width:300px}@media only screen and (min-width:1280px){.bag-pickup__continue-button{max-width:23.4375vw}}@media only screen and (max-width:450px){.bag-pickup__continue-button{max-width:none;width:100%}}.bag-pay__title{margin-bottom:30px}@media only screen and (min-width:1280px){.bag-pay__title{margin-bottom:2.34375vw}}.bag-pay__pay-button{max-width:300px}@media only screen and (min-width:1280px){.bag-pay__pay-button{max-width:23.4375vw}}@media only screen and (max-width:450px){.bag-pay__pay-button{max-width:none;width:100%}}.bag-pay__main-button{margin-bottom:15px;max-width:300px}@media only screen and (min-width:1280px){.bag-pay__main-button{margin-bottom:1.17188vw;max-width:23.4375vw}}@media only screen and (max-width:450px){.bag-pay__main-button{max-width:none;width:100%}}.bag-pay__label{font-weight:400;font-size:16px}@media only screen and (min-width:1280px){.bag-pay__label{font-size:1.25vw}}.bag-desc__order{padding-bottom:17px;margin-bottom:30px;border-bottom:.7px solid #1f1f1f}@media only screen and (min-width:1280px){.bag-desc__order{padding-bottom:1.32813vw;margin-bottom:2.34375vw;border-width:.05469vw}}.bag-desc__order-title{font-weight:600;font-size:35px;line-height:120%;letter-spacing:.02em;color:#1f1f1f;margin-bottom:5px}@media only screen and (min-width:1280px){.bag-desc__order-title{font-size:2.73438vw;margin-bottom:.39063vw}}.bag-desc__order-status{font-size:16px;line-height:125%}@media only screen and (min-width:1280px){.bag-desc__order-status{font-size:1.25vw}}.bag-desc__order-status_await{color:#fa2f04}.bag-desc__contacts{margin-bottom:50px}@media only screen and (min-width:1280px){.bag-desc__contacts{margin-bottom:3.90625vw}}@media only screen and (max-width:620px){.bag-desc__contacts{margin-bottom:40px}}.bag-desc__contacts-list{display:-webkit-box;display:-ms-flexbox;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;font-size:16px;line-height:125%;display:flex;color:#1f1f1f}@media only screen and (min-width:1280px){.bag-desc__contacts-list{font-size:1.25vw}}.bag-desc__contacts-list li:not(:last-child){margin-bottom:12px}@media only screen and (min-width:1280px){.bag-desc__contacts-list li:not(:last-child){margin-bottom:.9375vw}}.bag-desc__address{margin-bottom:50px}@media only screen and (min-width:1280px){.bag-desc__address{margin-bottom:3.90625vw}}.bag-desc__address-info{font-size:16px;line-height:20px;color:#1f1f1f}@media only screen and (min-width:1280px){.bag-desc__address-info{font-size:1.25vw;line-height:1.5625vw}}@media only screen and (max-width:620px){.bag-desc__address-info{font-size:15px}}.bag-desc__address-info span{display:block;font-weight:600}.bag-desc__pay{margin-top:50px;margin-bottom:50px}@media only screen and (min-width:1280px){.bag-desc__pay{margin-top:3.90625vw;margin-bottom:3.90625vw}}.bag-desc__pay-way{font-size:16px;line-height:125%}@media only screen and (min-width:1280px){.bag-desc__pay-way{font-size:1.25vw}}.bag-await__wrapper{margin:0 auto;max-width:600px;padding:95px 0 100px;text-align:center;font-size:16px;line-height:20px}@media only screen and (min-width:1280px){.bag-await__wrapper{max-width:46.875vw;padding:7.42188vw 0 7.8125vw;font-size:1.25vw;line-height:1.5625vw}}@media only screen and (max-width:768px){.bag-await__wrapper{padding-top:50px}}.bag-await__title{margin-bottom:18px}@media only screen and (min-width:1280px){.bag-await__title{margin-bottom:1.40625vw}}.bag-await__text{margin-bottom:15px}@media only screen and (min-width:1280px){.bag-await__text{margin-bottom:1.17188vw}}@media only screen and (max-width:768px){.bag-await__text{font-size:15px}}.bag-await__button{margin:40px auto 0;max-width:300px}@media only screen and (min-width:1280px){.bag-await__button{margin-top:3.125vw;max-width:23.4375vw}}.bag-login__heading{margin-bottom:80px}@media only screen and (min-width:1280px){.bag-login__heading{margin-bottom:6.25vw}}@media only screen and (max-width:450px){.bag-login__heading{margin-bottom:40px}}.bag-login__heading-title{margin-bottom:20px}@media only screen and (min-width:1280px){.bag-login__heading-title{margin-bottom:1.5625vw}}.bag-login__heading-text{margin-bottom:31px;font-family:Proxima Nova,sans-serif;font-weight:400;font-size:16px;line-height:20px}@media only screen and (min-width:1280px){.bag-login__heading-text{margin-bottom:2.42188vw;font-size:1.25vw;line-height:1.5625vw}}.bag-login__block-tabs{margin-bottom:31px;font-family:Proxima Nova,sans-serif;font-weight:600;font-size:18px;line-height:22px;letter-spacing:.01em;color:#1f1f1f}@media only screen and (min-width:1280px){.bag-login__block-tabs{margin-bottom:2.42188vw;font-size:1.40625vw;line-height:1.71875vw}}.bag-login__block-tabs-content{margin-bottom:55px}@media only screen and (max-width:450px){.bag-login__block-tabs-content{margin-bottom:40px}}.bag-login__block-tab{pointer-events:auto}.bag-login__block-tab:not(:last-child){margin-right:29px}@media only screen and (min-width:1280px){.bag-login__block-tab:not(:last-child){margin-right:2.26563vw}}.bag-login__block-tab.active{color:#8f8f8f;pointer-events:none}.bag-login__block-form{display:none}.bag-login__block-form.open{display:block}.bag-login__block-input{color:#1f1f1f}.bag-login__block-input:not(:last-child){margin-bottom:19px}@media only screen and (min-width:1280px){.bag-login__block-input:not(:last-child){margin-bottom:1.48438vw}}.bag-login__block-button{margin-right:20px}@media only screen and (min-width:1280px){.bag-login__block-button{margin-right:1.5625vw}}@media only screen and (max-width:450px){.bag-login__block-button{margin-right:0;margin-bottom:15px}}.bag-login__block-button-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:30px;height:56px}@media only screen and (min-width:1280px){.bag-login__block-button-group{margin-top:2.34375vw;height:4.375vw}}@media only screen and (max-width:450px){.bag-login__block-button-group{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:auto}}.bag-login__block-button-privacy{font-family:Proxima Nova,sans-serif;font-weight:400;font-size:12px;line-height:140%;color:#8f8f8f}@media only screen and (min-width:1280px){.bag-login__block-button-privacy{font-size:.9375vw}}.bag-login__button{max-width:300px}@media only screen and (min-width:1280px){.bag-login__button{max-width:23.4375vw}}@media only screen and (max-width:450px){.bag-login__button{max-width:none;width:100%}}.bag-login__social-title{margin-bottom:28px}@media only screen and (min-width:1280px){.bag-login__social-title{margin-bottom:2.1875vw}}.bag-login__social-items{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bag-login__social-item{width:56px;height:56px;border-radius:50%;background-color:#f8f8f8;background-size:cover;background-repeat:no-repeat;background-position:50%;opacity:1;-webkit-transition:opacity .3s ease-out;-o-transition:opacity ease-out .3s;transition:opacity .3s ease-out}@media only screen and (min-width:1280px){.bag-login__social-item{width:4.375vw;height:4.375vw}}@media only screen and (min-width:993px){.bag-login__social-item:hover{opacity:.7;-webkit-transition:opacity .3s ease-out;-o-transition:opacity ease-out .3s;transition:opacity .3s ease-out}}.bag-login__social-item:not(:last-child){margin-right:30px}@media only screen and (min-width:1280px){.bag-login__social-item:not(:last-child){margin-right:2.34375vw}}.bag-login__social-item_instagram{background-image:url(/assets/css/../img/svg/login-instagram.svg);background-size:16px 16px}@media only screen and (min-width:1280px){.bag-login__social-item_instagram{background-size:1.25vw 1.25vw}}.bag-login__social-item_vk{background-image:url(/assets/css/../img/svg/login-vk.svg);background-size:20px 10px}@media only screen and (min-width:1280px){.bag-login__social-item_vk{background-size:1.5625vw .78125vw}}.bag-login__social-item_facebook{background-image:url(/assets/css/../img/svg/login-facebook.svg);background-size:8px 18px}@media only screen and (min-width:1280px){.bag-login__social-item_facebook{background-size:.625vw 1.40625vw}}@media only screen and (max-width:450px){.bag-new-address{max-width:none;width:100%}}.bag-new-address__title{margin-bottom:30px}@media only screen and (min-width:1280px){.bag-new-address__title{margin-bottom:2.34375vw}}.bag-new-address__group{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.bag-new-address__input{margin-bottom:20px;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;color:#1f1f1f}@media only screen and (min-width:1280px){.bag-new-address__input{margin-bottom:1.5625vw}}.bag-new-address__input_sm{-ms-flex-preferred-size:48.3%;flex-basis:48.3%}@media only screen and (max-width:450px){.bag-new-address__input_sm{-ms-flex-preferred-size:100%;flex-basis:100%}.bag-new-address__input_sm:not(:last-child){margin-bottom:20px}}.search-page{padding-bottom:60px;padding-top:125px}@media only screen and (min-width:1280px){.search-page{padding-top:125px;padding-bottom:60px}}@media only screen and (max-width:768px){.search-page{padding-top:80px;padding-bottom:40px}}.search-page__search-title{font-weight:600;font-size:28px;line-height:150%;letter-spacing:.02em;margin-bottom:50px}@media only screen and (min-width:1280px){.search-page__search-title{font-size:2.1875vw;margin-bottom:3.90625vw}}@media only screen and (max-width:620px){.search-page__search-title{font-size:20px;margin-bottom:25px}}.search-page__arrow{display:-webkit-box;display:-ms-flexbox;display:flex;position:static;width:32px;height:32px;margin-top:0;cursor:pointer}@media only screen and (min-width:1280px){.search-page__arrow{width:2.5vw;height:2.5vw}}.search-page__arrow:after{display:none}.search-page__arrow-prev{margin-right:20px}@media only screen and (min-width:1280px){.search-page__arrow-prev{margin-right:1.5625vw}}.search-page__arrow-wrapper{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex}@media only screen and (max-width:450px){.search-page__arrow-wrapper{display:none}}.search-page__inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:50px}@media only screen and (min-width:1280px){.search-page__inner{margin-bottom:3.90625vw}}@media only screen and (max-width:620px){.search-page__inner{margin-bottom:25px}}.search-page__title-wrapper{max-width:200px;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media only screen and (min-width:1280px){.search-page__title-wrapper{max-width:15.625vw}}@media only screen and (max-width:620px){.search-page__title-wrapper{max-width:160px}}.search-page__section-title{font-weight:600;font-size:28px;line-height:120%;letter-spacing:.02em}@media only screen and (min-width:1280px){.search-page__section-title{font-size:2.1875vw}}@media only screen and (max-width:620px){.search-page__section-title{font-size:20px}}.search-page__new-items{margin-bottom:50px}@media only screen and (min-width:1280px){.search-page__new-items{margin-bottom:3.90625vw}}.search-page__new-items-more{font-weight:600;font-size:18px;line-height:120%;letter-spacing:.02em;position:relative}@media only screen and (min-width:1280px){.search-page__new-items-more{font-size:1.40625vw}}@media only screen and (max-width:620px){.search-page__new-items-more{font-size:16px}}.search-page__new-items-more:before{position:absolute;content:"";height:2px;background-color:#1f1f1f;right:0;left:0;bottom:0}.search-show{padding-bottom:60px;padding-top:125px}@media only screen and (min-width:1280px){.search-show{padding-bottom:4.6875vw;padding-top:9.76563vw}}@media only screen and (max-width:768px){.search-show{padding-top:80px;padding-bottom:40px}}.search-show__title{font-weight:600;font-size:28px;line-height:150%;letter-spacing:.02em;margin-bottom:32px}@media only screen and (min-width:1280px){.search-show__title{font-size:2.1875vw}}.search-show__row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:-14px -14px 40px}@media only screen and (min-width:1280px){.search-show__row{margin-bottom:3.125vw}}.search-show__card{width:25%;padding:14px}@media only screen and (min-width:1280px){.search-show__card{padding:1.09375vw}}@media only screen and (max-width:1024px){.search-show__card{width:33.333333%}}@media only screen and (max-width:620px){.search-show__card{width:50%}}@media only screen and (max-width:450px){.search-show__card{width:100%}}.search-show__filter-button{font-weight:600;font-size:15px;line-height:125%;color:#1f1f1f}@media only screen and (min-width:1280px){.search-show__filter-button{font-size:1.17188vw}}.search-show__controllers{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:16px}@media only screen and (min-width:1280px){.search-show__controllers{margin-bottom:1.25vw}}.search-show__filters{position:relative;width:324px;background:#fff;height:100%;padding:56px 20px;-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;-o-transition:transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease;overflow:auto;-webkit-overflow-scrolling:touch;overflow-x:hidden;overflow-y:auto;-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%)}.search-show__filters::-webkit-scrollbar{width:4px;height:4px}.search-show__filters::-webkit-scrollbar-thumb{background-color:#1f1f1f}@media only screen and (min-width:1280px){.search-show__filters{width:25.3125vw;padding:4.375vw 1.5625vw}}.search-show__filters.active{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}@media only screen and (max-width:450px){.search-show__filters{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;padding:56px 20px 0}}.search-show__filter-wrapper{position:fixed;z-index:100;left:0;top:0;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%;height:100%;margin-right:28px;visibility:hidden;opacity:0;background:rgba(0,0,0,.4);-webkit-transition:.3s ease;-o-transition:.3s ease;transition:.3s ease}@media only screen and (min-width:1280px){.search-show__filter-wrapper{z-index:111;width:22.1875vw;margin-right:2.1875vw}}.search-show__filter-wrapper.active{opacity:1;visibility:visible}.u-ovh{overflow:hidden}.u-hidden-v{border:0!important;clip:rect(0 0 0 0)!important;-webkit-clip-path:inset(50%)!important;clip-path:inset(50%)!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;white-space:nowrap!important;width:1px!important}.u-hidden{display:none!important}.u-mla{margin-left:auto}.u-mra{margin-right:auto}.u-mta{margin-top:auto}.u-mba{margin-bottom:auto}.u-flex,.u-flex-col{display:-webkit-box;display:-ms-flexbox;display:flex}.u-flex-col{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.u-ais{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.u-aie{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.u-aic{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.u-jcsb{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.u-jce{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.u-fxw{-ms-flex-wrap:wrap;flex-wrap:wrap}.u-center{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}

/* End */


/* Start:/local/components/its/main.register/templates/popup/style.css?1687946688559*/
#bx_register_resend_text {
    color: #fa2f04;
    font-size: 15px;
}
#bx_register_resend_counter {
    font-weight: bold;
}
#bx_register_resend_link {
    font-size: 15px;
    line-height: 100%;
    color: #a0a0a0;
}
#bx_register_resend_link:hover {
    color: #fa2f04;
}
.bx-auth-reg-popup .alert {
    margin: 15px 0px;
    line-height: 15px;
    font-size: 12px;
}
.bx-auth-reg-popup .account__condition {
    margin-bottom: 0px;
}
.bx-auth-reg-popup .account__input-group_check-in {
    margin-bottom: 0px;
}
#bx_register_resend {
    margin-top: 10px;
}
/* End */


/* Start:/local/templates/project/components/bitrix/menu/main_menu/style.css?168794668849*/
.header__list-item.active {
    color: #fa2f04;
}
/* End */


/* Start:/local/components/its/discount/templates/.default/style.css?17544019261406*/
#callibri-module-area #callibri_wrap_pict_operator,
#callibri-module-area #callibri_wrap_pict_img {
    bottom: 70px !important;
}
#callibri-module-area .callibri_wrap_pict_index.callibri_wrap_pict_colorring {
    bottom: 77px !important;
}
#callibri-module-area .callibri_anim_vibro_cr {
    -webkit-animation: move_crNe 3.3s infinite ease !important;
    -moz-animation: move_crNe 3.3s infinite ease !important;
    animation: move_crNe 3.3s infinite ease !important;
}
#callibri-module-area #callibri-module-area .callibri_wrap_pict_name {
    bottom: 154px !important;
}
@media only screen and (max-width: 620px) {
    #callibri-module-area #callibri_wrap_pict_operator,
    #callibri-module-area #callibri_wrap_pict_img {
        bottom: 121px !important;
    }
    #callibri-module-area .callibri_wrap_pict_index.callibri_wrap_pict_colorring {
        bottom: 128px !important;
    }
    #callibri-module-area #callibri-module-area .callibri_wrap_pict_name {
        bottom: 209px !important;
    }
}
@-webkit-keyframes move_crNe{24%,from,to{-webkit-transform:matrix(1,0,0,1,0,0);}12%{-webkit-transform:matrix(1.04,0,0,1.04,2,5);}}
@-moz-keyframes move_crNe{24%,from,to{-moz-transform:matrix(1,0,0,1,0,0);}12%{-moz-transform:matrix(1.04,0,0,1.04,2,5);}}
@keyframes move_crNe{24%,from,to{transform:matrix(1,0,0,1,0,0)}12%{transform:matrix(1.04,0,0,1.04,2,5)}}

.stock__button:disabled {
opacity: .5;
}
/* End */


/* Start:/local/templates/project/styles.css?17495426243385*/
.cookies-modal {
    display: none;
    position: fixed;
    z-index: 1000000000;
    bottom: 0px;
    left: 0px;
    transform: translateX(-50%);
    margin: 0px -50% 15px 50%;
    padding: 9px 43px 9px 14px;
    font-size: 12px;
    font-family: Dodo, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 500;
    text-align: left;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.95);
    pointer-events: auto;
    max-width: 1280px;
    box-shadow: rgba(6, 5, 50, 0.1) 0px 6px 20px;
    color: #5c5c5c;
}
.cookies-modal a {
    text-decoration: none;
    cursor: pointer;
    outline: none;
    font-family: Dodo, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 600;
    color: #fc5555;
}
.cookies-modal .cookies-btns {
    display: flex;
    margin-left: auto;
    margin-right: 0;
    width: max-content;
	margin-top: 6px;
}
.cookies-modal .cookies-btns .cookies-btn {
    border: 1px solid #fc5555;
    color: #fc5555;
    padding: 5px 10px;
    margin-left: 10px;
    border-radius: 10px;
    cursor: pointer;
    transition: .3s;
}
.cookies-modal .cookies-btns .cookies-btn.yes-cookie {
    margin-left: 0px;
    color: #fff;
    background-color: #fc5555;
}
.cookies-modal .cookie-policy-button {
    margin: 0px;
    padding: 0px;
    background: none;
    border: none;
    font: inherit;
    cursor: pointer;
    position: absolute;
    top: 9px;
    right: 7px;
    display: inline-block;
    width: 28px;
    color: rgb(92, 99, 112);
    text-align: center;
}









/*new*/
._item-color__item {
    width: 100%;
    height: 6vw;
}

.slick-arrow svg {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    width: 26px;
    height: 16px;
    color: #1f1f1f;
    fill: #fff;
}
.slick-prev svg {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.slick-arrow {
    top: 50%;
    width: 25px;
    height: 40px;
    bottom: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.slick-prev {
    left: -25px;
}
.slick-next {
    right: -25px;
}
.item-color__list {
    display: block;
    width: 100%;
}
.fv-hover-popup {
    width: 170px;
    padding: 8px;
    z-index: 700;
}
.fv-hover-popup li {
    font-size: 11px;
    line-height: 14px; 
    margin-bottom: 5px;
}
.fv-hover-popup li:last-child {
    margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
.sizes-public-detail__list__item-icon {
    margin-left: 4px;
    transform: none;
    flex: none;
    position: static;
	}
.sizes-public-detail__list__item-text {
    flex: none;
}
.sizes-public-detail__list__item {
     padding-right: 3px !important;
	}
    ._item-color__item {
        height: 76px;
    }
    .slick-prev {
        left: -18px;
    }
    .slick-next {
        right: -18px;
    }
    .fv-hover-popup {
        width: 122px;
    }
    .fv-hover-popup li {
        font-size: 9px;
        line-height: 12px;
        margin-bottom: 6px;
    }
    .fv-hover-popup li:last-child {
        margin-bottom: 0;
    }
}
/* End */


/* Start:/local/templates/project/template_styles.css?178360752611228*/


a * {
    cursor: pointer;
}
.modal--favorites .modal__favorites-column {
    overflow-y: unset;
}
.modal__favorites-wishlist {
    overflow: hidden;
}
.modal__favorites-wishlist > .bx-blue {
    overflow: auto;
    margin-bottom: 64px;
}
.modal__favorites-wishlist > .bx-blue::-webkit-scrollbar {
    width: 4px;
    height: 4px
}
.modal__favorites-wishlist > .bx-blue::-webkit-scrollbar-thumb {
    background-color: #1f1f1f
}
.search__input:focus,
.search__input:-internal-autofill-selected {
    box-shadow: 0 0 0 #ffffff;
    background-color: #ffffff !important;
    border-radius: 0;
}
.product-label-block {
    position: absolute;
    top: 14px;
    right: 14px;
    text-align: right;
    z-index: 12;
}
.product-label-block > * {
    position: relative;
    top: unset;
    right: unset;
}
.modal.modal--active {
    z-index: 201;
}
.search__popular .product-item-image-wrapper {
    display: block;
    min-width: 100px;
}
.catalog-card .catalog-card__stock,
.catalog-card .catalog-card__colors {
    z-index: 12;
}
.catalog-card__colors > .catalog-card__color {
    border: 1px solid #e5e5e5;
}
.catalog-card__colors > .catalog-card__color:hover {
    border: 1px solid #F00;
}
.product-item-image-slider-slide-container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
    transition: opacity 300ms ease;
}
.product-item-image-slide {
    position: relative;
    display: none;
    height: 100%;
    background-color: #fff;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: .6s ease-in-out left;
}
.catalog__card.hover .product-item-image-slide.item,
.catalog__card:hover .product-item-image-slide.item {
    transition: opacity 600ms cubic-bezier(0.25, 1, 0.5, 1) 0s;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transition: opacity .15s;
    -o-transition: .15s opacity;
    opacity: 1 !important;
    display: block;
}
.catalog__card.hover .product-item-image-original:not(.one),
.catalog__card:hover .product-item-image-original:not(.one),
.catalog__card.hover .product-item-image-alternative:not(.one),
.catalog__card:hover .product-item-image-alternative:not(.one) {
    transition: opacity 600ms cubic-bezier(0.25, 1, 0.5, 1) 0s;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transition: opacity .15s;
    -o-transition: .15s opacity;
    opacity: 0;
    display: none;
}
.product-item-image-slider-slide-container > .active,
.product-item-image-slider-slide-container > .next,
.product-item-image-slider-slide-container > .prev { display: block; }
.product-item-image-slider-slide-container > .active { left: 0; }
.product-item-image-slider-slide-container > .next,
.product-item-image-slider-slide-container > .prev {
    position: absolute;
    top: 0;
    width: 100%;
}
.product-item-container.hover .product-item-image-slider-control-container,
.product-item-line-card:hover .product-item-image-slider-control-container { opacity: 1; }
.product-item-image-slider-control:hover,
.product-item-image-slider-control.active:hover {
    cursor: pointer;
}
.product-item-image-original,
.product-item-image-alternative {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: opacity 300ms linear;
}
.product-item-image-original {
    z-index: 11;
}
.catalog-card__color.selected {
    border: 1px solid #fa2f04;
}
.product-item .catalog-card__timer {
    z-index: 15;
}
.catalog-card:hover .catalog-card__favorite-button {
    z-index: 20;
}
.card-favorites__size {
    margin-top: 20px;
}
.catalog-card.favorite:hover {
    color: #1f1f1f;
}
.modal__favorites-img {
    position: relative;
}
.modal__favorites-card .catalog-card__stock {
    top: 0;
    right: 0;
    font-size: 70%;
}
.catalog__categories-item.checked,
.catalog__filter-body-link.checked {
    color: #fa2f04;
}
.catalog__categories-item {
    white-space: nowrap;
}
.catalog__categories-inner::-webkit-scrollbar {
    width: 4px;
    height: 4px
}
.catalog__categories-inner::-webkit-scrollbar-thumb {
    background-color: #1f1f1f
}
.catalog-card__pre-order {
    background: #ff3030;
    color: #ffffff;
    padding: 1px 10px;
    top: 12px;
    left: 12px;
    text-transform: uppercase;
    position: absolute;
    z-index: 20;
    font-size: 11px;
}
.header {
    z-index: 21;
}
.search-dropdown+.search__popular .catalog-card__model {
    margin: 0 10px 0 0;
}
.callibri-module-area {
    z-index: 100;
}
@media only screen and (min-width: 1280px) {
    .modal__favorites-wishlist-empty {
        padding: 0px 30px;
        padding-top: 0px !important;
    }
    .favorites-modal--empty .wishlist-heading__login-button {
        width: auto;
    }
    .wishlist-title {
        font-size: 32px;
    }
    .search__popular .search__popular-card .catalog-card__favorite-button,
    .search__popular .search__popular-card .catalog-card__favorite-button svg {
        width: 16px;
        height: 16px;
        top: 4px;
        right: 7px;
    }
    .search__popular .search__popular-card .catalog-card__stock {
        font-size: 12px;
        top: 4px;
        right: 7px;
    }
    .catalog-card__pre-order {
        padding: 2px 14px;
        top: 20px;
        left: 20px;
        font-size: 15px;
    }
}
@media only screen and (max-width: 450px) {
    .search .catalog-card {
        padding-left: 0;
        padding-right: 0;
    }
    .search-dropdown + .search__popular .catalog-card__price-wrapper {
        flex-wrap: wrap;
    }
    .search .catalog-card .catalog-card__price {
        white-space: nowrap;
    }
    .modal--search .modal__close {
        top: 24px;
        right: 24px;
        left: unset;
    }
}
.dropdown-menu {
    padding: 2.708vw 2.448vw;
    padding-bottom: 4.167vw;
    max-width: 63.958vw;
    font-size: 0.833vw;
    line-height: 130%;
    font-weight: 400;
    top: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    position: absolute;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    transition: all 0.1s;
}
.dropdown-menu::before {
    position: absolute;
    display: block;
    content: " ";
    width: 100%;
    height: 1.72vw;
    bottom: 100%;
    left: 0;
}
.header__list-item:hover .dropdown-menu {
    visibility: visible;
    opacity: 1;
}
.dropdown-menu__wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.dropdown-menu__content {
    width: 60%;
    margin: 0 -0.781vw;
    display: flex;
    align-items: flex-start;
}
.dropdown-menu__more {
    width: 40%;
    margin: 0 -0.781vw;
    display: flex;
    align-items: flex-start;
}
.dropdown-menu__column {
    width: 50%;
    padding: 0 0.781vw;
}
.dropdown-menu__title {
    font-size: 1.042vw;
    margin-bottom: 1.094vw;
    color: #000;
    font-weight: 600;
    display: inline-block;
    vertical-align: middle;
}
.header__list-item:hover .dropdown-menu a {
    color: #000;
}
.dropdown-menu ul li {
    margin-bottom: 1.094vw;
}
.dropdown-menu ul li a {
    color: #000;
    border-bottom: 1px transparent solid;
    text-transform: uppercase;
}
.dropdown-menu ul li a:hover {
    border-color: #000;
}
.dropdown-menu ul li:last-child {
    margin-bottom: 0;
}
.item-dropdown-menu {
    display: block;
    color: #000;
    text-transform: uppercase;
}
.item-dropdown-menu__image {
    height: 14.688vw;
    margin-bottom: 0.729vw;
    width: 100%;
    display: block;
}
.item-dropdown-menu__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.item-dropdown-menu__title {
    display: block;
}
.header__list-item > a {
    position: relative;
}
.header__list-item > a::after {
    position: absolute;
    display: block;
    content: " ";
    top: 100%;
    left: -2px;
    right: -2px;
    bottom: -2px;
    height: 2px;
    background: #000;
    transition: all 0.3s;
    opacity: 0;
}
.header__list-item.active > a::after,
.header__list-item:hover > a::after {
    opacity: 1;
}
.header__list-item > a,
.header__list-item:hover a {
    color: #000;
}
.open-dropdown {
    display: none;
}
@media only screen and (max-width : 1024px) {
    .catalog__sort,
.catalog__filter-button {
        border: 1px solid #000;
        padding: 5px;
        font-size: 12px;
        font-weight: 500;
        color: #000;
        line-height: normal;
}
.catalog__sort svg {
    width: 9px;
    height: 7px;
    margin-left: 0px;
}
.catalog__categories-inner {
    column-gap: 10px;
}
.item-container__info,
    .catalog {
        padding-top: 28px;
    }
}
@media only screen and (max-width : 620px) {
    .dropdown-menu {
        padding: 15px 0;
        font-size: 14px;
        visibility: visible;
        opacity: 1;
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        margin: 0;
        max-width: 100%;
        transition: initial;
        display: none;
        text-align: left;
    }
    .header__list-item {
        text-align: center;
    }
    .dropdown-menu__title {
        font-size: 16px;
        margin-bottom: 15px;
    }
    .dropdown-menu ul li {
        margin-bottom: 15px;
    }
    .item-dropdown-menu__image {
        height: 210px;
        margin-bottom: 15px;
    }
    .dropdown-menu__wrapper {
        display: block;
    }
    .dropdown-menu__more,
    .dropdown-menu__content {
        width: auto;
        margin: 0 -10px;
    }
    .dropdown-menu__column {
        padding: 0 10px;
    }
    .dropdown-menu__more {
        padding-top: 20px;
    }
    ul.header__list {
        max-height: 100vh;
        display: block;
        overflow: auto;
        padding-bottom: 120px;
    }
    .open-dropdown {
        width: 50px;
        height: 50px;
        margin-right: -53px;
        background-image: url(/local/templates/project/images/ic_arrow.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 19px auto;
        cursor: pointer;
        transition: all 0.3s;
        display: inline-block;
        vertical-align: middle;
    }
    .open-dropdown.active {
        transform: rotate(180deg);
    }
    .dropdown-menu::before {
        height: 33px;
        display: none;
    }

    .catalog__categories-inner {
        font-size: 12px;
        font-weight: 500;
    }
        .catalog__title {
        margin-bottom: 20px;
    }
        .catalog__card {
        width: 50%;
        padding: 10px 7px;
         font-size: 12px;
        line-height: normal;
    }
    .catalog-card__stock {
        font-size: 12px;
        font-weight: 500;
    }
    .product-label-block {
        top: 10px;
        right: 10px;
    }
        .brands__container {
        -webkit-columns: 2;
        -moz-columns: 2;
        column-count: 2;
    }
    .brands__letter {
        font-size: 22px;
        margin-bottom: 5px;
    }
    .brands__letter-container {
        margin-bottom: 18px;
        font-size: 15px;
    }
}
/* End */
/* /local/templates/project/libs/slick-1.5.9/slick/slick.css?17265661171782 */
/* /local/templates/project/libs/slick-1.5.9/slick/slick-theme.css?17265661173030 */
/* /assets/css/vendors.css?170687508231348 */
/* /assets/css/main.css?1783607797260103 */
/* /local/components/its/main.register/templates/popup/style.css?1687946688559 */
/* /local/templates/project/components/bitrix/menu/main_menu/style.css?168794668849 */
/* /local/components/its/discount/templates/.default/style.css?17544019261406 */
/* /local/templates/project/styles.css?17495426243385 */
/* /local/templates/project/template_styles.css?178360752611228 */
