

/* Start:/local/templates/collant/js/fancybox/jquery.fancybox.css?167766317517390*/
body.compensate-for-scrollbar {
    overflow: hidden;
}

.fancybox-active {
    height: auto;
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden;
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992;
}

.fancybox-container * {
    box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
}

.fancybox-bg {
    background: rgb(30, 30, 30);
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
    opacity: 1;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible;
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fancybox-toolbar {
    right: 0;
    top: 0;
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    transform: translateZ(0);
    z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden;
}

.fancybox-slide {
    -webkit-backface-visibility: hidden; /* Using without prefix would break IE11 */
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform, opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994;
}

.fancybox-slide::before {
    content: '';
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
    display: block;
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0;
}

.fancybox-slide--image::before {
    display: none;
}

.fancybox-slide--html {
    padding: 6px;
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -ms-transform-origin: top left;
    transform-origin: top left;
    transition-property: transform, opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
    cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}

.fancybox-spaceball {
    z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%;
}

.fancybox-slide--video .fancybox-content {
    background: #000;
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff;
}

.fancybox-video,
.fancybox-iframe {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0;
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%;
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}

/* Buttons */

.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
    color: #ccc;
}

.fancybox-button:hover {
    color: #fff;
}

.fancybox-button:focus {
    outline: none;
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none;
}

/* Fix IE11 */
.fancybox-button div {
    height: 100%;
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%;
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
    display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
    display: none;
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -ms-transform-origin: 0;
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998;
}
/* Close button on the top right corner of html content */

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401;
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none;
}

/* Navigation arrows */

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px;
}

.fancybox-navigation .fancybox-button div {
    padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right);
}

/* Caption */

.fancybox-caption {
    background: linear-gradient(
    to top,
    rgba(0, 0, 0, .85) 0%,
    rgba(0, 0, 0, .3) 50%,
    rgba(0, 0, 0, .15) 65%,
    rgba(0, 0, 0, .075) 75.5%,
    rgba(0, 0, 0, .037) 82.85%,
    rgba(0, 0, 0, .019) 88%,
    rgba(0, 0, 0, 0) 100%
    );
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px 44px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996;
}

@supports (padding: max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
    }
}

.fancybox-caption--separate {
    margin-top: -50px;
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none;
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline;
}

/* Loading indicator */

.fancybox-loading {
    animation: fancybox-rotate 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999;
}

@keyframes fancybox-rotate {
    100% {
        transform: rotate(360deg);
    }
}

/* Transition effects */

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1);
}

/* transitionEffect: slide */

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
}

/* transitionEffect: zoom-in-out */

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(.5, .5, .5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

/* transitionEffect: circular */

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */

.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
    transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px;
    }

    .fancybox-slide--image {
        padding: 6px 0;
    }

    .fancybox-close-small {
        right: -6px;
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px;
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px;
    }

    @supports (padding: max(0px)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right));
        }
    }
}

/* Share */

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center;
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px 0;
}

.fancybox-share p {
    margin: 0;
    padding: 0;
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px 5px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
    color: #fff;
}

.fancybox-share__button:hover {
    text-decoration: none;
}

.fancybox-share__button--fb {
    background: #3b5998;
}

.fancybox-share__button--fb:hover {
    background: #344e86;
}

.fancybox-share__button--pt {
    background: #bd081d;
}

.fancybox-share__button--pt:hover {
    background: #aa0719;
}

.fancybox-share__button--tw {
    background: #1da1f2;
}

.fancybox-share__button--tw:hover {
    background: #0d95e8;
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px;
}

.fancybox-share__button svg path {
    fill: #fff;
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%;
}

/* Thumbs */

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px 2px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 0;
    width: 212px;
    z-index: 99995;
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block;
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px;
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px;
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, .1);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px;
}

.fancybox-thumbs__list a::before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
    opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
    opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
    .fancybox-thumbs {
        width: 110px;
    }
    .fancybox-show-thumbs .fancybox-inner {
        right: 110px;
    }
    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px);
    }
}

/* End */


/* Start:/local/templates/collant/js/swiper/swiper.min.css?167766317513667*/
/**
 * Swiper 5.2.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 16, 2019
 */

@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{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-container-multirow>.swiper-wrapper{flex-wrap:wrap}.swiper-container-multirow-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-container-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-container-3d{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{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:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,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{scroll-snap-type:x mandatory}.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper{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(-1 * var(--swiper-navigation-size)/ 2);z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next: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:initial}.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:#ffffff}.swiper-button-next.swiper-button-black,.swiper-button-prev.swiper-button-black{--swiper-navigation-color:#000000}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-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{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;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%;transform:translate3d(0px,-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%;transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.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%;transform:scale(0);transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{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:#ffffff}.swiper-pagination-black{--swiper-pagination-color:#000000}.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:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;animation:swiper-preloader-spin 1s infinite linear;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}.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{transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;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;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{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:0px;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.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}
/* End */


/* Start:/local/templates/collant/js/formstyler/jquery.formstyler.css?16776631752175*/
.jq-checkbox,
.jq-radio {
	position: relative;
	display: inline-block;
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.jq-checkbox input,
.jq-radio input {
	position: absolute;
	z-index: -1;
	margin: 0;
	padding: 0;
	opacity: 0;
}
.jq-file {
	position: relative;
	display: inline-block;
	overflow: hidden;
}
.jq-file input {
	position: absolute;
	top: 0;
	right: 0;
	height: auto;
	margin: 0;
	padding: 0;
	opacity: 0;
	font-size: 100px;
	line-height: 1em;
}
.jq-file__name {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.jq-selectbox,
.jq-select-multiple {
	position: relative;
	display: inline-block;
}
.jq-selectbox select,
.jq-select-multiple select {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	opacity: 0;
}
.jq-selectbox li,
.jq-select-multiple li {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
}
.jq-selectbox {
	z-index: 10;
}
.jq-selectbox__select {
	position: relative;
}
.jq-selectbox__select-text {
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.jq-selectbox__dropdown {
	position: absolute;
}
.jq-selectbox__search input {
	-webkit-appearance: textfield;
}
.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
	-webkit-appearance: none;
}
.jq-selectbox__dropdown ul {
	position: relative;
	overflow: auto;
	overflow-x: hidden;
	list-style: none;
	-webkit-overflow-scrolling: touch;
}
.jq-select-multiple ul {
	position: relative;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
}
.jq-number {
	display: inline-block;
}
.jq-number__field input {
	-moz-appearance: textfield;
	text-align: left; /* для Opera Presto */
}
.jq-number__field input::-webkit-inner-spin-button,
.jq-number__field input::-webkit-outer-spin-button {
	margin: 0; /* в каких-то браузерах присутствует отступ */
	-webkit-appearance: none;
}
/* End */


/* Start:/local/templates/collant/js/waitMe/waitMe.min.css?167766317514044*/
/*
waitMe - 1.19 [31.10.17]
Author: vadimsva
Github: https://github.com/vadimsva/waitMe
*/
.waitMe_container:not(body),body.waitMe_container .waitMe{transform:translateZ(0);backface-visibility:hidden}body.waitMe_container .waitMe{position:fixed;height:100vh}body.waitMe_container .waitMe .waitMe_content{top:50%!important;transform:none!important}.waitMe_container .waitMe{position:absolute;top:0;left:0;right:0;bottom:0;z-index:9989;text-align:center;overflow:hidden;cursor:wait}.waitMe_container .waitMe *{font-family:inherit;font-size:inherit;font-weight:initial;font-style:initial;line-height:initial;color:initial;text-decoration:initial;text-transform:initial;padding:initial;margin:initial}.waitMe_container .waitMe .waitMe_content{position:absolute;left:0;right:0;top:50%;backface-visibility:hidden}.waitMe_container .waitMe .waitMe_content.horizontal>.waitMe_progress{display:inline-block;vertical-align:middle}.waitMe_container .waitMe .waitMe_content.horizontal>.waitMe_text{display:inline-block;margin:0 0 0 20px;vertical-align:middle}.waitMe_container .waitMe .waitMe_progress{position:relative;font-size:0;line-height:0}.waitMe_container .waitMe .waitMe_progress>div{animation-fill-mode:both;display:inline-block;transform:translateZ(0);backface-visibility:hidden}.waitMe_container .waitMe .waitMe_text{position:relative;margin:20px 0 0}body.waitMe_body{overflow:hidden;height:100%}body.waitMe_body.hideMe{transition:opacity .2s ease-in-out;opacity:0}body.waitMe_body .waitMe_container:not([data-waitme_id]){position:fixed;z-index:9989;top:0;bottom:0;left:0;right:0;background:#fff}body.waitMe_body .waitMe_container:not([data-waitme_id])>div{animation-fill-mode:both;position:absolute}body.waitMe_body .waitMe_container.progress>div{width:0;height:3px;top:0;left:0;background:#000;box-shadow:-5px 0 5px 2px rgba(0,0,0,.2);animation:progress_body 7s infinite ease-out}body.waitMe_body .waitMe_container.working>div{width:10%;height:3px;top:0;left:-10%;background:#000;box-shadow:-5px 0 5px 2px rgba(0,0,0,.2);animation:working_body 2s infinite linear}body.waitMe_body .waitMe_container.progress>div:after{content:'';position:absolute;top:0;bottom:60%;right:0;width:60px;border-radius:50%;opacity:.5;transform:rotate(3deg);box-shadow:#000 1px 0 6px 1px}body.waitMe_body .waitMe_container.img>div{width:100%;height:100%;text-align:center;background-position:center!important;background-repeat:no-repeat!important}body.waitMe_body .waitMe_container.text>div{width:100%;top:45%;text-align:center}@keyframes progress_body{0%{width:0}100%{width:100%}}@keyframes working_body{0%{left:-10%}100%{left:100%}}.waitMe_container .waitMe_progress.bounce>div{width:20px;height:20px;border-radius:50%;animation:bounce 1.4s infinite ease-in-out}.waitMe_container .waitMe_progress.bounce .waitMe_progress_elem1{animation-delay:-.32s}.waitMe_container .waitMe_progress.bounce .waitMe_progress_elem2{animation-delay:-.16s}@keyframes bounce{0%,100%,80%{transform:scale(0)}40%{transform:scale(1)}}.waitMe_container .waitMe_progress.rotateplane>div{width:30px;height:30px;animation:rotateplane 1.2s infinite ease-in-out;backface-visibility:visible}@keyframes rotateplane{0%{transform:perspective(120px)}50%{transform:perspective(120px) rotateY(180deg)}100%{transform:perspective(120px) rotateY(180deg) rotateX(180deg)}}.waitMe_container .waitMe_progress.stretch{height:60px}.waitMe_container .waitMe_progress.stretch>div{width:1px;height:100%;margin:0 4px;animation:stretch 1.2s infinite ease-in-out}.waitMe_container .waitMe_progress.stretch .waitMe_progress_elem2{animation-delay:-1.1s}.waitMe_container .waitMe_progress.stretch .waitMe_progress_elem3{animation-delay:-1s}.waitMe_container .waitMe_progress.stretch .waitMe_progress_elem4{animation-delay:-.9s}.waitMe_container .waitMe_progress.stretch .waitMe_progress_elem5{animation-delay:-.8s}@keyframes stretch{0%,100%,40%{transform:scaleY(.4)}20%{transform:scaleY(1)}}.waitMe_container .waitMe_progress.orbit{width:40px;height:40px;margin:auto;position:relative}.waitMe_container .waitMe_progress.orbit>div{width:100%;height:100%;margin:auto;top:0;left:0;position:absolute;animation:orbit_rotate 2s infinite linear}.waitMe_container .waitMe_progress.orbit>div>div{width:50%;height:50%;border-radius:50%;top:10%;left:10%;position:absolute;animation:orbit 2s infinite ease-in-out}.waitMe_container .waitMe_progress.orbit .waitMe_progress_elem2>div{top:auto;bottom:10%;left:auto;right:10%;animation-delay:-1s}@keyframes orbit_rotate{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}@keyframes orbit{0%,100%{transform:scale(0)}50%{transform:scale(1)}}.waitMe_container .waitMe_progress.roundBounce{width:60px;height:60px;margin:auto}.waitMe_container .waitMe_progress.roundBounce>div{width:24%;height:24%;border-radius:50%;position:absolute;animation:roundBounce 1.2s infinite ease-in-out}.waitMe_container .waitMe_progress.roundBounce .waitMe_progress_elem1{top:0;left:0}.waitMe_container .waitMe_progress.roundBounce .waitMe_progress_elem2{top:0;right:0}.waitMe_container .waitMe_progress.roundBounce .waitMe_progress_elem3{bottom:0;right:0}.waitMe_container .waitMe_progress.roundBounce .waitMe_progress_elem4{bottom:0;left:0}.waitMe_container .waitMe_progress.roundBounce .waitMe_progress_elem5{top:-3%;left:50%;margin-top:-12%;margin-left:-12%;animation-delay:-1.1s}.waitMe_container .waitMe_progress.roundBounce .waitMe_progress_elem6{top:50%;right:-3%;margin-top:-12%;margin-right:-12%}.waitMe_container .waitMe_progress.roundBounce .waitMe_progress_elem7{bottom:-3%;left:50%;margin-bottom:-12%;margin-left:-12%}.waitMe_container .waitMe_progress.roundBounce .waitMe_progress_elem8{top:50%;left:-3%;margin-top:-12%;margin-left:-12%}.waitMe_container .waitMe_progress.roundBounce .waitMe_progress_elem9{top:0;right:0;animation-delay:-1s}.waitMe_container .waitMe_progress.roundBounce .waitMe_progress_elem2{animation-delay:-.9s}.waitMe_container .waitMe_progress.roundBounce .waitMe_progress_elem6{animation-delay:-.8s}.waitMe_container .waitMe_progress.roundBounce .waitMe_progress_elem10{bottom:0;right:0;animation-delay:-.7s}.waitMe_container .waitMe_progress.roundBounce .waitMe_progress_elem3{animation-delay:-.6s}.waitMe_container .waitMe_progress.roundBounce .waitMe_progress_elem7{animation-delay:-.5s}.waitMe_container .waitMe_progress.roundBounce .waitMe_progress_elem11{bottom:0;left:0;animation-delay:-.4s}.waitMe_container .waitMe_progress.roundBounce .waitMe_progress_elem4{animation-delay:-.3s}.waitMe_container .waitMe_progress.roundBounce .waitMe_progress_elem8{animation-delay:-.2s}.waitMe_container .waitMe_progress.roundBounce .waitMe_progress_elem12{top:0;left:0;animation-delay:-.1s}@keyframes roundBounce{0%,100%,80%{transform:scale(0)}40%{transform:scale(1)}}.waitMe_container .waitMe_progress.win8{width:40px;height:40px;margin:auto}.waitMe_container .waitMe_progress.win8>div{width:100%;height:100%;opacity:0;position:absolute;margin:auto;left:0;right:0;transform:rotate(225deg);animation:win8 5.5s infinite}.waitMe_container .waitMe_progress.win8>div>div{width:15%;height:15%;border-radius:50%;position:absolute}.waitMe_container .waitMe_progress.win8 .waitMe_progress_elem2{animation-delay:.24s}.waitMe_container .waitMe_progress.win8 .waitMe_progress_elem3{animation-delay:.48s}.waitMe_container .waitMe_progress.win8 .waitMe_progress_elem4{animation-delay:.72s}.waitMe_container .waitMe_progress.win8 .waitMe_progress_elem5{animation-delay:.96s}@keyframes win8{0%{transform:rotate(225deg);animation-timing-function:ease-out}7%{opacity:1;transform:rotate(345deg);animation-timing-function:linear}30%{transform:rotate(455deg);animation-timing-function:ease-in-out}39%{transform:rotate(690deg);animation-timing-function:linear}70%{opacity:1;transform:rotate(815deg);animation-timing-function:ease-out}75%{transform:rotate(945deg);animation-timing-function:ease-out}100%,76%{opacity:0;transform:rotate(945deg)}}.waitMe_container .waitMe_progress.win8_linear{margin:auto;width:150px;height:6px}.waitMe_container .waitMe_progress.win8_linear>div{width:100%;height:100%;left:0;opacity:0;position:absolute;animation:win8_linear 3s infinite}.waitMe_container .waitMe_progress.win8_linear>div>div{width:4%;height:100%;border-radius:50%}.waitMe_container .waitMe_progress.win8_linear .waitMe_progress_elem2{animation-delay:.3s}.waitMe_container .waitMe_progress.win8_linear .waitMe_progress_elem3{animation-delay:.6s}.waitMe_container .waitMe_progress.win8_linear .waitMe_progress_elem4{animation-delay:.9s}.waitMe_container .waitMe_progress.win8_linear .waitMe_progress_elem5{animation-delay:1.2s}@keyframes win8_linear{0%,100%{transform:translateX(0);animation-timing-function:ease-out}10%{opacity:1;transform:translateX(33.333%);animation-timing-function:linear}50%{opacity:1;transform:translateX(53.333%);animation-timing-function:ease-in-out}60%{opacity:0;transform:translateX(86.666%)}}.waitMe_container .waitMe_progress.ios{margin:auto;width:40px;height:40px}.waitMe_container .waitMe_progress.ios>div{width:10%;height:26%;position:absolute;left:44.5%;top:37%;opacity:0;border-radius:50px;box-shadow:0 0 3px rgba(0,0,0,.2);animation:ios 1s infinite linear}.waitMe_container .waitMe_progress.ios .waitMe_progress_elem1{transform:rotate(0) translate(0,-142%);animation-delay:0s}.waitMe_container .waitMe_progress.ios .waitMe_progress_elem2{transform:rotate(30deg) translate(0,-142%);animation-delay:-.9167s}.waitMe_container .waitMe_progress.ios .waitMe_progress_elem3{transform:rotate(60deg) translate(0,-142%);animation-delay:-.833s}.waitMe_container .waitMe_progress.ios .waitMe_progress_elem4{transform:rotate(90deg) translate(0,-142%);animation-delay:-.75s}.waitMe_container .waitMe_progress.ios .waitMe_progress_elem5{transform:rotate(120deg) translate(0,-142%);animation-delay:-.667s}.waitMe_container .waitMe_progress.ios .waitMe_progress_elem6{transform:rotate(150deg) translate(0,-142%);animation-delay:-.5833s}.waitMe_container .waitMe_progress.ios .waitMe_progress_elem7{transform:rotate(180deg) translate(0,-142%);animation-delay:-.5s}.waitMe_container .waitMe_progress.ios .waitMe_progress_elem8{transform:rotate(210deg) translate(0,-142%);animation-delay:-.41667s}.waitMe_container .waitMe_progress.ios .waitMe_progress_elem9{transform:rotate(240deg) translate(0,-142%);animation-delay:-.333s}.waitMe_container .waitMe_progress.ios .waitMe_progress_elem10{transform:rotate(270deg) translate(0,-142%);animation-delay:-.25s}.waitMe_container .waitMe_progress.ios .waitMe_progress_elem11{transform:rotate(300deg) translate(0,-142%);animation-delay:-.1667s}.waitMe_container .waitMe_progress.ios .waitMe_progress_elem12{transform:rotate(330deg) translate(0,-142%);animation-delay:-.0833s}@keyframes ios{0%{opacity:1}100%{opacity:.25}}.waitMe_container .waitMe_progress.facebook{margin:auto}.waitMe_container .waitMe_progress.facebook>div{width:6px;height:25px;margin-left:3px;border-radius:20px;transform:scaleY(.7);opacity:.1;animation:facebook 1.3s infinite ease-in-out}.waitMe_container .waitMe_progress.facebook>.waitMe_progress_elem1{animation-delay:.2s;transform:scaleY(.7)}.waitMe_container .waitMe_progress.facebook>.waitMe_progress_elem2{animation-delay:.4s;transform:scaleY(.85)}.waitMe_container .waitMe_progress.facebook>.waitMe_progress_elem3{animation-delay:.6s;transform:scaleY(1)}@keyframes facebook{0%,100%{transform:scaleY(.7);opacity:.1}50%{transform:scaleY(1);opacity:1}}.waitMe_container .waitMe_progress.rotation>div{width:60px;height:60px;margin:auto;border-radius:100%;border-width:6px;border-style:solid;border-left-color:transparent!important;border-right-color:transparent!important;border-bottom-color:transparent!important;animation:rotation 1s infinite linear}@keyframes rotation{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}.waitMe_container .waitMe_progress.timer{width:40px;height:40px;margin:auto;border-width:2px;border-style:solid;border-radius:50%;box-sizing:border-box;position:relative;text-indent:-9999px}.waitMe_container .waitMe_progress.timer>.waitMe_progress_elem1,.waitMe_container .waitMe_progress.timer>.waitMe_progress_elem2{border-radius:3px;position:absolute;width:2px;height:48%;left:50%;top:50%;margin-left:-1px;margin-top:-1px;animation:timer 1.25s infinite linear;transform-origin:1px 1px}.waitMe_container .waitMe_progress.timer>.waitMe_progress_elem2{height:40%;animation:timer 15s infinite linear}@keyframes timer{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}.waitMe_container .waitMe_progress.pulse{width:30px;height:30px;margin:auto;position:relative}.waitMe_container .waitMe_progress.pulse>div{margin:auto;top:0;left:0;right:0;bottom:0;border-width:3px;border-style:solid;border-radius:50%;position:absolute;opacity:0;animation:pulsate 1s infinite ease-out}@keyframes pulsate{0%{transform:scale(.1);opacity:0}50%{opacity:1}100%{transform:scale(1.2);opacity:0}}.waitMe_container .waitMe_progress.progressBar{width:200px;height:20px;margin:auto;background:rgba(0,0,0,.1);padding:5px;border-radius:20px;line-height:0;max-width:100%}.waitMe_container .waitMe_progress.progressBar>div{width:100%;height:100%;overflow:hidden;border-radius:20px;background-size:50px 50px;box-shadow:inset 0 2px 9px rgba(255,255,255,.3),inset 0 -2px 6px rgba(0,0,0,.4);background-image:linear-gradient(-45deg,rgba(240,240,240,.4) 26%,transparent 25%,transparent 51%,rgba(240,240,240,.4) 50%,rgba(240,240,240,.4) 76%,transparent 75%,transparent);animation:progressBar 2s linear infinite}@keyframes progressBar{0%{background-position:0 0}100%{background-position:50px 50px}}.waitMe_container .waitMe_progress.bouncePulse>div{width:20px;height:20px;margin-right:1px;display:inline-block;border-radius:50%;transform:scale(.5);animation:bouncePulse 1.4s infinite ease-in-out}.waitMe_container .waitMe_progress.bouncePulse>.waitMe_progress_elem1,.waitMe_container .waitMe_progress.bouncePulse>.waitMe_progress_elem3{animation-delay:.1s}.waitMe_container .waitMe_progress.bouncePulse>.waitMe_progress_elem2{animation-delay:.4s}@keyframes bouncePulse{0%,100%,80%{transform:scale(.5)}40%{transform:scale(1)}}

/* End */


/* Start:/local/templates/collant/collant.css?1752588050366403*/
@charset "UTF-8";
/*----------BREAKPOINTS-----------*/
@font-face {
  font-family: "Lato";
  src: url("/front/fonts/Lato-Light.eot");
  src: url("/front/fonts/Lato-Light.eot?#iefix") format("embedded-opentype"), url("/front/fonts/Lato-Light.woff") format("woff"), url("/front/fonts/Lato-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Lato";
  src: url("/front/fonts/Lato-Regular.eot");
  src: url("/front/fonts/Lato-Regular.eot?#iefix") format("embedded-opentype"), url("/front/fonts/Lato-Regular.woff") format("woff"), url("/front/fonts/Lato-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Lato";
  src: url("/front/fonts/Lato-Medium.eot");
  src: url("/front/fonts/Lato-Medium.eot?#iefix") format("embedded-opentype"), url("/front/fonts/Lato-Medium.woff") format("woff"), url("/front/fonts/Lato-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Lato";
  src: url("/front/fonts/Lato-Semibold.eot");
  src: url("/front/fonts/Lato-Semibold.eot?#iefix") format("embedded-opentype"), url("/front/fonts/Lato-Semibold.woff") format("woff"), url("/front/fonts/Lato-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Lato";
  src: url("/front/fonts/Lato-Bold.eot");
  src: url("/front/fonts/Lato-Bold.eot?#iefix") format("embedded-opentype"), url("/front/fonts/Lato-Bold.woff") format("woff"), url("/front/fonts/Lato-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
.dropdown {
  border: 1px solid #dcdce6;
  border-radius: 10px;
}
.dropdown.active .dropdown-title__chevron {
  transform: rotate(180deg);
}
.dropdown + .dropdown {
  margin-top: 20px;
}
.dropdown-title {
  display: flex;
  align-items: center;
  padding: 20px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.dropdown-title__text {
  flex: 1;
  font-size: 18px;
  font-weight: bold;
  color: #048459;
}
.dropdown-title__chevron {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  padding: 4px;
  transition: transform 0.3s ease-in-out;
}
.dropdown-title__chevron svg {
  width: 100%;
  height: 100%;
}
.dropdown-content {
  display: none;
  padding: 0 20px 20px 20px;
}

:root {
  --inp-disabled-table-bg: #ffffff;
}

@font-face {
  font-family: "Lato";
  src: url("/front/fonts/Lato-Light.eot");
  src: url("/front/fonts/Lato-Light.eot?#iefix") format("embedded-opentype"), url("/front/fonts/Lato-Light.woff") format("woff"), url("/front/fonts/Lato-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Lato";
  src: url("/front/fonts/Lato-Regular.eot");
  src: url("/front/fonts/Lato-Regular.eot?#iefix") format("embedded-opentype"), url("/front/fonts/Lato-Regular.woff") format("woff"), url("/front/fonts/Lato-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Lato";
  src: url("/front/fonts/Lato-Medium.eot");
  src: url("/front/fonts/Lato-Medium.eot?#iefix") format("embedded-opentype"), url("/front/fonts/Lato-Medium.woff") format("woff"), url("/front/fonts/Lato-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Lato";
  src: url("/front/fonts/Lato-Semibold.eot");
  src: url("/front/fonts/Lato-Semibold.eot?#iefix") format("embedded-opentype"), url("/front/fonts/Lato-Semibold.woff") format("woff"), url("/front/fonts/Lato-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Lato";
  src: url("/front/fonts/Lato-Bold.eot");
  src: url("/front/fonts/Lato-Bold.eot?#iefix") format("embedded-opentype"), url("/front/fonts/Lato-Bold.woff") format("woff"), url("/front/fonts/Lato-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
/** plugins custom - start */
.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange,
.flatpickr-day.endRange.startRange {
  border-radius: 0;
}

.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange,
.flatpickr-day.endRange.endRange {
  border-radius: 0;
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: #048459;
  border-color: #048459;
}

.flatpickr-weekdays {
  background: white;
}

.flatpickr-months .flatpickr-month {
  background: white;
  color: #626C81;
}

.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
  fill: #626C81;
}

span.flatpickr-weekday {
  background: white;
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
  background: white;
}

.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
  background: white;
}

.flatpickr-calendar.arrowBottom:after {
  border-top-color: rgba(72, 72, 72, 0.2);
}

.flatpickr-calendar.arrowTop:before {
  border-bottom-color: rgba(72, 72, 72, 0.2);
}

.flatpickr-calendar.arrowTop:after {
  border-bottom-color: rgba(72, 72, 72, 0.2);
}

/** plugins custom - end */
body,
html {
  padding: 0;
  margin: 0;
  background: #f4f5f7;
  font-family: "Lato", "Arial", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #626C81;
  font-style: normal;
  font-weight: normal;
  font-family: "Open Sans", sans-serif !important;
}

.body-no--bg {
  background: #fff;
}
.body-header-app .main {
  transition: padding-top 0.3s ease-in-out;
  padding-top: 130px;
}

@media (max-width: 767px) {
  body.fancybox-active {
    overflow: hidden;
  }
}

* {
  box-sizing: border-box;
  outline: none;
}

p:first-child,
h2:first-child,
h3:first-child {
  margin-top: 0;
}

p:last-child,
h2:last-child,
h3:last-child {
  margin-bottom: 0;
}

a {
  color: #626C81;
  text-decoration: none;
}
a:hover {
  color: #048459;
}

.global {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4 {
  font-family: "Lato", "Arial", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 34px;
  line-height: 56px;
  letter-spacing: -0.012em;
  color: #40444e;
  margin-bottom: 24px;
}

.h1,
.h2,
.h3,
.h4 {
  margin-top: 0;
}

h2,
.h2 {
  font-size: 20px;
  line-height: 34px;
  font-weight: 700;
  margin-bottom: 40px;
  letter-spacing: 0.01px;
  text-transform: uppercase;
}

h3,
.h3 {
  font-size: 16px;
  line-height: 19px;
  font-weight: 600;
  color: #626c81;
  margin-bottom: 8px;
  letter-spacing: 0.001em;
}

[data-js-tab] {
  display: none;
}
[data-js-tab].active {
  display: block;
}

.tab-links {
  text-align: center;
  margin-bottom: 32px;
}
.tab-link {
  display: inline-block;
  vertical-align: top;
  border-bottom: 2px solid rgba(255, 255, 255, 0);
  opacity: 0.5;
  margin: 0 19px;
  padding-bottom: 6px;
}
.tab-link:hover {
  opacity: 1;
}
.tab-link.active {
  border-bottom-color: #9c9081;
  opacity: 1;
}

ul.ul--sub {
  list-style: none;
  padding: 0;
  margin: 0;
  background: #ffffff;
  border: 1px solid #f2f6fa;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(26, 36, 121, 0.1);
  padding: 8px 0;
  min-width: 240px;
  position: absolute;
  margin-top: 8px;
}
ul.ul--sub:before {
  content: "";
  display: block;
  position: absolute;
  height: 8px;
  left: 0;
  right: 0;
  bottom: 100%;
}
ul.ul--sub li {
  margin: 0;
}
ul.ul--sub li a {
  display: block;
  padding: 8px 16px;
}
ul.ul--sub li a.sel, ul.ul--sub li a:hover {
  background: #f2f6fa;
}

.breadcrumbs {
  margin: 0 0 5px;
  font-size: 13px;
  line-height: 16px;
  color: #989FAF;
}
.breadcrumbs span,
.breadcrumbs a {
  display: inline-block;
  vertical-align: top;
  color: #989FAF;
}

.input {
  -webkit-appearance: none;
  outline: none;
  background: #ffffff;
  border: 1px solid #dcdce6;
  border-radius: 4px;
  padding: 8px 16px;
  width: 100%;
  max-width: 100%;
  margin: 0;
  font-family: "Lato", "Arial", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #626C81;
  font-style: normal;
  font-weight: normal;
}
.input + span:not(.delivery__content-title):not(.error-message) {
  display: inline-block;
  vertical-align: top;
  color: #989FAF;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 15px;
}
.input-wrap {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 24px;
  line-height: 1;
}
.input-wrap--2 {
  display: inline-block;
  vertical-align: top;
  width: calc((100% - 16px) / 2);
  margin-right: 16px;
}
.input-wrap--2.last {
  margin-right: 0;
}
.input-wrap--3 {
  display: inline-block;
  vertical-align: top;
  width: calc((100% - 32px) / 3);
  margin-right: 16px;
}
.input-wrap--3.last {
  margin-right: 0;
}
.input-wrap--alt {
  position: absolute;
  overflow: hidden;
  width: 0;
  height: 0;
  left: 100vw;
}
.input-wrap--error .input {
  border-color: #c63e59 !important;
  color: #c63e59 !important;
}
.input-wrap--error .error-message {
  display: block;
  position: absolute;
  bottom: -20px;
  left: 0;
  font-size: 12px;
  margin: 5px 0;
  color: #c63e59;
  width: 100%;
}
.input-wrap--error .jq-selectbox__select-text {
  border-color: #c63e59 !important;
}
.input-wrap--checkbox {
  display: flex;
  align-items: center;
}
.input-wrap--checkbox .input__label {
  margin: unset;
  line-height: 1;
}
.input-wrap__inner {
  position: relative;
}
.input__buttons {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .input__buttons {
    flex-direction: column;
    gap: 10px;
  }
}
.input__label {
  z-index: 2;
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: 600;
  line-height: 18px;
  color: #5e636f;
}
.input--checkbox {
  -webkit-appearance: none;
  display: inline-block;
  vertical-align: top;
  margin: 0 10px 0 0;
  width: 20px;
  height: 20px;
  border: 1px solid #cecee6;
  border-radius: 4px;
  background: #f5f5f9;
  position: relative;
  cursor: pointer;
}
.input--checkbox:after {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: -1px;
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  background: url("/local/templates/collant/images/svg/check.svg") no-repeat center #048459;
  background-size: 12px;
  opacity: 0;
  box-sizing: border-box;
}
.input--checkbox:checked:after {
  opacity: 1;
}

label.input-wrap {
  cursor: pointer;
}

.select {
  padding: 0;
  cursor: pointer;
}
.select .jq-selectbox__select-text,
.select .smart-filter-dropdown-text {
  padding: 7px 40px 8px 16px;
  position: relative;
  color: #5e636f;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.select .jq-selectbox__select-text:after,
.select .smart-filter-dropdown-text:after {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 14px;
  background: url("/local/templates/collant/images/svg/arr-choose.svg") no-repeat center;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
}
.select.opened .jq-selectbox__select-text:after {
  transform: translateY(-50%) rotate(-180deg);
}
.select .jq-selectbox__dropdown {
  left: -1px;
  right: -1px;
  background: #ffffff;
  border: 1px solid #f2f6fa;
  border-radius: 8px;
  padding: 0;
  box-shadow: 0 2px 4px rgba(26, 36, 121, 0.1);
  margin-top: 8px;
}
.select .jq-selectbox__dropdown ul::-webkit-scrollbar {
  width: 8px;
}
.select .jq-selectbox__dropdown ul::-webkit-scrollbar-track {
  background: #fff;
}
.select .jq-selectbox__dropdown ul::-webkit-scrollbar-thumb {
  background-color: #048459;
  border-radius: 9999px;
  border: 1px solid #ddd;
}
.catalog-sort__desc .select .jq-selectbox__dropdown {
  left: auto;
}
.select .jq-selectbox__dropdown ul {
  max-height: 320px;
  padding: 0;
  margin: 0;
  background: #ffffff;
}
.select .jq-selectbox__dropdown ul li {
  padding: 8px 16px;
  white-space: normal;
  font-size: 15px;
}
.select .jq-selectbox__dropdown ul li.sel, .select .jq-selectbox__dropdown ul li:hover {
  background-color: #f2f6fa;
}

.jq-selectbox {
  z-index: 5;
}

.popup-window {
  background: #ffffff;
  border: 1px solid #f2f6fa;
  border-radius: 8px;
  padding: 0;
  box-shadow: 0 2px 4px rgba(26, 36, 121, 0.1);
  margin-top: 8px;
  max-height: 300px;
  overflow: auto;
}
.popup-window ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.popup-window ul li {
  cursor: pointer;
  padding: 0;
}
.popup-window ul li label {
  cursor: pointer;
  display: block;
  padding: 8px 16px;
}
.popup-window ul li label.active, .popup-window ul li label:hover {
  background-color: #f2f6fa;
}
.popup-window ul li label.disabled {
  opacity: 0.4;
}

.radio {
  display: inline-block;
  vertical-align: top;
  width: 24px;
  height: 24px;
  border-radius: 24px;
  background: #f4f5f7;
  border: 1px solid #dcdce6;
  overflow: hidden;
}
.radio-wrap {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  position: relative;
  cursor: pointer;
  margin-bottom: 8px;
}
.radio + span {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 24px);
  color: #80899a;
  font-size: 15px;
  font-weight: 600;
  padding-left: 16px;
}
.radio .jq-radio__div {
  width: 22px;
  height: 22px;
  border-radius: 22px;
  background-color: #dcdce6;
  border: 4px solid #ffffff;
  z-index: 2;
}
.radio.checked {
  background-color: #f5f5f9;
  border-color: #e2e2ef;
}
.radio.checked .jq-radio__div {
  opacity: 1;
  background-color: #6a7bff;
}

textarea.input {
  height: auto;
}

textarea.input--contacts {
  height: 174px;
}

.check {
  display: inline-block;
  vertical-align: top;
  width: 24px;
  height: 24px;
  border: 1px solid #99a6b6;
  background-color: #ffffff;
  border-radius: 4px;
  position: absolute;
  top: 0;
  left: 0;
  outline: none;
  outline-offset: 0;
}
.check + span {
  display: inline-block;
  vertical-align: top;
  padding-left: 16px;
}
.check-wrap {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 100%;
  cursor: pointer;
  margin: 0 0 24px;
  padding-left: 24px;
}
.check .jq-checkbox__div {
  width: 22px;
  height: 22px;
  opacity: 0;
}
.check.checked {
  background-color: #048459;
}
.check.checked .jq-checkbox__div {
  opacity: 1;
}
.check input {
  visibility: hidden;
}
::-moz-placeholder {
  font-family: "Lato", "Arial", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #626C81;
  font-style: normal;
  font-weight: normal;
  color: #5e636f;
}
::placeholder {
  font-family: "Lato", "Arial", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #626C81;
  font-style: normal;
  font-weight: normal;
  color: #5e636f;
}

.nav {
  margin: 29px 0 64px;
  text-align: center;
}
.nav-top {
  margin-bottom: 24px;
  font-size: 15px;
}
.nav a {
  display: inline-block;
  vertical-align: top;
  height: 36px;
  min-width: 36px;
  text-align: center;
  line-height: 34px;
  color: #048459;
  margin: 0 8px;
  border: 1px solid #048459;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 600;
}
.nav a:hover {
  border-color: #048459;
}
.nav a.disabled {
  color: #626c81;
  border-color: #626c81;
}
.nav a.nav-prev {
  margin-right: 16px;
  border-color: transparent;
  padding-left: 20px;
  position: relative;
}
.nav a.nav-prev:before {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 12px;
  background: url("/local/templates/collant/images/svg/arr-right-green.svg") no-repeat center, url("/local/templates/collant/images/svg/arr-right-black.svg") no-repeat center;
  background-size: contain, 0;
  left: 0;
  top: 12px;
}
.nav a.nav-prev.disabled {
  border-color: transparent;
}
.nav a.nav-prev.disabled:before {
  background-size: 0, contain;
}
.nav a.nav-next {
  border-color: transparent;
  margin-left: 16px;
  padding-right: 20px;
  position: relative;
}
.nav a.nav-next:before {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 12px;
  background: url("/local/templates/collant/images/svg/arr-right-green.svg") no-repeat center, url("/local/templates/collant/images/svg/arr-right-black.svg") no-repeat center;
  background-size: contain, 0;
  transform: rotate(-180deg);
  right: 0;
  top: 12px;
}
.nav a.nav-next.disabled {
  border-color: transparent;
}
.nav a.nav-next.disabled:before {
  background-size: 0, contain;
}
.nav a.active {
  color: #ffffff;
  background-color: #048459;
}
.nav a.nav-space {
  border-color: transparent;
  margin: 0;
}

.btn {
  display: inline-block;
  vertical-align: top;
  -webkit-appearance: none;
  text-align: center;
  font-family: "Lato", "Arial", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #626C81;
  font-style: normal;
  font-weight: normal;
  color: #ffffff;
  border: 1px solid #048459;
  padding: 7px 26px;
  cursor: pointer;
  background: #048459;
  border-radius: 4px;
  transition: 0.3s background-color, 0.3s color;
}
.btn[disabled] {
  border: 1px solid #c9d0e0 !important;
  background-color: #c9d0e0 !important;
  color: white !important;
  pointer-events: none !important;
}
.btn[disabled]:hover {
  color: white !important;
}
.btn:not([disabled]):hover {
  color: #ffffff;
  background-color: #048459;
  border-color: #048459;
}
.btn--white {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #626C81;
}
.btn--white:hover {
  color: #ffffff;
  background-color: #048459;
  border-color: #048459;
}
.btn--light {
  background-color: transparent;
  color: #048459;
}
.btn--light:hover {
  color: #ffffff;
  border-color: #048459;
}
.btn--light:hover svg path {
  fill: #ffffff;
}
.btn--red {
  background-color: #f27c93;
  color: #fff;
  border-color: #f27c93;
}
.btn--red:hover {
  border-color: #f27c93;
  background-color: #f27c93;
  color: #fff;
}
.btn--yellow {
  background-color: #f4e5cb;
  color: #333;
  border-color: #f4e5cb;
}
.btn--yellow:hover {
  border-color: #f4e5cb;
  background-color: #f4e5cb;
  color: #333;
}
.btn--gray {
  background-color: #f2f6fa;
  border-color: #f2f6fa;
  color: #99a6b6;
}
.btn--ful-width {
  display: block;
  width: 100%;
  margin-bottom: 39px;
}
.btn--ful-width:hover {
  color: #ffffff;
}
.btn--lightgray {
  border-color: #99a6b6;
  color: #99a6b6;
  background-color: transparent;
}

.wrap {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 36px;
}

.col-2 {
  display: inline-block;
  vertical-align: top;
  width: 50%;
}
.col-3 {
  display: inline-block;
  vertical-align: top;
  width: calc((100% - 32px) / 3);
  margin-right: 16px;
}
.col-3:nth-child(3n+3) {
  margin-right: 0;
}
.col-4 {
  display: inline-block;
  vertical-align: top;
  width: calc((100% - 48px) / 4);
  margin-right: 16px;
}
.col-4:nth-of-type(4n + 4), .col-4.last, .col-4:last-of-type {
  margin-right: 0;
}

.link--page {
  color: #048459;
  border-bottom: 1px #048459 dotted;
}

.page-top {
  padding-top: 15px;
}
.page-left {
  display: inline-block;
  vertical-align: top;
  width: 336px;
  padding-right: 16px;
  margin-top: 17px;
}
.page-left--hidden {
  display: none;
}
.page-right {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 342px);
  margin-top: 13px;
}
.page-right--fullwidth {
  width: 100%;
}
@media (min-width: 1024px) {
  .page__lk-container {
    display: flex;
    padding-bottom: 60px;
  }
  .page__lk-container .personal-right {
    width: 100%;
  }
  .page__lk-container .personal-news {
    margin: unset;
  }
  .page__lk-container .page-right {
    margin-top: 20px;
    margin-left: 30px;
  }
}

@media (min-width: 1025px) {
  .section-search .catalog-top {
    margin-top: 14px;
  }
}
.section-search .catalog-top__right {
  position: static;
}
@media (min-width: 1025px) {
  .section-search .catalog-top__right {
    justify-content: flex-end;
  }
}
.section-search .filter-result {
  margin: 0 0 10px 0;
}

.top-promo {
  display: none;
  height: 54px;
  background: #7d9aec;
  text-align: center;
  color: #ffffff;
  font-size: 14px;
  line-height: 17px;
  position: relative;
}
.top-promo > .wrap {
  position: relative;
}
.top-promo__text {
  display: inline-block;
  vertical-align: middle;
  margin-right: 24px;
  white-space: nowrap;
}
.top-promo__text img {
  display: inline-block;
  vertical-align: middle;
  height: 54px;
  width: auto;
  margin: 0 24px;
}
.top-promo__btn {
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  line-height: 16px;
  padding: 5px 25px 6px;
  border-radius: 17px;
  border: 1px solid #ffffff;
  color: #ffffff;
  margin-right: 60px;
}
.top-promo .close {
  display: block;
  width: 24px;
  height: 24px;
  background: url("/local/templates/collant/images/svg/ico-close-white.svg") no-repeat center;
  position: absolute;
  right: 30px;
  top: 16px;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.header {
  z-index: 22;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #ffffff;
  border-bottom: 1px solid #f1f2f6;
  box-shadow: 0 2px 4px rgba(26, 36, 121, 0.1);
}
.header-top {
  background: #048459;
}
.header-top__container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 30px;
  gap: 40px;
}
.header-top__block {
  position: relative;
  font-size: 15px;
}
.header-top__block:hover .header-top__chevron {
  transform: rotate(180deg);
}
.header-top__block:hover .to-lk__menu {
  display: block;
  animation: fadeIn 0.3s ease-in-out forwards;
}
.header-top__block-container {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: white;
  transition: 0.2s ease-in-out;
}
.header-top__block-container:hover {
  color: white;
}
.header-top__block-container:hover[href] {
  color: #dee1ea;
}
.header-top__block--left, .header-top__block--right {
  display: inline-flex;
  align-items: center;
}
.header-top__block--left {
  gap: 6px;
}
.header-top__block--right {
  gap: 2px;
}
.header-top__text {
  letter-spacing: 0.3px;
}
.header-top__val {
  font-weight: bold;
}
.header-top__icon, .header-top__chevron {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
}
.header-top__chevron {
  transition: 0.2s ease-in-out;
}
.header-bottom__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  height: 110px;
  padding: 10px 0;
}
.header-bottom--left, .header-bottom--right {
  display: inline-flex;
  align-items: center;
}
.header-bottom--left {
  gap: 30px;
}
.header-bottom--right {
  justify-content: flex-end;
  flex: 1 0 0;
  gap: 20px;
}
.header-logo {
  display: inline-flex;
  height: 60px;
}
.header-logo img {
  max-width: 100%;
}
.header-search {
  position: relative;
  max-width: 400px;
  width: 100%;
}
.header-search .input {
  padding-right: 40px;
  background-color: #f5f5f9;
  border-color: #c9d0e0;
}
.header-search .input::-moz-placeholder {
  color: #989FAF;
}
.header-search .input::placeholder {
  color: #989FAF;
}
.header-search .input-wrap {
  margin: unset;
}
.header-search button {
  position: absolute;
  right: 9px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-appearance: none;
  border: 0;
  width: 32px;
  height: 32px;
  background: url("/local/templates/collant/images/svg/ico-search.svg") no-repeat center;
  cursor: pointer;
}
.header-search .btn-action-cart-spinner {
  position: unset;
  transform: unset;
}
.header-search .btn-action-cart-spinner .circle {
  background-color: #048459;
}
.header-lk {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  white-space: nowrap;
}
.header-lk:before {
  content: "";
  display: block;
  position: static;
  width: 36px;
  height: 36px;
  border-radius: 36px;
  background: url("/local/templates/collant/images/svg/ico-lk.svg") no-repeat center #f1f2f6;
}
.header-cart {
  display: inline-flex;
  align-items: center;
  height: 24px;
  padding-left: 31px;
  font-size: 15px;
  line-height: 18px;
  font-weight: 600;
  color: #ea8498;
  background: url("/local/templates/collant/images/svg/ico-cart.svg") no-repeat 0 50%;
}
.header-cart__wrap {
  display: flex;
  justify-content: flex-end;
  min-width: 150px;
}
@media (max-width: 1024px) {
  .header-cart__wrap {
    display: none;
  }
}
.header .to-lk__menu {
  z-index: 1;
  position: absolute;
  top: calc(100% + 11px);
  right: 0;
  display: none;
  width: 100%;
  max-width: 320px;
  min-width: 246px;
  border-radius: 4px;
  border: 1px solid rgba(165, 171, 192, 0.2);
  text-align: left;
  opacity: 0;
  background: #ffffff;
}
.header .to-lk__menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.header .to-lk__menu ul li {
  margin: 0;
}
.header .to-lk__menu ul li a {
  display: block;
  padding: 15px 15px 15px 47px;
  background: no-repeat 15px 50%;
  font-size: 14px;
  line-height: 17px;
  font-weight: 600;
  color: #767c8b;
}
.header .to-lk__menu ul li a.exit {
  background: url("/local/templates/collant/images/svg/ico-exit.svg") no-repeat 19px 50%;
}
.header .to-lk__menu ul li a.sel, .header .to-lk__menu ul li a:hover {
  background-color: #f4f5f7;
}
.header .to-lk__menu ul li a.active {
  color: #048459;
  background-color: #f4f5f7;
}
.header .to-lk__menu:before {
  content: "";
  display: block;
  position: absolute;
  width: 12px;
  height: 12px;
  border: 1px solid rgba(165, 171, 192, 0.2);
  background: #ffffff;
  transform: rotate(45deg);
  position: absolute;
  top: -8px;
  right: 55px;
  border-right-color: transparent;
  border-bottom-color: transparent;
  z-index: -1;
}
.header .to-lk__menu:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 100%;
  height: 12px;
  left: 0;
  right: 0;
}
.header .to-lk__menu-currency {
  max-width: unset;
  min-width: 120px;
}
.header .download-blank {
  height: 24px;
}

.download-blank {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 27px;
  line-height: 1.3;
  font-size: 14px;
  cursor: pointer;
  background: url("/local/templates/collant/images/svg/ico-export.svg") no-repeat 0 50%;
}
.download-blank:hover {
  color: #048459;
}
.download-blank--add {
  background: url("/local/assets/images/icons/ico-blanc.svg") no-repeat 0 10%;
  background-size: 20px;
  background-position: center left;
}

.top-menu__list {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.top-menu__link {
  font-size: 15px;
  line-height: 18px;
  text-transform: uppercase;
  color: #282526;
}
.top-menu__catalog .top-menu__link {
  padding-right: 23px;
  position: relative;
}
.top-menu__catalog .top-menu__link:after {
  content: "";
  display: block;
  position: absolute;
  width: 15px;
  height: 10px;
  background: url(/local/templates/collant/images/svg/ico-catalog.svg) no-repeat center;
  right: 0;
  top: 5px;
}
.top-menu__catalog.active .top-menu__link {
  color: #048459;
}
.top-menu__catalog.active .top-menu__link::after {
  content: "";
  display: block;
  position: absolute;
  width: 15px;
  height: 10px;
  background: url(/local/templates/collant/images/svg/ico-catalog-cross.svg) no-repeat center;
  right: 0;
  top: 5px;
}
.top-menu .parent a {
  padding-right: 19px;
  position: relative;
}
.top-menu .parent a:after {
  content: "";
  display: block;
  position: absolute;
  width: 15px;
  height: 10px;
  background: url(/local/templates/collant/images/svg/arr-choose.svg) no-repeat center;
  right: 0;
  top: 5px;
}

.logo {
  display: inline-block;
  vertical-align: top;
  width: 96px;
  margin-right: 39px;
  margin-top: 9px;
}
.logo img {
  display: block;
  width: 100%;
}

.body--user .header-bottom__container {
  height: 80px;
}
.body--user .top-promo {
  display: block;
}

.catalog-menu {
  display: none;
  position: absolute;
  top: 140px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 14;
  max-height: calc(100vh - 140px);
  max-width: calc((100vw - 1400px) / 2 + 900px);
  min-width: 900px;
  background: #fff;
}
.catalog-menu__overlay {
  opacity: 0;
  background-color: #1b2230;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  z-index: -1;
  visibility: hidden;
}
.catalog-menu__overlay--active {
  opacity: 0.9;
  z-index: 10;
  visibility: visible;
}
.catalog-menu__scroll {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: none;
  -ms-overflow-style: none;
  -webkit-overflow-scrolling: touch;
}
.catalog-menu__scroll::-webkit-scrollbar {
  display: none;
}
.catalog-menu__content {
  position: relative;
  max-width: 900px;
  margin: 0 0 0 auto;
  padding: 24px 0 12px 0;
}
.catalog-menu__list-holder {
  display: flex;
  flex-wrap: wrap;
}
.catalog-menu__list-root {
  background: no-repeat 0 0;
  background-size: 36px 36px;
  min-height: 40px;
  margin: 0 0 16px 0 !important;
  padding: 0 0 0 45px;
}
.catalog-menu__list-root:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 36px;
  height: 36px;
  background-color: #f1abb8;
  border-radius: 6px;
  z-index: -1;
}
.catalog-menu__list ul {
  list-style: none;
  padding: 0;
  margin: 0;
  padding: 0;
  position: relative;
  margin-bottom: 25px;
}
.catalog-menu__list ul li {
  margin-bottom: 6px;
}
.catalog-menu__list ul li a {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}
.catalog-menu__list ul li:first-child a {
  font-size: 16px;
  font-weight: 700;
  text-transform: none;
  display: block;
  line-height: 20px;
}
.catalog-menu .col-4 .catalog-blanks__list {
  margin-bottom: 28px;
}
.catalog-menu__mob {
  display: none;
}
.catalog-menu__top-btn, .catalog-menu__mob__top-btn {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  position: absolute;
  left: -12px;
  top: 24px;
  color: #5e636f;
  background: url("/local/templates/collant/images/svg/ico-close.svg") no-repeat center center;
  background-size: 16px 16px;
  width: 16px;
  height: 16px;
  cursor: pointer;
}

.catalog-menu__offer {
  position: absolute;
  top: 0;
  right: -900px;
  z-index: 14;
  height: 100%;
  max-width: calc((100vw - 1400px) / 2 + 900px);
  min-width: 900px;
  background: #f4f5f7;
}
.catalog-menu__offer-wrapper {
  padding: 40px 80px;
  display: inline-flex;
  flex-direction: column;
}
.catalog-menu__offer-item {
  margin-bottom: 30px;
  position: relative;
}
.catalog-menu__offer-item--new .catalog-menu__offer-item__label {
  background-color: #2dc592;
}
.catalog-menu__offer-item--sale .catalog-menu__offer-item__label {
  background-color: #f27c93;
}
.catalog-menu__offer-item::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 50%;
  left: 0;
  top: auto;
  bottom: 0;
  background: rgb(39, 66, 57);
  background: linear-gradient(-180deg, rgba(39, 66, 57, 0) 0%, rgba(1, 24, 16, 0.6) 100%);
}
.catalog-menu__offer-item:last-child {
  margin-bottom: 0;
}
.catalog-menu__offer-item__image {
  height: 340px;
}
.catalog-menu__offer-item__image img {
  display: block;
  height: 100%;
}
.catalog-menu__offer-item__description {
  position: absolute;
  bottom: 0;
  top: auto;
  left: 0;
  width: 100%;
  color: #fff;
  padding: 10px 30px 20px 30px;
}
.catalog-menu__offer-item__name {
  font-weight: bold;
  font-size: 18px;
  margin: 10px 0 7px 0;
  text-transform: uppercase;
}
.catalog-menu__offer-item__label {
  display: inline-block;
  border-radius: 4px;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 28px;
  font-weight: 500;
  font-size: 12px;
  padding: 0 8px;
  text-transform: uppercase;
}
.catalog-menu__offer-item__link {
  font-weight: 500;
  font-size: 14px;
  color: #fff;
}
.catalog-menu__offer-item__link:hover {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 4px;
}

/*
.catalog-blanks {
    display: none;
    left: 0;
    right: 0;
    z-index: 14;
    overflow-y: auto;
    overflow-x: hidden;
    background: #fff;
    position: fixed;
    top: 0;
    bottom: 0;
    max-height: 100vh;
    max-width: none;
    background: none;

    &__content {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1;
        padding: 36px 0 0 0;
        background-color: #ffffff;
    }

    @include noscroll;

    &__bg {
        background-color: #1b2230;
        opacity: 0.8;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 0;
        cursor: pointer;
    }

    &__top {
        padding: 16px 0 6px;
        border-bottom: 1px solid #f4f5f7;
        margin-bottom: 38px;
        position: relative;
        font-size: 15px;
        line-height: 22px;
        font-weight: 500;

        h2 {
            text-transform: none;
            line-height: 24px;
            margin-bottom: 11px;
            color: #33363f;

            + p {
                margin-top: 0;
            }
        }

        p {
            margin: 8px 0;

            &:first-child {
                margin-top: 0;
            }

            &:last-child {
                margin-bottom: 0;
            }
        }

        &-btn {
            @include ib;
            font-size: 16px;
            position: absolute;
            top: 24px;
            right: 0;
            color: #5e636f;
            padding-right: 15px;
            background: url('/local/templates/collant/images/svg/ico-close.svg') no-repeat right 8px;
        }
    }

    &__list {
        margin-bottom: 12px;

        &-holder {
            margin-bottom: -5px;
        }

        ul {
            @include clearList;
            padding-left: 52px;
            padding-top: 5px;
            position: relative;
            background: no-repeat 0 0;

            li {
                margin-bottom: 8px;

                a {
                    @include ib;
                    font-size: 14px;
                    font-weight: 400;
                    text-transform: uppercase;
                }

                &:first-child {
                    a {
                        font-size: 16px;
                        font-weight: 700;
                        text-transform: none;
                    }
                }
            }
        }
    }

    &__bot {
        background-color: #f4f5f7;
        padding: 35px 0 25px;
        font-size: 15px;
        line-height: 22px;
        font-weight: 500;

        > .wrap {
            position: relative;
            padding-left: 104px;
            background: url('/local/templates/collant/images/svg/ico-info-circle.svg') no-repeat 36px
                40%;
        }

        h2 {
            text-transform: none;
            line-height: 24px;
            margin-bottom: 6px;

            + p {
                margin-top: 0;
            }
        }

        p {
            margin: 8px 0;

            &:first-child {
                margin-top: 0;
            }

            &:last-child {
                margin-bottom: 0;
            }
        }

        &-btn {
            @include ib;
            display: inline-block;
            position: absolute;
            cursor: pointer;
            top: -2px;
            right: 6.5%;
            padding: 15px 53px 15px 31px;
            background: url('/local/templates/collant/images/svg/ico-download.svg') no-repeat right 31px
                top 50% #048459;
            color: #ffffff;

            input {
                cursor: pointer;
            }
        }
    }

    .col-4 {
        .catalog-blanks__list {
            margin-bottom: 28px;
        }
    }
}
*/
.main {
  padding-top: 110px;
  min-height: 460px;
  max-width: 100vw;
  overflow: hidden;
  flex: 1;
}
@media screen and (max-width: 1024px) {
  .main {
    padding-top: 80px;
    overflow: hidden;
  }
}
@media (min-width: 1025px) {
  .main-top--margin {
    margin-top: 186px;
  }
}
.main-title {
  margin-right: 11%;
  margin-bottom: 19px;
}
.main-link {
  display: inline-block;
  vertical-align: top;
  font-size: 15px;
  line-height: 24px;
  font-weight: 500;
  position: absolute;
  top: 8px;
  right: 0;
  color: #989faf;
}
.main-catalog__item-button {
  transition: all 0.3s ease;
}
@media (max-width: 1024px) {
  .main-catalog__item-button {
    margin-right: 5px;
  }
}
.main-catalog__item-button:hover {
  color: white;
  opacity: 0.9;
}
.main-catalog__item-bottom {
  display: flex;
  flex-direction: column;
}
.main-catalog__item-bottom--alt {
  margin-top: 12px !important;
}
@media (max-width: 1024px) {
  .main-catalog__item-bottom--alt {
    margin-top: 8px !important;
  }
}
.main--visible {
  overflow: visible;
}

.body--overlay {
  overflow: hidden;
}

.main-top__item {
  display: inline-block;
  vertical-align: top;
  color: #ffffff;
  border-radius: 4px;
  width: calc(40% - 8px);
  margin-bottom: 40px;
  position: relative;
  padding-top: 17.5%;
  height: 0;
  overflow: hidden;
  background: no-repeat center;
  background-size: cover;
}
.main-top__item--2, .main-top__item--3 {
  width: 100%;
  margin-bottom: 16px;
  background-size: cover;
  padding-top: 42.7%;
}
.main-top__item--2 .main-top__item-sub, .main-top__item--3 .main-top__item-sub {
  padding: 6px 13px 7px 12px;
  margin-bottom: 14px;
  line-height: 15px;
}
.main-top__item--2 .main-top__item-title {
  position: relative;
  padding-right: 42%;
}
.main-top__item--2 .main-top__item-title span {
  display: inline-block;
  vertical-align: top;
  font-size: 48px;
  line-height: 1;
  position: absolute;
  right: 0px;
  bottom: -3px;
}
.main-top__item--2 .main-top__item-sub {
  background-color: #f27c93;
}
.main-top__item--3 .main-top__item-info {
  bottom: 32px;
}
.main-top__item--3 .main-top__item-sub {
  padding: 6px 12px 7px 12px;
  margin-bottom: 12px;
  background-color: #7d9aec;
}
.main-top__item-info {
  display: block;
  position: absolute;
  bottom: 36px;
  left: 40px;
  width: 100%;
  max-width: 275px;
}
.main-top__item-sub {
  display: inline-block;
  vertical-align: top;
  background-color: #2dc592;
  padding: 9px 16px 8px;
  border-radius: 4px;
  margin-bottom: 18px;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 24px;
  font-weight: 600;
}
.main-top__item-sub img {
  display: block;
  max-width: 70px;
}
.main-top__item-title {
  display: block;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
}
.main-top__item-date {
  display: block;
  font-size: 13px;
  line-height: 16px;
  font-weight: 600;
  position: relative;
  color: #8d95ac;
  margin-bottom: 14px;
  padding-left: 22px;
  background: url(/local/templates/collant/images/svg/ico-calendar.svg) no-repeat 0 50%;
}
.main-top__slider {
  width: calc(58.3% - 2px);
  padding-top: 0;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 16px;
  margin: 0;
}
.main-top__slider-item {
  position: relative;
  padding-top: 0;
  height: 100%;
  overflow: hidden;
  background: no-repeat center #c4c4c4;
  background-size: cover;
}
.main-top__slider-item .main-top__item-info {
  max-width: 100%;
  width: auto;
  right: 130px;
  bottom: 32px;
  left: 40px;
}
.main-top__slider .swiper-slide,
.main-top__slider .swiper-container {
  height: 100%;
}
.main-top__shops .main-top__item-title, .main-top__news .main-top__item-title {
  color: #5e636f;
}
.main-top__shops .main-top__item-info, .main-top__news .main-top__item-info {
  bottom: 32px;
  left: 40px;
  max-width: none;
}
.main-top__bottom {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .main-top__bottom {
    margin: 0 4px;
  }
}
@media (max-width: 768px) {
  .main-top__bottom {
    flex-direction: column;
    margin: 0;
  }
}
.main-top__bottom .main-top__bottom-item {
  width: calc(50% - 4px);
}
@media (max-width: 1024px) {
  .main-top__bottom .main-top__bottom-item {
    padding-top: 17.5%;
  }
}
@media (max-width: 767px) {
  .main-top__bottom .main-top__bottom-item {
    width: 100%;
    padding-top: 36.45%;
  }
}
.main-top__bottom .main-top__bottom-item:nth-child(1) {
  margin: 0 0 20px 0;
}
.main-top__bottom .main-top__bottom-item:nth-child(2) {
  margin: 0 0 20px 8px;
}
@media (max-width: 767px) {
  .main-top__bottom .main-top__bottom-item:nth-child(2) {
    margin-left: 0;
  }
}
.main-top .swiper-button {
  background: url("/local/templates/collant/images/svg/slider-nav.svg") no-repeat center;
  background-size: contain;
  opacity: 0.6;
}
.main-top .swiper-button:hover {
  opacity: 1;
}
.main-top .swiper-button-prev {
  left: 40px;
  transform: rotate(180deg);
}
.main-top .swiper-button-next {
  right: 40px;
  transform: none;
}
.main-top .swiper-pagination {
  display: inline-block;
  vertical-align: top;
  width: auto;
  left: auto;
  right: 40px;
  bottom: 32px;
  line-height: 0;
  z-index: 3;
}
.main-top .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.8);
  margin: 0 8px 0 0;
}
.main-top .swiper-pagination-bullet-active {
  background-color: rgb(255, 255, 255);
}
.main-top .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
.main-top .swiper-slide {
  position: relative;
  z-index: 1;
}
.main-top__top {
  position: relative;
  padding-left: calc(60.4% - 16px);
  margin: 0 0 24px 0;
}
.main-top__news {
  margin-right: 11px;
}

.main-about {
  background-color: #ffffff;
  padding: 32px 0 31px;
  margin-bottom: 51px;
}
.main-about__info {
  display: inline-block;
  vertical-align: middle;
  width: 50.6%;
  margin-bottom: 8px;
}
.main-about h2 {
  max-width: 544px;
  margin-bottom: 28px;
}
.main-about__text {
  max-width: 576px;
  margin-bottom: 56px;
  line-height: 32px;
  padding-right: 32px;
}
.main-about__link {
  display: inline-block;
  vertical-align: top;
  color: #6A7BFF;
  padding-right: 12px;
  background: url("/local/templates/collant/images/svg/arr-right-blue.svg") no-repeat right 9px;
}
.main-about__slider {
  display: inline-block;
  vertical-align: middle;
  width: 49.4%;
}
.main-about__slider .swiper-slide {
  width: 100%;
  padding-top: 49.5%;
  background: no-repeat center;
  background-size: cover;
  border-radius: 4px;
  overflow: hidden;
}
.main-about__slider .swiper-slide video {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.main-about__slider .swiper-slide.play:hover .video-btn.play {
  opacity: 1;
}
.main-about__slider .gallery-thumbs2 {
  margin-top: 15px;
}
.main-about__slider .gallery-thumbs2 .swiper-slide {
  padding-top: 17.1%;
  position: relative;
  border: 1px solid transparent;
  cursor: pointer;
}
.main-about__slider .gallery-thumbs2 .swiper-slide:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.52);
  border: 6px solid #fff;
  border-radius: 4px;
  opacity: 0;
}
.main-about__slider .gallery-thumbs2 .swiper-slide:hover:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -1px;
  right: -1px;
  bottom: 0;
  background: rgba(255, 255, 255, 0.52);
}
.main-about__slider .gallery-thumbs2 .swiper-slide-thumb-active {
  border-color: #048459;
}
.main-about__slider .gallery-thumbs2 .swiper-slide-thumb-active:before {
  opacity: 1;
}
.main-about__slider .gallery-thumbs2 .swiper-slide-thumb-active:hover:after {
  display: none;
}

.video-btn {
  display: block;
  width: 64px;
  height: 64px;
  border-radius: 64px;
  background-color: rgba(255, 255, 255, 0.55);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.video-btn:before {
  content: "";
  display: block;
  position: absolute;
  border: 10px solid transparent;
  border-left-color: #ffffff;
  border-right-width: 0;
  top: 50%;
  left: 50%;
  transform: translate(-32%, -45%);
  border-left-width: 14px;
}
.video-btn.play {
  opacity: 0;
}
.video-btn.play:before {
  opacity: 0;
}
.video-btn.play:after {
  content: "=";
  display: inline-block;
  vertical-align: top;
  font-size: 45px;
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: rotate(90deg) translate(-40%, 44%);
}
.video-btn.play:hover {
  opacity: 1;
}

.main-hit {
  display: inline-block;
  vertical-align: top;
  width: 55.75%;
  margin-right: 43px;
  margin-bottom: 26px;
  position: relative;
}
.main-hit__item {
  background-color: #ffffff;
  padding: 16px 16px 13px;
  border-radius: 4px;
  height: auto;
}
.main-hit__item-img {
  display: block;
  padding-top: 150.2%;
  background: no-repeat center;
  background-size: cover;
  position: relative;
  margin-bottom: 16px;
}
.main-hit__item-name {
  display: block;
  font-size: 15px;
  line-height: 18px;
}
.main-hit .swiper-container {
  margin: 0 -26px;
  padding: 0 26px;
  position: relative;
}
.main-hit .swiper-container:before, .main-hit .swiper-container:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 26px;
  left: 0;
  background-color: #f4f5f7;
  z-index: 3;
}
.main-hit .swiper-container:after {
  left: auto;
  right: 0;
}

.sticker {
  display: inline-block;
  vertical-align: top;
  position: absolute;
  top: -8px;
  left: -8px;
  color: #ffffff;
  text-align: center;
  padding: 5px 11px 7px;
  border-radius: 4px;
  background-color: #f27c93;
  line-height: 1;
  font-size: 14px;
}

.main-news {
  display: inline-block;
  vertical-align: top;
  width: calc(44.25% - 43px);
  margin-bottom: 20px;
  position: relative;
}
.main-news__items {
  background-color: #ffffff;
  padding: 33px 32px 26px;
  border-radius: 4px;
}
.main-news__item {
  display: block;
  position: relative;
  padding-left: 76px;
  min-height: 60px;
  margin-bottom: 24px;
}
.main-news__item-img {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 60px;
  position: absolute;
  left: 0;
  top: 0;
  background: no-repeat center #c4c4c4;
  background-size: cover;
}
.main-news__item-title {
  display: block;
  margin-bottom: 2px;
  font-weight: 600;
  line-height: 22px;
}
.main-news__item-bot {
  display: block;
  margin-top: 2px;
  border-top: 1px solid #dee1ea;
  padding-top: 5px;
}
.main-news__item-date {
  display: inline-block;
  vertical-align: top;
  margin-right: 32px;
  font-size: 14px;
  line-height: 17px;
  font-weight: 500;
  color: #989FAF;
  position: relative;
  padding-left: 20px;
  background: url("/local/templates/collant/images/svg/ico-calendar.svg") no-repeat 0 50%;
}
.main-news__item-views {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 17px;
  font-weight: 500;
  color: #989FAF;
  position: relative;
  padding-left: 20px;
  background: url("/local/templates/collant/images/svg/ico-eye.svg") no-repeat 0 50%;
}
.main-news__item:last-child {
  margin-bottom: 0;
}

.main-brands {
  margin-bottom: 76px;
}
.main-brands .swiper-container {
  margin: 20px -80px;
  padding: 0 80px;
  position: relative;
}
.main-brands .swiper-container:before, .main-brands .swiper-container:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 80px;
  left: 0;
  background-color: #f4f5f7;
  z-index: 3;
}
.main-brands .swiper-container:after {
  left: auto;
  right: 0;
}
.main-brands__item {
  display: block;
  padding-top: 12%;
  background: no-repeat center #ffffff;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(26, 36, 121, 0.1);
  line-height: 0;
  position: relative;
}
.main-brands__item img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 75%;
  max-height: 80%;
}
.main-brands__item:hover {
  background: url("/local/templates/collant/images/svg/brand-hover.svg") no-repeat 50% 0 #fe94b8;
  background-size: 190% auto;
}
.main-brands__item:hover img {
  filter: brightness(100);
}
.main-brands .swiper-pagination {
  display: none;
}

.swiper-button {
  width: 48px;
  height: 48px;
  border-radius: 48px;
  background: url("/local/templates/collant/images/svg/arr-right-black.svg") no-repeat center #ffffff;
  left: 0;
  box-shadow: 0 2px 4px rgba(26, 36, 121, 0.1);
}
.swiper-button:after {
  display: none;
}
.swiper-button-next {
  transform: rotate(-180deg);
  left: auto;
  right: 0;
  box-shadow: 0 -2px 4px rgba(26, 36, 121, 0.1);
}
.swiper-pagination-bullet {
  opacity: 0.8;
}
.swiper-pagination-bullet-active {
  opacity: 1;
}

@media screen and (max-width: 1024px) {
  .footer {
    margin-bottom: 56px;
  }
}
.footer .logo {
  width: 100px;
  margin-right: 106px;
  margin-top: unset;
}
@media screen and (max-width: 1401px) {
  .footer .logo {
    margin-right: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .footer .logo {
    width: 60px;
  }
}
.footer-wrap {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1401px) {
  .footer-wrap {
    align-items: flex-start;
  }
}
.footer-container {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex: 1;
  flex-wrap: wrap;
  gap: 20px;
}
.footer-container__block {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 40px;
}
@media screen and (max-width: 1401px) {
  .footer-container__block {
    gap: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .footer-container__block {
    gap: 8px;
  }
}
.footer-top {
  background-color: #048459;
  color: #ffffff;
  padding: 23px 0 27px;
}
@media screen and (max-width: 1024px) {
  .footer-top {
    padding: 21px 0 17px;
  }
  .footer-top > .wrap {
    position: relative;
  }
}
.footer-bot {
  background-color: #ffffff;
  text-align: center;
  padding: 31px 0 33px;
  font-size: 13px;
  line-height: 16px;
}
@media screen and (max-width: 1024px) {
  .footer-bot {
    text-align: left;
    padding: 13px 0;
    font-size: 10px;
  }
}
.footer-box {
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
}
@media screen and (max-width: 1024px) {
  .footer-box {
    font-size: 15px;
    white-space: unset;
  }
}
.footer-box span {
  display: block;
  font-size: 14px;
  line-height: 17px;
  font-weight: 300;
  margin-bottom: 1px;
}
.footer-box a {
  font-size: 22px;
  line-height: 27px;
  font-weight: 600;
  color: #ffffff;
}
@media screen and (max-width: 1024px) {
  .footer-box a {
    font-size: 18px;
    line-height: 22px;
  }
}
.footer-app__list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: unset;
  padding: unset;
  list-style: none;
}
.footer-app__list-item {
  display: inline-flex;
}
.footer-app__list-btn {
  display: inherit;
  height: 40px;
}
.footer-app__list-btn img {
  max-width: 100%;
}
.footer-app__list-btn--store {
  width: 120px;
}
.footer-app__list-btn--play {
  width: 135px;
}
@media screen and (max-width: 1024px) {
  .footer-app__list-btn--mobile {
    display: none;
  }
}
.footer-menu {
  display: inline-block;
  vertical-align: top;
  text-align: right;
  list-style: none;
  padding: 0;
  margin: 0;
  flex: 1;
}
.footer-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .footer-menu ul {
    display: flex;
    flex-wrap: wrap;
  }
}
.footer-menu ul li {
  display: inline-block;
  vertical-align: top;
  margin-left: 40px;
}
@media screen and (max-width: 1024px) {
  .footer-menu ul li {
    margin-left: 8px;
  }
  .footer-menu ul li:first-child {
    order: -2;
  }
  .footer-menu ul li:nth-child(3) {
    order: -1;
  }
}
.footer-menu ul li:first-child {
  margin-left: 0;
}
.footer-menu ul li a {
  display: inline-block;
  vertical-align: top;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 18px;
}
@media screen and (max-width: 1024px) {
  .footer-menu ul li a {
    font-size: 14px;
    line-height: 14px;
  }
}

.popup {
  width: 100%;
  border-radius: 4px;
  background-color: #ffffff;
  padding: 0;
  position: relative;
  margin: 0 auto 40px auto;
  max-width: 1108px;
}
.popup.fancybox-content {
  margin: 0;
}
.popup-left {
  display: inline-block;
  vertical-align: middle;
  width: 49.1%;
  background: #7d9aec;
  position: relative;
  padding: 32px;
}
.popup-left__img {
  max-width: 401px;
  padding-top: 75%;
  background: no-repeat center;
  margin: 0 auto 16px;
}
.popup-left__text {
  font-size: 16px;
  line-height: 19px;
  color: #ffffff;
  font-weight: 500;
  width: 100%;
  text-align: center;
  max-width: 376px;
  margin: 0 auto;
}
.popup-left__title {
  color: #ffffff;
  font-size: 24px;
  line-height: 29px;
  text-transform: none;
  text-align: center;
  margin-bottom: 44px;
}
.popup-right {
  display: inline-block;
  vertical-align: middle;
  margin-left: 49.1%;
  width: 50.9%;
  padding: 142px 76px 138px;
}
.popup-title {
  font-size: 24px;
  line-height: 29px;
  font-weight: 700;
  margin-bottom: 32px;
  color: #5e636f;
}
.popup-subtitle {
  display: block;
  margin-bottom: 15px;
  font-size: 15px;
  line-height: 1.2;
}
.popup-pass form, .popup-auth form {
  max-width: 372px;
}
.popup-pass .popup-left, .popup-auth .popup-left {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  padding-top: 7%;
}
.popup-pass .popup-left__img, .popup-auth .popup-left__img {
  margin-bottom: 47px;
}
.popup-pass .input-wrap--pass, .popup-auth .input-wrap--pass {
  position: relative;
}
.popup-pass .input-wrap--pass .view-pass, .popup-auth .input-wrap--pass .view-pass {
  display: block;
  width: 20px;
  height: 18px;
  background: url(/local/templates/collant/images/svg/ico-eye.svg) no-repeat center, url(/local/templates/collant/images/svg/ico-eye-black.svg) no-repeat center;
  background-size: 19px, 0;
  position: absolute;
  right: 21px;
  top: 45px;
}
.popup-pass .input-wrap--pass .view-pass.view, .popup-auth .input-wrap--pass .view-pass.view {
  background-size: 0, 19px;
}
.popup-button {
  display: block;
  margin: 11px 0 21px;
  padding: 16px 52px 15px 24px;
  text-align: left;
  background-image: url(/local/templates/collant/images/svg/sign-in-alt.svg);
  background-position: right 25px top 19px;
  background-repeat: no-repeat;
  font-weight: 500;
}
.popup-partner {
  color: #5e636f;
  font-weight: 500;
}
.popup-partner a {
  color: #6A7BFF;
  margin-left: 10px;
  padding-right: 14px;
  background: url("/local/templates/collant/images/svg/arr-right-blue.svg") no-repeat right 7px;
}
.popup-support, .popup-manager, .popup-default {
  max-width: 1104px;
  padding: 35px 60px 58px;
  background: no-repeat 84% 50% #ffffff;
  background-size: 43%;
}
.popup-support .popup-left, .popup-manager .popup-left, .popup-default .popup-left {
  background-color: #ffffff;
  width: 100%;
  max-width: 100%;
  padding: 0;
}
.popup-support .input, .popup-manager .input, .popup-default .input {
  padding: 15px 16px 16px;
  border-color: #dcdce6;
  font-weight: 500;
}
.popup-support .input-wrap, .popup-manager .input-wrap, .popup-default .input-wrap {
  margin-bottom: 24px;
}
.popup-support form button, .popup-manager form button, .popup-default form button {
  background: #048459;
  padding: 11px 56px 14px;
}
.popup-support form textarea, .popup-manager form textarea, .popup-default form textarea {
  min-height: 201px;
  resize: vertical;
}
.popup-support .manager, .popup-manager .manager, .popup-default .manager {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 16px;
}
.popup-support .manager-name, .popup-manager .manager-name, .popup-default .manager-name {
  font-weight: 600;
  color: #5e636f;
  margin-bottom: 4px;
}
.popup-support .manager-name span, .popup-manager .manager-name span, .popup-default .manager-name span {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  color: #626c81;
  font-weight: 400;
  margin-right: 8px;
}
.popup-support .manager-email, .popup-support .manager-phone, .popup-manager .manager-email, .popup-manager .manager-phone, .popup-default .manager-email, .popup-default .manager-phone {
  padding-left: 82px;
  line-height: 0;
  margin-bottom: 4px;
}
.popup-support .manager-email a, .popup-support .manager-phone a, .popup-manager .manager-email a, .popup-manager .manager-phone a, .popup-default .manager-email a, .popup-default .manager-phone a {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 17px;
}
.popup-support .manager-phone a, .popup-manager .manager-phone a, .popup-default .manager-phone a {
  font-weight: 600;
}
.popup-support__file-message, .popup-manager__file-message, .popup-default__file-message {
  display: none;
  color: red;
  margin: 10px 0;
}
.popup-support__file-message--show, .popup-manager__file-message--show, .popup-default__file-message--show {
  display: block;
}
.popup-support .popup-manager__file-wrapper .import-2__file-name, .popup-manager .popup-manager__file-wrapper .import-2__file-name, .popup-default .popup-manager__file-wrapper .import-2__file-name {
  max-width: unset;
  text-overflow: ellipsis;
  overflow-x: hidden;
  white-space: nowrap;
}
.popup-support .popup-manager__file-wrapper .import-2__file-delete-button, .popup-manager .popup-manager__file-wrapper .import-2__file-delete-button, .popup-default .popup-manager__file-wrapper .import-2__file-delete-button {
  padding: 11px 24px 14px;
  border-color: transparent;
  background: transparent;
  transition: 0.2s all ease;
}
.popup-support .popup-manager__file-wrapper .import-2__file-delete-button svg, .popup-manager .popup-manager__file-wrapper .import-2__file-delete-button svg, .popup-default .popup-manager__file-wrapper .import-2__file-delete-button svg {
  transition: 0.2s all ease;
}
.popup-support .popup-manager__file-wrapper .import-2__file-delete-button:hover, .popup-manager .popup-manager__file-wrapper .import-2__file-delete-button:hover, .popup-default .popup-manager__file-wrapper .import-2__file-delete-button:hover {
  border-color: #048459;
}
.popup-support .popup-manager__file-wrapper .import-2__file-delete-button:hover svg, .popup-manager .popup-manager__file-wrapper .import-2__file-delete-button:hover svg, .popup-default .popup-manager__file-wrapper .import-2__file-delete-button:hover svg {
  color: #048459;
}
@media (max-width: 991px) {
  .popup-default {
    padding: 35px 20px 20px;
  }
}
.popup-default .manager-email {
  padding-left: 0;
}
.popup-close {
  display: block;
  width: 75px;
  height: 24px;
  position: absolute;
  background: url("/local/templates/collant/images/svg/ico-close-black.svg") no-repeat center right;
  top: 16px;
  right: 16px;
  opacity: 0.8;
}
.popup-close:before {
  content: "Отмена";
  display: inline-block;
  vertical-align: top;
  position: absolute;
  left: 0;
  top: -1px;
  color: #2a2a2a;
}
.popup-close:hover {
  opacity: 1;
}
.popup form .input {
  padding: 15px 24px 16px;
  border-color: #dcdce6;
}
.popup form .input::-moz-placeholder {
  color: #5e636f;
  font-weight: 500;
}
.popup form .input::placeholder {
  color: #5e636f;
  font-weight: 500;
}
.popup form .input.select {
  padding: 0;
}
.popup form .input.select .jq-selectbox__select-text {
  padding: 15px 24px 16px;
}
.popup form .input-label {
  margin-bottom: 10px;
  font-size: 15px;
  color: #626c81;
  display: inline-block;
}
.popup#popupPass form button {
  background: #048459;
  padding: 16px 32px;
}
.popup-color {
  max-width: 400px;
}
.popup-color__item {
  max-width: 300px;
  margin: 10px auto;
  min-height: 200px;
}
.popup-distr {
  padding: 45px 60px;
  max-width: 465px;
}
.popup-distr__list {
  max-height: 235px;
  padding: unset;
  padding-right: 5px;
  list-style: none;
  overflow-y: auto;
}
.popup-distr__list::-webkit-scrollbar {
  display: block;
  width: 5px;
  height: 100%;
  background-color: #e6e6ee;
  border-radius: 3px;
}
.popup-distr__list::-webkit-scrollbar-thumb {
  background-color: #048459;
  border-radius: 3px;
  width: 5px;
}
.popup-distr__item {
  padding: 10px 15px;
  border-radius: 4px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}
.popup-distr__item.active {
  color: #048459;
  background-color: #f4f5f7;
}
@media (min-width: 1025px) {
  .popup-distr__item:hover {
    background-color: #f4f5f7;
  }
}
.popup-distr__item + .popup-distr__item {
  margin-top: 3px;
}
.popup-distr__btn {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  min-width: 120px;
}

.popup form .input-wrap--error .input {
  border-color: #c63e59;
}

.registration .input-wrap--error .input {
  border-color: #c63e59;
}

.contacts .input-wrap--error .input {
  border-color: #c63e59;
}

.contacts .error-message {
  display: block;
  position: absolute;
  bottom: -20px;
  left: 0;
  font-size: 12px;
  margin: 5px 0;
  color: #c63e59;
  width: 100%;
}

.fancybox-slide--html .fancybox-close-small {
  right: 5px;
  top: 5px;
  opacity: 1;
  color: #5e636f;
}

.fancybox-bg {
  background-color: #1b2230;
}

.forgot-pass {
  display: inline-block;
  vertical-align: top;
  color: #6A7BFF;
  margin-top: -10px;
}

.registration {
  width: 100%;
  background-color: #ffffff;
  padding: 0;
  margin: 24px auto 80px;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(26, 36, 121, 0.1);
}
.registration .popup-right {
  padding: 106px 52px 105px 48px;
  margin-left: 50%;
}
.registration .popup-left {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  padding: 27px 32px;
  width: 50%;
}
.registration .popup-left__text {
  max-width: 370px;
}
.registration .swiper-pagination {
  bottom: 58px;
}
.registration .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 12px;
  background-color: #ffffff;
  margin: 0 4px;
}
.registration .swiper-pagination-bullet-active {
  background-color: #a1ede2;
}
.registration .swiper-button {
  width: 56px;
  height: 56px;
  top: 44%;
  background: url("/local/templates/collant/images/svg/arr-right-white.svg") no-repeat center;
  border: 2px solid #ffffff;
  box-shadow: none;
}
.registration .select .jq-selectbox__select-text,
.registration .input {
  padding: 15px 24px 16px;
  color: #5e636f;
  border-color: #dcdce6;
}
.registration .select .jq-selectbox__select-text::-moz-placeholder, .registration .input::-moz-placeholder {
  color: #5e636f;
}
.registration .select .jq-selectbox__select-text::placeholder,
.registration .input::placeholder {
  color: #5e636f;
}
.registration .select {
  padding: 0;
}
.registration .agree {
  display: inline-block;
  vertical-align: middle;
  width: calc(90% - 222px);
  padding-right: 52px;
  font-size: 13px;
  line-height: 16px;
}
.registration .agree a {
  color: #6a7bff;
}
.registration .popup-button {
  display: inline-block;
  vertical-align: middle;
  width: 222px;
  height: 57px;
  background-image: url("/local/templates/collant/images/svg/ico-mail-btn.svg");
  background-position: right 32px top 53%;
  padding-left: 32px;
  margin: 0;
}

.popup-pass {
  max-width: none;
  padding: 0;
  margin: 24px auto 80px;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}

.sections {
  margin-bottom: 78px;
}
.sections-item {
  background: no-repeat center #ffffff;
  background-size: cover;
  padding-top: 17.5%;
  border-radius: 4px;
  margin-bottom: 24px;
  position: relative;
  box-shadow: 0 2px 4px rgba(26, 36, 121, 0.1);
}
.sections-items {
  margin-top: 23px;
}
.sections-item__title {
  display: inline-block;
  vertical-align: top;
  position: absolute;
  bottom: 37px;
  left: 48px;
  text-transform: none;
  margin: 0;
}
.sections-item__title span {
  display: block;
  font-size: 14px;
  line-height: 17px;
  font-weight: 600;
  color: #989faf;
}
.sections-brand {
  position: relative;
  margin-top: 40px;
  margin-bottom: 64px;
  padding-left: 60px;
}
.sections-brand:last-child {
  margin-bottom: 0;
}
.sections-brands {
  margin-bottom: 41px;
}
.sections-brand ul {
  list-style: none;
  padding: 0;
  margin: 0;
  background-color: #ffffff;
  box-shadow: 0 2px 4px rgba(26, 36, 121, 0.1);
  border-radius: 4px;
  padding: 19px 42px 14px 86px;
}
.sections-brand ul li {
  margin-bottom: 6px;
}
.sections-brand ul li a {
  display: block;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  text-transform: uppercase;
}
.sections-brand ul li a:hover {
  color: #ea8498;
}
.sections-brand ul li:first-child {
  margin-bottom: 15px;
}
.sections-brand ul li:first-child a {
  font-size: 16px;
  font-weight: 700;
}
.sections-brand__logo {
  background: no-repeat center #ea8498;
  border-radius: 4px;
  width: 120px;
  height: 80px;
  position: absolute;
  top: -40px;
  left: 0;
  z-index: 1;
}

.left-menu {
  margin-bottom: 40px;
}
.left-menu .lvl {
  list-style: none;
  padding: 0;
  margin: 0;
}
.left-menu .lvl a.parent {
  position: relative;
}
.left-menu .lvl a.parent:after {
  content: "";
  display: block;
  position: absolute;
  width: 14px;
  height: 12px;
  background: url("/local/templates/collant/images/svg/arr-choose.svg") no-repeat center, url("/local/templates/collant/images/svg/arr-choose-green.svg") no-repeat center;
  background-size: auto, 0;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}
.left-menu .lvl a.parent.opened {
  color: #048459;
}
.left-menu .lvl a.parent.opened:after {
  transform: translateY(-50%) rotate(-180deg);
  background-size: 0, auto;
}
.left-menu .lvl a {
  display: block;
}
.left-menu .lvl1 > li > a {
  padding: 15px 52px 17px;
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  background: no-repeat 8px 50%;
  border: 1px solid transparent;
  border-radius: 4px;
  color: #40444e;
}
.left-menu .lvl1 > li > a.opened {
  border-color: #048459;
}
.left-menu .lvl1 > li > a.opened + .lvl2 {
  padding-bottom: 8px;
}
.left-menu .lvl1 > li > a.parent > .icon {
  background-color: #f1abb8;
  width: 36px;
  height: 36px;
  position: absolute;
  left: 4px;
  top: 48%;
  transform: translateY(-50%);
  border-radius: 6px;
}
.left-menu .lvl2 {
  display: none;
  padding: 18px 0 19px 50px;
}
.left-menu .lvl2 > li > a {
  text-transform: uppercase;
  margin-bottom: 13px;
  font-size: 16px;
  line-height: 19px;
  font-weight: 600;
  padding-right: 50px;
}
.left-menu .lvl2 > li > a.opened {
  margin-bottom: 7px;
}
.left-menu .lvl2 > li:last-child > a {
  margin-bottom: 0;
}
.left-menu .lvl2 > li:last-child > a.opened {
  margin-bottom: 7px;
}
.left-menu .lvl3 {
  display: none;
  background: #e5e6ea;
  border-radius: 4px;
  padding: 8px 8px 8px 19px;
  margin-right: 23px;
  margin-bottom: 12px;
}
.left-menu .lvl3 > li > a {
  font-size: 14px;
  line-height: 17px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.left-menu .lvl3 > li > a.parent:after {
  right: 0;
}
.left-menu .lvl3 > li:last-child > a {
  margin-bottom: 0;
}
.left-menu .lvl4 {
  display: none;
  background: #e5e6ea;
  border-radius: 4px;
  padding: 8px 0 0 10px;
  margin-bottom: 4px;
}
.left-menu .lvl4 > li > a {
  padding: 3px 0;
  font-size: 14px;
  line-height: 17px;
  font-weight: 600;
  margin-bottom: 15px;
}
.left-menu .lvl4 > li > a.parent:after {
  right: 0;
}
.left-menu .lvl4 > li:last-child > a {
  margin-bottom: 0;
}
.left-menu .lvl5 {
  display: none;
  background: #e5e6ea;
  border-radius: 4px;
  padding: 8px 0 0 10px;
  margin-bottom: 4px;
}
.left-menu .lvl5 > li > a {
  padding: 3px 0;
  font-size: 14px;
  line-height: 17px;
  font-weight: 600;
  margin-bottom: 15px;
}
.left-menu .lvl5 > li > a.parent:after {
  right: 0;
}
.left-menu .lvl5 > li:last-child > a {
  margin-bottom: 0;
}
.left-menu__open {
  display: none;
}
@media (max-width: 1024px) {
  .left-menu__open {
    display: block;
  }
}

.label {
  display: inline-block;
  vertical-align: top;
  padding: 2px 13px;
  background-color: #2dc592;
  border-radius: 4px;
  font-size: 12px;
  line-height: 24px;
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
}
.label-sale {
  background-color: #f27c93;
}
.label-promo {
  background-color: #7d9aec;
}
.label .promo-title {
  display: block;
  font-size: 8px;
  line-height: 1;
  font-weight: 600;
  margin-top: 3px;
  margin-bottom: 2px;
}
.label .promo-date {
  display: block;
  font-size: 8px;
  line-height: 1;
  text-transform: none;
  font-weight: 500;
  margin-bottom: 3px;
  white-space: nowrap;
  margin-right: 40px;
}
.label .promo-size {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  font-weight: 700;
  position: absolute;
  right: 12px;
  top: 2px;
}

.type-filter {
  margin-bottom: 30px;
}
.type-filter a.label,
.type-filter span.label {
  margin-right: 16px;
}
.type-filter a.label:last-child,
.type-filter span.label:last-child {
  margin-right: 0;
}
.type-filter a.label-new,
.type-filter span.label-new {
  border: 1px solid #2dc592;
}
.type-filter a.label-new.active, .type-filter a.label-new:hover,
.type-filter span.label-new.active,
.type-filter span.label-new:hover {
  color: #048459;
  border-color: #048459;
  background-color: rgba(45, 197, 146, 0.39);
}
.type-filter a.label-sale,
.type-filter span.label-sale {
  border: 1px solid #f27c93;
}
.type-filter a.label-sale.active, .type-filter a.label-sale:hover,
.type-filter span.label-sale.active,
.type-filter span.label-sale:hover {
  color: #c63e59;
  border-color: #c63e59;
  background-color: rgba(242, 124, 147, 0.54);
}
.type-filter a.label-promo,
.type-filter span.label-promo {
  border: 1px solid #7d9aec;
}
.type-filter a.label-promo.active, .type-filter a.label-promo:hover,
.type-filter span.label-promo.active,
.type-filter span.label-promo:hover {
  color: #4265c7;
  border-color: #7d9aec;
  background-color: rgba(125, 154, 236, 0.6);
}

.section h1 {
  margin: 0 0 24px;
  font-size: 24px;
  line-height: 29px;
  font-weight: 700;
  letter-spacing: 0.001em;
}

.filter {
  background-color: #ffffff;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  margin-bottom: 14px;
  padding: 0 24px;
}
.filter-title {
  display: inline-block;
  vertical-align: top;
  padding-right: 30px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  background: url("/local/templates/collant/images/svg/ico-filter.svg") no-repeat right center;
  color: #80899a;
}
.filter-top {
  padding: 16px 0 15px;
  position: relative;
  cursor: pointer;
}
.filter-top:after {
  content: "";
  display: block;
  position: absolute;
  width: 12px;
  height: 10px;
  background: url(/local/templates/collant/images/svg/arr-choose.svg) no-repeat center;
  right: 0;
  top: 22px;
}
.filter.opened {
  margin-bottom: 0;
}
.filter.opened .filter-top:after {
  transform: rotate(-180deg);
}
.filter-content {
  display: none;
  padding: 16px 0;
  border-top: 1px solid #dcdce6;
}
.filter-content form {
  font-size: 0;
}
.filter-content .input {
  font-size: 15px;
  padding: 7px 16px;
  color: #5e636f;
  border-color: #7a7a7a;
}
.filter-content .input::-moz-placeholder {
  color: #5e636f;
}
.filter-content .input::placeholder {
  color: #5e636f;
}
.filter-content .select {
  padding: 0;
}
.filter-content .select .jq-selectbox__select-text:after {
  width: 14px;
  height: 12px;
  right: 0;
  padding: 7px 16px;
}
.filter-buttons {
  display: inline-block;
  white-space: nowrap;
}
.filter button {
  display: inline-block;
  vertical-align: top;
}
.filter button[disabled] {
  background: transparent;
  border-color: transparent;
}
.filter button span {
  display: inline-block;
  vertical-align: top;
}
.filter button + .filter button {
  margin-left: 12px;
}
.filter--mode .filter-top {
  display: none;
}
.filter--mode .filter-content {
  display: block;
  border-top: 0;
  padding-top: 24px;
  padding-bottom: 24px;
}
.filter--min form {
  display: flex;
  align-items: center;
}
.filter--min .filter-item {
  width: calc((100% - 468px) / 2);
  margin: 0;
  line-height: 0;
}
.filter--min .filter-item--price {
  width: 472px;
  padding: 0 0 0 16px;
}
.filter--min .filter-item--price > span {
  white-space: nowrap;
  font-weight: 600;
}
.filter--min button {
  margin-top: 0;
  margin-left: 8px;
  padding: 7px;
  width: calc(100% - 668px);
}
.filter-item {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 11px;
}
.filter-item--price {
  display: inline-flex;
  align-items: center;
  margin-right: 8px;
}
.filter-item--price > span {
  display: inline-block;
  vertical-align: top;
  margin-right: 8px;
  font-size: 15px;
  line-height: 24px;
  font-weight: 600;
  color: #5e636f;
}
.filter-item--price input {
  width: 90px;
  margin-right: 8px;
}
.filter-item .select .jq-selectbox__text {
  color: #5e636f;
}
.filter-item .select .jq-selectbox__dropdown {
  top: 100% !important;
}
.filter .range {
  margin: 3px 16px 0 8px;
}
.filter#filter_requsets, .filter#filter_clients {
  margin-bottom: 14px;
}
@media (max-width: 767px) {
  .filter#filter_requsets, .filter#filter_clients {
    margin-bottom: unset;
    overflow-y: auto;
  }
}
.filter#filter_requsets.opened, .filter#filter_clients.opened {
  margin-bottom: 14px;
}
@media (max-width: 767px) {
  .filter#filter_requsets.opened, .filter#filter_clients.opened {
    margin-bottom: unset;
  }
}
.filter#filter_requsets .filter-buttons, .filter#filter_clients .filter-buttons {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
@media (max-width: 575px) {
  .filter#filter_requsets .filter-buttons, .filter#filter_clients .filter-buttons {
    flex-direction: column;
  }
}
.filter#filter_requsets .filter-buttons button + button, .filter#filter_requsets .filter-buttons button + a,
.filter#filter_requsets .filter-buttons a + button,
.filter#filter_requsets .filter-buttons a + a, .filter#filter_clients .filter-buttons button + button, .filter#filter_clients .filter-buttons button + a,
.filter#filter_clients .filter-buttons a + button,
.filter#filter_clients .filter-buttons a + a {
  margin-left: 20px;
}
@media (max-width: 575px) {
  .filter#filter_requsets .filter-buttons button + button, .filter#filter_requsets .filter-buttons button + a,
  .filter#filter_requsets .filter-buttons a + button,
  .filter#filter_requsets .filter-buttons a + a, .filter#filter_clients .filter-buttons button + button, .filter#filter_clients .filter-buttons button + a,
  .filter#filter_clients .filter-buttons a + button,
  .filter#filter_clients .filter-buttons a + a {
    margin-left: unset;
  }
}
.filter#filter_requsets .filter-buttons button[name=set_filter],
.filter#filter_requsets .filter-buttons a[name=set_filter], .filter#filter_clients .filter-buttons button[name=set_filter],
.filter#filter_clients .filter-buttons a[name=set_filter] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.filter#filter_requsets .filter-buttons button[name=set_filter] svg,
.filter#filter_requsets .filter-buttons a[name=set_filter] svg, .filter#filter_clients .filter-buttons button[name=set_filter] svg,
.filter#filter_clients .filter-buttons a[name=set_filter] svg {
  margin-left: 10px;
}
.filter#filter_requsets .filter-input-dropdown, .filter#filter_clients .filter-input-dropdown {
  position: relative;
}
.filter#filter_requsets .filter-input-dropdown.active .filter-input-dropdown-title, .filter#filter_clients .filter-input-dropdown.active .filter-input-dropdown-title {
  border-color: #048459;
}
.filter#filter_requsets .filter-input-dropdown-title, .filter#filter_clients .filter-input-dropdown-title {
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
}
.filter#filter_requsets .filter-input-dropdown-title.active::before, .filter#filter_clients .filter-input-dropdown-title.active::before {
  transform: translateY(-50%) rotate(180deg);
}
.filter#filter_requsets .filter-input-dropdown-title::before, .filter#filter_clients .filter-input-dropdown-title::before {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 14px;
  background: url("/local/templates/collant/images/svg/arr-choose.svg") no-repeat center;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s all ease;
}
.filter#filter_requsets .filter-input-group-checkbox-list, .filter#filter_clients .filter-input-group-checkbox-list {
  position: absolute;
  top: 100%;
  margin-top: 10px;
  left: 0;
  min-width: 240px;
  height: auto;
  width: 100%;
  max-height: 220px;
  overflow-y: auto;
  padding: 6px;
  border: 1px #eee solid;
  background: #fff;
  z-index: -1;
  opacity: 0;
  transition: 0.1s ease-in;
}
.filter#filter_requsets .filter-input-group-checkbox-list.active, .filter#filter_clients .filter-input-group-checkbox-list.active {
  opacity: 1;
  visibility: visible;
  z-index: 10;
}
.filter#filter_requsets .filter-checkbox-text, .filter#filter_clients .filter-checkbox-text {
  display: flex;
  align-items: center;
  width: 100%;
  height: 28px;
  margin-top: 8px;
  font-size: 15px;
  line-height: 1;
}
.filter#filter_requsets .filter-checkbox-text--empty, .filter#filter_clients .filter-checkbox-text--empty {
  display: none;
}
.filter#filter_requsets .filter-checkbox-text--empty.active, .filter#filter_clients .filter-checkbox-text--empty.active {
  display: flex;
}
.filter#filter_requsets .filter-checkbox-search, .filter#filter_clients .filter-checkbox-search {
  position: relative;
  height: auto;
}
.filter#filter_requsets .filter-checkbox-search .input, .filter#filter_clients .filter-checkbox-search .input {
  padding-right: 40px;
}
.filter#filter_requsets .filter-checkbox-search-reset, .filter#filter_clients .filter-checkbox-search-reset {
  z-index: 1;
  position: absolute;
  top: 50%;
  right: 4px;
  width: 32px;
  height: 32px;
  padding: 6px;
  border-radius: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  transition: 0.3s ease-in-out;
}
@media (min-width: 1024px) {
  .filter#filter_requsets .filter-checkbox-search-reset:hover, .filter#filter_clients .filter-checkbox-search-reset:hover {
    color: #048459;
    background: rgba(4, 132, 89, 0.2);
  }
}
@media (max-width: 767px) {
  .filter#filter_requsets .filter-item, .filter#filter_clients .filter-item {
    width: 100%;
    margin: 0 0 15px 0;
  }
}
.filter#filter_requsets .filter-text, .filter#filter_clients .filter-text {
  font-size: 16px;
}
.filter#filter_requsets .form-check-label, .filter#filter_clients .form-check-label {
  cursor: pointer;
}
.filter#filter_requsets .form-check-label.disabled, .filter#filter_clients .form-check-label.disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.filter#filter_requsets .form-check-input, .filter#filter_clients .form-check-input {
  margin-right: 8px;
}
.filter#filter_requsets .select, .filter#filter_clients .select {
  outline: none;
  background: #ffffff;
  border: 1px solid #7a7a7a;
  border-radius: 4px;
  width: 100%;
  max-width: 100%;
  margin: 0;
  font-family: "Lato", "Arial", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 24px;
  color: #5e636f;
}
.filter#filter_requsets .input::-moz-placeholder, .filter#filter_clients .input::-moz-placeholder {
  font-size: 15px;
  font-weight: 600;
  color: #80899a;
}
.filter#filter_requsets .input::placeholder, .filter#filter_clients .input::placeholder {
  font-size: 15px;
  font-weight: 600;
  color: #80899a;
}
.filter#filter_requsets .input-wrap, .filter#filter_clients .input-wrap {
  margin-bottom: unset;
}
.filter#filter_requsets .input-wrap > span, .filter#filter_clients .input-wrap > span {
  display: block;
  margin-bottom: 11px;
  font-size: 15px;
  line-height: 18px;
  font-weight: 600;
  color: #5e636f;
}
.filter#filter_requsets .row, .filter#filter_clients .row {
  display: flex;
  align-items: flex-end;
}
@media (max-width: 767px) {
  .filter#filter_requsets .row, .filter#filter_clients .row {
    flex-direction: column;
  }
}
.filter#filter_requsets .row + .row, .filter#filter_clients .row + .row {
  margin-top: 10px;
}
.filter#filter_requsets .col-2, .filter#filter_clients .col-2 {
  width: calc((100% - 16px) / 2);
  margin-right: 16px;
}
@media (max-width: 767px) {
  .filter#filter_requsets .col-2, .filter#filter_clients .col-2 {
    width: 100%;
    margin-right: unset;
  }
}
.filter#filter_requsets .col-2:nth-child(2n), .filter#filter_requsets .col-2:last-child, .filter#filter_clients .col-2:nth-child(2n), .filter#filter_clients .col-2:last-child {
  margin-right: 0;
}

.range {
  width: 163px;
  height: 16px;
  border-top: 7px solid #ffffff;
  border-bottom: 7px solid #ffffff;
  background-color: #dcdce6;
  border-radius: 8px;
  position: relative;
  margin: 0 16px;
}
.range .ui-slider-range {
  background-color: #048459;
  height: 2px;
  position: absolute;
  z-index: 1;
}
.range .ui-slider-handle {
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 16px;
  background-color: #048459;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.range:after {
  content: "";
  display: block;
  position: absolute;
  left: -8px;
  top: 0;
  right: -8px;
  height: 2px;
  background-color: #dcdce6;
  z-index: 0;
}

.catalog--grid {
  display: flex;
  flex-wrap: wrap;
}
.catalog-top {
  position: relative;
  margin-bottom: 20px;
}
.catalog-top__right {
  text-align: right;
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
  position: absolute;
  top: -13px;
  right: 0;
  display: flex;
  align-items: center;
}
.catalog__mobile-filters {
  display: none;
}
.catalog-sort, .catalog-show {
  display: inline-block;
  vertical-align: top;
  margin-right: 16px;
}
.catalog-sort > span, .catalog-show > span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}
.catalog-sort .select, .catalog-show .select {
  vertical-align: middle;
  width: 135px;
}
.catalog-sort .select .jq-selectbox__select-text, .catalog-show .select .jq-selectbox__select-text {
  text-align: left;
}
.catalog-sort .select .jq-selectbox__select-text:after, .catalog-show .select .jq-selectbox__select-text:after {
  width: 10px;
  height: 13px;
  right: 8px;
}
.catalog-sort__desc, .catalog-show__desc {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.catalog-sort__desc > span, .catalog-show__desc > span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}
.catalog-sort__desc .select, .catalog-show__desc .select {
  border-color: #7a7a7a;
}
.catalog-sort__desc .select .jq-selectbox__select-text, .catalog-show__desc .select .jq-selectbox__select-text {
  padding: 7px 16px;
}
.catalog-sort__mobile, .catalog-show__mobile {
  display: none;
}
.catalog-view {
  display: inline-block;
  vertical-align: top;
}
.catalog-view a {
  display: inline-block;
  vertical-align: top;
  width: 32px;
  height: 32px;
  border-radius: 4px;
}
.catalog-view a.list {
  background: url("/local/templates/collant/images/svg/ico-list.svg") no-repeat center, url("/local/templates/collant/images/svg/ico-list-active.svg") no-repeat center;
  background-size: auto, 0;
  margin-right: 8px;
}
.catalog-view a.grid {
  background: url("/local/templates/collant/images/svg/ico-grid.svg") no-repeat center, url("/local/templates/collant/images/svg/ico-grid-active.svg") no-repeat center;
  background-size: auto, 0;
}
.catalog-view a.active {
  background-size: 0, auto;
  background-color: #048459;
}
.catalog-menu__mobile, .catalog-subtitle {
  display: none;
}

.filter-result {
  font-size: 15px;
  line-height: 25px;
  font-weight: 600;
  margin-top: 27px;
}
.filter-result span {
  display: inline-block;
  vertical-align: top;
  color: #048459;
  font-weight: 700;
  margin-left: 5px;
}

.product {
  display: block;
  position: relative;
  z-index: 1;
  margin-bottom: 47px;
}
.product:hover + .product {
  z-index: 0;
}
.product-top {
  padding: 24px 24px 22px;
  background-color: #ffffff;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  position: relative;
  z-index: 1;
}
.product-flag {
  display: flex;
  width: inherit;
  height: inherit;
  overflow: hidden;
}
.product-flag__wrap {
  z-index: 2;
  position: absolute;
  top: 10px;
  right: 10px;
  display: block;
  width: 60px;
  max-width: 60px;
  height: 24px;
  max-height: 24px;
  cursor: pointer;
}
.product-flag__wrap:hover .product-flag__text {
  visibility: visible;
  opacity: 1;
}
.product-flag__text {
  position: absolute;
  top: calc(100% + 5px);
  left: 50%;
  transform: translateX(-50%);
  width: 260px;
  padding: 10px;
  border-radius: 10px;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  color: white;
  background: rgba(1, 24, 16, 0.6);
  visibility: hidden;
  opacity: 0;
}
@media (max-width: 767px) {
  .product-flag__text {
    left: unset;
    transform: unset;
    right: 0;
  }
}
.product-img {
  display: inline-block;
  vertical-align: top;
  width: 120px;
  height: 164px;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
}
.product-img .label {
  position: absolute;
  top: -15px;
  left: -16px;
  font-size: 10px;
  padding: 1px 10px;
}
@media (max-width: 1024px) {
  .product-img .product-flag {
    height: 19px;
  }
}
@media (max-width: 767px) {
  .product-img .product-flag {
    height: 15px;
  }
}
.product-img .product-flag__wrap {
  top: unset;
  bottom: 0;
  left: -16px;
}
@media (max-width: 1024px) {
  .product-img .product-flag__wrap {
    left: -10px;
    pointer-events: none;
  }
}
@media (max-width: 767px) {
  .product-img .product-flag__wrap {
    left: -8px;
  }
}
.product-info {
  display: inline-block;
  vertical-align: top;
  width: calc(60% - 120px);
  padding-left: 50px;
}
.product-prices {
  display: inline-block;
  vertical-align: top;
  width: 39%;
  text-align: right;
  padding-top: 56px;
  color: #40444e;
}
.product-prices .price-personal__discount {
  margin-left: 0 !important;
  padding-top: 0 !important;
  margin-top: 4px;
  font-size: 13px !important;
  color: #2dacc5;
  line-height: 1 !important;
  display: block !important;
}
.product-prices .price-personal__discount::before {
  content: none !important;
}
.product-prices .price-personal__your_price {
  font-size: 10px !important;
}
.product-prices span:not(.product-auth) {
  display: inline-block;
  vertical-align: top;
  position: relative;
  max-width: 80px;
  padding-top: 17px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  margin-left: 24px;
  min-width: 80px;
  text-align: right;
}
.product-prices span:not(.product-auth):before {
  content: "";
  display: block;
  position: absolute;
  color: #ffffff;
  padding: 2px 16px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  border-radius: 15px;
  top: -8px;
  right: 0;
  background-color: #767c8b;
  white-space: nowrap;
  content: attr(data-title);
}
.product-prices span:not(.product-auth).opt:before, .product-prices span:not(.product-auth).price-2:before, .product-prices span:not(.product-auth).price-opt:before {
  content: "ОБЦЛ";
  background-color: #d662ac;
}
.product-prices span:not(.product-auth).retail:before, .product-prices span:not(.product-auth).price-1:before, .product-prices span:not(.product-auth).price-personal:before {
  background-color: #2dacc5;
}
.product-prices span:not(.product-auth).sale:before, .product-prices span:not(.product-auth).price-sale:before {
  content: "SALE";
  background-color: #f27c93;
}
.product-prices span:not(.product-auth).sale:last-child, .product-prices span:not(.product-auth).price-sale:last-child {
  margin-right: 0;
}
.product-prices span:not(.product-auth).promo {
  margin-right: 32px;
}
.product-prices span:not(.product-auth).promo:before {
  content: "Акция";
  background-color: #7d9aec;
  padding: 2px 8px;
}
.product-prices span:not(.product-auth).promo:last-child {
  margin-right: 0;
}
.product-prices span:last-child {
  margin-right: 0;
}
.product-prices .price-opt span:not(.product-auth) {
  color: #d662ac;
}
.product-prices .price-sale span:not(.product-auth) {
  color: #f27c93;
}
.product-prices .promo.inactive {
  color: #999;
}
.product-prices .promo span:not(.product-auth) {
  color: #7d9aec;
}
.product-prices .promo span.inactive a {
  color: #f27c93;
}
.product-prices .promo span.inactive a:hover {
  color: #048459;
}
.product-name {
  display: block;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  margin-top: -2px;
  margin-bottom: 3px;
  color: #000000;
}
.product-art {
  display: block;
  font-size: 13px;
  line-height: 24px;
  margin-bottom: 10px;
}
.product-art span {
  font-weight: 600;
}
.product-composition {
  display: block;
  margin-bottom: 15px;
}
.product-composition__title {
  display: block;
  font-size: 13px;
  line-height: 20px;
}
.product-composition__item {
  display: inline-block;
  vertical-align: top;
  font-size: 15px;
  line-height: 24px;
  font-weight: 600;
}
.product-composition__item:not(:last-child) {
  padding-right: 21px;
  position: relative;
}
.product-composition__item:not(:last-child):after {
  content: "";
  display: block;
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 4px;
  background-color: #b5bccb;
  right: 8px;
  top: 12px;
}
.product-count {
  display: block;
}
.product-count span {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  margin-right: 21px;
  color: #a5abc0;
}
.product-count span.min {
  padding-left: 25px;
  background: url("/local/templates/collant/images/svg/box-min.svg") no-repeat 0 50%;
}
.product-count span.max {
  padding-left: 33px;
  background: url("/local/templates/collant/images/svg/box-max.svg") no-repeat 0 50%;
}
.product-ins {
  display: inline-block;
  vertical-align: top;
  position: absolute;
  font-size: 14px;
  line-height: 24px;
  top: 17px;
  right: 21px;
  padding-right: 16px;
  color: #626c81;
}
.product-ins:after {
  content: "";
  display: block;
  position: absolute;
  width: 12px;
  height: 10px;
  background: url("/local/templates/collant/images/svg/arr-right-black.svg") no-repeat center;
  background-size: contain;
  transform: rotate(-180deg);
  right: 0;
  top: 8px;
}
.product-basket {
  z-index: 1;
  position: absolute;
  right: 20px;
  bottom: 15px;
  padding: 7px 10px;
  border-radius: 4px;
  font-size: 14px;
  line-height: 14px;
  color: #048459;
  background: #ededf3;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s ease-in-out;
}
.product-basket.show {
  visibility: visible;
  opacity: 1;
}
.product-view {
  display: inline-block;
  vertical-align: top;
  padding: 2px 10px 5px 14px;
  background-color: #048459;
  color: #ffffff;
  text-align: center;
  position: absolute;
  top: 100%;
  right: 16px;
  border-radius: 0 0 4px 4px;
  font-size: 15px;
  visibility: hidden;
  opacity: 0;
  transition: 0.3 ease-in-out;
}
.product-view.show {
  visibility: visible;
  opacity: 1;
}
.product-view span {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding-right: 20px;
}
.product-view span:after {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 12px;
  background: url("/local/templates/collant/images/svg/arr-right-white.svg") no-repeat center;
  background-size: contain;
  transform: rotate(-90deg);
  top: 8px;
  right: 0;
}
.product-view:hover {
  color: #ffffff;
}
.product-view.opened span:after {
  transform: rotate(90deg);
}
.product-auth {
  display: inline-block;
  vertical-align: top;
  padding: 16px 15px 16px 73px;
  background: url("/local/templates/collant/images/svg/ico-info-circle.svg") no-repeat 24px 16px #f4f5f7;
  background-size: 33px;
  border: 1px solid #dcdce6;
  border-radius: 4px;
  font-size: 14px;
  line-height: 17px;
  font-weight: 600;
  text-align: left;
  max-width: 260px;
  color: #8d95ac;
}
.product-auth a {
  color: #327adb;
}
.product-table {
  display: none;
  background-color: #ffffff;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  position: relative;
  padding: 4px 24px 26px;
  z-index: 0;
}
.product-table .table {
  display: inline-block;
  vertical-align: top;
  width: 68.7%;
  padding-right: 15px;
}
@media (max-width: 1279px) {
  .product-table .table-container {
    overflow: auto;
    max-height: 413px;
  }
  .product-table .table-container::-webkit-scrollbar {
    display: block;
    width: 10px;
    height: 10px;
    background-color: #e6e6ee;
    border: 1px solid #f4f5f7;
    border-radius: 4px;
  }
  .product-table .table-container::-webkit-scrollbar-thumb {
    background-color: #048459;
    border-radius: 4px;
  }
}
.product-table .table-header {
  padding: 0 18px 0 24px;
}
.product-table .table-header .td {
  min-width: inherit;
  width: 100%;
  font-size: 12px;
  text-align: center;
  font-weight: 700;
  color: #80899a;
  padding: 7px 2px 5px;
}
@media (max-width: 1279px) {
  .product-table .table-header .td {
    min-width: 70px;
    max-width: 70px;
  }
}
.product-table .table-header .tr .td:first-child {
  padding-left: 0;
  padding-bottom: 0;
}
.product-table .table-content {
  overflow-y: scroll;
  overflow-x: hidden;
  max-height: 449px;
  background-color: #f4f5f7;
  border-radius: 4px 0 0 4px;
  padding: 12px 18px 12px 24px;
}
@media (max-width: 1279px) {
  .product-table .table-content {
    overflow: unset;
    background: unset;
  }
}
.product-table .table-content::-webkit-scrollbar {
  display: block;
  width: 10px;
  height: 10px;
  background-color: #e6e6ee;
  border: 1px solid #f4f5f7;
  border-radius: 4px;
}
.product-table .table-content::-webkit-scrollbar-thumb {
  background-color: #048459;
  border-radius: 4px;
}
.product-table .table-content .td {
  padding: 7px 2px 0;
  width: 100%;
  position: relative;
}
.product-table .table-content .td input::-moz-placeholder {
  color: #d7d7df;
}
.product-table .table-content .td input::placeholder {
  color: #d7d7df;
}
@media (max-width: 1279px) {
  .product-table .table-content .td {
    min-width: 70px;
    max-width: 70px;
  }
}
.product-table .table-footer {
  margin-top: 10px;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: #dc3545;
  position: sticky;
  left: 0;
}
.product-table .table-remains {
  margin-top: 15px;
}
@media (max-width: 480px) {
  .product-table .table-remains {
    flex-direction: column;
    align-items: flex-start;
    padding: 0 12px;
    margin: 0 0 10px;
  }
}
@media (max-width: 480px) {
  .product-table .table-remains__text {
    margin-top: 10px;
  }
}
.product-table .table .tr {
  display: flex;
}
.product-table .table .tr-header {
  padding-bottom: 12px;
  padding-left: 32px;
  border-bottom: 2px solid #e3e3ec;
  margin-top: 12px;
  margin-bottom: 12px;
  align-items: center;
}
.product-table .table .tr-header .product-table__name-id {
  margin: 6px 0 0;
}
.product-table .table .tr-header:first-child {
  margin-top: 0;
}
.product-table .table .td:first-child {
  min-width: 200px;
  max-width: 200px;
  padding-left: 32px;
  color: #a5abc0;
  font-weight: 700;
  display: flex;
  align-items: center;
}
.product-table .table .td .quantity,
.product-table .table .td .quantity-remains {
  position: absolute;
  left: 10px;
  font-size: 11px;
  line-height: 1;
}
@media (max-width: 767px) {
  .product-table .table .td .quantity,
  .product-table .table .td .quantity-remains {
    left: 10px;
  }
}
.product-table .table .td .quantity {
  color: #63a974;
  top: 14px;
}
@media (max-width: 767px) {
  .product-table .table .td .quantity {
    top: 8px;
  }
}
.product-table .table .td .quantity-remains {
  top: 26px;
  color: #db864a;
}
@media (max-width: 767px) {
  .product-table .table .td .quantity-remains {
    top: 18px;
  }
}
.product-table .table .td .input {
  border-color: #dcdce6;
  padding: 4px 8px;
  font-size: 15px;
  line-height: 25px;
  text-align: right;
  -webkit-appearance: none;
  -moz-appearance: textfield;
}
.product-table .table .td .input--zero {
  border-color: rgba(220, 220, 230, 0.5);
  background-color: #ededf3;
}
.product-table .table .td .input--disabled {
  pointer-events: none;
  background: var(--inp-disabled-table-bg);
}
.product-table .table .td .input[type=number] {
  -moz-appearance: textfield;
}
.product-table .table .td .input[type=number]::-webkit-outer-spin-button, .product-table .table .td .input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.product-table .product-table__snl {
  font-size: 9px;
  transform: translateY(8px);
}
.product-table .sizes-table .table-header {
  position: sticky;
  top: 0;
  background-color: white;
  z-index: 3;
  display: table;
  min-width: 100%;
  padding: 0;
}
.product-table .sizes-table .table-content {
  display: table;
  min-width: 100%;
}
.product-table .sizes-table .tr {
  display: flex;
  justify-content: flex-start;
  padding-bottom: 8px;
  margin: 0 18px 0px 24px;
}
.product-table__name {
  position: relative;
  padding-left: 2px;
}
.product-table__name-color {
  width: 24px;
  height: 24px;
  border-radius: 24px;
  position: absolute;
  transform: translate3d(-32px, 0, 0);
  background: rgba(0, 0, 0, 0.1);
  border: 1px solid #a8a8a8;
}
.product-table__name-code, .product-table__name-id {
  display: block;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  color: #626c81;
}
.product-table__name-code--active, .product-table__name-id--active {
  font-weight: 700;
}
.product-table__name-id {
  margin: 2px 0;
}
.product-table__name-id span {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding-left: 20px;
}
.product-table__name-id span:before {
  content: "";
  display: block;
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 4px;
  background-color: #b5bccb;
  top: 10px;
  left: 8px;
}
.product-table__notif {
  margin: 16px 0 0 0;
  color: #048459;
  height: 24px;
}
.product-table__notif span {
  display: none;
  font-size: 16px;
  line-height: 24px;
}
.product-table__bot {
  padding-top: 24px;
  display: flex;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s ease-in-out;
}
.product-table__bot.show {
  visibility: visible;
  opacity: 1;
}
.product-table__bot .sum {
  display: flex;
  align-items: center;
  margin-right: 31px;
}
.product-table__bot .sum span {
  display: inline-block;
  vertical-align: top;
  margin-left: 2px;
  color: #048459;
  font-weight: 600;
  min-width: 100px;
}
.product-table__bot .link-cart {
  font-weight: 700;
  color: #048459;
  font-size: 15px;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.product-table__bot .clear {
  padding-right: 24px;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  color: #626c81;
  background: url("/local/templates/collant/images/svg/ico-clear.svg") no-repeat right center;
}
.product-pack {
  display: inline-block;
  vertical-align: top;
  width: 30%;
  margin-top: 36px;
}
.product-pack img {
  display: block;
  width: 100%;
}
.product-text {
  font-size: 15px;
  font-weight: 600;
  margin: 18px 0 12px;
}
.product-detail {
  max-width: 1328px;
  padding: 64px 60px 53px;
}
.product-detail--static {
  margin: 24px 0;
}
.product-detail__content {
  margin-left: 41.5%;
  min-height: 600px;
}
.product-detail .fancybox-close-small {
  right: 15px;
  top: 10px;
  z-index: 10;
}
.product-detail .fancybox-close-small:before {
  content: "";
  font-size: 16px;
  top: 10px;
  font-family: "Lato";
}
.product-detail__left {
  width: 38.55%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 64px 0 0 60px;
}
.product-detail .product-name {
  font-size: 22px;
  line-height: 27px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 14px;
  color: #5e636f;
}
.product-detail .product-art {
  font-size: 15px;
}
.product-detail .product-art span {
  margin-left: 5px;
}
.product-detail .product-text {
  max-width: 660px;
}
.product-detail .product-composition {
  display: inline-block;
  vertical-align: top;
  width: 63.2%;
  margin-bottom: 21px;
}
.product-detail .product-composition__item {
  font-size: 16px;
}
.product-detail .product-composition__title {
  font-size: 15px;
  line-height: 24px;
}
.product-detail .product-count {
  display: inline-block;
  vertical-align: top;
  width: 35%;
  margin-bottom: 21px;
}
.product-detail .product-count .product-composition__title {
  display: block;
  font-size: 15px;
  line-height: 24px;
  color: #626c81;
  text-align: left;
}
.product-detail .product-count span {
  font-size: 16px;
}
.product-detail .product-count .max {
  margin-right: 0;
}
.product-detail .product-prices {
  width: 100%;
  text-align: left;
  margin: 0 0 3px;
  padding: 0;
}
.product-detail .product-prices span:not(.product-auth) {
  padding-top: 19px;
  min-width: 85px;
  margin-right: 16px;
  margin-left: 0;
}
.product-detail .product-table {
  display: block;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  max-width: 658px;
}
.product-detail .product-table__bot {
  padding-top: 32px;
  position: relative;
  max-width: 100%;
}
.product-detail .product-table__bot .btn {
  margin-right: 115px;
}
.product-detail .product-table .table {
  width: 100%;
  padding-right: 0;
}
.product-detail .product-table .table-content {
  max-height: 299px;
  margin-top: 8px;
}
.product-detail .product-table .table-content .td {
  padding: 7px 2px 9px;
}
.product-detail .product-table .table-content .td:first-child {
  padding-left: 32px;
}
.product-detail .product-table .table-header .td {
  min-width: inherit;
  width: 100%;
  font-size: 12px;
}
@media (max-width: 1279px) {
  .product-detail .product-table .table-header .td {
    min-width: 70px;
    max-width: 70px;
  }
  .product-detail .product-table .table-header .td:first-child {
    min-width: 203px;
  }
}
.product-detail .product-table .table .td:first-child {
  width: 203px;
  min-width: 203px;
}
.product-detail .product-table .table .td .input--disabled {
  background: white;
}
.product-detail .product-table .sizes-table .table-content .td {
  margin-left: 2px;
}
.product-detail .product-table__name {
  display: flex;
  align-content: center;
  align-items: center;
}
.product-detail .product-table__name-id {
  margin-top: 7px;
}
.product-detail .product-table__mobile {
  display: none;
}
.product-detail .product-colors {
  display: inline-block;
  vertical-align: top;
  width: 63.2%;
}
.product-detail .product-colors .col-2 {
  width: 44.5%;
  margin-bottom: 10px;
}
.product-detail .product-colors .product-composition__title {
  margin-bottom: 5px;
}
.product-detail .product-colors .product-table__name {
  padding-left: 34px;
}
.product-detail .product-colors .product-table__name-color {
  margin-top: 3px;
}
.product-detail .product-colors .product-table__name-code, .product-detail .product-colors .product-table__name-id {
  font-size: 18px;
  line-height: 22px;
}
.product-detail .product-colors .product-composition__title {
  margin-bottom: 12px;
}
.product-detail .product-sizes {
  display: inline-block;
  vertical-align: top;
  width: 35%;
}
.product-detail .product-sizes__item {
  display: inline-block;
  vertical-align: top;
  padding-right: 21px;
  position: relative;
}
.product-detail .product-sizes__item:after {
  content: "";
  display: block;
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 4px;
  background-color: #b5bccb;
  right: 9px;
  top: 11px;
}
.product-detail .product-sizes__item:last-child {
  padding-right: 0;
}
.product-detail .product-sizes__item:last-child:after {
  display: none;
}
.product-detail .product-sizes .product-composition__title {
  margin-bottom: 1px;
}
.product-detail .product-auth {
  max-width: 432px;
  margin: 0 0 24px;
  padding: 26px 45px 24px 73px;
  border: 0;
}
.product-detail__img {
  margin-right: 80px;
  position: relative;
}
.product-detail__img .swiper-slide {
  position: relative;
  background: no-repeat center #f4f5f7;
  border-radius: 8px;
  overflow: hidden;
}
.product-detail__img .swiper-slide img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.product-detail__img .swiper-slide video {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.product-detail__img .swiper-slide video + a.video-btn {
  display: none;
}
.product-detail__img .label {
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 3;
}
.product-detail__img-line {
  width: 64px;
  position: absolute;
  top: 64px;
  right: 0;
}
.product-detail__img-line .swiper-container {
  max-height: 480px;
  height: 100%;
  padding: 48px 0;
}
.product-detail__img-line .swiper-container:after, .product-detail__img-line .swiper-container:before {
  content: "";
  display: block;
  position: absolute;
  width: 64px;
  height: 40px;
  background-color: #ffffff;
  top: 0;
  left: 0;
  z-index: 2;
}
.product-detail__img-line .swiper-container:after {
  top: auto;
  bottom: 0;
}
.product-detail__img-line .swiper-wrapper {
  overflow: hidden;
}
.product-detail__img-line .swiper-slide {
  display: block;
  width: 100%;
  padding: 5px;
  border: 1px solid #f2f3f3;
  border-radius: 4px;
  background: no-repeat center;
  background-size: cover;
  margin-bottom: 16px;
  cursor: pointer;
}
.product-detail__img-line .swiper-slide img {
  max-height: 50px;
  display: block;
  margin: 0 auto;
}
.product-detail__img-line .swiper-slide--video {
  position: relative;
  cursor: pointer;
}
.product-detail__img-line .swiper-slide--video:before {
  content: "";
  display: block;
  position: absolute;
  width: 38px;
  height: 38px;
  border-radius: 38px;
  background: url("/local/templates/collant/images/svg/ico-paly.svg") no-repeat 55% 50% rgba(4, 132, 89, 0.14);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.product-detail__img-line .swiper-slide--video a {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.product-detail__img-line .swiper-slide-thumb-active {
  border-color: #048459;
}
.product-detail__img-line .swiper-button {
  width: 24px;
  height: 24px;
  border-radius: 24px;
  margin: 0;
  right: auto;
  left: 50%;
  transform: translateX(-50%) rotate(90deg);
  top: 0;
  background: url("/local/templates/collant/images/svg/arr-right-black.svg") no-repeat center #f8f8fc;
  background-size: 8px;
}
.product-detail__img-line .swiper-button-next {
  top: auto;
  bottom: 0;
  transform: translateX(-50%) rotate(-90deg);
}
.product-detail__img .swiper-pagination {
  display: none;
}
.product-detail .video-controls {
  display: none;
}
.product-detail .product-detail__button-buy {
  display: none;
}
.product-detail .table-remains .quantity-remains,
.product-detail .table-remains .table-remains__text-distr {
  visibility: hidden;
  opacity: 0;
  transition: 0.3s ease-in-out;
}
.product-detail .table-remains .quantity-remains.show,
.product-detail .table-remains .table-remains__text-distr.show {
  visibility: visible;
  opacity: 1;
}
.product.list-view .product-table .table-body {
  max-height: 440px;
}
.product.list-view .product-table__name {
  display: flex;
  align-content: center;
  align-items: center;
}
.product.grid-view {
  display: inline-block;
  vertical-align: top;
  width: calc((100% - 48px) / 4);
  margin-right: 11px;
  margin-bottom: 16px;
}
.product.grid-view:nth-child(4n+4) {
  margin-right: 0;
}
.product.grid-view .product-view,
.product.grid-view .product-ins,
.product.grid-view .product-prices,
.product.grid-view .product-count,
.product.grid-view .product-composition,
.product.grid-view .product-art {
  display: none;
}
.product.grid-view .product-top {
  padding: 16px;
  height: 100%;
}
.product.grid-view .product-info {
  width: 100%;
  padding: 0;
}
.product.grid-view .product-img {
  width: 100%;
  padding-top: 135%;
  margin-bottom: 16px;
}
.product.grid-view .product-img .label {
  top: -7px;
  left: -8px;
}
.product.grid-view .product-img .product-flag__wrap {
  top: unset;
  bottom: 0;
  left: -8px;
}
@media (max-width: 1024px) {
  .product.grid-view .product-img .product-flag__wrap {
    top: unset;
    bottom: 0;
    left: -4px;
  }
}
.product.grid-view .product-name {
  font-size: 15px;
  line-height: 18px;
  font-weight: 600;
  color: #525865;
}
.product.grid-view .product-table {
  display: none !important;
}
.product.grid-view .product-basket {
  position: static;
  display: block;
  width: 100%;
  margin-top: 10px;
  text-align: center;
  font-size: 14px;
}
.product .table-remains .quantity-remains,
.product .table-remains .table-remains__text-distr {
  visibility: hidden;
  opacity: 0;
  transition: 0.3s ease-in-out;
}
.product .table-remains .quantity-remains.show,
.product .table-remains .table-remains__text-distr.show {
  visibility: visible;
  opacity: 1;
}

.table-remains {
  display: flex;
  align-items: center;
}
.table-remains__control {
  position: relative;
  display: flex;
  align-items: flex-end;
  max-width: 130px;
  width: 100%;
  height: 35px;
  padding: 4px 8px 2px 8px;
  border: 1px solid #dcdce6;
  border-radius: 4px;
  text-align: left;
  font-size: 13px;
  line-height: 1;
  background: white;
  -webkit-appearance: none;
  -moz-appearance: textfield;
}
@media (max-width: 767px) {
  .table-remains__control {
    padding: 3px 8px;
  }
}
@media (max-width: 480px) {
  .table-remains__control {
    max-width: 85px;
    min-width: 60px;
    font-size: 14px;
  }
}
.table-remains__control .quantity,
.table-remains__control .quantity-remains {
  position: absolute;
  left: 10px;
  font-size: 11px;
  line-height: 1;
}
.table-remains__control .quantity {
  top: 4px;
  color: #63a974;
}
.table-remains__control .quantity-remains {
  bottom: 2px;
  color: #db864a;
}
.table-remains__text {
  margin-left: 4px;
  font-size: 13px;
  line-height: 16px;
  text-align: left;
}
.table-remains__text > div span {
  color: #2dc592;
}
.table-scroll-area {
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  .table-scroll-area {
    max-height: 600px;
  }
}
.table-scroll-holder {
  position: relative;
}

.rss {
  margin: 24px 0;
  display: flex;
}
.rss-title {
  display: inline-block;
  vertical-align: middle;
  margin-right: 19px;
  position: relative;
  padding-right: 22px;
  background: url("/local/templates/collant/images/svg/ico-rss.svg") no-repeat right center;
  margin-top: 3px;
}
.rss-socials {
  display: inline-block;
  vertical-align: middle;
  line-height: 0;
  margin: 0 -4px;
}
.rss-socials a {
  display: inline-block;
  vertical-align: top;
  width: 32px;
  height: 32px;
  border-radius: 32px;
  margin: 0 4px;
  background: url("/local/templates/collant/images/rss.svg") no-repeat -100px -100px;
}
.rss-socials a.vk {
  background-position: 0 0;
}
.rss-socials a.ok {
  background-position: -40px 0;
}
.rss-socials a.fb {
  background-position: -80px 0;
}
.rss-socials a.tg {
  background-position: -120px 0;
}
.rss-socials a.wp {
  background-position: -160px 0;
}
.rss-socials a.tw {
  background-position: -200px 0;
}
.rss-socials a span {
  width: 32px;
  height: 32px;
  border-radius: 32px;
}

.ya-share2__container_size_m .ya-share2__badge .ya-share2__icon {
  width: 32px !important;
  height: 32px !important;
  background-size: 24px !important;
}

.cart form .cart-list {
  font-size: 0px;
}

.body--cart h1 {
  margin: 19px 0 24px;
  font-size: 24px;
  line-height: 29px;
  font-weight: 700;
}

.cart-list {
  background-color: #ffffff;
  border-radius: 4px;
  padding: 15px 12px 24px 24px;
  margin-bottom: 20px;
  position: relative;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
}
.cart-list .td {
  display: inline-block;
  vertical-align: middle;
  width: 9.6%;
  text-align: center;
  font-size: 15px;
  line-height: 18px;
}
.cart-list .td--name {
  width: 100%;
  max-width: 400px;
  text-align: left;
  font-weight: 600;
  padding-left: 8px;
  font-size: 14px;
}
.cart-list .td--name .color-size {
  display: flex;
  align-items: center;
}
.cart-list .td--name .background-color {
  border-radius: 50%;
  width: 13px;
  height: 13px;
  border: 1px #ccc solid;
  margin-right: 8px;
  display: block;
}
.cart-list .td--price {
  width: 100px;
}
.cart-list .td--count {
  width: 143px;
  position: relative;
}
.cart-list .td--count .quantity {
  color: #63a974;
}
.cart-list .td--count .quantity,
.cart-list .td--count .quantity-remains {
  position: absolute;
  left: 32px;
  top: 4px;
  font-size: 11px;
  line-height: 14px;
}
.cart-list .td--count .quantity-remains {
  top: unset;
  bottom: 2px;
  color: #db864a;
}
.cart-list .td--count .input {
  max-width: 95px;
  margin: 0 auto;
  padding: 4px 5px;
  text-align: right;
  border-color: #dcdce6;
  font-size: 15px;
  font-weight: 400;
  -webkit-appearance: none;
  -moz-appearance: textfield;
}
.cart-list .td--count .input--zero {
  border-color: rgba(220, 220, 230, 0.5);
  background-color: #ededf3;
}
.cart-list .td--count .input--rest-warning {
  background-color: rgba(242, 124, 147, 0.15);
}
.cart-list .td--block {
  width: 120px;
}
.cart-list .td--box {
  width: 132px;
}
.cart-list .td--one {
  width: 99px;
}
.cart-list .td--else span,
.cart-list .td--else .to-block {
  display: inline-block;
  vertical-align: top;
  display: none;
  font-size: 13px;
  line-height: 15px;
  font-weight: 500;
  border-radius: 17px;
  padding: 2px 9px;
  min-width: 137px;
  cursor: pointer;
}
.cart-list .td--else .to-block {
  display: block;
  margin: 4px 0;
}
.cart-list .td--else .to-block:first-child {
  margin-top: 0;
}
.cart-list .td--else--out span,
.cart-list .td--else .to-block--out {
  color: #ffffff;
  background-color: #2dc592;
  width: -moz-fit-content;
  width: fit-content;
}
.cart-list .td--else--from span,
.cart-list .td--else .to-block--from {
  color: #ffffff;
  background-color: #f27c93;
}
.cart-list .td--else span.active {
  display: inline-block;
}
.cart-list .td--sum {
  text-align: right;
  width: 99px;
}
.cart-list__top {
  margin-bottom: 14px;
  margin-right: 12px;
  min-width: 1292px;
}
.cart-list__top .td {
  font-weight: 600;
  color: #80899a;
}
.cart-list__top .td--name {
  font-size: 18px;
  line-height: 24px;
  color: #626c81;
  padding-left: 0;
}
.cart-list__item {
  margin-bottom: 0px;
}
.cart-list__item Х .cart-list .td--else {
  width: 170px;
}
.cart-list__level-1 {
  padding-right: 7px;
  max-height: 530px;
  overflow-x: hidden;
  overflow-y: scroll;
  min-width: 1292px;
}
.cart-list__level-1::-webkit-scrollbar {
  display: block;
  width: 5px;
  background-color: #e6e6ee;
  border: 2px solid #ffffff;
  border-radius: 4px;
}
.cart-list__level-1::-webkit-scrollbar-thumb {
  background-color: #048459;
  border-radius: 4px;
  width: 5px;
}
.cart-list__level-1__item > .tr {
  background-color: #f4f5f7;
  padding-top: 7px;
  padding-bottom: 7px;
  border-radius: 4px;
}
.cart-list__level-1__item > .tr > .td--name label .icon {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px #dcdce6 solid;
  background-color: #fff;
  margin-right: 12px;
}
.cart-list__level-1__item > .tr:hover > .td--name label .icon {
  background-color: #048459;
  color: #fff;
  transition: 0.3s ease all;
}
.cart-list__level-1__item .td {
  color: #40444e;
}
.cart-list__level-2 {
  margin-left: 20px;
}
.cart-list__level-2 .tr {
  padding-bottom: 4px;
  padding-bottom: 4px;
  border-bottom: 1px #f5f5f9 solid;
  color: #626c81;
}
.cart-list__level-2 .td {
  color: #626c81;
}
.cart-list__level-2 .td--name {
  max-width: 380px;
  font-size: 13px;
}
.cart-list__level-2__item .tr .td--name label .icon {
  display: flex;
  align-items: center;
  margin-right: 8px;
}
.cart-list__level-3, .cart-list__level-3 .cart-list__items {
  margin-left: 40px;
}
.cart-list__level-3 .td--name {
  max-width: 360px;
}
.cart-list__level-3 .cart-list__items .td--name {
  max-width: 340px;
}
.cart-list__items .tr {
  border-bottom: 0;
}
.cart-list__item-product {
  padding: 4px 0 4px 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  margin-bottom: 8px;
  border-bottom: 0;
}
.cart-list__item-product .td {
  font-size: 13px;
  color: #626c81;
  font-weight: 600;
}
.cart-list__item-product .td--name {
  font-size: 13px;
  line-height: 17px;
  position: relative;
}
.cart-list__item-product .td--name .image {
  display: inline-block;
  vertical-align: middle;
  width: 32px;
  height: 32px;
  border-radius: 34px;
  margin-right: 16px;
  border: 1px solid #e4e4ef;
  background: no-repeat center #ffffff;
  background-size: cover;
}
.cart-list__item-product .td--name .name {
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.cart-list__item-product .td--name a {
  display: flex;
  align-items: center;
  width: 100%;
  padding-left: 15px;
}
.cart-list__item-product .td--name .icon {
  position: absolute;
  left: 6px;
  top: 50%;
  margin-top: -7px;
  cursor: pointer;
}
.cart-list__item-type {
  margin-bottom: 4px;
}
.cart-list__item-type--active .td {
  color: #40444e !important;
}
.cart-list__item-type--active .icon {
  transform: rotate(-180deg);
}
.cart-list__item-type .td--name label {
  cursor: pointer;
  display: flex;
  align-items: center;
}
.cart-list__item-type .td--name .checkbox {
  -webkit-appearance: none;
  display: inline-block;
  vertical-align: top;
  margin: 0 16px 0 8px;
  width: 20px;
  height: 20px;
  border: 1px solid #cecee6;
  border-radius: 4px;
  background: #f5f5f9;
  position: relative;
  cursor: pointer;
}
.cart-list__item-type .td--name .checkbox:after {
  content: "";
  display: block;
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  background: url("/local/templates/collant/images/svg/check.svg") no-repeat center #7d9aec;
  background-size: 12px;
  top: -1px;
  left: -1px;
  opacity: 0;
  box-sizing: border-box;
}
.cart-list__item-type .td--name .checkbox:checked:after {
  opacity: 1;
}
.cart-list__item-remove {
  display: inline-block;
  vertical-align: top;
  padding-right: 16px;
  background: url("/local/templates/collant/images/svg/ico-close.svg") no-repeat right 65%, url("/local/templates/collant/images/svg/ico-close-red.svg") no-repeat right 58%;
  background-size: auto, 0;
  font-size: 16px;
}
.cart-list__item-remove:hover {
  background-size: 0, auto;
  color: #f27c93;
}
.cart-list__bot {
  display: flex;
  padding-top: 23px;
  border-top: 1px solid #f5f5f9;
  margin-right: 12px;
  margin-top: 24px;
}
.cart-list__bot .td--name {
  padding-left: 0;
}
.cart-list__bot .td--sum {
  color: #048459;
}
.cart-list__bot .td--else .remove,
.cart-list__bot .td--else span {
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  margin-left: -10px;
  padding-left: 13px;
  padding-right: 18px;
}
.cart-list__bot .td--else .remove {
  border: 1px solid #80899a;
}
.cart-list__bot--alt {
  position: sticky;
  bottom: 0;
  background: white;
  min-width: 1292px;
  padding-bottom: 50px;
}
.cart-list__bot--alt .td--count {
  text-align: right;
  padding: 0 30px;
}
.cart-list__show-all {
  display: inline-block;
  vertical-align: top;
  position: absolute;
  color: #ffffff;
  background-color: #048459;
  text-align: center;
  top: 100%;
  right: 16px;
  padding: 3px 18px 5px;
  border-radius: 0 0 4px 4px;
  font-size: 15px;
  line-height: 24px;
  font-weight: 500;
}
.cart-list__show-all:hover {
  color: #ffffff;
}
.cart-list__show-all--alt {
  top: inherit;
  bottom: -24px;
  transform: translateY(100%);
}
.cart-list--from .cart-list__bot .td--else .remove {
  display: inline-block;
  vertical-align: top;
  background-color: #9aa6be;
  text-align: left;
  margin-top: 8px;
  border-radius: 4px;
  padding: 2px 16px 2px 12px;
  color: #ffffff;
  font-size: 13px;
}
.cart-list.opened .cart-list__level-1 {
  overflow: visible;
  max-height: none;
}
@media (max-width: 1400px) {
  .cart-list.opened .table-scroll-area {
    max-height: 100%;
  }
  .cart-list.opened .js-scroll-y {
    display: none;
  }
}
.cart-bot {
  position: relative;
  margin-bottom: 24px;
}
.cart-bot__info {
  display: inline-block;
  vertical-align: middle;
  background: url("/local/templates/collant/images/svg/ico-info-circle.svg") no-repeat 24px 16px #ffffff;
  background-size: 33px;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(26, 36, 121, 0.1);
  padding: 16px 20px 16px 73px;
  width: 47.5%;
  font-size: 14px;
  line-height: 17px;
  font-weight: 600;
  color: #8d95ac;
  float: right;
}
.cart-bot:after {
  content: "";
  display: block;
  clear: both;
}
.cart-clear {
  display: inline-block;
  vertical-align: middle;
  margin-right: 4.75%;
  margin-top: 7px;
  padding: 11px 44px 11px 23px;
  border-color: #f27c93;
  background: url("/local/templates/collant/images/svg/ico-cart-gray.svg") no-repeat right 20px top 15px #f27c93;
  color: white;
}
.cart-clear:not([disabled]):hover {
  border-color: #f27c93;
  background-color: rgb(245.6833333333, 161.1166666667, 177.6);
}
.cart-download {
  display: inline-block;
  vertical-align: middle;
  padding: 11px 44px 11px 23px;
  background: url(/local/templates/collant/images/svg/ico-download.svg) no-repeat right 23px top 18px #048459;
  margin-top: 7px;
}
.cart-order {
  background-color: #ffffff;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  padding: 30px 32px 18px;
  margin-bottom: 64px;
  display: flex;
}
.cart-order--block {
  display: block;
}
.cart-order__wrapper {
  display: flex;
}
@media (max-width: 1100px) {
  .cart-order__wrapper {
    flex-direction: column;
  }
  .cart-order__wrapper .cart-order__right {
    width: 100%;
  }
}
@media (max-width: 1110px) and (min-width: 1024px) {
  .cart-order__wrapper .cart-order__right .col--1 {
    width: 26.2%;
  }
  .cart-order__wrapper .cart-order__right .col--2 {
    width: 30.5%;
  }
  .cart-order__wrapper .cart-order__right .col--3 {
    width: 19.3%;
  }
}
@media (max-width: 1024px) {
  .cart-order__wrapper .cart-order__right {
    padding-left: 0;
  }
  .cart-order__wrapper .cart-order__right .col--3 {
    width: inherit;
  }
}
.cart-order__left {
  width: 400px;
  margin-right: 79px;
}
.cart-order__left .select.opened .jq-selectbox__select-text:after {
  top: 16px;
}
.cart-order__right {
  width: calc(100% - 479px);
  position: relative;
}
.cart-order__right .cart-order__sum {
  margin-top: unset;
}
.cart-order__right .col {
  display: inline-block;
  vertical-align: top;
  width: 18%;
}
.cart-order__right .col--1 {
  width: 26.2%;
}
.cart-order__right .col--1 .cart-order__descr-title {
  margin-bottom: 16px;
}
.cart-order__right .col--2 {
  width: 30.5%;
  padding-right: 22px;
}
.cart-order__right .col--3 {
  width: 19.3%;
}
.cart-order__right .col--4 {
  min-width: 24%;
}
.cart-order__link {
  position: absolute;
  bottom: 24px;
  right: 0;
  text-align: right;
  color: #048459;
  text-decoration: underline;
}
.cart-order__link-wrapper {
  width: 100%;
  height: 24px;
}
.cart-order .input {
  background-color: #f4f5f7;
  border-color: #dcdce6;
}
.cart-order .input-wrap {
  margin-bottom: 24px;
}
.cart-order .input-wrap > span {
  display: block;
  margin-bottom: 11px;
  font-size: 15px;
  line-height: 18px;
  font-weight: 600;
  color: #5e636f;
}
.cart-order .input-wrap--date {
  margin-top: 14px;
}
.cart-order .input-wrap--date span {
  display: inline-block;
  vertical-align: middle;
  width: 49.5%;
  padding-right: 8px;
  margin-top: 9px;
}
.cart-order .input-wrap--date .input {
  display: inline-block;
  vertical-align: middle;
  width: 50.5%;
  padding: 10px 23px 11px;
  font-size: 15px;
  color: #80899a;
  font-weight: 600;
}
.cart-order .input-wrap textarea {
  min-height: 113px;
  margin-top: -3px;
  padding: 11px 23px 12px;
  font-size: 15px;
  color: #80899a;
  font-weight: 600;
}
.cart-order .input-wrap textarea::-moz-placeholder {
  font-size: 15px;
  color: #80899a;
  font-weight: 600;
}
.cart-order .input-wrap textarea::placeholder {
  font-size: 15px;
  color: #80899a;
  font-weight: 600;
}
.cart-order .input .input:not(.select), .cart-order .input.select .jq-selectbox__select-text {
  padding: 11px 23px 11px;
  font-size: 15px;
  color: #80899a;
  font-weight: 600;
}
.cart-order__btn {
  display: block;
  padding: 10px 58px 12px 32px;
  background: url(/local/templates/collant/images/svg/ico-check-circle.svg) no-repeat right 31px center #048459;
  font-size: 15px;
}
.cart-order__btn-wrap {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
}
.cart-order__btn-block {
  position: relative;
}
.cart-order__descr-title {
  display: flex;
  font-size: 15px;
  line-height: 18px;
  font-weight: 500;
  margin-bottom: 11px;
  color: #5e636f;
}
.cart-order__descr-text {
  font-weight: 600;
  color: #048459;
}
.cart-order__sum {
  padding: 12px 23px 15px;
  background-color: #f4f5f7;
  border: 1px solid #dcdce6;
  border-radius: 4px;
  max-width: 208px;
  margin-top: 3px;
}
.cart-order__sum .cart-order__descr-title {
  margin-bottom: 7px;
}
.cart-content {
  position: relative;
  display: none;
}
.cart-content--active {
  display: block;
}

.str404 {
  padding: 98px 50% 165px 0;
  position: relative;
}
.str404-img {
  padding-top: 50%;
  background: url("/local/templates/collant/images/svg/404.svg") no-repeat center;
  background-size: contain;
  width: 55%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.str404-img--cart {
  background-image: url("/local/templates/collant/images/svg/404-cart.svg");
}
.str404-sub {
  color: #048459;
  font-size: 91px;
  line-height: 109px;
  font-weight: 700;
  margin-bottom: 25px;
}
.str404-title {
  font-size: 32px;
  line-height: 39px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 36px;
}
.str404-text {
  line-height: 19px;
  font-weight: 500;
  margin-bottom: 55px;
}
.str404-link {
  display: inline-block;
  vertical-align: top;
  padding-right: 16px;
  font-weight: 600;
  margin-bottom: 16px;
  position: relative;
  color: #33363f;
}
.str404-link:after {
  content: "";
  display: block;
  position: absolute;
  width: 12px;
  height: 10px;
  background: url("/local/templates/collant/images/svg/arr-right-black.svg") no-repeat center;
  background-size: contain;
  right: 0;
  top: 8px;
  transform: rotate(180deg);
}
.str404-btn {
  margin-top: 13px;
  padding: 15px 22px;
}

.body--recommended .filter-item {
  margin-top: 0;
  margin-bottom: 12px;
}
.body--recommended .filter-item--price {
  width: calc(50% - 2px);
}
.body--recommended .filter-item .range {
  width: calc(100% - 310px);
}
.body--recommended button {
  margin-top: 0;
}

.body--personal .page-left {
  width: 100%;
  max-width: 400px;
  margin: 0;
  padding: 0;
  display: block;
}
@media (max-width: 767px) {
  .body--personal .page-left {
    max-width: inherit;
  }
}
.body--personal .page-right {
  margin-top: 19px;
}

.personal-menu {
  margin-top: 20px;
}
.personal-menu__top {
  color: #ffffff;
  background: #048459;
  border-radius: 4px 4px 0 0;
  padding: 16px 64px 16px 72px;
  position: relative;
  line-height: 20px;
  min-height: 52px;
  font-weight: 600;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
}
.personal-menu__top:hover {
  color: #fff;
}
.personal-menu__top-img {
  display: block;
  width: 36px;
  height: 36px;
  border-radius: 36px;
  background: url("/local/templates/collant/images/svg/ico-user.png") no-repeat center #ffffff;
  position: absolute;
  left: 26px;
  top: 50%;
  transform: translateY(-50%);
}
.personal-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  padding: 18px 24px 22px;
  background-color: #ffffff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  margin-bottom: 16px;
  border-radius: 4px;
}
.personal-menu ul li {
  margin: 0 0 16px;
}
.personal-menu ul li:last-child {
  margin-bottom: 0;
}
.personal-menu ul li a {
  display: inline-block;
  vertical-align: top;
  padding-left: 32px;
  font-size: 16px;
  line-height: 19px;
  font-weight: 600;
  color: #40444e;
  background: no-repeat 0 50%;
  background-size: contain;
}
.personal-menu ul li a:hover {
  color: #048459;
}
.personal-menu ul li ul {
  padding: 13px 0 12px;
  background-color: #f4f5f7;
  margin-top: 6px;
  margin-bottom: 0;
  border-radius: 4px;
  box-shadow: none;
}
.personal-menu ul li ul li {
  margin: 0 0 7px;
}
.personal-menu ul li ul li a {
  font-size: 15px;
  line-height: 18px;
  color: #767c8b;
}
.personal-menu ul li ul li a .count {
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
  justify-content: center;
  height: 18px;
  min-width: 18px;
  border-radius: 18px;
  margin-left: 4px;
  margin-top: 2px;
  padding: 3px;
  font-size: 10px;
  line-height: 1;
  font-weight: 700;
  color: #ffffff;
  background-color: #7d9aec;
}
.personal-menu ul li ul li a .m {
  display: none;
}
.personal-menu ul li ul li:last-child {
  margin-bottom: 0;
}
.personal-menu ul.personal-menu__bot {
  padding: 25px 24px 23px;
}
.personal-menu {
  margin-bottom: 32px;
  position: relative;
  z-index: 5;
}
.personal-menu__top {
  position: relative;
  cursor: pointer;
}
.personal-menu__top:after {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  background: url("/local/templates/collant/images/svg/arr-choose-white.svg") no-repeat center;
  right: 34px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease;
  display: none;
}
.personal-menu__top-icon {
  position: absolute;
  top: 50%;
  right: 34px;
  transform: translateY(-50%);
}
.personal-menu__top.opened:after {
  display: block;
  transform: translateY(-50%) rotate(-180deg);
}
.personal-menu__top.opened .personal-menu__top-icon {
  display: none;
}
.personal-menu__drop {
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: #ffffff;
  box-shadow: 0 2px 4px rgba(26, 36, 121, 0.3);
  padding: 0 36px;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  overflow-x: auto;
}
.personal-menu__drop::-webkit-scrollbar {
  display: block;
  height: 5px;
  width: 5px;
  background-color: #f2f2f2;
  border: 2px solid white;
  border-radius: 4px;
}
.personal-menu__drop::-webkit-scrollbar-thumb {
  background-color: #048459;
  border-radius: 4px;
}
.personal-menu__drop ul {
  box-shadow: none;
  padding: 32px 0 24px;
  margin-bottom: 0;
}
.personal-menu__drop ul.personal-menu__bot {
  border-top: 1px solid #cecee6;
  padding: 25px 0 23px;
}
.personal-menu__drop.opened {
  visibility: visible;
  opacity: 1;
}
.personal-menu ul li {
  margin-bottom: 20px;
}
.personal-menu ul li ul {
  margin-top: 16px;
}
.personal-menu ul li ul li {
  margin-bottom: 20px;
}
.personal-left {
  display: inline-block;
  vertical-align: top;
  width: 56.5%;
  padding-right: 16px;
  margin-bottom: 64px;
}
.personal-left .personal-slider .swiper-slide {
  min-height: 160px;
}
.personal-right {
  display: inline-block;
  vertical-align: top;
  width: 43%;
}
.personal-right .personal-slider__title {
  position: static;
  font-size: 22px;
  line-height: 27px;
}
.personal-right .personal-slider .swiper-slide {
  padding: 28px 32px;
  min-height: 160px;
}
.personal-slider {
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 16px;
}
.personal-slider .swiper-slide {
  padding: 39px 21px 24px;
  position: relative;
  z-index: 1;
  background: no-repeat center;
  background-size: cover;
}
.personal-slider .swiper-slide:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(39, 66, 57, 0.56), rgba(39, 66, 57, 0));
  z-index: -1;
}
.personal-slider .swiper-pagination {
  margin: 0;
  transform: none;
  left: auto;
  width: auto;
  right: 24px;
  bottom: 24px;
  line-height: 0;
}
.personal-slider .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  margin-right: 8px;
  background: rgba(255, 255, 255, 0.8);
}
.personal-slider .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
.personal-slider .swiper-pagination-bullet-active {
  background: rgb(255, 255, 255);
}
.personal-slider__logo {
  display: block;
  width: 100px;
  height: 37px;
  border-radius: 4px;
  background: no-repeat center #2dc592;
  margin-bottom: 16px;
}
.personal-slider__title {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  max-width: 400px;
  position: absolute;
  left: 21px;
  bottom: 24px;
}
.personal-promo {
  background-color: #ffffff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  padding: 20px 24px 22px;
  margin-bottom: 15px;
}
.personal-promo__title {
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  margin-bottom: 16px;
  color: #40444e;
}
.personal-promo__item {
  display: none;
  vertical-align: top;
  width: calc(50% - 16px);
  margin: 0 8px 16px;
  border-radius: 4px;
  padding-top: 31.3%;
  position: relative;
  background: no-repeat center #5c5c5c;
  background-size: cover;
  color: #ffffff;
}
.personal-promo__items {
  margin: 0 -8px;
}
.personal-promo__item .label {
  position: absolute;
  top: 8px;
  left: 9px;
}
.personal-promo__item-timer {
  display: block;
  position: absolute;
  left: 16px;
  bottom: 10px;
  font-size: 13px;
  line-height: 4px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.8);
}
.personal-promo__item-timer span {
  display: block;
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  color: rgb(255, 255, 255);
  margin-top: 1px;
}
.personal-promo__item.active:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.5);
  z-index: 3;
}
.personal-promo__item.active:after {
  content: "Вы участвуете";
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 17px;
  font-weight: 600;
  color: #626c81;
  padding: 10px 40px 12px 9px;
  border-radius: 4px;
  background: url("/local/templates/collant/images/svg/ico-promo-active.svg") no-repeat right 14px top 10px #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  z-index: 4;
}
.personal-promo__item:nth-child(1), .personal-promo__item:nth-child(2), .personal-promo__item:nth-child(3), .personal-promo__item:nth-child(4) {
  display: inline-block;
}
.personal-promo__btn {
  display: block;
  width: -moz-max-content;
  width: max-content;
  padding-right: 20px;
  position: relative;
  margin: 0 auto;
}
.personal-promo__btn:after {
  content: "";
  display: block;
  position: absolute;
  width: 12px;
  height: 10px;
  background: url("/local/templates/collant/images/svg/arr-choose.svg") no-repeat right center;
  right: 0;
  top: 8px;
}
.personal-promo.show .personal-promo__item {
  display: inline-block;
}
.personal-promo.show .personal-promo__btn:after {
  transform: rotate(-180deg);
}
.personal-promos {
  padding: 20px 24px 24px;
  border: 2px solid #7c99eb;
  border-radius: 8px;
}
.personal-promos__title {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #7c99eb;
}
.personal-promos__info {
  margin-top: 12px;
  padding: 16px 20px 16px 24px;
  display: flex;
  align-items: start;
  box-shadow: 0px 2px 4px rgba(26, 36, 121, 0.071);
  border-radius: 8px;
}
.personal-promos__info svg {
  width: 32px;
  height: auto;
  margin-right: 16px;
  flex-shrink: 0;
}
.personal-promos__info p {
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  color: #8d95ac;
  margin: 0;
}
.personal-promos ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  list-style: none;
  padding: 0;
  margin: 16px 0 0;
}
.personal-promos li {
  padding: 8px;
  border-radius: 8px;
  background-color: #5c5c5c;
  min-height: 160px;
  display: flex;
  flex-direction: column;
}
.personal-promos li.active {
  background-color: #aeaeae;
}
.personal-promos__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.personal-promos__label {
  padding: 4px 10px;
  display: inline-flex;
  align-items: center;
  border-radius: 4px;
  background-color: #7d9aec;
  flex-shrink: 0;
}
.personal-promos__label-info {
  display: inline-flex;
  flex-direction: column;
  font-size: 8px;
  line-height: 10px;
  color: #ffffff;
}
.personal-promos__discount {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #ffffff;
  margin-left: 3px;
}
.personal-promos__add-button {
  padding: 5px 4px 7px;
  border-radius: 8px;
  background-color: #048459;
  font-weight: 700;
  font-size: 10px;
  line-height: 14px;
  text-transform: uppercase;
  color: #ffffff;
  border: none;
  font-family: "Lato", "Arial", sans-serif;
  cursor: pointer;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.personal-promos__add-button:hover {
  opacity: 0.7;
}
.personal-promos__add-button svg {
  display: none;
}
.personal-promos__add-button.active {
  display: inline-flex;
  align-items: center;
  background-color: #ffffff;
  font-size: 12px;
  line-height: 14px;
  color: #626c81;
  text-transform: none;
  cursor: auto;
}
.personal-promos__add-button.active:hover {
  opacity: 1;
}
.personal-promos__add-button.active svg {
  display: inline;
  width: 12px;
  height: auto;
  flex-shrink: 0;
  margin-left: 3px;
}
.personal-promos__description {
  margin-top: 12px;
  font-weight: 700;
  font-size: 13px;
  line-height: 16px;
  color: #ffffff;
}
.personal-promos__bottom {
  margin-top: auto;
  display: inline-flex;
  flex-direction: column;
}
.personal-promos__bottom span {
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  color: #ffffff;
}
.personal-promos__bottom .personal-promos__date {
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
}
.personal-promos__link {
  display: inline-block;
  width: 100%;
  margin-top: 16px;
  padding: 11px 14px 14px;
  border-radius: 8px;
  background: #7c99eb;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  color: #ffffff;
  text-align: center;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.personal-promos__link:hover {
  color: #ffffff;
  opacity: 0.7;
}
.personal-sale {
  background-color: #ffffff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  padding: 20px 24px 1px;
  margin-bottom: 19px;
  position: relative;
}
.personal-sales {
  padding: 20px 24px 24px;
  border: 2px solid #2dacc5;
  border-radius: 8px;
  margin-top: 16px;
}
.personal-sales__title {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #2dacc5;
}
.personal-sales__info {
  margin-top: 12px;
  padding: 16px 20px 16px 24px;
  display: flex;
  align-items: start;
  box-shadow: 0px 2px 4px rgba(26, 36, 121, 0.071);
  border-radius: 8px;
}
.personal-sales__info svg {
  width: 32px;
  height: auto;
  margin-right: 16px;
  flex-shrink: 0;
}
.personal-sales__info p {
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  color: #8d95ac;
  margin: 0;
}
.personal-sales__example {
  margin-top: 16px;
}
.personal-sales__example img {
  width: 100%;
  height: auto;
}
.personal-sales__download-link {
  margin-top: 8px;
  text-align: center;
}
.personal-sales__download-link a {
  display: inline-flex;
  align-items: center;
  color: #048459;
}
.personal-sales__download-link svg {
  width: 24px;
  height: 24px;
}
.personal-sales__download-link span {
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #048459;
  margin-left: 8px;
}
.personal-sales__catalog-link {
  display: inline-block;
  width: 100%;
  margin-top: 16px;
  padding: 11px 14px 14px;
  border-radius: 8px;
  background: #2dacc5;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  color: #ffffff;
  text-align: center;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.personal-sales__catalog-link:hover {
  color: #ffffff;
  opacity: 0.7;
}
.personal-sale__title {
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  color: #40444e;
  margin-bottom: 7px;
}
.personal-sale__item {
  margin-bottom: 17px;
}
.personal-sale__item.opened .td a:after {
  background-size: 0, auto;
  background-color: #6a7bff;
  transform: translateY(-50%) rotate(-180deg);
}
.personal-sale__item.opened .table-drop {
  display: block;
  width: 100%;
}
.personal-sale .personal-sale__top .td {
  vertical-align: bottom;
  font-size: 13px;
  line-height: 24px;
  font-weight: 500;
  color: #a5abc0;
}
.personal-sale .td {
  display: inline-block;
  vertical-align: top;
  vertical-align: middle;
  text-align: center;
  font-size: 14px;
  line-height: 17px;
  font-weight: 600;
  color: #8d95ac;
  width: calc((100% - 170px) / 3);
}
.personal-sale .td:first-child {
  width: 170px;
  text-align: left;
}
.personal-sale .td-drop, .personal-sale .td-drop a {
  font-size: 16px;
  line-height: 19px;
  font-weight: 600;
  color: #767c8b;
}
.personal-sale .td-drop a {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding-right: 32px;
}
.personal-sale .td-drop a:after {
  content: "";
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
  border-radius: 24px;
  background: url("/local/templates/collant/images/svg/arr-choose.svg") no-repeat center, url("/local/templates/collant/images/svg/arr-choose-white.svg") no-repeat center, #f8f8fc;
  background-size: auto, 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.personal-sale .tr {
  line-height: 0;
  margin-bottom: 6px;
}
.personal-sale .table-drop {
  display: none;
  background-color: #f4f5f7;
  border-radius: 4px;
  padding: 13px 0 1px;
  margin: 14px 0 28px;
}
.personal-sale .table-drop .tr-header {
  display: none;
}
.personal-sale .table-drop .tr-parent {
  margin-top: 12px;
}
.personal-sale .table-drop .tr-parent:first-child {
  margin-top: 0;
}
.personal-sale .table-drop .tr-child .td--name {
  padding-left: 32px;
}
.personal-sale .table-drop .td--name {
  padding-left: 24px;
}
.personal-address {
  background-color: #ffffff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  padding: 17px 24px 15px;
  margin-bottom: 16px;
}
.personal-address__title {
  padding-left: 19px;
  background: url("/local/templates/collant/images/svg/ico-pin.svg") no-repeat 0 50%;
  margin-bottom: 4px;
  line-height: 19px;
}
.personal-address__val {
  padding: 0 20px 0 0;
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  color: #40444e;
}
.personal-requisites {
  background-color: #ffffff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  padding: 20px 22px 8px 24px;
  margin-bottom: 16px;
}
.personal-requisites__title {
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  color: #40444e;
  margin-bottom: 16px;
}
.personal-requisites__item {
  margin-bottom: 16px;
}
.personal-requisites__top {
  display: block;
  padding: 15px 15px 18px;
  color: #767c8b;
  line-height: 19px;
  font-weight: 600;
  border-radius: 4px;
  background-color: #f4f5f7;
  border: 1px solid #e6e9f0;
  position: relative;
  margin-bottom: 16px;
  cursor: pointer;
}
.personal-requisites__top:after {
  content: "";
  display: block;
  position: absolute;
  width: 11px;
  height: 7px;
  background: url("/local/templates/collant/images/svg/arr-choose.svg") no-repeat center;
  background-size: contain;
  right: 24px;
  top: 24px;
  z-index: 1;
}
.personal-requisites__top.opened {
  background-color: transparent;
  border-color: #048459;
}
.personal-requisites__top.opened:after {
  transform: rotate(-180deg);
}
.personal-requisites__drop {
  display: none;
}
.personal-requisites__name {
  display: none;
}
.personal-requisites__info {
  border-radius: 4px;
  background-color: #f4f5f7;
  padding: 21px 16px 21px 24px;
  max-height: 340px;
  overflow-x: hidden;
  overflow-y: auto;
  margin-bottom: 16px;
}
.personal-requisites__info::-webkit-scrollbar {
  display: block;
  width: 5px;
  background-color: #e6e6ee;
  border: 2px solid #ffffff;
  border-radius: 4px;
}
.personal-requisites__info::-webkit-scrollbar-thumb {
  background-color: #048459;
  border-radius: 4px;
  width: 5px;
}
.personal-requisites__box {
  margin-bottom: 21px;
  line-height: 19px;
  font-weight: 600;
  color: #626c81;
}
.personal-requisites__box span {
  display: block;
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 8px;
  color: #8d95ac;
}
.personal-requisites__text {
  font-size: 14px;
  line-height: 17px;
  color: #8d95ac;
  font-weight: 600;
  margin-bottom: 19px;
}
.personal-requisites__file {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: calc(100% - 177px);
  padding-right: 8px;
  cursor: pointer;
}
.personal-requisites__file input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.personal-requisites__file span {
  display: inline-block;
  vertical-align: middle;
  padding-right: 38px;
  background: url("/local/templates/collant/images/svg/ico-file.svg") no-repeat right center;
  color: #6a7bff;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
.personal-requisites__btn {
  display: inline-block;
  vertical-align: middle;
  width: 177px;
  padding: 9px 8px;
}
.personal-act {
  background-color: #ffffff;
  box-shadow: 0 2px 4px rgba(26, 36, 121, 0.1);
  border-radius: 4px;
  padding: 20px 24px 24px;
  margin-bottom: 16px;
}
.personal-act__title {
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  color: #40444e;
  margin-bottom: 24px;
}
.personal-act ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 16px;
  font-size: 15px;
  line-height: 18px;
  font-weight: 600;
  color: #767c8b;
}
.personal-act ul li {
  margin: 0 0 13px;
  position: relative;
  padding-left: 21px;
}
.personal-act ul li:before {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background-color: #ea8498;
  left: 0;
  top: 6px;
}
.personal-act .btn {
  display: inline-block;
  vertical-align: top;
  width: 170px;
  padding: 9px 8px;
}
.personal-act .agree {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: #a5abc0;
  padding-left: 16px;
  width: calc(100% - 170px);
}
.personal-top .personal-left {
  margin-bottom: 0;
}
.personal-discount {
  padding: 20px 24px 24px;
  border: 2px solid #048459;
  border-radius: 8px;
}
.personal-discount__title {
  font-size: 18px;
  font-weight: bold;
  line-height: 22px;
}
.personal-discount__indicator {
  width: 100%;
  height: 5px;
  border-radius: 5px;
  background: #c9d0e0;
}
.personal-discount__indicator-title {
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: bold;
  line-height: 22px;
}
.personal-discount__indicator-value {
  display: block;
  height: inherit;
  border-radius: inherit;
  background: #048459;
}
.personal-discount__indicator-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: unset;
  margin-bottom: unset;
  font-size: 14px;
  list-style: none;
  color: #989FAF;
}
.personal-discount__list {
  padding: unset;
  margin: unset;
  list-style: none;
}
.personal-discount__list li {
  display: flex;
}
.personal-discount__list li span {
  font-size: 18px;
  font-weight: bold;
}
.personal-discount__list li + li {
  margin-top: 5px;
}
.personal-discount__list-dots {
  position: relative;
  top: -7px;
  flex: auto;
  border-bottom: 2px dotted #626C81;
}
.personal-news {
  width: 100%;
  margin: 16px 0;
  padding: 20px 24px 24px;
  border: 2px solid #048459;
  border-radius: 8px;
}
.personal-news .main-title {
  font-size: 18px;
  text-transform: none;
  color: #048459;
}
.personal-news .main-link {
  top: 22px;
  right: 24px;
}
.personal-news .main-news__items {
  padding: unset;
}

.pPromo {
  max-width: 656px;
  padding: 27px 32px 30px;
}
.pPromo .popup-title {
  display: inline-block;
  vertical-align: middle;
  color: #7d9aec;
  margin-right: 21px;
  margin-bottom: 28px;
}
.pPromo-date {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  line-height: 19px;
  position: relative;
  padding-left: 24px;
  color: #8d95ac;
  background: url("/local/templates/collant/images/svg/ico-pPromo-date.jpg") no-repeat 0 50%;
  margin: 6px 0 28px;
}
.pPromo-title {
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  color: #5e636f;
  margin-bottom: 21px;
}
.pPromo-conditions {
  display: inline-block;
  vertical-align: top;
  color: #048459;
  position: relative;
  padding-right: 21px;
  background: url("/local/templates/collant/images/svg/ico-download-green.svg") no-repeat right center;
  margin-bottom: 16px;
  font-size: 15px;
  line-height: 18px;
  font-weight: 700;
}
.pPromo-conditions span {
  text-decoration: underline;
}
.pPromo-text {
  font-size: 14px;
  line-height: 17px;
  color: #8d95ac;
  font-weight: 600;
  margin-bottom: 27px;
  max-width: 550px;
}
.pPromo-items {
  border-radius: 4px;
  background-color: #f4f5f7;
  padding: 21px 16px;
  max-height: 360px;
  overflow-x: hidden;
  overflow-y: auto;
  margin-bottom: 24px;
}
.pPromo-items:last-child {
  margin-bottom: 0;
}
.pPromo-items::-webkit-scrollbar {
  display: block;
  width: 5px;
  background-color: #e6e6ee;
  border: 1px solid #f4f5f7;
  border-radius: 4px;
}
.pPromo-items::-webkit-scrollbar-thumb {
  background-color: #048459;
  border-radius: 4px;
  width: 5px;
}
.pPromo-item {
  margin-bottom: 16px;
  display: flex;
  align-items: center;
}
.pPromo-item:last-child {
  margin-bottom: 0;
}
.pPromo-item__img {
  display: inline-block;
  vertical-align: top;
  width: 32px;
  height: 32px;
  border-radius: 32px;
  background: no-repeat center #ffffff;
  background-size: cover;
  margin-right: 16px;
  border: 1px solid #e4e4ef;
}
.pPromo-item__name {
  width: calc(100% - 202px);
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pPromo-item__sale {
  color: #7d9aec;
  width: 154px;
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  text-align: right;
}
.pPromo-item__sale span {
  font-weight: 700;
}
.pPromo-btn {
  display: inline-block;
  vertical-align: middle;
  background: url("/local/templates/collant/images/svg/ico-sale-bag.svg") no-repeat right 26px top 16px #048459;
  padding: 16px 50px 16px 50px;
}
.pPromo-refuse {
  display: inline-block;
  vertical-align: middle;
  float: right;
  padding-right: 18px;
  background: url("/local/templates/collant/images/svg/ico-close.svg") no-repeat right center, url("/local/templates/collant/images/svg/ico-close-green.svg") no-repeat right center;
  background-size: auto, 0;
  margin-top: 16px;
}
.pPromo-refuse:hover {
  background-size: 0, auto;
}
.pPromo .fancybox-close-small {
  right: 3px;
  top: 3px;
}
.pPromo .fancybox-close-small:before {
  content: "";
  font-size: 16px;
  top: 13px;
}

.clients-title {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #626C81;
}
.clients-title__wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.clients-title__wrap .clients-title {
  margin-bottom: unset;
}
.clients-title__wrap .btn {
  margin-left: 20px;
}
.clients-list {
  background-color: #ffffff;
  box-shadow: 0 2px 4px rgba(26, 36, 121, 0.1);
  border-radius: 4px;
  margin-bottom: 16px;
}
.clients-list .table {
  display: table;
  width: 100%;
  border-collapse: collapse;
  background: #faffeb;
}
.clients-list .table .tr {
  display: table-row;
}
.clients-list .table .tr-header .td {
  position: relative;
  font-size: 15px;
  font-weight: 700;
  color: #40444e;
  white-space: nowrap;
}
.clients-list .table .tr-header .td-sort-js {
  cursor: pointer;
}
.clients-list .table .tr-header .td-sort-js:hover, .clients-list .table .tr-header .td-sort-js.active {
  text-decoration: underline;
}
.clients-list .table .tr-header .td.desc::before, .clients-list .table .tr-header .td.asc::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.clients-list .table .tr-header .td.desc::before {
  background-image: url("/local/templates/collant/images/svg/sort-desc.svg");
}
.clients-list .table .tr-header .td.asc::before {
  background-image: url("/local/templates/collant/images/svg/sort-asc.svg");
}
.clients-list .table .td {
  display: table-cell;
  vertical-align: middle;
  min-width: 150px;
  padding: 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
  text-align: center;
}
.clients-list .table .td:nth-child(1) {
  text-align: left;
}
.clients-list .table .td:nth-child(2) {
  width: 25%;
  text-align: left;
}
.clients-list .table .td:nth-child(4) {
  width: 25%;
}
.clients-list .table .td:last-child {
  text-align: left;
}
.clients-list .table .td a {
  font-weight: 700;
  text-decoration: underline;
}
.clients-list .table .td .status-F, .clients-list .table .td .status-D {
  display: flex;
  align-items: center;
}
.clients-new {
  background-color: #ffffff;
  box-shadow: 0 2px 4px rgba(26, 36, 121, 0.1);
  border-radius: 4px;
  padding: 20px 22px 24px 24px;
  margin-bottom: 16px;
}
.clients-new__title {
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  color: #40444e;
  margin-bottom: 21px;
}
.clients-new__left {
  display: inline-block;
  vertical-align: top;
  width: 320px;
}
.clients-new__left .input {
  background-color: #f4f5f7;
  border-color: #dcdce6;
  padding: 14px 24px 16px;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
}
.clients-new__left .input::-moz-placeholder {
  font-weight: 600;
  color: #8d95ac;
  font-size: 16px;
  line-height: 19px;
}
.clients-new__left .input::placeholder {
  font-weight: 600;
  color: #8d95ac;
  font-size: 16px;
  line-height: 19px;
}
.clients-new__left .input-wrap {
  margin-bottom: 13px;
}
.clients-new__left .input-wrap > span {
  display: block;
  line-height: 19px;
  font-weight: 500;
  margin-bottom: 8px;
}
.clients-new__left button {
  padding: 15px 41px;
  margin-top: 11px;
}
.clients-new__right {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 320px);
  padding-left: 104px;
}
.clients-new__right .clients-new__title {
  margin-bottom: 19px;
}
.clients-new__right button {
  padding: 15px 41px;
}
.clients-new__template {
  display: inline-block;
  vertical-align: top;
  padding-right: 22px;
  margin-bottom: 8px;
  background: url("/local/templates/collant/images/svg/ico-download-gray.svg") no-repeat right center;
}
.clients-new__file {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 21px;
}
.clients-new__file input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.clients-new__file span {
  display: inline-block;
  vertical-align: top;
  padding-right: 22px;
  background: url("/local/templates/collant/images/svg/ico-upload.svg") no-repeat right center;
}
.clients-new__file label {
  display: inline-block;
  vertical-align: top;
  width: 73%;
}
.clients-new__file label + a {
  display: inline-block;
  vertical-align: top;
  width: 15%;
  padding-left: 16px;
  font-size: 14px;
  color: #989faf;
  background: url("/local/templates/collant/images/svg/ico-remove-red.svg") no-repeat 0 50%;
}
.clients-bot {
  background: url("/local/templates/collant/images/svg/ico-info-circle.svg") no-repeat 24px 16px #ffffff;
  background-size: 33px;
  box-shadow: 0 2px 4px rgba(26, 36, 121, 0.1);
  border-radius: 4px;
  padding: 13px 45px 13px 73px;
  margin-bottom: 64px;
  font-size: 14px;
  line-height: 17px;
  color: #8d95ac;
  font-weight: 600;
}
.clients-bot p {
  margin-top: 0;
}
.clients-requests {
  background-color: #ffffff;
  box-shadow: 0 2px 4px rgba(26, 36, 121, 0.1);
  border-radius: 4px;
  margin-bottom: 32px;
}
.clients-requests__title {
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  color: #048459;
  margin-bottom: 7px;
}
.clients-requests .table {
  display: table;
  width: 100%;
  border-collapse: collapse;
  background: #faffeb;
}
@media (max-width: 991px) {
  .clients-requests .table {
    width: 944px;
  }
}
.clients-requests .table .tr {
  display: table-row;
  border: 5px solid white;
  border-left: unset;
  border-right: unset;
}
.clients-requests .table .tr:first-child {
  border-top: unset;
}
.clients-requests .table .tr:last-child {
  border-bottom: unset;
}
.clients-requests .table .tr-header .td {
  vertical-align: top;
  font-size: 15px;
  font-weight: 700;
  color: #40444e;
}
.clients-requests .table .tr-header .td-sort-js {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.clients-requests .table .tr-header .td-sort-js:hover {
  text-decoration: underline;
}
.clients-requests .table .tr-header .td-sort-js.desc::before, .clients-requests .table .tr-header .td-sort-js.asc::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.clients-requests .table .tr-header .td-sort-js.desc::before {
  background-image: url("/local/templates/collant/images/svg/sort-desc.svg");
}
.clients-requests .table .tr-header .td-sort-js.asc::before {
  background-image: url("/local/templates/collant/images/svg/sort-asc.svg");
}
.clients-requests .table .tr-header .td table td {
  padding-top: 5px;
  font-size: 12px;
  font-weight: bold;
}
.clients-requests .table .tr-header .td table td:first-child {
  text-align: center;
}
.clients-requests .table .tr__active-distr {
  background: #ffbaba;
}
.clients-requests .table .tr__active-client {
  background: #ffe1ba;
}
.clients-requests .table .tr__active-distr .td:last-child, .clients-requests .table .tr__active-client .td:last-child {
  background: inherit;
}
.clients-requests .table .td {
  display: table-cell;
  vertical-align: top;
  padding: 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
  text-align: center;
}
.clients-requests .table .td-block {
  display: flex;
}
.clients-requests .table .td--sum, .clients-requests .table .td--sum2 {
  white-space: nowrap;
}
.clients-requests .table .td:nth-child(1) {
  min-width: 200px;
  max-width: 400px;
  text-align: left;
}
.clients-requests .table .td:nth-child(2) {
  width: 140px;
}
.clients-requests .table .td:nth-child(4), .clients-requests .table .td:nth-child(5) {
  width: 150px;
}
.clients-requests .table .td:nth-child(3) {
  width: 130px;
}
.clients-requests .table .td:nth-child(4) {
  text-align: right;
}
.clients-requests .table .td:last-child {
  width: auto;
  background: #f2f2f2;
  width: 150px;
}
.clients-requests .table .td:last-child .info__hint-block {
  left: unset;
  right: -20px;
}
.clients-requests .table .td:last-child .info__hint-block::before {
  left: unset;
  right: 20px;
}
.clients-requests .table .td a {
  font-weight: 700;
  text-decoration: underline;
}
.clients-requests .table .td .status-partially, .clients-requests .table .td .status-confirmed, .clients-requests .table .td .status-removed {
  margin: unset;
}
.clients-requests .table .td .status-partially::before, .clients-requests .table .td .status-confirmed::before, .clients-requests .table .td .status-removed::before {
  content: unset;
}
.clients-requests .table .td-table {
  width: 350px !important;
}
.clients-requests .table .td table {
  border-collapse: collapse;
}
.clients-requests .table .td table td {
  width: 100px;
  padding: 0 5px;
  vertical-align: top;
  text-align: right;
}
.clients-requests .table .td table td:first-child {
  width: 130px;
}
.clients-requests .table .td.info__hint-wrap .info__hint {
  position: relative;
  top: unset;
  right: unset;
  transform: unset;
  display: inline-block;
  vertical-align: top;
  margin-left: 5px;
  margin-top: 2px;
}
.clients-requests__blanc {
  height: 25px;
  background: url("/local/assets/images/icons/ico-blanc.svg") no-repeat 0 10%;
  background-size: 20px;
  cursor: pointer;
}
.clients-report {
  background-color: #ffffff;
  box-shadow: 0 2px 4px rgba(26, 36, 121, 0.1);
  border-radius: 4px;
  margin-bottom: 32px;
}
.clients-report__title {
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  color: #048459;
  margin-bottom: 7px;
}
.clients-report .table {
  display: table;
  width: 100%;
  border-collapse: collapse;
  background: #faffeb;
}
@media (max-width: 991px) {
  .clients-report .table {
    width: 944px;
  }
}
.clients-report .table .tr {
  display: table-row;
}
.clients-report .table .tr-header .td {
  position: relative;
  font-size: 15px;
  font-weight: 700;
  color: #40444e;
}
.clients-report .table .tr-header .td-sort-js {
  cursor: pointer;
}
.clients-report .table .tr-header .td-sort-js:hover {
  text-decoration: underline;
}
.clients-report .table .tr-header .td.desc::before, .clients-report .table .tr-header .td.asc::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.clients-report .table .tr-header .td.desc::before {
  background-image: url("/local/templates/collant/images/svg/sort-desc.svg");
}
.clients-report .table .tr-header .td.asc::before {
  background-image: url("/local/templates/collant/images/svg/sort-asc.svg");
}
.clients-report .table .tr-header .td:last-child {
  vertical-align: middle;
}
.clients-report .table .td {
  display: table-cell;
  vertical-align: top;
  padding: 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
  text-align: center;
}
.clients-report .table .td-block {
  display: flex;
}
.clients-report .table .td--sum, .clients-report .table .td--sum2 {
  white-space: nowrap;
}
.clients-report .table .td a {
  font-weight: 700;
  text-decoration: underline;
}
.clients-report .table .td .status-partially, .clients-report .table .td .status-confirmed, .clients-report .table .td .status-removed {
  margin: unset;
}
.clients-report .table .td .status-partially::before, .clients-report .table .td .status-confirmed::before, .clients-report .table .td .status-removed::before {
  content: unset;
}
.clients-report__buttons {
  display: flex;
  justify-content: flex-end;
  margin: 20px 0;
  gap: 20px;
}
.clients__btn-remind {
  width: 30px;
  height: 30px;
  margin-left: 10px;
  border-radius: 4px;
  border: 1px solid #f27c93;
  transition: 0.2s ease-in-out;
  cursor: pointer;
  background-image: url("/local/templates/collant/images/svg/ico_bell.svg");
  background-position: center;
  background-size: 20px;
  background-repeat: no-repeat;
}
.clients__btn-remind:hover {
  box-shadow: 0 2px 4px rgba(26, 36, 121, 0.1);
}
.clients-burger {
  position: relative;
  margin-right: 16px;
}
.clients-burger.active .clients-burger__list-wrap {
  visibility: visible;
  opacity: 1;
}
.clients-burger__btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.clients-burger__btn::before, .clients-burger__btn::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  transform-origin: center;
}
.clients-burger__btn::before, .clients-burger__btn::after,
.clients-burger__btn span {
  display: block;
  width: 20px;
  height: 2px;
  background-color: #048459;
}
.clients-burger__btn::before {
  top: 4px;
}
.clients-burger__btn::after {
  bottom: 4px;
}
.clients-burger__btn span {
  pointer-events: none;
}
.clients-burger__list {
  z-index: 2;
  position: relative;
  margin: unset;
  padding: 13px 20px 13px 31px;
  background: white;
}
.clients-burger__list-wrap {
  z-index: 1;
  position: absolute;
  top: 25px;
  left: -10px;
  border: 1px solid #d3d3d3;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
  visibility: hidden;
  opacity: 0;
  transition: 0.2s ease-in-out;
}
.clients-burger__list-wrap::before {
  content: "";
  z-index: 1;
  position: absolute;
  top: -5px;
  left: 13px;
  width: 10px;
  height: 10px;
  border: 1px solid #d3d3d3;
  transform: rotate(45deg);
  background: white;
}
.clients-burger__list-item + .clients-burger__list-item {
  margin-top: 5px;
}
.clients-burger__list-item a {
  white-space: nowrap;
  font-weight: 400 !important;
  text-decoration: none !important;
}

.status-P, .status-warehouse, .status-new {
  color: #7d9aec;
}
.status-P:before, .status-warehouse:before, .status-new:before {
  background-color: #7d9aec;
}
.status-action, .status-A, .status-D, .status-removed {
  color: #f27c93;
}
.status-action:before, .status-A:before, .status-D:before, .status-removed:before {
  background-color: #f27c93;
}
.status-PP {
  color: #FF5C5A;
}
.status-PP:before {
  background-color: #FF5C5A;
}
.status-confirmed, .status-F {
  color: #2dc592;
}
.status-confirmed:before, .status-F:before {
  background-color: #2dc592;
}
.status-partially {
  color: #626c81;
}
.status-partially:before {
  border: 11px solid #f27c93;
  border-top-color: #2dc592;
  border-left-color: #2dc592;
  transform: rotate(-225deg);
}
.status-accepted {
  color: #2dc592;
}
.status-accepted:before {
  background-color: #2dc592;
}
.status-processing {
  color: #ffae34;
}
.status-processing:before {
  background-color: #ffae34;
}
.status-canceled, .status-N {
  color: #a5abc0;
}
.status-canceled:before, .status-N:before {
  background-color: #a5abc0;
}
.status-P, .status-warehouse, .status-new, .status-action, .status-A, .status-D, .status-removed, .status-confirmed, .status-F, .status-partially, .status-accepted, .status-processing, .status-canceled, .status-N, .status-ZC, .status-ZN, .status-ZA, .status-ZP, .status-ZO, .status-ZF, .status-ZD, .status-CO, .status-PP {
  display: flex;
  align-items: center;
  position: relative;
  margin-left: 30px;
  margin-top: 4px;
  margin-bottom: 4px;
  min-height: 22px;
  font-size: 13px;
  line-height: 15px;
  font-weight: 500;
}
.status-P:before, .status-warehouse:before, .status-new:before, .status-action:before, .status-A:before, .status-D:before, .status-removed:before, .status-confirmed:before, .status-F:before, .status-partially:before, .status-accepted:before, .status-processing:before, .status-canceled:before, .status-N:before, .status-ZC:before, .status-ZN:before, .status-ZA:before, .status-ZP:before, .status-ZO:before, .status-ZF:before, .status-ZD:before, .status-CO:before, .status-PP:before {
  content: "";
  display: block;
  position: absolute;
  width: 22px;
  height: 22px;
  border-radius: 22px;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
}
.status-DISTR_SHIPMENT_STATUS_W, .status-DISTR_SHIPMENT_STATUS_N, .status-DISTR_SHIPMENT_STATUS_F, .status-DISTR_SHIPMENT_STATUS_C, .status-EEE_SHIPMENT_STATUS_W, .status-EEE_SHIPMENT_STATUS_N, .status-EEE_SHIPMENT_STATUS_F, .status-EEE_SHIPMENT_STATUS_C {
  display: block;
  position: relative;
  font-size: 13px;
  line-height: 15px;
  font-weight: 500;
}
.status-DISTR_SHIPMENT_STATUS_W, .status-EEE_SHIPMENT_STATUS_W {
  color: #048459;
}
.status-EEE_SHIPMENT_STATUS_N, .status-DISTR_SHIPMENT_STATUS_N {
  color: #a5abc0;
}
.status-EEE_SHIPMENT_STATUS_F, .status-DISTR_SHIPMENT_STATUS_F {
  color: #7d9aec;
}
.status-EEE_SHIPMENT_STATUS_C, .status-DISTR_SHIPMENT_STATUS_C {
  color: #f27c93;
}

.order-tabs {
  background-color: #ffffff;
  padding: 4px; /* box-shadow: 0 2px 4px rgb(26 36 121 / 10%); */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  display: inline-block;
  margin-right: 20px;
}
.order-tabs__wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .order-tabs__wrap {
    flex-direction: column;
  }
}
.order-tabs__button {
  display: inline-block;
  padding: 8px 12px;
  font-size: 16px;
  color: #989faf;
  border: 0;
  background: transparent;
  border-radius: 4px;
}
.order-tabs__button.active {
  color: #fff;
  background-color: #048459;
}

.request-export {
  display: flex;
  justify-content: space-between;
  margin: -10px;
}
@media (max-width: 1199px) {
  .request-export {
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .request-export {
    margin-top: 10px;
  }
}
.request-export__block {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1199px) {
  .request-export__block--right {
    flex-direction: row-reverse;
    justify-content: flex-end;
  }
}
.request-export__block--right span {
  display: flex;
  align-items: center;
  max-width: 300px;
  margin: 10px;
  font-size: 14px;
  line-height: 1.2;
  text-align: right;
}
@media (max-width: 1199px) {
  .request-export__block--right span {
    text-align: left;
  }
}
.request-export .btn {
  display: flex;
  align-items: center;
  height: 40px;
  margin: 10px;
  white-space: nowrap;
}
@media (max-width: 375px) {
  .request-export .btn {
    white-space: normal;
  }
}
.request-export .btn svg {
  min-width: 24px;
  min-height: 24px;
  margin-right: 5px;
}
.request-export .btn svg path {
  fill: white;
  transition: 0.3s all ease;
}
.request-export .btn.btn--light svg path {
  fill: #048459;
}

.request-detail {
  margin-bottom: 20px;
}
.request-detail__back {
  display: inline-block;
  vertical-align: top;
  padding-left: 24px;
  background: url("/local/templates/collant/images/svg/ico-arr-back.svg") no-repeat 0 50%;
  font-size: 14px;
  line-height: 17px;
  font-weight: 600;
  margin-bottom: 21px;
}
.request-detail__top {
  margin-bottom: 21px;
  display: flex;
  align-items: center;
}
.request-detail__top-name {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  color: #626c81;
  margin-right: 26px;
}
.request-detail__top-status {
  display: inline-block;
  vertical-align: middle;
  margin-right: 27px;
}
.request-detail__top-status span {
  display: flex;
  align-items: center;
}
.request-detail__top-brand {
  display: inline-block;
  vertical-align: middle;
  line-height: 19px;
  font-weight: 600;
  color: #5e636f;
  margin-right: 24px;
}
.request-detail__top-date {
  display: inline-block;
  vertical-align: middle;
  padding-left: 20px;
  background: url("/local/templates/collant/images/svg/ico-calendar.svg") no-repeat 0 50%;
  font-size: 14px;
  line-height: 17px;
  font-weight: 600;
  color: #989faf;
}
.request-detail__table {
  background-color: #ffffff;
  padding: 0;
  position: relative;
  border-radius: 4px;
  margin-bottom: 24px;
}
.request-detail__table::before {
  content: "";
  position: absolute;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 10;
  border-radius: 4px;
  pointer-events: none;
}
.request-detail__table .table {
  display: table;
  width: 100%;
  border-collapse: collapse;
}
.request-detail__table .table .tr {
  display: table-row;
}
.request-detail__table .table .tr-header .td {
  font-size: 16px;
  line-height: 19px;
  font-weight: 600;
  white-space: nowrap;
}
.request-detail__table .table .tr-header .td:first-child div {
  font-size: inherit;
  font-weight: inherit;
}
.request-detail__table .table .tr-titles .td {
  font-size: 12px;
  line-height: 14px;
}
.request-detail__table .table .tr-header .td.back-gray, .request-detail__table .table .tr-titles .td.back-gray, .request-detail__table .table .tr-values .td.back-gray, .request-detail__table .table .tr--bottom .td.back-gray {
  background: #f7f7f7;
}
.request-detail__table .table .tr-values .td.back-yellow {
  background: #fdf1db;
}
.request-detail__table .table .tr-values .td.back-green {
  background: #e5f8ef;
}
.request-detail__table .table .tr-product {
  background-color: #ffffff;
  border-bottom: 1px #f5f5f9 solid;
}
.request-detail__table .table .tr-product .td {
  padding: 8px;
}
.request-detail__table .table .tr-product .td:first-child {
  color: #5e636f;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
}
.request-detail__table .table .tr-product .td:first-child span {
  display: inline-block;
  vertical-align: middle;
  width: 28px;
  height: 28px;
  border-radius: 34px;
  background: no-repeat center;
  background-size: cover;
  border: 1px solid #e4e4ef;
  margin-right: 16px;
}
.request-detail__table .table .tr--first .td:first-child {
  border-radius: 4px 0 0 0;
}
.request-detail__table .table .tr--first .td:last-child {
  border-radius: 0 4px 0 0;
}
.request-detail__table .table .tr--last .td:first-child {
  border-radius: 0 0 0 8px;
}
.request-detail__table .table .tr--last .td:last-child {
  border-radius: 0 0 8px 0;
}
.request-detail__table .table .tr--bot {
  background-color: #ffffff;
}
.request-detail__table .table .tr--bot .td {
  padding-top: 21px;
  font-size: 16px;
  line-height: 19px;
  font-weight: 600;
}
.request-detail__table .table .tr--export .td {
  background-color: #ffffff;
}
.request-detail__table .table .tr--export .td .export {
  display: inline-block;
  vertical-align: top;
  padding-right: 24px;
  background: url("/local/templates/collant/images/svg/ico-import.svg") no-repeat right center;
}
.request-detail__table .table .tr--bottom .add-tovar {
  position: absolute;
  left: 12px;
  top: 6px;
  border: 1px #048459 solid;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
}
.request-detail__table .table .tr--bottom .all {
  padding-right: 10px;
  text-align: right;
}
.request-detail__table .table .tr--bottom .td {
  padding: 10px 0;
}
.request-detail__table .table .tr-header .td--2, .request-detail__table .table .tr-header .td--3, .request-detail__table .table .tr-header .td--4, .request-detail__table .table .tr-product .td--2, .request-detail__table .table .tr-product .td--3, .request-detail__table .table .tr-product .td--4 {
  min-width: 248px;
  max-width: 248px;
}
.request-detail__table .table .tr-header .td:first-child, .request-detail__table .table .tr--bottom .td:first-child {
  overflow: visible;
}
.request-detail__table .table .tr-header .td:first-child div, .request-detail__table .table .tr--bottom .td:first-child div {
  overflow: visible;
  white-space: normal;
}
.request-detail__table .table .td {
  display: table-cell;
  text-align: center;
  padding: 6px 4px;
  font-size: 13px;
  line-height: 18px;
  font-weight: 500;
  color: #626c81;
  position: relative;
}
.request-detail__table .table .td .btn {
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 1023px) {
  .request-detail__table .table .td .btn {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.request-detail__table .table .td:first-child {
  text-align: left;
  padding-left: 12px;
  min-width: 250px;
  max-width: 250px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.request-detail__table .table .td:first-child div {
  font-size: 13px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 400;
}
.request-detail__table .table .td:first-child span {
  display: inline-block;
  vertical-align: middle;
  width: 13px;
  height: 13px;
  border-radius: 13px;
  margin-right: 8px;
  border: 1px #ccc solid;
}
.request-detail__table .table .td:last-child .info__hint-block {
  left: unset;
  right: -20px;
}
.request-detail__table .table .td:last-child .info__hint-block::before {
  left: unset;
  right: 20px;
}
.request-detail__table .table .td .quantity,
.request-detail__table .table .td .quantity-remains {
  position: absolute;
  left: 8px;
  font-size: 9px;
  line-height: 1;
}
@media (max-width: 767px) {
  .request-detail__table .table .td .quantity,
  .request-detail__table .table .td .quantity-remains {
    left: 10px;
  }
}
.request-detail__table .table .td .quantity {
  color: #63a974;
  top: 9px;
}
@media (max-width: 767px) {
  .request-detail__table .table .td .quantity {
    top: 4px;
  }
}
.request-detail__table .table .td .quantity-remains {
  top: 29px;
  color: #db864a;
}
@media (max-width: 767px) {
  .request-detail__table .table .td .quantity-remains {
    top: 24px;
  }
}
.request-detail__table .table .td .input {
  display: inline-block;
  vertical-align: middle;
  width: 86px;
  margin-right: 8px;
  text-align: right;
}
.request-detail__table .table .td .input--number {
  display: block;
  width: 88%;
  padding-left: 5px;
  padding-right: 2px;
  margin: 0;
  margin-right: auto;
  -moz-appearance: textfield !important;
  -webkit-appearance: none;
  max-height: 35px;
  font-size: 15px;
}
@media (max-width: 767px) {
  .request-detail__table .table .td .input--number {
    padding-right: 5px;
  }
}
.request-detail__table .table .td .input-qty__wrap {
  position: relative;
}
.request-detail__table .table .td .button--zero {
  background: transparent;
  border: 0;
  outline: none;
  position: absolute;
  right: -8px;
  top: 50%;
  transform: translateY(-50%);
  color: #626c81;
  z-index: 10;
  cursor: pointer;
}
.request-detail__table .table .td .button--zero:hover {
  color: #f27c93;
}
.request-detail__table .table .td .button--zero svg {
  width: 9px;
  height: 9px;
}
.request-detail__table .table .td div.no,
.request-detail__table .table .td div.ok {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  border-radius: 24px;
  background: url("/local/templates/collant/images/svg/ico-y.svg") no-repeat center;
}
.request-detail__table .table .td div.no {
  background: url("/local/templates/collant/images/svg/ico-no2.svg") no-repeat center;
}
.request-detail__table .table .td--2, .request-detail__table .table .td--3, .request-detail__table .table .td--4, .request-detail__table .table .td--5, .request-detail__table .table .td--6, .request-detail__table .table .td--7, .request-detail__table .table .td--8, .request-detail__table .table .td--9, .request-detail__table .table .td--10 {
  width: 83px;
  white-space: nowrap;
}
.request-detail__table .table .td--button {
  vertical-align: top;
}
.request-detail__table--shipment {
  padding: 16px;
}
.request-detail__table--shipment .h3 {
  margin-bottom: 0;
  margin-right: 16px;
}
.request-detail__table--shipment .table-scroll-area {
  max-width: 500px;
}
.request-detail__table--clients .table .tr-product .td:first-child {
  font-size: 14px;
  line-height: 17px;
  font-weight: 600;
  color: #5e636f;
}
.request-detail__table--clients .table .tr-header .td:nth-child(3) {
  color: #626c81;
}
.request-detail__table--clients .table .td {
  font-size: 15px;
  line-height: 18px;
  font-weight: 600;
  color: #5e636f;
}
.request-detail__table--clients .table .td:first-child {
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
  color: #626c81;
}
.request-detail__table--clients .table .td:nth-child(3) {
  color: #2dc592;
}
.request-detail__shipment-export {
  padding: 16px;
}
.request-detail__shipment-export .btn {
  font-size: 14px;
  padding-left: 18px;
  padding-right: 18px;
}
.request-detail .clients-bot {
  margin-bottom: 21px;
  padding: 16px 45px 16px 73px;
}
.request-detail__files {
  margin-bottom: 40px;
}
.request-detail__file-export, .request-detail__file-import {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding-right: 20px;
  background: url("/local/templates/collant/images/svg/ico-export.svg") no-repeat right center;
}
.request-detail__file-export {
  background: url("/local/templates/collant/images/svg/ico-import.svg") no-repeat right center;
  margin-right: 15%;
}
.request-detail__btn {
  margin-bottom: 24px;
}
.request-detail__btns {
  margin-bottom: 64px;
}
.request-detail__btn .btn {
  display: inline-block;
  vertical-align: middle;
  margin-right: 32px;
  padding: 14px 63px 16px 24px;
}
.request-detail__btn .btn + span {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  line-height: 17px;
  font-weight: 600;
  color: #626c81;
  padding-left: 32px;
  position: relative;
  max-width: 57%;
}
.request-detail__btn .btn + span:before {
  content: "";
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
  background: url("/local/templates/collant/images/svg/info-circle2.svg") no-repeat center;
  background-size: 24px;
  left: 0;
  top: -2px;
}
.request-detail__btn--confirm .btn {
  background: url("/local/templates/collant/images/svg/ico-btn-confirm.svg") no-repeat right 24px top 18px #048459;
}
.request-detail__btn--confirmation .btn {
  background: url("/local/templates/collant/images/svg/ico-btn-confirmation.svg") no-repeat right 24px top 16px #048459;
}
.request-detail__btn--additional .btn {
  background: url("/local/templates/collant/images/svg/ico-btn-additional.svg") no-repeat right 24px top 18px #048459;
}
.request-detail__btn--remove .btn {
  background: url("/local/templates/collant/images/svg/ico-close-green-bold.svg") no-repeat right 44px top 22px;
}
.request-detail__btn--remove .btn:hover {
  color: #048459;
}
.request-detail .cart-order {
  margin-bottom: 24px;
}
.request-detail .cart-order__left {
  width: 340px;
  margin-right: 40px;
}
.request-detail .cart-order__right {
  width: calc(100% - 320px);
}
.request-detail .cart-order .input, .request-detail .cart-order__sum {
  background-color: #ffffff;
}
.request-detail .cart-order .input-wrap > span {
  font-weight: 500;
}
.request-detail .cart-order .input-wrap--date .input {
  width: 122px;
  padding: 10px 18px 11px;
}
.request-detail .cart-order .input-wrap--date span {
  width: calc(100% - 125px);
}

.table-scroll {
  display: none;
}

.orders {
  background-color: #ffffff;
  padding: 20px 16px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  margin-bottom: 24px;
  --id-width: 30%;
}
@media (max-width: 1400px) {
  .orders {
    --id-width: 25%;
  }
}
.orders-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #626c81;
}
.orders-table .tr {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  background-color: #f5f5f9;
  border-radius: 8px;
  border: 4px solid #ffffff;
}
.orders-table .tr-header {
  background-color: #ffffff;
}
.orders-table .tr-header .td {
  width: calc((100% - 68px) / 5);
  max-height: 67px;
}
.orders-table .tr-header .td.td--status {
  padding-right: 15px;
}
.orders-table .tr-header .td--id {
  flex-grow: 1;
  padding-left: 15px;
}
.orders-table .tr-header .td--type, .orders-table .tr-header .td--shipment {
  text-align: left;
}
.orders-table .tr-header--6 .td {
  width: calc((100% - 68px) / 6);
}
.orders-table .tr-header--7 .td {
  width: calc((100% - 68px) / 7);
}
.orders-table .tr-header--8 .td {
  width: calc((100% - 68px) / 8);
}
.orders-table .tr-header .select {
  text-align: left;
  font-size: 14px;
}
.orders-table .tr-header .select .jq-selectbox__select-text {
  padding: 6px 16px 7px;
  font-size: 14px;
  line-height: 24px;
  color: #8d95ac;
  font-weight: 600;
}
.orders-table .tr-header .input-wrap {
  position: relative;
  margin: 0;
}
.orders-table .tr-header .input-wrap .input {
  padding: 6px 32px 7px 16px;
  font-size: 14px;
  line-height: 24px;
  color: #8d95ac;
  font-weight: 600;
  position: relative;
}
.orders-table .tr-header .input-wrap .input--date {
  max-width: 130px;
}
.orders-table .tr-header .input-wrap .input::-moz-placeholder {
  font-size: 14px;
  line-height: 24px;
  color: #8d95ac;
  font-weight: 600;
}
.orders-table .tr-header .input-wrap .input::placeholder {
  font-size: 14px;
  line-height: 24px;
  color: #8d95ac;
  font-weight: 600;
}
.orders-table .tr-header .input-wrap:after {
  position: absolute;
  width: 16px;
  height: 14px;
  background: url(/local/templates/collant/images/svg/arr-choose.svg) no-repeat center;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.orders-table .tr--combined-order {
  background-color: #e0f9ee;
}
.orders-table .tr--combined-order .tr {
  background-color: #e8e8f0;
}
.orders-table .tr--combined-order .tr .td {
  padding: 21px 4px 20px;
}
.orders-table .tr--combined-shipment {
  background-color: #fff0d9;
}
.orders-table .tr--combined-shipment .tr .td {
  padding: 21px 4px 20px;
}
.orders-table .tr.opened > .td--type a:before {
  content: "-";
}
.orders-table .tr.opened > .tr {
  display: flex;
}
.orders-table .tr > .tr {
  display: none;
  width: 82%;
  border: 8px solid #ffffff;
  border-left-width: 16px;
  border-bottom-width: 0;
  border-radius: 0;
  position: relative;
}
.orders-table .tr > .tr:before {
  content: "";
  display: block;
  position: absolute;
  left: -16px;
  top: 0;
  bottom: -8px;
  width: 1px;
  background-color: #cecee6;
  z-index: 1;
}
.orders-table .tr > .tr:last-child:before {
  bottom: 50%;
}
.orders-table .tr > .tr .td--id {
  padding-left: 32px;
  position: relative;
  width: 14.2%;
}
.orders-table .tr > .tr .td--id:before {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 1px;
  background-color: #cecee6;
  top: 50%;
  transform: translateY(-50%);
  left: -16px;
}
.orders-table .tr > .tr .td--date {
  width: 13%;
}
.orders-table .tr > .tr .td--type {
  width: 32%;
}
.orders-table .tr > .tr.opened > .td--type a:before {
  content: "-";
}
.orders-table .tr > .tr.opened > .tr {
  display: flex;
}
.orders-table .tr > .tr > .tr {
  display: none;
  width: 100%;
  border-right-width: 0;
}
.orders-table .tr > .tr > .tr .td--id {
  width: 12%;
  padding-left: 16px;
}
.orders-table .tr > .tr > .tr .td--date {
  width: 13%;
}
.orders-table .tr > .tr > .tr .td--type {
  width: 33%;
}
.orders-table .tr:not(.tr-header) .td--date {
  padding-left: 18px;
}
.orders-table .td {
  width: calc((100% - 68px) / 5);
  padding: 15px 4px 13px;
  font-size: 14px;
  line-height: 15px;
  font-weight: 500;
}
.orders-table .td .checkbox {
  -webkit-appearance: none;
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  border: 1px solid #cecee6;
  background-color: #f5f5f9;
  border-radius: 4px;
  margin-right: 16px;
  position: relative;
}
.orders-table .td .checkbox:after {
  content: "";
  display: block;
  position: absolute;
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 4px;
  background: url("/local/templates/collant/images/svg/check.svg") no-repeat center #7d9aec;
  background-size: 16px;
  top: -1px;
  left: -1px;
  opacity: 0;
  box-sizing: border-box;
}
.orders-table .td .checkbox:checked:after {
  opacity: 1;
}
.orders-table .td--id {
  flex-grow: 1;
  font-weight: 600;
  padding-left: 15px;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}
.orders-table .td--date {
  min-width: 140px;
  color: #989faf;
  font-weight: 400;
}
.orders-table .td--date-center {
  text-align: center;
}
.orders-table .td--type {
  width: 26%;
  text-align: center;
}
.orders-table .td--type a {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  border-radius: 4px;
  border: 1px solid #cecee6;
  background-color: #f5f5f9;
  margin-left: 8px;
  position: relative;
}
.orders-table .td--type a:hover {
  border-color: #048459;
}
.orders-table .td--type a:before {
  content: "+";
  display: inline-block;
  vertical-align: top;
  color: #048459;
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.orders-table .td--sum {
  width: 24%;
  max-width: 150px;
}
.orders-table .td--status {
  width: 18%;
  font-size: 13px;
  margin-left: auto;
  max-width: 200px;
  flex: auto;
  padding-right: 40px;
}
.orders-table .td--shipment {
  width: 18%;
  font-size: 13px;
  text-align: center;
}
.orders-table--6 .td--id, .orders-table--7 .td--id {
  min-width: 160px;
}
.orders-table--6 .td--sum, .orders-table--7 .td--sum {
  max-width: 100px;
}
.orders-table--6 .td {
  width: calc((100% - 68px) / 6);
}
.orders-table--7 .td {
  width: calc((100% - 68px) / 7);
}
.orders-table--8 .td {
  width: calc((100% - 68px) / 8);
}
.orders-table--pr .tr {
  padding-right: 12px;
}
.orders-bot {
  padding: 24px 0 0;
}
.orders-bot__left {
  display: inline-block;
  vertical-align: top;
  width: 26%;
}
.orders-bot__right {
  display: inline-block;
  vertical-align: top;
  width: 70%;
  font-size: 15px;
  line-height: 15px;
  font-weight: 600;
  color: #626c81;
}
.orders-bot__right-title {
  display: inline-block;
  vertical-align: top;
}
.orders-bot__right-price {
  display: inline-block;
  vertical-align: top;
  padding-left: 5%;
}
.orders-bot .btn {
  width: 147px;
  padding: 10px 12px 12px;
  text-align: center;
  background-color: #2dc592;
  border-color: #2dc592;
  margin-bottom: 8px;
}
.orders-bot .btn span {
  display: inline-block;
  vertical-align: top;
  padding-right: 21px;
  background: url("/local/templates/collant/images/svg/ico-btn-checkout.svg") no-repeat right 55%;
}
.orders-bot .btn--combine {
  background-color: #7d9aec;
  border-color: #7d9aec;
}
.orders-bot .btn--combine span {
  padding-right: 27px;
  background: url("/local/templates/collant/images/svg/ico-btn-combine.svg") no-repeat right 55%;
}
.orders-bot .btn--cancel {
  background-color: #f27c93;
  border-color: #f27c93;
}
.orders-bot .btn--cancel span {
  padding-right: 20px;
  background: url("/local/templates/collant/images/svg/ico-close-white.svg") no-repeat right 55%;
}
.orders-detail .table .tr-header {
  border: 0;
}
.orders-detail .table .tr--first .td {
  padding-top: 16px;
}
.orders-detail .table .tr--last .td {
  padding-bottom: 16px;
}
.orders-detail .table .td--sel {
  color: #f27c93;
}
.orders-detail__bot {
  display: flex;
  background-color: #ffffff;
  padding: 20px 24px;
  box-shadow: 0 2px 4px rgba(26, 36, 121, 0.1);
  border-radius: 4px;
  margin-bottom: 64px;
}
.orders-detail__bot-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #626c81;
}
.orders-detail__bot .col {
  width: 50%;
  position: relative;
}
.orders-detail__bot .col:last-child {
  padding-left: 79px;
}
.orders-detail__bot .table {
  display: table;
  width: 100%;
}
.orders-detail__bot .table .tr {
  display: table-row;
  background-color: #f5f5f9;
}
.orders-detail__bot .table .tr--header {
  background-color: #ffffff;
}
.orders-detail__bot .table .tr--header .td {
  font-size: 15px;
  line-height: 24px;
  color: #626c81;
  font-weight: 600;
}
.orders-detail__bot .table .tr--header .td:first-child {
  padding-left: 0;
}
.orders-detail__bot .table .tr--first .td:first-child {
  border-radius: 4px 0 0 0;
}
.orders-detail__bot .table .tr--first .td:last-child {
  border-radius: 0 4px 0 0;
}
.orders-detail__bot .table .tr--last .td:first-child {
  border-radius: 0 0 0 4px;
}
.orders-detail__bot .table .tr--last .td:last-child {
  border-radius: 0 0 4px 0;
}
.orders-detail__bot .table .tr-product {
  background-color: #ffffff;
}
.orders-detail__bot .table .tr-product .td {
  padding-top: 16px;
}
.orders-detail__bot .table .tr-product .td:first-child {
  padding-left: 0;
  color: #5e636f;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
}
.orders-detail__bot .table .tr-product .td:first-child span {
  display: inline-block;
  vertical-align: middle;
  width: 34px;
  height: 34px;
  border-radius: 34px;
  background: no-repeat center;
  background-size: cover;
  border: 1px solid #e4e4ef;
  margin-right: 16px;
}
.orders-detail__bot .table .td {
  display: table-cell;
  padding: 8px 16px;
  text-align: center;
  font-size: 16px;
  line-height: 19px;
  font-weight: 600;
  color: #626c81;
}
.orders-detail__bot .table .td:first-child {
  text-align: left;
  color: #ff6a9c;
}
.orders-detail__bot .table .td:first-child span {
  display: inline-block;
  vertical-align: middle;
  width: 13px;
  height: 13px;
  border-radius: 13px;
  margin-right: 16px;
}
.orders-detail__bot .info {
  max-width: 304px;
  position: relative;
  padding-left: 32px;
  color: #989faf;
  font-size: 14px;
  line-height: 17px;
  font-weight: 600;
  background: url("/local/templates/collant/images/svg/info-circle2.svg") no-repeat 0 0;
  background-size: 24px;
}
.orders-detail__bot .export {
  display: inline-block;
  vertical-align: top;
  padding-right: 24px;
  background: url("/local/templates/collant/images/svg/ico-import.svg") no-repeat right center;
  position: absolute;
  bottom: 0;
  left: 79px;
}
.orders-detail__bot .btn {
  margin-bottom: 16px;
  padding: 9px 15px;
}

.btn-back,
.filter-mobile,
.bottom-area,
.main-about__read,
.burger {
  display: none;
}

.hide {
  display: none !important;
}

.win .top-menu__catalog a:after {
  top: 3px;
}
.win .top-menu .parent a:after {
  top: 3px;
}
.win .product-view {
  padding: 4px 10px 3px 14px;
}
.win .cart-list__show-all {
  padding: 5px 18px 4px;
}
.win .request-detail__btn--remove .btn {
  background-position-y: 21px;
}
.win .video-btn.play:after {
  transform: rotate(90deg) translate(-40%, 55%);
}
.win .popup-partner a {
  background-position-y: 5px;
}
.win .cart-order .input-wrap--date .input {
  padding: 11px 23px;
}
.win .catalog-blanks__top-btn {
  background-position-y: 6px;
}

.body--sections .main {
  overflow: visible;
}
.body--sections .page-left {
  position: relative;
}

#sidebar {
  top: 30px;
}

.ui-datepicker {
  display: none;
  background-color: #ffffff;
  border: 1px solid #b5bccb;
  margin-top: -1px;
  padding: 10px 20px;
  z-index: 20 !important;
}
.ui-datepicker-calendar td {
  padding: 4px 10px;
  text-align: center;
}
.ui-datepicker-calendar td.ui-state-disabled {
  opacity: 0.5;
}
.ui-datepicker-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}
.ui-datepicker-header a {
  color: transparent;
  width: 0;
  overflow: hidden;
  padding-right: 30px;
  background: url("/local/templates/collant/images/svg/arr-right-black.svg") no-repeat center;
  background-size: 10px;
  cursor: pointer;
}
.ui-datepicker-header a.ui-datepicker-next {
  order: 1;
  transform: rotate(180deg);
}
.ui-datepicker-multi {
  display: flex;
  width: auto !important;
}
.ui-datepicker-multi .ui-datepicker-calendar td {
  padding: 4px 8px;
}
.ui-datepicker-multi .ui-datepicker-group-first {
  margin-right: 32px;
}
.ui-datepicker-multi .ui-datepicker-range {
  background-color: #048459;
  border-radius: 4px;
}
.ui-datepicker-multi .ui-datepicker-range a {
  color: #ffffff;
}
.ui-datepicker-today {
  background: #048459;
  color: white;
}
.ui-datepicker-today * {
  color: inherit;
}

.order-end {
  padding: 230px 50% 260px 0;
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
}
.order-end .str404-img {
  background-image: url("/local/templates/collant/images/static/order-end-bg.png");
  width: 61%;
}
.order-end__title a {
  color: #048459;
}

.orders-table .select.opened .jq-selectbox__select-text:after {
  transform: translateY(-50%) rotate(-180deg);
}

.js-blank-upload label input {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  width: 100%;
  cursor: pointer;
}
.js-blank-upload button {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.iframe-hidden {
  position: absolute;
  z-index: -1;
  opacity: -1;
  height: 0;
}

.search-suggest {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.search-suggest-wrapper {
  max-height: 300px;
  overflow: auto;
  padding-top: 10px;
}
.search-suggest-wrapper::-webkit-scrollbar {
  display: block;
  width: 10px;
  height: 10px;
  background-color: #e6e6ee;
  border: 2px solid #ffffff;
  border-radius: 4px;
}
.search-suggest-wrapper::-webkit-scrollbar-thumb {
  background-color: #048459;
  border-radius: 4px;
}
.search-suggest .search-item {
  position: relative;
  padding: 8px 16px 8px 92px;
  min-height: 94px;
  display: flex;
  align-items: center;
}
.search-suggest .search-item-pic {
  position: absolute;
  width: 60px;
  height: 82px;
  left: 16px;
  background: whitesmoke;
  background-size: cover;
}
.search-suggest .search-item-title {
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
  display: block;
  margin-bottom: 3px;
}
.search-suggest .search-item-art {
  display: block;
  font-size: 13px;
  line-height: 24px;
}

.search-item-button-all .btn {
  width: 100%;
  border-radius: 0;
  font-size: 14px;
  padding-top: 4px;
  padding-bottom: 4px;
  line-height: 20px;
}

.h-hide {
  display: none;
}

.content {
  margin: 32px 0 68px 0;
}
.content h1 {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  color: #5e636f;
  margin: 0;
}
.content-section {
  margin: 32px 0 0 0;
  background: #ffffff;
  border-radius: 10px;
  padding: 32px 15px;
}

.promo-tabs {
  margin: 0 0 32px 0;
}
.promo-tabs a {
  display: inline-block;
  padding: 16px;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #5e636f;
  background: #fff;
  vertical-align: top;
}
.promo-tabs a.active {
  background: #048459;
  color: #fff;
}
.promo-videos {
  margin: -8px;
}
.promo-video {
  padding: 8px;
  margin: 0 0 24px 0;
  display: inline-block;
  vertical-align: top;
  width: 33.333%;
}
@media (max-width: 1023px) {
  .promo-video {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .promo-video {
    width: 100%;
    display: block;
  }
}
.promo-video a {
  display: block;
}
.promo-video__pic {
  margin: 0 0 16px 0;
  border-radius: 10px;
  overflow: hidden;
  display: block;
  line-height: 0;
  position: relative;
}
.promo-video__pic:before {
  width: 64px;
  height: 64px;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  background: #ffffff;
  opacity: 0.55;
  transform: translate3d(-50%, -50%, 0);
  display: block;
  content: "";
  z-index: 2;
  position: absolute;
}
.promo-video__pic:after {
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  display: block;
  content: "";
  z-index: 3;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8.5px 0 8.5px 14px;
  border-color: transparent transparent transparent #ffffff;
}
.promo-video__pic img {
  width: 100%;
}
.promo-video__date {
  display: block;
  font-size: 14px;
  line-height: 17px;
  font-weight: 500;
  color: #989faf;
  position: relative;
  padding-left: 20px;
  background: url("/local/templates/collant/images/svg/ico-calendar.svg") no-repeat 0 50%;
  margin: 0 0 8px 0;
}
.promo-video__title {
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  color: #5e636f;
}
.promo-files {
  margin: -8px;
}
.promo-file {
  padding: 8px;
  margin: 0 0 24px 0;
  display: inline-block;
  vertical-align: top;
  width: 33.333%;
}
@media (max-width: 1023px) {
  .promo-file {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .promo-file {
    width: 100%;
    display: block;
  }
}
.promo-file a {
  display: block;
  min-height: 96px;
  padding-left: 112px;
  background: no-repeat 8px top url("/local/templates/collant/images/icon-pdf.svg");
}
.promo-file__title {
  display: block;
  margin: 0 0 8px 0;
  font-weight: bold;
}
.promo-file__date {
  display: block;
  font-size: 14px;
  line-height: 17px;
  font-weight: 500;
  color: #989faf;
  position: relative;
  padding-left: 20px;
  background: url("/local/templates/collant/images/svg/ico-calendar.svg") no-repeat 0 50%;
  margin: 0 0 8px 0;
}
.promo-file__meta {
  display: block;
  font-size: 14px;
  line-height: 17px;
  color: #8d95ac;
}

.contacts {
  display: flex;
  flex-wrap: wrap;
}
.contacts-left {
  position: relative;
  overflow: hidden;
  width: 50%;
  padding-right: 24px;
}
.contacts-left h3 {
  margin: 0 0 16px 0;
  font-weight: bold;
  font-size: 17px;
  line-height: 20px;
  color: #5e636f;
}
.contacts-left table {
  margin-bottom: 60px;
}
.contacts-left table:last-child {
  margin-bottom: 0;
}
.contacts-left table tr td {
  padding: 4px 0;
  vertical-align: top;
}
.contacts-left table tr td:first-child {
  width: 170px;
}
.contacts-left table tr td:last-child {
  font-weight: bold;
}
.contacts-right {
  width: 50%;
}
.contacts .input-wrap:last-child {
  margin-bottom: 0;
}
.contacts .btn--ful-width {
  padding: 18px;
  margin: 20px 0 0 0;
}
@media (max-width: 767px) {
  .contacts-left, .contacts-right {
    width: 100%;
    display: block;
    padding: 0;
  }
  .contacts-left .input-wrap:last-child, .contacts-right .input-wrap:last-child {
    margin-bottom: 24px;
  }
  .contacts-left {
    margin-bottom: 20px;
  }
  .contacts-left table tr td:first-child {
    width: 120px;
  }
}

.offer-notification {
  background: #fff;
  margin-bottom: 20px;
  padding: 12px 14px;
  box-shadow: 0 1px 2px rgba(26, 36, 121, 0.1);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.offer-notification__text {
  font-weight: 700;
  color: #7d9aec;
}
.offer-notification__btn {
  border-radius: 30px;
  padding-left: 14px;
  padding-right: 14px;
  white-space: nowrap;
}

.zoomContainer {
  z-index: 10;
}

.fancybox-active .zoomContainer {
  z-index: 99999;
}

.zoomWindow {
  border: 1px #ddd solid !important;
}

@media (max-width: 991px) {
  .news-list .row {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 30px;
  }
}
.news-list .card {
  display: flex;
}
@media (max-width: 991px) {
  .news-list .card {
    height: 100%;
    flex-direction: column;
  }
}
.news-list .card > a {
  display: flex;
}
.news-list .card-body {
  display: flex;
  flex-direction: column;
  margin-left: 3rem;
}
@media (max-width: 991px) {
  .news-list .card-body {
    height: 100%;
    margin: 1rem 0 0 0;
  }
}
.news-list .card-title {
  padding-bottom: 10px;
  border-bottom: 1px solid #c9d0e0;
}
@media (max-width: 991px) {
  .news-list .card-img-top {
    max-width: 100%;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (min-width: 992px) {
  .news-list-item {
    margin-bottom: 4rem;
  }
}
.news-list-post-params {
  padding-top: 10px;
}
.news-list-param {
  font-weight: bold;
}
.news-list-more {
  margin-top: 16px;
}
@media (max-width: 767px) {
  .news-list-more {
    display: flex;
    justify-content: flex-end;
  }
}
.news-list-more-wrap {
  margin-top: auto;
}
.news-detail-title {
  padding: 2px 0 10px;
  border-bottom: 1px solid #c9d0e0;
}
.news-detail-body {
  padding-top: 10px;
}
.news-detail-back {
  padding: 20px 0 60px;
}
@media (max-width: 767px) {
  .news-detail-back {
    display: flex;
    justify-content: flex-end;
  }
}

@media (max-width: 1200px) {
  .catalog-top__right {
    position: static;
    margin-top: 10px;
  }
  .catalog-menu__offer {
    display: none;
  }
}
@media (min-width: 1024px) {
  .logo {
    margin-right: 2.9%;
  }
}
@media (min-width: 1025px) {
  .orders .js-scroll-y {
    display: none;
  }
}
@media (max-width: 1279px) and (min-width: 1024px) {
  .header-top__container {
    gap: 20px;
  }
  .header-top__block {
    font-size: 13px;
    line-height: 18px;
  }
  .top-menu__link {
    font-size: 13px;
  }
}
@media (max-width: 1110px) and (min-width: 1024px) {
  .header-lk__text {
    display: none;
  }
  .page-left {
    width: 285px;
  }
  .type-filter a.label,
  .type-filter span.label {
    margin: 0 4px 8px 0;
    padding: 2px 8px;
  }
  .nav a.nav-prev,
  .nav a.nav-next {
    width: 0;
    overflow: hidden;
    color: transparent;
    padding-left: 24px;
  }
  .personal-address {
    overflow: hidden;
  }
  .personal-act .agree {
    width: 100%;
    padding-left: 0;
    margin-top: 8px;
  }
  .clients-new__right {
    padding-left: 33px;
  }
  .request-detail__btn .btn + span {
    max-width: 41%;
  }
  .cart-order__right .col--1 {
    width: 43%;
  }
  .cart-order__right .col--2 {
    width: 52%;
  }
  .orders-detail__bot .btn {
    padding: 9px 5px;
  }
  .orders-detail__bot .td {
    white-space: nowrap;
  }
  .body--recommended .filter-item--price {
    width: 73%;
  }
}
@media (max-width: 1500px) {
  .main-brands .swiper-container {
    margin: 20px -20px;
    padding: 0 20px;
  }
  .main-brands .swiper-container:after, .main-brands .swiper-container:before {
    width: 19px;
  }
}
@media (max-width: 1400px) {
  .table {
    width: 944px;
  }
  .table-scroll-area {
    overflow-x: auto;
  }
  .table-scroll-area::-webkit-scrollbar {
    display: none;
  }
  .table-scroll-x {
    display: block;
    position: absolute;
    height: 5px;
    bottom: 20px;
    left: 41px;
    right: 24px;
    background-color: #ffffff;
  }
  .table-scroll-x span {
    display: block;
    width: 21px;
    height: 5px;
    border-radius: 5px;
    background-color: #048459;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    transform: translateX(-100%);
  }
  .table-scroll-x:before {
    content: "";
    display: block;
    position: absolute;
    height: 1px;
    background-color: #e6e6ee;
    top: 2px;
    left: -21px;
    right: 0;
    z-index: 0;
  }
  .table-scroll-holder {
    position: relative;
  }
  .js-scroll-y {
    display: block;
    position: absolute;
    width: 5px;
    top: 20px;
    bottom: 20px;
    right: -2px;
    border-radius: 4px;
  }
  .js-scroll-y span {
    display: block;
    height: 21px;
    width: 5px;
    border-radius: 5px;
    background-color: #048459;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
  }
  .js-scroll-y::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 2px;
    width: 1px;
    background-color: #e6e6ee;
  }
  .request-detail__table {
    position: relative;
    padding-bottom: 40px;
  }
  .request-detail__table--main {
    padding-bottom: 65px;
    position: relative;
  }
  .request-detail__table--main .table-scroll-x {
    bottom: 55px;
  }
  .request-detail__table--main .table .tr--export {
    display: block;
    position: absolute;
    bottom: 15px;
    right: 16px;
    width: auto;
  }
  .request-detail__table--main .table .tr--export .td {
    display: none;
  }
  .request-detail__table--main .table .tr--export .td--link {
    display: inline-block;
    vertical-align: top;
  }
}
@media (max-width: 1400px) and (max-width: 991px) {
  .orders-table {
    width: 960px;
  }
}
@media (max-width: 1400px) {
  .orders .table-scroll-holder {
    margin: 0 -20px;
    padding: 0 24px 40px 20px;
  }
  .orders-detail__bot .table {
    width: auto;
  }
  .orders-detail__bot .table-scroll-area {
    overflow-x: visible;
  }
  .orders-detail__bot .table-scroll-x {
    display: none;
  }
  .product-detail .table-scroll-area {
    overflow: visible;
  }
  .product-detail .table-scroll-x {
    display: none;
  }
  .cart-list .table-scroll-area {
    height: 100%;
    max-height: 480px;
    padding-bottom: 0;
  }
  .cart-list__level-1 {
    max-height: 100%;
    overflow: visible;
  }
}
@media (max-width: 1320px) {
  .clients-requests {
    padding-bottom: 25px;
  }
  .clients-requests__x {
    overflow-y: hidden;
    overflow-x: auto;
    padding-bottom: 6px;
  }
  .clients-requests__x::-webkit-scrollbar {
    display: block;
    height: 5px;
    width: 5px;
    background-color: #e6e6ee;
    border: 2px solid #ffffff;
    border-radius: 4px;
  }
  .clients-requests__x::-webkit-scrollbar-thumb {
    background-color: #048459;
    border-radius: 4px;
    height: 5px;
    width: 5px;
  }
  .offer-notification__text {
    width: 100%;
    margin-bottom: 10px;
  }
  .catalog-menu__offer-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }
  .catalog-menu__offer-item__image {
    height: 300px;
  }
}
@media (max-width: 1024px) {
  h1,
  .h1,
  h2,
  .h2 {
    font-size: 18px;
    line-height: 22px;
  }
  h1,
  .h1 {
    margin-bottom: 24px;
  }
  .header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    border: 0;
    box-shadow: 0 2px 4px rgba(26, 36, 121, 0.1);
  }
  .header-top, .header-cart,
  .header .download-blank {
    display: none;
  }
  .header-bottom__container {
    height: 80px;
    gap: 20px;
  }
  .header-bottom--right {
    gap: 14px;
  }
  .header-logo {
    width: 56px;
    height: auto;
  }
  .header-search {
    max-width: 100%;
  }
  .header-search .input {
    background-color: #f5f5f9;
    padding: 6px 40px 6px 16px;
  }
  .header-search .input + span {
    display: none !important;
  }
  .header-search .input-wrap {
    padding-top: 0;
  }
  .header-search button {
    right: 8px;
  }
  .header-lk {
    display: none;
  }
  .logo {
    width: 56px;
    margin: 0;
  }
  .burger {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    min-width: 32px;
    height: 32px;
    min-height: 32px;
  }
  .burger:before, .burger:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  .burger:before, .burger:after,
  .burger span {
    display: block;
    width: 20px;
    height: 2px;
    background-color: #33363f;
  }
  .burger:before {
    top: 8px;
  }
  .burger:after {
    bottom: 8px;
  }
  .top-menu {
    display: none;
  }
  .body--sections .main {
    overflow: hidden;
  }
  .main-top {
    margin: 0 -4px;
  }
  .main-top__news, .main-top__shops {
    margin-bottom: 20px !important;
  }
  .main-top__news .main-top__item-info, .main-top__shops .main-top__item-info {
    width: 100%;
    right: auto;
    left: 24px;
    max-width: 220px;
    bottom: 12px;
  }
  .main-top__shops .main-top__item-info {
    bottom: 15px;
  }
  .main-top__top {
    margin: 0 8px 0 4px;
    padding-left: calc(60% - 4px);
  }
  .main-top__item {
    margin: 0 4px 24px;
    width: calc(40% - 8px);
    background-position-x: right;
    padding-top: 19.8%;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  }
  .main-top__item--3, .main-top__item--2 {
    padding-top: 40.7%;
    width: 100%;
  }
  .main-top__item--2 {
    margin-bottom: 16px;
  }
  .main-top__item--2 .main-top__item-sub {
    margin-bottom: 8px;
  }
  .main-top__item--2 .main-top__item-info {
    max-width: 198px;
    bottom: 15px;
  }
  .main-top__item--2 .main-top__item-title {
    padding-right: 32%;
  }
  .main-top__item--2 .main-top__item-title span {
    font-size: 1.8em;
    bottom: auto;
    top: 0;
  }
  .main-top__item--3 .main-top__item-info {
    bottom: 16px;
  }
  .main-top__item--3 .main-top__item-sub {
    margin-bottom: 8px;
    padding-left: 11px;
  }
  .main-top__item-title {
    font-size: 15px;
    line-height: 20px;
  }
  .main-top__item-title span {
    font-size: 27px;
    line-height: 45px;
    font-weight: 500;
  }
  .main-top__item-info {
    left: 24px;
    bottom: 16px;
    max-width: 222px;
  }
  .main-top__item-sub {
    margin-bottom: 16px;
  }
  .main-top .swiper-slide:after {
    background: linear-gradient(to top, rgba(39, 66, 57, 0.56), rgba(39, 66, 57, 0));
  }
  .main-top__slider {
    width: calc(60% - 2px);
    padding-top: 0;
    margin: 0;
    bottom: 24px;
  }
  .main-top__slider .swiper-button {
    display: none;
  }
  .main-top__slider .swiper-pagination {
    right: auto;
    left: 50%;
    transform: translateX(-52%);
    bottom: 8px;
  }
  .main-top__slider-item {
    padding-top: 0;
  }
  .main-top__slider-item .main-top__item-title {
    line-height: 18px;
  }
  .main-top__slider-item .main-top__item-info {
    left: 24px;
    bottom: 34px;
    right: 61px;
  }
  .main-about {
    background-color: transparent;
    padding: 0 0 42px;
    position: relative;
    margin-bottom: 33px;
  }
  .main-about__slider, .main-about__info {
    display: block;
    width: 100%;
  }
  .main-about__info {
    margin-bottom: 0;
  }
  .main-about h2 {
    margin-bottom: 18px;
  }
  .main-about__text {
    max-width: 100%;
    height: 116px;
    overflow: hidden;
    margin-bottom: 15px;
    position: relative;
    padding-right: 0;
  }
  .main-about__text:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, #f4f5f7, rgba(244, 245, 247, 0));
    height: 40px;
    z-index: 1;
  }
  .main-about__text.opened {
    height: auto;
  }
  .main-about__text.opened:before {
    display: none;
  }
  .main-about__read {
    display: inline-block;
    vertical-align: top;
    font-weight: 500;
    margin-bottom: 37px;
    padding-right: 20px;
    position: relative;
  }
  .main-about__read:before {
    content: "";
    display: block;
    position: absolute;
    width: 12px;
    height: 10px;
    background: url("/local/templates/collant/images/svg/arr-choose.svg") no-repeat center;
    right: 0;
    top: 9px;
  }
  .main-about__read.active:before {
    transform: rotate(-180deg);
  }
  .main-about__link {
    position: absolute;
    bottom: 0;
    left: 36px;
  }
  .main-about__slider .swiper-slide {
    padding-top: 46.5%;
  }
  .main-about__slider .gallery-thumbs2 {
    margin-top: 9px;
  }
  .main-about__slider .gallery-thumbs2 .swiper-slide {
    padding-top: 17.6%;
  }
  .main-about__slider .video-btn {
    width: 46px;
    height: 46px;
  }
  .main-about__slider .video-btn:before {
    border-width: 6px;
    border-left-width: 11px;
  }
  .main-hit {
    display: block;
    width: 100%;
    margin: 0 0 34px;
  }
  .main-hit .swiper-container {
    margin: 0 -16px;
    padding: 0 16px;
  }
  .main-hit .swiper-container:before, .main-hit .swiper-container:after {
    width: 16px;
  }
  .main-hit .swiper-container:after {
    width: 18px;
    right: -2px;
    z-index: 2;
  }
  .main-hit__item {
    padding: 8px;
    box-shadow: 0 2px 4px rgba(26, 36, 121, 0.1);
  }
  .main-hit__item-img {
    padding-top: 133%;
    margin-bottom: 9px;
  }
  .main-hit__item-img .sticker {
    font-size: 8px;
    line-height: 14px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0 5px 1px;
  }
  .main-hit__item-name {
    color: #000000;
    font-size: 13px;
    line-height: 14px;
    font-weight: 600;
  }
  .swiper-button {
    width: 32px;
    height: 32px;
    background-size: 6px;
  }
  .main-news {
    display: block;
    width: 100%;
    margin: 0 0 41px;
  }
  .main-news__item {
    display: inline-block;
    vertical-align: top;
    width: calc(48.6% - 12px);
    margin-right: 24px;
    margin-bottom: 17px;
  }
  .main-news__item-title {
    margin-bottom: 2px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .main-news__item:nth-child(2n+2) {
    margin-right: 0;
  }
  .main-news__items {
    padding: 24px 16px 0;
    box-shadow: 0 2px 4px rgba(26, 36, 121, 0.1);
  }
  .main-news .main-link {
    margin-bottom: 13px;
  }
  .main-title {
    margin: 0 0 10px;
  }
  .main-link {
    position: static;
    display: block;
    width: -moz-max-content;
    width: max-content;
    margin-bottom: 21px;
    color: #7f8aa0;
  }
  .sticker {
    top: -3px;
    left: -5px;
    padding: 0px 5px 3px;
  }
  .main-brands {
    margin-bottom: 42px;
  }
  .main-brands .swiper-container {
    margin: 20px -16px;
    padding: 0 16px 32px;
  }
  .main-brands .swiper-container:before, .main-brands .swiper-container:after {
    width: 16px;
  }
  .main-brands .swiper-button {
    transform: translateY(-10px);
  }
  .main-brands .swiper-button-next {
    transform: rotate(180deg) translateY(10px);
  }
  .main-brands .swiper-pagination {
    display: block;
    bottom: 0;
  }
  .main-brands .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background-color: #ffffff;
    border: 1px solid #048459;
    margin: 0 4px;
  }
  .main-brands .swiper-pagination-bullet-active {
    background-color: #048459;
  }
  .bottom-area {
    background-color: #ffffff;
    height: 64px;
    position: fixed;
    bottom: -1px;
    left: -1px;
    right: -1px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    z-index: 99;
    padding: 0 31px;
    border-top: 1px solid #f4f5f7;
    box-shadow: 0 2px 4px rgba(26, 36, 121, 0.1);
  }
  .bottom-area__block {
    display: inline-flex;
    align-items: center;
    gap: 8px;
  }
  .bottom-area__currency {
    display: inline-flex;
    flex-direction: column;
    gap: 4px;
    margin: unset;
    padding: unset;
    list-style-type: none;
  }
  .bottom-area__currency-item {
    padding: 0 6px;
    border-radius: 4px;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    line-height: 18px;
    background: #dcdce6;
  }
  .bottom-area__currency-item.active {
    color: #048459;
  }
  .bottom-area a {
    display: inline-block;
    vertical-align: top;
    width: 32px;
    height: 32px;
  }
  .bottom-area a.bottom-area__catalog {
    background: url("/local/templates/collant/images/svg/ba-catalog.svg") no-repeat center;
  }
  .bottom-area a.bottom-area__search {
    background: url("/local/templates/collant/images/svg/ba-search.svg") no-repeat center;
  }
  .bottom-area a.bottom-area__cart {
    background: url("/local/templates/collant/images/svg/ba-cart.svg") no-repeat center;
  }
  .bottom-area a.bottom-area__lk {
    background: url("/local/templates/collant/images/svg/ba-lk.svg") no-repeat center;
  }
  .bottom-area a.bottom-area__blanc {
    background: url("/local/assets/images/icons/ico-blanc.svg") no-repeat center;
    background-size: 24px;
  }
  .bottom-area a.bottom-area__distr {
    background: url("/local/assets/images/icons/icon-header-dist.svg") no-repeat center;
    background-size: contain;
  }
  .fancybox-slide {
    padding: 0;
  }
  .popup-left {
    display: block;
    width: 100%;
  }
  .popup-left__img {
    padding-top: 51.6%;
    background-size: contain;
  }
  .popup-right {
    display: block;
    width: 100%;
    margin: 0;
    padding: 35px 0 40px;
  }
  .popup-pass, .popup-auth, .popup-distr {
    padding: 47px 30px 0;
    border-radius: 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 63px;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0;
    z-index: 999;
  }
  .popup-pass .popup-left, .popup-auth .popup-left, .popup-distr .popup-left {
    position: static;
    width: 100%;
    max-width: 520px;
    margin: 0 auto;
    border-radius: 8px;
    padding-bottom: 8.2%;
  }
  .popup-pass .popup-right, .popup-auth .popup-right, .popup-distr .popup-right {
    display: block;
    width: 100%;
    margin: 0 auto;
    max-width: 344px;
    padding: 35px 0 40px;
  }
  .popup-pass .popup-right form, .popup-auth .popup-right form, .popup-distr .popup-right form {
    display: block;
    width: 344px;
    margin: 0 auto;
  }
  .popup-pass .popup-left__img, .popup-auth .popup-left__img, .popup-distr .popup-left__img {
    padding-top: 51.6%;
    background-size: contain;
    margin-bottom: 27px;
  }
  .popup-partner a {
    display: block;
    width: -moz-max-content;
    width: max-content;
    margin: 11px 0 0;
  }
  .popup-close {
    display: block;
    width: 44px;
    height: 44px;
    border-radius: 44px;
    background: url("/local/templates/collant/images/svg/fancy-close.svg") no-repeat center #ffffff;
    border: 1px solid #e6e9f0;
    position: absolute;
    top: 8px;
    right: 36px;
    z-index: 10;
    box-shadow: 0 2px 4px rgba(26, 36, 121, 0.1);
  }
  .popup-close:before {
    display: none;
  }
  .popup-support {
    padding: 20px 24px;
    overflow: visible;
  }
  .popup-support .fancybox-close-small {
    border-radius: 44px;
    background: url("/local/templates/collant/images/svg/fancy-close.svg") no-repeat center #ffffff;
    box-shadow: 0 2px 4px rgba(26, 36, 121, 0.1);
    border: 1px solid #e6e9f0;
    transform: translate(50%, -50%);
    top: 0;
    right: 0;
    opacity: 1;
  }
  .popup-support .fancybox-close-small svg {
    opacity: 0;
  }
  .popup-support .fancybox-close-small:before {
    display: none;
  }
  .popup-manager {
    width: calc(100% - 72px);
    max-width: 100%;
    padding: 20px 24px;
    overflow: visible;
    background: #ffffff !important;
  }
  .popup-manager .popup-title {
    font-size: 18px;
    line-height: 24px;
  }
  .popup-manager .popup-title {
    margin-bottom: 36px;
  }
  .popup-manager .popup-left {
    width: 100%;
    max-width: 100%;
  }
  .popup-manager .popup-left form {
    padding-right: 49%;
    position: relative;
  }
  .popup-manager .popup-left form .input-wrap--comment {
    width: 46%;
    position: absolute;
    top: 0;
    right: 0;
  }
  .popup-manager .popup-left form textarea {
    min-height: 220px;
  }
  .popup-manager .popup-left form button {
    width: 46%;
    text-align: center;
    position: absolute;
    top: 240px;
    right: 0;
  }
  .popup-manager .fancybox-close-small {
    border-radius: 44px;
    background: url("/local/templates/collant/images/svg/fancy-close.svg") no-repeat center #ffffff;
    box-shadow: 0 2px 4px rgba(26, 36, 121, 0.1);
    border: 1px solid #e6e9f0;
    transform: translate(50%, -50%);
    top: 0;
    right: 0;
    opacity: 1;
  }
  .popup-manager .fancybox-close-small svg {
    opacity: 0;
  }
  .popup-manager .fancybox-close-small:before {
    display: none;
  }
  .sections {
    margin-bottom: 24px;
  }
  .sections-brands {
    display: none;
  }
  .sections-item {
    padding-top: 26.6%;
    width: calc((100% - 9px) / 2);
    margin-right: 8px;
  }
  .sections-items {
    display: inline;
  }
  .sections-items:nth-child(3) .sections-item:first-child {
    margin-right: 0;
  }
  .sections-items:nth-child(3) .sections-item:nth-child(2n+2) {
    margin-right: 8px;
  }
  .sections-items:nth-child(3) .sections-item:last-child {
    margin-right: 0;
  }
  .sections-item:nth-child(2n+2) {
    margin-right: 0;
  }
  .sections-item:nth-child(3n+3) {
    margin-right: 4px;
  }
  .sections-item__title {
    font-size: 16px;
    bottom: 32px;
    left: 37px;
  }
  .sections-item__title span {
    font-size: 11px;
    line-height: 16px;
    margin-bottom: -15px;
  }
  .section h1 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 24px;
  }
  .page-left, .page-right {
    display: block;
    width: 100%;
  }
  .page-left {
    position: relative;
    z-index: 6;
    padding-right: 0;
  }
  .product {
    margin-bottom: 8px;
  }
  .product-composition {
    display: none;
  }
  .product-top {
    min-height: 156px;
    padding: 20px 20px 8px 112px;
  }
  .product-img {
    width: 92px;
    height: 128px;
    position: absolute;
    top: 20px;
    left: 20px;
  }
  .product-img .label {
    position: absolute;
    top: -8px;
    left: -10px;
    font-size: 9px;
    line-height: 15px;
    padding: 2px 8px;
  }
  .product-img .label .promo-title {
    font-size: 6px;
    margin: 1px 0;
  }
  .product-img .label .promo-date {
    font-size: 6px;
    margin-bottom: 1px;
    margin-right: 32px;
  }
  .product-img .label .promo-size {
    font-size: 15px;
    right: 7px;
    top: 1px;
  }
  .product-info {
    position: relative;
    width: 100%;
    padding-left: 20px;
    margin-bottom: 14px;
  }
  .product-prices {
    width: 100%;
    padding-left: 20px;
    padding-top: 0;
    text-align: left;
  }
  .product-prices > span {
    margin-right: 24px;
  }
  .product-prices span:not(.product-auth) {
    padding-top: 12px;
    margin-left: 0;
    text-align: left;
  }
  .product-prices span:not(.product-auth):before {
    padding: 2px 8px;
    font-size: 10px;
    line-height: 11px;
    left: 0;
    right: auto;
  }
  .product-view {
    display: none;
  }
  .product-ins {
    display: block;
    top: auto;
    padding: 0 0 0 40px;
    height: 40px;
    width: 0;
    overflow: hidden;
    border-radius: 40px;
    background: url("/local/templates/collant/images/svg/arr-right-white.svg") no-repeat 48% 50% #048459;
    transform: rotate(180deg);
    color: transparent;
    bottom: 16px;
    right: 16px;
    background-size: 6px;
  }
  .product-ins:after {
    display: none;
  }
  .product-basket {
    right: 0;
    bottom: 0;
  }
  .product-name {
    font-size: 15px;
    line-height: 14px;
    font-weight: 600;
    margin-bottom: 10px;
  }
  .product-art {
    margin-bottom: 10px;
    line-height: 1;
  }
  .product-count span {
    line-height: 1;
  }
  .product-count span.min {
    padding-left: 19px;
    background-size: 13px;
    margin-right: 43px;
  }
  .product-count span.max {
    padding-left: 23px;
    background-size: 19px;
  }
  .product-auth {
    max-width: 100%;
    background-position-y: center;
  }
  .product.grid-view {
    margin-right: 8px;
    margin-bottom: 8px;
    width: calc((100% - 37px) / 4);
  }
  .product.grid-view .product-top {
    padding: 8px;
  }
  .product.grid-view .product-info {
    margin-bottom: 0;
  }
  .product.grid-view .product-img {
    position: relative;
    top: auto;
    left: auto;
    margin-bottom: 8px;
    padding-top: 134%;
  }
  .product.grid-view .product-img .label {
    top: -4px;
    left: -4px;
    font-size: 8px;
    padding: 0 4px;
  }
  .product.grid-view .product-img .label-promo .promo-date,
  .product.grid-view .product-img .label-promo .promo-size {
    display: none;
  }
  .product.grid-view .product-img .label-promo .promo-title {
    margin: 0;
    font-size: 8px;
    line-height: 15px;
  }
  .product.grid-view .product-name {
    font-size: 13px;
    line-height: 14px;
    color: #000000;
    font-weight: 600;
  }
  .product.grid-view .product-basket {
    font-size: 12px;
  }
  .product.grid-view:nth-child(4n+4) {
    margin-right: 0;
  }
  .product-detail {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
    padding: 48px 36px 24px;
    border-radius: 0;
  }
  .product-detail--static {
    position: static;
  }
  .product-detail__content {
    margin-left: 0;
  }
  .product-detail .popup-left {
    width: 46.9%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 48px 0 0 36px;
  }
  .product-detail .popup-right {
    position: relative;
    width: 100%;
    padding: 0;
  }
  .product-detail__top {
    margin-left: 46.6%;
    min-height: 451px;
    padding-left: 28px;
  }
  .product-detail__img {
    margin: 0;
  }
  .product-detail__img-line {
    display: none;
  }
  .product-detail__img .swiper-slide video + a.video-btn {
    display: block;
    width: 42px;
    height: 42px;
    border-radius: 8px;
    border: 0;
    box-shadow: 0 2px 4px rgba(26, 36, 121, 0.1);
    background: #ffffff;
    transform: none;
    top: 16px;
    right: 16px;
    left: auto;
  }
  .product-detail__img .swiper-slide video + a.video-btn:before {
    content: "";
    display: block;
    position: absolute;
    width: 26px;
    height: 26px;
    border-radius: 26px;
    border: 1px solid #048459;
    background: url("/local/templates/collant/images/svg/ico-play.svg") no-repeat center, url("/local/templates/collant/images/svg/ico-pauce.svg") no-repeat center, rgba(4, 182, 49, 0.14);
    background-size: auto, 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .product-detail__img .swiper-slide video + a.video-btn.play {
    opacity: 1;
  }
  .product-detail__img .swiper-slide video + a.video-btn.play:before {
    opacity: 1;
    background-size: 0, auto;
  }
  .product-detail__img .swiper-slide video + a.video-btn.play:after {
    display: none;
  }
  .product-detail__img .swiper-pagination {
    position: absolute;
    left: 12px;
    bottom: 12px;
    width: auto;
    background-color: white;
    border-radius: 18px;
    color: black;
    padding: 1px 8px 2px;
    font-size: 12px;
    line-height: 16px;
    display: inline-block;
  }
  .product-detail__img .swiper-pagination-bullet {
    width: 13px;
    height: 13px;
    border-radius: 13px;
    background-color: #048459;
    opacity: 0.5;
    margin: 0 5px;
  }
  .product-detail__img .swiper-pagination-bullet-active {
    opacity: 1;
  }
  .product-detail__img .label {
    top: 20px;
    left: 22px;
    padding: 4px 16px;
  }
  .product-detail .product-table {
    max-width: 100%;
  }
  .product-detail .product-name {
    color: #5e636f;
    margin-bottom: 5px;
  }
  .product-detail .product-name span {
    display: none;
  }
  .product-detail .product-composition {
    width: 50.5%;
  }
  .product-detail .product-composition__item {
    font-size: 16px;
  }
  .product-detail .product-prices span:not(.product-auth) {
    text-align: center;
  }
  .product-detail .product-prices span:not(.product-auth):before {
    padding: 4px 16px;
    font-size: 12px;
    line-height: 12px;
  }
  .product-detail .product-auth {
    width: 49.5%;
    padding: 16px 0 16px 73px;
    margin-bottom: 21px;
  }
  .product-detail .product-colors {
    width: 50.5%;
  }
  .product-detail .product-colors .col-2 {
    width: 50%;
    margin-bottom: 9px;
  }
  .product-detail .product-colors .product-composition__title {
    margin-bottom: 8px;
  }
  .product-detail .rss {
    display: none;
  }
  .product-detail__left {
    width: 46.55%;
    padding: 48px 0 0 37px;
  }
  .product-detail .product-count {
    float: right;
  }
  .product-detail .popup-close {
    width: 44px;
    height: 44px;
    background: url(/local/templates/collant/images/svg/ico-close-black.svg) no-repeat center #ffffff;
    top: 8px;
    right: 36px;
    opacity: 1;
  }
  .product-detail .popup-close:before {
    display: none;
  }
  .product-detail .fancybox-close-small {
    border-radius: 44px;
    background: url("/local/templates/collant/images/svg/ico-close-black.svg") no-repeat center #ffffff;
    background-size: 13px;
    box-shadow: 0 2px 4px rgba(26, 36, 121, 0.1);
    border: 1px solid #e6e9f0;
    transform: none;
    top: 8px;
    right: 36px;
    opacity: 1;
  }
  .product-detail .fancybox-close-small svg {
    opacity: 0;
  }
  .product-detail .fancybox-close-small:before {
    display: none;
  }
  .left-menu:not(#left-menu) {
    display: none;
    margin: 0 -52px;
    padding-left: 52px;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .left-menu:not(#left-menu)::-webkit-scrollbar {
    display: none;
  }
  .left-menu:not(#left-menu) .lvl a.parent:after {
    display: none;
  }
  .left-menu:not(#left-menu) ul {
    display: flex;
  }
  .left-menu:not(#left-menu) ul li {
    display: inline-block;
    vertical-align: top;
    padding-bottom: 8px;
  }
  .left-menu:not(#left-menu) ul li a {
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
    background-position: -100%;
    background: #ffffff;
    box-shadow: 0 2px 4px rgba(26, 36, 121, 0.1);
    border-radius: 16px;
    padding: 7px 16px 8px;
  }
  .left-menu:not(#left-menu) ul li a.parent:after {
    display: none;
  }
  .left-menu:not(#left-menu) ul.lvl1 > li {
    padding-right: 8px;
  }
  .left-menu:not(#left-menu) ul.lvl1 > li:last-child {
    padding-right: 36px;
  }
  .left-menu:not(#left-menu) ul.lvl1 > li > a {
    background: no-repeat left -50% top 0 #ffffff;
    box-shadow: 0 2px 4px rgba(26, 36, 121, 0.1);
    border-radius: 16px;
    padding: 7px 16px 8px;
  }
  .left-menu:not(#left-menu) ul.lvl2, .left-menu:not(#left-menu) ul.lvl3 {
    display: none;
  }
  .left-menu__open {
    position: relative;
    border: none;
    outline: none;
    background: none;
    color: #626C81;
    margin-bottom: 20px;
    padding: 0;
  }
  .left-menu__open::before {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background-color: #626C81;
  }
  #left-menu {
    display: none;
    width: 100%;
    height: 100%;
    margin-bottom: 0;
    padding: 48px 20px 20px;
  }
  .filter {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(27, 34, 48, 0.8);
  }
  .filter-buttons {
    width: auto;
    display: block;
  }
  .filter-result {
    display: none;
  }
  .filter-mobile {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    line-height: 17px;
    font-weight: 600;
    color: #33363f;
    padding-right: 29px;
    background: url("/local/templates/collant/images/svg/ico-filter.svg") no-repeat right center;
    margin-top: 4px;
  }
  .filter-content {
    display: block;
    background-color: #ffffff;
    padding: 22px 36px;
  }
  .filter-content .filter-item--price .input {
    padding: 7px 8px;
  }
  .filter-content > form {
    margin: 0 auto;
  }
  .filter-top {
    margin-top: auto;
    background-color: #ffffff;
    padding: 14px 36px 8px;
  }
  .filter-top:after {
    display: none;
  }
  .filter-top .filter-close {
    display: block;
    width: 20px;
    height: 20px;
    background: url("/local/templates/collant/images/svg/ico-close-black.svg") no-repeat center;
    position: absolute;
    top: 13px;
    right: 59px;
    background-size: 12px;
    opacity: 0.4;
  }
  .filter-top .filter-close:hover {
    opacity: 4;
  }
  .filter.opened {
    display: flex;
    flex-direction: column;
    z-index: 20;
    padding: 0 0 63px;
    box-shadow: 0 2px 4px rgba(26, 36, 121, 0.1);
  }
  .filter-item {
    width: calc((100% - 8px) / 2);
    margin-right: 8px;
    line-height: 1;
    margin-bottom: 15px;
  }
  .filter-item:nth-child(2n+2) {
    margin-right: 0;
  }
  .filter-item--price {
    width: 100%;
    margin: 0 0 16px;
  }
  .filter-item--price .input:last-child {
    margin-right: 0;
  }
  .filter button {
    width: 100%;
    margin-top: 9px;
    padding: 11px 26px;
  }
  .filter button span {
    padding: 0;
    background: none;
  }
  .filter button.btn--filter span {
    background: none;
  }
  .filter button.btn--filter-clear {
    display: block;
    margin-left: 0;
  }
  .filter-title {
    font-size: 15px;
    line-height: 18px;
    color: #048459;
    background-image: url("/local/templates/collant/images/svg/ico-filter-green.svg");
  }
  .filter--mode .filter-top {
    display: block;
  }
  .filter--mode .filter-item {
    width: calc(50% - 8px);
    margin-right: 8px;
  }
  .filter--mode .filter-item:nth-of-type(2n + 2) {
    margin-right: 0;
  }
  .filter--mode .filter-content {
    padding: 16px 36px 24px;
    border-top: 1px solid #dcdce6;
  }
  .catalog-top {
    margin-bottom: 25px;
  }
  .catalog-top__right {
    margin-top: 0;
    float: right;
  }
  .catalog-top:after {
    content: "";
    display: block;
    clear: both;
  }
  .catalog-top .select .jq-selectbox__select-text {
    padding: 4px 16px;
  }
  .catalog-subtitle {
    display: block;
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    margin-bottom: 24px;
    color: #33363f;
  }
  .catalog-menu__mobile {
    display: block;
    margin: 0 -52px 15px;
    padding-left: 52px;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .catalog-menu__mobile::-webkit-scrollbar {
    display: none;
  }
  .catalog-menu__mobile-wrap {
    display: flex;
    padding-bottom: 8px;
    width: -moz-max-content;
    width: max-content;
    padding-right: 40px;
  }
  .catalog-menu__mobile-wrap a.active {
    border: 1px solid #048459;
  }
  .catalog-menu__mobile a {
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    background: #ffffff;
    box-shadow: 0 2px 4px rgba(26, 36, 121, 0.1);
    border-radius: 16px;
    padding: 7px 16px 8px;
    margin-right: 8px;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 18px;
  }
  .catalog-menu__mobile a img {
    display: block;
    max-width: 90%;
    max-height: 80%;
    filter: invert(0.5);
  }
  .catalog-menu__mobile-brands a {
    height: 48px;
    border-radius: 4px;
  }
  .catalog-sort, .catalog-show {
    margin-right: 6px;
  }
  .catalog-sort .select .jq-selectbox__select-text, .catalog-show .select .jq-selectbox__select-text {
    padding: 3px 16px;
  }
  .catalog-sort > span, .catalog-show > span {
    margin-right: 8px;
    font-size: 15px;
  }
  .catalog-sort__desc, .catalog-show__desc {
    display: none;
  }
  .catalog-sort__mobile, .catalog-show__mobile {
    display: inline-block;
    vertical-align: top;
  }
  .catalog-sort__mobile > span, .catalog-show__mobile > span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
  }
  .catalog-sort__mobile > a, .catalog-show__mobile > a {
    padding: 5px 32px 6px 16px;
    position: relative;
    text-align: left;
  }
  .catalog-sort__mobile > a:after, .catalog-show__mobile > a:after {
    content: "";
    display: block;
    position: absolute;
    width: 13px;
    height: 10px;
    background: url("/local/templates/collant/images/svg/arr-choose.svg") no-repeat center;
    right: 8px;
    top: 10px;
  }
  .catalog-sort__content, .catalog-show__content {
    display: none;
    text-align: left;
    background-color: rgba(27, 34, 48, 0.9);
  }
  .catalog-sort__content.opened, .catalog-show__content.opened {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 20;
    display: flex;
    flex-direction: column;
    padding-bottom: 55px;
  }
  .catalog-sort__content-top, .catalog-show__content-top {
    padding: 12px 36px 19px;
    background-color: #ffffff;
    font-size: 15px;
    color: #048459;
    margin-top: auto;
  }
  .catalog-sort__content-items, .catalog-show__content-items {
    padding: 14px 36px;
    background-color: #ffffff;
    border-top: 1px solid #dcdce6;
    border-bottom: 1px solid #dcdce6;
  }
  .catalog-sort__content-close, .catalog-show__content-close {
    display: block;
    width: 20px;
    height: 20px;
    background: url(/local/templates/collant/images/svg/ico-close-black.svg) no-repeat center;
    position: absolute;
    top: 15px;
    right: 67px;
    background-size: 12px;
  }
  .catalog-sort__content .radio-wrap, .catalog-show__content .radio-wrap {
    display: block;
    margin-bottom: 21px;
  }
  .catalog-sort__content .radio, .catalog-show__content .radio {
    width: 19px;
    height: 19px;
  }
  .catalog-sort__content .radio .jq-radio__div, .catalog-show__content .radio .jq-radio__div {
    width: 17px;
    height: 17px;
    border-width: 2px;
  }
  .catalog-sort__content .radio + span, .catalog-show__content .radio + span {
    font-size: 15px;
    color: #5e636f;
    line-height: 21px;
    padding-left: 8px;
  }
  .catalog-sort__content .radio + span span, .catalog-show__content .radio + span span {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    margin-left: 8px;
    color: #80899a;
  }
  .catalog-sort__content .radio.checked .jq-radio__div, .catalog-show__content .radio.checked .jq-radio__div {
    background-color: #048459;
  }
  .nav {
    margin: 12px 0 48px;
    position: relative;
    padding: 0 40px;
  }
  .nav-top {
    margin-bottom: 21px;
  }
  .nav a.nav-prev, .nav a.nav-next {
    width: 0;
    overflow: hidden;
    color: transparent;
    position: absolute;
    bottom: 1px;
    margin: 0;
  }
  .nav a.nav-prev:before, .nav a.nav-next:before {
    height: 15px;
    width: 15px;
  }
  .nav a.nav-prev {
    padding-left: 32px;
    left: 0;
  }
  .nav a.nav-next {
    padding-right: 32px;
    right: 0;
  }
  .breadcrumbs {
    display: none;
  }
  .type-filter {
    margin-bottom: 18px;
  }
  .type-filter a.label,
  .type-filter span.label {
    padding: 7px 18px;
    margin-right: 8px;
  }
  .type-filter a.label-sale,
  .type-filter span.label-sale {
    padding: 7px 26px;
  }
  .type-filter a.label-promo,
  .type-filter span.label-promo {
    padding: 7px 20px;
  }
  .btn-back {
    display: block;
    width: -moz-max-content;
    width: max-content;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    position: relative;
    padding-left: 14px;
    background: url("/local/templates/collant/images/svg/arr-right-black.svg") no-repeat 0 50%;
    background-size: 6px;
    margin-bottom: 12px;
  }
  .cart-list {
    margin-bottom: 20px;
    box-shadow: 0 2px 4px rgba(26, 36, 121, 0.1);
  }
  .cart-list__show-all {
    display: none;
  }
  .cart-list__bot {
    display: flex;
    flex-wrap: wrap;
  }
  .cart-list__bot .td {
    text-align: left;
  }
  .cart-list__bot .td--name {
    width: 206px;
    order: -6;
  }
  .cart-list__bot .td--sum {
    order: -5;
    width: 172px;
    color: #048459;
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    padding-left: 55px;
    position: relative;
    text-align: right;
  }
  .cart-list__bot .td--sum:before {
    content: "Итого:";
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    color: #33363f;
    position: absolute;
    left: 0;
    top: 0;
  }
  .cart-list__bot .td--count, .cart-list__bot .td--price {
    display: none;
  }
  .cart-list__bot .td--block {
    width: 62px;
    position: relative;
    padding-top: 24px;
    margin-left: 34px;
  }
  .cart-list__bot .td--block:before {
    content: "Блочков";
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
    line-height: 24px;
    font-weight: 600;
    color: #80899a;
    position: absolute;
    top: 0;
    left: 0;
    text-align: left;
  }
  .cart-list__bot .td--box {
    width: 65px;
    position: relative;
    padding-top: 24px;
    margin-left: 30px;
  }
  .cart-list__bot .td--box:before {
    content: "Коробов";
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
    line-height: 24px;
    font-weight: 600;
    color: #80899a;
    position: absolute;
    top: 0;
    left: 0;
    text-align: left;
  }
  .cart-list__bot .td--one {
    width: 45px;
    position: relative;
    padding-top: 24px;
    margin-left: 30px;
  }
  .cart-list__bot .td--one:before {
    content: "Штучно";
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
    line-height: 24px;
    font-weight: 600;
    color: #80899a;
    position: absolute;
    top: 0;
    left: 0;
    text-align: left;
  }
  .cart-list__bot .td--else {
    margin-top: 8px;
    width: 100%;
  }
  .cart-list__bot .td--else span {
    font-size: 13px;
    padding: 1px 6px;
  }
  .cart-list--from .cart-list__bot .td--else a,
  .cart-list--from .cart-list__bot .td--else span {
    width: 180px;
    padding: 3px 15px;
    margin-right: 8px;
    margin-left: 0;
  }
  .cart-list--from .cart-list__bot .td--else .remove {
    margin-top: 0;
  }
  .cart-list .table-scroll-holder {
    padding: 0 20px 20px 0;
  }
  .cart-list .table-scroll-area {
    max-height: 480px;
  }
  .cart-list .table-scroll-table {
    width: 1290px;
  }
  .cart-list .table-scroll-x {
    bottom: 0;
    left: 23px;
  }
  .cart-list .table-scroll-y {
    display: block;
    position: absolute;
    width: 5px;
    top: 21px;
    height: 460px;
    right: 0;
  }
  .cart-list .table-scroll-y span {
    display: block;
    height: 21px;
    width: 5px;
    border-radius: 5px;
    background-color: #048459;
    transform: translateY(-100%);
    position: absolute;
    top: 0;
    left: 0;
  }
  .cart-list .table-scroll-y:before {
    content: "";
    display: block;
    position: absolute;
    top: -21px;
    bottom: 0;
    right: 2px;
    width: 1px;
    background-color: #e6e6ee;
  }
  .cart-list__item-remove {
    color: #626c81;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
  }
  .cart-download {
    float: right;
  }
  .cart-bot__info {
    width: 100%;
    margin-top: 24px;
  }
  .cart-order {
    margin-bottom: 48px;
    padding: 30px 24px 24px;
  }
  .cart-order__left {
    width: 50%;
    margin-right: 0;
  }
  .cart-order__right {
    width: 50%;
    padding-left: 24px;
    padding-bottom: 0;
  }
  .cart-order__right .col {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .cart-order__right .col--1 {
    margin-bottom: 44px;
  }
  .cart-order__right .col--1 .radio-wrap {
    display: inline-block;
    vertical-align: top;
    width: 52%;
  }
  .cart-order__right .col--1 .radio-wrap:last-child {
    width: 45%;
  }
  .cart-order__right .col--2 {
    margin-bottom: 8px;
  }
  .cart-order__right .col--2 .cart-order__sum {
    padding: 0;
    text-align: left;
    background-color: transparent;
    border: 0;
    max-width: 100%;
  }
  .cart-order__right .col--2 .cart-order__sum .cart-order__descr-title {
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    color: #33363f;
    width: 136px;
  }
  .cart-order__right .col--2 .cart-order__sum .cart-order__descr-text {
    width: calc(100% - 150px);
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
  }
  .cart-order__right .col--2 .cart-order__descr-title,
  .cart-order__right .col--2 .cart-order__descr-text {
    display: inline-block;
    vertical-align: top;
    width: 108px;
  }
  .cart-order__right .col--2 .cart-order__descr-text {
    width: calc(100% - 114px);
  }
  .cart-order__right .col--3 {
    display: inline-block;
    vertical-align: top;
    width: 78px;
    margin-bottom: 24px;
  }
  .cart-order__right .col--3 .cart-order__descr-title {
    font-size: 13px;
    margin: 0;
  }
  .cart-order__right .col--4 {
    width: 83px;
    margin-bottom: 24px;
  }
  .cart-order__right .col--4 .cart-order__descr-title {
    font-size: 13px;
    margin: 0;
  }
  .cart-order .input {
    background-color: #ffffff;
  }
  .cart-order .input-wrap {
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 21px;
  }
  .cart-order .input-wrap > span {
    display: block;
    margin: 4px 5px 0 0;
    font-size: 13px;
    line-height: 17px;
    font-weight: 600;
    color: #8d95ac;
  }
  .cart-order .input-wrap--date {
    margin-bottom: 0;
    flex-direction: row;
    align-items: center;
  }
  .cart-order .input-wrap--date .input {
    width: 132px;
  }
  .cart-order .input-wrap--date > span {
    font-size: 14px;
    font-weight: 500;
    color: #5e636f;
    width: calc(100% - 132px);
  }
  .cart-order__btn {
    position: static;
    width: 100%;
    padding: 13px 58px 17px 32px;
    background-position-x: 75%;
  }
  .cart-order__btn-block {
    width: 100%;
  }
  .cart-order textarea,
  .cart-order .input:not(.select),
  .cart-order .input.select .jq-selectbox__select-text {
    font-size: 16px;
    font-weight: 500;
    color: #5e636f;
  }
  .cart-order textarea::-moz-placeholder, .cart-order .input:not(.select)::-moz-placeholder, .cart-order .input.select .jq-selectbox__select-text::-moz-placeholder {
    font-size: 16px;
    font-weight: 500;
    color: #5e636f;
  }
  .cart-order textarea::placeholder,
  .cart-order .input:not(.select)::placeholder,
  .cart-order .input.select .jq-selectbox__select-text::placeholder {
    font-size: 16px;
    font-weight: 500;
    color: #5e636f;
  }
  .str404 {
    padding: 18px 0 71px;
    position: relative;
  }
  .str404-img {
    background-image: url(/local/templates/collant/images/svg/str404-m.svg);
    max-width: 520px;
    width: 100%;
    padding-top: 55%;
    position: static;
    transform: translateY(0);
    margin: 48px auto;
  }
  .str404-sub {
    display: none;
  }
  .str404-title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 16px;
  }
  .str404-text {
    margin-bottom: 40px;
  }
  .str404-btn {
    width: 256px;
    margin: 0 0 16px;
    position: absolute;
    bottom: 73px;
    right: 0;
  }
  .personal-top .personal-left,
  .personal-top .personal-right {
    width: 50%;
    padding-left: 4px;
    margin-bottom: 6px;
  }
  .personal-top .personal-left {
    padding-left: 0;
    padding-right: 4px;
  }
  .personal-mid .personal-left,
  .personal-mid .personal-right {
    width: 100%;
    padding: 0;
  }
  .personal-mid .personal-left {
    margin-bottom: 24px;
  }
  .personal-menu {
    margin-bottom: 32px;
    position: relative;
    z-index: 5;
  }
  .personal-menu__top {
    position: relative;
    cursor: pointer;
  }
  .personal-menu__top-icon {
    right: 13px;
  }
  .personal-menu__top:after {
    content: "";
    display: block;
    position: absolute;
    display: none;
    width: 20px;
    height: 20px;
    background: url("/local/templates/collant/images/svg/arr-choose-white.svg") no-repeat center;
    right: 13px;
    top: 50%;
  }
  .personal-menu__top.opened:after {
    display: block;
    transform: rotate(-180deg) translateY(50%);
  }
  .personal-menu__drop {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #ffffff;
    box-shadow: 0 2px 4px rgba(26, 36, 121, 0.3);
    padding: 0 36px;
  }
  .personal-menu__drop ul {
    box-shadow: none;
    padding: 32px 0 24px;
    margin-bottom: 0;
  }
  .personal-menu__drop ul.personal-menu__bot {
    border-top: 1px solid #cecee6;
    padding: 25px 0 23px;
  }
  .personal-menu ul li {
    margin-bottom: 20px;
  }
  .personal-menu ul li ul {
    margin-top: 16px;
  }
  .personal-menu ul li ul li {
    margin-bottom: 20px;
  }
  .personal-promo {
    margin: 0 -36px 20px;
    padding: 12px 36px 13px;
    width: auto;
  }
  .personal-promo__title {
    margin-bottom: 8px;
  }
  .personal-promo__items {
    margin: 0 -36px 10px;
    padding-left: 32px;
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .personal-promo__items::-webkit-scrollbar {
    display: none;
  }
  .personal-promo__item {
    min-width: 240px;
    padding-top: 21.9%;
    margin: 0 4px;
  }
  .personal-promo__item:last-child {
    margin-right: 36px;
  }
  .personal-promo__btn {
    margin: 0;
  }
  .personal-promo__btn:after {
    background-image: url("/local/templates/collant/images/svg/arr-right-black.svg");
    transform: rotate(180deg);
    width: 10px;
    height: 12px;
    background-size: contain;
  }
  .personal-address {
    padding: 10px 24px 16px;
    margin-bottom: 21px;
  }
  .personal-address__title {
    padding-left: 14px;
    margin-bottom: 3px;
    line-height: 17px;
    font-size: 14px;
  }
  .personal-address__val {
    font-size: 15px;
    line-height: 19px;
    position: static;
  }
  .personal-requisites {
    background-color: transparent;
    padding: 0;
    box-shadow: none;
    margin-bottom: 24px;
  }
  .personal-requisites__title {
    margin-bottom: 16px;
  }
  .personal-requisites__item {
    margin-bottom: 8px;
  }
  .personal-requisites__top {
    background-color: #ffffff;
    border-color: #ffffff;
    padding: 15px 23px 18px;
    box-shadow: 0 2px 4px rgba(26, 36, 121, 0.1);
    margin-bottom: 8px;
  }
  .personal-requisites__drop {
    max-width: 696px;
    padding: 28px 24px;
    overflow: visible;
  }
  .personal-requisites__drop .fancybox-close-small {
    border-radius: 44px;
    background: url("/local/templates/collant/images/svg/fancy-close.svg") no-repeat center #ffffff;
    box-shadow: 0 2px 4px rgba(26, 36, 121, 0.3);
    border: 1px solid #e6e9f0;
    transform: translate(50%, -50%);
    top: 0;
    right: 0;
    opacity: 1;
  }
  .personal-requisites__drop .fancybox-close-small svg {
    opacity: 0;
  }
  .personal-requisites__drop .fancybox-close-small:before {
    display: none;
  }
  .personal-requisites__name {
    display: block;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    color: #40444e;
    margin-bottom: 24px;
  }
  .personal-requisites__info {
    max-height: 609px;
    padding: 0;
    background-color: transparent;
  }
  .personal-requisites__btn {
    width: 312px;
    padding: 15px 8px;
  }
  .personal-requisites__file {
    width: calc(100% - 312px);
  }
  .personal-requisites__box {
    font-size: 16px;
  }
  .personal-sale {
    background-color: transparent;
    padding: 0;
    box-shadow: none;
    border-radius: 0;
  }
  .personal-sale__title {
    margin-bottom: 16px;
  }
  .personal-sale .tr-header {
    display: none;
  }
  .personal-sale .tr {
    margin-bottom: 10px;
  }
  .personal-sale__item {
    background-color: #ffffff;
    box-shadow: 0 2px 4px rgba(26, 36, 121, 0.1);
    margin-bottom: 8px;
    padding: 48px 24px 0;
    position: relative;
    height: 0;
    overflow: hidden;
    border-radius: 4px;
  }
  .personal-sale__item .table-drop {
    width: 100%;
    padding: 8px 0 1px;
    margin: 0 0 20px;
  }
  .personal-sale__item .table-drop .tr-header {
    display: block;
  }
  .personal-sale__item .table-drop .tr-header .td {
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
  }
  .personal-sale__item .table-drop .tr-child .td--name {
    font-size: 16px;
    line-height: 19px;
    font-weight: 400;
    padding-left: 24px;
  }
  .personal-sale__item .table-drop .td {
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    color: #626c81;
    text-align: left;
    width: 25%;
    padding-left: 16px;
  }
  .personal-sale__item .table-drop .td:first-child {
    width: 25%;
  }
  .personal-sale__item .tr-top {
    padding-left: 25%;
  }
  .personal-sale__item .tr-top .td {
    position: relative;
    width: 33.3333333333%;
    padding-top: 22px;
    margin-bottom: 24px;
    text-align: left;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    color: #626c81;
  }
  .personal-sale__item .tr-top .td-drop {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: auto;
    padding: 13px 24px 16px;
    font-size: 16px;
    line-height: 19px;
    font-weight: 600;
    color: #767c8b;
  }
  .personal-sale__item .tr-top .td-drop:after {
    content: "";
    display: block;
    position: absolute;
    width: 24px;
    height: 24px;
    border-radius: 24px;
    background: url("/local/templates/collant/images/svg/arr-choose.svg") no-repeat center, url("/local/templates/collant/images/svg/arr-choose-white.svg") no-repeat center, #f8f8fc;
    background-size: 10px, 0;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
  }
  .personal-sale__item .tr-top .td a {
    display: block;
  }
  .personal-sale__item .tr-top .td a:after {
    display: none;
  }
  .personal-sale__item .tr-top .td:not(:first-child):before {
    content: "Предоплата";
    display: inline-block;
    vertical-align: top;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    color: #626c81;
  }
  .personal-sale__item .tr-top .td:nth-child(3):before {
    content: "Постоплата";
  }
  .personal-sale__item .tr-top .td:nth-child(4):before {
    content: "Дни отсрочки";
  }
  .personal-sale__item.opened {
    height: auto;
    padding-top: 68px;
  }
  .personal-sale__item.opened .td-drop {
    box-shadow: 0 2px 4px rgba(26, 36, 121, 0.1);
  }
  .personal-sale__item.opened .td-drop:after {
    background-size: 0, 10px;
    background-color: #6a7bff;
    transform: translateY(-50%) rotate(-180deg);
  }
  .personal-act {
    margin-bottom: 48px;
    padding-bottom: 13px;
  }
  .personal-act ul {
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 14px;
  }
  .personal-act .btn {
    width: 100%;
    margin-bottom: 16px;
    padding: 15px 8px;
  }
  .personal-act .agree {
    padding-left: 0;
    font-size: 13px;
    line-height: 17px;
  }
  .personal-right .personal-slider__title {
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
  }
  .personal-left .personal-slider .swiper-slide {
    padding: 57px 21px 24px;
  }
  .personal-left .personal-slider__title {
    font-size: 16px;
    line-height: 19px;
    font-weight: 700;
  }
  .personal-slider__logo {
    width: 68px;
    height: 25px;
    background-size: 80%;
  }
  .personal-slider .swiper-pagination {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    bottom: 8px;
  }
  .pPromo {
    overflow: visible;
  }
  .pPromo .fancybox-close-small {
    border-radius: 44px;
    background: url("/local/templates/collant/images/svg/fancy-close.svg") no-repeat center #ffffff;
    box-shadow: 0 2px 4px rgba(26, 36, 121, 0.1);
    border: 1px solid #e6e9f0;
    transform: translate(50%, -50%);
    top: 0;
    right: 0;
    opacity: 1;
  }
  .pPromo .fancybox-close-small svg {
    opacity: 0;
  }
  .pPromo .fancybox-close-small:before {
    display: none;
  }
  .body--user .top-promo,
  .top-promo {
    display: none;
  }
  .body--personal .page-left {
    width: auto;
    padding: 0;
  }
  .body--personal .page-right {
    margin-top: -7px;
  }
  .clients-list {
    background-color: transparent;
    box-shadow: none;
    border-radius: 0;
    padding: 0;
    margin-bottom: 16px;
  }
  .clients-list__title {
    font-size: 24px;
    line-height: 29px;
    font-weight: 700;
    color: #33363f;
    margin-bottom: 16px;
  }
  .clients-list .tr-header {
    display: none;
  }
  .clients-list__table {
    padding: 0;
    max-height: none;
  }
  .clients-list__table .tr {
    background-color: #ffffff;
    padding: 16px 24px;
    border-radius: 4px;
    margin-bottom: 8px;
    box-shadow: 0 2px 4px rgba(26, 36, 121, 0.1);
    position: relative;
  }
  .clients-list__table .td {
    display: block;
    width: 100%;
  }
  .clients-list__table .td:nth-child(1) {
    font-size: 16px;
    line-height: 19px;
    font-weight: 600;
    margin-bottom: 5px;
  }
  .clients-list__table .td:nth-child(2) {
    color: #626c81;
    font-size: 14px;
  }
  .clients-list__table .td .y,
  .clients-list__table .td .n {
    position: absolute;
    top: 16px;
    right: 24px;
    height: 22px;
    padding-left: 22px;
    width: 0;
    overflow: hidden;
  }
  .clients-list__table .td .y:before,
  .clients-list__table .td .n:before {
    top: 0;
  }
  .clients-list__table .td .y + a,
  .clients-list__table .td .n + a {
    font-size: 12px;
    margin-top: 8px;
  }
  .clients-list__table .td:last-child {
    display: block;
    width: 100%;
  }
  .clients-list__table .td:last-child a {
    display: block;
    margin-top: 10px;
  }
  .clients-new {
    background-color: transparent;
    padding: 0;
    box-shadow: none;
  }
  .clients-new__left, .clients-new__right {
    display: block;
    width: 100%;
    background-color: #ffffff;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(26, 36, 121, 0.1);
    padding: 28px 24px;
    margin-bottom: 24px;
  }
  .clients-new__left .input {
    background-color: #ffffff;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #5e636f;
  }
  .clients-new__left .input::-moz-placeholder {
    font-size: 16px;
    line-height: 19px;
    font-weight: 500;
    color: #5e636f;
  }
  .clients-new__left .input::placeholder {
    font-size: 16px;
    line-height: 19px;
    font-weight: 500;
    color: #5e636f;
  }
  .clients-new__left .input-wrap {
    display: inline-block;
    vertical-align: top;
    width: calc(50% - 12px);
    margin-right: 24px;
    margin-bottom: 24px;
    padding-top: 0;
  }
  .clients-new__left .input-wrap > span {
    display: none;
  }
  .clients-new__left .input-wrap:nth-child(3) {
    margin-right: 0;
  }
  .clients-new__left button {
    width: calc(50% - 12px);
    margin-top: 0;
  }
  .clients-new__right button {
    width: 48%;
    margin-top: -30px;
  }
  .clients-new__file {
    display: inline-block;
    vertical-align: top;
    width: 51%;
    margin: 0;
  }
  .clients-new__file label {
    width: 100%;
  }
  .clients-new__file label + a {
    display: block;
    width: 100%;
    margin-top: 5px;
  }
  .clients-new__file label > span {
    font-size: 15px;
  }
  .clients-new__template {
    font-size: 15px;
  }
  .clients-bot {
    padding: 24px 26px 24px 73px;
    background-position-y: 24px;
    margin-bottom: 48px;
  }
  .request-detail__table {
    display: block;
    position: relative;
    padding-bottom: 166px;
  }
  .request-detail__table .table-scroll-x {
    bottom: 156px;
    left: 45px;
  }
  .request-detail__table .tr--bot {
    position: absolute;
    bottom: 0;
    right: 24px;
    left: 24px;
    text-align: left;
  }
  .request-detail__table .tr--bot .td {
    display: inline-block;
    vertical-align: top;
    width: 33%;
    color: #626c81;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    position: relative;
    margin-bottom: 24px;
    text-align: left;
    padding: 19px 0 0;
  }
  .request-detail__table .tr--bot .td:nth-child(1), .request-detail__table .tr--bot .td:nth-child(2), .request-detail__table .tr--bot .td:nth-child(3) {
    display: none;
  }
  .request-detail__table .tr--bot .td:before {
    content: "Сумма заказа для клиента";
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    color: #626c81;
    position: absolute;
    top: 0;
    left: 0;
  }
  .request-detail__table .tr--bot .td:nth-child(5):before {
    content: "Количество в заказе";
  }
  .request-detail__table .tr--bot .td:nth-child(6):before {
    content: "Количество на складе";
  }
  .request-detail__table .tr--bot .td:nth-child(7):before {
    content: "Дозаказ в ЕЕЭ, шт";
  }
  .request-detail__table .tr--bot .td:nth-child(8):before {
    content: "Дозаказ сумма";
  }
  .request-detail__table--main {
    padding-bottom: 206px;
  }
  .request-detail__table--main .table-scroll-x {
    bottom: 195px;
  }
  .request-detail__table--main .tr--bot {
    bottom: 42px;
  }
  .request-detail__table--main .tr--bot .td {
    margin-bottom: 21px;
  }
  .request-detail__table--main .table .tr--export {
    right: auto;
    left: 16px;
  }
  .request-detail__table--main .table .tr--export .td .export {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #626c81;
  }
  .request-detail__file-import, .request-detail__file-export {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    font-size: 15px;
  }
  .request-detail__file-import {
    float: right;
  }
  .request-detail__files {
    margin-bottom: 24px;
  }
  .request-detail__btns .btn {
    width: 50%;
    margin-right: 8px;
    padding: 14px 43px 16px 15px;
  }
  .request-detail__btns .btn + span {
    width: calc(50% - 8px);
    font-size: 13px;
    line-height: 17px;
    font-weight: 600;
    color: #8d95ac;
  }
  .request-detail__btns .request-detail__btn--confirmation .btn {
    background-position-x: 95%;
  }
  .request-detail__btns .request-detail__btn--confirm .btn {
    background-position-x: 83%;
  }
  .request-detail__btns .request-detail__btn--remove .btn {
    background-position-x: 80%;
  }
  .request-detail .cart-order {
    padding: 32px 24px;
  }
  .request-detail .cart-order .input.select .jq-selectbox__select-text {
    padding: 15px 23px 17px;
  }
  .request-detail .cart-order__right {
    width: 50%;
  }
  .request-detail .cart-order__right .col--1 {
    margin-bottom: 16px;
  }
  .request-detail .cart-order__left {
    margin-right: 0;
    width: 50%;
  }
  .request-detail .clients-bot {
    font-size: 13px;
    line-height: 17px;
    font-weight: 600;
    color: #8d95ac;
  }
  .request-detail__top {
    display: flex;
    align-items: center;
    align-items: flex-start;
  }
  .request-detail__top-name {
    font-size: 18px;
    line-height: 22px;
  }
  .request-detail__top-date {
    margin-right: 49px;
  }
  .request-detail__top-brand {
    font-size: 16px;
    order: 1;
  }
  .request-detail__table .table .tr--bot .td {
    color: #626c81;
    font-size: 20px;
    line-height: 24px;
  }
  .orders-title {
    color: #33363f;
  }
  .orders-bot {
    position: fixed;
    height: 64px;
    background-color: #ffffff;
    box-shadow: 0 2px 4px rgba(26, 36, 121, 0.1);
    bottom: 63px;
    left: 0;
    right: 0;
    zoom: 1;
    padding: 7px 36px;
    z-index: 2;
    border-top: 1px solid rgba(201, 208, 224, 0.31);
    border-bottom: 1px solid rgba(201, 208, 224, 0.31);
  }
  .orders-bot__right, .orders-bot__left {
    width: 50%;
    vertical-align: middle;
  }
  .orders-bot__left .btn {
    background-color: transparent;
    width: auto;
    position: relative;
    border: 0;
    padding: 34px 0 0;
    font-weight: 400;
    font-size: 12px;
    line-height: 24px;
    color: #626c81;
    text-align: center;
    margin: 0 19px 0 0;
  }
  .orders-bot__left .btn span {
    color: #626c81;
    padding: 0;
  }
  .orders-bot__left .btn:before {
    content: "";
    display: block;
    position: absolute;
    width: 32px;
    height: 32px;
    border-radius: 32px;
    background-color: #f5f5f9;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .orders-bot__left .btn:after {
    content: "";
    display: block;
    position: absolute;
    width: 32px;
    height: 32px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: url("/local/templates/collant/images/svg/ico-btn-checkout.svg") no-repeat center;
    filter: grayscale(100) brightness(0.75);
  }
  .orders-bot__left .btn--combine:after {
    background-image: url("/local/templates/collant/images/svg/ico-btn-combine.svg");
    background-size: 15px 18px;
  }
  .orders-bot__left .btn--cancel:after {
    background-image: url("/local/templates/collant/images/svg/ico-close-white.svg");
  }
  .orders-bot__right {
    text-align: right;
    font-size: 14px;
    line-height: 15px;
    font-weight: 600;
    color: #626c81;
    margin-bottom: 10px;
  }
  .orders-bot__right-price {
    vertical-align: middle;
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
  }
  .orders-bot__right-title {
    vertical-align: middle;
    margin-bottom: 3px;
  }
  .orders-bot__right-title span {
    display: none;
  }
  .orders-table {
    padding-bottom: 0;
  }
  .orders-detail__bot {
    display: block;
  }
  .orders-detail__bot .col {
    width: 100%;
  }
  .orders-detail__bot .col:first-child {
    max-width: 459px;
    margin-bottom: 24px;
  }
  .orders-detail__bot .col:last-child {
    padding-left: 0;
  }
  .orders-detail__bot .btn {
    margin-bottom: 21px;
    padding: 15px 30px;
  }
  .orders-detail__bot .info {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    margin-left: 16px;
  }
  .orders-detail__bot .export {
    font-size: 16px;
    line-height: 24px;
    position: relative;
    bottom: auto;
    left: auto;
  }
  .orders-detail__bot .table .tr .td {
    padding: 12px 24px;
  }
  .orders-detail__bot .table .tr--first .td:first-child {
    padding-top: 21px;
  }
  .orders-detail__bot .table .tr--last .td {
    padding-bottom: 21px;
  }
  .orders .table-scroll-holder {
    padding-right: 32px;
  }
  .orders .table-scroll-area {
    height: 672px;
    overflow: auto;
  }
  .orders .table-scroll-y {
    display: block;
    position: absolute;
    width: 5px;
    top: 21px;
    height: 650px;
    right: 11px;
  }
  .orders .table-scroll-y span {
    display: block;
    height: 21px;
    width: 5px;
    border-radius: 5px;
    background-color: #048459;
    transform: translateY(-100%);
    position: absolute;
    top: 0;
    left: 0;
  }
  .orders .table-scroll-y:before {
    content: "";
    display: block;
    position: absolute;
    top: -21px;
    bottom: 0;
    right: 2px;
    width: 1px;
    background-color: #e6e6ee;
  }
  .catalog-blanks {
    display: none !important;
  }
  .catalog-menu {
    max-height: none;
    max-width: none;
    min-width: auto;
  }
  .catalog-menu__content {
    display: none;
  }
  .catalog-menu__mob {
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #ffffff;
    padding: 40px 36px;
    z-index: 2;
  }
  .catalog-menu__mob-content {
    width: 100%;
    max-width: 344px;
    position: absolute;
    top: 46%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .catalog-menu__mob ul {
    list-style: none;
    padding: 0;
    margin: 0;
    padding-bottom: 12px;
    border-bottom: 1px solid #c9d0e0;
    margin-bottom: 37px;
  }
  .catalog-menu__mob ul li {
    margin-bottom: 28px;
  }
  .catalog-menu__mob ul li a {
    display: block;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    color: #5e636f;
  }
  .catalog-menu__mob .catalog-menu__top-btn,
  .catalog-menu__mob .catalog-menu__mob__top-btn {
    overflow: hidden;
    color: transparent;
    padding: 0;
    right: 30px;
    top: 20px;
    left: auto;
    width: 32px;
    height: 32px;
  }
  .catalog-menu__mob .header-phone {
    display: block;
    font-size: 15px;
    line-height: 18px;
    font-weight: 400;
    margin-bottom: 28px;
  }
  .catalog-menu__mob .header-phone span {
    display: block;
    font-size: 14px;
    line-height: 17px;
    font-weight: 300;
  }
  .catalog-menu__mob .header-phone a {
    display: inline-block;
    vertical-align: top;
    font-size: 22px;
    line-height: 27px;
    font-weight: 600;
  }
  .catalog__mobile-filters {
    display: block;
  }
  .catalog__mobile-filters .filter__brands {
    display: flex;
    overflow-x: auto;
    gap: 8px;
    height: 44px;
  }
  .catalog__mobile-filters .filter__brands li {
    flex-shrink: 0;
    height: 40px;
  }
  .catalog__mobile-filters .filter__brand-link {
    padding: 2px 12px;
  }
  .catalog__mobile-filters .filter__properties {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 8px;
  }
  .catalog__mobile-filters .filter__properties li {
    flex-shrink: 0;
  }
  .catalog__mobile-filters .filter__property-link {
    padding: 2px 12px;
  }
  .registration {
    background-color: transparent;
    margin: 15px 0 50px;
  }
  .registration .popup-left {
    position: static;
    width: 100%;
    margin-bottom: 24px;
    border-radius: 4px;
    overflow: hidden;
    padding: 20px 40px 44px;
  }
  .registration .popup-right {
    width: 100%;
    margin: 0;
    background-color: #ffffff;
    border-radius: 4px;
    padding: 20px 24px 24px;
  }
  .registration .popup-right .popup-title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 24px;
  }
  .registration .agree {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0 0 21px;
  }
  .registration .popup-left__text {
    max-width: 100%;
  }
  .registration .popup-left__title {
    font-size: 18px;
    margin-bottom: 34px;
  }
  .registration .popup-left__img {
    padding-top: 24.6%;
    margin-bottom: 52px;
  }
  .registration .swiper-pagination {
    bottom: 31px;
  }
  .registration .swiper-button {
    width: 40px;
    height: 40px;
    top: 42%;
  }
  .registration .popup-button {
    padding: 14px 32px 14px 68px;
    width: 312px;
    height: 54px;
    background-position: right 84px top 51%;
  }
  #sidebar {
    position: relative;
    top: auto;
  }
  .body--recommended .filter--mode .filter-top {
    bottom: 471px;
  }
  .body--recommended .filter--mode .filter-content {
    height: 431px;
  }
  .body--recommended .filter--mode .filter-item .range {
    width: 100%;
  }
  .order-end {
    padding: 140px 0 170px;
    text-align: center;
  }
  .order-end .str404-img {
    width: 100%;
    margin: 0 auto 40px;
    padding-top: 35%;
  }
  .order-end .str404-btn {
    position: static;
  }
  .android .video-btn.play:after {
    transform: rotate(90deg) translate(-45%, 63%);
  }
}
@media (max-width: 767px) {
  .wrap {
    padding: 0 16px;
  }
  .logo {
    width: 55px;
  }
  .fancybox-close-small {
    right: 0;
  }
  .main-top {
    margin: 0 0 -3px;
  }
  .main-top__item {
    width: 100%;
    margin: 0 0 16px;
    padding-top: 40.8%;
  }
  .main-top__item-sub {
    margin-bottom: 8px;
  }
  .main-top__item--2 .main-top__item-title span {
    font-weight: 700;
  }
  .main-top__slider {
    padding-top: 0;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
  }
  .main-top__slider-item {
    padding-top: 64.29%;
  }
  .main-top__top {
    padding: 0;
    margin: 0;
  }
  .main-about {
    overflow: hidden;
    padding-bottom: 35px;
  }
  .main-about__slider .gallery-thumbs2 {
    display: none;
  }
  .main-about__slider .swiper-container {
    overflow: visible;
  }
  .main-about__slider .swiper-slide {
    width: 344px;
    padding-top: 49.5%;
  }
  .main-about__link {
    left: 16px;
  }
  .main-about__read {
    margin-bottom: 21px;
  }
  .swiper-button-prev {
    left: 4px;
  }
  .swiper-button-next {
    right: 4px;
  }
  .main-news {
    margin-bottom: 32px;
  }
  .main-news__item {
    width: 100%;
    margin-right: 0;
  }
  .main-news__items {
    padding: 24px 16px 17px;
  }
  .main-brands {
    margin-bottom: 34px;
  }
  .main-brands .swiper-button {
    display: none;
  }
  .main-brands__item {
    padding-top: 24.5%;
  }
  .main-hit {
    margin-bottom: 31px;
  }
  .bottom-area {
    height: 56px;
    padding: 0;
    z-index: 93;
  }
  .sections {
    margin-bottom: 15px;
  }
  .sections-item {
    width: 100%;
    margin: 0 0 8px;
    padding-top: 35%;
    background-size: auto 101%;
    background-position-x: 84%;
  }
  .sections-item__title {
    left: 24px;
    bottom: 28px;
  }
  .type-filter {
    margin-bottom: 11px;
  }
  .type-filter .label-new {
    width: calc(32% - 8px);
    max-width: 100px;
  }
  .type-filter .label-sale {
    max-width: 144px;
  }
  .type-filter .label-promo {
    width: 28%;
    max-width: 85px;
  }
  .section h1 {
    max-width: calc(100% + 32px);
    overflow-x: auto;
    overflow-y: hidden;
    margin: 0 -16px 6px;
    padding-left: 16px;
    color: #33363f;
    width: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    -webkit-overflow-scrolling: touch;
  }
  .section h1::-webkit-scrollbar {
    display: none;
  }
  .catalog-subtitle {
    margin-bottom: 17px;
    display: none;
  }
  .body--sectionsIndex .catalog-subtitle {
    display: block;
    color: #33363f;
  }
  .product:not(.grid-view) .product-top {
    min-height: 120px;
    padding: 15px 15px 10px 83px;
  }
  .product:not(.grid-view) .product-img {
    width: 68px;
    height: 95px;
    top: 15px;
    left: 15px;
  }
  .product:not(.grid-view) .product-img .label {
    top: -4px;
    left: -8px;
    font-size: 8px;
    line-height: 11px;
    padding: 2px 4px;
  }
  .product:not(.grid-view) .product-img .label .promo-date,
  .product:not(.grid-view) .product-img .label .promo-size {
    display: none;
  }
  .product:not(.grid-view) .product-img .label .promo-title {
    margin: 0;
    font-size: 8px;
    line-height: 11px;
  }
  .product:not(.grid-view) .product-name {
    margin-bottom: unset;
    font-size: 13px;
    line-height: 14px;
    color: #000000;
  }
  .product:not(.grid-view) .product-art {
    color: #626c81;
    font-size: 10px;
    line-height: 21px;
    margin-bottom: 0;
  }
  .product:not(.grid-view) .product-count {
    line-height: 1;
  }
  .product:not(.grid-view) .product-count span {
    font-size: 12px;
    line-height: 18px;
    padding-left: 16px;
  }
  .product:not(.grid-view) .product-count span.min {
    margin-right: 12px;
    background-size: 12px;
  }
  .product:not(.grid-view) .product-count span.max {
    padding-left: 18px;
    background-size: 14px;
  }
  .product:not(.grid-view) .product-info {
    margin-bottom: 12px;
  }
  .product:not(.grid-view) .product-prices {
    display: flex;
  }
  .product:not(.grid-view) .product-prices > span {
    margin-right: 10px;
  }
  .product:not(.grid-view) .product-prices span:not(.product-auth) {
    max-width: 100px;
    min-width: 60px;
    font-size: 15px;
    line-height: 24px;
    padding-top: 13px;
  }
  .product:not(.grid-view) .product-prices span:not(.product-auth)::before {
    top: -2px;
  }
  .product:not(.grid-view) .product-ins {
    top: 81px;
    bottom: unset;
    height: 34px;
    padding-left: 34px;
    background-size: 6px;
  }
  .product:not(.grid-view) .product-basket {
    padding: 5px 10px;
    border-radius: 10px;
    font-size: 12px;
    font-weight: 600;
  }
  .product:not(.grid-view) .product-auth {
    margin: -8px 0 5px -8px;
    padding: 8px 8px 4px 33px;
    max-width: 168px;
    font-size: 12px;
    line-height: 13px;
    background-size: 20px;
    background-position-x: 9px;
  }
  .product.grid-view {
    width: calc((100% - 13px) / 2);
  }
  .product.grid-view:nth-child(2n+2) {
    margin-right: 0;
  }
  .product.grid-view .product-img .label {
    top: -4px;
    left: -4px;
    font-size: 8px;
    line-height: 11px;
    padding: 2px 4px;
  }
  .product.grid-view .product-img .label .promo-date,
  .product.grid-view .product-img .label .promo-size {
    display: none;
  }
  .product.grid-view .product-img .label .promo-title {
    margin: 0;
    font-size: 8px;
    line-height: 11px;
  }
  .page-left {
    margin-top: 0;
  }
  .catalog-top {
    margin-bottom: 17px;
  }
  .catalog-menu__mobile a {
    font-size: 14px;
    font-weight: 500;
    padding: 4px 16px;
  }
  .nav {
    margin: 16px 0 35px;
  }
  .nav-top {
    margin-bottom: 13px;
  }
  .nav a {
    height: 24px;
    min-width: 24px;
    font-size: 13px;
    line-height: 22px;
    margin: 0 4px;
    border-radius: 4px;
  }
  .nav a.nav-prev:before, .nav a.nav-next:before {
    top: 4px;
  }
  .fancybox-slide--html .fancybox-close-small {
    right: 0;
  }
  .product-detail {
    padding: 27px 16px;
    bottom: 0;
  }
  .product-detail .fancybox-close-small {
    right: 8px !important;
  }
  .product-detail__left {
    position: relative;
    width: 100%;
    padding: 0;
    top: auto;
    left: auto;
    margin-bottom: 16px;
  }
  .product-detail__top {
    margin: 0;
    padding: 0;
  }
  .product-detail .product-name {
    font-size: 18px;
    line-height: 1;
    margin-bottom: 5px;
    font-weight: 600;
    color: #000000;
    margin-right: 48px;
  }
  .product-detail .product-art {
    font-size: 13px;
    line-height: 24px;
    margin-bottom: 12px;
  }
  .product-detail .product-art span {
    margin-left: 0;
  }
  .product-detail .product-text {
    position: relative;
    padding-top: 44px;
    height: 0;
    overflow: hidden;
    margin: 16px 0 12px;
  }
  .product-detail .product-text:before {
    content: "Описание";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 44px;
    border: 1px solid #048459;
    padding: 12px 24px 0;
    color: #000000;
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    border-radius: 4px;
    box-sizing: border-box;
  }
  .product-detail .product-text:after {
    content: "";
    display: block;
    position: absolute;
    width: 13px;
    height: 8px;
    right: 24px;
    top: 18px;
    background: url("/local/templates/collant/images/svg/arr-choose.svg") no-repeat center;
  }
  .product-detail .product-text.opened {
    height: auto;
    padding-top: 54px;
    font-size: 14px;
    font-weight: 400;
    color: #626c81;
  }
  .product-detail .product-text.opened:after {
    transform: rotate(-180deg);
  }
  .product-detail .product-text.opened:before {
    background-color: #f5f5f9;
    border-color: #c9d0e0;
  }
  .product-detail__img .swiper-pagination {
    bottom: 12px;
  }
  .product-detail__img .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
  .product-detail .product-count,
  .product-detail .product-composition {
    display: block;
    width: 100%;
    margin-bottom: 15px;
    font-size: 13px;
  }
  .product-detail .product-count .product-composition__title,
  .product-detail .product-composition .product-composition__title {
    display: none;
  }
  .product-detail .product-composition {
    margin-bottom: 10px;
  }
  .product-detail .product-composition__item {
    font-size: 13px;
  }
  .product-detail .product-composition__item:not(:last-child) {
    padding-right: 12px;
  }
  .product-detail .product-composition__item:not(:last-child):after {
    right: 5px;
  }
  .product-detail .product-count span {
    font-size: 13px;
  }
  .product-detail .product-prices {
    display: flex;
    margin-bottom: 8px;
  }
  .product-detail .product-prices span:not(.product-auth) {
    min-width: -moz-min-content;
    min-width: min-content;
    max-width: 100px;
    padding-top: 13px;
    margin-right: 10px;
    text-align: left;
  }
  .product-detail .product-prices span:not(.product-auth):before {
    padding: 1px 8px 2px;
    font-size: 10px;
  }
  .product-detail .product-table {
    max-width: 100%;
  }
  .product-detail .product-table .table-header {
    background-color: #f4f5f7;
    border-radius: 4px 0 0 4px;
    position: sticky;
    top: 0;
    padding-left: 6px;
  }
  .product-detail .product-table .table-header .td {
    padding: 6px 2px 0;
    font-weight: 600;
  }
  .product-detail .product-table .table {
    position: relative;
  }
  .product-detail .product-table .table-content {
    height: auto;
    max-height: none;
    overflow: visible;
    margin: 0;
    width: 100%;
    padding-top: 0;
    padding-left: 6px;
    padding-bottom: 12px;
  }
  .product-detail .product-table .table-content .td {
    padding: 5px 2px;
  }
  .product-detail .product-table .table-content .td .input {
    padding: 3px 8px;
    line-height: 20px;
  }
  .product-detail .product-table .table .td:first-child {
    flex-shrink: 0;
  }
  .product-detail .product-table .table-footer {
    margin-bottom: 12px;
    margin-left: 6px;
    margin-right: 6px;
  }
  .product-detail .product-table__bot .btn {
    margin-right: 0;
    width: 100%;
    background-position-x: 72%;
  }
  .product-detail .product-table__mobile {
    display: block;
    width: 110px;
    position: absolute;
    left: 0;
    top: 28px;
    background-color: #ffffff;
    height: 272px;
    overflow: auto;
    padding: 0 8px 35px 18px;
    z-index: 1;
    scrollbar-width: none;
    -ms-overflow-style: none;
    -webkit-overflow-scrolling: touch;
  }
  .product-detail .product-table__mobile::-webkit-scrollbar {
    display: none;
  }
  .product-detail .product-table__mobile .product-table__name {
    display: block;
    margin-bottom: 2px;
  }
  .product-detail .product-table__mobile .product-table__name-id {
    color: #000000;
    font-size: 15px;
    margin: 0;
  }
  .product-detail .product-table__mobile .product-table__name-id span {
    display: block;
    color: #626c81;
    font-size: 13px;
    line-height: 15px;
    white-space: nowrap;
    overflow: hidden;
    padding-left: 0;
  }
  .product-detail .product-table__mobile .product-table__name-id span:before {
    display: none;
  }
  .product-detail .product-sizes,
  .product-detail .product-auth {
    width: 100%;
    padding: 8px 0 8px 73px;
    font-size: 13px;
    line-height: 15px;
    color: #8d95ac;
  }
  .product-detail .product-sizes {
    padding-left: 0;
  }
  .product-detail .product-sizes .product-composition__title {
    color: #626c81;
    margin-bottom: 5px;
    font-size: 15px;
    line-height: 24px;
  }
  .product-detail .product-sizes__item {
    font-weight: 600;
    color: #626c81;
    font-size: 16px;
    line-height: 24px;
  }
  .product-detail .product-colors {
    width: 100%;
  }
  .product-detail .product-colors .col-2 {
    margin-bottom: 6px;
  }
  .product-detail .product-colors .product-composition__title {
    margin-bottom: 0;
  }
  .product-detail .product-colors .product-table__name {
    padding-left: 23px;
  }
  .product-detail .product-colors .product-table__name-color {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: 0;
    transform: translate3d(-24px, 1px, 0);
  }
  .product-detail .product-colors .product-table__name-id {
    font-size: 15px;
    line-height: 20px;
    color: #33363f;
    margin: 0;
    font-weight: 600;
  }
  .product-detail .product-colors .product-table__name-id span {
    display: block;
    padding: 0;
    margin: 2px 0 0;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #626c81;
    width: auto;
    height: auto;
    background-color: transparent;
  }
  .product-detail .product-colors .product-table__name-id span:before {
    display: none;
  }
  .product-detail .table-scroll-holder {
    margin: 0 -16px;
    padding: 0 26px 20px 110px;
  }
  .product-detail .table-scroll-area {
    overflow: auto;
  }
  .product-detail .table-scroll-y,
  .product-detail .table-scroll-x {
    display: block;
  }
  .product-detail .table-scroll-x {
    left: 131px;
    top: 305px;
  }
  .product-detail .table-scroll-y {
    top: 20px;
    height: 280px;
  }
  .product-detail .video-controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    bottom: 9px;
    left: 50%;
    transform: translateX(-50%);
    width: 312px;
    z-index: 3;
  }
  .product-detail .video-controls .playPause {
    display: block;
    padding: 0;
    -webkit-appearance: none;
    width: 30px;
    height: 30px;
    border: none;
    background: url("/local/templates/collant/images/svg/pause.svg") no-repeat center, url("/local/templates/collant/images/svg/play.svg") no-repeat center;
    background-size: auto, 0;
  }
  .product-detail .video-controls .playPause.play {
    background-size: 0, 13px;
  }
  .product-detail .video-controls .volume {
    display: block;
    padding: 0;
    -webkit-appearance: none;
    width: 30px;
    height: 30px;
    border: none;
    background: url("/local/templates/collant/images/svg/volume-on.svg") no-repeat 7px 50%, url("/local/templates/collant/images/svg/volume-off.svg") no-repeat 7px 50%;
    background-size: 0, auto;
  }
  .product-detail .video-controls .volume.on {
    background-size: auto, 0;
  }
  .product-detail .video-controls #seek-bar {
    width: 250px;
    height: 22px;
    background-color: #ffffff;
    border: 10px solid rgba(4, 138, 49, 0.22);
    border-radius: 4px;
    position: relative;
  }
  .product-detail .video-controls #seek-bar .ui-slider-handle {
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 12px;
    margin-right: 6px;
    position: absolute;
    transform: translateY(-50%);
    background-color: #048459;
  }
  .product-detail .video-controls #seek-bar .ui-slider-range {
    background-color: #048459;
    position: absolute;
    left: 0;
    height: 2px;
    z-index: 1;
  }
  .product-detail .product-detail__button-buy {
    display: inline-block;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    text-transform: uppercase;
    z-index: 10;
  }
  .product-detail.product-detail--static .product-detail__button-buy {
    bottom: 55px;
  }
  .body--cart h1 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 16px;
  }
  .cart-list {
    padding: 13px 20px 16px 16px;
    margin-bottom: 16px;
  }
  .cart-list__top .td--name {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    padding: 0 8px;
  }
  .cart-list__bot {
    padding-top: 0;
    border: 0;
    margin-top: 18px;
  }
  .cart-list__bot .td--name {
    margin-bottom: 10px;
    width: 100%;
  }
  .cart-list__bot .td--sum {
    display: block;
    margin-right: calc(100% - 166px);
    margin-bottom: 10px;
  }
  .cart-list__bot .td--block {
    margin-left: 0;
  }
  .cart-list__bot .td--one, .cart-list__bot .td--box, .cart-list__bot .td--block {
    padding-top: 20px;
  }
  .cart-list__bot .td--else {
    margin-top: 14px;
  }
  .cart-list__bot .td--else span {
    margin-bottom: 8px;
  }
  .cart-list__bot .td--else span:last-child {
    margin-bottom: 0;
  }
  .cart-list__item-remove {
    margin: 0;
  }
  .cart-download {
    float: none;
    margin: 24px 0 16px;
  }
  .cart-bot__info {
    margin-top: 16px;
    font-size: 13px;
    padding: 6px 6px 6px 49px;
    background-position: 8px;
  }
  .cart-order {
    padding: 24px 16px;
    display: block;
  }
  .cart-order__left, .cart-order__right {
    display: block;
    width: 100%;
    padding: 0;
  }
  .cart-order .input {
    margin-bottom: 4px;
    padding: 15px 23px 16px;
  }
  .cart-order .input-wrap {
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 21px;
  }
  .cart-order .input-wrap > span {
    font-size: 13px;
    line-height: 17px;
    color: #8d95ac;
    font-weight: 600;
    margin: 0;
  }
  .cart-order .input-wrap--date {
    display: block;
  }
  .cart-order .input-wrap--date > span {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #5e636f;
    font-weight: 500;
    padding-right: 8px;
    width: calc(100% - 132px);
  }
  .cart-order .input-wrap--date .input {
    width: 132px;
  }
  .cart-order .input.select {
    padding: 0;
  }
  .cart-order .input.select .jq-selectbox__select-text {
    padding: 15px 23px 16px;
  }
  .cart-order__right .col--1 {
    margin-bottom: 25px;
  }
  .cart-order__right .col--2 {
    margin-bottom: 12px;
  }
  .cart-order__right .col--2 .cart-order__sum {
    margin: 0;
  }
  .cart-order__right .col--2 .cart-order__descr-title {
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    color: #33363f;
    width: 140px;
  }
  .cart-order__right .col--2 .cart-order__descr-text {
    width: calc(100% - 148px);
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
  }
  .cart-order__right .col--3 {
    margin-left: 0;
  }
  .cart-order__right .col--3 .cart-order__descr-title {
    margin-bottom: 0;
  }
  .cart-order__right .col--4 .cart-order__descr-title {
    margin-bottom: 0;
  }
  .cart-order__btn {
    background-position-x: 75%;
  }
  .cart .table-scroll-holder {
    padding-right: 0;
  }
  .cart .table-scroll-x {
    right: 0;
  }
  .cart .table-scroll-y {
    right: -9px;
    height: calc(100% - 40px);
  }
  .cart .table-scroll-area {
    max-height: 600px;
  }
  .cart-clear {
    margin-top: 0;
  }
  .cart-download {
    margin: 22px 0 0;
  }
  .cart-clear {
    margin-top: 22px;
  }
  .str404 {
    padding: 4px 0 40px;
  }
  .str404-btn {
    position: static;
    width: 100%;
    margin-top: 11px;
    margin-bottom: 0;
  }
  .str404-link, .str404-title {
    color: #33363f;
  }
  .str404-text {
    font-size: 14px;
    line-height: 17px;
    font-weight: 500;
    margin-bottom: 10px;
  }
  .str404-img {
    margin: 0 auto 22px;
    padding-top: 66.8%;
  }
  .body--personal .page-right {
    margin-top: 24px;
  }
  .body--personal .page-left {
    margin: 0 -16px;
  }
  .body--personal .nav {
    margin-bottom: 40px;
  }
  .personal-menu {
    margin-bottom: 19px;
  }
  .personal-menu__top {
    padding: 15px 44px 18px 62px;
    border-radius: 0;
  }
  .personal-menu__top-img {
    left: 16px;
  }
  .personal-menu__top:after {
    right: 13px;
  }
  .personal-menu__drop {
    padding: 0 16px;
  }
  .personal-menu__drop ul {
    padding: 16px 0;
  }
  .personal-menu ul li {
    margin-bottom: 16px;
  }
  .personal-menu ul li ul {
    margin-top: 8px;
  }
  .personal-menu ul li ul li {
    margin-bottom: 13px;
  }
  .personal-menu ul li ul li a .m {
    display: inline;
  }
  .personal-top .personal-left,
  .personal-top .personal-right {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .personal-top .personal-right {
    margin-bottom: 16px;
  }
  .personal-top .personal-right .personal-slider .swiper-slide {
    min-height: 120px;
    padding: 26px 20px;
  }
  .personal-slider {
    margin-bottom: 8px;
  }
  .personal-slider .swiper-slide {
    padding: 26px 21px;
    min-height: 120px;
  }
  .personal-slider__logo {
    width: 64px;
    height: 24px;
    margin-bottom: 8px;
    background-size: 80%;
  }
  .personal-slider__title {
    font-size: 14px;
    line-height: 18px;
  }
  .personal-slider .swiper-pagination {
    bottom: 8px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
  .personal-left {
    display: flex;
    flex-direction: column;
  }
  .personal-left > a {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 17px;
  }
  .personal-left .personal-slider .swiper-slide {
    padding-top: 26px;
  }
  .personal-sale {
    order: 1;
    margin-bottom: 0;
  }
  .personal-sale .tr-header {
    display: block;
  }
  .personal-sale .tr-header .tr {
    margin: 0;
  }
  .personal-sale .tr-header .td {
    display: none;
  }
  .personal-sale .tr-header .td:first-child {
    display: block;
  }
  .personal-sale__item {
    padding: 48px 16px 0;
  }
  .personal-sale__item .tr {
    margin: 0;
  }
  .personal-sale__item .tr-top {
    padding-left: 0;
  }
  .personal-sale__item .tr-top .td {
    margin-bottom: 15px;
  }
  .personal-sale__item .tr-top .td-drop {
    padding: 15px;
  }
  .personal-sale__item .table-drop {
    margin: 0 0 16px;
  }
  .personal-sale__item .table-drop .tr {
    margin-bottom: 13px;
  }
  .personal-sale__item .table-drop .tr-header {
    margin-bottom: 8px;
  }
  .personal-sale__item .table-drop .tr-header .td {
    display: inline-block;
    vertical-align: top;
  }
  .personal-sale__item .table-drop .tr:last-child {
    margin-bottom: 10px;
  }
  .personal-sale__item .table-drop .td {
    width: 33.33%;
    text-align: center;
  }
  .personal-sale__item .table-drop .td--name {
    width: 33.33%;
    padding-left: 16px;
    text-align: left;
  }
  .personal-sale__item .table-drop .td:first-child {
    width: 33.33%;
  }
  .personal-sale__item .table-drop .td:last-child {
    display: none;
  }
  .personal-sale__item.opened {
    padding-top: 62px;
  }
  .personal-sale__item.opened .td-drop:after {
    background-color: #f8f8fc;
    background-size: 10px, 0;
  }
  .personal-promo {
    padding: 12px 16px 16px;
    margin: 0 -16px 21px;
    border-radius: 0;
  }
  .personal-promo__title {
    margin-bottom: 8px;
  }
  .personal-promo__item {
    padding-top: 44.3%;
    margin: 0 4px;
  }
  .personal-promo__items {
    margin: 0 -16px 10px;
    padding-left: 11px;
  }
  .personal-promo__btn {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #626c81;
  }
  .personal-address {
    padding: 13px 16px 11px;
    margin-bottom: 20px;
  }
  .personal-address__title {
    font-size: 14px;
    line-height: 17px;
  }
  .personal-address .select .jq-selectbox__select-text {
    font-size: 15px;
    line-height: 18px;
  }
  .personal-requisites {
    padding: 0;
    background-color: transparent;
    box-shadow: none;
    margin-bottom: 24px;
  }
  .personal-requisites__top {
    background-color: #ffffff;
    border: 0;
    margin-bottom: 8px;
    padding: 16px 16px 19px;
  }
  .personal-requisites__drop {
    width: calc(100% - 32px);
    padding: 20px 16px;
    border-radius: 4px;
  }
  .personal-requisites__drop .fancybox-close-small {
    transform: translate(28%, -74%);
  }
  .personal-requisites__info {
    max-height: 317px;
    margin-bottom: 24px;
  }
  .personal-requisites__file {
    width: 100%;
    margin-bottom: 21px;
  }
  .personal-requisites__item {
    margin-bottom: 8px;
  }
  .personal-act {
    padding: 12px 16px 13px;
    margin-bottom: 40px;
  }
  .personal-act__title {
    margin-bottom: 16px;
  }
  .personal-act ul li {
    margin-bottom: 5px;
    font-size: 13px;
    line-height: 16px;
  }
  .personal-act .btn {
    margin-bottom: 9px;
  }
  .personal-act .agree {
    width: 100%;
    max-width: 260px;
    font-size: 13px;
    line-height: 15px;
  }
  .personal-mid .personal-left {
    margin-bottom: 16px;
  }
  .pPromo {
    padding: 20px 16px;
    width: calc(100% - 32px);
  }
  .pPromo-items {
    max-height: 214px;
  }
  .pPromo .popup-title {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 16px;
  }
  .pPromo-date {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 16px;
  }
  .pPromo .fancybox-close-small {
    transform: translate(28%, -74%);
  }
  .pPromo-item {
    margin-bottom: 13px;
  }
  .pPromo-items {
    padding: 10px 8px 21px 8px;
  }
  .pPromo-item__name {
    width: calc(100% - 49px);
    font-size: 16px;
    line-height: 19px;
  }
  .pPromo-item__sale {
    width: 100%;
    padding-left: 49px;
    font-size: 16px;
    font-weight: 600;
  }
  .pPromo-item__sale span {
    font-weight: 700;
    font-size: 18px;
  }
  .pPromo-btn {
    width: 100%;
  }
  .pPromo-title {
    font-size: 18px;
  }
  .pPromo-refuse {
    display: block;
    width: -moz-max-content;
    width: max-content;
    margin: 16px auto 0;
    float: none;
  }
  .pPromo-conditions {
    margin-bottom: 8px;
  }
  .pPromo-text {
    margin-bottom: 20px;
  }
  .clients-list {
    margin-bottom: 0;
  }
  .clients-list__table .tr {
    padding: 16px;
  }
  .clients-list__table .td:nth-child(2) {
    width: 100%;
    font-size: 14px;
    line-height: 17px;
    font-weight: 400;
  }
  .clients-new__left {
    padding: 20px 16px 24px;
  }
  .clients-new__left .input-wrap {
    width: 100%;
    margin: 0 0 24px;
  }
  .clients-new__right {
    padding: 20px 16px 24px;
  }
  .clients-new__right button {
    margin-top: 24px;
  }
  .clients-new button {
    width: 100%;
  }
  .clients-new__file {
    width: 100%;
  }
  .clients-new__file label + a {
    margin-top: 0;
  }
  .clients-bot {
    font-size: 13px;
    line-height: 16px;
    font-weight: 500;
    color: #8d95ac;
    margin-bottom: 40px;
    padding: 16px;
    background-position: 16px 16px;
  }
  .clients-bot h3 {
    margin-left: 49px;
    margin-bottom: 11px;
    font-size: 15px;
    line-height: 18px;
    color: #626c81;
  }
  .clients-requests {
    display: flex;
    flex-direction: column;
    margin-bottom: 12px;
    position: relative;
  }
  .clients-requests .filter-mobile {
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 6px;
  }
  .clients-requests__title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 16px;
  }
  .clients-requests__x {
    padding-bottom: 4px;
  }
  .table-scroll-area {
    overflow-y: auto;
  }
  .table-scroll-y {
    display: block;
    position: absolute;
    width: 5px;
    top: 41px;
    height: 280px;
    right: 11px;
  }
  .table-scroll-y span {
    display: block;
    height: 21px;
    width: 5px;
    border-radius: 5px;
    background-color: #048459;
    transform: translateY(-100%);
    position: absolute;
    top: 0;
    left: 0;
  }
  .table-scroll-y:before {
    content: "";
    display: block;
    position: absolute;
    top: -21px;
    bottom: 0;
    right: 2px;
    width: 1px;
    background-color: #e6e6ee;
  }
  .table-scroll-x {
    bottom: auto;
  }
  .table-scroll-holder {
    position: relative;
  }
  .request-detail__top {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: 16px;
  }
  .request-detail__top-name {
    font-size: 18px;
    margin-right: 11px;
  }
  .request-detail__top-date {
    display: inline-block;
    vertical-align: top;
    margin: 10px 0 5px 0;
  }
  .request-detail__top-brand {
    order: 1;
    width: 100%;
    margin-top: 5px;
  }
  .request-detail__table {
    padding: 16px 24px 227px 16px;
    margin-bottom: 16px;
  }
  .request-detail__table .table .td {
    font-size: 14px;
    line-height: 17px;
    padding: 1px 8px 8px;
  }
  .request-detail__table .table .td:first-child {
    width: 275px;
  }
  .request-detail__table .table .tr-header .td {
    padding: 0 0 5px;
    font-size: 14px;
    line-height: 17px;
  }
  .request-detail__table .table .tr--first .td {
    padding-top: 16px;
  }
  .request-detail__table .table .tr--bot {
    position: absolute;
    bottom: 11px;
    left: 16px;
    right: 0;
  }
  .request-detail__table .table .tr--bot .td {
    display: inline-block;
    vertical-align: top;
    width: 48%;
    position: relative;
    padding: 22px 0 0;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    color: #626c81;
    margin-bottom: 13px;
    text-align: left;
  }
  .request-detail__table .table .tr--bot .td:before {
    content: attr(data-js-name);
    display: inline-block;
    vertical-align: top;
    position: absolute;
    top: 0;
    left: 0;
    white-space: nowrap;
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
  }
  .request-detail__table .table .tr--bot .td:nth-child(4) {
    width: 100%;
  }
  .request-detail__table .table .tr--bot .td:nth-child(3), .request-detail__table .table .tr--bot .td:nth-child(2), .request-detail__table .table .tr--bot .td:nth-child(1) {
    display: none;
  }
  .request-detail__table--main .table .tr--export {
    bottom: 12px;
  }
  .request-detail__table--main .table .tr--bot {
    bottom: 46px;
  }
  .request-detail__table--main .table .tr--bot .td {
    width: 50%;
  }
  .request-detail__table--main .table .tr--bot .td:nth-child(3) {
    display: inline-block;
    vertical-align: top;
  }
  .request-detail__table--main .table .tr--bot .td:nth-child(4) {
    width: 48%;
  }
  .request-detail__table--main .table-scroll-area {
    height: auto;
    overflow-y: visible;
  }
  .request-detail__table--main .table-scroll-x {
    bottom: 236px;
    top: auto;
    left: 38px;
  }
  .request-detail__table--main .table-scroll-y {
    display: none;
  }
  .request-detail__table--shipment .h3 {
    padding: 0;
    margin-bottom: 10px;
    width: 100%;
  }
  .request-detail .clients-bot {
    padding: 7px 16px 5px 49px;
    background-position: 8px 8px;
    margin-bottom: 18px;
  }
  .request-detail__files {
    margin-bottom: 31px;
  }
  .request-detail__files a {
    display: block;
    width: -moz-max-content;
    width: max-content;
    float: none;
    margin-bottom: 7px;
  }
  .request-detail__btns {
    margin-bottom: 35px;
  }
  .request-detail__btns .btn {
    width: 100%;
    margin: 0 0 7px;
    padding: 14px 38px 16px 13px;
  }
  .request-detail__btns .btn + span {
    display: block;
    width: 100%;
    color: #8d95ac;
    max-width: 100%;
  }
  .request-detail__btns .request-detail__btn--remove .btn {
    background-position-x: 83%;
  }
  .request-detail__btn {
    margin-bottom: 21px;
  }
  .request-detail__back {
    padding-left: 33px;
    line-height: 12px;
    margin-bottom: 24px;
  }
  .request-detail .cart-order {
    padding: 24px 16px;
  }
  .request-detail .cart-order__left {
    width: 100%;
    margin: 0;
  }
  .request-detail .cart-order__right {
    width: 100%;
  }
  .request-detail .cart-order__right .col--3,
  .request-detail .cart-order__right .col--4 {
    margin-bottom: 0;
  }
  .request-detail .cart-order__right .col--1 {
    margin-bottom: 17px;
  }
  .request-detail .cart-order .input-wrap--date > span {
    padding-right: 12px;
  }
  .orders {
    position: relative;
    padding: 26px 16px 40px;
    margin-bottom: 16px;
  }
  .orders-title {
    font-size: 24px;
    margin-bottom: 6px;
  }
  .orders-table {
    padding: 0;
    width: 900px;
  }
  .orders-table .tr-header .select .jq-selectbox__select-text {
    padding: 4px 16px 5px;
  }
  .orders-table .tr-header .td {
    padding: 18px 4px 8px;
  }
  .orders-table .td:not(.td--status) {
    padding: 13px 4px;
  }
  .orders .table-scroll-holder {
    margin: 0 -16px;
    padding: 0 16px 40px 11px;
  }
  .orders .table-scroll-x {
    top: 432px;
  }
  .orders .table-scroll-y {
    right: 7px;
    height: 410px;
  }
  .orders .table-scroll-area {
    height: 431px;
  }
  .orders-bot {
    position: absolute;
    bottom: 0;
    padding: 0 16px;
    box-shadow: none;
    border: none;
  }
  .orders-bot__right {
    width: 42%;
    font-size: 12px;
    margin: 0;
  }
  .orders-bot__left {
    width: 58%;
  }
  .orders-bot__left .btn {
    margin-right: 1.5%;
    font-size: 10px;
    padding-top: 30px;
  }
  .orders-bot__left .btn:last-child {
    margin-right: 0;
  }
  .orders-bot__left .btn:before {
    box-sizing: border-box;
    top: 2px;
    border: 1px solid #d5d7e0;
  }
  .orders-bot__left .btn:after {
    top: 2px;
  }
  .orders-bot__left .btn:active:after {
    filter: brightness(100);
  }
  .orders-bot__left .btn:active.btn--checkout:before {
    background-color: #2dc592;
    border-color: #2dc592;
  }
  .orders-bot__left .btn:active.btn--combine:before {
    background-color: #7d9aec;
    border-color: #7d9aec;
  }
  .orders-bot__left .btn:active.btn--cancel:before {
    background-color: #f27c93;
    border-color: #f27c93;
  }
  .orders-detail .request-detail__table {
    padding-bottom: 260px;
    position: relative;
    padding-right: 16px;
  }
  .orders-detail .request-detail__table-x {
    overflow-x: auto;
    padding-bottom: 24px;
  }
  .orders-detail .request-detail__table-x::-webkit-scrollbar {
    display: block;
    height: 5px;
    border: 2px solid #ffffff;
    background-color: #f4f5f7;
    border-radius: 4px;
  }
  .orders-detail .request-detail__table-x::-webkit-scrollbar-thumb {
    background-color: #048459;
    border-radius: 4px;
    height: 5px;
  }
  .orders-detail .request-detail__table-x .table {
    width: 900px;
  }
  .orders-detail .request-detail__table-x .table .td {
    padding: 8px;
  }
  .orders-detail .request-detail__table-x .table .td:first-child {
    width: 200px;
  }
  .orders-detail .request-detail__table-x .table .tr--bot {
    bottom: 64px;
  }
  .orders-detail .request-detail__table-x .table .tr--bot .td {
    padding-top: 22px;
  }
  .orders-detail .request-detail__table-x .table .tr--bot .td:nth-child(4) {
    width: 50%;
  }
  .orders-detail .request-detail__table-x .table .tr--bot .td:nth-child(3) {
    display: inline-block;
  }
  .orders-detail .request-detail__table-x .table .tr--export {
    position: absolute;
    bottom: 24px;
    left: 0;
    right: 0;
  }
  .orders-detail .request-detail__table-x .table .tr--export .td {
    width: 100%;
    display: none;
  }
  .orders-detail .request-detail__table-x .table .tr--export .td:last-child {
    display: block;
    text-align: left;
    padding: 0 16px;
  }
  .orders-detail .request-detail__table--main {
    padding-bottom: 245px;
    margin-bottom: 24px;
  }
  .orders-detail .request-detail__table--main .table .tr--bot {
    bottom: 46px;
  }
  .orders-detail .request-detail__table--main .table .tr--export {
    right: auto;
    left: 7px;
  }
  .orders-detail__bot {
    padding: 10px 16px 20px;
  }
  .orders-detail__bot .info {
    width: 100%;
    margin: 0 0 21px;
  }
  .orders-detail__bot .table-scroll-holder {
    padding-bottom: 10px;
  }
  .orders-detail__bot .request-detail__table-x .table {
    width: 460px;
  }
  .orders-detail__bot .request-detail__table-x .table .td:first-child {
    width: 250px;
  }
  .orders-detail__bot .col:first-child {
    margin-bottom: 16px;
  }
  .popup-pass, .popup-auth, .popup-distr {
    padding: 105px 16px 0;
    bottom: 0;
  }
  .popup-pass .popup-left, .popup-auth .popup-left, .popup-distr .popup-left {
    display: none;
  }
  .popup-pass .popup-right form, .popup-auth .popup-right form, .popup-distr .popup-right form {
    max-width: 344px;
    width: 100%;
  }
  .popup-pass .popup-title, .popup-auth .popup-title, .popup-distr .popup-title {
    font-size: 24px;
  }
  .popup-support {
    width: calc(100% - 32px);
    padding: 20px 16px;
  }
  .popup-support .popup-title {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
  }
  .popup-support form textarea {
    min-height: 161px;
  }
  .popup-support form button {
    padding: 14px 56px 16px;
    width: 100%;
  }
  .popup-support .fancybox-close-small {
    transform: translate(33%, -33%);
  }
  .popup-manager {
    width: calc(100% - 32px);
    padding: 20px 16px;
  }
  .popup-manager .popup-title {
    margin-bottom: 20px;
  }
  .popup-manager .popup-left form {
    padding: 0;
  }
  .popup-manager .popup-left form .input-wrap--comment {
    position: static;
    width: 100%;
  }
  .popup-manager .popup-left form textarea {
    min-height: 161px;
  }
  .popup-manager .popup-left form button {
    position: sticky;
    width: 100%;
  }
  .popup-manager .fancybox-close-small {
    transform: translate(33%, -33%);
  }
  .popup-button {
    background-position: right 24px top 20px;
  }
  .catalog-menu__mob {
    padding: 99px 33px 0;
  }
  .catalog-menu__mob-content {
    position: static;
    transform: none;
    max-width: 231px;
  }
  .catalog-menu__mob-content ul {
    padding-bottom: 2px;
    margin-bottom: 21px;
  }
  .catalog-menu__mob-content ul li {
    margin-bottom: 23px;
  }
  .catalog-menu__mob .header-phone {
    margin-bottom: 21px;
  }
  .catalog-menu__mob .catalog-menu__top-btn {
    width: 0;
    overflow: hidden;
    color: transparent;
    padding-right: 20px;
    background-size: 16px;
    right: 16px;
    top: 20px;
  }
  .registration {
    margin: 8px 0 40px;
    display: flex;
    flex-direction: column-reverse;
    box-shadow: none;
  }
  .registration .popup-left {
    padding: 23px 40px 7px;
  }
  .registration .popup-left .popup-left__img {
    padding-top: 74%;
    margin-bottom: 67px;
  }
  .registration .popup-left .swiper-pagination {
    bottom: 75px;
  }
  .registration .popup-left .popup-left__text {
    max-width: 250px;
  }
  .registration .swiper-button {
    display: none;
  }
  .registration .input-wrap--2 {
    display: block;
    width: 100%;
    margin: 0 0 23px;
  }
  .registration .popup-left__title {
    line-height: 24px;
    margin-bottom: 8px;
  }
  .registration .popup-right {
    padding-bottom: 18px;
    margin-bottom: 16px;
  }
  .registration .popup-right .popup-title {
    margin-bottom: 46px;
  }
  .registration .popup-right form {
    margin: 0 -8px;
  }
  .registration .popup-right .agree {
    margin: -8px 0 24px;
  }
  .registration .popup-right .popup-button {
    height: 56px;
    width: 100%;
    max-width: 312px;
  }
  .filter-top {
    padding: 14px 16px 8px;
  }
  .filter-top .filter-close {
    right: 16px;
  }
  .filter-content {
    height: auto;
    bottom: 41px;
    border-bottom: 1px solid #dcdce6;
    padding: 16px;
  }
  .filter-item {
    width: calc((100% - 8px) / 2);
    margin-right: 8px;
    line-height: 1;
    margin-bottom: 15px;
  }
  .filter-item:nth-child(2n+2) {
    margin-right: 0;
  }
  .filter-item--price {
    width: 100%;
    margin: 0 0 16px;
  }
  .filter-item--price .input:last-child {
    margin-right: 0;
  }
  .filter button {
    width: 100%;
    margin-top: 8px;
  }
  .filter .range {
    width: calc(100% - 150px);
  }
  .filter .select .jq-selectbox__select-text {
    padding: 7px 16px;
  }
  .filter .select .jq-selectbox__select-text:after {
    right: 0;
  }
  .filter--mode .filter-top {
    bottom: 239px;
  }
  .filter--mode .filter-content {
    padding: 16px 16px 24px;
    height: 198px;
  }
  .filter--mode .filter-item {
    width: 100%;
    margin: 0 0 16px;
  }
  .filter--min form {
    display: block;
  }
  .filter--min .filter-item--price {
    padding: 0;
  }
  .filter-buttons {
    width: auto;
    display: block;
  }
  .filter.opened {
    padding-bottom: 55px;
  }
  .catalog-sort__mobile > span, .catalog-show__mobile > span {
    display: none;
  }
  .catalog-sort__mobile > a, .catalog-show__mobile > a {
    font-size: 14px;
    padding: 7px 32px 6px 15px;
    border-color: #dcdce6;
    color: #767c8b;
  }
  .catalog-sort__mobile > a:after, .catalog-show__mobile > a:after {
    width: 11px;
    height: 11px;
    opacity: 0.9;
  }
  .catalog-sort__content .col-2, .catalog-show__content .col-2 {
    display: block;
    width: 100%;
    margin: 0;
  }
  .catalog-sort__content .col-2:first-child .radio + span, .catalog-show__content .col-2:first-child .radio + span {
    letter-spacing: 0.034em;
  }
  .catalog-sort__content-top, .catalog-show__content-top {
    padding: 12px 16px 13px;
    bottom: 228px;
  }
  .catalog-sort__content-items, .catalog-show__content-items {
    padding: 22px 16px;
  }
  .catalog-sort__content-close, .catalog-show__content-close {
    right: 30px;
    top: 15px;
  }
  .catalog-sort__content .radio-wrap, .catalog-show__content .radio-wrap {
    margin-bottom: 10px;
  }
  .catalog-sort__content button, .catalog-show__content button {
    display: block;
    width: 100%;
    margin-top: 22px;
    padding: 11px 26px;
  }
  .catalog-show__content-items {
    height: 200px;
  }
  .catalog-show__content-top {
    bottom: 252px;
  }
  .catalog-sort__content .col-2:first-child .radio + span span {
    letter-spacing: 0;
    margin-left: 7px;
  }
  .orders-detail__bot .table {
    width: 460px;
  }
  .orders-detail__bot .table-scroll-area {
    overflow-x: auto;
    height: auto;
    overflow-y: visible;
    scrollbar-width: none;
    -ms-overflow-style: none;
    -webkit-overflow-scrolling: touch;
  }
  .orders-detail__bot .table-scroll-area::-webkit-scrollbar {
    display: none;
  }
  .orders-detail__bot .table-scroll-x {
    display: block;
    position: absolute;
    height: 5px;
    bottom: 0;
    left: 22px;
    right: 0;
    background-color: #ffffff;
    top: auto;
  }
  .orders-detail__bot .table-scroll-x span {
    width: 21px;
    height: 5px;
    border-radius: 5px;
    background-color: #048459;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    transform: translateX(-100%);
  }
  .orders-detail__bot .table-scroll-x:before {
    content: "";
    display: block;
    position: absolute;
    height: 1px;
    background-color: #e6e6ee;
    top: 2px;
    left: -21px;
    right: 0;
    z-index: 0;
  }
  .orders-detail__bot .table-scroll-holder {
    position: relative;
    padding-bottom: 10px;
  }
  .orders-detail__bot .btn {
    width: 100%;
    max-width: 312px;
    padding: 15px;
    margin-bottom: 16px;
  }
  .section--new form {
    display: block;
  }
  .type-filter a.label,
  .type-filter span.label {
    margin-right: 6px;
  }
  .filter-item--bot .jq-selectbox__dropdown {
    height: 111px !important;
    overflow: auto;
  }
  .product-detail__img .swiper-slide video + a.video-btn.play {
    background: url("/local/templates/collant/images/svg/to-img.svg") no-repeat center #ffffff;
  }
  .product-detail__img .swiper-slide video + a.video-btn.play:before, .product-detail__img .swiper-slide video + a.video-btn.play:after {
    display: none;
  }
  .gallery-top3 .video-controls {
    display: none;
  }
  .gallery-top3.videoOn .video-controls {
    display: flex;
  }
  .product.grid-view .product-name {
    color: #000000;
  }
  .body--sectionSale .filter--mode .filter-top {
    bottom: 288px;
  }
  .body--sectionSale .filter--mode .filter-content {
    height: 233px;
    bottom: 55px;
    padding-top: 24px;
  }
  .body--sectionSale .filter--mode .filter-item {
    margin-bottom: 24px;
  }
  .body--sectionSale .filter--mode .input {
    border-color: #dcdce6;
  }
  .body--prodDetail .fancybox-container {
    z-index: 99994;
  }
  .order-end {
    padding: 40px 0 60px;
  }
  .order-end__title {
    max-width: 240px;
    margin: 0 auto 24px;
    font-size: 20px;
    line-height: 24px;
  }
  .order-end .str404-img {
    margin: 0 auto;
    padding-top: 60%;
  }
  .ui-datepicker-multi {
    flex-direction: column;
  }
  .clients-requests .table .tr-header .td:last-child .jq-selectbox__dropdown {
    min-width: 180px;
  }
  .product-table__bot {
    flex-wrap: wrap;
  }
  .product-table .product-table__snl {
    transform: translateX(-4px) translateY(-8px);
  }
}
@media (max-width: 640px) {
  .product-table__bot {
    max-width: 100%;
  }
  .offer-notification__text {
    font-size: 14px;
  }
  .offer-notification__btn {
    font-size: 14px;
  }
  .personal-promos ul {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media (max-width: 480px) {
  .filter-mobile {
    margin-bottom: 10px;
  }
  .catalog-top__right {
    float: none;
    text-align: left;
  }
  .product:not(.grid-view) .product-top {
    padding: 15px 15px 10px 15px;
  }
  .product:not(.grid-view) .product-img {
    position: relative;
    top: unset;
    left: unset;
  }
  .product:not(.grid-view) .product-name {
    padding-right: 24px;
  }
  .product:not(.grid-view) .product-info {
    width: calc(100% - 68px);
    padding-left: 10px;
  }
  .product:not(.grid-view) .product-prices {
    padding-left: unset;
  }
  .product:not(.grid-view) .product-ins {
    top: 15px;
    right: 5px;
  }
  .product:not(.grid-view) .product-basket {
    position: static;
    display: inline-block;
    margin-top: 5px;
    padding: unset;
    background: transparent;
  }
  .product.grid-view .product-basket {
    font-size: 10px;
  }
}
.alert {
  margin: 0 0 16px 0;
}

.alert-success {
  color: #048459;
}

.alert-danger {
  color: #c63e59;
}

#modef,
.smart-filter-container-modef {
  display: none;
}

.back-white {
  background: #fff;
}
.back-yellow {
  background: #fdf1db;
}
.back-green {
  background: #e5f8ef;
}

.tr--alert-count .td--1,
.tr--alert-count .td--5,
.tr--alert-count .td--8 input {
  color: #f27c93 !important;
}

.td--alert,
.td--alert input {
  color: #f27c93 !important;
}

/* end scss styles */
/* import */
[x-cloak] {
  display: none !important;
}

.import-2__button-download {
  margin-left: 8px;
  padding: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  border-color: #dcdce6;
  color: #989faf;
}
.import-2__button-download svg {
  width: 20px;
  height: 20px;
  color: #8d95ac;
}
.import-2__button-download svg path {
  transition: all 0.3s ease;
}
.import-2__button-download:hover svg path {
  fill: white;
}
.import-2__button--reset {
  background: none;
  border: none;
  outline: none;
  font-size: 16px;
  padding: 0;
}
.import-2__edit-button:hover svg {
  color: white;
}
.import-2__modal-content {
  overflow: auto;
  max-height: 100vh;
}

.import input,
.import button,
.import-2 input,
.import-2 button {
  font-family: "Lato", "Arial", sans-serif;
}

h2.import__title,
h2.import-2__title {
  margin-top: 3rem;
  color: #383d48;
}

.import__sections {
  margin-top: 4rem;
  margin-bottom: 10rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  -moz-column-gap: 1rem;
       column-gap: 1rem; /* 16px */
}

.import__section {
  padding: 2rem;
  background-color: white;
  border-radius: 0.5rem; /* 8px */
  box-shadow: 0 2px 4px rgba(26, 36, 12, 0.07);
}

.import__section-title {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #383d48;
  font-weight: bold;
  max-width: 336px;
  display: inline-block;
}

.import__section-list {
  margin-top: 2.25rem;
  padding-left: 16px;
}

.import__section-list li:not(:first-of-type) {
  margin-top: 1.5rem;
}

.import__section-list li::marker {
  color: #048459;
  font-size: 21px;
}

.import__section-link {
  display: inline-block;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-weight: 500;
  margin-top: 1.75rem;
}

.import__section-small {
  margin-top: 1.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #989faf;
}

.import-2__sections {
  margin-top: 2.5rem;
  margin-bottom: 4rem;
}

.import-2__section {
  padding-top: 2rem;
  padding-right: 4rem;
  padding-bottom: 2rem;
  padding-left: 2rem;
  background-color: white;
  border-radius: 0.5rem; /* 8px */
  box-shadow: 0 2px 4px rgba(26, 36, 12, 0.07);
}

.import-2__section:not(:first-of-type) {
  margin-top: 1.5rem;
}

.import-2__section-wrap {
  display: flex;
}

.import-2__number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 9999px;
  background-color: #048459;
  margin-right: 2rem;
  flex-shrink: 0;
}

.import-2__number span {
  font-weight: 600;
  color: white;
}

.import-2__content-wrap {
  margin-right: 32px;
  width: 100%;
}

.import-2__section-title {
  display: inline-block;
  color: #383d48;
  margin-top: 0.5rem;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.import-2__download-text {
  max-width: 650px;
  margin-top: 1rem;
  margin-bottom: 0px;
}

.import-2__file-wrap {
  display: flex;
}

.import-2__file-wrap + .import-2__file-wrap {
  margin-top: 10px;
}

.import-2__file-name {
  width: 100%;
  border-radius: 4px;
  border: 1px solid #dcdce6;
  word-wrap: break-word;
  padding: 16px;
  color: #626c81;
}

@media (max-width: 576px) {
  .popup-manager__file-wrapper .import-2__file-name {
    max-width: inherit;
  }
  .import-2__file-delete-button {
    width: 50px !important;
    padding: 0 !important;
  }
}
.import-2__file-delete-button {
  padding: 16px;
  margin-left: 8px;
  background-color: white;
  border: 1px solid #dcdce6;
  border-radius: 4px;
  cursor: pointer;
}

.import-2__file-delete-button svg {
  width: 16px;
  height: 16px;
  color: #a5abc0;
  pointer-events: none;
}

.import-2__file-delete-button:hover svg {
  color: #ff1820;
}

.import-2__button {
  display: inline-block;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-weight: 500;
  margin-top: 1.75rem;
}

.import-2__button--mt-10 {
  margin-top: 10px;
}

.import-2__button:hover {
  background-color: #2dc592;
  border-color: #2dc592;
}

.import-2__button-subtext {
  margin-top: 0.625rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.import-2__button-white {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-top: 4rem;
  margin-left: auto;
  align-self: flex-start;
  background-color: white;
  color: #048459;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  flex-shrink: 0;
}

.import-2__button-red, .import-2__button-red:hover {
  background-color: #dc3545;
  border-color: #dc3545;
}

.import-2__button-download:not(.import-2__button-download--type-2) svg {
  width: 10px;
  height: 12px;
  margin-left: 8px;
}

.import-2__form-wrap {
  max-width: 700px;
  margin-top: 20px;
}

.import-2__form-buttons-wrap {
  display: flex;
  justify-content: space-between;
}

.import-2__select-button {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 1rem;
  padding-left: 1rem;
  padding-right: 1.5rem;
  padding-bottom: 1rem;
  background-color: white;
  border-color: #dcdce6;
  color: #989faf;
}

.import-2__select-button:hover {
  background-color: white !important;
  color: #233863 !important;
  border-color: #048459 !important;
}

.import-2__select-button.active {
  background-color: white;
  color: #233863;
  border-color: #048459;
}

.import-2__select-button.chosen {
  color: #233863;
}

.import-2__select-button svg {
  width: 10px;
  height: 6px;
  color: #8d95ac;
}

.import-2__form-select {
  display: none;
  position: absolute;
  left: 0;
  top: calc(100% + 12px);
  width: 100%;
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(26, 36, 12, 0.07);
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 16px;
}

.import-2__form-select-list {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow-y: auto;
  max-height: 283px;
}

.import-2__form-select-list::-webkit-scrollbar {
  width: 2px;
}

.import-2__form-select-list::-webkit-scrollbar-track {
  background-color: #f0f1f5;
}

.import-2__form-select-list::-webkit-scrollbar-thumb {
  background-color: #048459;
}

.import-2__form-select-list li {
  padding: 10px 16px;
  cursor: pointer;
}

.import-2__form-select-list li:hover {
  background-color: #f3f4f6;
}

.import-2__select-item-title {
  color: #233863;
}

.import-2__form-select-list li p {
  font-size: 12px;
  line-height: 16px;
  color: #626c81;
  margin-top: 6px;
}

.import-2__edit-button {
  margin-left: 8px;
  padding: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  border-color: #dcdce6;
  color: #989faf;
}

.import-2__edit-button svg {
  width: 20px;
  height: 20px;
  color: #8d95ac;
}

.import-2__edit-button:hover {
  background-color: white;
  border-color: #dcdce6;
}

.import-2__form-section {
  margin-top: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 383px;
}

.import-2__form-section--first {
  margin-top: 16px;
}

.import-2__form-section label {
  flex: 1;
  color: #626c81;
}

.import-2__form-section button {
  margin: 0 8px;
  background-color: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
}

.import-2__form-section input {
  margin-left: 10px;
  padding: 16px;
  max-width: 100px;
  width: 100%;
  border: 1px solid #dcdce6;
  border-radius: 4px;
  font-weight: 600;
  color: #233863;
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 991px) {
  .import-2__form-section input {
    margin-right: 0;
    margin-left: 0;
  }
}

.import-2__form-section .jq-selectbox {
  max-width: 100px;
  width: 100%;
  margin-left: 10px;
  border-radius: 4px;
  border: 1px solid #dcdce6;
}
.import-2__form-section .jq-selectbox__select-text {
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #233863;
}
.import-2__form-section .jq-selectbox__dropdown {
  top: 100% !important;
}

.import-2__form-section input::-moz-placeholder {
  font-weight: 600;
  color: #80899a;
}

.import-2__form-section input::placeholder {
  font-weight: 600;
  color: #80899a;
}

.import-2__button-start:disabled {
  background-color: #a5abc0;
  border-color: #a5abc0;
}

.import-2__button-wrapper {
  width: 100%;
}

.import-2__button-loaded {
  margin-top: 10px;
}

.import-2__button-wrapper .import-2__button-loaded:not(.import-2__button--mt-10) {
  margin-top: 0;
}

.import-2-collapse {
  margin-top: 20px;
}

.import-2-collapse-item {
  width: 100%;
  border: 1px #DCDCE6 solid;
  padding: 16px;
  margin-bottom: 15px;
}

.import-2-collapse-item:last-child {
  margin-bottom: 0;
}

.import-2-collapse-item__header {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  background: transparent;
  border: 0;
  cursor: pointer;
}

.import-2-collapse-item__title {
  margin-top: 0;
  text-align: left;
  color: #383d48;
}

.import-2-collapse-item__date-update {
  font-size: 16px;
  font-weight: normal;
  color: #048459;
  display: block;
  line-height: 1.4;
}

.import-2-collapse-item__arrow {
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #048459;
  color: #FFF;
  transform: rotateY(180deg);
  border-radius: 9999px;
  border: 1px solid transparent;
  flex-shrink: 0;
}

.import-2-collapse-item__arrow--mr16 {
  margin-right: 16px;
}

.import-2-collapse-item__arrow--active {
  transform: none;
  border-color: #DCDCE6;
  background-color: #EEEFF1;
  color: #626C81;
}

.import-2-collapse-item__body {
  padding: 16px 16px 0 16px;
}

.import-2-collapse-item__sections {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  padding-top: 30px;
  border-top: 1px #DCDCE6 solid;
}

.import-2-collapse-item__section {
  width: 100%;
  flex: 1 1 25%;
  max-width: 25%;
  padding: 0 15px;
}

.import-2-collapse-item__section-title {
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
  text-transform: uppercase;
  color: #048459;
  margin-bottom: 15px;
}

.import-2-collapse-item__section-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.import-2-collapse-item__section-list {
  margin-bottom: 15px;
}

.import-2-collapse-item__section-list > li {
  margin-bottom: 5px;
}

.import-2-collapse-item__section-list > li:last-child {
  margin-bottom: 0;
}

.import-2-collapse-item__section-list > li > a {
  font-size: 13px;
  border-bottom: 1px solid transparent;
  padding-bottom: 2px;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  overflow: hidden;
}

.import-2-collapse-item__section-list:hover > a {
  border-bottom-color: #048459;
}

.import-2__modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  display: flex;
}

.import-2__modal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(27, 34, 48, 0.8);
}

.import-2__modal-content {
  z-index: 100;
  background-color: white;
  border-radius: 8px;
  padding: 56px 64px 64px;
  margin: auto;
  position: relative;
}

.import-2__modal-title {
  font-size: 20px;
  line-height: 24px;
  color: #383d48;
  font-weight: 700;
  margin-left: 8px;
}

.import-2__modal-settings-wrap {
  margin-top: 40px;
  padding: 16px 56px 16px 24px;
  display: flex;
  background-color: #f3f4f6;
  border: 1px solid #dcdce6;
  border-radius: 8px;
}

.import-2__modal-setting-section {
  display: flex;
  flex-direction: column;
  width: 100px;
  margin-left: 8px;
}

.import-2__modal-setting-section span {
  font-size: 12px;
  line-height: 16px;
  color: #233863;
}

.import-2__modal-setting-section input {
  margin-top: 6px;
  padding: 16px;
  border: 1px solid #dcdce6;
  border-radius: 4px;
  color: #233863;
  font-size: 16px;
  line-height: 24px;
}

.import-2__modal-setting-section input::-moz-placeholder {
  color: #626c81;
  font-size: 16px;
  line-height: 24px;
}

.import-2__modal-setting-section input::placeholder {
  color: #626c81;
  font-size: 16px;
  line-height: 24px;
}

.import-2__modal-settings-name {
  width: 320px;
  margin-left: 0;
}

.import-2__modal-settings-name span {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
}

.import-2__modal-settings-name input {
  margin-top: 19px;
}

.import-2__modal-settings-button {
  margin-top: 30px;
  padding: 16px 40px;
}

.import-2__modal-settings-button:hover {
  background-color: #2dc592;
  border-color: #2dc592;
}

.import-2__remove-settings-button {
  margin-left: 10px;
  background: #dc3545;
  border-color: #dc3545;
}

.import-2__remove-settings-button:hover {
  background: #842029;
  border-color: #842029;
}

.import-2__modal-close-button {
  position: absolute;
  top: 56px;
  right: 64px;
  color: #5e636f;
  background: transparent;
  border: none;
  cursor: pointer;
  font-size: 16px;
  line-height: 24px;
}

.import-2__modal-close-button svg {
  width: 10px;
  height: 10px;
  margin-left: 8px;
}

.import-2__modal-example .import-2__modal-content {
  padding: 40px 48px;
}

.import-2__modal-example .import-2__modal-close-button {
  top: 40px;
  right: 48px;
}
.import-2__modal-example .import-2__modal-close-button span {
  display: none;
}
.import-2__modal-example .import-2__modal-close-button svg {
  margin-left: unset;
}

.import-2__modal-example-wrap {
  position: relative;
}

.import-2__modal-example-top {
  position: absolute;
  left: 24px;
  top: -10px;
  color: #626c81;
  font-size: 14px;
  line-height: 24px;
  display: flex;
}

.import-2__modal-example-top span {
  width: 92px;
  text-align: center;
}

.import-2__modal-example-top span:not(:first-of-type) {
  margin-left: 8px;
}

.import-2__modal-example-left {
  position: absolute;
  left: 8px;
  top: 24px;
  width: auto;
  color: #626c81;
  font-size: 14px;
  line-height: 24px;
  display: flex;
  flex-direction: column;
}

.import-2__modal-example-left span {
  height: 48px;
  display: flex;
  align-items: center;
}

.import-2__modal-example-left span:not(:first-of-type) {
  margin-top: 8px;
}

.import-2__modal-example-grid-wrap {
  margin-top: 72px;
  padding-top: 24px;
  padding-left: 24px;
  display: grid;
  grid-template-columns: repeat(7, 92px);
  grid-template-rows: repeat(5, 48px);
  grid-gap: 8px;
  grid-row-gap: 8px;
}

.import-2__modal-example-grid-wrap div {
  background-color: #f0f1f5;
  border-radius: 8px;
  color: #989faf;
  font-size: 12px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.import-2__modal-example-grid-wrap .import-2__modal-example-active {
  background-color: #e0f1ea;
  color: #048459;
  position: relative;
}

.import-2__example-active-number {
  color: white;
  z-index: 2;
}

.import-2__example-barcode-active {
  position: absolute;
  left: 419px;
  top: -40px;
  bottom: -8px;
  background-color: #048459;
  width: 102px;
  border-radius: 8px;
}

.import-2__example-quantity-active {
  position: absolute;
  left: 519px;
  top: -40px;
  bottom: -8px;
  background-color: #048459;
  width: 102px;
  border-radius: 8px;
}

.import-2__example-price-active {
  position: absolute;
  left: 619px;
  top: -40px;
  bottom: -8px;
  background-color: #048459;
  width: 102px;
  border-radius: 8px;
}

.import-2__example-first-number-active {
  position: absolute;
  left: 0;
  top: 76px;
  height: 56px;
  background-color: #048459;
  border-radius: 8px;
  width: 730px;
}

.import-2__modal-example-caption {
  margin-top: 32px;
  text-align: center;
  color: #383d48;
}

.import-2__success-block {
  background-color: white;
  border-radius: 8px;
  padding: 64px 100px 116px;
  margin-top: 64px;
  margin-bottom: 64px;
}

.import-2__success-header {
  display: flex;
  align-items: center;
  gap: 20px;
}

.import-2__success-title {
  font-size: 20px;
  line-height: 24px;
  color: #383d48;
  margin-top: 16px;
  font-weight: bold;
}

.import-2__success-text {
  margin-top: 16px;
  max-width: 432px;
  color: #383d48;
}

.import-2__success-text > a {
  color: #048459;
  text-decoration: underline;
}

.import-2__success-buttons {
  display: flex;
  flex-wrap: wrap;
}

.import-2__success-button {
  margin-top: 32px;
  padding: 16px 40px;
}

.import-2__success-button + .import-2__success-button {
  margin-left: 15px;
}

.import-2__success-ok {
  margin-top: 12px;
  padding: 24px;
  background-color: rgba(4, 132, 89, 0.12);
  border-radius: 8px;
  color: #048459;
  max-width: 544px;
}

.import-2__success-ok-title {
  font-weight: 600;
  margin-bottom: 24px;
}

.import-2__success-alert {
  margin-top: 40px;
  padding: 24px;
  background-color: #FFD5D7;
  border-radius: 8px;
  color: #C6050B;
  max-width: 544px;
}

.import-2__success-alert-title {
  font-weight: 600;
  margin-bottom: 24px;
}

.import-2__success-alert--scroll {
  max-height: 300px;
  overflow: auto;
}

.import-2__success-ok-message span,
.import-2__success-alert-message span {
  display: inline-block;
}

.import-2__success-ok-message span:not(:first-of-type),
.import-2__success-alert-message span:not(:first-of-type) {
  margin-top: 12px;
}

.import-2__success-alert-link {
  display: inline-block;
  color: #dc3545;
  margin-top: 20px;
  border-bottom: 1px dotted;
}

.import-2__new-settings-response {
  margin-top: 16px;
}

.import-2__start-import, .import-2__attention-import {
  display: block;
  margin-bottom: 16px;
}

.import-2 .success {
  color: #198754;
}

.import-2 .error {
  color: #dc3545;
}

.cart-rest-warning {
  display: flex;
  justify-content: space-between;
  margin: 0 -15px;
  margin-bottom: 25px;
}

.cart-rest-warning_col {
  width: 100%;
  max-width: 50%;
  padding: 0 15px;
}

.cart-rest-warning_list {
  padding-left: 20px;
  margin: 0;
}

.cart-rest-warning_list-item {
  margin-bottom: 3px;
  font-size: 14px;
  color: #dc3545;
}

.cart-rest-warning_list-item:last-child {
  margin-bottom: 0;
}

.cart-rest-warning_list-item > a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.cart-rest-warning-att {
  font-size: 13px;
  margin-top: 10px;
}

.cart-rest-warning-submit {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

.cart-rest-warning-submit:last-child {
  margin-bottom: 0;
}

.cart-rest-warning-submit__text {
  color: #198754;
  font-size: 14px;
  margin-left: 15px;
}

.cart-rest-warning-submit .btn {
  font-size: 14px;
  padding: 7px 13px;
}

.cart-rest-warning-submit .cart-order__btn {
  position: static;
  padding-right: 33px;
  background-position: right 6px center;
  width: auto;
}

.rest-warning-modal-wrapper {
  max-height: 400px;
  overflow: auto;
  padding-right: 20px;
}

.rest-warning-modal-wrapper::-webkit-scrollbar {
  display: block;
  width: 5px;
  background-color: #e6e6ee;
  border: 2px solid #ffffff;
  border-radius: 4px;
}

.rest-warning-modal-wrapper::-webkit-scrollbar-thumb {
  background-color: #048459;
  border-radius: 4px;
  width: 5px;
}

@media (max-width: 1300px) {
  .cart-rest-warning {
    flex-wrap: wrap;
  }
  .cart-rest-warning_col {
    max-width: 100%;
    margin-bottom: 15px;
  }
  .cart-rest-warning_col:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 1023px) {
  .import__sections {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    row-gap: 1rem;
    margin-bottom: 5rem;
  }
  .import-2__section-wrap {
    flex-direction: column;
  }
  .import-2__content-wrap {
    margin-top: 1rem;
    margin-right: 0;
  }
  .import-2__button-white {
    margin-left: 0;
    margin-top: 2rem;
  }
  .import-2__modal-content {
    max-width: calc(100% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
    padding: 2rem;
  }
  .import-2__new-settings-modal .import-2__modal-content,
  .import-2__edit-settings-modal .import-2__modal-content {
    margin-left: auto;
    margin-right: auto;
  }
  .import-2__modal-example .import-2__modal-content {
    padding: 2rem;
  }
  .import-2__example-content-wrap {
    overflow: auto;
  }
  .import-2__modal-close-button,
  .import-2__modal-example .import-2__modal-close-button {
    top: 32px;
    right: 32px;
  }
  .import-2__modal-close-button span,
  .import-2__modal-example .import-2__modal-close-button span {
    display: none;
  }
  .import-2__modal-title {
    margin-left: 0;
  }
  .import-2__success-block {
    padding: 2rem;
  }
  .import-2-collapse-item__section {
    flex: 1 1 33%;
    max-width: 33%;
  }
}
@media (max-width: 767px) {
  .import__section {
    padding: 1rem;
  }
  .import-2__section {
    padding: 1rem;
  }
  .import-2__form-section button {
    margin-right: 1rem;
    margin-left: auto;
  }
  .import-2__modal-title {
    max-width: 270px;
    display: inline-block;
  }
  .import-2__modal-close-button,
  .import-2__modal-example .import-2__modal-close-button {
    top: 16px;
    right: 16px;
  }
  .import-2__modal-settings-wrap {
    flex-direction: column;
  }
  .import-2__modal-setting-section {
    margin-left: 0;
  }
  .import-2__modal-setting-section:not(:first-of-type) {
    margin-top: 8px;
  }
  .import-2__modal-settings-name {
    max-width: 100%;
  }
  .import-2__success-block {
    padding: 1rem;
  }
  .import-2-collapse-item__section {
    flex: 1 1 50%;
    max-width: 50%;
  }
}
@media (max-width: 640px) {
  .import-2__success-buttons {
    display: block;
  }
  .import-2__success-button {
    display: block;
  }
  .import-2__success-button + .import-2__success-button {
    margin-left: 0;
    margin-top: 15px;
  }
  .import-2__remove-settings-button {
    margin-left: 0;
  }
  .import-2-collapse-item__date-update {
    margin-bottom: 10px;
  }
}
@media (max-width: 480px) {
  .product-detail .product-table .table {
    width: 100%;
    overflow: auto;
    background: #f4f5f7;
  }
  .product-table .table .tr-header {
    padding-left: 0;
  }
  .product-table .table .tr-header .product-table__name-id {
    padding-left: 28px;
  }
  .product-detail .product-table .table .td {
    width: 100%;
    max-width: 85px;
    min-width: 60px;
    font-size: 14px;
  }
  .product-detail .product-table .table .td:first-child {
    max-width: 110px;
    min-width: 110px !important;
    padding-left: 5px;
  }
  .product-detail .product-table__name {
    overflow-x: auto;
    /* max-width:100px; */
    padding-bottom: 5px;
  }
  .product-table__name-color {
    transform: none;
    width: 16px;
    height: 16px;
  }
  .product-table__name-code {
    white-space: nowrap;
    max-width: 85px;
    padding-left: 28px;
    font-size: 13px;
  }
  .import-2-collapse-item__section {
    flex: 1 1 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
  .import-2-collapse-item__section:last-child {
    margin-bottom: 0;
  }
}
.product__bottom-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
}

.product__bottom-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.product__bottom-cart {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.product__bottom-additional {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.product__bottom-item {
  display: flex;
  align-items: center;
  gap: 12px;
}

.product__bottom-item {
  font-size: 16px;
  line-height: 19px;
}

.product__bottom-icon {
  display: block;
  width: 28px;
  height: 28px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 991px) {
  .product__bottom-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
  .product__bottom-info {
    width: 100%;
    flex-direction: row-reverse;
    justify-content: flex-end;
  }
  .product__bottom-icon {
    width: 24px;
    height: 24px;
  }
}
.sale__error-block,
.sale__success-block {
  display: flex;
  align-items: center;
}

.sale__error-text,
.sale__success-text {
  display: block;
  padding-left: 16px;
}

.sale__error-block {
  color: #dc3545;
}

.sale__success-block {
  color: #2dc592;
}

.sale__hide {
  display: none;
}

.pPromo-btn[data-sale-in] {
  position: relative;
  max-width: 253px;
  width: 100%;
  height: 58px;
}

.btn-action-cart-spinner {
  display: flex;
  width: 42px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.btn-action-cart-spinner .circle {
  max-width: 6px;
  max-height: 6px;
  min-width: 6px;
  min-height: 6px;
  border-radius: 50%;
  background-color: white;
  animation: move 500ms linear 0ms infinite;
  margin-right: 12px;
}

.btn-action-cart-spinner .circle:first-child {
  position: absolute;
  top: 0;
  left: 0;
  animation: grow 500ms linear 0ms infinite;
}

.btn-action-cart-spinner .circle:last-child {
  position: absolute;
  top: 0;
  right: 0;
  margin-right: 0;
  animation: grow 500ms linear 0s infinite reverse;
}

@keyframes grow {
  from {
    transform: scale(0, 0);
    opacity: 0;
  }
  to {
    transform: scale(1, 1);
    opacity: 1;
  }
}
@keyframes move {
  from {
    transform: translateX(0px);
  }
  to {
    transform: translateX(18px);
  }
}
.td__info {
  position: relative;
  flex: auto;
  max-width: 200px;
}
.td__info-link {
  display: block;
  padding-top: 4px;
  text-decoration: underline;
  font-size: 12px;
}

.td__info-top {
  display: flex;
}

.td__info-text {
  display: block;
  margin-right: 20px;
}

.td__info-icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
}

.td__info-spoiler {
  display: none;
  margin-top: 20px;
  position: absolute;
  padding: 10px;
  right: 0;
  bottom: -5px;
  font-size: 14px;
  line-height: 15px;
  width: 100%;
  max-width: calc(100vw - 70px);
  z-index: 1;
  transform: translateY(100%);
  background-color: rgb(245, 245, 245);
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  transition: opacity 0.3s ease;
}

.td__info-spoiler--active {
  opacity: 1;
  height: inherit;
  /* visibility: visible; */
  pointer-events: all;
}

.td__info-spoiler--top {
  bottom: inherit;
  top: -5px;
  transform: translateY(-100%);
  margin-top: -20px;
}

.tr--relative {
  position: relative;
}

.td__warning {
  display: flex;
  align-items: center;
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
}

.product-table__name-color--active {
  border: 4px solid #048459;
}

.product-pack {
  position: relative;
}

.product-pack::before {
  content: "";
  background-color: black;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  transition: all 0.3s ease;
  opacity: 0;
}

.product-pack .fancybox-loading {
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.product-pack--loading::before,
.product-pack--error::before {
  opacity: 0.3;
}

.product-pack--loading .fancybox-loading {
  opacity: 1;
}

.product-pack--loading img,
.product-pack--error img {
  font-size: 0;
}

.product-pack--loading,
.product-pack--error {
  overflow: hidden;
}

.product-pack--error {
  min-height: 429px;
}

.product-pack__error-image {
  opacity: 0;
}

/* .product-pack img {
  transition: opacity 0.3s ease;
} */
.product-pack__error-icon {
  width: 48px;
  height: 48px;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  transition: all 0.3s ease;
  transform: translate(-50%, -50%);
}

.product-pack--error .product-pack__error-icon {
  animation: fadeIn 0.3s ease-in-out forwards;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.import-2__loader-rotation {
  content: "";
  position: relative;
  width: 50px;
  height: 50px;
  margin: 20px auto;
  animation: loader-rotation 0.8s infinite linear;
  border-left: 3px solid rgba(4, 132, 89, 0.15);
  border-right: 3px solid rgba(4, 132, 89, 0.15);
  border-bottom: 3px solid rgba(4, 132, 89, 0.15);
  border-top: 3px solid rgba(4, 132, 89, 0.8);
  border-radius: 100%;
}
@keyframes loader-rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.import-2__success-wrapper + .import-2__success-wrapper {
  margin-top: 30px;
}

.import-2__loader {
  display: flex;
  justify-content: center;
  position: fixed;
  z-index: 1000;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.5);
  opacity: 0;
  pointer-events: none;
}

.import-2__loader--active {
  opacity: 1;
  pointer-events: all;
}

.import-2__loader-wrapper {
  display: flex;
  flex-direction: column;
  max-width: 400px;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.import-2__loader-title {
  font-size: 2rem;
  font-weight: 800;
  text-align: center;
}

.import-2__loader-subtitle {
  display: block;
  margin: 20px 0;
  font-size: 1.5rem;
  text-align: center;
}

.import-2__loader-text {
  display: flex;
  margin-bottom: 20px;
  font-size: 1.5rem;
  text-align: center;
}

.import-2__loader-num {
  margin: 0 5px;
}

.import-2__loader-progress {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: none;
  border-radius: 10px;
  height: 10px;
}

.import-2__loader-progress::-webkit-progress-bar,
.import-2__loader-progress::-webkit-progress-value {
  border-radius: 10px;
}

.import-2__loader-progress::-moz-progress-bar {
  border-radius: 10px;
}

.import-2__loader-progress::-webkit-progress-value {
  background: #048459;
}

.popup-order {
  max-width: 656px;
  padding: 27px 32px 30px;
}
.popup-order__content {
  display: flex;
  flex-direction: column;
  margin-top: 15px;
}
.popup-order__new-setting {
  z-index: 99993 !important;
}
.popup-order__result {
  max-width: 656px;
  padding: 27px 32px 30px;
  min-height: 300px;
}
.popup-order__button {
  outline: none;
  border: none;
  width: 20px;
}
.popup-order__download {
  margin-top: 20px;
}
.popup-order > .fancybox-button[data-fancybox-close] {
  z-index: 1;
}
.popup-order__history, .popup-order__repeat {
  max-width: 480px !important;
  padding: 27px 32px 30px !important;
  display: none;
}
.popup-order__history .popup-form, .popup-order__repeat .popup-form {
  display: flex;
  flex-direction: column;
}
.popup-order__history .popup-form [type=submit], .popup-order__repeat .popup-form [type=submit] {
  margin-left: auto;
}
.popup-order__history-list {
  max-height: 400px;
  padding: 0;
  padding-right: 15px;
  margin: 0;
  list-style: none;
  font-size: 14px;
  overflow-y: auto;
}
.popup-order__history-list::-webkit-scrollbar {
  display: block;
  width: 5px;
  height: 100%;
  background-color: #e6e6ee;
  border-radius: 3px;
}
.popup-order__history-list::-webkit-scrollbar-thumb {
  background-color: #048459;
  border-radius: 3px;
  width: 5px;
}
.popup-order__history-item + .popup-order__history-item {
  margin-top: 15px;
}
.popup-order__history-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.popup-order__history-user {
  font-size: 15px;
  font-weight: bold;
}
.popup-order__history-time {
  font-size: 13px;
  color: #80899a;
}
.popup-order__history-employee {
  margin-bottom: 5px;
  font-size: 12px;
  line-height: 1;
  color: #80899a;
}
.popup-manager {
  margin: 20px 0 !important;
}
.popup-manager__type-block {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
@media (max-width: 991px) {
  .popup-manager__type-block {
    grid-template-columns: 1fr;
  }
}
.popup-manager__type-block .jq-selectbox {
  width: 100%;
}
.popup-manager__type-block .jq-selectbox__select-text {
  padding: 15px 24px 16px;
  border: 1px solid #dcdce6;
  border-radius: 4px;
}
.popup-manager__type-block .jq-selectbox__dropdown {
  top: 100% !important;
  line-height: 24px;
}
.popup-manager__contacts-block {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
@media (max-width: 991px) {
  .popup-manager__contacts-block {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.popup-manager__comment-file {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
@media (max-width: 991px) {
  .popup-manager__comment-file {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.popup-manager__file-wraper {
  display: flex;
  flex-direction: column;
}
.popup-manager__file-wraper .import-2__button-loaded {
  margin-top: 0;
}
.popup-manager__file-title {
  display: block;
  margin: 10px 0 0;
}
.popup-manager__file-title--hide {
  display: none;
}
@media (max-width: 1024px) {
  .popup-manager__file-title {
    margin: 2px 0 20px;
    font-size: 14px;
  }
}
.popup-manager__import-button {
  display: flex;
  align-items: center;
  justify-content: center;
}
.popup-manager__import-button:not(.import-2__button--mt-10) {
  margin-top: 0;
}
.popup-manager__import-button span {
  display: block;
  padding-left: 8px;
}
.popup-manager__import-button svg {
  width: 11px;
  height: 22px;
}
.popup-approve__body {
  display: flex;
  flex-direction: column;
}
.popup-approve__submit {
  max-width: 400px !important;
  padding: 27px 32px 30px !important;
}
.popup-approve__submit [data-apply] {
  display: block;
  margin: 20px 0 0 auto;
}
.popup-title--center {
  text-align: center;
}
.popup#popupEnterRequest {
  max-width: 857px;
  width: 100%;
  padding: 38px 35px 16px;
}
.popup#popupEnterRequest .popup-form--bottom {
  max-width: 372px;
  width: 100%;
  margin: 4px auto 0;
}
.popup#popupEnterRequest .popup-form--bottom [type=submit] {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 57px;
  width: 100%;
  text-align: center;
  margin: 0 0 16px;
}
.popup#popupEnterRequest .popup-form__msg {
  font-size: 12px;
  line-height: 1.2;
  color: #9AA1B0;
}
.popup#popupEnterRequest .popup-form__msg-info {
  display: none;
  margin-top: 4px;
  padding: 5px 5px 5px 37px;
  border: 1px solid #DCDCE6;
  border-radius: 4px;
  font-size: 16px;
  line-height: 24px;
  color: #5e636f;
  background: #F4F5F7;
}
@media (max-width: 767px) {
  .popup#popupEnterRequest .popup-form__msg-info {
    padding: 10px;
    font-size: 14px;
    line-height: 1.5;
  }
}
.popup#popupEnterRequest input[name=mail] {
  position: absolute;
  visibility: hidden;
}
.popup#popupEnterRequest .input {
  transition: 0.2s ease-in-out;
}
.popup#popupEnterRequest .input:disabled {
  background: #F4F5F7;
}
.popup#popupEnterRequest .input-grid {
  z-index: 1;
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}
@media (max-width: 767px) {
  .popup#popupEnterRequest .input-grid {
    grid-template-columns: 1fr;
  }
  .popup#popupEnterRequest .input-grid .jq-selectbox__select-text {
    width: calc(100vw - 70px);
  }
}
@media (min-width: 768px) {
  .popup#popupEnterRequest .input-wrap:nth-child(1) {
    grid-column: 1/3;
  }
  .popup#popupEnterRequest .input-wrap:nth-child(4) {
    grid-column: 1/3;
  }
}
@media (max-width: 767px) {
  .popup#popupEnterRequest .input-wrap__city {
    order: 1;
  }
}
.popup#popupEnterRequest .input-wrap [type=number] {
  -moz-appearance: textfield;
}
.popup#popupEnterRequest .input-wrap [type=number]::-webkit-outer-spin-button, .popup#popupEnterRequest .input-wrap [type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.approve-popup {
  max-width: 656px !important;
  padding: 27px 32px 30px !important;
  display: none;
}
.approve-popup .popup-title {
  font-size: 18px;
  font-weight: 400;
}
.approve__button-wrapper {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.info__hint {
  position: relative;
}
.info__hint:hover .info__hint-block {
  visibility: visible;
  opacity: 1;
}
.info__hint-wrap {
  position: relative;
}
.info__hint-wrap:hover {
  z-index: 10;
}
.info__hint-wrap .info__hint {
  z-index: 1;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: 0.2s ease-in-out;
}
.info__hint-wrap .info__hint.visible {
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
}
.info__hint-wrap .info__hint-icon {
  margin: unset;
  background: center/contain no-repeat url("/local/templates/collant/images/svg/question.svg");
  background-color: transparent;
}
.info__hint-icon {
  display: flex;
  width: 16px;
  height: 16px;
  min-width: 16px;
  margin-right: 5px;
  border-radius: 50%;
  background: center/contain no-repeat #f4f5f7 url("/local/templates/collant/images/icon-hint.jpg");
  cursor: pointer;
}
.info__hint-block {
  z-index: 1;
  position: absolute;
  top: calc(100% + 11px);
  left: -20px;
  visibility: hidden;
  opacity: 0;
  width: 280px;
  padding: 15px;
  border: 1px solid rgba(165, 171, 192, 0.2);
  border-radius: 4px;
  font-size: 14px !important;
  line-height: 1.5 !important;
  white-space: normal !important;
  text-align: left !important;
  color: #5e636f;
  background: white;
  box-shadow: 0 0 6px rgba(26, 36, 121, 0.08);
  transition: 0.3s all ease;
  cursor: default;
  pointer-events: none;
}
.info__hint-block::before {
  content: "";
  z-index: -1;
  position: absolute;
  top: -8px;
  left: 20px;
  transform: rotate(45deg);
  display: block;
  position: absolute;
  width: 12px;
  height: 12px;
  border: 1px solid rgba(165, 171, 192, 0.2);
  border-right-color: transparent;
  border-bottom-color: transparent;
  background: #ffffff;
}

.request-detail__list-item .info__hint {
  position: relative;
  top: unset;
  right: unset;
  transform: unset;
  margin-left: 10px;
}
.request-detail__list-item .info__hint-wrap {
  padding-right: unset;
}

.tooltip {
  z-index: 7;
  position: absolute;
  top: -15px;
  max-width: 300px;
  width: -moz-max-content;
  width: max-content;
  cursor: default;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: 0.2s ease-in-out;
}
.tooltip.show {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
@media (min-width: 1025px) {
  .tooltip[data-pos-d=left] {
    right: calc(100% + 30px);
  }
  .tooltip[data-pos-d=left] .tooltip-inner::before {
    left: calc(100% - 15px);
    transform: scale(-1, 1);
  }
  .tooltip[data-pos-d=right] {
    left: calc(100% + 30px);
  }
  .tooltip[data-pos-d=right] .tooltip-inner::before {
    right: calc(100% - 15px);
  }
}
@media (max-width: 1024px) {
  .tooltip {
    top: unset;
    right: 0;
  }
  .tooltip[data-pos-m=top] {
    bottom: calc(100% + 12px);
  }
  .tooltip[data-pos-m=top] .tooltip-inner::before {
    bottom: -7px;
  }
  .tooltip[data-pos-m=bottom] {
    top: calc(100% + 12px);
  }
  .tooltip[data-pos-m=bottom] .tooltip-inner::before {
    top: -7px;
  }
}
.tooltip-inner {
  position: relative;
  padding: 7px 30px 6px 15px;
  border: 1px solid #FF9A9C;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1.2;
  text-align: left;
  color: #717171;
  background: #F4F5F7;
}
@media (max-width: 1024px) {
  .tooltip-inner {
    border-color: #FF9A9C;
    color: white;
    background: #FF9A9C;
  }
}
.tooltip-inner::before {
  content: url("/local/templates/collant/images/svg/tooltip-arrow.svg");
  position: absolute;
  bottom: calc(100% - 15px);
}
@media (max-width: 1024px) {
  .tooltip-inner::before {
    content: "";
    right: 24px;
    width: 14px;
    height: 14px;
    background: #FF9A9C;
    transform: rotate(45deg) skew(10deg, 10deg);
  }
}
.tooltip-close {
  z-index: 1;
  position: absolute;
  top: 7px;
  right: 7px;
  width: 12px;
  height: 12px;
  padding: unset;
  border: none;
  outline: none;
  cursor: pointer;
  background: url("/local/templates/collant/images/svg/tooltip-close.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media (max-width: 1024px) {
  .tooltip-close {
    background: url("/local/templates/collant/images/svg/tooltip-close-white.svg");
  }
}

@media (max-width: 1024px) {
  .collant-collection__menu {
    display: none;
  }
}
.collant-collection__menu ul {
  list-style-type: none;
}
.collant-collection__menu > ul {
  padding-left: 0;
}
.collant-collection__menu-title {
  text-transform: none;
  margin: 0;
}
.collant-collection__menu-header {
  display: flex;
}
.collant-collection__menu-list {
  padding-left: 12px;
  list-style-type: none;
  margin-top: 10px;
}
.collant-collection__menu-sublist {
  display: none;
  margin-top: 0;
  padding-left: 40px;
}
.collant-collection__menu-item.opened + .collant-collection__menu-sublist {
  display: block;
}
.collant-collection__menu-item.active {
  border-color: transparent !important;
}
.collant-collection__menu-item.active .collant-collection__menu-header a {
  color: #048459;
}
.collant-collection__menu-item a.active {
  color: #048459;
}
.collant-collection__menu-toggle {
  transition: all 0.2s ease;
  margin: 0 20px auto 0;
  transform: rotate(180deg);
  transform-origin: center;
  cursor: pointer;
}
.collant-collection__menu-toggle--active {
  transform: rotate(0deg);
}
.collant-collection__menu-toggle svg {
  width: 12px;
  height: 8px;
}
.collant-collection__menu.active {
  color: #048459;
  border-color: transparent !important;
}
.collant-collection__menu-subitem {
  list-style-type: none;
  padding: 3px 0;
}
.collant-collection__menu-subitem + .collant-collection__menu-subitem {
  padding-top: 0;
  margin-top: 0;
}
.collant-collection__menu-subitem.active {
  border-color: transparent !important;
}
.collant-collection__menu-subitem.active a {
  color: #048459;
}
.collant-collection__menu-subitem + .collant-collection__menu-subitem {
  padding-top: 0;
}

.catalog-menu__mobile-brands--hide {
  display: none;
}

.catalog-section__subcategory-list--alt li + li {
  margin-top: 6px;
}

@media (max-width: 767px) {
  .main-catalog__wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-top: 20px;
  }
}
@media (max-width: 425px) {
  .main-catalog__wrapper {
    display: block;
  }
}
.main-catalog__banner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 314px;
  height: -moz-max-content;
  height: max-content;
  flex-shrink: 0;
  border-radius: 8px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .main-catalog__banner {
    margin-top: 0;
  }
}
.main-catalog__banner + .main-catalog__banner {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .main-catalog__banner + .main-catalog__banner {
    margin-top: 0;
  }
}
@media (max-width: 425px) {
  .main-catalog__banner + .main-catalog__banner {
    margin-top: 20px;
  }
}
.main-catalog__banner-bg {
  width: 100%;
}

.order-banner {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 20px;
  gap: 20px;
}
@media (max-width: 991px) {
  .order-banner {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0;
    gap: 0;
  }
}
.order-banner__image {
  display: block;
  width: auto;
  max-width: 100%;
}
@media (max-width: 991px) {
  .order-banner__image {
    order: 1;
    margin-left: 0;
  }
}
@media (max-width: 991px) {
  .order-banner__title {
    order: 2;
    margin-top: 40px;
  }
}
.sidebar {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin: 20px 0;
  padding: 10px;
  background-color: #f2f2f2;
  color: #999999;
}
@media (max-width: 1200px) {
  .sidebar {
    flex-direction: column;
  }
}
@media (max-width: 1024px) {
  .sidebar {
    display: none;
  }
}
.sidebar__list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 15px;
}
.sidebar__item {
  display: flex;
  align-items: center;
}
.sidebar__item-icon {
  display: block;
  height: 20px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 6px;
}
.sidebar__item-text {
  font-size: 14px;
  color: #999999;
  transition: all 0.3s ease;
}
.sidebar__item-text:hover {
  color: #048459;
}
.sidebar__more-wrapper {
  cursor: pointer;
}
@media (max-width: 1200px) {
  .sidebar__more-wrapper {
    align-self: self-end;
  }
}
.sidebar__more-body {
  position: absolute;
  display: none;
  bottom: 0;
  right: 0;
  transform: translateY(100%);
}
.sidebar__more-body--active {
  display: block;
}
.sidebar__more-list {
  display: flex;
  flex-direction: column;
}
.sidebar__more-item {
  background-color: #f2f2f2;
  padding: 6px 10px;
  font-size: 12px;
  color: #999999;
  transition: all 0.3s ease;
}
.sidebar__more-item + .sidebar__more-item {
  border-top: 1px solid #999999;
}
.sidebar__more-item:hover {
  color: #048459;
}

.delivery__tabs-container {
  z-index: 1;
}
.delivery__tabs-head {
  display: flex;
}
@media (max-width: 991px) {
  .delivery__tabs-head {
    flex-direction: column;
    display: none;
  }
}
.delivery__item {
  display: none;
  align-items: center;
  position: relative;
  padding: 12px 23px 15px;
  background-color: #f4f5f7;
  border: 1px solid #dcdce6;
  border-radius: 4px;
  max-width: 200px;
  transition: all 0.3s ease;
  cursor: pointer;
}
.delivery__item--show {
  display: flex;
}
.delivery__item--mobile {
  display: none;
  max-width: 100%;
}
@media (max-width: 991px) {
  .delivery__item--mobile.delivery__item--show {
    display: flex;
  }
}
.delivery__item:hover, .delivery__item--active {
  background-color: #048459;
  border: 1px solid #048459;
}
.delivery__item:hover .delivery__item-text, .delivery__item--active .delivery__item-text {
  color: white;
}
.delivery__item:hover .delivery__item-icon path, .delivery__item--active .delivery__item-icon path {
  fill: white;
}
.delivery__item:not(:first-child) {
  margin-left: 6px;
}
@media (max-width: 991px) {
  .delivery__item:not(:first-child) {
    margin-top: 6px;
    margin-left: 0;
  }
}
.delivery__item-icon {
  width: 23px;
  height: 21px;
  flex-shrink: 0;
  margin-right: 10px;
}
.delivery__item-icon path {
  transition: all 0.3s ease;
}
.delivery__item-text {
  transition: all 0.3s ease;
}
.delivery__content {
  display: none;
  margin: 10px 0;
  scroll-margin-top: 100px;
}
.delivery__content-wrapper {
  margin-bottom: 20px;
}
.delivery__content--active {
  display: block;
}
.delivery__content-title {
  display: block;
  margin: 16px 0 10px;
}
.delivery__content-row {
  max-width: 480px;
}
.delivery__content-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media (max-width: 991px) {
  .delivery__content-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.delivery__content-grid .delivery__content-title {
  margin-top: 0;
}
.delivery__content-grid + .delivery__content-grid {
  margin-top: 20px;
}
@media (max-width: 991px) {
  .delivery__title {
    display: block;
    margin-bottom: 10px;
  }
}

.sandbox {
  padding: 20px 0;
}
.sandbox .sandbox-container {
  margin-bottom: 40px;
}
.sandbox .sandbox-container:last-child {
  margin-bottom: unset;
}
.sandbox .sandbox-title {
  margin-bottom: 15px;
  font-size: 18px;
  color: #048459;
}
.sandbox .sandbox-form--grid {
  display: grid;
  grid-template-columns: 222px 1fr minmax(152px, min-content) minmax(62px, min-content);
  gap: 24px;
}
.sandbox .sandbox-block__wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.sandbox .sandbox-table {
  height: 240px;
  padding: 10px;
  border-radius: 5px;
  font-size: 16px;
  color: black;
  background: #FAFFEB;
  overflow-y: auto;
}
.sandbox .sandbox-table::-webkit-scrollbar {
  width: 8px;
}
.sandbox .sandbox-table::-webkit-scrollbar-track {
  background: #fff;
}
.sandbox .sandbox-table::-webkit-scrollbar-thumb {
  background-color: #048459;
  border-radius: 9999px;
  border: 1px solid #ddd;
}
.sandbox .sandbox-table--tr {
  display: grid;
  grid-template-columns: min-content 1fr 100px 100px;
  gap: 10px;
  align-items: center;
  margin-bottom: 15px;
}
.sandbox .sandbox-table--tr:last-child {
  margin-bottom: unset;
}
.sandbox .sandbox-table--td .clients-burger {
  margin-right: 10px;
  font-size: 14px;
  line-height: 1.2;
}
.sandbox .sandbox-table--td .clients-burger.active .clients-burger__list-wrap {
  display: block;
}
.sandbox .sandbox-table--td .clients-burger__btn {
  width: 16px;
  height: 16px;
}
.sandbox .sandbox-table--td .clients-burger__btn::before, .sandbox .sandbox-table--td .clients-burger__btn::after {
  width: 16px;
}
.sandbox .sandbox-table--td .clients-burger__btn::before {
  top: 2px;
}
.sandbox .sandbox-table--td .clients-burger__btn::after {
  bottom: 2px;
}
.sandbox .sandbox-table--td .clients-burger__list-wrap {
  display: none;
}
.sandbox .sandbox-table--td span[class*=status-] {
  margin: 0 0 0 18px;
}
.sandbox .sandbox-table--td span[class*=status-]::before {
  left: -15px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
}
.sandbox .sandbox-table--td:last-child {
  text-align: right;
}
.sandbox .sandbox-table__name {
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.sandbox .sandbox-reload {
  z-index: 1;
  position: fixed;
  right: 40px;
  bottom: 40px;
  display: flex;
  border-radius: 50%;
  background: #f5f5f9;
  transition: 0.2s ease-in-out;
  box-shadow: 0 0px 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
}
.sandbox .sandbox-reload:hover {
  box-shadow: 0 0px 10px rgba(4, 132, 89, 0.5);
}
.sandbox .sandbox-reload img, .sandbox .sandbox-reload picture, .sandbox .sandbox-reload source {
  pointer-events: none;
}
.sandbox-code {
  width: -moz-min-content;
  width: min-content;
  padding: 20px;
  margin: unset;
  border: 1px solid #B8B8B8;
  border-radius: 5px;
  -moz-text-align-last: left;
       text-align-last: left;
  background: #f4f5f7;
  overflow: auto;
}
.sandbox-code::-webkit-scrollbar {
  width: 8px;
}
.sandbox-code::-webkit-scrollbar-track {
  background: #fff;
}
.sandbox-code::-webkit-scrollbar-thumb {
  background-color: #048459;
  border-radius: 9999px;
  border: 1px solid #ddd;
}
.sandbox-popup.popup {
  display: none;
  max-width: 500px;
  padding: 40px 20px;
  text-align: center;
}
.sandbox-popup.popup .hidden {
  display: none;
}
.sandbox-popup .popup-icon {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.sandbox-popup .popup-icon[data-result=error] path {
  fill: #dc3545;
}
.sandbox-popup .popup-icon[data-result=success] path {
  fill: #2dc592;
}
.sandbox-popup .popup-subtitle {
  margin-bottom: unset;
}
.sandbox .input-wrap__comment {
  max-width: 468px;
  width: 100%;
}
.sandbox .input-wrap__comment textarea {
  min-height: 90px;
  resize: none;
}
.sandbox .input-wrap__comment textarea::-webkit-scrollbar {
  width: 8px;
}
.sandbox .input-wrap__comment textarea::-webkit-scrollbar-track {
  background: #fff;
}
.sandbox .input-wrap__comment textarea::-webkit-scrollbar-thumb {
  background-color: #048459;
  border-radius: 9999px;
  border: 1px solid #ddd;
}
.sandbox .input-label {
  display: block;
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: 600;
  line-height: 18px;
  white-space: nowrap;
  color: #5e636f;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .sandbox .btn:not([disabled]):hover {
    color: #048459;
    background-color: transparent;
    border-color: #048459;
  }
}

/* End */


/* Start:/local/templates/collant/costume.css?174368259822260*/
.popup.with-header {
  z-index: 1;
}

.table-body.sizes-table {
  overflow: auto;
  table-layout: fixed;
  min-width: 100%;
  max-height: 289px;
  display: block;
  border-collapse: collapse;
}
.product-table .table-body.sizes-table::-webkit-scrollbar-thumb {
  background-color: #048459;
  border-radius: 4px;
  width: 5px;
  height: 5px;
}
.product-table .table-body.sizes-table::-webkit-scrollbar {
  display: block;
  width: 5px;
  height: 5px;
  background-color: #e6e6ee;
  border: 1px solid #f4f5f7;
  border-radius: 4px;
}
.product-detail .product-table .sizes-table .table-content .td,
.product.list-view .product-table .sizes-table .table-content .td {
  min-width: 49px;
  width: 100%;
  /* margin-left: 2px; */
}

.product-detail .product-table .table .sizes-table .tr.tr-header td,
.product.list-view .product-table .table .sizes-table .tr.tr-header td {
  min-width: 200px;
  max-width: 200px;

  position: sticky;
  left: 56px;
  z-index: 2;
}

.product-detail .product-table .table .sizes-table .td:first-child,
.product.list-view .product-table .table .sizes-table .td:first-child {
  min-width: 200px;
  max-width: 200px;

  position: sticky;
  left: 0;
  z-index: 2;
  background-color: #f4f5f7;
}

.product-detail .product-table .sizes-table .table-header .td,
.product.list-view .product-table .sizes-table .table-header .td {
  min-width: 49px;
  width: 100%;
  /* margin-left: 2px; */
}
.product-table .table .sizes-table .td .input,
.product.list-view .table .sizes-table .td .input {
  /* min-width: 49px; */
  width: 100%;
}
/* .product-detail .product-table .sizes-table .table-content,
.product.list-view .product-table .sizes-table .table-content {
  width: max-content;
} */

.product-detail .product-table .sizes-table .table .tr,
.product.list-view .product-table .sizes-table .table .tr {
  padding: 0 24px;
}

.product-detail .product-table .table .sizes-table .tr-header,
.product.list-view .product-table .table .sizes-table .tr-header {
  padding: 12px 18px 12px 56px;
}

.product-detail .product-table .sizes-table .table-header .tr,
.product.list-view .product-table .sizes-table .table-header .tr {
  /* padding: 0 20px 0 24px; */
  background-color: white;
}

.product-detail .product-table .table .sizes-table .table-header .td,
.product.list-view .product-table .table .sizes-table .table-header .td {
  background-color: white;
}

.product-detail .product-table__bot-cart{
  display: block;
}

.product-detail .product-table__bot-cart .link-cart{
  display: block;
  margin-bottom: 3px;
}

.product-detail .product-table__bot-cart .sum {
  display: block;
  margin-bottom: 2px;
}

.product-detail .product-table__bot-cart .clear {
  display: block;
  width: max-content;
}

.product-detail .product-table__bot{
  padding-top: 10px;
}

@media (max-width: 1279px) {
  .product-detail .product-table .sizes-table .table-content .td,
  .product.list-view .product-table .sizes-table .table-content .td {
    min-width: 70px;
  }
  .product-detail .product-table .sizes-table .table-header .td,
  .product.list-view .product-table .sizes-table .table-header .td {
    min-width: 70px;
  }

  /* .product-detail .product-table .table .sizes-table .tr.tr-header td,
  .product.list-view .product-table .table .sizes-table .tr.tr-header td {
    min-width: 103px;
  }

  .product-detail .product-table .table .sizes-table .td:first-child,
  .product.list-view .product-table .table .sizes-table .td:first-child {
    min-width: 103px;
  } */
}

@media (max-width: 767px) {
  .table-body.sizes-table {
    max-height: none;
  }
}

@media (max-width: 480px) {
  .product-detail .product-table .sizes-table .table-header .tr,
  .product.list-view .product-table .sizes-table .table-header .tr {
    background-color: #f4f5f7;
  }

  .product-detail .product-table .table .sizes-table .table-header .td,
  .product.list-view .product-table .table .sizes-table .table-header .td {
    background-color: #f4f5f7;
  }

  .product-detail .product-table .table .sizes-table .tr-header,
  .product.list-view .product-table .table .sizes-table .tr-header {
    padding: 12px 18px 12px 0;
  }

  .product-detail .product-table .table .sizes-table .tr.tr-header td,
  .product.list-view .product-table .table .sizes-table .tr.tr-header td {
    left: 0;
  }
}

/* Новый каталог */
/* Удаляет отступ на главной */
.main-catalog {
  background-color: white;
  margin-bottom: 48px;
}

.main-catalog__wrap {
  padding-top: 32px;
  padding-bottom: 48px;
  position: relative;
}

.main-catalog__top {
  display: flex;
  justify-content: space-between;
  padding-bottom: 24px;
  border-bottom: 1px solid #f1f2f6;
}

.main-catalog__left {
  width: auto;
  flex: 1;
  padding-right: 16px;
}

.main-catalog__tabs {
  display: none;
}

.main-catalog__list {
  display: flex;
  justify-content: space-between;
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.main-catalog__item {
  width: calc((100% - 32px) / 3);
}

.main-catalog__item-top {
  display: inline-flex;
  align-items: center;
}

.main-catalog__item-top span {
  font-size: 20px;
  line-height: 29px;
  font-weight: 700;
  text-transform: uppercase;
  color: #40444e;
  margin-left: 8px;
}

.main-catalog__item-list {
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.main-catalog__item-list li {
  margin-top: 15px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #626c81;
}

.main-catalog__item-list li:nth-child(1) {
  margin-top: 0;
}

.main-catalog__item-bottom {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
}

.main-catalog__item-button {
  padding: 8px 12px;
  border-radius: 8px;
  border: none;
  display: flex;
  align-items: center;
  color: white;
  cursor: pointer;
  align-self: flex-start;
}

.main-catalog__item-button + .main-catalog__item-button {
  margin-top: 12px;
}

@media (max-width: 1024px) {
  .main-catalog__item-button + .main-catalog__item-button {
    margin-top: 8px;
  }
}

.main-catalog__item-button span {
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  font-weight: 700;
  margin-left: 8px;
}

.main-catalog__item-button svg {
  width: 24px;
  height: 24px;
}

.main-catalog__item-button:nth-child(1) {
  margin-right: 12px;
}

.main-catalog__item-button--new {
  background-color: #048459;
}

.main-catalog__item-button--new:hover {
  color: white;
  opacity: 0.9;
}

.main-catalog__item-button--sale {
  background-color: #dc2626;
}

.main-catalog__item-button--sale:hover {
  color: white;
  opacity: 0.9;
}

.main-catalog__banner {
  width: 100%;
  max-width: 314px;
  height: max-content;
  flex-shrink: 0;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

@media (max-width: 767px) {
  .main-catalog__banner {
    max-width: 100%;
  }
}

.main-catalog__banner-bg {
  inset: 0;
  border-radius: 8px;
}

@media (max-width: 576px) {
  .main-catalog__banner-bg {
    width: 100%;
  }
}

.main-catalog__banner-bg img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  border-radius: 8px;
}

.main-catalog__banner-content {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: start;
}

.main-catalog__banner-title {
  margin-top: auto;
  font-size: 32px;
  line-height: 1;
  color: white;
  font-weight: 700;
  text-transform: uppercase;
}

.main-catalog__banner-description {
  margin-top: 12px;
  max-width: 256px;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #ffffff;
}

.main-catalog__banner-link {
  margin-top: 16px;
  border-radius: 4px;
  padding: 9px 16px 11px;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  text-transform: uppercase;
  background-color: #ea8498;
}

.main-catalog__banner-link:hover {
  color: white;
}

.main-catalog__banner-link::before {
  content: "";
  position: absolute;
  inset: 0;
}

.main-catalog__brands {
  padding-top: 32px;
}

.main-catalog__brands-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.main-catalog__brands-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 29px;
  text-transform: uppercase;
  color: #40444e;
}

.main-catalog__brands-buttons {
  display: inline-flex;
  align-items: center;
}

.main-catalog__brands-buttons button {
  width: 32px;
  height: 32px;
  border-radius: 9999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 2px 4px rgba(26, 36, 121, 0.071);
  border: none;
  padding: 0;
  cursor: pointer;
  background-color: white;
}

.main-catalog__button-next {
  margin-left: 12px;
}

.main-catalog__button-next svg {
  transform: rotate(180deg);
}

.main-catalog__brands-list {
  margin-top: 18px;
}

.main-catalog__brand {
  background-color: #ea8498;
  border-radius: 8px;
  height: 80px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.main-catalog__brand a {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.brands-swiper .swiper-pagination {
  display: none;
}

.main-catalog-modal {
  display: none;
  position: fixed;
  top: 140px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 21;
  /* max-height: calc(100vh - 140px); */
  overflow-y: auto;
}

.main-catalog-modal .main-catalog {
  margin: 0;
  min-height: 100%;
}

.main-catalog__title {
  display: none;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #40444e;
  margin-bottom: 16px;
}

.main-catalog__close-btn {
  display: none;
  position: absolute;
  top: 24px;
  right: 0;
  border: none;
  background: transparent;
  padding: 4px;
  cursor: pointer;
}

@media (max-width: 1279px) {
  .main-catalog__item-bottom {
    /* flex-direction: column; */
  }

  .main-catalog__item-button:nth-child(1) {
    margin-right: 0;
    /* margin-bottom: 12px; */
  }
}

@media (max-width: 1024px) {
  .main-catalog__wrap {
    padding-top: 24px;
    padding-bottom: 40px;
  }
  .main-catalog__top {
    padding-bottom: 16px;
  }

  .main-catalog__tabs {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f2f3f6;
    border-radius: 8px;
    padding: 3px;
  }

  .main-catalog__tab-button {
    display: inline-flex;
    align-items: center;
    border: none;
    cursor: pointer;
    background-color: transparent;
    padding: 7px 8px;
    border-radius: 8px;
  }

  .main-catalog__tab-button.active {
    background-color: white;
  }

  .main-catalog__tab-button span {
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
    color: #40444e;
    margin-left: 4px;
  }

  .main-catalog__item {
    display: none;
  }

  .main-catalog__item.active {
    display: block;
    width: 100%;
  }

  .main-catalog__item-top {
    display: none;
  }

  .main-catalog__item-list li {
    margin-top: 12px;
  }

  .main-catalog__item-bottom {
    /* flex-direction: row; */
    margin-top: 12px;
  }

  .main-catalog__item-button:nth-child(1) {
    margin-right: 8px;
    margin-bottom: 0;
  }

  .main-catalog__banner {
    width: 344px;
  }

  .main-catalog__brands-list {
    margin-top: 12px;
  }

  .main-catalog__brand {
    height: 54px;
  }

  .main-catalog__brands-title {
    font-size: 15px;
    line-height: 20px;
  }

  .main-catalog__brands-buttons {
    display: none;
  }

  .brands-swiper .swiper-pagination {
    position: static;
    margin-top: 16px;
  }

  .brands-swiper .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background-color: #ffffff;
    border: 1px solid #048459;
    margin: 0 4px;
  }

  .brands-swiper .swiper-pagination-bullet-active {
    background-color: #048459;
  }

  .brands-swiper .swiper-pagination {
    display: block;
  }

  .main-catalog-modal {
    top: 0;
    max-height: 100vh;
    padding-bottom: 63px;
  }

  .main-catalog-modal .main-catalog__title {
    display: block;
  }

  .main-catalog-modal .main-catalog__close-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .main-catalog__wrap {
    display: flex;
    flex-direction: column;
  }

  .main-catalog__top {
    display: contents;
  }

  .main-catalog__left {
    padding: 0;
  }

  .main-catalog__tabs {
    width: 100%;
  }

  .main-catalog__left {
    padding-bottom: 16px;
    border-bottom: 1px solid #f1f2f6;
  }

  .main-catalog__brands {
    padding-top: 20px;
  }

  .main-catalog__banner {
    width: 100%;
    order: 1;
  }
  .main-catalog-modal {
    padding-bottom: 55px;
  }
}
/* Новый каталог END */

/* Секция в новом каталоге START */
.catalog-section__labels-buttons {
  margin-bottom: 24px;
}

.catalog-section__label-button {
  display: inline-flex;
  align-items: center;
  margin-bottom: 8px;
  border-radius: 8px;
  padding: 4px 16px;
  width: 100%;
  max-width: 240px;
  border: 0;
  cursor: pointer;
  font-family: "Lato", "Arial", sans-serif;
  position: relative;
}

.catalog-section__label-button.active::before {
  content: "";
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='8' viewBox='0 0 10 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.54235 5.73378L1.64582 3.86801L1 4.49888L3.54235 7L9 1.63087L8.35873 1L3.54235 5.73378Z' fill='white' stroke='white' stroke-width='0.8'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: -4px;
  right: -4px;
  width: 16px;
  height: 16px;
  border-radius: 999px;
  border: 2px solid white;
}

.catalog-section__label-button:last-child {
  margin-bottom: 0;
}

.catalog-section__label-button--new {
  background-color: #048459;
}

.catalog-section__label-button--new.active::before {
  background-color: #048459;
}

.catalog-section__label-button--sale {
  background-color: #dc2626;
}

.catalog-section__label-button--sale.active::before {
  background-color: #dc2626;
}

.catalog-section__label-button--promo {
  background-color: #7d9aec;
}

.catalog-section__label-button--promo.active::before {
  background-color: #7d9aec;
}

.catalog-section__label-button svg {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
}

.catalog-section__label-button span {
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  color: #ffffff;
  margin-left: 16px;
  text-transform: uppercase;
}

.catalog-section__category {
  margin-top: 32px;
}

.catalog-section__category:first-child {
  margin-top: 0;
}

.catalog-section__category-link {
  display: inline-flex;
  align-items: center;
  /* margin-left: 6px; */
}

.catalog-section__category-link svg {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
}

.catalog-section__category-link span {
  margin-left: 8px;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #40444e;
}

.catalog-section__subcategory-list {
  margin: 8px 0 0;
  list-style: none;
  padding: 0;
}

.catalog-section__subcategory-list:not(.catalog-section__subcategory-list--alt) li {
  padding: 6px;
  border-radius: 4px;
  border: 1px solid transparent;
}

.catalog-section__subcategory-list:not(.catalog-section__subcategory-list--alt) li.active {
  border-color: #048459;
}

.catalog-section__subcategory-link {
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
}

.catalog-section__subcategory-link--w100 {
  width: 100%;
}

.catalog-section__subcategory-icon {
  width: 36px;
  height: 36px;
  border-radius: 0;
  flex-shrink: 0;
  background-color: #f1abb8;
}

.catalog-section__subcategory-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #40444e;
  margin-left: 8px;
}

.catalog-section__button-more {
  margin-top: 8px;
  display: inline-flex;
  align-items: center;
  border: none;
  background: transparent;
  cursor: pointer;
  color: #048459;
  font-family: "Lato", "Arial", sans-serif;
}

.catalog-section__button-more span {
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  margin-right: 8px;
}

.catalog-section__button-more svg {
  flex-shrink: 0;
  width: 10px;
  height: 10px;
}

@media (max-width: 1024px) {
  .catalog-section__labels-buttons {
    display: flex;
  }

  .catalog-section__label-button {
    margin-bottom: 0;
    margin-left: 8px;
    padding: 6px 8px;
    width: auto;
  }

  .catalog-section__label-button:first-child {
    margin-left: 0;
  }

  .catalog-section__label-button svg {
    width: 24px;
    height: 24px;
  }

  .catalog-section__label-button span {
    margin-left: 4px;
  }

  .catalog-section__label-button.active::before {
    top: -8px;
    right: -8px;
  }
}
/* Секция в новом каталоге END */

/* Фильтры в новом каталоге START */
.filter__brands {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: 12px;
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
}

.filter__brands li {
  height: 56px;
  background: white;
  border: 1px solid #f1f2f6;
  border-radius: 4px;
}

.filter__brands li.active {
  background: #f4f5f7;
  border-color: #048459;
}

.filter__brand-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 4px 4px;
}

.filter__brand-link img {
  max-width: 100%;
  max-height: 100%;
  filter: invert(0.5);
}

.filter__properties {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  list-style: none;
  margin: -4px;
  margin-bottom: 24px;
}

.filter__properties--mobile {
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 0;
}

.filter__properties li {
  border: 1px solid #f1f2f6;
  border-radius: 2px;
  margin: 4px;
}

.filter__properties li.active {
  background: #f4f5f7;
  border-color: #048459;
}

.filter__properties li a {
  text-align: center;
  width: 100%;
  height: 100%;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #5e636f;
  padding: 2px 12px;
  display: inline-block;
}

.filter__bottom {
  display: flex;
}

.filter__name {
  flex-grow: 1;
  margin-right: 16px;
}

.filter__name input::placeholder {
  opacity: 0.6;
}

.catalog-menu__properties-mobile {
  display: block;
  margin: 0 0 15px;
  overflow-x: auto;
  overflow-y: hidden;
}

.catalog-menu__properties-mobile::-webkit-scrollbar {
  display: none;
}

.swiper-button-disabled {
  display: none !important;
}

@media (max-width: 1024px) {
  /* .filter__brands {
    display: none;
  }

  .filter__properties {
    display: none;
  } */

  .filter__brands {
    display: flex;
    overflow-x: auto;
    height: 50px;
    margin: 0 0 16px;
  }

  .filter__brands li {
    flex-shrink: 0;
    height: 40px;
  }

  .filter__brand-link {
    padding: 2px 12px;
  }

  .filter__properties--mobile {
    display: flex;
  }

  .filter__bottom {
    display: contents;
  }

  .filter__name {
    margin-right: 0;
  }
}
/* Фильтры в новом каталоге END */

/* Новый список товаров в корзине */
.cart-list__category-label {
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  text-transform: uppercase;
  color: #40444e;
  margin-bottom: 8px;
}

.cart-order .input-wrap--date span {
  width: auto;
}

.clients-title {
  font-size: 15px !important;
}

.clients-title span {
  color: #048459;
}

.personal-discount__title {
  color: #048459;
}

/* Перенести стили */
.product-table .product-marking-info {
  border: 2px solid #eb899c;
  border-radius: 4px;
  padding: 10px 15px;
  color: #eb899c;
  margin: 5px 0 15px;
}

.product-table .product-marking-info-catalog {
  border: 2px solid #eb899c;
  border-radius: 4px;
  padding: 10px 15px;
  color: #eb899c;
  margin: 20px 0 0;
}

#order-profile-disabled-info {
  border: 2px solid #eb899c;
  border-radius: 4px;
  padding: 10px 15px;
  color: #eb899c;
  margin: -15px 0 20px;
}

.catalog .product-flag__text{
  width: 300px;
}

.error-500-wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  height: 100vh;
  transform: translateY(-10%);
  padding: 0 10px;
}

.error-500-img {
  width: 250px;
}

@media (max-width: 767px) {
  .error-500-img {
    width: 150px;
  }
}

.error-500-title {
  text-align: center;
  font-weight: bold;
  font-size: 28px;
  color: #048459;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 0;
}

.error-500-text {
  text-align: center;
  font-size: 16px;
  color: #666;
  font-family: "Open Sans", sans-serif;
  width: 850px;
  line-height: 1.5;
}

@media (max-width: 881px) {
  .error-500-text {
    width: 100%;
  }
}

.error-500-btn {
  display: flex;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  border: 1px solid #048459;
  padding: 15px 22px;
  cursor: pointer;
  background: #048459;
  border-radius: 4px;
  transition: 0.3s background-color, 0.3s color;
  text-decoration: none;
  margin: 30px auto 0 auto;
  width: 166px;
}

@media (max-width: 767px) {
  .error-500-btn {
    width: 100%;
    justify-content: center;
    padding: 15px 0;
  }
}

/* End */


/* Start:/local/templates/collant/collant-temp.css?1743686827655*/
* {
    font-family: "Open Sans", sans-serif !important;
}

.header-lk a {
	font-size: 14px!important;
}

.header .to-lk__menu {
 box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.5); 
}

.product-prices .price-personal__discount {

    font-size: 13px !important;

}

.product-prices .price-personal__your_price {
    font-size: 10px !important;
}

.order-tabs :nth-child(3){

   /* display: none; */
}

.search-suggest-wrapper::-webkit-scrollbar {
	width: 10px;}

.product-table .table-container::-webkit-scrollbar {
	width: 10px;}

@media (max-width: 1279px) and (min-width: 1024px) {
    .body--user .header-search {
        display: block!important;
    }
}
/* End */


/* Start:/local/components/collant/widget.app/templates/.default/style.css?1743682598987*/
/*----------BREAKPOINTS-----------*/
.widget-app {
  display: none;
  height: 50px;
  color: #40444e;
  overflow: hidden;
  transition: height 0.3s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .widget-app {
    display: block;
  }
}
.widget-app.active {
  height: 50px;
}
.widget-app__container {
  display: flex;
  align-items: center;
  padding: 8px 0;
  border-bottom: 1px solid #048459;
}
.widget-app__logo {
  display: inline-flex;
  width: 38px;
  height: 32px;
  background: #048459;
}
.widget-app__logo img {
  max-width: 100%;
}
.widget-app__block {
  display: flex;
  align-items: center;
  flex: 1;
  gap: 8px;
}
.widget-app__title {
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
}
.widget-app__rating {
  font-size: 12px;
  line-height: 14px;
}
.widget-app__rating span {
  color: #db864a;
}
.widget-app__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 32px;
  padding: unset;
  font-size: 14px;
}

/* End */
/* /local/templates/collant/js/fancybox/jquery.fancybox.css?167766317517390 */
/* /local/templates/collant/js/swiper/swiper.min.css?167766317513667 */
/* /local/templates/collant/js/formstyler/jquery.formstyler.css?16776631752175 */
/* /local/templates/collant/js/waitMe/waitMe.min.css?167766317514044 */
/* /local/templates/collant/collant.css?1752588050366403 */
/* /local/templates/collant/costume.css?174368259822260 */
/* /local/templates/collant/collant-temp.css?1743686827655 */
/* /local/components/collant/widget.app/templates/.default/style.css?1743682598987 */
