@charset "UTF-8";
@font-face {
    font-family: Roboto;
    font-display: swap;
    src: url(../fonts/roboto-bold.woff) format("woff"), url(../fonts/roboto-bold.woff2) format("woff2");
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: Roboto;
    font-display: swap;
    src: url(../fonts/roboto-medium.woff) format("woff"), url(../fonts/roboto-medium.woff2) format("woff2");
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: Roboto;
    font-display: swap;
    src: url(../fonts/roboto-italic.woff) format("woff"), url(../fonts/roboto-italic.woff2) format("woff2");
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: Roboto;
    font-display: swap;
    src: url(../fonts/roboto-regular.woff) format("woff"), url(../fonts/roboto-regular.woff2) format("woff2");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: Roboto;
    font-display: swap;
    src: url(../fonts/roboto-light.woff) format("woff"), url(../fonts/roboto-light.woff2) format("woff2");
    font-weight: 300;
    font-style: normal;
}
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
dd,
details,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
html,
i,
iframe,
img,
label,
legend,
li,
mark,
nav,
object,
ol,
p,
q,
samp,
section,
small,
span,
strong,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
}
ol,
ul {
    list-style: none;
}
img {
    vertical-align: top;
    max-width: 100%;
    height: auto;
}
input[type="text"]:focus {
    outline: 0;
}
button,
input,
textarea {
    line-height: inherit;
    outline: 0;
}
button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    font-family: Roboto, sans-serif, Arial, Helvetica, Verdana;
    font-weight: 400;
}
button,
input,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
}
.ios input[type="email"],
.ios input[type="number"],
.ios input[type="password"],
.ios input[type="search"],
.ios input[type="tel"],
.ios input[type="text"],
.ios textarea {
    font-size: 16px;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer;
}
b,
strong {
    font-weight: 700;
}
a {
    text-decoration: underline;
    color: #e31e24;
}
a:active {
    text-decoration: none;
}
em,
i {
    font-style: italic;
}
input[type="checkbox"],
input[type="radio"] {
    padding: 0;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
input[type="number"] {
    -moz-appearance: textfield;
}
input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}
html * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    font-size: 100%;
    outline: 0;
}
html :after,
html :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
body,
html {
    height: 100%;
}
body {
    background: #fff;
    color: #1b1b1b;
    direction: ltr;
    font: 400 14px/1.2 Roboto, sans-serif, Arial, Helvetica, Verdana;
}
@media (hover), (min-width: 0\0), (min--moz-device-pixel-ratio: 0) {
    a:hover {
        text-decoration: none;
    }
}
.main {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
    padding-top: 80px;
}
.main:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 61px;
    height: 212px;
    background: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(rgba(250, 250, 250, 0)));
    background: -o-linear-gradient(top, #fafafa 0, rgba(250, 250, 250, 0) 100%);
    background: linear-gradient(180deg, #fafafa 0, rgba(250, 250, 250, 0) 100%);
    pointer-events: none;
}
.content {
    position: relative;
    margin-bottom: 20px;
}
.content__catalog-wrapper {
    margin: 0 -15px;
}
.content__aside {
    width: 100%;
    padding: 0 15px;
}
.content__catalog {
    width: 100%;
    padding: 0 15px;
}
.content__catalog-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
    margin-left: -1px;
}
.content__catalog-top.favorite{
    margin-bottom: 0px;
}
.main__container {
    max-width: 1260px;
    margin: 0 auto;
    padding: 0 15px;
}
.main__row {
    margin: 0 -15px;
}
.clearfix:after,
.clearfix:before {
    display: table;
    content: "";
    line-height: 0;
}
.clearfix:after {
    clear: both;
}
.alphabet__details-all-list,
.alphabet__details-list,
.alphabet__short-list,
.cart__manipulation-prods,
.cart__manipulation-prods-item,
.cart__order-row,
.cart__total,
.catalog,
.category,
.certificate__table-note,
.contacts__addresses,
.contacts__main-office,
.contacts__main-office-photos,
.content__catalog-wrapper,
.flex-wrp,
.footer__container,
.main-catalog,
.messenger,
.news-text,
.partners__list,
.personal__balance-sum,
.personal__data,
.personal__filter-btns,
.personal__filter-row,
.personal__user,
.personal__user-info,
.popup-order__top,
.popup-order__total-wrp,
.search-page__brands,
.social,
.video {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.hide {
    display: none !important;
}
.show {
    display: block !important;
}
.accordion__ttl i:after,
.accordion__ttl i:before,
.carousel-compare-btn .icon,
.carousel-product__img-big:after,
.cart__coupon-delete .icon,
.cart__step-icon .icon,
.catalog-carousel__fav .icon,
.fav .icon,
.header__favorite-link .icon,
.often-buy .icon,
.pos-center,
.quantity__menus:before,
.quantity__plus:after,
.quantity__plus:before,
.receipt .icon,
.smart-filter-angle .icon {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}
.alphabet__details-link:before,
.cart__back-step-link .icon,
.cart__print-page .icon,
.catalog__goes-storage .icon,
.certificate__table-note-item:before,
.comparison__table-storage-item_goes .icon,
.contacts__ttl .icon,
.export-btn .icon,
.file .icon,
.main-stock__date .icon,
.mobile-filter-btn__ttl .icon,
.my-radio-wrapper_field .my-radio-label,
.news-text__aside-views .icon,
.news__views .icon,
.personal__data-list li:before,
.pos-left-center,
.prod-list__goes-storages .icon,
.promo-code .icon,
.smart-filter-title__text .icon,
.stock__date .icon,
.storage__item_transit .storage__item-ttl .icon {
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}
.certificate__table-series-wrp .hint,
.comparison__table-char .hint,
.comparison__table-scroll-prod .comparison__prod-delete,
.err-404__link .icon,
.js-show-hide-btn .icon,
.main-catalog__ttl .icon,
.partners__more .icon,
.pos-right-center,
.sorting__select-ttl span .icon,
.sorting__select-ttl:after,
.table-style__hint-item .hint {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}
.object-fit {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.object-fit-contain {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.icon {
    fill: #1b1b1b;
    width: 22px;
    height: 22px;
}
.icon_15 {
    width: 15px;
    height: 15px;
}
.icon_25 {
    width: 25px;
    height: 25px;
}
.icon_27 {
    width: 27px;
    height: 27px;
}
@-webkit-keyframes bounce-left {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    50% {
        -webkit-transform: translateX(6px);
        transform: translateX(6px);
    }
}
@keyframes bounce-left {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    50% {
        -webkit-transform: translateX(6px);
        transform: translateX(6px);
    }
}
@-webkit-keyframes bounce-right {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    50% {
        -webkit-transform: translateX(-6px);
        transform: translateX(-6px);
    }
}
@keyframes bounce-right {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    50% {
        -webkit-transform: translateX(-6px);
        transform: translateX(-6px);
    }
}
@-webkit-keyframes bounce-top {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }
}
@keyframes bounce-top {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }
}
.custom-scroll,
.hint__popup-body,
.table-wrp {
    overflow: auto;
}
.custom-scroll::-webkit-scrollbar-track,
.hint__popup-body::-webkit-scrollbar-track,
.table-wrp::-webkit-scrollbar-track {
    width: 4px;
}
.custom-scroll::-webkit-scrollbar-thumb,
.hint__popup-body::-webkit-scrollbar-thumb,
.table-wrp::-webkit-scrollbar-thumb {
    background-color: #e31e24;
}
.custom-scroll::-webkit-scrollbar,
.hint__popup-body::-webkit-scrollbar,
.table-wrp::-webkit-scrollbar {
    background-color: #f0f0f0;
    width: 5px;
    height: 5px;
}
.custom-scroll-x::-webkit-scrollbar-track-piece {
    width: 5px;
    background-color: #f0f0f0;
}
.custom-scroll_x,
.table-wrp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
}
.animate-show,
.header-cart__all,
.header-compare__info,
.js-hide-show-block,
.sorting__select-list {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: scaleY(0) translate3d(0, 0, 0);
    transform: scaleY(0) translate3d(0, 0, 0);
    -webkit-transform-origin: center top;
    -ms-transform-origin: center top;
    transform-origin: center top;
}
.animate-show_active,
.header-compare__link.js-hide-show-ttl_active + .header-compare__info,
.js-hide-show-block_active {
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}
.js-show-hide-btn {
    display: inline-block;
    color: #1b1b1b;
    font-size: 12px;
    position: relative;
}
.js-show-hide-btn span {
    display: inline-block;
}
.js-show-hide-btn .icon + span {
    padding-right: 32px;
}
.js-show-hide-btn_active .icon {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.js-text-hide {
    display: none;
}
.js-show-list {
    display: none;
}
.color-red {
    color: #e31e24;
}
.color-gray {
    color: #696969;
}
.word-break {
    word-break: break-all;
}
.text-center {
    text-align: center !important;
}
.text-left {
    text-align: left !important;
}
.text-right {
    text-align: right !important;
}
.promo-code {
    position: relative;
    padding-left: 60px;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
}
.promo-code span {
    padding-left: 20px;
    text-transform: none;
    color: #e31e24;
}
.promo-code .icon {
    width: 40px;
    height: 40px;
    fill: #e31e24;
}
@media only screen and (min-width: 1200px) {
    .main {
        padding-top: 185px;
    }
    .main:before {
        top: 156px;
    }
    .scale-img {
        overflow: hidden;
        display: block;
    }
    .content__aside {
        width: 25%;
    }
    .content__catalog {
        width: 75%;
    }
    .content__catalog-top {
        margin-bottom: 30px;
    }
    .promo-code {
        margin-bottom: 30px;
    }
}
@media (hover), (min-width: 0\0), (min--moz-device-pixel-ratio: 0) {
    .scale-img {
        overflow: hidden;
    }
    .scale-img img {
        -webkit-transition: -webkit-transform 0.5s ease;
        transition: -webkit-transform 0.5s ease;
        -o-transition: transform 0.5s ease;
        transition: transform 0.5s ease;
        transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    }
    .scale-img:hover img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
}
.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: 0;
}
.slick-list.dragging {
    cursor: pointer;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before {
    display: table;
    content: "";
}
.slick-track:after {
    display: table;
    content: "";
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
}
.slick-arrow.slick-hidden {
    display: none;
}
.analog-carousel__slides,
.brands-carousel__slides,
.carousel-product__img-big,
.carousel-product__img-small,
.catalog-carousel__slides,
.flex-slider,
.main-slider,
.news-slider__carousel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    opacity: 0;
    -webkit-transition: opacity 1s ease 0.1s;
    -o-transition: opacity 1s ease 0.1s;
    transition: opacity 1s ease 0.1s;
}
.flex-slider.slick-initialized,
.slick-initialized.analog-carousel__slides,
.slick-initialized.brands-carousel__slides,
.slick-initialized.carousel-product__img-big,
.slick-initialized.carousel-product__img-small,
.slick-initialized.catalog-carousel__slides,
.slick-initialized.main-slider,
.slick-initialized.news-slider__carousel {
    opacity: 1;
    -webkit-box-orient: inherit;
    -webkit-box-direction: inherit;
    -ms-flex-direction: inherit;
    flex-direction: inherit;
    display: block !important;
}
.main__slider-wrp {
    background: center no-repeat;
    background-size: cover;
}
.slick-arrow {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    display: block;
    width: 22px;
    height: 22px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: 0;
    background: 0 0;
    z-index: 1;
}
.slick-prev {
    left: 0;
}
.slick-next {
    right: 0;
}
.slick-dots {
    position: absolute;
    bottom: 10px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    line-height: 0;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 24px;
    height: 4px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li div {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 24px;
    height: 4px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background-color: #fff;
}
.slick-dots li.slick-active div {
    background-color: #e31e24;
}
@media only screen and (min-width: 768px) {
    .slick-dots {
        bottom: 20px;
    }
}
@media only screen and (min-width: 1200px) {
    .slick-dots {
        bottom: 30px;
    }
}
@media (hover), (min-width: 0\0), (min--moz-device-pixel-ratio: 0) {
    .slick-arrow .icon {
        -webkit-transition: fill 0.3s ease;
        -o-transition: fill 0.3s ease;
        transition: fill 0.3s ease;
    }
    .slick-arrow:hover .icon {
        fill: #e31e24;
    }
}
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: 0;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    width: 100%;
    z-index: 99992;
}
.fancybox-container * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
}
.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    -webkit-transition-duration: inherit;
    -o-transition-duration: inherit;
    transition-duration: inherit;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
    -o-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
    transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}
.fancybox-is-open .fancybox-bg {
    opacity: 0.9;
    -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
    -o-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
    transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
    direction: ltr;
    opacity: 0;
    position: absolute;
    -webkit-transition: opacity 0.25s ease, visibility 0s ease 0.25s;
    -o-transition: opacity 0.25s ease, visibility 0s ease 0.25s;
    transition: opacity 0.25s ease, visibility 0s ease 0.25s;
    visibility: hidden;
    z-index: 99997;
}
.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
    opacity: 1;
    -webkit-transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
    -o-transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
    transition: opacity 0.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;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 99994;
}
.fancybox-is-open .fancybox-stage {
    overflow: hidden;
}
.fancybox-slide {
    -webkit-backface-visibility: hidden;
    display: none;
    height: 100%;
    left: 0;
    outline: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    -o-transition-property: transform, opacity;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    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--current,
.fancybox-slide--next,
.fancybox-slide--previous {
    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 {
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
    animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
    -webkit-backface-visibility: hidden;
    background: 0 0;
    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;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    -o-transition-property: transform, opacity;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995;
}
.fancybox-can-zoomOut .fancybox-content {
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-content {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}
.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .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: 0 0;
    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--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .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-iframe,
.fancybox-video {
    background: 0 0;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}
.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;
}
.fancybox-button {
    background: rgba(30, 30, 30, 0.6);
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    -webkit-transition: color 0.2s;
    -o-transition: color 0.2s;
    transition: color 0.2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px;
}
.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
    color: #ccc;
}
.fancybox-button:hover {
    color: #fff;
}
.fancybox-button:focus {
    outline: 0;
}
.fancybox-button.fancybox-focus {
    outline: 1px dotted;
}
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: 0;
}
.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--fsenter svg:nth-child(2),
.fancybox-button--play svg:nth-child(2) {
    display: none;
}
.fancybox-button--fsexit svg:nth-child(1),
.fancybox-button--pause svg:nth-child(1) {
    display: none;
}
.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -ms-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -ms-transform-origin: 0;
    -webkit-transform-origin: 0;
    transform-origin: 0;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    z-index: 99998;
}
.fancybox-close-small {
    background: 0 0;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: 0.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;
}
.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;
    padding: 31px 26px 31px 6px;
}
.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
}
.fancybox-caption {
    background: -webkit-gradient(
        linear,
        left bottom,
        left top,
        from(rgba(0, 0, 0, 0.85)),
        color-stop(50%, rgba(0, 0, 0, 0.3)),
        color-stop(65%, rgba(0, 0, 0, 0.15)),
        color-stop(75.5%, rgba(0, 0, 0, 0.075)),
        color-stop(82.85%, rgba(0, 0, 0, 0.037)),
        color-stop(88%, rgba(0, 0, 0, 0.019)),
        to(rgba(0, 0, 0, 0))
    );
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.85) 0, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 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: 0px) {
    .fancybox-caption {
        padding: 75px 44px 25px 44px;
    }
}
.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;
}
.fancybox-loading {
    -webkit-animation: fancybox-rotate 1s linear infinite;
    animation: fancybox-rotate 1s linear infinite;
    background: 0 0;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: 0.7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999;
}
@-webkit-keyframes fancybox-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes fancybox-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.fancybox-animated {
    -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
    -o-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
    transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}
.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
}
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(0.5, 0.5, 0.5);
    transform: scale3d(0.5, 0.5, 0.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -ms-transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
}
.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
}
.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}
.fancybox-fx-tube.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
    transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
    -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
    transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
}
@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: 0px) {
        .fancybox-caption {
            padding-left: 12px;
            padding-right: 12px;
        }
    }
}
.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;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}
.fancybox-share__button:link,
.fancybox-share__button:visited {
    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: 0 0;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0 0;
    outline: 0;
    padding: 10px 15px;
    width: 100%;
}
.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: transparent;
    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: 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;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 6px rgba(0, 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, 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: 0;
    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;
    -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 99991;
}
.fancybox-thumbs__list a:focus::before {
    opacity: 0.5;
}
.fancybox-thumbs__list a.fancybox-thumbs-active::before {
    opacity: 1;
}
@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);
    }
}
.my-select {
    opacity: 0;
    height: 40px;
}
.selects > span {
    display: block;
    margin-bottom: 10px;
}
.SumoSelect p {
    margin: 0;
}
.SumoSelect {
    width: 100%;
    margin-bottom: 10px;
    font-size: 14px;
    cursor: pointer;
}
.sumoStopScroll {
    overflow: hidden;
}
.SumoSelect .hidden {
    display: none;
}
.SumoSelect .search-txt {
    display: none;
    outline: 0;
}
.SumoSelect .no-match {
    display: none;
    padding: 6px;
}
.SumoSelect.open .search-txt {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 0 20px;
    height: 38px;
    border: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 5px;
}
.SelectClass,
.SumoUnder {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    border: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    opacity: 0;
}
.SelectClass {
    z-index: 1;
}
.SumoSelect .select-all > label,
.SumoSelect > .CaptionCont,
.SumoSelect > .optWrapper > .options li.opt label {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.SumoSelect {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    outline: 0;
    cursor: pointer;
}
.SumoSelect > .CaptionCont {
    position: relative;
    display: block;
    border: 1px solid #e5e5e5;
    min-height: 14px;
    height: 40px;
    margin: 0;
    background-color: #fff;
}
.SumoSelect.open > .CaptionCont {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.SumoSelect > .CaptionCont > span {
    display: block;
    padding-right: 34px;
    padding-left: 15px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
    line-height: 40px;
    font-size: 16px;
    color: #1b1b1b;
    font-family: Roboto, sans-serif, Arial, Helvetica, Verdana;
}
.SumoSelect > .CaptionCont > span.placeholder {
    color: #ccc;
    font-style: italic;
}
.SumoSelect > .CaptionCont > label {
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    margin: auto 0;
    width: 22px;
    height: 22px;
    pointer-events: none;
}
.SumoSelect > .CaptionCont > label > .icon {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}
.SumoSelect.open .CaptionCont label .icon {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.SumoSelect > .optWrapper {
    display: none;
    z-index: 4;
    top: 30px;
    width: 100%;
    position: absolute;
    left: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #e5e5e5;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}
.SumoSelect.open > .optWrapper {
    top: 100%;
    display: block;
    margin-top: -1px;
}
.SumoSelect.open > .optWrapper.up {
    top: auto;
    bottom: 100%;
    margin-bottom: 5px;
}
.SumoSelect > .optWrapper ul {
    list-style: none;
    display: block;
    padding: 0;
    margin: 0;
    overflow: auto;
}
.SumoSelect > .optWrapper > .options {
    position: relative;
    max-height: 250px;
    margin-bottom: 0;
}
.SumoSelect > .optWrapper.okCancelInMulti > .options {
    border-radius: 2px 2px 0 0;
}
.SumoSelect > .optWrapper.selall > .options {
    border-radius: 0 0 2px 2px;
}
.SumoSelect > .optWrapper.selall.okCancelInMulti > .options {
    border-radius: 0;
}
.SumoSelect > .optWrapper > .options li.group.disabled > label {
    opacity: 0.5;
}
.SumoSelect > .optWrapper > .options li ul li.opt {
    padding-left: 22px;
}
.SumoSelect > .optWrapper.multiple > .options li ul li.opt {
    padding-left: 50px;
}
.SumoSelect > .optWrapper.isFloating > .options {
    max-height: 100%;
    -webkit-box-shadow: 0 0 100px #595959;
    box-shadow: 0 0 100px #595959;
}
.SumoSelect > .optWrapper > .options li.opt {
    padding: 11px 15px;
    position: relative;
    color: #1b1b1b;
    line-height: 18px;
    font-size: 16px;
    margin-bottom: 0;
    border-bottom: 1px solid #e5e5e5;
}
.SumoSelect > .optWrapper > .options li.opt:last-child {
    border-bottom: none;
}
.SumoSelect > .optWrapper > .options li.opt:before {
    display: none;
}
.SumoSelect > .optWrapper.selall > .options > li.opt:first-child {
    border-radius: 0;
}
.SumoSelect > .optWrapper > .options > li.opt:last-child {
    border-bottom: none;
}
.SumoSelect > .optWrapper.okCancelInMulti > .options > li.opt:last-child {
    border-radius: 0;
}
.SumoSelect > .optWrapper > .options li.opt:hover {
    color: #e31e24;
}
.SumoSelect > .optWrapper > .options li.opt.selected {
    background-color: #f0f0f0;
    color: #e31e24;
}
.SumoSelect .select-all.sel,
.SumoSelect > .optWrapper > .options li.opt.sel {
    background-color: #a1c0e4;
}
.SumoSelect > .optWrapper > .options li label {
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    cursor: pointer;
}
.SumoSelect > .optWrapper > .options li span {
    display: none;
}
.SumoSelect > .optWrapper > .options li.group > label {
    cursor: default;
    padding: 8px 6px;
    font-weight: 700;
}
.SumoSelect > .optWrapper.isFloating {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 90%;
    bottom: 0;
    margin: auto;
    max-height: 90%;
}
.SumoSelect > .optWrapper > .options li.opt.disabled {
    background-color: inherit;
    pointer-events: none;
}
.SumoSelect > .optWrapper > .options li.opt.disabled * {
    opacity: 0.5;
}
.SumoSelect > .optWrapper.multiple > .options li.opt {
    padding-left: 35px;
    cursor: pointer;
}
.SumoSelect .select-all > span,
.SumoSelect > .optWrapper.multiple > .options li.opt span {
    position: absolute;
    display: block;
    width: 30px;
    top: 0;
    bottom: 0;
    margin-left: -35px;
}
.SumoSelect .select-all > span i,
.SumoSelect > .optWrapper.multiple > .options li.opt span i {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 14px;
    height: 14px;
    border: 1px solid #aeaeae;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);
    background-color: #fff;
}
.SumoSelect > .optWrapper > .MultiControls {
    display: none;
    border-top: 1px solid #ddd;
    background-color: #fff;
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.13);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.13);
    border-radius: 0 0 3px 3px;
}
.SumoSelect > .optWrapper.multiple.isFloating > .MultiControls {
    display: block;
    margin-top: 5px;
    position: absolute;
    bottom: 0;
    width: 100%;
}
.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls {
    display: block;
}
.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls > p {
    padding: 6px;
}
.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls > p:focus {
    -webkit-box-shadow: 0 0 2px #a1c0e4;
    box-shadow: 0 0 2px #a1c0e4;
    border-color: #a1c0e4;
    outline: 0;
    background-color: #a1c0e4;
}
.SumoSelect > .optWrapper.multiple > .MultiControls > p {
    display: inline-block;
    cursor: pointer;
    padding: 12px;
    width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}
.SumoSelect > .optWrapper.multiple > .MultiControls > p:hover {
    background-color: #f1f1f1;
}
.SumoSelect > .optWrapper.multiple > .MultiControls > p.btnOk {
    border-right: 1px solid #dbdbdb;
    border-radius: 0 0 0 3px;
}
.SumoSelect > .optWrapper.multiple > .MultiControls > p.btnCancel {
    border-radius: 0 0 3px 0;
}
.SumoSelect > .optWrapper.isFloating > .options li.opt {
    padding: 12px 6px;
}
.SumoSelect > .optWrapper.multiple.isFloating > .options li.opt {
    padding-left: 35px;
}
.SumoSelect > .optWrapper.multiple.isFloating {
    padding-bottom: 43px;
}
.SumoSelect .select-all.partial > span i,
.SumoSelect .select-all.selected > span i,
.SumoSelect > .optWrapper.multiple > .options li.opt.selected span i {
    background-color: #11a911;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: transparent;
    background-image: url(data:image/pngbase64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAGCAYAAAD+Bd/7AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAABMSURBVAiZfc0xDkAAFIPhd2Kr1WRjcAExuIgzGUTIZ/AkImjSofnbNBAfHvzAHjOKNzhiQ42IDFXCDivaaxAJd0xYshT3QqBxqnxeHvhunpu23xnmAAAAAElFTkSuQmCC);
    background-repeat: no-repeat;
    background-position: center center;
}
.SumoSelect.disabled {
    opacity: 0.7;
    cursor: not-allowed;
}
.SumoSelect.disabled > .CaptionCont {
    border-color: #ccc;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.SumoSelect .select-all {
    border-radius: 3px 3px 0 0;
    position: relative;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
    padding: 10px 0 10px 35px;
    cursor: pointer;
}
.SumoSelect .select-all > label,
.SumoSelect .select-all > span i {
    cursor: pointer;
}
.SumoSelect .select-all.partial > span i {
    background-color: #ccc;
}
.SumoSelect > .optWrapper > .options li.optGroup {
    padding-left: 5px;
    text-decoration: underline;
}
.SumoSelect {
    text-align: left;
}
.datepicker--cell-day.-other-month-,
.datepicker--cell-year.-other-decade- {
    color: #dedede;
}
.datepicker--cell-day.-other-month-:hover,
.datepicker--cell-year.-other-decade-:hover {
    color: #c5c5c5;
}
.-disabled-.-focus-.datepicker--cell-day.-other-month-,
.-disabled-.-focus-.datepicker--cell-year.-other-decade- {
    color: #dedede;
}
.-selected-.datepicker--cell-day.-other-month-,
.-selected-.datepicker--cell-year.-other-decade- {
    color: #fff;
    background: #a2ddf6;
}
.-selected-.-focus-.datepicker--cell-day.-other-month-,
.-selected-.-focus-.datepicker--cell-year.-other-decade- {
    background: #8ad5f4;
}
.-in-range-.datepicker--cell-day.-other-month-,
.-in-range-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, 0.1);
    color: #ccc;
}
.-in-range-.-focus-.datepicker--cell-day.-other-month-,
.-in-range-.-focus-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, 0.2);
}
.datepicker--cell-day.-other-month-:empty,
.datepicker--cell-year.-other-decade-:empty {
    background: 0 0;
    border: none;
}
.datepicker--cells {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.datepicker--cell {
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    position: relative;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    height: 32px;
    z-index: 1;
}
.datepicker--cell.-focus- {
    background: #f0f0f0;
}
.datepicker--cell.-current- {
    color: #4eb5e6;
}
.datepicker--cell.-current-.-focus- {
    color: #4a4a4a;
}
.datepicker--cell.-current-.-in-range- {
    color: #4eb5e6;
}
.datepicker--cell.-in-range- {
    background: rgba(92, 196, 239, 0.1);
    color: #4a4a4a;
    border-radius: 0;
}
.datepicker--cell.-in-range-.-focus- {
    background-color: rgba(92, 196, 239, 0.2);
}
.datepicker--cell.-disabled- {
    cursor: default;
    color: #aeaeae;
}
.datepicker--cell.-disabled-.-focus- {
    color: #aeaeae;
}
.datepicker--cell.-disabled-.-in-range- {
    color: #a1a1a1;
}
.datepicker--cell.-disabled-.-current-.-focus- {
    color: #aeaeae;
}
.datepicker--cell.-range-from- {
    border: 1px solid rgba(92, 196, 239, 0.5);
    background-color: rgba(92, 196, 239, 0.1);
    border-radius: 4px 0 0 4px;
}
.datepicker--cell.-range-to- {
    border: 1px solid rgba(92, 196, 239, 0.5);
    background-color: rgba(92, 196, 239, 0.1);
    border-radius: 0 4px 4px 0;
}
.datepicker--cell.-range-from-.-range-to- {
    border-radius: 4px;
}
.datepicker--cell.-selected- {
    color: #fff;
    border: none;
    background: #e31e24;
}
.datepicker--cell.-selected-.-current- {
    color: #fff;
    background: #e31e24;
}
.datepicker--cell.-selected-.-focus- {
    background: #e31e24;
}
.datepicker--cell:empty {
    cursor: default;
}
.datepicker--days-names {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 8px 0 3px;
}
.datepicker--day-name {
    color: #ff9a19;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex: 1;
    -webkit-box-flex: 1;
    flex: 1;
    text-align: center;
    text-transform: uppercase;
    font-size: 0.8em;
}
.datepicker--cell-day {
    width: 14.28571%;
}
.datepicker--cells-months {
    height: 170px;
}
.datepicker--cell-month {
    width: 33.33%;
    height: 25%;
}
.datepicker--years {
    height: 170px;
}
.datepicker--cells-years {
    height: 170px;
}
.datepicker--cell-year {
    width: 25%;
    height: 33.33%;
}
.datepicker--cell-day.-other-month-,
.datepicker--cell-year.-other-decade- {
    color: #dedede;
}
.datepicker--cell-day.-other-month-:hover,
.datepicker--cell-year.-other-decade-:hover {
    color: #c5c5c5;
}
.-disabled-.-focus-.datepicker--cell-day.-other-month-,
.-disabled-.-focus-.datepicker--cell-year.-other-decade- {
    color: #dedede;
}
.-selected-.datepicker--cell-day.-other-month-,
.-selected-.datepicker--cell-year.-other-decade- {
    color: #fff;
    background: #a2ddf6;
}
.-selected-.-focus-.datepicker--cell-day.-other-month-,
.-selected-.-focus-.datepicker--cell-year.-other-decade- {
    background: #8ad5f4;
}
.-in-range-.datepicker--cell-day.-other-month-,
.-in-range-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, 0.1);
    color: #ccc;
}
.-in-range-.-focus-.datepicker--cell-day.-other-month-,
.-in-range-.-focus-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, 0.2);
}
.datepicker--cell-day.-other-month-:empty,
.datepicker--cell-year.-other-decade-:empty {
    background: 0 0;
    border: none;
}
.datepickers-container {
    position: absolute;
    left: 0;
    top: 0;
}
@media print {
    .datepickers-container {
        display: none;
    }
}
.datepicker {
    background: #fff;
    border: 1px solid #dbdbdb;
    -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    font-family: Tahoma, sans-serif;
    font-size: 14px;
    color: #4a4a4a;
    width: 250px;
    position: absolute;
    left: -100000px;
    opacity: 0;
    transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0.3s, -webkit-transform 0.3s ease;
    z-index: 100;
}
.datepicker.-from-top- {
    -webkit-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    transform: translateY(-8px);
}
.datepicker.-from-right- {
    -webkit-transform: translateX(8px);
    -ms-transform: translateX(8px);
    transform: translateX(8px);
}
.datepicker.-from-bottom- {
    -webkit-transform: translateY(8px);
    -ms-transform: translateY(8px);
    transform: translateY(8px);
}
.datepicker.-from-left- {
    -webkit-transform: translateX(-8px);
    -ms-transform: translateX(-8px);
    transform: translateX(-8px);
}
.datepicker.active {
    opacity: 1;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0s, -webkit-transform 0.3s ease;
}
.datepicker-inline .datepicker {
    border-color: #d7d7d7;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: static;
    left: auto;
    right: auto;
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}
.datepicker-inline .datepicker--pointer {
    display: none;
}
.datepicker--content {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    padding: 4px;
}
.-only-timepicker- .datepicker--content {
    display: none;
}
.datepicker--pointer {
    position: absolute;
    background: #fff;
    border-top: 1px solid #dbdbdb;
    border-right: 1px solid #dbdbdb;
    width: 10px;
    height: 10px;
    z-index: -1;
}
.-top-center- .datepicker--pointer,
.-top-left- .datepicker--pointer,
.-top-right- .datepicker--pointer {
    top: calc(100% - 4px);
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}
.-right-bottom- .datepicker--pointer,
.-right-center- .datepicker--pointer,
.-right-top- .datepicker--pointer {
    right: calc(100% - 4px);
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
}
.-bottom-center- .datepicker--pointer,
.-bottom-left- .datepicker--pointer,
.-bottom-right- .datepicker--pointer {
    bottom: calc(100% - 4px);
    -webkit-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    transform: rotate(315deg);
}
.-left-bottom- .datepicker--pointer,
.-left-center- .datepicker--pointer,
.-left-top- .datepicker--pointer {
    left: calc(100% - 4px);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.-bottom-left- .datepicker--pointer,
.-top-left- .datepicker--pointer {
    left: 10px;
}
.-bottom-right- .datepicker--pointer,
.-top-right- .datepicker--pointer {
    right: 10px;
}
.-bottom-center- .datepicker--pointer,
.-top-center- .datepicker--pointer {
    left: calc(50% - 10px / 2);
}
.-left-top- .datepicker--pointer,
.-right-top- .datepicker--pointer {
    top: 10px;
}
.-left-bottom- .datepicker--pointer,
.-right-bottom- .datepicker--pointer {
    bottom: 10px;
}
.-left-center- .datepicker--pointer,
.-right-center- .datepicker--pointer {
    top: calc(50% - 10px / 2);
}
.datepicker--body {
    display: none;
}
.datepicker--body.active {
    display: block;
}
.datepicker--cell-day.-other-month-,
.datepicker--cell-year.-other-decade- {
    color: #dedede;
}
.datepicker--cell-day.-other-month-:hover,
.datepicker--cell-year.-other-decade-:hover {
    color: #c5c5c5;
}
.-disabled-.-focus-.datepicker--cell-day.-other-month-,
.-disabled-.-focus-.datepicker--cell-year.-other-decade- {
    color: #dedede;
}
.-selected-.datepicker--cell-day.-other-month-,
.-selected-.datepicker--cell-year.-other-decade- {
    color: #fff;
    background: #a2ddf6;
}
.-selected-.-focus-.datepicker--cell-day.-other-month-,
.-selected-.-focus-.datepicker--cell-year.-other-decade- {
    background: #8ad5f4;
}
.-in-range-.datepicker--cell-day.-other-month-,
.-in-range-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, 0.1);
    color: #ccc;
}
.-in-range-.-focus-.datepicker--cell-day.-other-month-,
.-in-range-.-focus-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, 0.2);
}
.datepicker--cell-day.-other-month-:empty,
.datepicker--cell-year.-other-decade-:empty {
    background: 0 0;
    border: none;
}
.datepicker--nav {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #efefef;
    min-height: 32px;
    padding: 4px;
}
.-only-timepicker- .datepicker--nav {
    display: none;
}
.datepicker--nav-action,
.datepicker--nav-title {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    cursor: pointer;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
}
.datepicker--nav-action {
    width: 32px;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.datepicker--nav-action:hover {
    background: #f0f0f0;
}
.datepicker--nav-action.-disabled- {
    visibility: hidden;
}
.datepicker--nav-action svg {
    width: 32px;
    height: 32px;
}
.datepicker--nav-action path {
    fill: none;
    stroke: #9c9c9c;
    stroke-width: 2px;
}
.datepicker--nav-title {
    border-radius: 4px;
    padding: 0 8px;
}
.datepicker--nav-title i {
    font-style: normal;
    color: #9c9c9c;
    margin-left: 5px;
}
.datepicker--nav-title:hover {
    background: #f0f0f0;
}
.datepicker--nav-title.-disabled- {
    cursor: default;
    background: 0 0;
}
.datepicker--buttons {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    padding: 4px;
    border-top: 1px solid #efefef;
}
.datepicker--button {
    color: #4eb5e6;
    cursor: pointer;
    border-radius: 4px;
    -ms-flex: 1;
    -webkit-box-flex: 1;
    flex: 1;
    display: -ms-inline-flexbox;
    display: -webkit-inline-box;
    display: inline-flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    height: 32px;
}
.datepicker--button:hover {
    color: #4a4a4a;
    background: #f0f0f0;
}
.datepicker--cell-day.-other-month-,
.datepicker--cell-year.-other-decade- {
    color: #dedede;
}
.datepicker--cell-day.-other-month-:hover,
.datepicker--cell-year.-other-decade-:hover {
    color: #c5c5c5;
}
.-disabled-.-focus-.datepicker--cell-day.-other-month-,
.-disabled-.-focus-.datepicker--cell-year.-other-decade- {
    color: #dedede;
}
.-selected-.datepicker--cell-day.-other-month-,
.-selected-.datepicker--cell-year.-other-decade- {
    color: #fff;
    background: #a2ddf6;
}
.-selected-.-focus-.datepicker--cell-day.-other-month-,
.-selected-.-focus-.datepicker--cell-year.-other-decade- {
    background: #8ad5f4;
}
.-in-range-.datepicker--cell-day.-other-month-,
.-in-range-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, 0.1);
    color: #ccc;
}
.-in-range-.-focus-.datepicker--cell-day.-other-month-,
.-in-range-.-focus-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, 0.2);
}
.datepicker--cell-day.-other-month-:empty,
.datepicker--cell-year.-other-decade-:empty {
    background: 0 0;
    border: none;
}
.datepicker--time {
    border-top: 1px solid #efefef;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    padding: 4px;
    position: relative;
}
.datepicker--time.-am-pm- .datepicker--time-sliders {
    -ms-flex: 0 1 138px;
    -webkit-box-flex: 0;
    flex: 0 1 138px;
    max-width: 138px;
}
.-only-timepicker- .datepicker--time {
    border-top: none;
}
.datepicker--time-sliders {
    -ms-flex: 0 1 153px;
    -webkit-box-flex: 0;
    flex: 0 1 153px;
    margin-right: 10px;
    max-width: 153px;
}
.datepicker--time-label {
    display: none;
    font-size: 12px;
}
.datepicker--time-current {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex: 1;
    -webkit-box-flex: 1;
    flex: 1;
    font-size: 14px;
    text-align: center;
    margin: 0 0 0 10px;
}
.datepicker--time-current-colon {
    margin: 0 2px 3px;
    line-height: 1;
}
.datepicker--time-current-hours,
.datepicker--time-current-minutes {
    line-height: 1;
    font-size: 19px;
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    position: relative;
    z-index: 1;
}
.datepicker--time-current-hours:after,
.datepicker--time-current-minutes:after {
    content: "";
    background: #f0f0f0;
    border-radius: 4px;
    position: absolute;
    left: -2px;
    top: -3px;
    right: -2px;
    bottom: -2px;
    z-index: -1;
    opacity: 0;
}
.datepicker--time-current-hours.-focus-:after,
.datepicker--time-current-minutes.-focus-:after {
    opacity: 1;
}
.datepicker--time-current-ampm {
    text-transform: uppercase;
    -ms-flex-item-align: end;
    align-self: flex-end;
    color: #9c9c9c;
    margin-left: 6px;
    font-size: 11px;
    margin-bottom: 1px;
}
.datepicker--time-row {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    font-size: 11px;
    height: 17px;
    background: -webkit-gradient(linear, left top, right top, from(#dedede), to(#dedede)) left 50%/100% 1px no-repeat;
    background: -o-linear-gradient(left, #dedede, #dedede) left 50%/100% 1px no-repeat;
    background: linear-gradient(to right, #dedede, #dedede) left 50%/100% 1px no-repeat;
}
.datepicker--time-row:first-child {
    margin-bottom: 4px;
}
.datepicker--time-row input[type="range"] {
    background: 0 0;
    cursor: pointer;
    -ms-flex: 1;
    -webkit-box-flex: 1;
    flex: 1;
    height: 100%;
    padding: 0;
    margin: 0;
    -webkit-appearance: none;
}
.datepicker--time-row input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
}
.datepicker--time-row input[type="range"]::-ms-tooltip {
    display: none;
}
.datepicker--time-row input[type="range"]:hover::-webkit-slider-thumb {
    border-color: #b8b8b8;
}
.datepicker--time-row input[type="range"]:hover::-moz-range-thumb {
    border-color: #b8b8b8;
}
.datepicker--time-row input[type="range"]:hover::-ms-thumb {
    border-color: #b8b8b8;
}
.datepicker--time-row input[type="range"]:focus {
    outline: 0;
}
.datepicker--time-row input[type="range"]:focus::-webkit-slider-thumb {
    background: #5cc4ef;
    border-color: #5cc4ef;
}
.datepicker--time-row input[type="range"]:focus::-moz-range-thumb {
    background: #5cc4ef;
    border-color: #5cc4ef;
}
.datepicker--time-row input[type="range"]:focus::-ms-thumb {
    background: #5cc4ef;
    border-color: #5cc4ef;
}
.datepicker--time-row input[type="range"]::-webkit-slider-thumb {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 12px;
    width: 12px;
    border-radius: 3px;
    border: 1px solid #dedede;
    background: #fff;
    cursor: pointer;
    -webkit-transition: background 0.2s;
    transition: background 0.2s;
}
.datepicker--time-row input[type="range"]::-moz-range-thumb {
    box-sizing: border-box;
    height: 12px;
    width: 12px;
    border-radius: 3px;
    border: 1px solid #dedede;
    background: #fff;
    cursor: pointer;
    -moz-transition: background 0.2s;
    transition: background 0.2s;
}
.datepicker--time-row input[type="range"]::-ms-thumb {
    box-sizing: border-box;
    height: 12px;
    width: 12px;
    border-radius: 3px;
    border: 1px solid #dedede;
    background: #fff;
    cursor: pointer;
    -ms-transition: background 0.2s;
    transition: background 0.2s;
}
.datepicker--time-row input[type="range"]::-webkit-slider-thumb {
    margin-top: -6px;
}
.datepicker--time-row input[type="range"]::-webkit-slider-runnable-track {
    border: none;
    height: 1px;
    cursor: pointer;
    color: transparent;
    background: 0 0;
}
.datepicker--time-row input[type="range"]::-moz-range-track {
    border: none;
    height: 1px;
    cursor: pointer;
    color: transparent;
    background: 0 0;
}
.datepicker--time-row input[type="range"]::-ms-track {
    border: none;
    height: 1px;
    cursor: pointer;
    color: transparent;
    background: 0 0;
}
.datepicker--time-row input[type="range"]::-ms-fill-lower {
    background: 0 0;
}
.datepicker--time-row input[type="range"]::-ms-fill-upper {
    background: 0 0;
}
.datepicker--time-row span {
    padding: 0 12px;
}
.datepicker--time-icon {
    color: #9c9c9c;
    border: 1px solid;
    border-radius: 50%;
    font-size: 16px;
    position: relative;
    margin: 0 5px -1px 0;
    width: 1em;
    height: 1em;
}
.datepicker--time-icon:after,
.datepicker--time-icon:before {
    content: "";
    background: currentColor;
    position: absolute;
}
.datepicker--time-icon:after {
    height: 0.4em;
    width: 1px;
    left: calc(50% - 1px);
    top: calc(50% + 1px);
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}
.datepicker--time-icon:before {
    width: 0.4em;
    height: 1px;
    top: calc(50% + 1px);
    left: calc(50% - 1px);
}
.datepicker--cell-day.-other-month-,
.datepicker--cell-year.-other-decade- {
    color: #dedede;
}
.datepicker--cell-day.-other-month-:hover,
.datepicker--cell-year.-other-decade-:hover {
    color: #c5c5c5;
}
.-disabled-.-focus-.datepicker--cell-day.-other-month-,
.-disabled-.-focus-.datepicker--cell-year.-other-decade- {
    color: #dedede;
}
.-selected-.datepicker--cell-day.-other-month-,
.-selected-.datepicker--cell-year.-other-decade- {
    color: #fff;
    background: #a2ddf6;
}
.-selected-.-focus-.datepicker--cell-day.-other-month-,
.-selected-.-focus-.datepicker--cell-year.-other-decade- {
    background: #8ad5f4;
}
.-in-range-.datepicker--cell-day.-other-month-,
.-in-range-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, 0.1);
    color: #ccc;
}
.-in-range-.-focus-.datepicker--cell-day.-other-month-,
.-in-range-.-focus-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, 0.2);
}
.datepicker--cell-day.-other-month-:empty,
.datepicker--cell-year.-other-decade-:empty {
    background: 0 0;
    border: none;
}
@media only screen and (max-width: 359px) {
    .datepicker {
        width: 220px;
    }
}
.btn {
    display: inline-block;
    padding: 11px 20px;
    text-decoration: none;
    text-align: center;
    color: #fff;
    background-color: #e31e24;
    border: 1px solid #e31e24;
    -webkit-transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
    -o-transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
    transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}
.btn .icon {
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    fill: #fff;
    -webkit-transition: fill 0.3s ease;
    -o-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
}
.btn span {
    display: inline-block;
    position: relative;
    padding-left: 31px;
}
.btn.btn_active {
    background-color: #fff;
    border-color: #e31e24;
    color: #e31e24;
}
.btn.btn_active .icon {
    fill: #e31e24;
}
.btn[disabled] {
    cursor: default;
    opacity: 0.6;
}
.btn_white {
    background-color: #fff;
    color: #e31e24;
}
.btn_white .icon {
    fill: #e31e24;
}
.btn_gray {
    background-color: #f0f0f0;
    border-color: #f0f0f0;
    color: #1b1b1b;
}
.btn_gray .icon {
    fill: #1b1b1b;
}
.btn_dark-gray {
    background-color: #696969;
    border-color: #696969;
    color: #fff;
}
.btn_black {
    background-color: #1b1b1b;
    color: #fff;
}
.quantity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.quantity__menus,
.quantity__plus {
    position: relative;
    width: 10px;
    height: 10px;
}
.quantity__menus:before,
.quantity__plus:before {
    content: "";
    width: 10px;
    height: 2px;
    background-color: #696969;
}
.quantity__menus:active:after,
.quantity__menus:active:before,
.quantity__plus:active:after,
.quantity__plus:active:before {
    background-color: #e31e24;
}
.quantity__menus {
    margin-right: 10px;
}
.quantity__plus {
    margin-left: 10px;
}
.quantity__plus:after {
    content: "";
    width: 2px;
    height: 10px;
    background-color: #696969;
}
.quantity__field {
    width: 54px;
    height: 28px;
    border: 1px solid #e5e5e5;
    background-color: #fff;
    text-align: center;
}
.my-field-wrapper {
    margin-bottom: 10px;
}
.my-field {
    height: 40px;
    width: 100%;
    padding: 0 15px;
    border: 1px solid #e5e5e5;
}
.my-field::-webkit-input-placeholder {
    color: #696969;
}
.my-field:-moz-placeholder {
    color: #696969;
}
.my-field::-moz-placeholder {
    color: #696969;
}
.my-field:-ms-input-placeholder {
    color: #696969;
}
.my-textarea {
    width: 100%;
    border: 1px solid #e5e5e5;
    height: 120px;
    resize: none;
    padding: 15px;
}
.my-textarea::-webkit-input-placeholder {
    color: #696969;
}
.my-textarea:-moz-placeholder {
    color: #696969;
}
.my-textarea::-moz-placeholder {
    color: #696969;
}
.my-textarea:-ms-input-placeholder {
    color: #696969;
}
.my-label {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    margin-bottom: 12px;
    font-weight: 500;
    font-size: 12px;
    color: #1b1b1b;
}
.my-label sup {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    width: 15px;
    height: 15px;
    background-color: #e31e24;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.my-label sup .icon {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    width: 9px;
    height: 9px;
}
.form-file-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}
.form-file-wrapper .file-wrapper {
    width: auto;
    margin-bottom: 0;
    padding-right: 20px;
    max-width: calc(100% - 110px);
}
.form-file-note {
    font-size: 12px;
    color: #696969;
    text-align: left;
}
.file-wrapper {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
    overflow: hidden;
}
.file__del {
    margin-left: 10px;
    width: 15px;
    height: 15px;
    display: none;
    cursor: pointer;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.file__del .icon {
    width: 15px;
    height: 15px;
    fill: #1b1b1b;
}
.file__inner {
    position: relative;
    padding: 3px 0 3px 32px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.file {
    display: inline-block;
    padding: 2px 0 2px 25px;
    position: relative;
    cursor: pointer;
    font-size: 12px;
    color: #1b1b1b;
    text-decoration: underline;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.file .icon {
    fill: #696969;
}
.file__info {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.inputfile {
    display: none;
}
.my-radio {
    position: absolute;
    left: 4px;
    opacity: 0;
    visibility: hidden;
}
.my-radio:checked + .my-radio-label:after {
    content: "";
    position: absolute;
    left: 4px;
    top: 3px;
    width: 9px;
    height: 9px;
    background-color: #e31e24;
    border-radius: 50%;
}
.my-radio-wrapper_field {
    padding-left: 31px;
    position: relative;
}
.my-radio-wrapper_field .my-radio:checked + .my-radio-label:after {
    top: 4px !important;
}
.my-radio-wrapper_field .my-radio-label {
    width: 17px;
    height: 17px;
    padding: 0;
}
.my-radio-wrapper_field .my-radio-label:before {
    top: 0 !important;
}
.my-radio-wrapper_field .SumoSelect {
    margin-bottom: 0;
}
.my-checkbox-wrapper,
.my-radio-wrapper {
    margin-bottom: 10px;
}
.my-radio-label {
    display: inline-block;
    position: relative;
    padding-left: 31px;
    cursor: pointer;
}
.my-radio-label:before {
    content: "";
    position: absolute;
    left: 0;
    top: -1px;
    width: 17px;
    height: 17px;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 50%;
}
.my-checkbox {
    position: absolute;
    left: 4px;
    opacity: 0;
    visibility: hidden;
}
.my-checkbox:checked + .my-checkbox-label:after {
    content: "";
    position: absolute;
    width: 15px;
    height: 13px;
    left: 3px;
    top: 1px;
    background: center/cover no-repeat url(../images/tick.svg);
}
.my-checkbox-label {
    display: inline-block;
    position: relative;
    padding-left: 26px;
    cursor: pointer;
    font-weight: normal;
}
.my-checkbox-label:before {
    content: "";
    position: absolute;
    left: 0;
    top: -3px;
    width: 21px;
    height: 21px;
    background-color: #fff;
    border: 1px solid #e5e5e5;
}
.my-field-note {
    margin-bottom: 13px;
    font-size: 12px;
    color: #696969;
}
.my-field-note sup {
    color: #e31e24;
}
.g-recaptcha {
    overflow: hidden;
    max-width: 100%;
}
.g-recaptcha body > div[style]:last-of-type,
.g-recaptcha iframe,
.g-recaptcha > div {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
}
.btn-center {
    text-align: center;
}
.err_mess {
    margin-bottom: 13px;
    color: #e31e24;
}
.complete {
    margin-bottom: 13px;
    color: #1bd741;
}
.err {
    border-color: #e31e24;
}
@media only screen and (min-width: 1200px) {
    .file__inner {
        padding-left: 37px;
    }
}
@media (hover), (min-width: 0\0), (min--moz-device-pixel-ratio: 0) {
    .btn:not(.btn_active):hover {
        background-color: #d11218;
    }
    .btn:not(.btn_active):hover.btn_gray {
        background-color: #e5e5e5;
        border-color: #e5e5e5;
        color: #1b1b1b;
    }
    .btn:not(.btn_active):hover.btn_white {
        background-color: #fafafa;
        color: #e31e24;
    }
    .btn:not(.btn_active):hover.btn_dark-gray {
        background-color: #1b1b1b;
        border-color: #1b1b1b;
    }
    .file:hover {
        text-decoration: none;
    }
    .file__del .icon {
        -webkit-transition: fill 0.3s ease;
        -o-transition: fill 0.3s ease;
        transition: fill 0.3s ease;
    }
    .file__del:hover .icon {
        fill: #e31e24;
    }
    .quantity__menus,
    .quantity__plus {
        cursor: pointer;
    }
    .quantity__menus:after,
    .quantity__menus:before,
    .quantity__plus:after,
    .quantity__plus:before {
        -webkit-transition: background-color 0.3s ease;
        -o-transition: background-color 0.3s ease;
        transition: background-color 0.3s ease;
    }
    .quantity__menus:hover:after,
    .quantity__menus:hover:before,
    .quantity__plus:hover:after,
    .quantity__plus:hover:before {
        background-color: #e31e24;
    }
}
.table-wrp {
    overflow-x: auto;
    margin-bottom: 30px;
}
.table-wrp > .table-style,
.text .table-wrp > table {
    margin-bottom: 0;
}
.js-hide-text {
    display: none;
}
.js-hide-text_show {
    display: block;
}
.base-content__section .h2,
.base-content__section > h2,
.catalog-carousel .h2,
.catalog-carousel > h2,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.news-slider__carousel h3,
.stock-category .h2,
.stock-category h2,
.ttl-h1,
.ttl-h2,
.ttl-h3,
.ttl-h4,
.ttl-h5,
.ttl-h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 15px;
}
.base-content__section .h2,
.base-content__section > h2,
.catalog-carousel .h2,
.catalog-carousel > h2,
.h1,
.news-slider__carousel h3,
.stock-category .h2,
.stock-category h2,
.ttl-h1,
.ttl-h2,
.ttl-h4,
h1 {
    font-weight: 400;
}
.base-content__section .h2,
.base-content__section > h2,
.catalog-carousel .h2,
.catalog-carousel > h2,
.h1,
.stock-category .h2,
.stock-category h2,
.ttl-h1,
h1 {
    font-size: 20px;
}
.h1,
h1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
}
.h1 img,
h1 img {
    -ms-flex-item-align: center;
    align-self: center;
    max-width: 35px;
    margin-right: 10px;
}
.h2,
.news-slider__carousel h3,
.ttl-h2,
h2 {
    font-size: 18px;
}
.h3,
.ttl-h3,
h3 {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}
.h4,
.ttl-h4,
h4 {
    font-size: 16px;
}
.h5,
.ttl-h5,
h5 {
    font-size: 14px;
    font-weight: 500;
}
.h6,
.ttl-h6,
h6 {
    font-size: 14px;
    font-weight: 500;
}
.text ul,
.ul-style {
    margin-bottom: 20px;
}
.text ul > li,
.ul-style > li {
    position: relative;
    padding-left: 16px;
    margin-bottom: 5px;
}
.text ul > li:before,
.ul-style > li:before {
    content: "";
    display: block;
    position: absolute;
    left: 2px;
    top: 7px;
    width: 5px;
    height: 5px;
    background-color: #696969;
    border-radius: 50%;
}
.text ul > li > ul,
.ul-style > li > ul {
    margin-bottom: 0;
}
.text ul > li > ul li:first-child,
.ul-style > li > ul li:first-child {
    margin-top: 5px;
}
.text ul > li > ol,
.ul-style > li > ol {
    margin-bottom: 0;
}
.text ul > li > ol li:first-child,
.ul-style > li > ol li:first-child {
    margin-top: 5px;
}
.ol-style,
.text ol {
    margin-bottom: 20px;
    counter-reset: step-counter;
}
.ol-style > li,
.text ol > li {
    position: relative;
    margin-bottom: 5px;
    margin-left: 20px;
    counter-increment: step-counter;
}
.ol-style > li:before,
.text ol > li:before {
    content: counter(step-counter) ".";
    counter-increment: step;
    position: absolute;
    top: 0;
    left: -20px;
    text-align: center;
    color: #e31e24;
}
.ol-style > li ol,
.text ol > li ol {
    margin-bottom: 0;
}
.ol-style > li ol li,
.text ol > li ol li {
    padding-bottom: 0;
    margin-top: 5px;
}
.ol-style > li ol li:before,
.text ol > li ol li:before {
    content: counters(step-counter, ".");
}
.ol-style > li ul,
.text ol > li ul {
    margin-bottom: 0;
    margin-left: 0;
}
.ol-style > li ul li,
.text ol > li ul li {
    margin-left: 0;
    padding-bottom: 0;
    margin-top: 5px;
}
.table-style,
.text table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 30px;
    font-size: 14px;
}
.table-style td,
.table-style th,
.text table td,
.text table th {
    padding: 5px 10px;
    font-size: 12px;
}
.table-style td,
.text table td {
    border: 1px solid #e5e5e5;
    vertical-align: middle;
}
.table-style th,
.text table th {
    border: 1px solid #e5e5e5;
    font-weight: 500;
    vertical-align: middle;
    text-align: left;
}
.table-style th.text-center,
.text table th.text-center {
    text-align: center;
}
.table-style th[align="center"],
.text table th[align="center"] {
    text-align: center;
}
.table-style tr:nth-child(2n) td,
.table-style tr:nth-child(2n) th,
.text table tr:nth-child(2n) td,
.text table tr:nth-child(2n) th {
    background-color: #fafafa;
}
.w1 {
    width: 1%;
}
.w30 {
    width: 30%;
}
.w10 {
    width: 10%;
}
.table-style__hint-item {
    display: inline-block;
    position: relative;
    padding-right: 32px;
}
.table-style__hint-item .hint {
    text-align: left;
}
.text {
    margin-bottom: 20px;
    padding: 15px;
    border: 1px solid #e5e5e5;
}
.text > :last-child {
    margin-bottom: 0;
}
.text blockquote {
    position: relative;
    padding: 20px;
    margin-bottom: 20px;
    color: #1b1b1b;
}
.text blockquote img {
    border-radius: 50%;
    margin-bottom: 20px;
}
.text img,
.text img[align="center"],
.text img[align="left"],
.text img[align="right"] {
    display: block;
    margin: 0 auto 10px;
    float: none;
}
.text .photos__col img {
    margin: 0;
}
.text .gallery-photo img {
    margin: 0;
}
.text hr {
    margin: 0;
    border: none;
    border-bottom: 1px solid #e5e5e5;
}
.text p {
    margin-bottom: 15px;
}
.text h1 + img,
.text h2 + img,
.text h3 + img,
.text h4 + img,
.text h5 + img,
.text ol + img,
.text p + img,
.text ul + img {
    margin-top: 0 !important;
}
.text table {
    margin-left: auto;
    margin-right: auto;
}
.text_promo {
    text-align: justify;
    padding: 0 !important;
    border: none;
}
.text_accordion {
    padding: 15px 0;
    border: none;
    margin-bottom: 0 !important;
}
@media only screen and (min-width: 1200px) {
    .table-style td,
    .table-style th,
    .text table td,
    .text table th {
        padding: 15px 20px;
    }
    .base-content__section .h2,
    .base-content__section > h2,
    .catalog-carousel .h2,
    .catalog-carousel > h2,
    .h1,
    .stock-category .h2,
    .stock-category h2,
    .ttl-h1,
    h1 {
        font-size: 25px;
    }
    .text_promo {
        font-size: 16px;
    }
    .text {
        padding: 20px;
        margin-bottom: 30px;
    }
    .text img[align="right"] {
        margin: 20px 0 20px 20px;
        max-width: 50%;
        float: right;
    }
    .text img[align="left"] {
        margin: 20px 20px 20px 0;
        float: left;
        max-width: 50%;
    }
    .text img {
        margin-bottom: 20px;
    }
    .text img:first-child {
        margin-top: 0 !important;
    }
    .text blockquote {
        padding: 30px;
    }
    .text blockquote,
    .text li,
    .text p {
        line-height: 1.4;
    }
    .text_accordion {
        padding: 20px 0;
    }
}
.base-content__section .h2,
.base-content__section > h2 {
    margin-bottom: 65px;
}
@media only screen and (min-width: 640px) {
    .base-content__section .h2,
    .base-content__section > h2 {
        margin-bottom: 20px;
    }
}
@media only screen and (min-width: 1200px) {
    .base-content {
        margin-left: 315px;
    }
}
.popup {
    position: relative;
    width: 100%;
    max-width: 630px;
    background: 0 0;
    padding: 0 15px;
}
.popup_hide {
    display: none;
}
.popup__inner {
    position: relative;
    padding: 30px;
    background-color: #fafafa;
}
.popup__ttl {
    position: relative;
    margin-bottom: 25px;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
    color: #000;
}
.close-popup {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    border: none;
    background-color: transparent;
    cursor: pointer;
    z-index: 1;
}
.close-popup .icon {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    width: 12px;
    height: 12px;
    fill: #696969;
    pointer-events: none;
}
.popup-bottom {
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.popup-bottom__item {
    margin: 0 5px 10px;
}
.forgot-pass {
    color: #1b1b1b;
}
.popup__form {
    max-width: 410px;
    margin: 0 auto;
}
#popup-order {
    max-width: 1260px;
}
#popup-order .popup__inner {
    padding: 30px;
    background-color: #fff;
}
#popup-order .close-popup {
    position: absolute;
    top: 28px;
    right: 22px;
}
.popup-order__total-wrp {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.popup-order__table td,
.popup-order__table th {
    text-align: center;
    padding: 15px 8px;
}
.popup-order__table a {
    text-decoration: none;
    color: #1b1b1b;
}
.popup-order__table-codes a {
    display: inline-block;
    margin-bottom: 5px;
    word-break: break-all;
}
.popup-order__table-codes span {
    display: block;
}
.popup-order__top {
    padding-right: 30px;
    margin-bottom: 10px;
    font-weight: 500;
}
.popup-order__top span {
    margin-bottom: 10px;
    margin-right: 15px;
}
.popup-order__top span:last-child {
    margin-right: 0;
}
@media only screen and (min-width: 640px) {
    .popup__inner {
        padding: 50px;
    }
    .popup-order__total-wrp {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}
@media only screen and (min-width: 768px) {
    .popup__ttl {
        margin-bottom: 40px;
    }
}
@media only screen and (min-width: 1200px) {
    .popup-order__top {
        margin-bottom: 20px;
    }
    .popup-order__top span {
        margin-right: 86px;
    }
}
@media (hover), (min-width: 0\0), (min--moz-device-pixel-ratio: 0) {
    .close-popup .icon {
        -webkit-transition: fill 0.3s ease;
        -o-transition: fill 0.3s ease;
        transition: fill 0.3s ease;
    }
    .close-popup:hover .icon {
        fill: #e31e24;
    }
    .popup-order__table a {
        -webkit-transition: color 0.3s ease;
        -o-transition: color 0.3s ease;
        transition: color 0.3s ease;
    }
    .popup-order__table a:hover {
        text-decoration: underline;
    }
}
.header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #fff;
    border-bottom: 1px solid #e0e0e0;
    z-index: 18;
}
.header_fixed {
    position: fixed;
}
.header__top-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.header__top .header__phones-wrapper {
    display: none;
}
.header__top .currency-lang-wrapper {
    display: none;
}
.header__top-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.header__top-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.logo {
    text-decoration: none;
    color: #1b1b1b;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.logo img {
    max-width: 55px;
    margin-right: 10px;
}
.logo b {
    display: block;
    margin-bottom: 2px;
    font-size: 16px;
}
.logo span {
    max-width: 110px;
    display: none;
}
.login {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
}
.login__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    pointer-events: none;
}
.login__name {
    display: none;
}
.login_active .login__icon {
    background-color: #f0f0f0;
}
.login_active .login__icon .icon {
    fill: #696969;
}
.header__phones-body {
    position: relative;
    display: inline-block;
    z-index: 2;
}
.header__phones-body .icon {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}
.header__phone {
    font-size: 18px;
    text-decoration: none;
    color: #000;
}
.header__phones {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1px 32px 1px 52px;
}
.header__phones .icon_phone {
    left: 15px;
    fill: #e31e24;
}
.header__phones .icon_arrow-down {
    right: 0;
}
.header__phones:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    height: 17px;
    border-right: 1px solid #e5e5e5;
}
.header__favorite-link {
    width: 50px;
    height: 50px;
    display: block;
    position: relative;
}
.header__favorite-link .icon {
    fill: #fff;
    stroke: #1b1b1b;
}
.header__favorite-link span {
    position: absolute;
    right: 6px;
    bottom: 8px;
    width: 17px;
    height: 17px;
    background-color: #000;
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
    color: #fff;
    text-align: center;
    border-radius: 50%;
}
.header__phones-list {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    padding-top: 8px;
}
.header__phones-list-body {
    border: 1px solid #e5e5e5;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    background-color: #fff;
}
.header__phones-item {
    border-bottom: 1px solid #e5e5e5;
}
.header__phones-item .icon_phone {
    left: 15px;
    fill: #e31e24;
}
.header__phones-item a {
    position: relative;
    display: block;
    padding: 15px 20px 15px 52px;
}
.header__phones-item:last-child {
    border-bottom: none;
}
.js-hide-show-wrp {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.js-hide-show-ttl {
    cursor: pointer;
}
.js-hide-show-ttl_active .icon_arrow-down {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.js-hide-show-block_active {
    z-index: 3;
}
.currency,
.lang {
    position: relative;
    text-transform: uppercase;
}
.currency__selected,
.lang__selected {
    padding: 1px 10px;
    border-right: 1px solid #e5e5e5;
}
.currency__selected span,
.lang__selected span {
    display: block;
    padding-right: 32px;
    position: relative;
}
.currency__selected .icon,
.lang__selected .icon {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}
.currency__list,
.lang__list {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding-top: 8px;
}
.currency__body,
.lang__body {
    border: 1px solid #e5e5e5;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    background-color: #fff;
}
.currency__item,
.lang__item {
    display: block;
    padding: 10px 15px;
    border-bottom: 1px solid #e5e5e5;
    text-decoration: none;
    color: #1b1b1b;
}
.currency__item:last-child,
.lang__item:last-child {
    border-bottom: none;
}
.currency__item_active,
.lang__item_active {
    background-color: #f0f0f0;
    color: #e31e24;
}
@media only screen and (min-width: 768px) {
    .header__top .header__phones-wrapper {
        display: block;
    }
    .header__top .currency-lang-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .currency__selected,
    .lang__selected {
        padding-left: 15px;
        padding-right: 15px;
    }
    .header__phones {
        padding-right: 52px;
    }
    .header__phones .icon_arrow-down {
        right: 20px;
    }
    .header__phones-list {
        right: auto;
    }
    .login__icon {
        margin-left: 10px;
    }
}
@media only screen and (min-width: 1200px) {
    .header__phones {
        padding-right: 62px;
    }
    .header__phones .icon_arrow-down {
        right: 30px;
    }
    .header__top {
        padding: 0;
    }
    .header__bottom {
        border-top: 1px solid #e5e5e5;
    }
    .logo img {
        max-width: 104px;
    }
    .logo span {
        display: block;
    }
    .currency-lang-wrapper {
        margin-right: 15px;
    }
    .currency__selected,
    .lang__selected {
        padding-left: 30px;
        padding-right: 30px;
    }
    .currency__item,
    .lang__item {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .login__icon {
        width: 50px;
        height: 50px;
        margin-left: 0;
    }
    .login_active .login__name {
        display: block;
        max-width: 200px;
        margin-left: 15px;
        font-size: 16px;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .header__favorite-link {
        width: 50px;
        height: 50px;
    }
    .js-hide-show-wrp:hover .js-hide-show-block {
        z-index: 3;
        opacity: 1;
        visibility: visible;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}
@media (hover), (min-width: 0\0), (min--moz-device-pixel-ratio: 0) {
    .login .icon {
        -webkit-transition: fill 0.3s ease;
        -o-transition: fill 0.3s ease;
        transition: fill 0.3s ease;
    }
    .login:hover .icon {
        fill: #e31e24;
    }
    .currency__item:hover,
    .lang__item:hover {
        color: #e31e24;
    }
    .header__favorite-link .icon {
        -webkit-transition: stroke 0.3s ease;
        -o-transition: stroke 0.3s ease;
        transition: stroke 0.3s ease;
    }
    .header__favorite-link:hover .icon {
        stroke: #e31e24;
    }
}
.header-compare {
    z-index: 3;
    padding: 5px 0;
}
.header-compare__link {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50px;
    height: 50px;
}
.header-compare__link.js-hide-show-ttl_active .icon {
    fill: #e31e24;
}
.header-cart__quantity,
.header-compare__quantity {
    position: absolute;
    right: 6px;
    bottom: 8px;
    width: 17px;
    height: 17px;
    background-color: #000;
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
    color: #fff;
    text-align: center;
    border-radius: 50%;
}
.header-compare__info {
    position: absolute;
    min-width: 320px;
    top: 100%;
    right: 0;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.header-compare__list {
    max-height: 203px;
    padding: 13px 0;
}
.header-compare__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 7px 20px;
    text-decoration: none;
    color: #1b1b1b;
}
.header-compare__section-name {
    display: block;
}
.header-compare__q {
    display: block;
    width: 50px;
    text-align: center;
}
.header-compare__delete {
    display: block;
    padding: 18px 20px;
    text-decoration: none;
    color: #1b1b1b;
    border-top: 1px solid #e5e5e5;
}
.header-compare__delete span {
    position: relative;
    display: block;
    padding-left: 32px;
}
.header-compare__delete .icon {
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}
@media only screen and (min-width: 640px) {
    .header-compare {
        position: relative;
    }
    .header-compare__info {
        min-width: 360px;
    }
}
@media only screen and (min-width: 1200px) {
    .header-compare__link.js-hide-show-ttl_active .icon {
        fill: #1b1b1b;
    }
    .header-compare {
        padding: 23px 0;
        cursor: pointer;
    }
    .header-compare .header-compare__info.js-hide-show-block_active {
        display: block;
        opacity: 0;
        visibility: hidden;
        -webkit-transform: scaleY(0) translate3d(0, 0, 0);
        transform: scaleY(0) translate3d(0, 0, 0);
        -webkit-transform-origin: center top;
        -ms-transform-origin: center top;
        transform-origin: center top;
    }
}
@media (hover), (min-width: 0\0), (min--moz-device-pixel-ratio: 0) {
    .header-compare__link {
        -webkit-transition: fill 0.3s ease;
        -o-transition: fill 0.3s ease;
        transition: fill 0.3s ease;
    }
    .header-compare .header-compare__info.js-hide-show-block_active {
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    .header-compare:hover .header-compare__link .icon {
        fill: #e31e24;
    }
    .header-compare:hover .header-compare__info {
        display: block;
        opacity: 1;
        visibility: visible;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    .header-compare__item {
        -webkit-transition: color 0.3s ease;
        -o-transition: color 0.3s ease;
        transition: color 0.3s ease;
    }
    .header-compare__item:hover {
        color: #e31e24;
    }
    .header-compare__delete {
        -webkit-transition: color 0.3s ease;
        -o-transition: color 0.3s ease;
        transition: color 0.3s ease;
    }
    .header-compare__delete .icon {
        -webkit-transition: fill 0.3s ease;
        -o-transition: fill 0.3s ease;
        transition: fill 0.3s ease;
    }
    .header-compare__delete:hover {
        color: #e31e24;
    }
    .header-compare__delete:hover .icon {
        fill: #e31e24;
    }
}
.header-cart {
    position: relative;
    z-index: 3;
    padding: 5px 0;
}
.header-cart__link {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50px;
    height: 50px;
}
.header-cart__link .icon {
    -webkit-transition: fill 0.3s ease;
    -o-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
}
.header-cart__all {
    display: none;
}
.header-cart__quantity {
    background-color: #e31e24;
}
@media only screen and (min-width: 1200px) {
    .header-cart {
        padding: 23px 0;
    }
    .header-cart .btn {
        padding: 16.5px 15px;
    }
}
@media (hover), (min-width: 0\0), (min--moz-device-pixel-ratio: 0) {
    .header-cart__bottom {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 15px 20px;
    }
    .header-cart__total {
        display: table;
        margin-right: 20px;
    }
    .header-cart__total-item {
        display: table-row;
    }
    .header-cart__total-item b,
    .header-cart__total-item span {
        display: table-cell;
        padding-bottom: 5px;
    }
    .header-cart__total-item span {
        padding-right: 5px;
        text-align: right;
    }
    .header-cart__total-item:last-child b,
    .header-cart__total-item:last-child span {
        padding-bottom: 0;
    }
    .header-cart__table {
        width: 100%;
        border-collapse: collapse;
    }
    .header-cart__table td,
    .header-cart__table th {
        vertical-align: middle;
        font-weight: 400;
        font-size: 12px;
        text-align: center;
    }
    .header-cart__table td:first-child,
    .header-cart__table th:first-child {
        padding-left: 20px;
    }
    .header-cart__table td:last-child,
    .header-cart__table th:last-child {
        padding-right: 20px;
    }
    .header-cart__table th {
        padding: 11px 8px;
        border-bottom: 1px solid #e5e5e5;
    }
    .header-cart__table td {
        padding: 4px 10px;
        border-bottom: 1px solid #e5e5e5;
    }
    .header-cart__table tr:last-child td {
        border-bottom: none;
    }
    .header-cart__code {
        word-break: break-all;
    }
    .header-cart__delete {
        display: inline-block;
    }
    .header-cart-img-brand,
    .header-cart-img-prod {
        display: inline-block;
        border: 1px solid #e5e5e5;
        background-color: #fff;
        -webkit-transition: border-color 0.3s ease;
        -o-transition: border-color 0.3s ease;
        transition: border-color 0.3s ease;
    }
    .header-cart__list {
        max-height: 302px;
        border-bottom: 1px solid #e5e5e5;
    }
    .header-cart__price,
    .header-cart__price-total {
        white-space: nowrap;
    }
    .header-cart__all {
        display: block;
        position: absolute;
        min-width: 540px;
        top: 100%;
        right: 0;
        background-color: #fff;
        border: 1px solid #e5e5e5;
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    }
    .header-cart__delete .icon {
        -webkit-transition: fill 0.3s ease;
        -o-transition: fill 0.3s ease;
        transition: fill 0.3s ease;
    }
    .header-cart__delete:hover .icon {
        fill: #e31e24;
    }
    .header-cart__table tr:hover td {
        background-color: #f0f0f0;
    }
    .header-cart-img-brand:hover,
    .header-cart-img-prod:hover {
        border-color: #e31e24;
    }
    .header-cart:hover .header-cart__link .icon {
        fill: #e31e24;
    }
    .header-cart:hover .header-cart__all {
        opacity: 1;
        visibility: visible;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}
.nav-icons {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    pointer-events: none;
    height: 100%;
    padding-bottom: 15px;
}
.nav-icons__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    pointer-events: auto;
}
.nav-icons__item {
    display: block;
    position: relative;
    width: 40px;
    height: 40px;
    margin-bottom: 7px;
    border: 1px solid #e5e5e5;
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    cursor: pointer;
}
.nav-icons__item .icon {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    fill: #e31e24;
}
.nav-icons__item:last-child {
    margin-bottom: 0;
}
.nav-icons__item span {
    position: absolute;
    display: block;
    width: 17px;
    height: 17px;
    right: 2px;
    bottom: 2px;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
    color: #fff;
    border-radius: 50%;
    background-color: #e31e24;
}
.js-up {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.js-up_show {
    opacity: 1;
    visibility: visible;
}
.share-link {
    position: relative;
    cursor: pointer;
}
.share-link__list {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    right: 100%;
    width: 132px;
    margin-right: 20px;
    bottom: -1px;
    padding: 20px 20px 10px 20px;
    background-color: #fff;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border: 1px solid #e5e5e5;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: margin-right 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
    -o-transition: margin-right 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
    transition: margin-right 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
}
.share-link__list_show {
    opacity: 1;
    visibility: visible;
    margin-right: 10px;
}
.share-link__item {
    padding: 0 10px;
    margin-bottom: 10px;
    width: 45px;
    height: 25px;
}
.share-link__item a {
    display: block;
}
@media only screen and (min-width: 640px) {
    .share-link__list {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        width: auto;
        max-width: 402px;
        bottom: auto;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}
@media only screen and (min-width: 1200px) {
    .nav-icons__item {
        width: 50px;
        height: 50px;
    }
}
@media only screen and (min-width: 1300px) {
    .nav-icons {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-bottom: 0;
    }
}
@media (hover), (min-width: 0\0), (min--moz-device-pixel-ratio: 0) {
    .nav-icons__item {
        -webkit-transition: background-color 0.3s ease, border-color 0.3s ease;
        -o-transition: background-color 0.3s ease, border-color 0.3s ease;
        transition: background-color 0.3s ease, border-color 0.3s ease;
    }
    .nav-icons__item .icon {
        -webkit-transition: fill 0.3s ease;
        -o-transition: fill 0.3s ease;
        transition: fill 0.3s ease;
    }
    .nav-icons__item span {
        -webkit-transition: background-color 0.3s ease, color 0.3s ease;
        -o-transition: background-color 0.3s ease, color 0.3s ease;
        transition: background-color 0.3s ease, color 0.3s ease;
    }
    .nav-icons__item:hover {
        background-color: #e31e24;
        border-color: #e31e24;
    }
    .nav-icons__item:hover .icon {
        fill: #fff;
    }
    .nav-icons__item:hover span:not(.ya-share2__badge, .ya-share2__icon) {
        background-color: #fff;
        color: #e31e24;
    }
    .share-link__item a img {
        -webkit-transition: -webkit-transform 0.3s ease;
        transition: -webkit-transform 0.3s ease;
        -o-transition: transform 0.3s ease;
        transition: transform 0.3s ease;
        transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    }
    .share-link__item a:hover img {
        -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        transform: translateY(-5px);
    }
}
.footer {
    position: relative;
    margin-top: auto;
    padding-top: 30px;
    background-color: #1b1b1b;
    color: #fafafa;
}
.footer a {
    color: #fafafa;
    text-decoration: none;
}
.footer__phone-item {
    margin-bottom: 15px;
}
.footer__phone-item:last-child {
    margin-bottom: 0;
}
.footer__phone {
    display: inline-block;
    position: relative;
    padding-left: 32px;
}
.footer__phone .icon {
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    fill: #fff;
}
.footer__container {
    padding: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.footer__col {
    width: 100%;
    padding: 0 15px;
    margin-bottom: 30px;
}
.footer__logo {
    margin-bottom: 24px;
}
.footer__addresses {
    line-height: 1.2;
}
.footer__addresses .icon {
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    fill: #fff;
}
.footer__addresses p {
    padding-left: 32px;
}
.footer__addresses-ttl {
    position: relative;
    padding-left: 32px;
    margin-bottom: 10px;
    font-size: 18px;
}
.footer__addresses-item {
    margin-bottom: 15px;
}
.footer__addresses-item:last-child {
    margin-bottom: 0;
}
.footer__feedback-item {
    margin-bottom: 14px;
}
.footer__feedback-item:last-child {
    margin-bottom: 0;
}
.footer__feedback-link {
    position: relative;
    display: inline-block;
    padding-left: 32px;
}
.footer__feedback-link .icon {
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    fill: #fff;
}
@media only screen and (min-width: 480px) {
    .footer__col {
        width: 50%;
    }
}
@media only screen and (min-width: 768px) {
    .footer__col {
        width: 33.33333333%;
    }
}
@media only screen and (min-width: 992px) {
    .footer__container {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .footer__col {
        width: 25%;
    }
    .footer__col_address {
        width: 33.33333333%;
    }
    .footer__col_feedback {
        width: 16%;
    }
}
@media only screen and (min-width: 1200px) {
    .footer {
        padding-top: 50px;
        padding-bottom: 20px;
    }
    .footer__feedback-link,
    .footer__phone {
        font-size: 18px;
    }
}
.menu__link-wrp {
    padding-right: 24px;
}
.menu__link-wrp .icon {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}
.menu__link {
    display: inline-block;
    font-size: 16px;
    color: #1b1b1b;
    text-decoration: none;
}
.menu__link img {
    margin-right: 9px;
    max-width: 28px;
}
.menu__link span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.menu__link_active {
    color: #e31e24;
}
.menu__link_active .icon {
    fill: #e31e24;
}
.submenu {
    display: none;
    padding: 0 15px;
    font-size: 15px;
}
.submenu__item {
    margin-bottom: 15px;
}
.submenu__link {
    text-decoration: none;
    font-weight: 300;
    color: #1b1b1b;
}
.submenu__link_active {
    font-weight: 400;
    color: #e31e24;
}
@media only screen and (max-width: 1199px) {
    .js-toggle-menu {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 40px;
        height: 40px;
        margin-right: 5px;
        margin-left: -10px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        z-index: 12;
        -webkit-transition: color 0.3s ease;
        -o-transition: color 0.3s ease;
        transition: color 0.3s ease;
    }
    .toggle-menu {
        display: block;
        position: relative;
        width: 20px;
        height: 14px;
        cursor: pointer;
    }
    .toggle-menu .toggle-menu_center,
    .toggle-menu:after,
    .toggle-menu:before {
        display: block;
        position: absolute;
        width: 20px;
        height: 2px;
        left: 0;
        background-color: #1b1b1b;
        border: none;
        -webkit-transition: background-color 0.2s, -webkit-transform 0.5s;
        transition: background-color 0.2s, -webkit-transform 0.5s;
        -o-transition: transform 0.5s, background-color 0.2s;
        transition: transform 0.5s, background-color 0.2s;
        transition: transform 0.5s, background-color 0.2s, -webkit-transform 0.5s;
    }
    .toggle-menu:after,
    .toggle-menu:before {
        content: "";
    }
    .toggle-menu:before {
        top: 0;
    }
    .toggle-menu:after {
        top: 12px;
    }
    .toggle-menu .toggle-menu_center {
        top: 6px;
    }
    .js-toggle-menu_active {
        color: #1b1b1b;
    }
    .js-toggle-menu_active .toggle-menu:after,
    .js-toggle-menu_active .toggle-menu:before {
        background-color: #1b1b1b;
        top: 6px;
    }
    .js-toggle-menu_active .toggle-menu:before {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .js-toggle-menu_active .toggle-menu:after {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .js-toggle-menu_active .toggle-menu_center {
        background-color: #1b1b1b;
        opacity: 0;
        bottom: 0;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    .nav-shadow {
        display: none;
        position: fixed;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background-color: rgba(0, 0, 0, 0.4);
        z-index: 10;
    }
    .nav-shadow_active {
        display: block;
    }
    .nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        position: fixed;
        padding: 65px 16px 16px;
        width: 100%;
        max-width: 290px;
        height: 100%;
        left: -290px;
        top: 0;
        overflow-y: auto;
        -webkit-transition: left 0.4s ease;
        -o-transition: left 0.4s ease;
        transition: left 0.4s ease;
        z-index: 11;
        background-color: #fff;
    }
    .nav_open {
        left: 0;
    }
    .menu {
        position: relative;
        overflow-y: auto;
        z-index: 1;
    }
    .menu__item {
        border-bottom: 1px solid #e5e5e5;
    }
    .menu__item:first-child {
        border-top: none;
    }
    .menu__link-wrp {
        position: relative;
        padding: 15px 20px 15px 0;
    }
    .menu__link-wrp .icon {
        right: 5px;
    }
    .show-submenu .icon {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}
@media only screen and (max-width: 767px) {
    .nav__top {
        margin-bottom: 15px;
        text-align: center;
    }
    .nav__top .header__phones:before {
        display: none;
    }
    .nav__top-fixed {
        position: absolute;
        top: 22px;
        right: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .nav__top-fixed .lang__selected {
        border-right: none;
    }
}
@media only screen and (min-width: 1200px) {
    .menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .menu__link-wrp {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-right: 0;
    }
    .menu__link-wrp .icon {
        position: relative;
        margin-left: 10px;
    }
    .menu__item {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
    .menu__item:after {
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        height: 16px;
        border-left: 1px solid #e9e9e9;
    }
    .menu__item:last-child:after {
        display: none;
    }
    .menu__link {
        padding: 16px 30px;
    }
    .menu__link_active:before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        border-bottom: 2px solid #e31e24;
    }
    .submenu {
        display: block;
        position: absolute;
        min-width: 178px;
        width: 100%;
        top: 100%;
        left: 0;
        padding: 0;
        opacity: 0;
        visibility: hidden;
        background-color: #fff;
        -webkit-box-shadow: 0 15px 25px rgba(0, 0, 0, 0.05);
        box-shadow: 0 15px 25px rgba(0, 0, 0, 0.05);
        border: 1px solid #e5e5e5;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        -webkit-transform: scaleY(0) translate3d(0, 0, 0);
        transform: scaleY(0) translate3d(0, 0, 0);
        -webkit-transform-origin: center top;
        -ms-transform-origin: center top;
        transform-origin: center top;
    }
    .submenu__item {
        margin-bottom: 0;
    }
    .submenu__item:last-child .submenu__link {
        border-bottom: none;
    }
    .submenu__link {
        display: block;
        padding: 15px;
        border-bottom: 1px solid #e5e5e5;
    }
    .submenu__link_active {
        background-color: #f0f0f0;
    }
    .menu__item:hover .menu__link {
        color: #e31e24;
    }
    .menu__item:hover .submenu {
        opacity: 1;
        visibility: visible;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    .menu__item:hover .menu__link-wrp .icon {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    .submenu__link {
        -webkit-transition: background-color 0.3s ease;
        -o-transition: background-color 0.3s ease;
        transition: background-color 0.3s ease;
    }
    .submenu__link:hover {
        background-color: #f0f0f0;
    }
}
@media (hover), (min-width: 0\0), (min--moz-device-pixel-ratio: 0) {
    .menu__link {
        -webkit-transition: color 0.3s ease;
        -o-transition: color 0.3s ease;
        transition: color 0.3s ease;
    }
    .menu__link:hover {
        color: #e31e24;
    }
}
.breadcrumb {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 17px;
    font-size: 12px;
    z-index: 4;
    background-color: unset;
    padding: unset;
}
.breadcrumb__item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 4px 0;
    margin-right: 20px;
}
.breadcrumb__item > span {
    color: #696969;
}
.breadcrumb__item a {
    padding-right: 20px;
    text-decoration: none;
    color: #1b1b1b;
}
.breadcrumb-dropdown {
    display: none;
}
.breadcrumb__item_drop .icon {
    display: none;
}
@media only screen and (min-width: 1200px) {
    .breadcrumb {
        margin-top: -15px;
        margin-bottom: 20px;
    }
}
@media (hover), (min-width: 0\0), (min--moz-device-pixel-ratio: 0) {
    .breadcrumb-dropdown__item {
        -webkit-transition: background-color 0.3s ease, color 0.3s ease;
        -o-transition: background-color 0.3s ease, color 0.3s ease;
        transition: background-color 0.3s ease, color 0.3s ease;
    }
    .breadcrumb-dropdown__item:hover {
        background-color: #f0f0f0;
        color: #e31e24;
    }
    .breadcrumb-dropdown {
        display: block;
        position: absolute;
        top: 100%;
        left: 0;
        right: 20px;
        min-width: 100%;
        background-color: #fff;
        border: 1px solid #e5e5e5;
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        z-index: 1;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        -webkit-transform: scaleY(0) translate3d(0, 0, 0);
        transform: scaleY(0) translate3d(0, 0, 0);
        -webkit-transform-origin: center top;
        -ms-transform-origin: center top;
        transform-origin: center top;
    }
    .breadcrumb-dropdown__item {
        display: block;
        padding: 5px 10px;
        border-bottom: 1px solid #e5e5e5;
        font-size: 12px;
        text-decoration: none;
        color: #1b1b1b;
    }
    .breadcrumb-dropdown__item:last-child {
        border-bottom: none;
    }
    .breadcrumb__item_drop a {
        padding-right: 52px;
        position: relative;
    }
    .breadcrumb__item_drop a .icon {
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        right: 21px;
    }
    .breadcrumb__item_drop:hover .breadcrumb-dropdown {
        opacity: 1;
        visibility: visible;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}
.page-navigation {
    text-align: center;
    margin-bottom: 20px;
}
.page-navigation__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 12px;
}
.page-navigation__inner a {
    text-decoration: none;
}
.modern-page-first,
.modern-page-last {
    display: inline-block;
    position: relative;
    min-width: 70px;
    height: 30px;
    margin: 0 2px;
    padding: 0 5px;
    color: #1b1b1b;
    line-height: 30px;
    border: 1px solid #e5e5e5;
}
.modern-page-dots,
.page-navigation__link {
    width: 25px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    margin: 0 2px;
    text-decoration: none;
    color: #1b1b1b;
    border: 1px solid #e5e5e5;
    cursor: pointer;
}
.modern-page-current {
    width: 25px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    margin: 0 2px;
    color: #e31e24;
    border: 1px solid #e31e24;
}
.page-navigation__all {
    max-width: 915px;
    margin: 10px auto 0;
    padding: 15px 20px;
    background: #fff;
    border: 1px solid #e5e5e5;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.page-navigation__list {
    overflow-x: auto;
    overflow-y: visible;
    white-space: nowrap;
    padding-bottom: 15px;
}
.page-navigation__all-item {
    width: 30px;
    height: 26px;
    margin: 0 5px;
    display: inline-block;
    border: 1px solid #fff;
    text-decoration: none;
    color: #1b1b1b;
    line-height: 26px;
}
.page-navigation__all-item_active {
    border-color: #e31e24;
    background-color: #e31e24;
    color: #fff;
}
@media only screen and (min-width: 768px) {
    .page-navigation__inner {
        font-size: 14px;
    }
    .modern-page-first,
    .modern-page-last {
        min-width: 92px;
        height: 40px;
        margin: 0 5px;
        padding: 0 5px;
        line-height: 40px;
    }
    .modern-page-first {
        margin-right: 45px;
    }
    .modern-page-last {
        margin-left: 45px;
    }
    .modern-page-current,
    .modern-page-dots,
    .page-navigation__link {
        width: 40px;
        height: 40px;
        line-height: 40px;
        margin: 0 5px;
    }
    .page-navigation__all {
        margin-top: 20px;
    }
}
@media only screen and (min-width: 1200px) {
    .page-navigation {
        margin-bottom: 30px;
    }
}
@media (hover), (min-width: 0\0), (min--moz-device-pixel-ratio: 0) {
    .modern-page-first,
    .modern-page-last {
        -webkit-transition: border-color 0.3s ease, color 0.3s ease;
        -o-transition: border-color 0.3s ease, color 0.3s ease;
        transition: border-color 0.3s ease, color 0.3s ease;
    }
    .modern-page-first:hover,
    .modern-page-last:hover {
        border-color: #e31e24;
        color: #e31e24;
    }
    .modern-page-dots,
    .page-navigation__all-item,
    .page-navigation__link {
        -webkit-transition: border-color 0.3s ease;
        -o-transition: border-color 0.3s ease;
        transition: border-color 0.3s ease;
    }
    .modern-page-dots:hover,
    .page-navigation__all-item:hover,
    .page-navigation__link:hover {
        border-color: #e31e24;
    }
}
.social {
    margin-bottom: 10px;
}
.social__link {
    display: block;
    margin-right: 10px;
    margin-bottom: 10px;
}
@media (hover), (min-width: 0\0), (min--moz-device-pixel-ratio: 0) {
    .social__link img {
        -webkit-transition: -webkit-transform 0.4s ease;
        transition: -webkit-transform 0.4s ease;
        -o-transition: transform 0.4s ease;
        transition: transform 0.4s ease;
        transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    }
    .social__link:hover img {
        -webkit-transform: translateY(-6px);
        -ms-transform: translateY(-6px);
        transform: translateY(-6px);
    }
}
.messenger {
    margin-top: -10px;
}
.messenger__link {
    display: block;
    position: relative;
    margin-right: 10px;
    margin-top: 10px;
}
@media (hover), (min-width: 0\0), (min--moz-device-pixel-ratio: 0) {
    .messenger__link img {
        -webkit-transition: -webkit-transform 0.4s ease;
        transition: -webkit-transform 0.4s ease;
        -o-transition: transform 0.4s ease;
        transition: transform 0.4s ease;
        transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    }
    .messenger__link:hover img {
        -webkit-transform: translateY(-6px);
        -ms-transform: translateY(-6px);
        transform: translateY(-6px);
    }
}
.catalog-nav {
    margin-bottom: 17px;
    margin-top: 22px;
}
.catalog-menu {
    margin-bottom: 20px;
}
.catalog-menu__ttl {
    position: relative;
    padding: 11px 10px;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
    background-color: #e31e24;
    color: #fff;
}
.catalog-menu__ttl .icon {
    fill: #fff;
}
.catalog-menu__ttl-body {
    position: relative;
    padding-left: 32px;
}
.catalog-menu__ttl-body .icon_menu {
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}
.catalog-menu__ttl-body .icon_link {
    position: absolute;
    right: 27px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.catalog-menu__ttl-body .icon_arrow-down-small {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}
.catalog-menu__list {
    width: 285px;
    z-index: 10;
    background-color: #fff;
    border: 1px solid #e5e5e5;
}
.catalog-menu__submenu {
    display: none;
    border-bottom: 1px solid #e5e5e5;
}
.catalog-menu__item:last-child > .catalog-menu__link,
.catalog-menu__item:last-child > .catalog-menu__submenu-link,
.catalog-menu__submenu-item:last-child > .catalog-menu__link,
.catalog-menu__submenu-item:last-child > .catalog-menu__submenu-link {
    border-bottom: none;
}
.catalog-menu__link,
.catalog-menu__submenu-link {
    display: block;
    position: relative;
    padding: 10px 65px 10px 10px;
    text-decoration: none;
    color: #1b1b1b;
    font-weight: 300;
    -webkit-transition: background-color 0.3s ease, color 0.3s ease;
    -o-transition: background-color 0.3s ease, color 0.3s ease;
    transition: background-color 0.3s ease, color 0.3s ease;
    border-bottom: 1px solid #e5e5e5;
}
.catalog-menu__link .icon,
.catalog-menu__submenu-link .icon {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: fill 0.3s ease;
    -o-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
}
.catalog-menu__link .icon_link,
.catalog-menu__submenu-link .icon_link {
    right: 36px;
    fill: #696969;
}
.catalog-menu__link .icon_arrow-down-small,
.catalog-menu__submenu-link .icon_arrow-down-small {
    right: 9px;
}
.catalog-menu__item_active > .catalog-menu__link,
.catalog-menu__item_active > .catalog-menu__submenu-link {
    background-color: #f0f0f0;
    color: #e31e24;
    font-weight: 400;
}
.catalog-menu__item_active > .catalog-menu__link .icon,
.catalog-menu__item_active > .catalog-menu__submenu-link .icon {
    fill: #e31e24;
}
.catalog-menu__item_active > .catalog-menu__link .icon_arrow-down-small,
.catalog-menu__item_active > .catalog-menu__submenu-link .icon_arrow-down-small {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.catalog-menu__item_active > .catalog-menu__submenu {
    display: block;
    background-color: #f0f0f0;
}
.catalog-menu__submenu-item_active > .catalog-menu__link,
.catalog-menu__submenu-item_active > .catalog-menu__submenu-link {
    background-color: #f0f0f0;
    color: #e31e24;
    font-weight: 400;
}
.catalog-menu__submenu-item_active > .catalog-menu__link .icon,
.catalog-menu__submenu-item_active > .catalog-menu__submenu-link .icon {
    fill: #e31e24;
}
.catalog-menu__submenu-item_active > .catalog-menu__link .icon_arrow-down-small,
.catalog-menu__submenu-item_active > .catalog-menu__submenu-link .icon_arrow-down-small {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.catalog-menu__submenu-item_active > .catalog-menu__submenu {
    display: block;
    background-color: #fff;
}
.catalog-menu__submenu-link {
    padding-left: 20px;
}
.js-catalog-menu_show .catalog-menu__list {
    left: 0;
    z-index: 22;
}
.js-catalog-menu_show .js-catalog-menu-shadow {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 20;
}
.js-catalog-menu_show .js-catalog-menu-ttl .icon_arrow-down-small {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
@media only screen and (max-width: 1199px) {
    .catalog-menu__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        position: fixed;
        height: 100%;
        left: -100%;
        top: 0;
        -webkit-transition: left 0.4s ease;
        -o-transition: left 0.4s ease;
        transition: left 0.4s ease;
        border: none;
    }
    .catalog-menu__list-body {
        position: relative;
        overflow-y: auto;
    }
    .catalog-menu__list-inner {
        position: relative;
    }
    .js-catalog-menu-shadow {
        display: none;
    }
    .js-catalog-menu-close {
        width: 30px;
        height: 30px;
        position: absolute;
        left: 285px;
        top: 0;
        background-color: #fff;
        z-index: 21;
        -webkit-transition: left 0.3s ease;
        -o-transition: left 0.3s ease;
        transition: left 0.3s ease;
    }
    .js-catalog-menu-close .icon {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        margin: auto;
        width: 18px;
        height: 18px;
    }
}
@media only screen and (min-width: 1200px) {
    .catalog-nav {
        display: -webkit-box;
        display: -ms-flexbox; /*display:flex;*/
        /*display: initial;*/
        margin-bottom: 30px;
		display:flex;
		
    }
    .catalog-menu__link .icon_link,
    .catalog-menu__submenu-link .icon_link {
        right: 36px;
    }
    .catalog-menu__link .icon_arrow-down-small,
    .catalog-menu__submenu-link .icon_arrow-down-small {
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        right: 9px;
    }
    .js-catalog-menu-close,
    .js-catalog-menu-shadow {
        display: none;
    }
    .js-catalog-menu_show .js-catalog-menu-ttl .icon_arrow-down-small {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
    }
    .catalog-menu__ttl {
        padding-top: 17px;
        padding-bottom: 17px;
    }
    .catalog-menu {
        -ms-flex-preferred-size: 285px;
        flex-basis: 285px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-bottom: 0;
    }
    .catalog-menu {
        position: relative;
    }
    .catalog-menu .catalog-menu__list {
        position: absolute;
        top: 100%;
        background-color: #fff;
        display: none;
    }
    .js-catalog-menu_show .catalog-menu__list {
        display: block;
    }
    .catalog-menu_main .catalog-menu__list {
        display: block !important;
    }
    .catalog-menu__item,
    .catalog-menu__submenu-item {
        position: relative;
    }
    .catalog-menu__item:hover > .catalog-menu__submenu,
    .catalog-menu__submenu-item:hover > .catalog-menu__submenu {
        opacity: 1;
        visibility: visible;
        pointer-events: inherit;
    }
    .catalog-menu__item:hover > .catalog-menu__link,
    .catalog-menu__item:hover > .catalog-menu__submenu-link,
    .catalog-menu__submenu-item:hover > .catalog-menu__link,
    .catalog-menu__submenu-item:hover > .catalog-menu__submenu-link {
        background-color: #f0f0f0;
        color: #e31e24;
        font-weight: 400;
    }
    .catalog-menu__item:hover > .catalog-menu__link .icon,
    .catalog-menu__item:hover > .catalog-menu__submenu-link .icon,
    .catalog-menu__submenu-item:hover > .catalog-menu__link .icon,
    .catalog-menu__submenu-item:hover > .catalog-menu__submenu-link .icon {
        fill: #e31e24;
    }
    .catalog-menu__submenu {
        display: block;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        position: absolute;
        min-width: 285px;
        left: 100%;
        top: -1px;
        background-color: #fff;
        border: 1px solid #e5e5e5;
        -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
        -o-transition: opacity 0.3s ease, visibility 0.3s ease;
        transition: opacity 0.3s ease, visibility 0.3s ease;
    }
    .catalog-menu__submenu .catalog-menu__submenu .catalog-menu__submenu-link .icon_link {
        right: 9px;
    }
    .catalog-menu__submenu-link {
        padding-left: 10px;
    }
    .catalog-menu__item_active > .catalog-menu__link .icon_arrow-down-small,
    .catalog-menu__item_active > .catalog-menu__submenu-link .icon_arrow-down-small {
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }
    .catalog-menu__item_active > .catalog-menu__submenu {
        background-color: #fff;
    }
    .catalog-menu__submenu-item_active > .catalog-menu__link .icon_arrow-down-small,
    .catalog-menu__submenu-item_active > .catalog-menu__submenu-link .icon_arrow-down-small {
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }
}
.search__btn {
    position: absolute;
    right: -1px;
    top: -1px;
    bottom: -1px;
    margin: auto;
    width: 41px;
    height: 41px;
}
.search__btn .icon {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    fill: #fff;
}
.search {
    position: relative;
    border: 1px solid #e31e24;
}
.search .SumoSelect {
    margin-bottom: 0;
}
.search .SumoSelect > .CaptionCont {
    border-color: transparent;
    border-bottom-color: #e31e24;
}
.search__field-wrp {
    position: relative;
    padding-right: 60px;
    background-color: #fff;
}
.search__field {
    width: 100%;
    height: 40px;
    padding: 0 15px;
    border: none;
}
.search__result-wrapper {
    position: absolute;
    top: 100%;
    left: -1px;
    right: -1px;
    z-index: 5;
    margin: 1px auto 0;
}
.search__result {
    max-height: 200px;
    overflow-y: auto;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.search__result-catalog-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 15px;
    border-bottom: 1px solid #e5e5e5;
    text-decoration: none;
    color: #1b1b1b;
}
.search__result-catalog-name {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.search__result-catalog-img {
    -ms-flex-negative: 1;
    flex-shrink: 1;
    margin-right: 10px;
    border: 1px solid #e5e5e5;
}
.search__result-tr {
    text-decoration: none;
    color: rgba(27, 27, 27, 1);
    font-size: 14px;
    font-weight: 400;
    border-bottom: 1px solid rgba(229, 229, 229, 1);
}
.search__result-td_code {
    word-break: break-all;
    font-weight: 500;
}
.search__result-td_vendor {
    font-weight: 500;
}
.search__result-td_brand {
    color: #696969;
}
.search__result-td_name {
    font-size: 14px;
}
.search__result-more {
    display: block;
    padding: 15px;
    text-decoration: none;
    color: #1b1b1b;
    font-size: 12px;
}
.search__result-more span {
    display: flex;
    position: relative;
    align-items: center;
    gap: 10px;
    color: rgba(227, 30, 36, 1);
}
.search__result-more:hover .search__result-more-arr {
    transform: translateX(4px);
}
.search__result-more .icon {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}

.search__select {

}
.search__result-td.search__result-td_img {
    padding: 0;
    padding-left: 20px;
    padding-right: 8px;
    width: 76px;
    min-width: 76px;
    height: 44px;
    display: table-cell;
}
.search__result-td.search__result-td_img img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.search__result-td.search__result-td_brand {
    padding-left: 16px;
    padding-right: 10px;
    width: 130px;
    text-align: center;
}

.search__result-td.search__result-td_price {
    padding-left: 10px;
    padding-right: 10px;
    width: 122px;
    text-align: center;
}
.search__result-col.search__result-td {
    padding-right: 10px;
    padding-left: 10px;
    display: table-cell;
    color: rgba(105, 105, 105, 1);
}

.search__result-col .search__result--store:nth-child(1) {
    margin-bottom: 8px;
}

.search__result--store {
    display: flex;
    white-space: nowrap;
    gap: 8px;
}
.search__result--store span {
    text-align: right;
}

.search__result--store span:nth-child(1) {
    min-width: 66px;
}
.search__result--store span:nth-child(2) {
    flex-grow: 1;
}

@media only screen and (max-width: 639px) {
    .search__result-tr {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-top: 10px;
        border-bottom: 1px solid #e5e5e5;
    }
    .search__result-td {
        display: block;
        padding: 0 15px 10px;
        width: 50%;
    }
}
@media only screen and (min-width: 640px) {
    .search {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .search .SumoSelect > .CaptionCont {
        border-right-color: #e5e5e5;
        border-bottom-color: transparent;
    }
    .search__select {
        width: 180px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        position: relative;
        z-index: 5;
    }
    .search__field-wrp {
        width: 100%;
    }
    .search__result-table {
        display: table;
        width: 100%;
        border-collapse: collapse;
    }
    .search__result-body {
        display: table-row-group;
    }
    .search__result-tr {
        display: table-row;
    }
    .search__result-td {
        display: table-cell;
        vertical-align: middle;
        padding: 14px 4px;
    }
    .search__result-td_code {
        width: 180px;
    }
    .search__result-td_vendor {
        width: 160px;
        word-break: break-word;
    }
}
@media only screen and (min-width: 768px) {
    .search__result {
        max-height: 320px;
    }
}
@media only screen and (min-width: 1200px) {
    .search {
        width: 100%;
        border-left: 0;
    }
    .search .SumoSelect > .CaptionCont {
        height: 53px;
    }
    .search .SumoSelect > .CaptionCont > span {
        line-height: 53px;
        padding-left: 26px;
    }
    .search .SumoSelect > .optWrapper > .options li.opt {
        padding: 16px 15px 16px 26px;
    }
    .search__btn {
        width: 55px;
        height: 55px;
    }
    .search__field {
        height: 53px;
        padding-left: 20px;
    }
    .search__result-td_code {
        width: 117px;
    }
    .search__result-catalog-link {
        padding: 12px 20px;
    }
    .search__result-catalog-img {
        margin-right: 12px;
    }
    .search__result-more {
        padding: 20px 24px;
    }
}
@media (hover), (min-width: 0\0), (min--moz-device-pixel-ratio: 0) {
    .search__result-catalog-img {
        -webkit-transition: border-color 0.3s ease;
        -o-transition: border-color 0.3s ease;
        transition: border-color 0.3s ease;
    }
    .search__result-catalog-link {
        -webkit-transition: background-color 0.3s ease, color 0.3s ease;
        -o-transition: background-color 0.3s ease, color 0.3s ease;
        transition: background-color 0.3s ease, color 0.3s ease;
    }
    .search__result-catalog-link:hover {
        color: #e31e24;
        background-color: #fafafa;
    }
    .search__result-catalog-link:hover .search__result-catalog-img {
        border-color: #e31e24;
    }
    .search__result-tr {
        -webkit-transition: background-color 0.3s ease, color 0.3s ease;
        -o-transition: background-color 0.3s ease, color 0.3s ease;
        transition: background-color 0.3s ease, color 0.3s ease;
    }
    .search__result-tr:hover {
        background-color: #fafafa;
        color: #e31e24;
    }
    .search__result-tr:hover .search__result-td_brand,
    .search__result-tr:hover .search__result-col.search__result-td{
        color: #e31e24;
    }
}
.fav-compare {
    position: absolute;
    width: 25px;
    top: 46px;
    right: 4px;
    z-index: 1;
}
.fav {
    position: relative;
    display: block;
    width: 25px;
    height: 25px;
    margin-bottom: 4px;
    border-radius: 50%;
}
.fav .icon {
    stroke: #696969;
    fill: #fff;
}
.fav_active {
    background-color: #e31e24;
}
.fav_active .icon {
    stroke: transparent;
}
.compare {
    position: relative;
    display: block;
    width: 25px;
    height: 25px;
    margin-bottom: 4px;
    border-radius: 50%;
}
.compare .icon {
    fill: #696969;
}
.compare_active {
    background-color: #e31e24;
}
.compare_active .icon {
    fill: #fff;
}
.fav-compare__cart {
    position: relative;
    display: block;
    width: 25px;
    height: 25px;
    margin-bottom: 4px;
    border-radius: 50%;
}
.fav-compare__cart .icon {
    fill: #696969;
}
.fav-compare__cart_active {
    background-color: #e31e24;
}
.fav-compare__cart_active .icon {
    fill: #fff;
}
.receipt {
    position: relative;
    display: block;
    width: 25px;
    height: 25px;
    margin-bottom: 4px;
    border-radius: 50%;
}
.receipt .icon {
    width: 15px;
    height: 15px;
    fill: #696969;
}
.receipt_active {
    background-color: #e31e24;
}
.receipt_active .icon {
    fill: #fff;
}
@media only screen and (min-width: 1200px) {
    .fav-compare {
        top: 46px;
    }
}
@media (hover), (min-width: 0\0), (min--moz-device-pixel-ratio: 0) {
    .catalog__col-item .h2 a,
    .catalog__col-item h2 a {
        -webkit-transition: color 0.3s ease;
        -o-transition: color 0.3s ease;
        transition: color 0.3s ease;
    }
    .catalog__col-item .h2 a:hover,
    .catalog__col-item h2 a:hover {
        color: #e31e24;
    }
    .catalog__brand {
        -webkit-transition: border-color 0.3s ease;
        -o-transition: border-color 0.3s ease;
        transition: border-color 0.3s ease;
    }
    .catalog__brand:hover {
        border-color: #e31e24;
    }
    .fav {
        -webkit-transition: background-color 0.3s ease;
        -o-transition: background-color 0.3s ease;
        transition: background-color 0.3s ease;
    }
    .fav .icon {
        -webkit-transition: stroke 0.3s ease;
        -o-transition: stroke 0.3s ease;
        transition: stroke 0.3s ease;
    }
    .fav:not(.fav_active):hover {
        background-color: #f0f0f0;
    }
    .fav:not(.fav_active):hover .icon {
        stroke: #e31e24;
        fill: #f0f0f0;
    }
    .fav_active:hover {
        background-color: rgba(227, 30, 36, 0.7);
    }
    .compare {
        -webkit-transition: background-color 0.3s ease;
        -o-transition: background-color 0.3s ease;
        transition: background-color 0.3s ease;
    }
    .compare .icon {
        -webkit-transition: fill 0.3s ease;
        -o-transition: fill 0.3s ease;
        transition: fill 0.3s ease;
    }
    .compare:not(.compare_active):hover {
        background-color: #f0f0f0;
    }
    .compare:not(.compare_active):hover .icon {
        fill: #e31e24;
    }
    .compare_active:hover {
        background-color: rgba(227, 30, 36, 0.7);
    }
    .fav-compare__cart {
        -webkit-transition: background-color 0.3s ease;
        -o-transition: background-color 0.3s ease;
        transition: background-color 0.3s ease;
    }
    .fav-compare__cart .icon {
        -webkit-transition: fill 0.3s ease;
        -o-transition: fill 0.3s ease;
        transition: fill 0.3s ease;
    }
    .fav-compare__cart:not(.fav-compare__cart_active):hover {
        background-color: #f0f0f0;
    }
    .fav-compare__cart:not(.fav-compare__cart_active):hover .icon {
        fill: #e31e24;
    }
    .fav-compare__cart_active:hover {
        background-color: rgba(227, 30, 36, 0.7);
    }
    .receipt {
        -webkit-transition: background-color 0.3s ease;
        -o-transition: background-color 0.3s ease;
        transition: background-color 0.3s ease;
    }
    .receipt .icon {
        -webkit-transition: fill 0.3s ease;
        -o-transition: fill 0.3s ease;
        transition: fill 0.3s ease;
    }
    .receipt:not(.receipt_active):hover {
        background-color: #f0f0f0;
    }
    .receipt:not(.receipt_active):hover .icon {
        fill: #e31e24;
    }
    .receipt_active:hover {
        background-color: rgba(227, 30, 36, 0.7);
    }
}
.catalog {
    margin-bottom: 20px;
}
.catalog__col {
    width: 100%;
    margin-bottom: -1px;
}
.catalog__col-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    height: 100%;
    padding: 46px 10px 10px;
    border: 1px solid #e5e5e5;
    margin-left: -1px;
    background-color: #fff;
}
.catalog__col-item h2 {
    margin-bottom: 0;
    margin-top: -5px;
}

.catalog__col-item h2 a {
    text-decoration: none;
    color: #1B1B1B;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    display: -webkit-inline-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: normal;
}
.catalog__col-item .fav-compare {
    right: 18px;
}
.catalog__top {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}
.catalog__brand {
    position: absolute;
    top: 10px;
    right: 10px;
    border: 1px solid #e5e5e5;
    z-index: 1;
    width: 67px;
    height: 27px;
}
.catalog__brand img{
    display: block;
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: contain;
}
.catalog__img {
    display: block;
    margin-bottom: 15px;
    text-align: center;
    width: 100%;
    height: 165px;
}
.catalog__img img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
    object-position: center;
}
.catalog__description {
    color: #696969;
    max-height: -webkit-fill-available;
    display: grid;
    overflow: hidden;
    flex-grow: 1;
    align-items: center;
    color: #696969;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    overflow: hidden;
}
.split.catalog__description {
    max-height: var(--max-height);
    min-height: 32px;
}

.catalog__old-price {
    font-size: 12px;
    color: #696969;
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through;
}
.catalog__current-price {
    position: relative;
    font-size: 16px;
    font-weight: 500;
}
.catalog__current-price span {
    font-size: 14px;
}
.catalog__prices-wrp {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 15px;
}
.catalog__add-cart-wrapper {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 15px;
}
.btn_add-cart-catalog {
    padding: 9px 13px;
}
.catalog__storage {
    width: 100%;
    font-weight: 500;
}
.catalog__storage-item {
    margin-bottom: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.catalog__storage-item:last-child {
    margin-bottom: 0;
}
.catalog__storage-base .icon {
    display: none;
}
.catalog__storage_active .catalog__storage-base {
    position: relative;
}
.catalog__storage_active .catalog__storage-base .icon {
    display: none;
}
.catalog__storage_active .catalog__storage-base + .catalog__storage-other {
    color: #e31e24;
}
.catalog__storage-hidden {
    align-items: center;
    margin-top: 2px;
    position: relative;
    padding-left: 32px;
    min-height: 22px;
}
.catalog__storage-hidden svg {
    fill: #e31e24;
    position: absolute;
    left: 0;
    top: 0;
}
.catalog__goes-storage {
    position: relative;
    padding-left: 32px;
}
.catalog__goes-storage .icon {
    fill: #e31e24;
}
.catalog__price-q {
    width: 48%;
    color: #696969;
    font-size: 12px;
}
.catalog__price-q span {
    color: #1b1b1b;
    font-weight: 500;
    font-size: 14px;
}
.catalog__prices {
    width: 52%;
    margin-left: auto;
    text-align: right;
}
.catalog__vendor {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-weight: 500;
    color:  #1B1B1B;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.catalog__vendor a,
a.catalog__vendor {
    transition: color .3s;
    color: #1B1B1B;
    text-decoration: unset;
}
.catalog__vendor a:hover,
a.catalog__vendor:hover{
    color: #e31e24;
    text-decoration: unset;
}
.catalog__codes {
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: stretch;
}
.catalog__code {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-weight: 500;
}

.catalog__code a,
a.catalog__code {
    color: #1B1B1B;
    text-decoration: none;
    transition: color .3s;
}
.catalog__code a:hover,
a.catalog__code:hover{
    color: #e31e24;
    text-decoration: unset;
}
.catalog__code span {
    padding-left: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.catalog__vendor span {
    padding-left: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.catalog__price-request {
    color: #1b1b1b;
}
.card-container-overflow {
    height: 108px;
    overflow: hidden;
    display: flex;
    align-items: stretch;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 10px;
    width: 100%;
    flex-grow: 1;
    /*    -webkit-mask-image: linear-gradient(180deg, #000 57%, transparent);*/
}
@media only screen and (max-width: 767px) {
    .card-container-overflow {
        height: 134px;
    }
}
@media only screen and (max-width: 450px) {
    .card-container-overflow {
        height: auto;
    }
    .catalog__description {
        display: -webkit-inline-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
}
@media only screen and (min-width: 640px) {
    .catalog__col {
        width: 50%;
    }
}
@media only screen and (min-width: 768px) {
    .catalog__col {
        width: 33.33333333%;
    }
}
@media only screen and (min-width: 1200px) {
    .catalog {
        margin-bottom: 30px;
    }
    .catalog__col {
        width: 25%;
    }
    .catalog__col-item {
        padding-left: 14px;
        padding-right: 14px;
        padding-bottom: 14px;
    }
}
@media (hover), (min-width: 0\0), (min--moz-device-pixel-ratio: 0) {
    .catalog__storage-hidden{
        display: none;
    }
    .catalog-list .catalog__storage-hidden{
        display: flex;
        opacity: 0;
    }
    .catalog-list .catalog-list__col-item:hover .catalog__storage-hidden {
       opacity: 1;
    }
    .catalog__col.hover {
        z-index: 3;
        position: relative;
    }
    .hover .catalog__col-item {
        height: max-content;
        min-height: 100%;
    }
    .hover .catalog__col-item .catalog__storage-hidden {
        display: flex;
    }
    .catalog__col-item .h2 a,
    .catalog__col-item h2 a {
        -webkit-transition: color 0.3s ease;
        -o-transition: color 0.3s ease;
        transition: color 0.3s ease;
    }
    .catalog__col-item .h2 a:hover,
    .catalog__col-item h2 a:hover {
        color: #e31e24;
        box-shadow: unset;
    }
    .catalog__col-item:hover {
        z-index: 2;
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    }
    .catalog__brand {
        -webkit-transition: border-color 0.3s ease;
        -o-transition: border-color 0.3s ease;
        transition: border-color 0.3s ease;
    }
    .catalog__brand:hover {
        border-color: #e31e24;
    }
    .catalog__goes-storage {
        position: absolute;
        padding: 0 14px 14px 46px;
        display: none;
        left: -1px;
        right: -1px;
        top: calc(100% - 9px);
        background-color: #fff;
        border-left: 1px solid #e5e5e5;
        border-right: 1px solid #e5e5e5;
        border-bottom: 1px solid #e5e5e5;
        -webkit-box-shadow: 0 15px 15px rgba(0, 0, 0, 0.1);
        box-shadow: 0 15px 15px rgba(0, 0, 0, 0.1);
    }
    .catalog__goes-storage .icon {
        left: 14px;
        top: -4px;
        bottom: auto;
    }
    .catalog__storage_active .catalog__storage-base {
        padding-left: 32px;
    }
    .catalog__storage_active .catalog__storage-base .icon {
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        fill: #e31e24;
    }
    .catalog__storage_active .catalog__storage-base + .catalog__storage-other {
        margin-bottom: 0;
        color: #1b1b1b;
    }
    .catalog__col-item {
        -webkit-transition: -webkit-box-shadow 0.3s ease;
        transition: -webkit-box-shadow 0.3s ease;
        -o-transition: box-shadow 0.3s ease;
        transition: box-shadow 0.3s ease;
        transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
    }
    .catalog__col-item:hover h2 a {
        z-index: 2;
    }
    .catalog__col-item:hover  h2 a {
        color: #e31e24;
    }
    .catalog__col-item:hover .catalog__storage_active .catalog__storage-base {
        padding-left: 0;
    }
    .catalog__col-item:hover .catalog__storage_active .catalog__storage-base .icon {
        display: none;
    }
    .catalog__col-item:hover .catalog__storage_active .catalog__storage-base + .catalog__storage-other {
        color: #e31e24;
    }
    .catalog__col-item:hover .catalog__goes-storage {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}
.catalog-list .catalog__col {
    width: 100%;
}
.catalog-list__col-item {
    padding: 10px;
}
.catalog-list__col-item .fav-compare {
    top: 31px;
    right: 4px;
}
.catalog-list__img-wrapper {
    position: relative;
    padding-top: 27px;
}
.catalog-list__img-wrapper .prod-status_catalog {
    left: 0;
    top: 0;
}
.catalog-list__img-wrapper .catalog__brand {
    top: 0;
    right: 0;
}
.catalog-list__prices-ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 10px;
    color: #696969;
}
.catalog-list__price-q {
    flex-grow: 1;
}
.catalog-list__price-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: baseline;
    margin-bottom: 5px;
    font-weight: 500;
    gap: 10px;
}
.catalog-list__old-price {
    color:  #696969;
    text-align: right;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: line-through;
}
.catalog-list__prices {
    margin-bottom: 15px;
}
.catalog-list__prices .js-show-hide-btn {
    min-width: 98px;
}
.catalog-list .catalog-list__prices {
    flex-grow: 1;
}

.catalog-list__price {
    text-align: right;
}

.catalog__list-storage .catalog__goes-storage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    border: none;
    padding: 0 0 0 32px;
    -webkit-box-shadow: none;
    box-shadow: none;
    top: 0;
    left: 0;
    right: 0;
}
.catalog__list-storage .catalog__goes-storage .icon {
    left: 0;
}
.catalog__list-storage.catalog__storage_active .catalog__storage-base + .catalog__storage-other {
    margin-bottom: 5px;
    /*color: #e31e24;*/
}
@media only screen and (min-width: 640px) {
    .catalog-list__col-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .catalog-list__img-wrapper {
        width: 28%;
        max-width: 200px;
    }
    .catalog-list__img-wrapper .catalog__img {
        margin-bottom: 0;
    }
    .catalog-list__info {
        width: 66%;
        padding-left: 15px;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
    .catalog-list__detail-info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .catalog-list__prices {
        -ms-flex-item-align: center;
        align-self: center;
    }
    .catalog-list__col-item .catalog__add-cart-wrapper {
        padding-left: 15px;
        width: 50%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .catalog-list__col-item .quantity {
        margin-bottom: 10px;
    }
}

.catalog-list__description .catalog__description {
    margin-top: 10px;
}
.catalog-list__info h2 {
    margin-top: 5px;
}
@media only screen and (min-width: 992px) {
    .catalog-list__info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .catalog-list__description {
        width: 54%;
        padding-right: 30px;
    }
    .catalog-list__description .catalog__description {
        margin-bottom: 0;
    }
    .catalog-list__detail-info {
        width: 46%;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
    .catalog-list__col-item .catalog__add-cart-wrapper {
        width: 46%;
    }
}
@media only screen and (min-width: 1200px) {
    .catalog-list__col-item {
        padding: 14px;
    }
}
.catalog-carousel {
    margin-bottom: 20px;
    padding: 16px;
    background-color: #fafafa;
}
.catalog-carousel .h2,
.catalog-carousel > h2 {
    /*margin-bottom: 65px;*/
}
.catalog-carousel .h2 span,
.catalog-carousel > h2 span {
    padding-left: 15px;
    font-size: 14px;
    font-weight: 400;
    color: #696969;
}
.catalog-carousel .h2 a,
.catalog-carousel > h2 a {
    text-decoration: none;
    color: #1b1b1b;
}
.catalog-carousel__body {
    position: relative;
}
.catalog-carousel__slides .slick-list {
    padding: 0 10px;
    margin: 0 -10px;
}
.catalog-carousel__slides .slick-list:after,
.catalog-carousel__slides .slick-list:before {
    content: "";
    position: absolute;
    width: 10px;
    top: 0;
    bottom: 0;
    background-color: #fafafa;
    z-index: 2;
}
.catalog-carousel__slides .slick-list:before {
    left: -1px;
}
.catalog-carousel__slides .slick-list:after {
    right: 0;
}
.catalog-carousel__slides .catalog-carousel__col-item {
    height: 100%;
}
.catalog-carousel__slides .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.catalog-carousel__slides .slick-slide {
    height: auto;
}
.catalog-carousel__col-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    padding: 42px 10px 10px;
    border: 1px solid #e5e5e5;
    margin-left: -1px;
    background-color: #fff;
}
.catalog-carousel__col-item .h2,
.catalog-carousel__col-item h2 {
    max-height: 42px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 10px;
    font-size: 16px;
}
.catalog-carousel__col-item .h2 a,
.catalog-carousel__col-item h2 a {
    text-decoration: none;
    color: #1b1b1b;
}
.catalog-carousel__vendor {
    margin-bottom: 10px;
    color: #e31e24;
}
.catalog-carousel__fav {
    display: block;
    position: absolute;
    right: -4px;
    bottom: 0;
    top: 0;
    margin: auto;
    width: 30px;
    height: 30px;
    -webkit-transition: stroke 0.3s ease, fill 0.3s ease;
    -o-transition: stroke 0.3s ease, fill 0.3s ease;
    transition: stroke 0.3s ease, fill 0.3s ease;
}
.catalog-carousel__fav .icon {
    stroke: #696969;
    fill: transparent;
}
.catalog-carousel__fav_active .icon {
    stroke: #e31e24;
    fill: #e31e24;
}
.catalog-carousel__nav {
    position: absolute;
    width: 59px;
    height: 22px;
    top: -44px;
    right: 0;
    /*left: 0;*/
    left: auto;
    margin: auto;
}
.catalog-carousel__img {
    position: relative;
    padding-top: 120px;
    display: block;
    margin-bottom: 15px;
    text-align: center;
}
.catalog-carousel__prices {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 10px;
}
.catalog-carousel__description {
    height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-bottom: 15px;
    color: #696969;
}
.catalog-carousel__brand {
    position: absolute;
    top: 10px;
    right: 10px;
    border: 1px solid #e5e5e5;
}
.catalog-carousel__current-price {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    padding-right: 25px;
}
.catalog-carousel__old-price {
    font-size: 12px;
    color: #696969;
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through;
}
.catalog-carousel__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
}
.catalog-carousel__footer .btn {
    padding-left: 5px;
    padding-right: 5px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.catalog-carousel__footer .btn_active {
    border-right-color: transparent;
}
.carousel-compare-btn {
    position: relative;
    width: 40px;
    height: 40px;
    border: 1px solid #e5e5e5;
    background-color: #fff;
    -webkit-transition: border-color 0.3s ease, background-color 0.3s ease;
    -o-transition: border-color 0.3s ease, background-color 0.3s ease;
    transition: border-color 0.3s ease, background-color 0.3s ease;
}
.carousel-compare-btn .icon {
    -webkit-transition: fill 0.3s ease;
    -o-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
    fill: #e31e24;
}
.carousel-compare-btn_active {
    background-color: #e31e24;
    border-color: #e31e24;
    border-left-color: #fff;
}
.carousel-compare-btn_active .icon {
    fill: #fff;
}
.nav-icons__item.icon-compare .icon,
.nav-icons__item.icon-heart .icon{
    width: 24px;
    height: 24px;
}
.catalog-carousel > h2 a {
    transition: color .3s;
    color: #1B1B1B;
    text-decoration: none;
}
.catalog-carousel > h2 a:hover {
    color: #e31e24 !important;
    text-decoration: none;
}
@media only screen and (min-width: 640px) {
    .catalog-carousel .h2,
    .catalog-carousel > h2 {
        margin-bottom: 20px;
    }
    .catalog-carousel__nav {
        left: auto;
    }
}
@media only screen and (min-width: 768px) {
    .catalog-carousel {
        padding: 30px;
    }
    .catalog-carousel .h2 span,
    .catalog-carousel > h2 span {
        padding-left: 30px;
        font-size: 16px;
    }
}
@media only screen and (min-width: 1200px) {
    .catalog-carousel {
        margin-bottom: 30px;
    }
    .catalog-carousel__col-item {
        padding-left: 14px;
        padding-right: 14px;
        padding-bottom: 14px;
    }
    .catalog-carousel__brand {
        right: 15px;
        top: 15px;
    }
}
@media (hover), (min-width: 0\0), (min--moz-device-pixel-ratio: 0) {
    .carousel-compare-btn:not(.carousel-compare-btn_active):hover {
        border-color: #e31e24;
    }

    .catalog-carousel__col-item .h2 a,
    .catalog-carousel__col-item h2 a {
        -webkit-transition: color 0.3s ease;
        -o-transition: color 0.3s ease;
        transition: color 0.3s ease;
    }
    .catalog-carousel__col-item .h2 a:hover,
    .catalog-carousel__col-item h2 a:hover {
        color: #e31e24;
    }
    .catalog-carousel__fav:hover .icon {
        stroke: #e31e24;
    }
    .catalog-carousel__img {
        padding-top: 161px;
        -webkit-transition: padding-top 0.3s ease;
        -o-transition: padding-top 0.3s ease;
        transition: padding-top 0.3s ease;
    }
    .catalog-carousel__col-item:hover .catalog-carousel__img {
        padding-top: 110px;
    }
    .catalog-carousel__col-item:hover .catalog-carousel__footer {
        opacity: 1;
        visibility: visible;
    }
    .catalog-carousel__footer {
        margin-bottom: -50px;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    .catalog-carousel__brand {
        -webkit-transition: border-color 0.3s ease;
        -o-transition: border-color 0.3s ease;
        transition: border-color 0.3s ease;
    }
    .catalog-carousel__brand:hover {
        border-color: #e31e24;
    }
}
.prod-status {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    z-index: 1;
    pointer-events: none;
}
.prod-status__item {
    display: block;
    margin-bottom: 5px;
    text-align: left;
}
.prod-status__item span {
    display: inline-block;
    padding: 4px 10px 3px;
}
.prod-status__item_sale span {
    background-color: #59cb9b;
}
.prod-status__item_new span {
    background-color: #e31e24;
}
.prod-status__item_stock span {
    background-color: #6999d0;
    padding: 3px 10px 1px;
}
.prod-status__item_stock .icon {
    width: 13px;
    height: 13px;
    fill: #fff;
}
.prod-status_catalog {
    top: 10px;
    left: 10px;
}
@media only screen and (min-width: 1200px) {
    .prod-status_catalog {
        top: 15px;
        left: 15px;
    }
    .catalog__brand {
        top: 15px;
        right: 15px;
    }
}
.prod-quantity {
    margin-bottom: 10px;
}
.prod-quantity__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 5px;
    color: #696969;
}
.prod-quantity__item span {
    color: #1b1b1b;
}
.prod-quantity__item b {
    font-weight: 500;
}
.brands-carousel__body {
    position: relative;
    margin-bottom: 20px;
}
.brands-carousel__slides .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.brands-carousel__slides .slick-slide {
    height: auto;
}
.brands-carousel__slides .brands-carousel__col {
    height: auto;
}
.brands-carousel__slides .slick-list {
    padding: 0 10px;
    margin: 0 -10px;
}
.brands-carousel__slides .slick-list:after,
.brands-carousel__slides .slick-list:before {
    content: "";
    position: absolute;
    width: 10px;
    top: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 2;
}
.brands-carousel__slides .slick-list:before {
    left: -1px;
}
.brands-carousel__slides .slick-list:after {
    right: 0;
}
.brands-carousel__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    border: 1px solid #e5e5e5;
    padding: 5px;
    margin-left: -1px;
    background-color: #fff;
}
.brands-carousel__nav {
    position: absolute;
    width: 59px;
    height: 22px;
    top: -44px;
    right: 0;
    left: 0;
    margin: auto;
}
@media only screen and (min-width: 640px) {
    .brands-carousel .h2,
    .brands-carousel > h2 {
        margin-bottom: 20px;
    }
    .brands-carousel__nav {
        left: auto;
    }
    .brands-carousel__slides .slick-list:after {
        right: -2px;
    }
}
@media only screen and (min-width: 768px) {
    .brands-carousel__slides .slick-list:after {
        right: 0;
    }
}
@media only screen and (min-width: 992px) {
    .brands-carousel__slides .slick-list:after {
        right: -2px;
    }
}
@media only screen and (min-width: 1200px) {
    .brands-carousel__body {
        margin-bottom: 30px;
    }
    .brands-carousel__slides .slick-list:after {
        right: -4px;
    }
    .brands-carousel__item {
        padding: 14px;
    }
}
@media only screen and (min-width: 1300px) {
    .brands-carousel__slides .slick-list:after {
        right: -3px;
    }
}
.news-slider__body {
    position: relative;
    margin-bottom: 20px;
}
.news-slider__carousel .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.news-slider__carousel .slick-slide {
    height: auto;
}
.news-slider__carousel .news-slider__col {
    height: auto;
}
.news-slider__carousel .slick-list {
    padding: 0 10px;
    margin: 0 -10px;
}
.news-slider__carousel .slick-list:after,
.news-slider__carousel .slick-list:before {
    content: "";
    position: absolute;
    width: 10px;
    top: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 2;
}
.news-slider__carousel .slick-list:before {
    left: -1px;
}
.news-slider__carousel .slick-list:after {
    right: 0;
}
.news-slider__carousel h3 {
    margin-bottom: 10px;
    text-transform: none;
}
.news-slider__carousel h3 a {
    text-decoration: none;
    color: #1b1b1b;
}
.news-slider__item {
    height: 100%;
    padding: 15px;
    border: 1px solid #e5e5e5;
    margin-left: -1px;
}
.news-slider__img {
    display: block;
    margin-bottom: 10px;
    text-align: center;
}
.news-slider__date {
    display: block;
    margin-bottom: 5px;
    font-size: 12px;
    color: #696969;
}
.news-slider__text {
    color: #696969;
}
.news-slider__nav {
    position: absolute;
    width: 59px;
    height: 22px;
    top: -44px;
    right: 0;
    left: 0;
    margin: auto;
}
@media only screen and (min-width: 640px) {
    .news-slider__nav {
        left: auto;
    }
}
@media only screen and (min-width: 768px) {
    .news-slider__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .news-slider__img {
        width: 100px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-right: 15px;
        margin-bottom: 0;
    }
}
@media only screen and (min-width: 992px) {
    .news-slider__img {
        width: 171px;
    }
}
@media only screen and (min-width: 1200px) {
    .news-slider__body {
        margin-bottom: 30px;
    }
}
@media only screen and (min-width: 1300px) {
    .news-slider__carousel .slick-list:after {
        right: -1px;
    }
}
@media (hover), (min-width: 0\0), (min--moz-device-pixel-ratio: 0) {
    .news-slider__carousel .h3 a,
    .news-slider__carousel h3 a {
        -webkit-transition: color 0.3s ease;
        -o-transition: color 0.3s ease;
        transition: color 0.3s ease;
    }
    .news-slider__carousel .h3 a:hover,
    .news-slider__carousel h3 a:hover {
        color: #e31e24;
    }
}
.main-slider {
    margin-bottom: 20px;
}
.main-slider:not(.slick-initialized) .main-slider__col {
    width: 0;
}
.main-slider:not(.slick-initialized) .main-slider__col:first-child {
    width: 100%;
}
.main-slider__item {
    width: 100%;
}
.main-slider__item img {
    width: 100%;
}
@media only screen and (min-width: 1200px) {
    .main-slider {
        margin-bottom: 30px;
    }
}
.hint {
    position: relative;
    width: 22px;
    height: 22px;
}
.hint.js-hint_active {
    opacity: 1 !important;
    visibility: visible !important;
}
.hint.js-hint_active .hint__icon .icon {
    fill: #e31e24;
}
.hint__icon .icon {
    -webkit-transition: fill 0.3s ease;
    -o-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
    fill: #696969;
}
.hint__popup {
    position: absolute;
    width: 274px;
    color: #696969;
    display: none;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.hint__popup:before {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    border-left: 1px solid #696969;
    border-top: 1px solid #696969;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #fff;
}
.hint__popup-body {
    max-height: 220px;
    background-color: #fff;
    border: 1px solid #696969;
    padding: 15px;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.hint__ttl {
    margin-bottom: 15px;
    text-transform: uppercase;
    color: #1b1b1b;
}
.hint_smart-filter {
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.hint__smart-filter-popup {
    margin-top: 10px;
    display: none;
}
.smart-filter-angle + .hint_smart-filter {
    right: 37px;
}
.js-hint_active {
    z-index: 8;
}
.js-hint_active .icon {
    fill: #e31e24;
}
.js-hint_active .hint__popup {
    display: block;
}
.js-hint_active .hint__icon .icon {
    fill: #e31e24;
}
.hint_right-top .hint__popup {
    position: absolute;
    left: 100%;
    top: -14px;
    bottom: 0;
    margin: auto;
    -webkit-transform: translate(20px, 0);
    -ms-transform: translate(20px, 0);
    transform: translate(20px, 0);
}
.hint_right-top .hint__popup:before {
    top: 19px;
    left: -7px;
    right: auto;
    margin: auto;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.js-hint_opacity .hint__popup {
    opacity: 1;
    visibility: visible;
}
.js-hint_opacity.hint_center-bottom .hint__popup {
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.js-hint_opacity.hint_right-bottom .hint__popup {
    right: -8px;
    top: 100%;
    padding-top: 10px;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.js-hint_opacity.hint_right-top .hint__popup {
    -webkit-transform: translate(10px, 0);
    -ms-transform: translate(10px, 0);
    transform: translate(10px, 0);
}
.hint_center-bottom .hint__popup {
    left: 50%;
    -webkit-transform: translate(-50%, 10px);
    -ms-transform: translate(-50%, 10px);
    transform: translate(-50%, 10px);
    padding-top: 7px;
}
.hint_center-bottom .hint__popup:before {
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.hint_right-bottom .hint__popup {
    right: -8px;
    top: 100%;
    padding-top: 10px;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
}
.hint_right-bottom .hint__popup:before {
    right: 12px;
    top: 3px;
}
@media only screen and (max-width: 1199px) {
    .hint__smart-filter-popup {
        top: 100%;
        right: -29px;
        -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
        transform: translateY(10px);
    }
    .hint__smart-filter-popup:before {
        right: 33px;
        top: -7px;
    }
    .hint_smart-filter.js-hint_opacity .hint__smart-filter-popup {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}
@media only screen and (min-width: 1200px) {
    .hint__popup-body {
        /*padding: 20px;*/
    }
    .smart-filter-angle + .hint_smart-filter .hint__smart-filter-popup {
        left: 70px;
    }
    .hint__smart-filter-popup {
        left: 42px;
        top: -11px;
        margin-top: 0;
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px);
    }
    .hint__smart-filter-popup:before {
        top: 16px;
        left: -7px;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .hint_smart-filter.js-hint_opacity .hint__smart-filter-popup {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}
@media (hover) and (min-width: 1024px) and (max-width: 1199px), (min-width: 0\0) and (min-width: 1024px) and (max-width: 1199px), (min--moz-device-pixel-ratio: 0) and (min-width: 1024px) and (max-width: 1199px) {
    .hint__smart-filter-popup {
        width: 258px;
    }
}
@media (hover), (min-width: 0\0), (min--moz-device-pixel-ratio: 0) {
    .hint__icon {
        cursor: pointer;
    }
    .hint__icon:hover .icon {
        fill: #e31e24;
    }
}
.registration {
    margin-bottom: 20px;
    padding: 10px;
    background-color: #fafafa;
    border: 1px solid #e5e5e5;
}
.registration__tab {
    padding: 10px;
    background-color: #fff;
}
.registration__form {
    max-width: 506px;
    margin: 0 auto;
}
.registration__tabs-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.registration__tabs-lnk {
    padding: 10px;
    background-color: #f0f0f0;
    text-transform: uppercase;
    color: #1b1b1b;
    text-decoration: none;
    text-align: center;
    font-size: 12px;
}
.registration__tabs-lnk.js-tabs-lnk_active {
    background-color: #696969;
    color: #fff;
}
@media only screen and (min-width: 640px) {
    .registration {
        padding: 22px 30px 30px;
    }
    .registration .my-checkbox-wrapper {
        margin-bottom: 20px;
    }
    .registration__tab {
        padding: 30px;
    }
    .registration__tabs-lnk {
        font-size: 14px;
    }
}
@media only screen and (min-width: 768px) {
    .registration__tabs-lnk {
        padding: 11px 32px;
    }
}
@media only screen and (min-width: 1200px) {
    .registration {
        margin-bottom: 30px;
    }
}
.main-catalog {
    margin-bottom: 20px;
}
.main-catalog__col {
    width: 100%;
    margin-bottom: -1px;
}
.main-catalog__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border: 1px solid #e5e5e5;
    margin: 0 -1px 0 0;
    height: 100%;
    padding: 15px;
    text-decoration: none;
    color: #1b1b1b;
    font-size: 16px;
}
.main-catalog__img {
    display: block;
    margin-bottom: 15px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
}
.main-catalog__ttl {
    display: block;
    position: relative;
    padding-right: 25px;
}
@media only screen and (min-width: 480px) {
    .main-catalog__col {
        width: 50%;
    }
}
@media only screen and (min-width: 640px) {
    .main-catalog__col {
        width: 33.33333333%;
    }
}
@media only screen and (min-width: 992px) {
    .main-catalog__col {
        width: 25%;
    }
}
@media only screen and (min-width: 1200px) {
    .main-catalog {
        margin-bottom: 30px;
    }
    .main-catalog__col {
        width: 20%;
    }
}
@media (hover), (min-width: 0\0), (min--moz-device-pixel-ratio: 0) {
    .main-catalog__item {
        -webkit-transition: color 0.3s ease, -webkit-box-shadow 0.3s ease;
        transition: color 0.3s ease, -webkit-box-shadow 0.3s ease;
        -o-transition: box-shadow 0.3s ease, color 0.3s ease;
        transition: box-shadow 0.3s ease, color 0.3s ease;
        transition: box-shadow 0.3s ease, color 0.3s ease, -webkit-box-shadow 0.3s ease;
    }
    .main-catalog__item .main-catalog__ttl .icon {
        -webkit-transition: fill 0.3s ease;
        -o-transition: fill 0.3s ease;
        transition: fill 0.3s ease;
    }
    .main-catalog__item:hover {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        color: #e31e24;
    }
    .main-catalog__item:hover .icon {
        fill: #e31e24;
    }
}
.sorting__select {
    display: inline-block;
    position: relative;
    width: 100%;
}
.sorting__select-ttl {
    position: relative;
    padding: 16px 5px 16px 10px;
    white-space: nowrap;
}
.sorting__select-ttl span {
    display: block;
    position: relative;
    padding-right: 18px;
}
.sorting__select-ttl:after {
    content: "";
    height: 21px;
}
.sorting__select-list {
    position: absolute;
    min-width: 178px;
    top: 100%;
    border: 1px solid #e5e5e5;
    background-color: #fff;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    font-size: 16px;
    font-weight: 300;
}
.sorting__select-list.js-hide-show-block_active {
    z-index: 3;
}
.sorting__select-item {
    display: block;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    text-decoration: none;
    color: #1b1b1b;
    white-space: nowrap;
}
.sorting__select-item:last-child {
    border-bottom: NONE;
}
.sorting__select-item_active {
    color: #e31e24;
    font-weight: 400;
}
.sorting__catalog-view {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.sorting__catalog-view-item {
    padding: 0 5px;
}
.sorting__catalog-view-item:last-child {
    padding-right: 0;
}
.sorting__view-btn {
    display: block;
    /*width: 30px;*/
    height: 24px;
}
.sorting__view-btn .icon {
    width: 20px;
    height: 24px;
    fill: #e5e5e5;
}
.sorting__view-btn_active .icon {
    fill: #e31e24;
}
@media only screen and (max-width: 1199px) {
    .sorting .sorting__elements {
        display: none;
    }
    .sorting__select-ttl {
        padding-top: 12px;
        padding-bottom: 12px;
        padding-left: 10px;
    }
    .sorting__select {
        border-bottom: 1px solid #e5e5e5;
    }
    .sorting__checkbox {
        padding: 12px 10px;
    }
    .sorting__checkbox .my-checkbox-wrapper:last-child {
        margin-bottom: 0;
    }
    .sorting__select-list {
        width: 100%;
    }
}
@media only screen and (min-width: 1200px) {
    .sorting {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        border: 1px solid #e5e5e5;
    }
    .sorting__elements {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .sorting__catalog-view {
        margin-left: auto;
        /*padding-right: 20px;*/
        padding-right: 6px;
    }
    .sorting__selects {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        z-index: 2;
    }
    .sorting__select {
        margin-left: -1px;
    }
    .sorting__select:after {
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        height: 21px;
        border-right: 1px solid #e5e5e5;
    }
    .sorting__checkbox {
        display: -webkit-box;
        display: -ms-flexbox;
        /*display: flex;*/
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .sorting__checkbox .my-checkbox-wrapper {
        margin-bottom: 0;
        margin-left: 10px;
    }
    .sorting__select-ttl {
        padding-top: 18.5px;
        padding-bottom: 18.5px;
        font-size: 13px;
    }
}
@media (hover), (min-width: 0\0), (min--moz-device-pixel-ratio: 0) {
    .sorting__select:hover .sorting__select-ttl {
        background-color: #f0f0f0;
    }
    .sorting__select-item {
        -webkit-transition: color 0.3s ease;
        -o-transition: color 0.3s ease;
        transition: color 0.3s ease;
    }
    .sorting__select-item:hover {
        color: #e31e24;
    }
    .sorting__view-btn .icon {
        -webkit-transition: fill 0.2s ease;
        -o-transition: fill 0.2s ease;
        transition: fill 0.2s ease;
    }
    .sorting__view-btn:hover:not(.sorting__view-btn_active) .icon {
        fill: #696969;
    }

    .sorting__select.backGrey .sorting__select-ttl {
        background-color: #f0f0f0;
    }
    .sorting__select.backWhite .sorting__select-ttl {
        background-color: unset;
    }
}
.mobile-filter-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #1b1b1b;
    padding: 10px;
    color: #fff;
    cursor: pointer;
}
.mobile-filter-btn__ttl {
    position: relative;
    padding-left: 32px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 18px;
}
.mobile-filter-btn__ttl .icon {
    fill: #fff;
}
.mobile-filter-btn__q-prods {
    display: none;
}
.mobile-filter-btn__q-prods span {
    font-weight: 500;
}
.smart-filter-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 17px 10px;
    background-color: #1b1b1b;
    color: #fff;
    line-height: 1.2;
}
.smart-filter-title__text {
    position: relative;
    padding-left: 32px;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
}
.smart-filter-title__text .icon {
    fill: #fff;
}
.smart-filter__quantity-total b {
    font-weight: 500;
}
.smart-filter-parameters-box {
    border-bottom: 1px solid #e5e5e5;
}
.smart-filter-parameters-box.bx-active {
    background-color: #fafafa;
}
.smart-filter-parameters-box:last-child {
    border-bottom: none;
}
.smart-filter__close {
    display: none;
}
.smart-filter-parameters-box-title {
    position: relative;
    padding: 19px 62px 19px 10px;
}
.smart-filter-parameters-box-title-text {
    text-transform: uppercase;
    font-weight: 500;
}
.smart-filter-parameters-box-title-text span {
    color: #696969;
}
.smart-filter-angle {
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 22px;
    height: 22px;
    display: block;
}
.smart-filter-angle .icon {
    -webkit-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
}
.smart-filter-angle-up .icon {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.smart-filter__all-checkbox .js-show-hide-btn {
    position: relative;
    margin-top: 12px;
    margin-left: 10px;
    text-decoration: none;
    color: #696969;
}
.js-show-hide-btn:hover {
    color: #E31E24;
}
.smart-filter__label {
    display: block;
    padding: 6px 15px 6px 40px;
}
.smart-filter__label:before {
    top: 3px;
    left: 9px;
}
.smart-filter__checkbox:checked + .smart-filter__label:after {
    top: 7px;
    left: 12px;
}
.smart-filter-block {
    padding-bottom: 20px;
}
.smart-filter__selected {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10px 10px 0;
    border-bottom: 1px solid #e5e5e5;
}
.smart-filter__selected-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    background-color: #f0f0f0;
    padding: 8px 32px 6px 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 7px;
    font-size: 12px;
    color: #1b1b1b;
    text-decoration: none;
}
.smart-filter__selected-item .icon {
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 12px;
    height: 12px;
}
.smart-filter__selected-item-value {
    color: #696969;
}
.smart-filter-slider-ruler {
    display: none;
}
.smart-filter-slider-track-container {
    margin-top: 10px;
    margin-bottom: 20px;
}
.smart-filter-input-group-number {
    padding: 0 10px;
}
.smart-filter__dates,
.smart-filter__range-inputs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.smart-filter__range-date,
.smart-filter__range-input {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.smart-filter__range-date:last-child,
.smart-filter__range-input:last-child {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.smart-filter__range-input-text {
    margin-right: 10px;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    color: #696969;
}
.smart-filter-input-container {
    width: 87px;
}
.max-price,
.min-price {
    width: 100%;
    height: 31px;
    padding: 0 10px;
    border: 1px solid #e5e5e5;
}
.smart-filter-slider-track {
    position: relative;
    height: 4px;
}
.smart-filter-slider-price-bar,
.smart-filter-slider-price-bar-vd,
.smart-filter-slider-price-bar-vn,
.smart-filter-slider-range {
    position: absolute;
    top: 0;
    bottom: 0;
}
.smart-filter-slider-price-bar-vn {
    z-index: 4;
    background-color: #e5e5e5;
    border-radius: 1px;
}
.smart-filter-slider-price-bar-v {
    position: absolute;
    top: -1px;
    bottom: -1px;
    z-index: 5;
    background-color: #e31e24;
    border-radius: 1px;
}
.smart-filter-slider-handle {
    position: absolute;
    top: -11px;
    width: 26px;
    height: 26px;
    border: 5px solid #fff;
    border-radius: 50%;
    background-color: #e31e24;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    z-index: 6;
}
.smart-filter-button-box {
    text-align: center;
    border-top: 1px solid #e5e5e5;
}
.smart-filter-button-box .smart-filter-block {
    padding-bottom: 0;
}
.smart-filter-button-box .btn_white {
    min-width: 190px;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
}
.smart-filter-button-box .btn_white span.quantity-filter {
    padding-left: 0;
    text-transform: none;
}
.smart-filter__reset {
    font-size: 12px;
    color: #696969;
    background: 0 0;
    border: none;
}
.smart-filter-button-box__wrapper {
    padding: 11px 10px;
}
.smart-filter__bottom-total span {
    text-transform: uppercase;
}
.smart-filter__bottom-total b {
    font-weight: 500;
    color: #e31e24;
}
.smart-filter__bottom-total-item {
    margin-bottom: 5px;
}
.smart-filter__bottom-total-item:last-child {
    margin-bottom: 0;
}
.smart-filter-popup-result {
    display: block;
}
.smart-filter__dates {
    padding: 0 10px;
}
.smart-filter__date-input {
    width: 100%;
    height: 31px;
    padding: 0 5px;
    border: 1px solid #e5e5e5;
}
@media only screen and (max-width: 1199px) {
    .smart-filter-container-modef {
        display: none;
    }
    .smart-filter__quantity-total {
        position: relative;
        padding-right: 32px;
    }
    .smart-filter__close {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        background: 0 0;
        border: none;
        width: 22px;
        height: 22px;
        padding: 0;
    }
    .smart-filter__close .icon {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        fill: #fff;
    }
    .smart-filter {
        position: fixed;
        width: 100%;
        max-width: 290px;
        left: -290px;
        top: 0;
        bottom: 0;
        -webkit-transition: left 0.4s ease;
        -o-transition: left 0.4s ease;
        transition: left 0.4s ease;
        z-index: 20;
        background-color: #fff;
    }
    .smart-filter-form {
        height: 100%;
    }
    .smart-filter-section {
        position: relative;
        height: 100%;
    }
    .smart-filter_show {
        left: 0;
    }
    .smart-filter-form__fields {
        position: absolute;
        top: 55px;
        bottom: 61px;
        left: 0;
        right: 0;
        overflow: auto;
    }
    .smart-filter-shadow {
        display: none;
    }
    .smart-filter-shadow_active {
        display: block;
        position: fixed;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background-color: rgba(0, 0, 0, 0.4);
        z-index: 19;
    }
    .smart-filter-title {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
    }
    .smart-filter-button-box {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: #fff;
        z-index: 7;
    }
    .smart-filter__bottom-total {
        display: none;
    }
    .smart-filter-button-box__wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .smart-filter-button-box__wrapper .btn {
        text-transform: uppercase;
        font-weight: 500;
    }
    .smart-filter__selected {
        border-top: 1px solid #e5e5e5;
    }
}
@media only screen and (min-width: 1200px) {
    .smart-filter-form {
        border: 1px solid #e5e5e5;
    }
    .smart-filter-popup-result {
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px);
    }
    .smart-filter-popup-result:before {
        top: 0;
        bottom: 0;
        margin: auto;
        left: -8px;
    }
    .smart-filter-button-box__wrapper {
        padding: 0;
    }
    .smart-filter__reset {
        margin-bottom: 20px;
    }
    .smart-filter-button-box {
        padding: 20px;
    }
    .smart-filter-button-box .btn_white {
        margin-bottom: 15px;
        font-size: 14px;
    }
    .mobile-filter-btn {
        display: none;
    }
    .smart-filter-form__fields {
        position: relative;
    }
    .smart-filter-popup-result {
        position: absolute;
        z-index: 3;
        display: block;
        left: 100%;
        margin-left: 1px;
        padding: 10px;
        min-height: 37px;
        border: 1px solid #696969;
        background-color: #fff;
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        color: #1b1b1b;
        white-space: nowrap;
        font-weight: 400;
        text-transform: uppercase;
    }
    .smart-filter-popup-result a {
        display: inline-block;
        margin-top: 2px;
        text-transform: none;
    }
    .smart-filter-popup-result:before {
        content: "";
        position: absolute;
        width: 14px;
        height: 14px;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        border-top: 1px solid #696969;
        border-left: 1px solid #696969;
        background-color: #fff;
    }
}
@media (hover), (min-width: 0\0), (min--moz-device-pixel-ratio: 0) {
    .smart-filter__label:hover {
        background-color: #f0f0f0;
    }
    .smart-filter__selected-item .icon {
        -webkit-transition: fill 0.2s ease;
        -o-transition: fill 0.2s ease;
        transition: fill 0.2s ease;
    }
    .smart-filter__selected-item:hover {
        text-decoration: line-through;
    }
    .smart-filter__selected-item:hover .icon {
        fill: #e31e24;
    }
    .smart-filter-parameters-box-title {
        cursor: pointer;
    }
    .smart-filter-parameters-box-title:hover {
        background-color: #f0f0f0;
    }
    .smart-filter__reset:hover {
        text-decoration: underline;
    }
}
.product__body .tabs__links-item {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.product__body .analog-carousel {
    margin-top: -1px;
    margin-bottom: 20px;
}
.product__codes {
    margin-bottom: 20px;
}
.product__codes-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 10px;
}
.product__codes-item a {
    text-decoration: none;
}
.product__codes-item_medium {
    font-weight: 500;
}
.product__specs {
    margin-bottom: 20px;
    color: #696969;
}
.product__status {
    margin-bottom: 5px;
}
.product__status .h2 {
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 500;
}
.product__status-info {
    color: #696969;
}
.product__replacement {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.product__replacement-info {
    padding-right: 5px;
    color: #696969;
}
.product__replacement-info b {
    display: block;
    margin-top: 5px;
    font-weight: 500;
    color: #1b1b1b;
    word-break: break-all;
}
.product__info {
    padding: 10px;
    border: 1px solid #e5e5e5;
}
.product__brand {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    border: 1px solid #e5e5e5;
}
.product__fav-compare {
    top: 4px;
}
.product__replacement-compare .btn {
    padding: 9.5px 13px;
}
.product__storage {
    border: 1px solid #e5e5e5;
}
.product__storage__ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px;
    margin-bottom: 0;
    text-transform: uppercase;
    border-bottom: 1px solid #e5e5e5;
    font-size: 14px;
    font-weight: 500;
}
.product__storage__ttl span {
    margin-left: 20px;
    white-space: nowrap;
    font-size: 12px;
    text-transform: uppercase;
    color: #696969;
}
.product__storage-main {
    padding: 10px 20px;
    border-bottom: 1px solid #e5e5e5;
}
.product__main-quantity {
    margin-bottom: 10px;
}
.product__main-quantity .js-show-hide-btn {
    color: #696969;
}
.product__storage-prices-quantity {
    padding: 10px 20px;
    border-bottom: 1px solid #e5e5e5;
}
.product__main-add-cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.product__main-add-cart .btn {
    padding: 17.5px 18px;
}
.product__storage-main-discounts {
    padding: 10px 20px;
    border-bottom: 1px solid #e5e5e5;
}
.product__min-order-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 20px;
    border-bottom: 1px solid #e5e5e5;
}
.product__min-order-info__item {
    color: #696969;
}
.product__min-order-info__item b {
    font-weight: 500;
    color: #1b1b1b;
}
.product__storage-other-wrapper {
    border-bottom: 1px solid #e5e5e5;
}
.product__storage-other-wrapper .product__min-order-info {
    padding: 0;
    border-bottom: none;
}
.product__storage-other-wrapper .product__storage-prices-quantity {
    padding: 0;
    border-bottom: none;
}
.product__other-quantity {
    margin-bottom: 10px;
    text-align: left;
}
.product__other-add-cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 10px;
}
.product__storage-other-item {
    padding: 10px 20px;
    border-bottom: 1px solid #e5e5e5;
}
.product__storage-other-item:last-child {
    border-bottom: none;
}
.product__storage-other-item:nth-child(2n + 1) {
    background-color: #fafafa;
}
.product__storage-info {
    margin-bottom: 10px;
}
.product__storage-info b {
    font-weight: 500;
}
.product__storage-request {
    padding: 20px;
    text-align: center;
}
.product__storage-request .btn {
    padding-top: 14.5px;
    padding-bottom: 14.5px;
    text-transform: uppercase;
    font-weight: 500;
}
.product__storage-request_message {
    margin-top: 10px;
    color: #696969;
    font-size: 12px;
}
.product__specifications-table {
    width: 100%;
    border-collapse: collapse;
}
.product__specifications-table tr:nth-child(2n + 1) td {
    background-color: #fafafa;
}
.product__specifications-table td {
    padding: 5px 10px;
    vertical-align: middle;
}
.product__storage-all {
    text-align: center;
}
.product__storage-all-link {
    margin-top: 15px;
}
@media only screen and (max-width: 991px) {
    .product__storages-wrapper {
        display: none;
    }
    .product__storages-mobile {
        margin-top: -1px;
    }
    .product__main-add-cart-body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .product__main-add-cart-body .quantity {
        margin-right: 10px;
    }
}
@media only screen and (max-width: 1199px) {
    .product__other-add-cart-body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .product__other-add-cart-body .quantity {
        margin-right: 10px;
    }
    .product__main-add-cart-body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .product__main-add-cart-body .quantity {
        margin-right: 10px;
    }
}
@media only screen and (min-width: 640px) and (max-width: 991px) {
    .product__storage-prices-quantity {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .product__other-quantity {
        width: 226px;
        margin-right: 15px;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
    .product__main-quantity {
        width: 162px;
        margin-bottom: 0;
        margin-right: 15px;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
    .product__main-add-cart {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .product__main-add-cart .btn {
        min-width: 158px;
    }
    .product__main-add-cart-body,
    .product__other-add-cart-body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .product__main-add-cart-body .quantity,
    .product__other-add-cart-body .quantity {
        margin-bottom: 10px;
    }
}
@media only screen and (min-width: 640px) {
    .product__info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 20px;
    }
    .product__info .h1,
    .product__info h1 {
        width: 100%;
    }
    .product__description {
        width: 50%;
        padding-left: 10px;
    }
}
@media only screen and (min-width: 768px) {
    .product__specifications-table td {
        padding: 10px 16px;
    }
}
@media only screen and (min-width: 992px) {
    .product__description {
        width: 41%;
    }
    .product__container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -10px;
    }
    .product__body {
        width: 66.6666667%;
        padding: 0 10px;
    }
    .product__storages-wrapper {
        width: 33.3333333%;
        padding: 0 10px;
        margin-bottom: 20px;
    }
    .product__storage-all-link {
        display: none;
    }
    .product__storage-other-wrapper {
        display: block !important;
    }
}
@media only screen and (min-width: 1200px) {
    .product__body .analog-carousel {
        margin-bottom: 30px;
    }
    .product__body .video__col {
        width: 33.33333333%;
    }
    .product__storage-prices-quantity {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .product__other-quantity {
        width: 200px;
    }
    .product__main-quantity {
        margin-bottom: 0;
        width: 162px;
    }
    .product__main-add-cart {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .product__main-add-cart .btn {
        min-width: 158px;
    }
    .product__main-add-cart-body,
    .product__other-add-cart-body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .product__main-add-cart-body .quantity,
    .product__other-add-cart-body .quantity {
        margin-bottom: 10px;
    }
    .product__info .h1,
    .product__info h1 {
        margin-bottom: 20px;
    }
    .product__storages-wrapper {
        margin-bottom: 30px;
    }
}
@media only screen and (min-width: 1280px) {
    .product__other-quantity {
        width: 226px;
    }
}
@media only screen and (min-width: 1300px) {
    .product__container {
        margin: 0 -15px;
    }
    .product__body {
        padding: 0 15px;
    }
    .product__storages-wrapper {
        padding: 0 15px;
    }
}
@media (hover), (min-width: 0\0), (min--moz-device-pixel-ratio: 0) {
    .product__codes-item a:hover {
        text-decoration: underline;
    }
    .product__brand {
        -webkit-transition: border-color 0.3s ease;
        -o-transition: border-color 0.3s ease;
        transition: border-color 0.3s ease;
    }
    .product__brand:hover {
        border-color: #e31e24;
    }
}
.carousel-product {
    margin-bottom: 20px;
    padding-top: 27px;
}
.carousel-product__img-big-wrapper {
    position: relative;
}
.carousel-product__img-big-wrapper .prod-status {
    top: -27px;
}
.carousel-product__img-big-wrapper .product__brand {
    top: -27px;
    width: 67px;
    height: 27px;
    border: 1px solid #E5E5E5;
    background: #FFF;
}
.carousel-product__img-big-wrapper .product__brand img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.carousel-product__img-small-wrapper {
    position: relative;
}
.carousel-product__img-small-wrapper .slick-prev + .carousel-product__img-small-body {
    padding: 0 32px;
}
.carousel-product__img-big {
    position: relative;
}
.carousel-product__img-big {
    position: relative;
}
.carousel-product__img-big img {
    display: block;
    width: 100%;
    height: 60vw;
    object-fit: contain;
    object-position: center;
}
.carousel-product {
    height: calc(60vw + 110px);
}
.carousel-product__img-small-item.slick-slide {
    height: 84px;
}
.carousel-product__img-small-item img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}
.carousel-product__img-big:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    pointer-events: none;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1;
}
.carousel-product__img-big:after {
    content: "";
    width: 27px;
    height: 27px;
    background: url(../images/icon-zoom.svg) no-repeat center;
    pointer-events: none;
    z-index: 1;
}
.carousel-product__img-big-item {
    text-align: center;
}
.carousel-product__img-big:not(.slick-initialized) .carousel-product__img-big-item {
    width: 0;
}
.carousel-product__img-big:not(.slick-initialized) .carousel-product__img-big-item:first-child {
    width: 100%;
}
.carousel-product__img-small-item {
    border: 1px solid transparent;
    cursor: pointer;
}
.carousel-product__img-small-item.slick-current {
    border-color: #e31e24;
}
@media only screen and (min-width: 640px) {
    .carousel-product__img-small-item.slick-slide {
        height: 53px;
    }
    .carousel-product__img-small-item {
        margin: 4px 0;
    }
    .carousel-product__img-big img {
        width: 375px;
        height: 302px;
    }
    .carousel-product {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        width: 50%;
        padding-right: 10px;
        margin-bottom: 0;
        height: 302px;
    }
    .carousel-product__img-big-wrapper {
        width: 70%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        -ms-flex-item-align: stretch;
        align-self: stretch;
    }
    .carousel-product__img-small-wrapper {
        width: 69px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
    .carousel-product__img-small-wrapper .slick-arrow {
        left: 0;
        right: 0;
    }
    .carousel-product__img-small-wrapper .slick-prev {
        bottom: auto;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    .carousel-product__img-small-wrapper .slick-prev + .carousel-product__img-small-body {
        padding: 32px 0;
    }
    .carousel-product__img-small-wrapper .slick-next {
        top: auto;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}
@media only screen and (min-width: 992px) {
    .carousel-product {
        width: 59%;
    }
}
@media (hover), (min-width: 0\0), (min--moz-device-pixel-ratio: 0) {
    .carousel-product__img-big:before {
        opacity: 0;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    .carousel-product__img-big:after {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        -webkit-transition: -webkit-transform 0.3s ease;
        transition: -webkit-transform 0.3s ease;
        -o-transition: transform 0.3s ease;
        transition: transform 0.3s ease;
        transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    }
    .carousel-product__img-big:hover:before {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    .carousel-product__img-big:hover:after {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}
.storage__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 5px;
    font-weight: 500;
}
.storage__item:last-child {
    margin-bottom: 0;
}
.storage__item-ttl span {
    font-weight: 400;
    color: #696969;
}
.storage__item_transit .storage__item-ttl {
    position: relative;
    padding-left: 32px;
}
.storage__item_transit .storage__item-ttl .icon {
    fill: #e31e24;
}
.storage__item-ttl_hint {
    position: relative;
    padding-right: 32px;
}
.storage__item-ttl_hint .hint {
    position: absolute !important;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.storage__quantity {
    white-space: nowrap;
}
.prices-quantity__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 5px;
    font-weight: 500;
}
.prices-quantity__item-ttls {
    font-weight: 400;
    color: #696969;
}
.analog-carousel {
    border: 1px solid #e5e5e5;
    padding: 10px;
}
.analog-carousel__slides .slick-list {
    padding: 0 10px;
    margin: 0 -10px;
}
.analog-carousel__slides .slick-list:after,
.analog-carousel__slides .slick-list:before {
    content: "";
    position: absolute;
    width: 10px;
    top: 0;
    bottom: 0;
    z-index: 2;
    background-color: #fff;
}
.analog-carousel__slides .slick-list:before {
    left: -1px;
}
.analog-carousel__slides .slick-list:after {
    right: 0;
}
.analog-carousel__ttl {
    margin-bottom: 54px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
}
.analog-carousel__body {
    position: relative;
}
.analog-carousel__nav {
    position: absolute;
    width: 59px;
    height: 22px;
    top: -39px;
    right: 0;
    left: 0;
    margin: auto;
}
.analog-carousel__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-grow: 1;
    align-items: flex-end;
}
.analog-carousel__item {
    padding: 36px 10px 10px;
    position: relative;
    border: 1px solid #e5e5e5;
    margin-left: -1px;
    height: 100%;
    display: flex;
    flex-direction: column;
    background: white;
}
.analog-carousel__codes {
    text-transform: uppercase;
    word-break: break-all;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
}
@media (hover: hover) {
    .analog-carousel__codes {
        display: none;
    }
    .analog-carousel__item:hover .analog-carousel__compare .compare {
        background: #F0F0F0;
    }

    .analog-carousel__item:hover .analog-carousel__compare .compare .icon {
        fill: rgba(227, 30, 36, 1);
    }

    .hover .analog-carousel__item:hover .analog-carousel__codes {
        display: flex;
    }

    .hover .analog-carousel__item:hover {
        height: max-content;
        min-height: 100%;
    }

    .analog-carousel .slick-list:hover {
        overflow: visible;
        overflow-x: clip;
    }

    .analog-carousel__item:hover .analog-carousel__title {
        color: #E31E24;
    }
}
.analog-carousel__title {
    color:  #1B1B1B;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    word-break: break-word;
}
.analog-carousel__info {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    flex-grow: 1;
}
.analog-carousel__brand {
    height: 27px;
    width: 67px;
    position: absolute;
    right: 9px;
    top: 9px;
    border: 1px solid #e5e5e5;
    z-index: 1;
}
.analog-carousel__brand img {
    display: block;
    object-fit: contain;
    object-position: center;
    width: 100%;
    height: 100%;
}
.analog-carousel__compare {
    border-radius: 100%;
}
.analog-carousel__compare .compare {
    margin-bottom: 0;
}
.analog-carousel__current-price {
    font-weight: 500;
}
.analog-carousel__current-price span {
    font-weight: 400;
    font-size: 12px;
    color: #696969;
}
.analog-carousel__img {
    display: block;
    text-align: center;
    margin-bottom: 5px;
    width: 100%;
    height: 67px;
}
.analog-carousel__img img {
    display: block;
    object-fit: contain;
    object-position: center;
    width: 100%;
    height: 100%;
}
.analog-carousel .slick-track {
    display: flex;
}
.analog-carousel .slick-slide {
    height: auto;
}

.analog-carousel__code {
    color: #1B1B1B;
    text-align: right;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 5px 0;
}
.analog-carousel__code_main {
    color: #e31e24;
    font-size: 14px;
}
@media only screen and (min-width: 640px) {
    .analog-carousel {
        padding: 20px;
    }
    .analog-carousel__nav {
        left: auto;
    }
    .analog-carousel__ttl {
        margin-bottom: 20px;
    }
}
@media (hover), (min-width: 0\0), (min--moz-device-pixel-ratio: 0) {
    .analog-carousel {
        padding-bottom: 5px;
    }
    .analog-carousel__slides .slick-list {
        padding-top: 5px;
        padding-bottom: 15px;
    }
    .analog-carousel__slides .analog-carousel__ttl {
        margin-bottom: 15px;
    }
    .analog-carousel__brand {
        -webkit-transition: border-color 0.3s ease;
        -o-transition: border-color 0.3s ease;
        transition: border-color 0.3s ease;
    }
    .analog-carousel__brand:hover {
        border-color: #e31e24;
    }
    .analog-carousel__item {
        -webkit-transition: -webkit-box-shadow 0.3s ease;
        transition: -webkit-box-shadow 0.3s ease;
        -o-transition: box-shadow 0.3s ease;
        transition: box-shadow 0.3s ease;
        transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
    }
    .analog-carousel__item:hover {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    }
}
.tabs {
    margin-bottom: 20px;
}
.tabs .mobile-filter-btn {
    margin: -1px -1px 0 -1px;
}
.js-tab {
    display: none;
}
.js-tab_show {
    display: block;
}
.tabs__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.tabs__links-item:last-child .tabs__link {
    border-right: none;
}
.tabs__link {
    display: block;
    padding: 11px;
    background-color: #f0f0f0;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
    color: #1b1b1b;
}
.tabs__link.js-tabs-lnk_active {
    background-color: #696969;
    color: #fff;
}
.tab .page-navigation {
    margin-bottom: 0;
    padding: 20px 5px 0;
}
.tab__border {
    border: 1px solid #e5e5e5;
}
.tab__border .news-list__item {
    margin-left: -1px;
    margin-right: -1px;
}
.tab__border .news-list__item:last-child {
    margin-bottom: -1px;
}
.tab__body {
    border: 1px solid #e5e5e5;
    padding: 10px;
}
.tab__video {
    padding: 15px 15px 0 15px;
}
.tab__video .page-navigation {
    padding-top: 10px;
    padding-bottom: 30px;
}
.tab__news .page-navigation {
    padding-bottom: 20px;
}
@media only screen and (max-width: 767px) {
    .tabs__links_tablet {
        display: none;
    }
}
@media only screen and (min-width: 768px) {
    .tab .modern-page-first {
        margin-right: 20px;
    }
    .tab .modern-page-last {
        margin-left: 20px;
    }
    .tabs__link {
        border-right: 1px solid #fff;
    }
}
@media only screen and (min-width: 1200px) {
    .tabs {
        margin-bottom: 30px;
    }
    .tabs .smart-filter-title {
        display: none;
    }
    .tab__video {
        padding: 20px 20px 0 20px;
    }
    .tab__body {
        padding: 20px;
    }
}
@media only screen and (min-width: 1260px) {
    .tabs__link {
        min-width: 160px;
    }
}
@media (hover), (min-width: 0\0), (min--moz-device-pixel-ratio: 0) {
    .tabs__link {
        -webkit-transition: background-color 0.3s ease;
        -o-transition: background-color 0.3s ease;
        transition: background-color 0.3s ease;
    }
    .tabs__link:not(.tabs__link_active):not(.js-tabs-lnk_active):hover {
        background-color: #e5e5e5;
    }
}
.accordion {
    border: 1px solid #e5e5e5;
}
.accordion .prod-list__item {
    margin: 0 -10px;
}
.accordion .prod-list__item:last-child {
    border-bottom: none;
}
.accordion__item {
    padding: 0 10px;
    border-bottom: 1px solid #e5e5e5;
}
.accordion__item:last-child {
    border-bottom: none;
}
.accordion__ttl {
    position: relative;
    padding: 15px 10px;
    margin: 0 -10px;
    text-transform: uppercase;
    background-color: #fafafa;
}
.accordion__ttl span {
    padding-left: 10px;
    color: #696969;
}
.accordion__ttl i {
    position: absolute;
    right: 17px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 14px;
    height: 14px;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.accordion__ttl i:after,
.accordion__ttl i:before {
    content: "";
    background-color: #1b1b1b;
}
.accordion__ttl i:before {
    width: 14px;
    height: 2px;
}
.accordion__ttl i:after {
    width: 2px;
    height: 14px;
    -webkit-transition: opacity 0.1s ease 0.2s;
    -o-transition: opacity 0.1s ease 0.2s;
    transition: opacity 0.1s ease 0.2s;
}
.accordion__ttl.js-accordion_active {
    background-color: #fff;
}
.accordion__ttl.js-accordion_active i {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.accordion__ttl.js-accordion_active i:after {
    opacity: 0;
}
.js-accordion-info {
    display: none;
}
.accordion__info {
    border-top: 1px solid #e5e5e5;
}
.accordion__info .category {
    margin: 10px 0;
}
.accordion__vacancy {
    padding-bottom: 15px;
}
@media only screen and (min-width: 768px) {
    .accordion__item {
        padding: 0 20px;
    }
    .accordion__item .prod-list__item {
        margin: 0 -20px;
    }
    .accordion__ttl {
        padding: 20px;
        margin: 0 -20px;
    }
    .accordion__info .category {
        margin: 20px 0;
    }
}
@media only screen and (min-width: 1200px) {
    .accordion__ttl span {
        padding-left: 20px;
        font-size: 16px;
    }
    .accordion__vacancy {
        padding-bottom: 30px;
    }
}
@media (hover), (min-width: 0\0), (min--moz-device-pixel-ratio: 0) {
    .accordion__ttl {
        cursor: pointer;
        -webkit-transition: color 0.3s ease;
        -o-transition: color 0.3s ease;
        transition: color 0.3s ease;
    }
    .accordion__ttl i:after,
    .accordion__ttl i:before {
        -webkit-transition: background-color 0.3s ease;
        -o-transition: background-color 0.3s ease;
        transition: background-color 0.3s ease;
    }
    .accordion__ttl:hover {
        color: #e31e24;
    }
    .accordion__ttl:hover i:after,
    .accordion__ttl:hover i:before {
        background-color: #e31e24;
    }
}
.prod-list__img-wrapper {
    margin-bottom: 10px;
    text-align: center;
}
.prod-list__brand {
    display: inline-block;
    border: 1px solid #e5e5e5;
}
.prod-list__fav-compare {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.prod-list__fav-compare > * {
    margin: 0 2px;
}
.prod-list__img {
    display: block;
    text-transform: capitalize;
}
.prod-list__item {
    padding: 15px 10px;
    border-bottom: 1px solid #e5e5e5;
}
.prod-list__info .h2,
.prod-list__info h2 {
    width: 100%;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 500;
}
.prod-list__info .h2 a,
.prod-list__info h2 a {
    text-decoration: none;
    color: #1b1b1b;
}
.prod-list__codes-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 5px;
}
.prod-list__codes-item b {
    font-weight: 500;
}
.prod-list__codes-item span:last-child {
    word-break: break-all;
    padding-left: 10px;
}
.prod-list__codes {
    margin-bottom: 10px;
}
.prod-list__description {
    margin-bottom: 10px;
    color: #696969;
}
.prod-list__price-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
}
.prod-list__price-ttl {
    font-size: 12px;
}
.prod-list__price-ttl span {
    color: #696969;
}
.prod-list__price {
    font-weight: 500;
    font-size: 18px;
}
.prod-list__price span {
    font-size: 14px;
}
.prod-list__storages {
    margin-bottom: 10px;
}
.prod-list__storages-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 5px;
}
.prod-list__goes-storages {
    position: relative;
    display: block;
    padding-left: 32px;
}
.prod-list__goes-storages .icon {
    fill: #e31e24;
}
.prod-list__add-cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.prod-list__add-cart .quantity {
    margin-right: 20px;
}
.prod-list__delete {
    text-align: center;
}
.prod-list_view-2 .prod-list__add-cart {
    margin-bottom: 10px;
}
@media only screen and (min-width: 640px) and (max-width: 767px) {
    .prod-list_view-2 .prod-list__add-cart {
        width: 40%;
        margin-bottom: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .prod-list_view-2 .prod-list__add-cart .quantity {
        margin-right: 0;
        margin-bottom: 5px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .prod-list_view-2 .prod-list__add-cart {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        width: 40%;
    }
    .prod-list_view-2 .prod-list__add-cart .quantity {
        margin-right: 10px;
        margin-bottom: 0;
    }
}
@media only screen and (min-width: 640px) {
    .prod-list__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .prod-list__img-wrapper {
        width: 82px;
        padding-right: 15px;
        margin-bottom: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
    .prod-list__info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .prod-list__info .h2,
    .prod-list__info h2 {
        width: 100%;
    }
    .prod-list__specs {
        width: 50%;
        padding-right: 20px;
    }
    .prod-list__price-q {
        width: 50%;
    }
    .prod-list__prices {
        width: 50%;
    }
    .prod-list__q {
        padding-right: 20px;
        width: 50%;
    }
    .prod-list__delete {
        width: 10%;
        -ms-flex-item-align: center;
        align-self: center;
        text-align: center;
    }
}
@media only screen and (min-width: 768px) {
    .prod-list__item {
        padding: 20px;
    }
    .prod-list__specs {
        width: 36%;
    }
    .prod-list__specs > :last-child {
        margin-bottom: 0;
    }
    .prod-list__price-q {
        width: 43%;
        padding-right: 20px;
    }
    .prod-list__price-q > :last-child {
        margin-bottom: 0;
    }
    .prod-list_view-2 .prod-list__specs {
        width: 50%;
    }
    .prod-list_view-2 .prod-list__specs > :last-child {
        margin-bottom: 10px;
    }
    .prod-list__add-cart {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .prod-list__add-cart .quantity {
        margin-right: 0;
        margin-bottom: 5px;
    }
    .prod-list_view-2 .prod-list__add-cart {
        -ms-flex-item-align: center;
        align-self: center;
        margin-bottom: 0;
    }
}
@media only screen and (min-width: 992px) {
    .prod-list_view-2 .prod-list__specs {
        width: 25%;
        padding-right: 10px;
    }
    .prod-list_view-2 .prod-list__add-cart {
        width: 13%;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
    .prod-list__delete {
        width: auto;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        margin-top: 26px;
        -ms-flex-item-align: start;
        align-self: flex-start;
    }
    .prod-list__prices {
        width: 30%;
        padding-right: 10px;
    }
    .prod-list__q {
        width: 26%;
        padding-right: 10px;
    }
    .prod-list_view-2 .prod-list__add-cart {
        -ms-flex-item-align: start;
        align-self: flex-start;
    }
}
@media only screen and (min-width: 1200px) {
    .prod-list__specs {
        width: 44%;
        padding-right: 40px;
    }
    .prod-list__price-q {
        width: 39%;
        padding-right: 40px;
    }
    .prod-list__add-cart {
        width: 17%;
    }
    .prod-list__q {
        width: 21%;
        padding-right: 20px;
    }
    .prod-list__prices {
        width: 26%;
        padding-right: 20px;
    }
    .prod-list_view-2 .prod-list__specs {
        width: 38%;
        padding-right: 20px;
    }
    .prod-list_view-2 .prod-list__add-cart {
        width: 10%;
    }
}
@media (hover), (min-width: 0\0), (min--moz-device-pixel-ratio: 0) {
    .prod-list__brand {
        -webkit-transition: border-color 0.3s ease;
        -o-transition: border-color 0.3s ease;
        transition: border-color 0.3s ease;
    }
    .prod-list__brand:hover {
        border-color: #e31e24;
    }
    .prod-list__info .h2 a,
    .prod-list__info h2 a {
        -webkit-transition: color 0.3s ease;
        -o-transition: color 0.3s ease;
        transition: color 0.3s ease;
    }
    .prod-list__info .h2 a:hover,
    .prod-list__info h2 a:hover {
        color: #e31e24;
    }
}
.video {
    margin: 0 -10px;
}
.video__col {
    width: 100%;
    padding: 0 10px;
    margin-bottom: 20px;
}
.video__item {
    display: block;
    height: 100%;
    border: 1px solid #e5e5e5;
    padding: 15px;
    text-decoration: none;
}
.video__img {
    display: block;
    margin-bottom: 15px;
}
.video__img img {
    width: 100%;
}
.video__date {
    display: block;
    margin-bottom: 5px;
    font-size: 12px;
    font-weight: 500;
    color: #696969;
}
.video__name {
    font-weight: 500;
    color: #1b1b1b;
}
@media only screen and (min-width: 640px) {
    .video__col {
        width: 50%;
    }
}
@media only screen and (min-width: 768px) {
    .video__col {
        width: 33.33333333%;
    }
}
@media only screen and (min-width: 1200px) {
    .video__col {
        width: 25%;
    }
}
@media (hover), (min-width: 0\0), (min--moz-device-pixel-ratio: 0) {
    .video__name {
        -webkit-transition: color 0.3s ease;
        -o-transition: color 0.3s ease;
        transition: color 0.3s ease;
    }
    .video__item {
        -webkit-transition: -webkit-box-shadow 0.3s ease;
        transition: -webkit-box-shadow 0.3s ease;
        -o-transition: box-shadow 0.3s ease;
        transition: box-shadow 0.3s ease;
        transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
    }
    .video__item:hover {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    }
    .video__item:hover .video__name {
        color: #e31e24;
    }
}
.docs__item {
    border-bottom: 1px solid #e5e5e5;
}
.docs__item:last-child {
    border-bottom: none;
}
.docs__item:nth-child(2n):not(.docs__item_empty) {
    background-color: #fafafa;
}
.docs__item_empty .docs__ttl {
    text-transform: none;
}
.docs__ttl {
    padding: 20px;
    text-transform: uppercase;
    font-weight: 500;
}
.docs__list {
    padding: 0 20px 20px;
}
.docs__list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 9px;
}
.docs__list-item:last-child {
    margin-bottom: 0;
}
.docs__extension {
    text-transform: uppercase;
    color: #696969;
    width: 59px;
    padding-right: 5px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.docs__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.docs__name {
    display: inline-block;
    margin-bottom: 5px;
    text-decoration: none;
    color: #1b1b1b;
}
.docs__langs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}
.docs__langs-item {
    padding-right: 14px;
    font-size: 12px;
    text-transform: uppercase;
}
.docs__langs-item a {
    color: #1b1b1b;
    text-decoration: none;
}
.docs__langs-item:last-child {
    padding-right: 0;
}
@media only screen and (min-width: 640px) {
    .docs__info {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
    .docs__langs {
        width: auto;
    }
    .docs__name {
        margin-bottom: 0;
    }
}
@media (hover), (min-width: 0\0), (min--moz-device-pixel-ratio: 0) {
    .docs__name {
        -webkit-transition: color 0.3s ease;
        -o-transition: color 0.3s ease;
        transition: color 0.3s ease;
    }
    .docs__name:hover {
        color: #e31e24;
    }
    .docs__langs-item a:hover {
        text-decoration: underline;
        color: #e31e24;
    }
}
.analogs .prod-list__price-info {
    margin-bottom: 5px;
}
.analogs .page-navigation {
    padding-bottom: 20px;
}
.analogs__filter .smart-filter-parameters-box.bx-active {
    background-color: #fff;
}
.analogs__filter .smart-filter-button-box__wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.analogs__filter .smart-filter-button-box__wrapper .btn {
    margin-bottom: 5px;
}
@media only screen and (max-width: 1199px) {
    .analogs__filter .smart-filter-form__fields {
        bottom: 82px;
    }
}
@media only screen and (min-width: 768px) {
    .analogs .prod-list__item {
        padding: 20px;
    }
    .analogs .prod-list__add-cart {
        width: 100%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .analogs .prod-list__add-cart .quantity {
        margin-bottom: 0;
        margin-right: 14px;
    }
    .analogs .prod-list__specs {
        width: 49%;
    }
    .analogs .prod-list__price-q {
        width: 51%;
        padding-right: 0;
    }
}
@media only screen and (min-width: 1200px) {
    .analogs {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .analogs__filter {
        width: 256px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        border-right: 1px solid #e5e5e5;
    }
    .analogs__filter .smart-filter-form {
        border: none;
    }
    .analogs__filter .sorting__select {
        margin-left: 0;
    }
    .analogs__filter .sorting__select:after {
        display: none;
    }
    .analogs__filter .sorting__select-list {
        right: -1px;
        left: -1px;
        margin-top: -1px;
    }
    .analogs__filter .sorting__select-ttl {
        border-bottom: 1px solid #e5e5e5;
    }
    .analogs__filter .smart-filter-button-box__wrapper .btn {
        margin-bottom: 10px;
    }
    .analogs__prods {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        width: 60%;
    }
}
.stock {
    margin-bottom: 20px;
    border: 1px solid #e5e5e5;
}
.stock__item {
    padding: 10px;
    border-bottom: 1px solid #e5e5e5;
}
.stock__item:last-child {
    border-bottom: none;
}
.stock__info .h2,
.stock__info h2 {
    margin-bottom: 10px;
}
.stock__info .h2 a,
.stock__info h2 a {
    text-decoration: none;
    color: #1b1b1b;
}
.stock__info p {
    color: #696969;
}
.stock__date {
    position: relative;
    display: block;
    padding-left: 25px;
    margin-bottom: 15px;
    font-weight: 500;
}
.stock__date .icon {
    fill: #e31e24;
}
.stock__img {
    margin-bottom: 10px;
    text-align: center;
}
@media only screen and (min-width: 640px) {
    .stock__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .stock__info {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
    .stock__img {
        width: 187px;
        margin-right: 10px;
        margin-bottom: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
}
@media only screen and (min-width: 768px) {
    .stock__item {
        padding: 20px;
    }
    .stock__img {
        margin-right: 20px;
    }
}
@media only screen and (min-width: 1200px) {
    .stock {
        margin-bottom: 30px;
    }
}
@media (hover), (min-width: 0\0), (min--moz-device-pixel-ratio: 0) {
    .stock__item {
        -webkit-transition: -webkit-box-shadow 0.3s ease;
        transition: -webkit-box-shadow 0.3s ease;
        -o-transition: box-shadow 0.3s ease;
        transition: box-shadow 0.3s ease;
        transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
    }
    .stock__item:hover {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    }
}
.main-stock {
    border: 1px solid #e5e5e5;
    margin-bottom: 20px;
    padding: 10px;
}
.main-stock__img {
    margin-bottom: 10px;
    text-align: center;
}
.main-stock__info .h2,
.main-stock__info h2 {
    margin-bottom: 10px;
}
.main-stock__info p {
    margin-bottom: 10px;
    color: #696969;
}
.main-stock__info > :last-child {
    margin-bottom: 0;
}
.main-stock__date {
    position: relative;
    padding-left: 25px;
    margin-bottom: 15px;
    font-weight: 500;
}
.main-stock__date .icon {
    fill: #e31e24;
}
@media only screen and (min-width: 640px) {
    .main-stock {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .main-stock__img {
        width: 187px;
        margin-bottom: 0;
        margin-right: 10px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
    .main-stock__info {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
}
@media only screen and (min-width: 768px) {
    .main-stock {
        padding: 20px;
    }
    .main-stock__img {
        margin-right: 20px;
    }
}
@media only screen and (min-width: 1200px) {
    .main-stock {
        margin-bottom: 30px;
    }
    .main-stock__img {
        width: 320px;
    }
}
.stock-category {
    margin-bottom: 20px;
    padding: 20px;
    background-color: #fafafa;
    border: 1px solid #e5e5e5;
}
.stock-category .h2,
.stock-category h2 {
    margin-bottom: 20px;
}
@media only screen and (min-width: 1200px) {
    .stock-category {
        margin-bottom: 30px;
        padding: 30px;
    }
}
.category__col {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-left: -1px;
    margin-bottom: -1px;
}
.category__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    height: 100%;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    padding: 10px 40px 10px 10px;
    text-decoration: none;
    color: #1b1b1b;
}
.category__item img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 10px;
}
.category__item .icon {
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.category__q {
    display: block;
    color: #696969;
}
.category__name {
    font-weight: 500;
}
@media only screen and (min-width: 640px) {
    .category__col {
        width: 50%;
    }
}
@media only screen and (min-width: 992px) {
    .category__col {
        width: 33.33333333%;
    }
}
@media only screen and (min-width: 1200px) {
    .category__col {
        width: 25%;
    }
}
@media (hover), (min-width: 0\0), (min--moz-device-pixel-ratio: 0) {
    .category__item {
        -webkit-transition: color 0.3s ease, -webkit-box-shadow 0.3s ease;
        transition: color 0.3s ease, -webkit-box-shadow 0.3s ease;
        -o-transition: box-shadow 0.3s ease, color 0.3s ease;
        transition: box-shadow 0.3s ease, color 0.3s ease;
        transition: box-shadow 0.3s ease, color 0.3s ease, -webkit-box-shadow 0.3s ease;
    }
    .category__item .icon {
        -webkit-transition: fill 0.3s ease;
        -o-transition: fill 0.3s ease;
        transition: fill 0.3s ease;
    }
    .category__item:hover {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        color: #e31e24;
        z-index: 1;
    }
    .category__item:hover .icon {
        fill: #e31e24;
    }
}
.alphabet {
    margin-bottom: 20px;
}
.alphabet__short {
    margin-bottom: 20px;
    padding: 15px 15px 5px 15px;
    border: 1px solid #e5e5e5;
}
.alphabet__short-item {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 10px;
}
.alphabet__short-item_all {
    margin-right: 15px;
}
.alphabet__short-item_all .alphabet__short-link {
    min-width: 52px;
}
.alphabet__short-link {
    display: block;
    min-width: 36px;
    border: 1px solid #e5e5e5;
    padding: 9px 8px 7px 8px;
    text-transform: uppercase;
    font-weight: 500;
    text-decoration: none;
    text-align: center;
    color: #1b1b1b;
}
.alphabet__short-link_active {
    border-color: #e31e24;
}
.alphabet__details-ttl {
    padding: 10px 14px;
    border-bottom: 1px solid #e5e5e5;
    color: #e31e24;
    text-transform: uppercase;
    background-color: #fafafa;
    font-weight: 500;
    font-size: 18px;
}
.alphabet__details-list {
    padding: 20px 0;
}
.alphabet__details-item {
    margin-top: -1px;
    border: 1px solid #e5e5e5;
}
.alphabet__details-col {
    width: 50%;
    padding: 0 17px;
    margin-bottom: 10px;
}
.alphabet__details-link {
    display: inline-block;
    position: relative;
    padding-left: 14px;
    text-decoration: none;
    color: #696969;
}
.alphabet__details-link:before {
    content: "";
    width: 2px;
    height: 2px;
    border-radius: 50%;
    background-color: #696969;
}
.alphabet__details-link_bold {
    font-weight: 500;
    color: #1b1b1b;
}
.alphabet__details-all {
    width: 100%;
}
.alphabet__details-all .js-show-hide-btn {
    margin-left: 17px;
    margin-top: 10px;
}
@media only screen and (min-width: 640px) {
    .alphabet__details-col {
        width: 25%;
    }
}
@media only screen and (min-width: 1200px) {
    .alphabet {
        margin-bottom: 30px;
    }
    .alphabet__short {
        margin-bottom: 30px;
    }
    .alphabet__details-ttl {
        padding-top: 19px;
        padding-bottom: 19px;
    }
}
@media (hover), (min-width: 0\0), (min--moz-device-pixel-ratio: 0) {
    .alphabet__details-link {
        -webkit-transition: color 0.3s ease;
        -o-transition: color 0.3s ease;
        transition: color 0.3s ease;
    }
    .alphabet__details-link:hover {
        color: #e31e24;
    }
    .alphabet__short-link {
        -webkit-transition: border-color 0.3s ease;
        -o-transition: border-color 0.3s ease;
        transition: border-color 0.3s ease;
    }
    .alphabet__short-link:hover {
        border-color: #e31e24;
    }
}
.partners__list {
    margin-bottom: 20px;
}
.partners__item {
    display: block;
    padding: 15px;
    border: 1px solid #e5e5e5;
    margin-left: -1px;
    margin-top: -1px;
    text-decoration: none;
}
.partners__info {
    color: #696969;
}
.partners__text {
    display: block;
    margin-bottom: 13px;
}
.partners__text b {
    color: #1b1b1b;
}
.partners__more {
    display: inline-block;
    position: relative;
    padding-right: 32px;
    font-size: 12px;
    color: #696969;
}
.partners__img {
    display: block;
    margin-bottom: 10px;
    text-align: center;
}
@media only screen and (min-width: 640px) {
    .partners__col {
        width: 50%;
    }
}
@media only screen and (min-width: 768px) {
    .partners__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .partners__img {
        max-width: 120px;
        margin-bottom: 0;
        margin-right: 15px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
    .partners__info {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
}
@media only screen and (min-width: 1200px) {
    .partners__list {
        margin-bottom: 30px;
    }
    .partner-info {
        padding: 19px;
    }
}
@media (hover), (min-width: 0\0), (min--moz-device-pixel-ratio: 0) {
    .partners__item {
        -webkit-transition: -webkit-box-shadow 0.3s ease;
        transition: -webkit-box-shadow 0.3s ease;
        -o-transition: box-shadow 0.3s ease;
        transition: box-shadow 0.3s ease;
        transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
    }
    .partners__item:hover {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    }
    .partners__item:hover .partners__more {
        color: #e31e24;
    }
    .partners__item:hover .partners__more .icon {
        fill: #e31e24;
    }
    .partners__more {
        -webkit-transition: color 0.3s ease;
        -o-transition: color 0.3s ease;
        transition: color 0.3s ease;
    }
    .partners__more .icon {
        -webkit-transition: fill 0.3s ease;
        -o-transition: fill 0.3s ease;
        transition: fill 0.3s ease;
    }
}
.partner-info {
    border: 1px solid #e5e5e5;
    padding: 15px;
    margin-bottom: 20px;
}
.partner-info__img {
    padding: 15px;
    border: 1px solid #e5e5e5;
    margin-bottom: 15px;
    text-align: center;
}
.partner-info__text {
    color: #696969;
    line-height: 1.4;
}
.partner-info__text b {
    color: #1b1b1b;
}
.partner-info__text p {
    margin-bottom: 15px;
}
.partner-info__text > :last-child {
    margin-bottom: 0;
}
@media only screen and (min-width: 640px) {
    .partner-info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .partner-info__img {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        max-width: 150px;
        margin-bottom: 0;
        margin-right: 20px;
    }
    .partner-info__text {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
}
@media only screen and (min-width: 992px) {
    .partner-info__img {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        max-width: 250px;
    }
}
@media only screen and (min-width: 1200px) {
    .partner-info {
        margin-bottom: 30px;
    }
}
.news__item {
    padding: 15px;
    border: 1px solid #e5e5e5;
    margin-top: -1px;
    height: 100%;
}
.news__img {
    display: block;
    margin-bottom: 20px;
}
.news__info .h2,
.news__info h2 {
    margin-bottom: 6px;
}
.news__info .h2 a,
.news__info h2 a {
    text-decoration: none;
    color: #1b1b1b;
}
.news__info p {
    margin-bottom: 12px;
}
.news__info > :last-child {
    margin-bottom: 0;
}
.news__views {
    position: relative;
    padding-left: 23px;
    margin-bottom: 10px;
    font-size: 12px;
    color: #696969;
}

.slider-news .news__views {
    position: relative;
    padding-left: 0;
    margin: 2px 0 0;
    font-size: 12px;
    color: #696969;
    order: 3;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 4px;
    width: 100%;
}
.slider-news .news__views .icon {
    position: static;
    display: block;
    width: 15px;
    margin: 0;
    margin-right: 4px;
}

.news__views b {
    font-weight: 500;
}
.news__views .icon {
    fill: #e31e24;
}
.news-list__info .h2,
.news-list__info h2 {
    margin-bottom: 10px;
}
.news-list__item {
    padding: 15px;
    border: 1px solid #e5e5e5;
    margin-top: -1px;
}
.news-list__img {
    display: block;
    text-align: center;
    margin-bottom: 15px;
}
.news-text {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0 -15px;
}
.news-text__main {
    width: 100%;
    padding: 0 15px;
}
.news-text__aside {
    width: 100%;
    padding: 0 15px;
}
.news-text__aside-item {
    padding: 14px;
    border: 1px solid #e5e5e5;
    margin-left: -1px;
    margin-bottom: -1px;
}
.news-text__aside-item .h2,
.news-text__aside-item h2 {
    margin-bottom: 6px;
    font-weight: 500;
    font-size: 14px;
}
.news-text__aside-item .h2 a,
.news-text__aside-item h2 a {
    text-decoration: none;
    color: #1b1b1b;
}
.news-text__aside-img {
    display: block;
    margin-bottom: 15px;
    text-align: center;
}
.news-text__aside-views {
    padding-left: 23px;
    position: relative;
    color: #696969;
    font-size: 12px;
}
.news-text__aside-views b {
    font-weight: 500;
}
.news-text__aside-views .icon {
    fill: #e31e24;
}
@media only screen and (min-width: 640px) {
    .news {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .news__col {
        width: 50%;
    }
    .news__item {
        margin-left: -1px;
    }
    .news-list__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .news-list__img {
        max-width: 166px;
        margin-bottom: 0;
        margin-right: 14px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
    .news-list__info {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
    .news-text__aside {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .news-text__aside-item {
        width: 50%;
    }
}
@media only screen and (min-width: 768px) {
    .news__col {
        width: 33.33333333%;
    }
    .news-text__main {
        width: 70%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .news-text__aside {
        width: 30%;
    }
    .news-text__aside-item {
        width: 100%;
        margin-bottom: 20px;
        margin-left: 0;
    }
}
@media only screen and (min-width: 992px) {
    .news-text .category__col {
        width: 50%;
    }
}
@media only screen and (min-width: 1200px) {
    .news-list__item {
        padding: 20px;
    }
    .news__item {
        padding: 20px;
    }
    .news-text__main {
        width: 83.3333333%;
    }
    .news-text__aside {
        width: 16.6666667%;
    }
    .news-text .category__col {
        width: 33.33333333%;
    }
}
@media (hover), (min-width: 0\0), (min--moz-device-pixel-ratio: 0) {
    .news__info .h2 a,
    .news__info h2 a {
        -webkit-transition: color 0.3s ease;
        -o-transition: color 0.3s ease;
        transition: color 0.3s ease;
    }
    .news__info .h2 a:hover,
    .news__info h2 a:hover {
        color: #e31e24;
    }
    .news__item {
        -webkit-transition: -webkit-box-shadow 0.3s ease;
        transition: -webkit-box-shadow 0.3s ease;
        -o-transition: box-shadow 0.3s ease;
        transition: box-shadow 0.3s ease;
        transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
    }
    .news__item:hover {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    }
}
.contacts {
    padding: 0 15px;
    margin-bottom: 20px;
    border: 1px solid #e5e5e5;
}
.contacts__ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding: 15px 0 15px 32px;
    font-weight: 500;
}
.contacts__ttl .icon {
    fill: #e31e24;
}
.contacts__item {
    border-bottom: 1px solid #e5e5e5;
}
.contacts__item:last-child {
    border-bottom: none;
}
.contacts__info-item {
    position: relative;
    padding-left: 25px;
    margin-bottom: 15px;
}
.contacts__info-item .icon {
    position: absolute;
    left: 3px;
    top: 0;
    fill: #696969;
}
.contacts__info-item_company {
    font-weight: 500;
    text-transform: uppercase;
}
.contacts__info-time {
    display: inline-block;
    margin-right: 20px;
}
.contacts__info-time:last-child {
    margin-right: 0;
}
.contacts__info-time span {
    color: #696969;
}
.contacts__info-phone {
    margin-bottom: 13px;
}
.contacts__info-phone:last-child {
    margin-bottom: 0;
}
.contacts__info-phone a {
    text-decoration: none;
    color: #1b1b1b;
}
.contacts__web {
    text-decoration: none;
    color: #6999d0;
}
.contacts__email {
    color: #1b1b1b;
}
.contacts__main-office {
    margin: 0 -10px;
}
.contacts__main-office-info {
    width: 100%;
    padding: 0 10px;
}
.contacts__main-office-photos {
    width: 100%;
}
.contacts__main-office-photos-item {
    width: 50%;
    padding: 0 10px;
    margin-bottom: 20px;
}
.contacts__main-coordinates {
    margin-left: 15px;
    font-weight: 400;
}
.contacts__main-coordinates span {
    display: inline-block;
    margin-right: 15px;
}
.contacts__main-coordinates a {
    color: #1b1b1b;
}
#map {
    height: 250px;
    margin-bottom: 15px;
}
.contacts__addresses {
    margin: 0 -15px;
}
.contacts__addresses .messenger__link {
    margin-bottom: 15px;
}
.contacts__addresses-col {
    width: 100%;
    padding: 0 15px;
    margin-bottom: 20px;
}
.contacts__addresses-item {
    padding: 15px 15px 5px 15px;
    border: 1px solid #e5e5e5;
    height: 100%;
}
.contacts__coordinates a {
    display: inline-block;
    margin-right: 20px;
    color: #1b1b1b;
}
.contacts__coordinates span {
    display: inline-block;
    margin-right: 20px;
}
.contacts__callback-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -5px;
}
.contacts__callback-col {
    width: 100%;
    padding: 0 5px;
    margin-bottom: 10px;
}
.contacts__callback-col .file-wrapper {
    margin-bottom: 10px;
}
.contacts__callback-col:last-child {
    margin-bottom: 0;
}
.contacts__callback {
    padding: 15px;
    margin-bottom: 15px;
    background-color: #fafafa;
    border: 1px solid #e5e5e5;
}
.contacts__callback-ttl {
    margin-bottom: 20px;
}
@media only screen and (min-width: 640px) {
    .contacts__main-office-info {
        width: 50%;
    }
    .contacts__main-office-photos {
        width: 50%;
    }
    .contacts__main-office-photos-item {
        width: 100%;
    }
    .contacts__callback-col-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .contacts__callback-col-item .btn-center {
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
    .contacts__callback-col .my-field-note {
        width: 100%;
    }
    .contacts__callback-col .file-wrapper {
        margin-bottom: 0;
        width: auto;
        max-width: 350px;
    }
    .contacts__callback-col_4 {
        width: 50%;
    }
}
@media only screen and (min-width: 768px) {
    .contacts__addresses-col {
        width: 50%;
    }
    #map {
        height: 420px;
    }
}
@media only screen and (min-width: 992px) {
    .contacts__main-office-info {
        width: 28%;
    }
    .contacts__main-office-photos {
        width: 72%;
    }
    .contacts__main-office-photos-item {
        width: 50%;
    }
    .contacts__callback-col_4 {
        width: 25%;
    }
}
@media only screen and (min-width: 1200px) {
    #map {
        margin-bottom: 30px;
    }
    .contacts {
        padding: 0 29px;
        margin-bottom: 30px;
    }
    .contacts__ttl {
        padding-top: 29px;
        padding-bottom: 29px;
    }
    .contacts__main-office-info {
        margin-bottom: 15px;
    }
    .contacts__main-office-photos {
        margin-bottom: 15px;
    }
    .contacts__main-contacts {
        margin-left: 88px;
    }
    .contacts__addresses-col {
        margin-bottom: 30px;
    }
    .contacts__callback {
        padding: 30px;
        margin-bottom: 30px;
    }
    .contacts__callback-col .file-wrapper {
        margin-right: 44px;
    }
    .contacts__callback-col_bottom {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .contacts__callback-col_bottom .my-checkbox-wrapper {
        margin-right: auto;
    }
    .contacts__callback-col-item {
        width: 50%;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .contacts__callback-col-item > :last-child {
        margin-bottom: 0;
    }
}
@media (hover), (min-width: 0\0), (min--moz-device-pixel-ratio: 0) {
    .contacts__info-phone a {
        -webkit-transition: color 0.3s ease;
        -o-transition: color 0.3s ease;
        transition: color 0.3s ease;
    }
    .contacts__info-phone a:hover {
        color: #e31e24;
    }
}
.tech-info {
    margin-bottom: 20px;
    border: 1px solid #e5e5e5;
}
.tech-info__video {
    padding: 20px 20px 0 20px;
}
@media only screen and (min-width: 1200px) {
    .tech-info {
        margin-bottom: 30px;
    }
}
.certificate {
    border: 1px solid #e5e5e5;
    padding: 15px;
    margin-bottom: 20px;
}
.certificate > :last-child {
    margin-bottom: 0;
}
.certificate__main-info {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.certificate__img {
    margin-bottom: 15px;
    text-align: center;
    border: 1px solid #e5e5e5;
}
.certificate__main-info-text p {
    margin-bottom: 15px;
    color: #696969;
}
.certificate__main-info-text > :last-child {
    margin-bottom: 0;
}
.certificate__status:before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #e5e5e5;
    border-radius: 50%;
}
.certificate__status_active:before {
    background-color: #59cb9b;
}
.certificate__table-note {
    margin-bottom: 5px;
    font-size: 12px;
}
.certificate__table-note-item {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
    margin-right: 10px;
}
.certificate__table-note-item:before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #e5e5e5;
    border-radius: 50%;
}
.certificate__table-note-item_active:before {
    background-color: #59cb9b;
}
.certificate__table a {
    text-decoration: none;
    color: #1b1b1b;
}
.certificate__table-series {
    display: inline-block;
    margin-right: 10px;
}
.certificate__table-series:last-child {
    margin-right: 0;
}
.certificate__table-series-wrp {
    position: relative;
    padding-right: 32px;
    display: inline-block;
}
@media only screen and (min-width: 640px) {
    .certificate__main-info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .certificate__img {
        width: 120px;
        margin-bottom: 0;
        margin-right: 15px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
    .certificate__main-info-text {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
}
@media only screen and (min-width: 1200px) {
    .certificate {
        padding: 20px;
        margin-bottom: 30px;
    }
    .certificate__main-info {
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
    .certificate__img {
        width: 212px;
        margin-right: 20px;
    }
    .certificate__table-note {
        margin-bottom: 10px;
    }
    .certificate__table-note-item {
        margin-right: 30px;
    }
}
.vacancies {
    margin-bottom: 20px;
}
@media only screen and (min-width: 1200px) {
    .vacancies {
        margin-bottom: 30px;
    }
}
.search-page {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid #e5e5e5;
    background-color: #fff;
}
.search-page .smart-filter-button-box__wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.search-page .smart-filter-button-box .btn {
    margin-bottom: 10px;
}
.search-page .tabs {
    margin-bottom: 0;
}
.search-page__field {
    width: 50%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 0 14px;
    margin-right: 10px;
    height: 40px;
    border: 1px solid #e5e5e5;
    background-color: #fff;
}
.search-page__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px;
    margin-bottom: 20px;
    background-color: #fafafa;
    border: 1px solid #e5e5e5;
}
.search-page__form .btn {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.search-page__total-q {
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #696969;
    font-weight: 500;
}
.search-page__total-q b {
    font-weight: 500;
}
.search-page__total-q span {
    padding-left: 15px;
    color: #1b1b1b;
    text-transform: none;
    font-weight: 400;
}
.search-page__brands {
    padding: 10px 0 5px;
}
.search-page__brands-col {
    width: 100%;
    padding: 0 15px;
    margin-bottom: 10px;
}
.search-page__brands-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #696969;
    text-decoration: none;
}
.search-page__brands-link img {
    border: 1px solid #e5e5e5;
    margin-right: 10px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.search-page__brands-link b {
    color: #1b1b1b;
    font-weight: 500;
}
.search-page__prods .page-navigation {
    padding-bottom: 20px;
}
@media only screen and (max-width: 1199px) {
    .smart-filter-form__fields {
        bottom: 87px;
    }
}
@media only screen and (min-width: 640px) {
    .search-page__brands-col {
        width: 50%;
    }
}
@media only screen and (min-width: 768px) {
    .search-page__brands-col {
        width: 33.33333333%;
    }
}
@media only screen and (min-width: 992px) {
    .search-page__brands-col {
        width: 25%;
    }
    .search-page .prod-list__specs {
        width: 52%;
    }
    .search-page .prod-list__price-q {
        width: 34%;
    }
    .search-page .prod-list__add-cart {
        width: 14%;
    }
}
@media only screen and (min-width: 1200px) {
    .search-page {
        padding: 30px;
    }
    .search-page .prod-list__specs {
        padding-right: 30px;
    }
    .search-page .prod-list__price-q {
        padding-right: 30px;
    }
    .search-page__prods-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .search-page__prods-filter {
        width: 256px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        border-right: 1px solid #e5e5e5;
    }
    .search-page__prods-filter .smart-filter-form {
        border: none;
    }
    .search-page__prods {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
    .search-page__form {
        padding: 20px;
    }
    .search-page__form .btn {
        padding-left: 30px;
        padding-right: 30px;
    }
    .search-page__field {
        height: 46px;
    }
    .search-page__brands {
        padding: 20px 5px 10px;
    }
}
@media (hover), (min-width: 0\0), (min--moz-device-pixel-ratio: 0) {
    .search-page__brands-link {
        -webkit-transition: color 0.3s ease;
        -o-transition: color 0.3s ease;
        transition: color 0.3s ease;
    }
    .search-page__brands-link b {
        -webkit-transition: color 0.3s ease;
        -o-transition: color 0.3s ease;
        transition: color 0.3s ease;
    }
    .search-page__brands-link:hover {
        color: #e31e24;
    }
    .search-page__brands-link:hover b {
        color: #e31e24;
    }
}
.cart {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid #e5e5e5;
}
.cart .table-wrp {
    margin-bottom: 20px;
}
.cart > :last-child {
    margin-bottom: 0;
}
.cart__step {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #e5e5e5;
    background-color: #fafafa;
}
.cart__step-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.cart__step-icon {
    position: relative;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: #f0f0f0;
    margin-right: 15px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.cart__step-icon .icon {
    width: 26px;
    height: 26px;
    fill: #696969;
}
.cart__step-num {
    margin-bottom: 5px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
}
.cart__step-ttl {
    color: #696969;
}
.cart__step-line {
    position: absolute;
    right: -14px;
    height: 5px;
    width: 24px;
    background-color: #e31e24;
    border-radius: 3px;
    overflow: hidden;
}
.cart__step-col {
    position: relative;
    width: 220px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 25px;
}
.cart__step-col:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: -14px;
    height: 5px;
    width: 24px;
    background-color: #e31e24;
    border-radius: 3px;
    overflow: hidden;
}
.cart__step_1 .cart__step-col_2,
.cart__step_1 .cart__step-col_3 {
    display: none;
}
.cart__step_1 .cart__step-col_1 .cart__step-icon {
    background-color: #e31e24;
}
.cart__step_1 .cart__step-col_1 .cart__step-icon .icon {
    fill: #fff;
}
.cart__step_1 .cart__step-col_1 .cart__step-ttl {
    color: #e31e24;
}
.cart__step_2 .cart__step-col_1,
.cart__step_2 .cart__step-col_3 {
    display: none;
}
.cart__step_2 .cart__step-col_1 .cart__step-icon,
.cart__step_2 .cart__step-col_2 .cart__step-icon {
    background-color: #e31e24;
}
.cart__step_2 .cart__step-col_1 .cart__step-icon .icon,
.cart__step_2 .cart__step-col_2 .cart__step-icon .icon {
    fill: #fff;
}
.cart__step_2 .cart__step-col_1 .cart__step-ttl,
.cart__step_2 .cart__step-col_2 .cart__step-ttl {
    color: #e31e24;
}
.cart__step_3 .cart__step-col_1,
.cart__step_3 .cart__step-col_2 {
    display: none;
}
.cart__step_3 .cart__step-col_1 .cart__step-icon,
.cart__step_3 .cart__step-col_2 .cart__step-icon,
.cart__step_3 .cart__step-col_3 .cart__step-icon {
    background-color: #e31e24;
}
.cart__step_3 .cart__step-col_1 .cart__step-icon .icon,
.cart__step_3 .cart__step-col_2 .cart__step-icon .icon,
.cart__step_3 .cart__step-col_3 .cart__step-icon .icon {
    fill: #fff;
}
.cart__step_3 .cart__step-col_1 .cart__step-ttl,
.cart__step_3 .cart__step-col_2 .cart__step-ttl,
.cart__step_3 .cart__step-col_3 .cart__step-ttl {
    color: #e31e24;
}
.cart__ttl {
    margin-bottom: 20px;
}
.cart__ttl .h2 {
    margin-bottom: 10px;
    text-transform: uppercase;
}
.cart__ttl p {
    color: #696969;
}
.cart__ttl > :last-child {
    margin-bottom: 0;
}
.cart__table td,
.cart__table th {
    text-align: center;
    padding: 8px;
}
.cart__table td.align-left,
.cart__table th.align-left {
    text-align: left;
}
.cart__column-small {
    width: 1%;
}
.cart__column-large {
    width: 30%;
}
.cart__column-availability {
    width: 10%;
}
.cart__table a {
    color: #1b1b1b;
    text-decoration: none;
}
.cart__total {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0 -15px;
}
.cart__total-col {
    width: 100%;
    padding: 0 15px;
    margin-bottom: 15px;
}
.cart__total-prices,
.popup-order__total {
    margin: 0 auto;
    border-collapse: collapse;
    font-size: 16px;
}
.cart__total-prices td,
.popup-order__total td {
    padding-bottom: 10px;
}
.cart__total-prices td:first-child,
.popup-order__total td:first-child {
    padding-right: 10px;
    text-align: right;
}
.cart__total-prices td:last-child,
.popup-order__total td:last-child {
    font-weight: 500;
}
.cart__total-prices tr:last-child td,
.popup-order__total tr:last-child td {
    padding-bottom: 0;
}
.cart__coupon {
    position: relative;
}
.cart__coupon .icon_coupon {
    position: absolute;
    left: 14px;
    top: 0;
    bottom: 0;
    margin: auto;
    pointer-events: none;
    fill: #696969;
}
.cart__coupon-field {
    width: 100%;
    height: 40px;
    padding: 0 15px 0 52px;
    border: 1px solid #e5e5e5;
}
.cart__coupon-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.cart__coupon-item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 10px;
    margin-top: 10px;
    padding: 11px 46px 9px 20px;
    border-radius: 17px;
    font-weight: 500;
    color: #fff;
}
.cart__coupon-delete {
    position: absolute;
    width: 20px;
    height: 20px;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    cursor: pointer;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
.cart__coupon-delete .icon {
    width: 12px;
    height: 12px;
    fill: #fff;
}
.cart__coupon-delete:hover {
    opacity: 0.8;
}
.cart__coupon-item_bad {
    background-color: #e31e24;
}
.cart__coupon-item_good {
    background-color: #59cb9b;
}
.cart__brand img,
.cart__product-img img {
    border: 1px solid #e5e5e5;
}
.cart__codes > :last-child {
    margin-bottom: 0;
}
.cart__codes a {
    display: inline-block;
    margin-bottom: 5px;
    text-decoration: none;
    color: #1b1b1b;
    word-break: break-all;
}
.cart__codes span {
    display: block;
}
.cart__availability span {
    display: block;
    margin-bottom: 5px;
}
.cart__availability > :last-child {
    margin-bottom: 0;
}
.often-buy {
    position: relative;
    display: inline-block;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    -webkit-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}
.often-buy .icon {
    fill: #696969;
    -webkit-transition: fill 0.3s ease;
    -o-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
}
.often-buy_active {
    background-color: #e31e24;
}
.often-buy_active .icon {
    fill: #fff;
}
.cart__manipulation-prods {
    margin: 0 -10px;
}
.cart__manipulation-prods-col {
    width: 100%;
    padding: 0 10px;
    margin-bottom: 20px;
}
.cart__manipulation-prods-item {
    height: 100%;
    padding: 10px 5px;
    border: 1px solid #e5e5e5;
}
.cart__search-field {
    width: 100%;
    height: 40px;
    padding: 0 16px;
    margin-bottom: 10px;
    border: 1px solid #e5e5e5;
}
.cart__search-field::-webkit-input-placeholder {
    color: #696969;
}
.cart__search-field:-moz-placeholder {
    color: #696969;
}
.cart__search-field::-moz-placeholder {
    color: #696969;
}
.cart__search-field:-ms-input-placeholder {
    color: #696969;
}
.cart__search-q-field {
    text-align: center;
    width: 100%;
    height: 40px;
    padding: 0 5px;
    border: 1px solid #e5e5e5;
}
.cart__search-q-field::-webkit-input-placeholder {
    color: #696969;
}
.cart__search-q-field:-moz-placeholder {
    color: #696969;
}
.cart__search-q-field::-moz-placeholder {
    color: #696969;
}
.cart__search-q-field:-ms-input-placeholder {
    color: #696969;
}
.cart__search-prod {
    width: 100%;
    padding: 0 5px;
}
.cart__search-prod-q {
    width: 40%;
    padding: 0 5px;
}
.cart__search-prod-btn {
    width: 60%;
    padding: 0 5px;
}
.cart__search-prod-btn .btn {
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
    text-transform: uppercase;
}
.export-btn {
    display: inline-block;
    padding: 13px 10px;
    background-color: #f0f0f0;
    text-transform: uppercase;
    text-decoration: none;
    color: #1b1b1b;
    font-size: 12px;
}
.export-btn span {
    display: inline-block;
    position: relative;
    padding-left: 32px;
}
.cart__manipulation-export-import {
    width: 100%;
    padding: 0 2.5px;
    margin-bottom: 5px;
}
.cart__manipulation-export-import:last-child {
    margin-bottom: 0;
}
.cart__manipulation-export-import .file {
    width: 100%;
    padding: 10px;
    background-color: #f0f0f0;
    text-transform: uppercase;
    text-decoration: none;
}
.cart__manipulation-export-import .file .icon {
    fill: #1b1b1b;
}
.cart__manipulation-export-import .file-wrapper {
    margin-bottom: 0;
}
.cart__manipulation-export-import .export-btn {
    width: 100%;
}
.cart__manipulation-prods-item_export-import {
    padding-left: 7.5px;
    padding-right: 7.5px;
}
.cart__print-page {
    display: block;
    padding: 13px 10px;
    text-transform: uppercase;
    background-color: #f0f0f0;
    text-decoration: none;
    color: #1b1b1b;
    font-size: 12px;
}
.cart__print-page span {
    display: block;
    padding-left: 32px;
    position: relative;
}
.cart__authorization {
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #e5e5e5;
    background-color: #fafafa;
}
.cart__authorization-ttl {
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: 500;
}
.cart__authorization-form {
    padding: 10px;
    border: 1px solid #e5e5e5;
    background-color: #fff;
}
.cart__authorization-form-inner {
    max-width: 506px;
    margin: 0 auto;
}
.cart__bottom-nav-back {
    padding-right: 5px;
}
.cart__bottom-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.cart__bottom-nav .btn {
    margin-left: auto;
}
.cart__back-step-link {
    position: relative;
    padding-left: 32px;
    display: inline-block;
    text-decoration: none;
    color: #696969;
}
.cart__back-step-link .icon {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.cart__order .my-checkbox-wrapper,
.cart__order .my-radio-wrapper {
    margin-bottom: 15px;
}
.cart__order .my-radio-label {
    font-size: 16px;
    display: block;
}
.cart__order .my-radio-label:before {
    top: 1px;
}
.cart__order .my-radio:checked + .my-radio-label:after {
    top: 5px;
}
.cart__order sup {
    color: #e31e24;
    line-height: 0;
}
.cart__order-row {
    margin: 0 -10px;
}
.cart__order-col {
    width: 100%;
    padding: 0 10px;
    margin-bottom: 20px;
}
.cart__order-item {
    padding: 10px;
    border: 1px solid #e5e5e5;
    height: 100%;
}
.cart__order-item > :last-child {
    margin-bottom: 0;
}
.cart__order-item .h2,
.cart__order-item h2 {
    text-transform: uppercase;
}
.cart__order-item p {
    color: #696969;
    margin-bottom: 15px;
}
.cart__order-item p b {
    font-size: 16px;
    font-weight: 500;
    color: #1b1b1b;
}
.cart__order-info-wrp {
    padding: 10px;
    margin-left: 31px;
    border: 1px solid #e5e5e5;
}
.cart__order-info {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 10px;
}
.cart__order-info:last-child {
    margin-bottom: 0;
}
.cart__order-info td {
    padding-bottom: 10px;
    padding-right: 10px;
}
.cart__order-info td:first-child {
    color: #696969;
}
.cart__order-info td:last-child {
    padding-right: 0;
}
.cart__order-info tr:last-child td {
    padding-bottom: 0;
}
.cart__finish-info {
    padding: 30px 0 15px;
    border-top: 1px solid #e5e5e5;
}
.cart__finish {
    max-width: 600px;
    margin: 0 auto;
    padding: 20px 10px;
    background-color: #fafafa;
    border: 1px solid #e5e5e5;
}
.cart__finish .h2,
.cart__finish h2 {
    text-align: center;
    text-transform: uppercase;
}
.cart__finish .h3,
.cart__finish h3 {
    text-align: center;
    font-weight: 400;
}
.cart__finish > :last-child {
    margin-bottom: 0;
}
.cart__finish-table-wrp {
    border: 1px solid #e5e5e5;
    background-color: #fff;
    max-width: 438px;
    width: 100%;
    padding: 10px;
    margin: 0 auto 20px;
}
.cart__finish-table {
    border-collapse: collapse;
    font-weight: 500;
}
.cart__finish-table td {
    padding: 5px 18px 5px 0;
}
.cart__finish-table td:first-child {
    color: #696969;
}
.cart__finish-table td:last-child {
    padding-right: 0;
}
@media only screen and (min-width: 640px) {
    .cart__total-wrapper {
        margin-bottom: 15px;
    }
    .cart__total-col {
        width: 50%;
        margin-bottom: 0;
    }
    .cart__total-col:last-child {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        margin-left: auto;
    }
    .cart__total-prices,
    .popup-order__total {
        margin: 0;
    }
    .cart__coupon {
        max-width: 376px;
    }
    .cart__search-prod {
        width: 50%;
    }
    .cart__search-prod-q {
        width: 20%;
    }
    .cart__search-prod-btn {
        width: 30%;
    }
    .cart__search-field {
        margin-bottom: 0;
    }
    .cart__manipulation-export-import {
        width: 33.33333333%;
        margin-bottom: 0;
    }
    .cart__authorization-form-bottom {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .cart__authorization-form-bottom .btn {
        margin-left: auto;
    }
    .cart__authorization-form-bottom .my-checkbox-wrapper {
        margin-bottom: 0;
    }
    .cart__order-col {
        width: 50%;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
    .cart__order-info td:first-child {
        width: 120px;
    }
}
@media only screen and (min-width: 768px) {
    .cart__step .cart__step-col {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .cart__step-col:not(:first-child):before {
        display: none;
    }
    .cart__step-col:not(:last-child) .cart__step-line {
        width: 50px;
    }
    .cart__step-line {
        background-color: #f0f0f0;
    }
    .cart__step-line:before {
        content: "";
        position: absolute;
        left: 0;
        border-radius: 3px;
        height: 5px;
        background-color: #e31e24;
    }
    .cart__step_1 .cart__step-col_1 .cart__step-line:before {
        width: 50%;
    }
    .cart__step_2 .cart__step-col_1 .cart__step-line:before {
        width: 100%;
    }
    .cart__step_2 .cart__step-col_2 .cart__step-line:before {
        width: 50%;
    }
    .cart__step_3 .cart__step-col_1 .cart__step-line:before,
    .cart__step_3 .cart__step-col_2 .cart__step-line:before,
    .cart__step_3 .cart__step-col_3 .cart__step-line:before {
        width: 100%;
    }
    .cart__coupon .hint_right-bottom .hint__popup {
        right: auto;
        left: 35px;
        top: -11px;
        padding-top: 0;
        -webkit-transform: translate(10px, 0);
        -ms-transform: translate(10px, 0);
        transform: translate(10px, 0);
    }
    .cart__coupon .hint_right-bottom .hint__popup:before {
        left: -7px;
        right: auto;
        top: 16px;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .cart__coupon .js-hint_opacity.hint_right-bottom .hint__popup {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    .cart__authorization {
        padding: 20px;
    }
    .cart__authorization-ttl {
        margin-bottom: 20px;
    }
    .cart__authorization-form {
        padding: 20px;
    }
    .cart__order-info td:first-child {
        width: 200px;
    }
    .cart__order-info-wrp {
        padding: 15px;
    }
    .cart__finish-table-wrp {
        padding: 25px 30px;
    }
}
@media only screen and (min-width: 992px) {
    .cart__step-icon {
        width: 64px;
        height: 64px;
    }
    .cart__step-icon .icon {
        width: 32px;
        height: 32px;
    }
    .cart__step-col {
        padding: 0;
    }
    .cart__step-col:before {
        position: relative;
        width: 40px;
        left: 0;
        margin: 0 10px 0 0;
    }
    .cart__step-item {
        position: relative;
    }
    .cart__step-col_1 {
        width: 270px;
    }
    .cart__step-col_1 .cart__step-item {
        width: 136px;
    }
    .cart__step-col_2 {
        width: 300px;
    }
    .cart__step-col_2 .cart__step-item {
        width: 215px;
    }
    .cart__step-col_3 .cart__step-item {
        width: 190px;
    }
    .cart__step-col:not(:last-child) .cart__step-line {
        width: 60px;
    }
    .cart__step-col:last-child .cart__step-line {
        width: 40px;
    }
    .cart__step-line {
        position: absolute;
        left: 100%;
        right: auto;
        margin-left: 10px;
        background-color: #f0f0f0;
    }
    .cart__manipulation-prods-col {
        width: 50%;
    }
}
@media only screen and (min-width: 1200px) {
    .cart {
        padding: 30px;
        margin-bottom: 30px;
    }
    .cart__table td,
    .cart__table th {
        padding-left: 12px;
        padding-right: 12px;
    }
    .cart__step {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .cart__step-ttl {
        font-size: 16px;
    }
    .cart__step-col_1 {
        width: 372px;
    }
    .cart__step-col_1 .cart__step-item {
        width: 143px;
    }
    .cart__step-col_2 {
        width: 382px;
    }
    .cart__step-col_2 .cart__step-item {
        width: 230px;
    }
    .cart__step-col_3 {
        width: 277px;
    }
    .cart__step-col_3 .cart__step-item {
        width: 200px;
    }
    .cart__step-line {
        margin-left: 20px;
    }
    .cart__step-col {
        margin: 0 10px;
    }
    .cart__step-col:before {
        position: relative;
        display: block;
        width: 57px;
        margin: 0 20px 0 0;
        left: 0;
    }
    .cart__step-col:not(:last-child) .cart__step-line {
        width: 132px;
    }
    .cart__step-col:last-child .cart__step-line {
        width: 57px;
    }
    .cart__total-prices td:first-child,
    .popup-order__total td:first-child {
        padding-right: 30px;
    }
    .cart__coupon-field {
        height: 44px;
    }
    .cart__manipulation-prods-item {
        padding: 20px 15px;
    }
    .cart__search-prod {
        width: 63%;
    }
    .cart__search-prod-q {
        width: 14%;
    }
    .cart__search-prod-btn {
        width: 23%;
    }
    .cart__search-field {
        height: 44px;
    }
    .cart__search-q-field {
        height: 44px;
    }
    .cart__search-prod-btn .btn {
        padding-top: 13px;
        padding-bottom: 13px;
    }
    .cart__manipulation-export-import .file {
        padding: 11px 20px;
        font-size: 14px;
    }
    .export-btn {
        padding: 14px 20px;
        font-size: 14px;
    }
    .export-btn span {
        padding-left: 37px;
    }
    .cart__print-page {
        padding: 14px 20px;
        font-size: 14px;
    }
    .cart__print-page span {
        padding-left: 37px;
    }
    .cart__authorization {
        padding: 30px;
    }
    .cart__authorization-form {
        padding: 30px;
    }
    .cart__order-item {
        padding: 20px;
    }
    .cart__order-info {
        font-size: 16px;
    }
    .cart__order-info-wrp .cart__order-info {
        font-size: 14px;
    }
    .cart__finish {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .cart__finish .h2,
    .cart__finish h2 {
        margin-bottom: 50px;
    }
    .cart__finish-table {
        font-size: 16px;
    }
    .cart__finish-table-wrp {
        margin-bottom: 40px;
    }
    .cart__finish-info {
        padding: 50px 0 20px;
    }
}
@media (hover), (min-width: 0\0), (min--moz-device-pixel-ratio: 0) {
    .cart__del .icon {
        -webkit-transition: fill 0.3s ease;
        -o-transition: fill 0.3s ease;
        transition: fill 0.3s ease;
    }
    .cart__del:hover .icon {
        fill: #e31e24;
    }
    .cart__brand img,
    .cart__product-img img {
        -webkit-transition: border-color 0.3s ease;
        -o-transition: border-color 0.3s ease;
        transition: border-color 0.3s ease;
    }
    .cart__brand:hover img,
    .cart__product-img:hover img {
        border-color: #e31e24;
    }
    .often-buy:hover {
        background-color: #f0f0f0;
    }
    .often-buy:hover .icon {
        fill: #e31e24;
    }
    .cart__vendor {
        -webkit-transition: color 0.3s ease;
        -o-transition: color 0.3s ease;
        transition: color 0.3s ease;
    }
    .cart__vendor:hover {
        color: #e31e24;
    }
    .often-buy_active:hover {
        background-color: rgba(227, 30, 36, 0.7);
    }
    .often-buy_active:hover .icon {
        fill: #fff;
    }
    .cart__manipulation-export-import .file {
        -webkit-transition: background-color 0.3s ease;
        -o-transition: background-color 0.3s ease;
        transition: background-color 0.3s ease;
    }
    .cart__manipulation-export-import .file:hover {
        background-color: #e5e5e5;
    }
    .cart__print-page,
    .export-btn {
        -webkit-transition: background-color 0.3s ease;
        -o-transition: background-color 0.3s ease;
        transition: background-color 0.3s ease;
    }
    .cart__print-page:hover,
    .export-btn:hover {
        background-color: #e5e5e5;
    }
    .cart__table a {
        -webkit-transition: color 0.3s ease;
        -o-transition: color 0.3s ease;
        transition: color 0.3s ease;
    }
    .cart__table a:hover {
        color: #e31e24;
    }
}
.personal {
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #e5e5e5;
}
.personal .table-wrp {
    margin-bottom: 0;
}
.personal .prod-list__item {
    padding: 10px 0;
}
.personal .prod-list__item:last-child {
    border-bottom: none;
}
.personal .tabs {
    margin-bottom: 0;
}
.personal__user {
    margin: 0 -10px;
}
.personal__user-col {
    width: 100%;
    padding: 0 10px;
    margin-bottom: 20px;
}
.personal__user-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    height: 100%;
    padding: 10px;
    border: 1px solid #e5e5e5;
}
.personal__user-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 10px;
}
.personal__user-info {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.personal__user-info .messenger {
    margin: -10px 0 0 auto;
}
.personal__user-info .messenger__link {
    margin-bottom: 0;
    margin-top: 10px;
}
.personal__user-info .messenger__link:last-child {
    margin-right: 0;
}
.personal__user-company {
    width: 100%;
    margin-bottom: 5px;
    color: #696969;
}
.personal__user-name {
    width: 100%;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 16px;
}
.personal__user-phone {
    display: inline-block;
    margin-bottom: 10px;
    font-weight: 500;
    color: #1b1b1b;
    text-decoration: none;
}
.personal__user-currency {
    width: 100%;
    text-transform: uppercase;
    color: #696969;
}
.personal__user-manager {
    width: 100%;
}
.personal__user-manager-item span {
    display: block;
    margin-bottom: 5px;
}
.personal__user-manager-item > :first-child {
    color: #696969;
}
.personal__user-manager-item b {
    font-weight: 500;
}
.personal__user-manager-item a {
    display: inline-block;
    margin-bottom: 5px;
    text-decoration: none;
}
.personal__user-manager-item a[href^="tel"] {
    color: #1b1b1b;
}
.personal__user-manager-item a[href^="mailto"] {
    color: #6999d0;
}
.personal__balance {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #e5e5e5;
}
.personal__balance-ttl {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    color: #696969;
    padding-right: 20px;
}
.personal__balance-item {
    padding-right: 20px;
    text-transform: uppercase;
    font-weight: 500;
}
.personal__table {
    font-size: 12px;
}
.personal__table td,
.personal__table th {
    text-align: center;
    vertical-align: middle;
}
.personal__table th {
    padding: 8px;
}
.personal__table td {
    padding: 14px 8px;
}
.personal__table a {
    text-decoration: none;
    color: #1b1b1b;
}
.personal__filter {
    padding: 10px 10px 0;
    margin-bottom: 20px;
    background-color: #fafafa;
    border: 1px solid #e5e5e5;
}
.personal__filter .my-field {
    padding: 0 10px;
    color: #696969;
    font-size: 12px;
}
.personal__filter .SumoSelect > .CaptionCont > span {
    padding-left: 10px;
    color: #696969;
    font-size: 12px;
}
.personal__filter .SumoSelect {
    margin-bottom: 0;
}
.personal__filter .SumoSelect.open .search-txt {
    padding: 0 10px;
}
.personal__filter .SumoSelect > .optWrapper > .options li.opt {
    font-size: 12px;
}
.personal__filter-row {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin: 0 -10px;
}
.personal__filter-col {
    width: 100%;
    padding: 0 10px;
    margin-bottom: 10px;
}
.personal__filter-date-field-wrp {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.personal__filter-date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 5px;
}
.personal__filter-date:last-child {
    margin-bottom: 0;
}
.personal__filter-date-label {
    width: 24px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 12px;
    font-weight: 500;
    color: #696969;
}
.date-icon {
    display: block;
    width: 14px;
    height: 14px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 8px;
    margin: auto;
}
.date-icon .icon {
    width: 14px;
    height: 14px;
    fill: #696969;
}
.personal__filter-btns {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 10px;
    padding: 0 10px;
}
.personal__filter-btns .btn {
    margin: 0 20px 10px;
}
.personal__filter-reset-btn {
    border: none;
    padding: 0;
    background-color: transparent;
    font-size: 12px;
    color: #696969;
}
.personal__data {
    margin: -10px -10px 0;
}
.personal__data-col {
    width: 100%;
    padding: 0 10px;
    margin-top: 10px;
}
.personal__data-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    padding: 10px;
    border: 1px solid #e5e5e5;
    background-color: #fafafa;
}
.personal__data-item .h4,
.personal__data-item h4 {
    font-weight: 500;
}
.personal__data-table-wrp {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 10px;
    border: 1px solid #e5e5e5;
    background-color: #fff;
}
.personal__data-table {
    width: 100%;
    border-collapse: collapse;
}
.personal__data-table td {
    padding-bottom: 10px;
}
.personal__data-table td:first-child {
    width: 228px;
    padding-right: 20px;
    color: #696969;
}
.personal__data-table div {
    margin-bottom: 5px;
}
.personal__data-table div:last-child {
    margin-bottom: 0;
}
.personal__data-table tr:last-child td {
    padding-bottom: 0;
}
.personal__data-list {
    counter-reset: step-counter;
}
.personal__data-list li {
    margin-bottom: 10px;
    padding-left: 28px;
    position: relative;
    counter-increment: step-counter;
}
.personal__data-list li:before {
    content: counter(step-counter);
    counter-increment: step;
    height: 16px;
    color: #696969;
}
.personal__data-list li:last-child {
    margin-bottom: 0;
}
.personal__data-list-info {
    padding: 10px 15px;
    border: 1px solid #e5e5e5;
    background-color: #fff;
}
.personal__save-data {
    padding-top: 20px;
    text-align: right;
}
.personal__data-lang-currency {
    color: #696969;
}
.personal__data-lang-currency .SumoSelect {
    margin-bottom: 0;
}
.personal__data-lang-currency .SumoSelect > .CaptionCont > span {
    color: #696969;
    font-size: 14px;
}
.personal__data-lang-currency .SumoSelect > .optWrapper > .options li.opt {
    font-size: 14px;
}
.personal__data-lang-currency-item {
    margin-bottom: 10px;
}
.personal__data-lang-currency-col:last-child .personal__data-lang-currency-item:last-child {
    margin-bottom: 0;
}
@media only screen and (max-width: 639px) {
    .personal__data-table {
        display: block;
    }
    .personal__data-table tbody,
    .personal__data-table td,
    .personal__data-table tr {
        display: block;
        padding-right: 0;
    }
    .personal__data-table tr {
        border-bottom: 1px solid #e5e5e5;
        margin-bottom: 10px;
    }
    .personal__data-table tr:last-child {
        border-bottom: none;
        margin-bottom: 0;
    }
}
@media only screen and (min-width: 640px) {
    .personal__user-manager-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .personal__balance {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .personal__filter-col {
        width: 50%;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
    .personal__filter-bottom-fields {
        width: 100%;
    }
    .personal__filter-bottom-fields .personal__filter-col {
        width: 100%;
    }
    .personal__filter-bottom {
        width: 100%;
    }
    .personal__filter-btns {
        margin-bottom: 10px;
    }
    .personal__filter-btns .btn {
        margin-left: 0;
        margin-bottom: 0;
    }
    .personal__filter-date-row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 0 -5px;
    }
    .personal__filter-date {
        width: 50%;
        padding: 0 5px;
        margin-bottom: 0;
    }
    .personal__filter-col_3 .personal__filter-btns {
        padding: 0;
        margin-bottom: 0;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .personal__data-lang-currency-col {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 10px;
    }
    .personal__data-lang-currency-col:last-child {
        margin-bottom: 0;
    }
    .personal__data-lang-currency-item {
        width: 170px;
        padding-right: 10px;
        margin-bottom: 0;
    }
}
@media only screen and (min-width: 768px) {
    .personal__user-col {
        width: 50%;
    }
    .personal__data-col_2 {
        width: 50%;
    }
}
@media only screen and (min-width: 992px) {
    .personal__user-avatar {
        width: 94px;
        height: 94px;
        margin-right: 20px;
    }
    .personal__user-manager-item {
        margin-bottom: 10px;
    }
    .personal__user-manager-item a,
    .personal__user-manager-item span {
        margin-bottom: 0;
    }
    .personal__user-item {
        padding: 20px;
    }
    .personal__balance {
        padding: 20px;
    }
    .personal__user-name {
        font-size: 18px;
    }
    .personal__user-company {
        font-size: 16px;
    }
    .personal__filter-col_5 {
        width: 20% !important;
    }
    .personal__filter_in-order .personal__filter-bottom {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
    .personal__filter_in-order .personal__filter-bottom .personal__filter-col {
        width: 20%;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
    }
    .personal__filter_in-order .personal__filter-btns {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
}
@media only screen and (min-width: 1200px) {
    .personal {
        padding: 30px;
        margin-bottom: 30px;
    }
    .personal__balance-ttl {
        width: 224px;
    }
    .personal__balance-item {
        width: 170px;
    }
    .personal__filter {
        padding: 20px 20px 8px;
    }
    .personal__filter-col {
        width: 25%;
        margin-bottom: 12px;
    }
    .personal__filter-dates {
        width: 26%;
    }
    .personal__filter-col_3 {
        width: 24.6666667%;
    }
    .personal__filter-col_4 {
        width: 18.5%;
    }
    .personal__filter_invoice .personal__filter-col_4 {
        width: 15.5%;
    }
    .personal__filter-col_btn {
        width: 24%;
    }
    .personal__filter-col_btn .personal__filter-btns {
        padding: 0;
        margin-bottom: 0;
    }
    .personal__filter-bottom {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .personal__filter-bottom-fields {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 50%;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
    .personal__filter-bottom-fields .personal__filter-col {
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        width: 24.5%;
    }
    .personal__filter-btns {
        padding: 0 15px;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .personal__data-item {
        padding: 20px;
    }
    .personal__save-data {
        padding-top: 30px;
    }
    .personal__data-list-info {
        padding: 15px 20px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1259px) {
    .personal__filter_contract .personal__filter-btns .btn {
        margin-right: 6px;
    }
}
@media (hover), (min-width: 0\0), (min--moz-device-pixel-ratio: 0) {
    .personal__table a {
        -webkit-transition: color 0.3s ease;
        -o-transition: color 0.3s ease;
        transition: color 0.3s ease;
    }
    .personal__table a:hover {
        color: #e31e24;
    }
    .personal__filter-reset-btn:hover {
        text-decoration: underline;
    }
    .prod-list__delete .icon {
        -webkit-transition: fill 0.3s ease;
        -o-transition: fill 0.3s ease;
        transition: fill 0.3s ease;
    }
    .prod-list__delete a:hover .icon {
        fill: #e31e24;
    }
}
.comparison {
    position: relative;
    overflow: hidden;
}
.comparison__inner {
    overflow-x: scroll;
    overflow-y: visible;
    padding: 0 0 22px;
    margin-bottom: -22px;
}
.comparison__prod-wrp {
    position: relative;
    padding-top: 30px;
}
.comparison__prod {
    position: relative;
}
.comparison__prod .fav-compare {
    top: 0;
    right: 4px;
}
.comparison__prod-top {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.comparison__table,
.comparison__table-scroll {
    width: 100%;
    background-color: #fff;
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
    table-layout: fixed;
}
.comparison__table td,
.comparison__table-scroll td {
    width: 246px;
    min-width: 246px;
}
.comparison__table td:first-child,
.comparison__table-scroll td:first-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: auto;
}
.comparison__table-fixed {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
.comparison__table-fixed .comparison__table-group td {
    background-color: #f1f1f1;
}
.comparison__table-fixed_show {
    opacity: 1;
    visibility: visible;
}
.comparison__table-fixed__inner {
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
.comparison__table-fixed__body {
    max-width: 1260px;
    padding: 0 15px;
    margin: 0 auto;
}
.comparison__table-scroll td:first-child {
    display: table-cell;
}
.comparison__table-scroll-prod {
    position: relative;
    padding-right: 24px;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.comparison__table-scroll-prod .comparison__prod-delete .icon {
    fill: #1b1b1b;
}
.comparison__table-scroll-prod a {
    text-decoration: none;
    color: #1b1b1b;
}
.comparison__table-header td {
    padding: 15px;
    border: 1px solid #e5e5e5;
    background-color: #fff;
}
.comparison__table-header td:first-child {
    margin-top: -1px;
    text-align: center;
    z-index: 2;
    border-bottom: 0;
}
.comparison__table-group td {
    padding: 10px 14px;
    background-color: #fff;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    text-align: left;
    -webkit-transition: background-color 0.2s ease;
    -o-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease;
}
.comparison__table-group td > a {
    text-decoration: none;
    color: #1b1b1b;
}
.comparison__table-group td.comparison__table-group-row {
    padding: 15px;
    text-transform: uppercase;
    background-color: #e5e5e5 !important;
    width: 100% !important;
}
.comparison__table-group td:first-child {
    z-index: 2;
}
.comparison__table-group td:first-child.comparison__table-group-row {
    height: auto;
}
.comparison__table-group tr:first-child td {
    margin-top: -1px;
    border-top: 1px solid #e5e5e5;
}
.comparison__table-group tr:nth-child(2n) td {
    background-color: #fafafa;
}
.comparison__table-group tr:not(:last-child):hover td {
    background-color: #f1f1f1;
}
.comparison__table-group tr:not(:last-child):hover .hint {
    opacity: 1;
    visibility: visible;
}
.comparison__table-reset-btn {
    border: none;
    background-color: transparent;
    font-size: 12px;
}
.comparison__prod-delete {
    width: 12px;
    height: 12px;
}
.comparison__prod-delete .icon {
    width: 12px;
    height: 12px;
    fill: #e5e5e5;
}
.comparison__prod-brand {
    border: 1px solid #e5e5e5;
}
.comparison__prod-img {
    display: block;
    text-align: center;
}
.comparison__table-char {
    position: relative;
    padding-right: 24px;
}
.comparison__table-char .hint {
    /*opacity: 0;
    visibility: hidden;*/
}
.comparison__table,
.comparison__table-scroll {
    text-align: center;
}
.comparison__table .my-field,
.comparison__table-scroll .my-field {
    margin-bottom: 20px;
}
.comparison__table-add-prod .btn {
    margin-bottom: 15px;
}
.comparison__table-storage-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 5px;
    font-weight: 500;
}
.comparison__table-storage-item_other {
    color: #e31e24;
}
.comparison__table-storage-item_goes {
    position: relative;
    padding-left: 32px;
}
.comparison__table-storage-item_goes .icon {
    fill: #e31e24;
}
.comparison__table-add-cart {
    position: absolute;
    bottom: 10px;
    left: 14px;
    right: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.comparison__table-add-cart .btn {
    min-width: 106px;
}
.comparison__table-add-cart .prices-quantity__item-ttls {
    margin-bottom: 10px;
}
.comparison__table-add-cart .comparison__table-storage {
    margin-bottom: 10px;
}
.comparison__table-add-cart .prices-quantity {
    margin-bottom: 10px;
}
.comparison__table-prod-info {
    padding-bottom: 36px;
}
.comparison__table-prices-wrp {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 15px;
}
.comparison__table-old-price {
    font-size: 12px;
    color: #696969;
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through;
}
.comparison__table-current-price {
    position: relative;
    font-size: 16px;
    font-weight: 500;
}
.comparison__table-current-price span {
    font-size: 14px;
}
.comparison__table-price-q {
    width: 48%;
    color: #696969;
    font-size: 12px;
}
.comparison__table-price-q span {
    color: #1b1b1b;
    font-weight: 500;
    font-size: 14px;
}
.comparison__table-prices {
    width: 52%;
    margin-left: auto;
    text-align: right;
}
.comparison__table-cell_prod {
    position: relative;
}
.z-index-up {
    z-index: 3 !important;
}
.comparison-scroller {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 4;
}
.comparison-scroller_absolute {
    position: absolute;
}
.comparison-scroller_absolute .comparison-scroller__body {
    padding: 0;
}
.comparison-scroller__inner {
    position: relative;
}
.comparison-scroller__body {
    max-width: 1260px;
    padding: 0 15px;
    margin: 0 auto;
}
.comparison-scroller__scroll {
    margin-left: 246px;
    height: 30px;
    overflow-x: auto;
}
.comparison__table-fixed__scroll {
    overflow: hidden;
}
.comparison-scroller__content {
    height: 10px;
}
.comparison_prod-3 td {
    width: 25%;
}
.comparison_prod-2 td {
    width: 33.33333333%;
}
.comparison_prod-1 td {
    width: 70%;
}
.comparison_prod-1 td.comparison__table-cell_duplicate,
.comparison_prod-1 td.comparison__table-header-cell_duplicate,
.comparison_prod-1 td:first-child {
    width: 30%;
}
@media only screen and (max-width: 1230px) {
    .comparison-scroller__scroll {
        margin-left: 246px;
    }
}
@media only screen and (max-width: 1000px) {
    .comparison-scroller__scroll {
        margin-left: 168px;
    }
    .comparison__table td.comparison__table-cell_duplicate,
    .comparison__table td.comparison__table-header-cell_duplicate,
    .comparison__table td:first-child,
    .comparison__table-scroll td.comparison__table-cell_duplicate,
    .comparison__table-scroll td.comparison__table-header-cell_duplicate,
    .comparison__table-scroll td:first-child {
        width: 168px;
        min-width: 168px;
    }
    .comparison_prod-1 td {
        width: 70%;
    }
    .comparison_prod-1 td.comparison__table-cell_duplicate,
    .comparison_prod-1 td.comparison__table-header-cell_duplicate,
    .comparison_prod-1 td:first-child {
        width: 30%;
    }
    .comparison_prod-2 td.comparison__table-cell_duplicate,
    .comparison_prod-2 td.comparison__table-header-cell_duplicate,
    .comparison_prod-2 td:first-child {
        width: 33.33333333%;
    }
    .comparison_prod-3 td,
    .comparison_prod-3 td.comparison__table-cell_duplicate,
    .comparison_prod-3 td.comparison__table-header-cell_duplicate,
    .comparison_prod-3 td:first-child {
        width: 246px;
        min-width: 246px;
    }
    .comparison_prod-3 .comparison-scroller__scroll {
        margin-left: 246px;
    }
    .comparison__table-group td:first-child .comparison__table-group-row {
        width: 100%;
    }
}
@media only screen and (max-width: 767px) {
    .comparison_prod-2 td {
        width: 50%;
    }
    .comparison_prod-2 td.comparison__table-cell_duplicate,
    .comparison_prod-2 td.comparison__table-header-cell_duplicate,
    .comparison_prod-2 td:first-child {
        width: 168px;
    }
}
@media only screen and (max-width: 660px) {
    .comparison__table,
    .comparison__table-scroll {
        position: relative;
    }
    .comparison-scroller__scroll {
        margin-left: 0;
    }
    .comparison_prod-2 td {
        width: 246px;
    }
    .comparison_prod-3 td.comparison__table-cell_duplicate,
    .comparison_prod-3 td.comparison__table-header-cell_duplicate,
    .comparison_prod-3 td:first-child {
        width: 168px;
        min-width: 168px;
    }
    .comparison_prod-3 .comparison-scroller__scroll {
        margin-left: 0;
    }
}
@media only screen and (min-width: 250px) and (max-width: 444px) {
    .comparison_prod-1 td {
        width: 246px;
    }
    .comparison_prod-1 td.comparison__table-cell_duplicate,
    .comparison_prod-1 td.comparison__table-header-cell_duplicate,
    .comparison_prod-1 td:first-child {
        width: 168px;
    }
}
@media only screen and (min-width: 445px) and (max-width: 767px) {
    .comparison_prod-1 td {
        width: 60%;
    }
    .comparison_prod-1 td.comparison__table-cell_duplicate,
    .comparison_prod-1 td.comparison__table-header-cell_duplicate,
    .comparison_prod-1 td:first-child {
        width: 40%;
    }
}
@media only screen and (min-width: 1001px) {
    .comparison__table-add-prod .btn {
        min-width: 176px;
        padding-top: 14px;
        padding-bottom: 14px;
        font-size: 18px;
        font-weight: 500;
    }
}
@media (hover), (min-width: 0\0), (min--moz-device-pixel-ratio: 0) {
    .comparison__prod-delete .icon {
        -webkit-transition: fill 0.3s ease;
        -o-transition: fill 0.3s ease;
        transition: fill 0.3s ease;
    }
    .comparison__prod-delete:hover .icon {
        fill: #e31e24;
    }
    .comparison__prod-brand {
        -webkit-transition: border-color 0.3s ease;
        -o-transition: border-color 0.3s ease;
        transition: border-color 0.3s ease;
    }
    .comparison__prod-brand:hover {
        border-color: #e31e24;
    }
    .comparison__table-group td > a {
        -webkit-transition: color 0.3s ease;
        -o-transition: color 0.3s ease;
        transition: color 0.3s ease;
    }
    .comparison__table-group td > a:hover {
        color: #e31e24;
    }
    .comparison__table-scroll-prod a {
        -webkit-transition: color 0.3s ease;
        -o-transition: color 0.3s ease;
        transition: color 0.3s ease;
        color: #1b1b1b;
    }
    .comparison__table-scroll-prod a:hover {
        color: #e31e24;
    }
}
.err-404 {
    padding: 20px 0;
    text-align: center;
}
.err-404 img {
    margin-bottom: 15px;
}
.err-404__link {
    display: inline-block;
    position: relative;
    padding-right: 32px;
    text-decoration: none;
    color: #1b1b1b;
}
.err-404__link span {
    text-decoration: underline;
}
@media only screen and (min-width: 1200px) {
    .err-404 {
        padding-top: 90px;
        padding-bottom: 90px;
    }
}
@media (hover), (min-width: 0\0), (min--moz-device-pixel-ratio: 0) {
    .err-404__link:hover span {
        text-decoration: none;
    }
}
@media print {
    @page {
        size: auto;
        margin: 0;
    }
    .breadcrumb,
    .cart__authorization,
    .cart__coupon,
    .cart__coupon-item_bad,
    .cart__manipulation-prods,
    .cart__step,
    .catalog-nav,
    .currency-lang-wrapper,
    .footer,
    .header__bottom,
    .header__cart-wrp,
    .header__compare-wrp,
    .header__favorite,
    .header__personal,
    .header__phones-list,
    .nav-icons {
        display: none;
    }
    .cart__table td:last-child,
    .cart__table td:nth-last-child(2),
    .cart__table th:last-child,
    .cart__table th:nth-last-child(2) {
        display: none;
    }
    .cart__table td,
    .cart__table th {
        padding: 5px;
    }
    .cart__total-wrapper {
        margin-bottom: 0;
    }
    .header {
        position: relative;
        top: 0 !important;
        border-bottom: none;
    }
    .main {
        display: block;
        min-height: 100%;
        padding-top: 20px;
    }
    .cart__total {
        display: block;
        overflow: hidden;
    }
    .cart__total-col {
        width: 50%;
    }
    .cart__total-col:first-child {
        float: left;
    }
    .cart__total-col:last-child {
        float: right;
    }
    .cart__total-prices,
    .popup-order__total {
        float: right;
    }
    .cart__coupon-item_good {
        background-color: #59cb9b !important;
        -webkit-print-color-adjust: exact;
        display: inline-block;
    }
    .header__top .header__phones-wrapper,
    .header__top-container,
    .header__top-left {
        display: block;
    }
    .header__top-left {
        text-align: center;
        margin-bottom: 10px;
    }
    .header__top-left .logo {
        display: block;
        margin: 0 auto;
    }
    .header__phones {
        display: inline-block;
        padding-right: 0;
    }
    .header__phones:before {
        display: none;
    }
    .header__phones .icon_arrow-down {
        display: none;
    }
}
/*# sourceMappingURL=main.min.css.map */


.share-link__list span.ya-share2__badge {
    width: 24px;
    height: 24px;
    display: block;
    right: 0;
    bottom: 0;
    position: static;
}

.share-link__list a.ya-share2__link {
    width: 24px;
    height: 24px;
    display: block;
    position: relative;
}

.share-link__list span.ya-share2__icon {
    background-color: unset;
    background-position: center;
    right: 0;
    bottom: 0;
}

.share-link__list li.ya-share2__item {
    margin: 0 !important;
    display: block;
    width: 24px;
    height: 24px;
}

ul.ya-share2__list.ya-share2__list_direction_horizontal {
    display: flex;
    gap: 16px;
}

.share-link__list.share-link__list_show {
    padding: 14px 20px 12px;
}

.ya-share2__container_mobile.ya-share2__container_size_m .ya-share2__icon {
    height: 24px !important;
    width: 24px !important;
}

.dops .catalog-carousel__img.dop {
    padding-top: 40px !important;
    transition: transform .3s;
}

.dops:hover .catalog-carousel__img.dop {
    padding-top: 40px !important;
}
.dops:hover .catalog-carousel__img.dop {
    transform: scale(1.05);
}
span.search__result-catalog-img img {
    object-fit: contain;
}
span.search__result-catalog-img {
    border: unset;
}
.category-amount {
    display: block;
    margin-top: 5px;
    color: rgba(105, 105, 105, 1);
}
.search__result-more span.search__result-more-arr {
    background-image: url("data:image/svg+xml,%3Csvg width='6' height='9' viewBox='0 0 6 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.707107 9L-3.09086e-08 8.29289L3.64645 4.64645L-3.49691e-07 1L0.707106 0.292892L5.06066 4.64645L0.707107 9Z' fill='%23E31E24'/%3E%3C/svg%3E%0A");
    display: block;
    width: 22px;
    height: 22px;
    background-repeat: no-repeat;
    background-size: 6px 9px;
    background-position: center;
    transition: transform .3s;
}
@media (max-width: 1199px) {
    .share-link__list.share-link__list_show {
        padding: 9px 15px 7px;
    }
    .search__result-td_code {
        width: 120px;
    }
}
@media (max-width: 900px) {
    .search__result-tr {
        display: flex;
        flex-wrap: wrap;
        padding: 8px 10px;
        gap: 8px 0;
    }
    .search__result-td_name {
        width: 180px;
    }
    .search__result-td {
        padding-top: 0;
        padding-bottom: 0;
    }
    .search__result-col.search__result-td {
        display: flex;
    }
    .search__result-col.search__result-td span:nth-child(even) {
        padding-right: 10px;
    }
    .search__result-td.search__result-td_img {
        padding-left: 0;
        width: 56px;
        min-width: 56px;
    }
}
@media (max-width: 768px) {
    .search__result-tr .search__result-td {
        width: calc(50% - 18px);
        padding-left: 0;
        padding-right: 0;
        text-align: left;
    }
    .search__result-tr {
        position: relative;
        padding-left: 70px;
        gap: 8px 18px;
    }
    .search__result-td.search__result-td_img {
        position: absolute;
        max-width: 56px;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }
    span.search__result-td.search__result-col {
        width: 100%;
    }
}
@media (max-width: 640px) {
    .catalog-carousel__nav {
        top: -38px;
    }
    .search__result-tr .search__result-td {
        width: 100%;
    }
    span.search__result-td.search__result-col {
        display: flex;
        flex-direction: column-reverse;
    }
}
@media (max-width: 500px) {
    .search__result-col.search__result-td {
        display: inline-grid;
        grid-auto-rows: 1fr;
        grid-template-columns: 88px 1fr;
        grid-gap: 5px 8px;
    }
    .search__result-tr {
        gap: 5px;
    }
}
.slider-news .items > a{
    display: flex;
    align-items: stretch;
    gap: 15px;
}

.slider-news .items > a:hover h2 {
    color: #E31E24;
}

.slider-news .slick-track {
    display: flex;
}

.slider-news  .slick-slide {
    max-height: 176px;
}

.slider-news .items {
    height: auto;
    padding: 15px;
    width: 100%;
    height: 100%;
}

.slider-news .items img {
    width: min(171px, 11.9vw);
    min-width: min(171px, 11.9vw);
    height: min(146px, 10.1vw);
    min-height: min(146px, 10.1vw);
    display: block;
    object-fit: contain;
    object-position: center;
    background-color: white;
}

.slider-news .item:nth-of-type(2) {
  flex-grow: 1;
}

.slider-news .items .item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
    max-width: max-content;
    width: auto;
}

span.slider-news__date {
    color: #696969;
    font-size: 12px;
    display: none;
}

.slider-news .items h2 {
    color: #1B1B1B;
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
    transition: color .3s;
}

.slider-news .carousel__description {
    text-align: left;
    line-height: 16px;
    max-height: unset;
    font-size: 14px;
    flex-grow: 1;
}

.split.carousel__description {
    max-height: var(--max-height);
}

.catalog__storage.setH {
    min-height: var(--h);
}

@media (max-width: 768px) {
    .slider-news .items > a {
        flex-direction: column;
        align-items: center;
    }
    .slider-news .items img {
        width: 171px;
        height: 146px;
    }
    .slider-news  .slick-slide {
        max-height: 320px;
    }
    .slider-news .item:nth-of-type(2) {
        max-height: calc(100% - 166px);
    }
}
@media (max-width: 639px) {
    .catalog__storage.setH {
        min-height: unset;
    }
}

