

/* Start:/local/templates/stalker.3.0/css/main.css?1749046573223507*/
@charset "UTF-8";
/* Slider */
a {
    cursor: pointer;
}

.opt_box {
    display: none;
}

.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -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;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

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

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

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

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

body.compensate-for-scrollbar {
    overflow: hidden;
}

.fancybox-active {
    height: auto;
}

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

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

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

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

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

.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    -webkit-transition-duration: inherit;
    transition-duration: inherit;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-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);
    transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
    direction: ltr;
    opacity: 0;
    position: absolute;
    -webkit-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-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
    opacity: 1;
    -webkit-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;
    /* Using without prefix would break IE11 */
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    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--previous,
.fancybox-slide--current,
.fancybox-slide--next {
    display: block;
}

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

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

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

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

.fancybox-slide--image .fancybox-content {
    -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: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    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-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab;
}

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

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

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

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

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

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

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

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

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

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

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

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

/* Buttons */
.fancybox-button {
    background: rgba(30, 30, 30, 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;
    transition: color 0.2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px;
}

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

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

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

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

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

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

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

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

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

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

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0;
    transform-origin: 0;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    z-index: 99998;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: 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;
}

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

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

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

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

/* Caption */
.fancybox-caption {
    background: -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: 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;
}

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

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

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

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

/* Loading indicator */
.fancybox-loading {
    -webkit-animation: fancybox-rotate 1s linear infinite;
    animation: fancybox-rotate 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: 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);
    }
}

/* Transition effects */
.fancybox-animated {
    -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
    transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.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);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
    opacity: 0;
    -webkit-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;
}

/* transitionEffect: zoom-in-out */
.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);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
}

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

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

/* transitionEffect: circular */
.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);
}

/* transitionEffect: tube */
.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);
}

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

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

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

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

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

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

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

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

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px 5px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    -webkit-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:visited,
.fancybox-share__button:link {
    color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    -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: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px;
}

.fancybox-thumbs__list a::before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-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;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
    .fancybox-thumbs {
        width: 110px;
    }

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

    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px);
    }
}

/*!Ion.RangeSlider, 2.3.1, © Denis Ineshin, 2010 - 2019, IonDen.com, Build date: 2019-12-19 16:51:02*/
.irs {
    position: relative;
    display: block;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 12px;
    font-family: Arial, sans-serif;
}

.irs-line {
    position: relative;
    display: block;
    overflow: hidden;
    outline: none !important;
}

.irs-bar {
    position: absolute;
    display: block;
    left: 0;
    width: 0;
}

.irs-shadow {
    position: absolute;
    display: none;
    left: 0;
    width: 0;
}

.irs-handle {
    position: absolute;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: default;
    z-index: 1;
}

.irs-handle.type_last {
    z-index: 2;
}

.irs-min,
.irs-max {
    position: absolute;
    display: block;
    cursor: default;
}

.irs-min {
    left: 0;
}

.irs-max {
    right: 0;
}

.irs-from,
.irs-to,
.irs-single {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    cursor: default;
    white-space: nowrap;
}

.irs-grid {
    position: absolute;
    display: none;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20px;
}

.irs-with-grid .irs-grid {
    display: block;
}

.irs-grid-pol {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 8px;
    background: #000;
}

.irs-grid-pol.small {
    height: 4px;
}

.irs-grid-text {
    position: absolute;
    bottom: 0;
    left: 0;
    white-space: nowrap;
    text-align: center;
    font-size: 9px;
    line-height: 9px;
    padding: 0 3px;
    color: #000;
}

.irs-disable-mask {
    position: absolute;
    display: block;
    top: 0;
    left: -1%;
    width: 102%;
    height: 100%;
    cursor: default;
    background: rgba(0, 0, 0, 0);
    z-index: 2;
}

.lt-ie9 .irs-disable-mask {
    background: #000;
    filter: alpha(opacity=0);
    cursor: not-allowed;
}

.irs-disabled {
    opacity: 0.4;
}

.irs-hidden-input {
    position: absolute !important;
    display: block !important;
    top: 0 !important;
    left: 0 !important;
    width: 0 !important;
    height: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden;
    outline: none !important;
    z-index: -9999 !important;
    background: none !important;
    border-style: solid !important;
    border-color: transparent !important;
}

.irs--flat {
    height: 40px;
}

.irs--flat.irs-with-grid {
    height: 60px;
}

.irs--flat .irs-line {
    top: 25px;
    height: 12px;
    background-color: #e1e4e9;
    border-radius: 4px;
}

.irs--flat .irs-bar {
    top: 25px;
    height: 12px;
    background-color: #ed5565;
}

.irs--flat .irs-bar--single {
    border-radius: 4px 0 0 4px;
}

.irs--flat .irs-shadow {
    height: 1px;
    bottom: 16px;
    background-color: #e1e4e9;
}

.irs--flat .irs-handle {
    top: 22px;
    width: 16px;
    height: 18px;
    background-color: transparent;
}

.irs--flat .irs-handle > i:first-child {
    position: absolute;
    display: block;
    top: 0;
    left: 50%;
    width: 2px;
    height: 100%;
    margin-left: -1px;
    background-color: #da4453;
}

.irs--flat .irs-handle.state_hover > i:first-child,
.irs--flat .irs-handle:hover > i:first-child {
    background-color: #a43540;
}

.irs--flat .irs-min,
.irs--flat .irs-max {
    top: 0;
    padding: 1px 3px;
    color: #999;
    font-size: 10px;
    line-height: 1.333;
    text-shadow: none;
    background-color: #e1e4e9;
    border-radius: 4px;
}

.irs--flat .irs-from,
.irs--flat .irs-to,
.irs--flat .irs-single {
    color: white;
    font-size: 10px;
    line-height: 1.333;
    text-shadow: none;
    padding: 1px 5px;
    background-color: #ed5565;
    border-radius: 4px;
}

.irs--flat .irs-from:before,
.irs--flat .irs-to:before,
.irs--flat .irs-single:before {
    position: absolute;
    display: block;
    content: "";
    bottom: -6px;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -3px;
    overflow: hidden;
    border: 3px solid transparent;
    border-top-color: #ed5565;
}

.irs--flat .irs-grid-pol {
    background-color: #e1e4e9;
}

.irs--flat .irs-grid-text {
    color: #999;
}

.irs--big {
    height: 55px;
}

.irs--big.irs-with-grid {
    height: 70px;
}

.irs--big .irs-line {
    top: 33px;
    height: 12px;
    background-color: white;
    background: -webkit-gradient(
            linear,
            left top,
            left bottom,
            color-stop(-50%, #ddd),
            color-stop(150%, white)
    );
    background: linear-gradient(to bottom, #ddd -50%, white 150%);
    border: 1px solid #ccc;
    border-radius: 12px;
}

.irs--big .irs-bar {
    top: 33px;
    height: 12px;
    background-color: #92bce0;
    border: 1px solid #428bca;
    background: -webkit-gradient(
            linear,
            left top,
            left bottom,
            from(#ffffff),
            color-stop(30%, #428bca),
            to(#b9d4ec)
    );
    background: linear-gradient(to bottom, #ffffff 0%, #428bca 30%, #b9d4ec 100%);
    -webkit-box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.5);
    box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.5);
}

.irs--big .irs-bar--single {
    border-radius: 12px 0 0 12px;
}

.irs--big .irs-shadow {
    height: 1px;
    bottom: 16px;
    background-color: rgba(66, 139, 202, 0.5);
}

.irs--big .irs-handle {
    top: 25px;
    width: 30px;
    height: 30px;
    border: 1px solid rgba(0, 0, 0, 0.3);
    background-color: #cbcfd5;
    background: -webkit-gradient(
            linear,
            left top,
            left bottom,
            from(white),
            color-stop(30%, #b4b9be),
            to(white)
    );
    background: linear-gradient(to bottom, white 0%, #b4b9be 30%, white 100%);
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2), inset 0 0 3px 1px white;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2), inset 0 0 3px 1px white;
    border-radius: 30px;
}

.irs--big .irs-handle.state_hover,
.irs--big .irs-handle:hover {
    border-color: rgba(0, 0, 0, 0.45);
    background-color: #939ba7;
    background: -webkit-gradient(
            linear,
            left top,
            left bottom,
            from(white),
            color-stop(30%, #919ba5),
            to(white)
    );
    background: linear-gradient(to bottom, white 0%, #919ba5 30%, white 100%);
}

.irs--big .irs-min,
.irs--big .irs-max {
    top: 0;
    padding: 1px 5px;
    color: white;
    text-shadow: none;
    background-color: #9f9f9f;
    border-radius: 3px;
}

.irs--big .irs-from,
.irs--big .irs-to,
.irs--big .irs-single {
    color: white;
    text-shadow: none;
    padding: 1px 5px;
    background-color: #428bca;
    background: -webkit-gradient(
            linear,
            left top,
            left bottom,
            from(#428bca),
            to(#3071a9)
    );
    background: linear-gradient(to bottom, #428bca 0%, #3071a9 100%);
    border-radius: 3px;
}

.irs--big .irs-grid-pol {
    background-color: #428bca;
}

.irs--big .irs-grid-text {
    color: #428bca;
}

.irs--modern {
    height: 55px;
}

.irs--modern.irs-with-grid {
    height: 55px;
}

.irs--modern .irs-line {
    top: 25px;
    height: 5px;
    background-color: #d1d6e0;
    background: -webkit-gradient(
            linear,
            left top,
            left bottom,
            from(#e0e4ea),
            to(#d1d6e0)
    );
    background: linear-gradient(to bottom, #e0e4ea 0%, #d1d6e0 100%);
    border: 1px solid #a3adc1;
    border-bottom-width: 0;
    border-radius: 5px;
}

.irs--modern .irs-bar {
    top: 25px;
    height: 5px;
    background: #20b426;
    background: -webkit-gradient(
            linear,
            left top,
            left bottom,
            from(#20b426),
            to(#18891d)
    );
    background: linear-gradient(to bottom, #20b426 0%, #18891d 100%);
}

.irs--modern .irs-bar--single {
    border-radius: 5px 0 0 5px;
}

.irs--modern .irs-shadow {
    height: 1px;
    bottom: 21px;
    background-color: rgba(209, 214, 224, 0.5);
}

.irs--modern .irs-handle {
    top: 37px;
    width: 12px;
    height: 13px;
    border: 1px solid #a3adc1;
    border-top-width: 0;
    -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    border-radius: 0 0 3px 3px;
}

.irs--modern .irs-handle > i:nth-child(1) {
    position: absolute;
    display: block;
    top: -4px;
    left: 1px;
    width: 6px;
    height: 6px;
    border: 1px solid #a3adc1;
    background: white;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.irs--modern .irs-handle > i:nth-child(2) {
    position: absolute;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    top: 0;
    left: 0;
    width: 10px;
    height: 12px;
    background: #e9e6e6;
    background: -webkit-gradient(
            linear,
            left top,
            left bottom,
            from(white),
            to(#e9e6e6)
    );
    background: linear-gradient(to bottom, white 0%, #e9e6e6 100%);
    border-radius: 0 0 3px 3px;
}

.irs--modern .irs-handle > i:nth-child(3) {
    position: absolute;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    top: 3px;
    left: 3px;
    width: 4px;
    height: 5px;
    border-left: 1px solid #a3adc1;
    border-right: 1px solid #a3adc1;
}

.irs--modern .irs-handle.state_hover,
.irs--modern .irs-handle:hover {
    border-color: #7685a2;
    background: #c3c7cd;
    background: -webkit-gradient(
            linear,
            left top,
            left bottom,
            from(#ffffff),
            color-stop(30%, #919ba5),
            to(#ffffff)
    );
    background: linear-gradient(to bottom, #ffffff 0%, #919ba5 30%, #ffffff 100%);
}

.irs--modern .irs-handle.state_hover > i:nth-child(1),
.irs--modern .irs-handle:hover > i:nth-child(1) {
    border-color: #7685a2;
}

.irs--modern .irs-handle.state_hover > i:nth-child(3),
.irs--modern .irs-handle:hover > i:nth-child(3) {
    border-color: #48536a;
}

.irs--modern .irs-min,
.irs--modern .irs-max {
    top: 0;
    font-size: 10px;
    line-height: 1.333;
    text-shadow: none;
    padding: 1px 5px;
    color: white;
    background-color: #d1d6e0;
    border-radius: 5px;
}

.irs--modern .irs-from,
.irs--modern .irs-to,
.irs--modern .irs-single {
    font-size: 10px;
    line-height: 1.333;
    text-shadow: none;
    padding: 1px 5px;
    background-color: #20b426;
    color: white;
    border-radius: 5px;
}

.irs--modern .irs-from:before,
.irs--modern .irs-to:before,
.irs--modern .irs-single:before {
    position: absolute;
    display: block;
    content: "";
    bottom: -6px;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -3px;
    overflow: hidden;
    border: 3px solid transparent;
    border-top-color: #20b426;
}

.irs--modern .irs-grid {
    height: 25px;
}

.irs--modern .irs-grid-pol {
    background-color: #dedede;
}

.irs--modern .irs-grid-text {
    color: silver;
    font-size: 13px;
}

.irs--sharp {
    height: 50px;
    font-size: 12px;
    line-height: 1;
}

.irs--sharp.irs-with-grid {
    height: 57px;
}

.irs--sharp .irs-line {
    top: 30px;
    height: 2px;
    background-color: black;
    border-radius: 2px;
}

.irs--sharp .irs-bar {
    top: 30px;
    height: 2px;
    background-color: #ee22fa;
}

.irs--sharp .irs-bar--single {
    border-radius: 2px 0 0 2px;
}

.irs--sharp .irs-shadow {
    height: 1px;
    bottom: 21px;
    background-color: rgba(0, 0, 0, 0.5);
}

.irs--sharp .irs-handle {
    top: 25px;
    width: 10px;
    height: 10px;
    background-color: #a804b2;
}

.irs--sharp .irs-handle > i:first-child {
    position: absolute;
    display: block;
    top: 100%;
    left: 0;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top-color: #a804b2;
}

.irs--sharp .irs-handle.state_hover,
.irs--sharp .irs-handle:hover {
    background-color: black;
}

.irs--sharp .irs-handle.state_hover > i:first-child,
.irs--sharp .irs-handle:hover > i:first-child {
    border-top-color: black;
}

.irs--sharp .irs-min,
.irs--sharp .irs-max {
    color: white;
    font-size: 14px;
    line-height: 1;
    top: 0;
    padding: 3px 4px;
    opacity: 0.4;
    background-color: #a804b2;
    border-radius: 2px;
}

.irs--sharp .irs-from,
.irs--sharp .irs-to,
.irs--sharp .irs-single {
    font-size: 14px;
    line-height: 1;
    text-shadow: none;
    padding: 3px 4px;
    background-color: #a804b2;
    color: white;
    border-radius: 2px;
}

.irs--sharp .irs-from:before,
.irs--sharp .irs-to:before,
.irs--sharp .irs-single:before {
    position: absolute;
    display: block;
    content: "";
    bottom: -6px;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -3px;
    overflow: hidden;
    border: 3px solid transparent;
    border-top-color: #a804b2;
}

.irs--sharp .irs-grid {
    height: 25px;
}

.irs--sharp .irs-grid-pol {
    background-color: #dedede;
}

.irs--sharp .irs-grid-text {
    color: silver;
    font-size: 13px;
}

.irs--round {
    height: 50px;
}

.irs--round.irs-with-grid {
    height: 65px;
}

.irs--round .irs-line {
    top: 36px;
    height: 4px;
    background-color: #dee4ec;
    border-radius: 4px;
}

.irs--round .irs-bar {
    top: 36px;
    height: 4px;
    background-color: #006cfa;
}

.irs--round .irs-bar--single {
    border-radius: 4px 0 0 4px;
}

.irs--round .irs-shadow {
    height: 4px;
    bottom: 21px;
    background-color: rgba(222, 228, 236, 0.5);
}

.irs--round .irs-handle {
    top: 26px;
    width: 24px;
    height: 24px;
    border: 4px solid #006cfa;
    background-color: white;
    border-radius: 24px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 255, 0.3);
    box-shadow: 0 1px 3px rgba(0, 0, 255, 0.3);
}

.irs--round .irs-handle.state_hover,
.irs--round .irs-handle:hover {
    background-color: #f0f6ff;
}

.irs--round .irs-min,
.irs--round .irs-max {
    color: #333;
    font-size: 14px;
    line-height: 1;
    top: 0;
    padding: 3px 5px;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}

.irs--round .irs-from,
.irs--round .irs-to,
.irs--round .irs-single {
    font-size: 14px;
    line-height: 1;
    text-shadow: none;
    padding: 3px 5px;
    background-color: #006cfa;
    color: white;
    border-radius: 4px;
}

.irs--round .irs-from:before,
.irs--round .irs-to:before,
.irs--round .irs-single:before {
    position: absolute;
    display: block;
    content: "";
    bottom: -6px;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -3px;
    overflow: hidden;
    border: 3px solid transparent;
    border-top-color: #006cfa;
}

.irs--round .irs-grid {
    height: 25px;
}

.irs--round .irs-grid-pol {
    background-color: #dedede;
}

.irs--round .irs-grid-text {
    color: silver;
    font-size: 13px;
}

.irs--square {
    height: 50px;
}

.irs--square.irs-with-grid {
    height: 60px;
}

.irs--square .irs-line {
    top: 31px;
    height: 4px;
    background-color: #dedede;
}

.irs--square .irs-bar {
    top: 31px;
    height: 4px;
    background-color: black;
}

.irs--square .irs-shadow {
    height: 2px;
    bottom: 21px;
    background-color: #dedede;
}

.irs--square .irs-handle {
    top: 25px;
    width: 16px;
    height: 16px;
    border: 3px solid black;
    background-color: white;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.irs--square .irs-handle.state_hover,
.irs--square .irs-handle:hover {
    background-color: #f0f6ff;
}

.irs--square .irs-min,
.irs--square .irs-max {
    color: #333;
    font-size: 14px;
    line-height: 1;
    top: 0;
    padding: 3px 5px;
    background-color: rgba(0, 0, 0, 0.1);
}

.irs--square .irs-from,
.irs--square .irs-to,
.irs--square .irs-single {
    font-size: 14px;
    line-height: 1;
    text-shadow: none;
    padding: 3px 5px;
    background-color: black;
    color: white;
}

.irs--square .irs-grid {
    height: 25px;
}

.irs--square .irs-grid-pol {
    background-color: #dedede;
}

.irs--square .irs-grid-text {
    color: silver;
    font-size: 11px;
}

@font-face {
    font-family: "Inter";
    src: url("/local/templates/stalker.3.0/css/../fonts/Inter-Light.eot");
    src: url("/local/templates/stalker.3.0/css/../fonts/Inter-Light.eot?#iefix") format("embedded-opentype"),
    url("/local/templates/stalker.3.0/css/../fonts/Inter-Light.woff2") format("woff2"),
    url("/local/templates/stalker.3.0/css/../fonts/Inter-Light.woff") format("woff"),
    url("/local/templates/stalker.3.0/css/../fonts/Inter-Light.ttf") format("truetype"),
    url("/local/templates/stalker.3.0/css/../fonts/Inter-Light.svg#Inter-Light") format("svg");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Inter";
    src: url("/local/templates/stalker.3.0/css/../fonts/Inter-Black.eot");
    src: url("/local/templates/stalker.3.0/css/../fonts/Inter-Black.eot?#iefix") format("embedded-opentype"),
    url("/local/templates/stalker.3.0/css/../fonts/Inter-Black.woff2") format("woff2"),
    url("/local/templates/stalker.3.0/css/../fonts/Inter-Black.woff") format("woff"),
    url("/local/templates/stalker.3.0/css/../fonts/Inter-Black.ttf") format("truetype"),
    url("/local/templates/stalker.3.0/css/../fonts/Inter-Black.svg#Inter-Black") format("svg");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Inter";
    src: url("/local/templates/stalker.3.0/css/../fonts/Inter-Bold.eot");
    src: url("/local/templates/stalker.3.0/css/../fonts/Inter-Bold.eot?#iefix") format("embedded-opentype"),
    url("/local/templates/stalker.3.0/css/../fonts/Inter-Bold.woff2") format("woff2"),
    url("/local/templates/stalker.3.0/css/../fonts/Inter-Bold.woff") format("woff"),
    url("/local/templates/stalker.3.0/css/../fonts/Inter-Bold.ttf") format("truetype"),
    url("/local/templates/stalker.3.0/css/../fonts/Inter-Bold.svg#Inter-Bold") format("svg");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Inter";
    src: url("/local/templates/stalker.3.0/css/../fonts/Inter-ExtraBold.eot");
    src: url("/local/templates/stalker.3.0/css/../fonts/Inter-ExtraBold.eot?#iefix") format("embedded-opentype"),
    url("/local/templates/stalker.3.0/css/../fonts/Inter-ExtraBold.woff2") format("woff2"),
    url("/local/templates/stalker.3.0/css/../fonts/Inter-ExtraBold.woff") format("woff"),
    url("/local/templates/stalker.3.0/css/../fonts/Inter-ExtraBold.ttf") format("truetype"),
    url("/local/templates/stalker.3.0/css/../fonts/Inter-ExtraBold.svg#Inter-ExtraBold") format("svg");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Inter";
    src: url("/local/templates/stalker.3.0/css/../fonts/Inter-SemiBold.eot");
    src: url("/local/templates/stalker.3.0/css/../fonts/Inter-SemiBold.eot?#iefix") format("embedded-opentype"),
    url("/local/templates/stalker.3.0/css/../fonts/Inter-SemiBold.woff2") format("woff2"),
    url("/local/templates/stalker.3.0/css/../fonts/Inter-SemiBold.woff") format("woff"),
    url("/local/templates/stalker.3.0/css/../fonts/Inter-SemiBold.ttf") format("truetype"),
    url("/local/templates/stalker.3.0/css/../fonts/Inter-SemiBold.svg#Inter-SemiBold") format("svg");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Inter";
    src: url("/local/templates/stalker.3.0/css/../fonts/Inter-Regular.eot");
    src: url("/local/templates/stalker.3.0/css/../fonts/Inter-Regular.eot?#iefix") format("embedded-opentype"),
    url("/local/templates/stalker.3.0/css/../fonts/Inter-Regular.woff2") format("woff2"),
    url("/local/templates/stalker.3.0/css/../fonts/Inter-Regular.woff") format("woff"),
    url("/local/templates/stalker.3.0/css/../fonts/Inter-Regular.ttf") format("truetype"),
    url("/local/templates/stalker.3.0/css/../fonts/Inter-Regular.svg#Inter-Regular") format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "fontello";
    src: url("/local/templates/stalker.3.0/css/../fonts/fontello.eot?86786756");
    src: url("/local/templates/stalker.3.0/css/../fonts/fontello.eot?86786756#iefix") format("embedded-opentype"),
    url("/local/templates/stalker.3.0/css/../fonts/fontello.woff2?86786756") format("woff2"),
    url("/local/templates/stalker.3.0/css/../fonts/fontello.woff?86786756") format("woff"),
    url("/local/templates/stalker.3.0/css/../fonts/fontello.ttf?86786756") format("truetype"),
    url("/local/templates/stalker.3.0/css/../fonts/fontello.svg?86786756#fontello") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
  @media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
      font-family: 'fontello';
      src: url('/local/templates/stalker.3.0/css/../font/fontello.svg?86786756#fontello') format('svg');
    }
  }
  */
[class^="icon-"]:before,
[class*=" icon-"]:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: 0.2em;
    text-align: center;
    /* opacity: .8; */
    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;
    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;
    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: 0.2em;
    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */
    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-arrow:before {
    content: "\e800";
}

/* '' */
.icon-basket:before {
    content: "\e801";
}

/* '' */
.icon-check:before {
    content: "\e802";
}

/* '' */
.icon-close:before {
    content: "\e803";
}

/* '' */
.icon-instagram:before {
    content: "\e804";
}

/* '' */
.icon-loop:before {
    content: "\e805";
}

/* '' */
.icon-point:before {
    content: "\e806";
}

/* '' */
.icon-star:before {
    content: "\e807";
}

/* '' */
.icon-user:before {
    content: "\e808";
}

/* '' */
.icon-vk:before {
    content: "\e809";
}

/* '' */
.icon-youtube:before {
    content: "\e80a";
}

/* '' */
.product-form .size_opt-box .favorite-btn.active .icon-star:before,
.icon-check_2:before {
    content: "\e80b" !important;
}

/* '' */
.icon-arrow_down:before {
    content: "\e80c";
}

/* '' */
.icon-comment:before {
    content: "\e80d";
}

/* '' */
.icon-info:before {
    content: "\e80e";
}

/* '' */
.icon-star_2:before {
    content: "\e80f";
}

/* '' */
.icon-skype:before {
    content: "\e810";
}

/* '' */
.icon-comment_2:before {
    content: "\e811";
}

/* '' */
.icon-exit:before {
    content: "\e812";
}

/* '' */
.icon-faq:before {
    content: "\e813";
}

/* '' */
.icon-phone:before {
    content: "\e814";
}

/* '' */
.icon-like:before {
    content: "\e815";
}

/* '' */
.icon-payment:before {
    content: "\e816";
}

/* '' */
.icon-delivery:before {
    content: "\e817";
}

/* '' */
.icon-pickup:before {
    content: "\e818";
}

/* '' */
html {
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: none;
    height: 100%;
}

body {
    margin: 0;
    color: #000;
    font: 19px/27px "Inter", sans-serif;
    background: #fff;
    min-width: 320px;
    height: 100%;
    font-weight: 300;
}

img {
    border-style: none;
    vertical-align: top;
    max-width: 100%;
    height: auto;
}

a {
    color: #000;
    outline: none;
    text-decoration: none;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

a:hover {
    text-decoration: none;
}

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

input,
textarea,
select {
    font: 100% "Inter", sans-serif;
    vertical-align: middle;
    -webkit-appearance: none;
}

form,
fieldset {
    margin: 0;
    padding: 0;
    border-style: none;
}

header,
nav,
section,
article,
aside,
footer,
figure,
menu,
dialog {
    display: block;
}

ul,
ol {
    margin: 0 0 0;
    padding: 0;
    list-style: none;
}

p {
    margin: 0 0 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 20px;
    font-weight: 500;
}

h1 {
    font-size: 38px;
    line-height: 42px;
    margin: 0 0 30px;
}

h2 {
    font-size: 30px;
    line-height: 34px;
}

h3 {
    font-size: 26px;
    line-height: 30px;
}

h4,
h5,
h6 {
    font-size: 20px;
    line-height: 24px;
    font-weight: normal;
}

#wrapper {
    overflow: hidden;
    min-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.container {
    max-width: 1330px;
    margin: 0 auto;
    padding: 0 15px;
    width: 100%;
}

.title-block {
    margin: 0 0 30px;
    font-weight: 700;
    font-size: 30px;
    line-height: 38px;
    letter-spacing: -0.01em;
    color: #000000;
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.col-25 {
    width: 25%;
    padding: 0 15px;
}

.col-30 {
    padding: 0 15px;
    width: 33.3%;
    margin: 0 0 30px;
}

.col-40 {
    padding: 0 15px;
    width: 40%;
    margin: 0 0 30px;
}

.col-50 {
    padding: 0 15px;
    margin: 0 0 30px;
    width: 50%;
}

.col-60 {
    padding: 0 15px;
    width: 60%;
    margin: 0 0 30px;
}

.col-70 {
    padding: 0 15px;
    width: 66.7%;
}

.col-75 {
    padding: 0 15px;
    width: 75%;
    margin: 0 0 30px;
}

.col-100 {
    width: 100%;
    padding: 0 15px;
    margin: 0 0 30px;
}

.btn {
    cursor: pointer;
    background: #fff;
    padding: 11px 10px;
    text-align: center;
    font-weight: 700;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0.03em;
    color: #000000;
    display: block;
    max-width: 190px;
    border: 1px solid #000000;
}

.btn:hover {
    background: #000;
    color: #fff;
}

.form-btn {
    background: #7a7e60;
    padding: 0 0 0;
    height: 45px;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #ffffff;
    display: block;
    width: 100%;
    cursor: pointer;
    border: 1px solid #7a7e60;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.form-btn:hover {
    background: transparent;
    color: #7a7e60;
}

.title-page {
    font-weight: 700;
    font-size: 40px;
    line-height: 44px;
    letter-spacing: -0.02em;
    color: #000000;
    margin: 0 0 28px;
}

.title-subsection {
    margin: -18px 0 24px;
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
    letter-spacing: -0.018em;
    color: #000000;
}

.title-box {
    margin: 0 0 28px;
    font-weight: 700;
    font-size: 33px;
    line-height: 44px;
    letter-spacing: -0.01em;
    color: #000000;
}

#header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 131px;
}

#header .container {
    position: relative;
}

#header .logo {
    background: url(/local/templates/stalker.3.0/css/../images/logo.svg) no-repeat;
    background-size: 100% 100%;
    width: 167px;
    height: 71px;
    overflow: hidden;
    text-indent: -9999px;
    position: absolute;
    display: block;
    margin: 0 0 0 0;
    position: absolute;
    top: 21px;
    left: 15px;
}

#header .btn-open {
    display: none;
    width: 24px;
    height: 18px;
    position: absolute;
    top: 25px;
    right: 28px;
    padding: 0;
}

#header .btn-open span {
    display: block;
    position: relative;
    width: 24px;
    height: 2px;
    background: #000;
    margin: 6px auto 0;
}

#header .btn-open span:after,
#header .btn-open span:before {
    content: "";
    position: absolute;
    width: 100%;
    background: #000;
    height: 2px;
    top: -6px;
    right: 0;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

#header .btn-open span:after {
    top: 6px;
    width: 12px;
}

#header.active .btn-open span {
    background: none;
}

#header.active .btn-open span:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: 6px 0 0;
}

#header.active .btn-open span:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin: -6px 0 0;
    width: 24px;
}

#header .phone {
    display: block;
    position: absolute;
    top: 16px;
    right: 24px;
}

#header .phone a {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.02em;
}

#header .phone a:hover {
    text-decoration: underline;
}

#header .point {
    display: block;
    position: absolute;
    top: 14px;
    left: 238px;
    padding: 0 0 0 26px;
}

#header .point a {
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: -0.02em;
}

#header .point a:hover {
    text-decoration: underline;
}

#header .point:after {
    position: absolute;
    content: "\e806";
    top: 50%;
    left: 6px;
    font-family: "fontello";
    width: 12px;
    height: 14px;
    font-size: 14px;
    line-height: 14px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#header .nav-menu {
    position: absolute;
    top: 14px;
    left: 361px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#header .nav-menu li {
    margin: 0 25px 0 0;
}

#header .nav-menu a {
    font-weight: 400;
    font-size: 13px;
    line-height: 24px;
    letter-spacing: -0.01em;
    color: #989898;
}

#header .nav-menu a:hover {
    text-decoration: underline;
}

#header .search-box {
    position: absolute;
    top: 59px;
    right: 175px;
}

#header .search-box .search-form {
    background: #f4f5f5;
    border-radius: 80px;
    position: relative;
    overflow: hidden;
    height: 45px;
    padding: 0 50px 0 0;
    width: 390px;
}

#header .search-box .search-form.opt {
    padding: 0 25px 0 0;
    width: 250px;
}

#header .search-box button[type="submit"] {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    border-radius: 0 80px 80px 0;
    width: 50px;
    border: none;
    background: none;
    padding: 0;
    cursor: pointer;
}

#header .search-box button[type="submit"]:after {
    position: absolute;
    top: 50%;
    left: 10px;
    content: "\e805";
    font-family: "fontello";
    font-size: 17px;
    line-height: 17px;
    color: #000;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#header .search-box input[type="text"] {
    display: block;
    width: 100%;
    height: 100%;
    padding: 5px 32px 4px;
    font-weight: 400;
    font-size: 15px;
    line-height: 15px;
    letter-spacing: 0.015em;
    color: #b0b0b0;
    border: none;
    background: transparent;
}

#header .search-box.active input[type="text"] {
    font-weight: 600;
    color: #000;
}

#header .list-btn {
    position: absolute;
    top: 72px;
    right: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

#header .list-btn li {
    margin: 0 0 0 22px;
}

#header .list-btn a {
    display: block;
    width: 21px;
    height: 20px;
    position: relative;
}

/*
#header .list-btn a.basket.active span, #header .list-btn a.favorites.active span {
  color: #FFFFFF;
  background: #DC0F0F;
}
*/

#header .list-btn a .bsk_num {
    display: none;
}

#header .list-btn a:after {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-family: "fontello";
    color: #000;
}

#header .list-btn a.user:after {
    content: "\e808";
    font-size: 18px;
    line-height: 18px;
}

#header .list-btn a.favorites:after {
    content: "\e807";
    font-size: 19px;
    line-height: 19px;
}

#header .list-btn a.basket:after {
    content: "\e801";
    font-size: 20px;
    line-height: 20px;
}

#header .catalog-box {
    position: absolute;
    top: 70px;
    left: 238px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
}

#header .catalog-box .btn-catalog {
    display: block;
    font-weight: 700;
    font-size: 23px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #000000;
    margin: 0 27px 0 0;
}

#header .catalog-box .list-sale {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#header .catalog-box .list-sale li {
    margin: 0 22px 0 0;
}

#header .catalog-box .list-sale a {
    font-weight: 700;
    font-size: 17px;
    line-height: 24px;
    letter-spacing: -0.02em;
    color: #000000;
}

#header .catalog-box .list-sale a:hover {
    text-decoration: underline;
}

#nav {
    padding: 0 0 0 223px;
}

#nav .mob-menu {
    display: none;
}

.inner-catalog .close-catalog {
    display: none;
}

.inner-catalog .open-catalog {
    display: block;
}

.inner-catalog .open-catalog:hover,
.inner-catalog .close-catalog:hover {
    text-decoration: underline;
}

.drop-catalog {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 11;
    margin: -1px 0 0;
    -webkit-box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.15);
    /* display: flex; */
    flex-wrap: wrap;
    flex-direction: column;
}

.drop-catalog.open {
    display: flex;
}

.menu-catalog {
    margin: 0 auto 37px;
    width: 100%;
    max-width: 1330px;
    /* padding: 0 15px 30px; */
    /* border-bottom: 1px solid #ebebeb; */
    padding: 0 15px 0;
    border-top: 1px solid #ebebeb;
    order: 2;
}

.menu-catalog .menu {
    padding: 30px 0 0;
}

.menu-catalog .menu > li {
    margin: 0 0 14px;
}

.menu-catalog .menu > li > a {
    display: block;
    color: #000;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    color: #000000;
}

.menu-catalog .menu > li > a:hover {
    text-decoration: underline;
}

.menu-catalog .menu > li .sub-menu {
    padding: 18px 0 0;
    margin: 0 0 30px;
}

.menu-catalog .menu > li .sub-menu li {
    margin: 0 0 7px;
}

.menu-catalog .menu > li .sub-menu a {
    display: block;
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
}

.menu-catalog .menu > li .sub-menu a:hover {
    text-decoration: underline;
}

.menu-catalog .col-50 .menu > li .sub-menu {
    padding: 18px 0 0;
    -webkit-columns: 2;
    columns: 2;
}

.drop-catalog .brands-block .title-block {
    margin: 0 0 -5px;
    font-weight: 700;
    font-size: 24px;
    line-height: 60px;
    letter-spacing: -0.01em;
    color: #000000;
}

.promo-section {
    padding: 130px 0 0;
}

.promo-slider {
    margin: 0 -110px;
}

.promo-slider .item-slide {
    position: relative;
    cursor: pointer;
    overflow: hidden;
    z-index: 0;
}

.promo-slider .item-slide img {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.promo-slider .item-slide:before {
    padding: 83.3% 0 0;
    top: 0;
    display: block;
    content: "";
}

.promo-slider.promo-slider_1 .item-slide:before {
    padding: 35.8% 0 0;
}

.promo-slider .item-slide:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.promo-slider .item-slide .inner-slide {
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: 100%;
    width: calc(100% - 32px);
    padding: 30px 15px 36px 78px;
    z-index: 1;
}

.promo-slider .item-slide:nth-child(odd) .inner-slide {
    left: auto;
    right: 0;
    padding: 30px 45px 36px 78px;
}

.promo-slider .item-slide:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.promo-slider .item-slide:hover:after {
    opacity: 1;
}

.promo-slider .title-promo {
    font-weight: 900;
    font-size: 64px;
    line-height: 60px;
    letter-spacing: -0.025em;
    color: #ffffff;
    margin: 0 0 22px;
}

.promo-slider .subtitle-promo {
    display: block;
    margin: 0 0 20px;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.055em;
    color: #ffffff;
}

.promo-slider .btn {
    display: inline-block;
    vertical-align: top;
    padding: 10px 42px 9px;
    text-transform: uppercase;
    font-weight: 800;
    line-height: 24px;
    letter-spacing: 0.05em;
    border: 1px solid #fff;
}

.promo-slider .btn:hover {
    border: 1px solid #000000;
}

.promo-slider .slick-arrow {
    position: absolute;
    top: 50%;
    width: 51px;
    height: 51px;
    border-radius: 50%;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 4px 20px rgb(0 0 0 / 8%);
    box-shadow: 0px 4px 20px rgb(0 0 0 / 8%);
    border: none;
    padding: 0;
    margin: -37px 0 0;
    color: transparent;
    opacity: 1;
    cursor: pointer;
}

.promo-slider .slick-arrow:after {
    position: absolute;
    content: '\e800';
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #000;
    font-size: 15px;
    line-height: 15px;
    font-family: "fontello";
    width: 7px;
    height: 15px;
}

.promo-slider .slick-arrow.slick-next {
    right: -26px;
}

.promo-slider .slick-arrow.slick-prev {
    left: -26px;
    z-index: 3;
}

.promo-slider .slick-arrow.slick-prev:after {
    -webkit-transform: translate(-50%, -50%) rotate(180deg);
    transform: translate(-50%, -50%) rotate(180deg);
}

.main-section {
    padding: 45px 0 0;
}

.verified-block {
    margin: 0 0 65px;
}

.verified-block .list-verified {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -13px 0 0;
    padding: 29px 0 0;
    position: relative;
}

.verified-block .list-verified li {
    width: 33.3%;
    padding: 0 15px 0 70px;
    margin: 0 0 30px;
    position: relative;
    font-weight: 300;
    font-size: 17px;
    line-height: 24px;
    letter-spacing: 0.02em;
}

.verified-block .list-verified li:after {
    position: absolute;
    content: "\e802";
    font-family: "fontello";
    font-size: 30px;
    line-height: 30px;
    top: 3px;
    left: 17px;
    color: #000;
}

.verified-block .list-verified:after {
    position: absolute;
    content: "";
    top: -15px;
    bottom: -19px;
    left: -96px;
    right: -97px;
    background: #f8f9f9;
    z-index: -1;
}

.cat_popular-block {
    margin: 0 0 14px;
}

.cat_popular-block .title-block {
    margin: 0 0 25px;
}

.cat_popular-block .cat_popular-list {
    margin: 0 -7px 0 -15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.cat_popular-block .cat_popular-list .item-list {
    width: 25%;
    padding: 0 15px;
    margin: 0 0 30px;
}

.cat_popular-block .cat_popular-list .inner-item {
    position: relative;
    overflow: hidden;
}

.cat_popular-block .cat_popular-list .inner-item img {
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.cat_popular-block .cat_popular-list .inner-item:before {
    display: block;
    padding: 114% 0 0;
    content: "";
}

.cat_popular-block .cat_popular-list .inner-item:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0;
}

.cat_popular-block .cat_popular-list .inner-item:hover:after {
    opacity: 1;
}

.cat_popular-block .cat_popular-list .inner-item:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.cat_popular-block .cat_popular-list .title-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0 40px 32px;
    z-index: 1;
}

.cat_popular-block .cat_popular-list .title-cat {
    display: block;
    margin: 0 0 22px;
    font-weight: 700;
    font-size: 36px;
    line-height: 36px;
    letter-spacing: -0.01em;
    color: #ffffff;
}

.cat_popular-block .list-tag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.cat_popular-block .list-tag li {
    margin: 0 15px 15px 0;
}

.cat_popular-block .list-tag li:last-child {
    margin-right: 0;
}

.cat_popular-block .list-tag a {
    display: block;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.02em;
    color: #ffffff;
    padding: 7px 20px 6px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 80px;
}

.cat_popular-block .list-tag a:hover {
    background: #fff;
    color: #000;
}

.tabset {
    position: relative;
}

.tabset.goods-block {
    margin: 0 0 49px;
    position: relative;
}

.tabset.goods-block.tab-body {
    position: relative;
}

.tabset.goods-block .tab-body:before {
    content: "";
    display: block;
    left: -50%;
    top: 0;
    width: 100%;
    background-color: #F8F9F9;
    height: 100%;
    position: absolute;
    z-index: 0;
}

.tabset.goods-block .tab-body:after {
    content: "";
    display: block;
    left: 100%;
    top: 0;
    width: 100%;
    background-color: #F8F9F9;
    height: 100%;
    position: absolute;
    z-index: 0;
}

.tabset.goods-block .tab-body .tab {
    position: relative;
    z-index: 2;
}

.tabset.goods-block .tab-control {
    margin-bottom: 10px;
}

.tabset .tab-body {
    position: relative;
    z-index: 0;
}

.popup-block1 .tabset .tab-body {
    z-index: 100005;
}

.tabset .tab-body:after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    width: 100vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1;
}

.tabset .product-item-detail-slider-image,
.tabset .tab {
    position: absolute;
    z-index: -1;
    display: none;
    top: 0;
    padding: 55px 0 53px;
    width: 100%;
}

.tabset .product-item-detail-slider-image.active,
.tabset .tab.active {
    position: relative;
    z-index: 0;
    display: block;
}

.tabset .tab-control,
.tab-control-no-js {
    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;
}

.tabset .tab-control li,
.tab-control-no-js li {
    margin: 0 30px;
}

.tabset .tab-control li.active a,
.tab-control-no-js li.active a {
    font-weight: 600;
}

.tabset .tab-control li.active a:after,
.tab-control-no-js li.active a:after {
    opacity: 1;
}

.tabset .tab-control a,
.tabset .tab-control-no-js a {
    font-weight: 300;
    font-size: 30px;
    line-height: 38px;
    letter-spacing: -0.015em;
    color: #000000;
    position: relative;
    display: block;
    padding: 0 0 18px;
}

.tabset .tab-control a:after,
.tabset .tab-control-no-js a:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: #000;
    opacity: 1;
}

.tabset .tab-control a:hover:after,
.tabset .tab-control-no-js a:hover:after {
    opacity: 0;
}

.goods-slider .slick-list {
    /*overflow: visible;*/
}

.goods-slider .slick-arrow {
    position: absolute;
    top: 50%;
    width: 51px;
    height: 51px;
    border-radius: 50%;
    background: #ffffff;
    -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.08);
    border: none;
    padding: 0;
    margin: -67px 0 0;
    color: transparent;
    opacity: 1;
    cursor: pointer;
}

.goods-slider .slick-arrow:after {
    position: absolute;
    content: "\e800";
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #000;
    font-size: 15px;
    line-height: 15px;
    font-family: "fontello";
    width: 7px;
    height: 15px;
}

.goods-slider .slick-arrow.slick-disabled {
    opacity: 0;
}

.goods-slider .slick-arrow.slick-prev {
    left: -88px;
    z-index: 3;
}

.goods-slider .slick-arrow.slick-prev:after {
    -webkit-transform: translate(-50%, -50%) rotate(180deg);
    transform: translate(-50%, -50%) rotate(180deg);
}

.goods-slider .slick-arrow.slick-next {
    right: -88px;
}

.item-slide {
    padding: 0 3px;
}

.item-slide .img-box {
    margin: 0 0 15px;
    position: relative;
    background: #fff;
    overflow: hidden;
}

.item-slide .img-box .flag {
    position: absolute;
    top: 16px;
    right: -2px;
    font-weight: 700;
    font-size: 10px;
    line-height: 12px;
    color: #ffffff;
    display: block;
    padding: 4px 10px 3px;
}

.popup-block1#quick_view .product-box .tab .flag.sale,
.visual-product .product-slider .flag.sale,
.item-slide .img-box .flag.sale {
    background: #000;
}

.popup-block1#quick_view .product-box .tab .flag.sale.sale-is-opt,
.visual-product .product-slider .flag.sale.sale-is-opt,
.item-slide .img-box .flag.sale.sale-is-opt {
    background: #B2FF34;
    color: #000;
    padding: 4px 17px 3px;
    font-size: 10px;
}

.item-slide .img-box .flag-discount {
    right: 62px;
}

.item-slide .img-box .flag.discount {
    background: #929777;
    font-size: 16px;
}

.popup-block1#quick_view .product-box .tab .flag.new,
.visual-product .product-slider .flag.new,
.item-slide .img-box .flag.new {
    background: #929777;
}

.popup-block1#quick_view .product-box .tab .flag.action,
.visual-product .product-slider .flag.action,
.item-slide .img-box .flag.action {
    background: #929777;
}

.popup-block1#quick_view .product-box .tab .flag.hits,
.visual-product .product-slider .flag.hits,
.item-slide .img-box .flag.hits {
    background: #929777;
}

.item-slide .img-box a {
    display: block;
    position: relative;
    height: 100%;
    width: 100%;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.item-slide .img-box a:before {
    padding: 116.5% 0 0;
    display: block;
    content: "";
}

.item-slide .img-box a:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.item-slide:hover:hover .img-box a {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.item-slide:hover:hover .img-box a:after {
    opacity: 1;
}

.item-slide .goods-tag {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0;
    font-weight: 400;
    font-size: 13px;
    line-height: 17px;
    color: #989898;
}

.item-slide .goods-tag:hover {
    text-decoration: underline;
}

.item-slide .title-goods {
    display: block;
    margin: 0 0 3px;
    font-size: 16px;
    line-height: 20px;
}

.item-slide .title-goods a {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
}

.item-slide .title-goods a:hover {
    text-decoration: underline;
}

.item-slide .price-box {
    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;
}

.item-slide .price-box .price {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
    margin: 0 16px 0 0;
}

.item-slide .price-box .price em {
    font-weight: 400;
    font-size: 14px;
    font-style: normal;
    display: none;
}

.item-slide .price-box .old-price {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #989898;
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.item-slide .price-box .old-price:after {
    position: absolute;
    content: "";
    top: 50%;
    height: 1px;
    left: 0;
    right: 0;
    background: #989898;
}

.item-slide .price-box .old-price.wholesale {
    margin: 0 0 0 15px;
}

.item-slide .price-box .old-price.wholesale:after {
    display: none;
}

.product-gallery {
    margin: 0 0 27px;
}

.product-gallery .title-block {
    margin: 0 0 35px;
}

.product-gallery .product-box {
    padding: 0 8px 0 0;
}

.product-gallery .gallery-list {
    margin: 0 -15px;
    -webkit-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 0;
    column-gap: 0;
    -webkit-column-width: 33.3%;
    column-width: 33.3%;
    max-height: 1211px;
    font-size: 0;
    line-height: 0;
}

.product-gallery .item-gallery {
    margin: 0 0 21px;
    padding: 0 15px;
    /* display: inline-block;
  vertical-align: top; */
}

.product-gallery .item-gallery a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.product-gallery .item-gallery .inner-gallery > a:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.product-gallery .item-gallery a:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.product-gallery .item-gallery a:hover:after {
    opacity: 1;
}

.product-gallery .item-gallery img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.product-filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 22px;
}

.product-filter li {
    margin: 0 17px 20px 0;
}

.product-filter li a {
    display: block;
    padding: 6px 19px 7px;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.02em;
    color: #000000;
    border: 1px solid #000000;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 80px;
}

.product-filter li a:hover {
    color: #fff;
    background: #000;
}

.product-filter li.active a {
    font-weight: 700;
}

.brands-block {
    margin: -6px 0 58px;
    padding: 0 9px 0 0;
}

.brands-block .title-block {
    margin: 0 0 22px;
}

.brands-block .list-brand {
    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;
    margin: 0 -11px;
}

.brands-block .list-brand li {
    width: 12.5%;
    padding: 0 11px;
    margin: 0 0 22px;
}

.brands-block .list-brand a {
    display: block;
}

.brands-block .list-brand img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

.form-block {
    margin: 0 0 59px;
    padding: 29px 9px 0 0;
}

.form-block .title-block {
    margin: 0 0 18px;
}

.form-block .form {
    padding: 8px 0 0 17.4%;
}

.form-block .input-holder {
    margin: 0 0 15px;
    position: relative;
}

.form-block .input-holder label {
    display: block;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: #000000;
    margin: 0 0 0;
    position: absolute;
    left: 0;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.form-block .input-holder input[type="text"] {
    display: block;
    margin: 0 0 9px;
    background: transparent;
    border: none;
    border-bottom: 1px solid #c4c4c4;
    padding: 0 0;
    width: 100%;
    height: 45px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.form-block .input-holder input[type="text"] ~ label {
    top: -2px;
}

.form-block .input-holder input[type="text"]:focus ~ label,
.form-block .input-holder input[type="text"]:valid ~ label {
    top: -15px;
}

.form-block .desc-form {
    display: block;
    font-weight: 500;
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 0.015em;
    color: #b0b0b0;
}

.collection-block {
    margin: 0 0 30px;
}

.collection-block .item-slide .inner-slide {
    padding: 30px 15px 25px 62px;
}

.collection-block .item-slide:nth-child(odd) .inner-slide {
    padding: 30px 45px 25px 78px;
}

.collection-block .item-slide:before {
    padding: 40.8% 0 0;
}

.collection-block .item-slide .title-promo {
    font-size: 35px;
    line-height: 41px;
    margin: 0 0 11px;
}

.catalog_text-block {
    margin: 85px 0 0 0;
}

.catalog_text-block .title-block {
    margin: 0 0 16px;
}

.catalog_text-block .text {
    padding: 0 80px 0 0;
}

.catalog_text-block p {
    margin: 0 0 25px;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
    color: #000;
    letter-spacing: 0.02em;
}

.catalog_text-block .hide-text {
    display: none;
}

.catalog_text-block .btn-holder {
    text-align: center;
    padding: 13px 0 0 48px;
}

.catalog_text-block .more {
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #000;
    position: relative;
}

.catalog_text-block .more:hover {
    text-decoration: underline;
}

.catalog_text-block .more:after {
    position: absolute;
    content: "\e80c";
    font-size: 10px;
    line-height: 10px;
    font-family: "fontello";
    color: #000;
    right: -23px;
    top: 50%;
    -webkit-transform: translateY(-35%);
    transform: translateY(-35%);
}

.inner-section {
    .breadcrumbs-block {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        align-items: center;
        padding: 0 10px 0 0;
        margin: 0 0 38px;
    }

    .breadcrumbs-block:after {
        position: absolute;
        content: "";
        bottom: -5px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 100vw;
        height: 1px;
        background: #f4f5f5;
    }

    .breadcrumbs-block .breadcrumbs {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .breadcrumbs-block .breadcrumbs li {
        margin: 0 20px 0 0;
        position: relative;
    }

    .breadcrumbs-block .breadcrumbs li:after {
        position: absolute;
        content: "\002F";
        font-size: 14px;
        line-height: 24px;
        color: #666;
        font-weight: 400;
        top: 50%;
        right: -11px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .breadcrumbs-block .breadcrumbs li:last-child:after {
        display: none;
    }

    .breadcrumbs-block .breadcrumbs a,
    .breadcrumbs-block .breadcrumbs span {
        display: block;
        font-size: 14px;
        line-height: 24px;
        letter-spacing: 0.03em;
        color: #666;
        font-weight: 400;
    }

    .breadcrumbs-block .breadcrumbs a:hover {
        color: #000;
        text-decoration: underline;
    }

    .breadcrumbs-block .back-link {
        display: block;
        padding-right: 20px;
        font-size: 24px;
        color: #000;
        font-weight: 400;
    }

    padding: 130px 0 0;
}


/*
.breadcrumbs-block .back-link:after {
    position: absolute;
    content: "\e28690";
    font-family: "fontello";
    font-size: 8px;
    line-height: 8px;
    color: #000;
    top: 50%;
    left: -20px;
    -webkit-transform: translateY(-60%) rotate(180deg);
    transform: translateY(-60%) rotate(180deg);
}

.breadcrumbs-block .back-link:hover {
    text-decoration: underline;
}
*/

.inner_promo-block {
    margin: 0 0 0;
}

.inner_promo-block .inner_promo-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 7px 0 3px;
}

.inner_promo-block .item-slide {
    padding: 0 3px;
    margin: 0 0 30px;
}

.inner_promo-block .item-slide .inner_item-slide {
    position: relative;
    overflow: hidden;
    z-index: 0;
}

.inner_promo-block .item-slide .inner_item-slide img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.inner_promo-block .item-slide .inner_item-slide:before {
    padding: 53.4% 0 0;
    display: block;
    content: "";
}

.inner_promo-block .item-slide .inner_item-slide:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.inner_promo-block .item-slide .inner_item-slide:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.inner_promo-block .item-slide .inner_item-slide:hover:after {
    opacity: 1;
}

.inner_promo-block .item-slide .inner_item-slide:hover .promo-logo img {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.inner_promo-block .item-slide.col-25 .inner_item-slide:before {
    padding: 107.6% 0 0;
}

.inner_promo-block .item-slide.big-width {
    padding: 0;
    width: 100%;
}

.inner_promo-block .item-slide.big-width .inner_item-slide:before {
    padding: 26.4% 0 0;
}

.inner_promo-block .item-slide.big-width .inner-slide {
    padding: 30px 15px 19px 94px;
}

.inner_promo-block .item-slide.big-width .promo-logo {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 4px 27px;
}

.inner_promo-block .item-slide.big-width .promo-logo img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
    position: static;
    top: auto;
    left: auto;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.inner_promo-block .inner-slide {
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: 100%;
    width: 100%;
    padding: 30px 15px 19px 35px;
    z-index: 1;
}

.inner_promo-block .title-promo {
    font-weight: 900;
    font-size: 48px;
    line-height: 1;
    letter-spacing: -0.04em;
    color: #ffffff;
    margin: 0 0 12px;
}

.inner_promo-block .title-promo span {
    color: #bbcf42;
}

.inner_promo-block .subtitle-promo {
    display: block;
    margin: 0 0 20px;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.055em;
    color: #ffffff;
}

.catalog-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.catalog-block .filter-block {
    width: 330px;
    padding: 21px 30px 0 0;
}

.catalog-block .filter-menu li {
    margin: 0 0 3px;
}

.catalog-block .filter-menu a {
    font-weight: 300;
    font-size: 17px;
    line-height: 24px;
    letter-spacing: 0.02em;
    text-decoration: underline;
}

.catalog-block .filter-menu a:hover {
    text-decoration: none;
}

.catalog-block .catalog-box {
    width: calc(100% - 330px);
    margin: 0 0 70px;
}

.catalog-block .catalog-box.favorite {
    width: 100%;
}

.catalog-block .catalog-box.favorite .gallery-box .item-slide {
    width: 25%;
}

.catalog-block .catalog-box .title-block {
    margin: 0 0 10px;
}

.catalog-filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 11px;
}

.catalog-filter span {
    display: block;
    margin: 0 20px 13px 0;
    font-weight: 300;
    font-size: 17px;
    line-height: 27px;
    letter-spacing: -0.02em;
}

.catalog-filter ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.catalog-filter ul li {
    margin: 0 13px 13px 0;
}

.catalog-filter ul li.active a {
    color: #fff;
    background: #000;
}

.catalog-filter ul a {
    display: block;
    padding: 1px 16px 2px 15px;
    font-weight: 400;
    font-size: 13px;
    line-height: 24px;
    color: #000000;
    background: #f4f5f5;
    border-radius: 80px;
    letter-spacing: 0.07em;
    min-width: 96px;
    text-align: center;
}

.catalog-filter ul a:hover {
    color: #fff;
    background: #000;
}

.accordion .item {
    margin: 0 0 13px;
}

.accordion .item .expanded {
    display: none;
    padding: 20px 0 12px;
}

.accordion .item .expanded label {
    text-decoration: underline;
}

.accordion .item .expanded label:hover {
    text-decoration: none;
}

.accordion .item.active .expanded {
    display: block;
}

.accordion .item .heading {
    cursor: pointer;
    display: block;
    font-weight: 600;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0.02em;
}

.form-filter {
    padding: 18px 0 0;
}

.form-filter .form-holder {
    margin: 0 0 13px;
}

.form-filter .form-holder.price-holder {
    padding: 19px 0 12px;
}

.form-filter .title-form {
    display: block;
    margin: 0 0 9px;
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0.02em;
}

.form-filter .search {
    margin: 0 0 26px;
}

.form-filter .search input {
    display: block;
    width: 100%;
    background: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    padding: 5px 20px;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    color: #989898;
    height: 42px;
}

.form-filter .check-box .link-more {
    display: inline-block;
    vertical-align: top;
    text-decoration: underline;
    font-size: 13px;
    line-height: 1;
    margin: 0 0 0 40px;
    letter-spacing: 0.06em;
}

.form-filter .check-box .link-more:hover {
    text-decoration: none;
}

.form-filter .submit-holder {
    padding: 11px 0 0;
    text-align: center;
}

.form-filter .submit-holder .form-btn {
    margin: 0 0 13px;
}

.form-filter .submit-holder .reset-btn {
    font-weight: 800;
    font-size: 11px;
    line-height: 24px;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    color: #000000;
    border: none;
    display: block;
    width: 100%;
    height: 24px;
    cursor: pointer;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    background: transparent;
}

.form-filter .submit-holder .reset-btn:hover {
    color: #fff;
    background: #000;
}

.list-check {
    margin: 0 0 13px;
}

.list-check li {
    position: relative;
    margin: 0 0 6px;
}

.list-check li.hide {
    display: none;
}

.list-check .checkbox {
    position: absolute;
    z-index: -1;
    opacity: 0;
    margin: 0;
}

.list-check .checkbox + label {
    display: block;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    position: relative;
    padding: 0 0 0 40px;
    cursor: pointer;
}

.list-check .checkbox + label:before {
    position: absolute;
    background: #ffffff;
    border: 1px solid #b9b9b9;
    border-radius: 4px;
    top: 0;
    left: 0;
    content: "";
    width: 24px;
    height: 24px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.list-check .checkbox + label:after {
    position: absolute;
    content: "\e80b";
    font-family: "fontello";
    font-size: 10px;
    line-height: 10px;
    color: #fff;
    top: 7px;
    left: 7px;
    opacity: 0;
}

.list-check .checkbox:checked + label {
    font-weight: 600;
}

.list-check .checkbox:checked + label:before {
    background: #000;
}

.list-check .checkbox:checked + label:after {
    opacity: 1;
}

.price-range .extra-controls {
    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;
    margin: -1px -17px 3px 0;
}

.price-range .extra-controls li {
    width: calc(50% - 17px);
    height: 42px;
    background: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    position: relative;
    padding: 0 5px 0 45px;
    overflow: hidden;
    font-weight: 300;
    font-size: 18px;
    line-height: 26px;
    color: #989898;
    margin: 0 17px 15px 0;
}

.price-range .extra-controls li span {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 20px;
}

.price-range .extra-controls li input {
    border: none;
    display: block;
    height: 40px;
}

.price-range .range-slider {
    position: relative;
}

.price-range .range-slider .irs--round {
    height: 21px;
    padding: 0 0 0 0;
}

.price-range .range-slider .irs--round .irs-bar,
.price-range .range-slider .irs--round .irs-line {
    height: 2px;
    top: 10px;
}

.price-range .range-slider .irs--round .irs-bar {
    background: #000000;
}

.price-range .range-slider .irs--round .irs-line {
    background: #d9dcdc;
}

.price-range .range-slider .irs--round .irs-from,
.price-range .range-slider .irs--round .irs-to,
.price-range .range-slider .irs--round .irs-single,
.price-range .range-slider .irs--round .irs-min,
.price-range .range-slider .irs--round .irs-max {
    display: none;
}

.price-range .range-slider .irs--round .irs-handle {
    background: #ffffff;
    border: 2px solid #000000;
    width: 21px;
    height: 21px;
    top: 0;
}

.gallery {
    margin: 0 -3px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.gallery .item-slide {
    width: 33.3%;
    margin: 0 0 29px;
}

.gallery-box {
    margin: 0 0 0;
}

.gallery-box .hide-box {
    display: none;
}

.gallery-box .btn-holder {
    text-align: center;
    padding: 43px 15px 0 0;
    margin: 0 0 31px;
}

.gallery-box .btn-holder .btn-primary,
.gallery-box .btn-holder .more {
    display: inline-block;
    vertical-align: top;
    font-weight: 600;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: -0.02em;
    color: #000000;
    padding: 6px 49px 7px;
    border: 1px solid #000000;
    border-radius: 80px;
    letter-spacing: 0.01em;
}

.gallery-box .btn-holder .btn-primary:hover,
.gallery-box .btn-holder .more:hover {
    background: #000;
    color: #fff;
}

.gallery-box .inner-item {
    background: #fff;
}

.gallery-box .item-slide {
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    position: relative;
    /* height: 453px; */
    height: 501px;
}

.gallery-box .item-slide .inner-item {
    position: relative;
    min-width: 100%;
    overflow: hidden;
    z-index: 0;
}

.gallery-box .item-slide .inner-item:before {
    position: absolute;
    content: "";
    background: #fff;
    z-index: -1;
    top: -30px;
    left: -30px;
    right: -30px;
    bottom: -16px;
    -webkit-box-shadow: 0px 4px 30px rgba(5, 5, 17, 0.15);
    box-shadow: 0px 4px 30px rgba(5, 5, 17, 0.15);
    opacity: 0;
}

.gallery-box .item-slide .quick_view {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-weight: 700;
    font-size: 13px;
    line-height: 24px;
    letter-spacing: -0.02em;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.3) !important;
    padding: 7px 10px 8px;
    width: 100%;
    max-width: 174px;
    text-align: center;
    opacity: 0;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    z-index: 1;
    cursor: pointer;
}

.gallery-box .item-slide:hover .quick_view {
    opacity: 1;
}

.gallery-box .item-slide:hover .inner-item {
    overflow: visible;
    z-index: 1;
}

.gallery-box .item-slide:hover .inner-item:before {
    opacity: 1;
}

.gallery-box .item-slide:hover .inner-item .sizes-block {
    display: block;
}

.gallery-box .item-slide:hover .price em {
    display: inline-block;
}

.sizes-block {
    display: none;
    padding: 16px 0 0;
}

.sizes-block .btn-holder {
    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;
    padding: 0;
    margin: 0 0 14px;
}

.sizes-block .btn-holder > div {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.sizes-block .btn-holder .btn-favorites {
    font-weight: 600;
    font-size: 13px;
    line-height: 24px;
    color: #000000;
    position: relative;
    padding: 0 0 0 26px;
}

.sizes-block .btn-holder .btn-favorites:before {
    position: absolute;
    content: "\e807";
    font-family: "fontello";
    font-size: 19px;
    line-height: 1;
    color: #000;
    margin: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
}

.sizes-block .btn-holder .form-btn {
    max-width: 186px;
    padding: 0 0 0;
    height: 39px;
    text-transform: none;
    font-size: 15px;
    padding: 7px 5px 8px;
}

.sizes-block .size-box span {
    display: block;
    margin: 0 0 0;
    font-weight: 400;
    font-size: 13px;
    line-height: 24px;
    color: #989898;
}

.sizes-block .list-size {
    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 -4px 0 0;
}

.sizes-block .list-size li {
    margin: 0 4px 10px 0;
}

.sizes-block .list-size li.lack-size span {
    color: #b9b9b9;
}

.sizes-block .list-size a,
.sizes-block .list-size span {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    display: block;
}

.sizes-block .list-size.wholesale {
    display: block;
}

.sizes-block .list-size.wholesale li {
    border-bottom: 1px solid #edf0f0;
    padding: 6px 0 10px;
    margin: 0 0 2px;
    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;
}

.sizes-block .list-size.wholesale span {
    margin: 0 0 0 0;
    font-size: 18px;
    padding: 6px 0 0;
}

.sizes-block .list-size.wholesale em {
    font-style: normal;
    display: block;
    margin: 0 0 0 0;
    font-weight: 400;
    font-size: 13px;
    line-height: 24px;
    color: #989898;
    padding: 5px 0 0;
}

.sizes-block .list-size.wholesale .form-btn {
    color: #fff;
    font-size: 14px;
    padding: 4px 5px 4px;
}

.sizes-block .list-size.wholesale .form-btn:hover {
    color: #7a7e60;
}

.pagination-box {
    position: relative;
    padding: 0 220px 0 210px;
}

.pagination-box span {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-64%);
    transform: translateY(-64%);
    font-weight: 400;
    font-size: 15px;
    line-height: 29px;
    letter-spacing: 0.025em;
    color: #000000;
}

.pagination-box span:after {
    position: absolute;
    top: 50%;
    font-family: "fontello";
    font-size: 11px;
    line-height: 11px;
    color: #000;
    content: "\e80c";
    margin: 0;
    font-weight: 400;
}

.pagination-box span a {
    display: block;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-thickness: 1px;
}

.pagination-box span a:hover {
    text-decoration: none;
}

.pagination-box span.page-prev {
    left: 0;
    padding: 0 0 0 32px;
}

.pagination-box span.page-prev:after {
    -webkit-transform: translateY(-60%) rotate(90deg);
    transform: translateY(-60%) rotate(90deg);
    left: 4px;
}

.pagination-box span.page-next {
    right: 0;
    padding: 0 40px 0 0;
}

.pagination-box span.page-next:after {
    -webkit-transform: translateY(-60%) rotate(-90deg);
    transform: translateY(-60%) rotate(-90deg);
    right: 13px;
}

.pagination-box .pagination {
    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;
}

.pagination-box .pagination li {
    margin: 0 6px 10px;
}

.pagination-box .pagination li.active a {
    background: #000;
    color: #fff;
}

.pagination-box .pagination li em {
    min-width: 29px;
    display: block;
    font-style: normal;
}

.pagination-box .pagination a {
    display: block;
    border-radius: 50%;
    padding: 0 3px;
    font-weight: 600;
    font-size: 16px;
    line-height: 29px;
    letter-spacing: -0.02em;
    color: #000000;
    min-width: 29px;
    text-align: center;
}

.pagination-box .pagination a:hover {
    text-decoration: underline;
}

.sale-block {
    position: relative;
    padding: 10px 24px;
    background: #000;
    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;
    z-index: 0;
    margin: -31px 0 30px;
}

.sale-block:before,
.sale-block:after {
    position: absolute;
    content: "";
    background: #000;
    top: 0;
    bottom: 0;
    width: 100vw;
    z-index: -1;
}

.sale-block:before {
    left: 100%;
}

.sale-block:after {
    right: 100%;
}

.sale-block .sale {
    display: block;
    font-weight: 900;
    font-size: 48px;
    line-height: 1;
    letter-spacing: -0.05em;
    color: #b0c62a;
}

.sale-block .sale-text {
    padding: 0 7.2% 0 0;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #ffffff;
    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;
    letter-spacing: 0.025em;
}

.sale-block .sale-text .sale-logo {
    display: block;
    margin: 0 48px 0 34px;
    width: 139px;
    height: 33px;
    background: url("/local/templates/stalker.3.0/css/../images/sale-logo.png") no-repeat;
    background-size: 100%;
}

.sale-block .sale-text em {
    font-style: normal;
}

.sale-block .sale-text span {
    font-weight: 600;
    font-size: 22px;
    letter-spacing: -0.01em;
    color: #ffffff;
}

.count-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 226px;
}

.count-block .form-btn {
    max-width: 97px;
    height: 31px;
    color: #fff;
    text-transform: none;
    font-size: 14px;
}

.count-box {
    padding: 0 34px;
    position: relative;
    background: #f4f5f5;
    max-width: 129px;
    height: 31px;
}

.count-box input {
    display: block;
    width: 100%;
    height: 31px;
    padding: 0 0 0;
    background: transparent;
    border: none;
    font-weight: 800;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #000000;
}

.count-box a {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    width: 16px;
    height: 16px;
    border: 1px solid #000;
    border-radius: 50%;
}

.count-box a:after {
    position: absolute;
    font-size: 14px;
    line-height: 1;
    color: #000;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.count-box a.plus {
    right: 13px;
}

.count-box a.plus:after {
    content: "\002B";
}

.count-box a.minus {
    left: 12px;
}

.count-box a.minus:after {
    content: "\002D";
}

.blog-block {
    margin: 0 0 95px;
}

.blog-block .title-block {
    /*margin: 0 0 8px;*/
    margin: 0 0 20px;
}

.blog-block .catalog-filter {
    margin: 0 0 11px;
}

.blog-block .row {
    margin: 0 -3px 0 -13px;
}

.blog-block .col-30 {
    margin: 0 0 39px;
}

.blog-block .col-50 .title-blog {
    font-weight: 700;
    font-size: 23px;
}

.blog-block .inner_promo-block {
    padding-top: 12px;
}

.blog-block .inner_promo-block .item-slide {
    margin: 0 0 43px;
}

.blog-block .inner_promo-block .item-slide .inner-slide {
    padding: 30px 15px 19px 87px;
}

.blog-block .inner_promo-block .item-slide .inner_item-slide:before {
    padding: 26.7% 0 0;
}

.blog-block .inner_promo-block .title-promo {
    font-size: 46px;
    max-width: 500px;
}

.blog-block .inner_promo-block .subtitle-promo {
    letter-spacing: 0;
}

.blog-block .btn-holder {
    text-align: center;
    padding: 13px 11px 0 0;
    margin: 0 0 31px;
}

.blog-block .btn-holder .more {
    display: inline-block;
    vertical-align: top;
    font-weight: 600;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: -0.02em;
    color: #000000;
    padding: 6px 49px 7px;
    border: 1px solid #000000;
    border-radius: 80px;
    letter-spacing: 0.01em;
}

.blog-block .btn-holder .more:hover {
    background: #000;
    color: #fff;
}

.blog-block .pagination-box {
    margin: 0 auto;
    max-width: 971px;
}

.blog-list .col-50 .img-box a:before {
    padding: 59.715% 0 0;
}

.inner_item-blog .img-box {
    margin: 0 0 21px;
    position: relative;
    overflow: hidden;
}

.inner_item-blog .img-box a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-size: cover;
}

.inner_item-blog .img-box a:before {
    display: block;
    content: "";
    padding: 59.53% 0 0;
}

.inner_item-blog .img-box a:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.inner_item-blog .img-box a:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.inner_item-blog .img-box a:hover:after {
    opacity: 1;
}

.inner_item-blog .title-blog {
    display: block;
    margin: 0 0 11px;
    font-weight: 600;
    font-size: 19px;
    line-height: 22px;
    color: #000000;
    letter-spacing: 0.018em;
}

.inner_item-blog .title-blog a:hover {
    text-decoration: underline;
}

.inner_item-blog .text {
    font-weight: 300;
    font-size: 15px;
    line-height: 22px;
    color: #000000;
    max-width: 510px;
    margin: 0 0 17px;
}

.inner_item-blog .list-tag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.inner_item-blog .list-tag li {
    margin: 0 11px 5px 0;
}

.inner_item-blog .list-tag a {
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #989898;
    display: block;
}

.inner_item-blog .list-tag a:hover {
    text-decoration: underline;
}

.list-share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 2px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.list-share li {
    margin: 0 17px 10px 0;
}

.list-share li.share {
    margin-right: 33px;
}

.list-share li.share a {
    padding: 0 0 0 19px;
}

.list-share li.share a:after {
    position: absolute;
    content: "\e80d";
    top: 50%;
    left: 0;
    margin: 0;
    font-size: 14px;
    line-height: 1;
    font-family: "fontello";
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #929777;
}

.list-share a {
    font-weight: 400;
    font-size: 12px;
    line-height: 24px;
    color: #989898;
    display: block;
    position: relative;
    letter-spacing: 0.02em;
}

.list-share a:hover {
    text-decoration: underline;
}

.list-share a.btn {
    padding: 2px 23px;
    color: #000;
    font-size: 13px;
    border-radius: 80px;
    font-weight: 600;
}

.list-share a.btn:hover {
    color: #fff;
    text-decoration: none;
}

.heading-page {
    margin: -8px -103px 0;
}

.heading-page .item-slide.big-width {
    margin: 0;
}

.heading-page .item-slide.big-width .inner_item-slide:before {
    padding: 22.8% 0 0;
}

.about-block .verified-block {
    margin: 0 0 50px;
}

.about-block .verified-block .list-verified {
    margin: 0 2px 0 -17px;
    padding: 42px 0 0;
}

.article-text {
    margin: 0 0 0;
}

.article-text .title-block {
    letter-spacing: -0.022em;
    margin: 0 0 22px;
}

.article-text .text {
    padding: 0 81px 0;
    margin: 0 0 42px;
}

.article-text .text:first-child {
    margin: 0;
}

.article-text .text p {
    margin: 0 0 27px;
    font-weight: 300;
    font-size: 17px;
    line-height: 25px;
    color: #000000;
    letter-spacing: 0.025em;
}

.article-text .text p.foreword {
    font-size: 19px;
    font-weight: 400;
    margin: 0 0 25px;
    letter-spacing: 0.035em;
}

.article-text .text p.annotation {
    margin: 0 0 17px;
    font-size: 24px;
    line-height: 33px;
    font-weight: 400;
    letter-spacing: 0.011em;
}

.article-text .list {
    margin: 0 -15px 53px 0;
    padding: 8px 0 0;
}

.article-text .list li {
    position: relative;
    padding: 0 0 0 45px;
    margin: 0 0 16px;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #000000;
    letter-spacing: 0.01em;
}

.article-text .list li:after {
    position: absolute;
    content: "\e802";
    font-family: "fontello";
    font-size: 30px;
    line-height: 1;
    color: #000;
    top: 1px;
    left: 0;
}

.article-text .list.two-column {
    -webkit-columns: 2;
    columns: 2;
}

.article-text .list.two-column li {
    max-width: 440px;
    display: inline-block;
}

.article-text .share-box {
    margin: 0 0 6px;
}

.video-block {
    margin: -13px 0 6px;
}

.video-block .video-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.video-block .video-list .item-list {
    width: 33.3%;
    padding: 0 15px;
    margin: 0 0 30px;
}

.video-block .video-list .video-box {
    position: relative;
    margin: 0 0 14px;
    display: block;
}

.video-block .video-list .video-box img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

.video-block .video-list .video-box .play {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 80px;
    height: 57px;
    background: url("/local/templates/stalker.3.0/css/../images/icon-play.svg") no-repeat;
    background-size: 100%;
}

.video-block .video-list .video-title {
    display: block;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #000000;
}

.video-block .video-list .video-title a:hover {
    text-decoration: underline;
}

.delivery-block {
    padding: 32px 0 0;
}

.delivery-tab .head-box {
    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;
}

.delivery-tab .link-holder {
    padding: 0 10px 0 0;
}

.delivery-tab .link-holder a {
    font-weight: 300;
    font-size: 23px;
    line-height: 25px;
    color: #989898;
    letter-spacing: 0.025em;
    text-decoration: underline;
}

.delivery-tab .link-holder a:hover {
    color: #000;
    text-decoration: none;
}

.delivery-tab .tab-control {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.delivery-tab .tab-control li {
    margin: 0 32px 0 0;
}

.delivery-tab .tab-control li.active a,
.delivery-tab .tab-control-no-js li.active a {
    color: #000;
}

.delivery-tab .tab-control a,
.delivery-tab .tab-control-no-js a {
    font-size: 23px;
    line-height: 25px;
    /*color: #989898;*/
    letter-spacing: 0.025em;
    padding: 0 0 14px;
}

.delivery-tab .tab-control a:after,
.delivery-tab .tab-control-no-js a:after {
    height: 1px;
}

.delivery-tab .tab {
    padding: 41px 0 34px;
    display: none;
}

.delivery-tab .tab.active {
    display: block;
}

.delivery-tab .text-img:after {
    clear: both;
    content: "";
    display: block;
}

.delivery-tab .text-img .img-box {
    float: right;
    margin: -35px 0 0;
    padding: 0 24px 0 0;
}

.delivery-tab .text-img .img-box img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

.delivery-tab .text-img .text {
    overflow: hidden;
    padding: 14px 30px 0 81px;
}

.delivery-tab .text-img .text .list li {
    display: inline-block;
    vertical-align: top;
    margin: 0 28px 16px 0;
}

.delivery-tab .text p {
    margin: 0 0 25px;
}

.delivery-tab .text .list {
    padding: 0;
    margin: 0 -47px 6px 0;
}

.delivery-tab .text .list li {
    padding: 0 0 0 55px;
}

.delivery-tab .text .list li:after {
    top: -6px;
    left: 2px;
}

.delivery-tab .title-list {
    display: block;
    margin: 0 0 20px;
    font-weight: 300;
    font-size: 17px;
    line-height: 25px;
    color: #000000;
    letter-spacing: 0.025em;
}

.delivery-tab .title-text {
    margin: 0 0 20px;
    font-weight: 600;
    font-size: 22px;
    line-height: 25px;
    color: #000000;
    letter-spacing: -0.01em;
    padding: 20px 0 0;
}

.delivery-tab .btn-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 15px;
}

.delivery-tab .btn-holder .form-btn {
    height: 58px;
    max-width: 300px;
    padding: 17px 10px;
    margin: 0 20px 20px 0;
    font-size: 16px;
}

.delivery-tab .btn-holder .form-btn.border-btn {
    background: transparent;
    color: #929777;
    max-width: 166px;
    border: 1px solid #929777;
    font-size: 12px;
    line-height: 24px;
    font-weight: 700;
}

.delivery-tab .btn-holder .form-btn.border-btn:hover {
    background: #929777;
    color: #fff;
}

.list-logos {
    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;
    padding: 30px 10px 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: -22px 0 41px;
    background: #fafafa;
}

.list-logos li {
    margin: 0 23px 15px;
}

.list-logos li img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

.info-box {
    padding: 10px 40px 0 102px;
    margin: 0 0 37px;
    position: relative;
    font-weight: 400;
    font-size: 19px;
    line-height: 25px;
    color: #000000;
    letter-spacing: 0.04em;
    z-index: 0;
}

.info-box:after {
    position: absolute;
    content: "\e80e";
    font-family: "fontello";
    margin: 0;
    top: 11px;
    left: 27px;
    color: #929777;
    font-size: 48px;
    line-height: 48px;
}

.info-box.bg-grey {
    margin: 73px 0 82px;
}

.info-box.bg-grey:before {
    position: absolute;
    content: "";
    top: -25px;
    left: -80px;
    right: -70px;
    bottom: -40px;
    background: #fafafa;
    z-index: -1;
}

.info-box.bg-green {
    margin: 64px 0 81px;
}

.info-box.bg-green:before {
    position: absolute;
    content: "";
    top: -25px;
    left: -80px;
    right: -70px;
    bottom: -40px;
    background: #f4f4ef;
    z-index: -1;
}

.list-pay {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 40px;
    background: #fafafa;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 48px 10px 30px;
}

.list-pay li {
    margin: 0 14px 15px;
}

.list-pay li img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

.head-article {
    position: relative;
    margin: -8px -103px 26px;
    overflow: hidden;
}

.head-article img {
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.head-article:before {
    display: block;
    content: "";
    padding: 31.3% 0 0;
}

.head-article:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.head-article:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.head-article:hover:after {
    opacity: 1;
}

.article-block {
    margin: 0 0 57px;
}

.article-block .article-text ul {
    padding: 8px 81px 65px;
}

.article-block .article-text ul li {
    position: relative;
    padding: 0 0 0 45px;
    margin: 0 0 16px;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #000000;
    letter-spacing: 0.01em;
}

.article-block .article-text ul li:after {
    position: absolute;
    content: "\e802";
    font-family: "fontello";
    font-size: 30px;
    line-height: 1;
    color: #000;
    top: 1px;
    left: 0;
}

.article-block .article-text p {
    margin: 0 0 35px;
    font-weight: 300;
    font-size: 17px;
    line-height: 25px;
    color: #000000;
    letter-spacing: 0.025em;
    padding: 0 81px;
}

.article-block .article-text p.annotation {
    margin: 0 0 17px;
    font-size: 24px;
    line-height: 33px;
    font-weight: 400;
    letter-spacing: 0.011em;
}

.article-block ol {
    counter-reset: li;
    margin: -2px 0 46px;
    padding: 0 81px;
}

.article-block ol li {
    font-weight: 400;
    font-size: 19px;
    line-height: 30px;
    color: #000000;
    margin: 0 0 12px;
    position: relative;
    padding: 0 0 0 48px;
    letter-spacing: 0.01em;
}

.article-block ol li:before {
    counter-increment: li;
    content: counters(li, ".");
    position: absolute;
    top: -2px;
    left: -4px;
    border-radius: 50%;
    background: #929777;
    width: 33px;
    height: 33px;
    padding: 2px;
    text-align: center;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    letter-spacing: -0.01em;
    color: #ffffff;
}

.article-block .info-box.bg-green:before {
    left: 0;
    right: 0;
}

.article-block .link-holder {
    text-align: right;
    margin: 0 0 52px;
    padding: 0 44px 0 0;
}

.article-block .link-holder .link {
    display: inline-block;
    vertical-align: top;
    padding: 0 0 2px;
    font-weight: 600;
    font-size: 23px;
    line-height: 34px;
    text-align: center;
    letter-spacing: -0.01em;
    color: #000000;
    position: relative;
    border-bottom: 2px dotted rgba(0, 0, 0, 0.5);
}

.article-block .link-holder .link:after {
    position: absolute;
    content: "";
    top: 15px;
    right: -25px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #000;
    border-left: 2px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.article-block .link-holder .link:hover {
    border-bottom: 2px dotted transparent;
}

.article-block .bottom-box {
    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;
    padding: 26px 0 0;
    border-top: 1px solid #e9eded;
}

.article-photo {
    margin: 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.article-photo .col-50 {
    width: 50%;
    padding: 0 1px;
    margin: 0 0 41px;
}

.article-photo .col-30 {
    width: 33.3%;
    padding: 0 1px;
    margin: 0 0 41px;
}

.article-photo img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

.rating-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 19px 0 0;
}

.rating-box span {
    display: block;
    margin: 0 0 10px 14px;
    font-weight: 300;
    font-size: 12px;
    line-height: 24px;
    color: #989898;
}

.rating-box .rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.rating-box .rating li {
    margin: 0 0 10px 4px;
}

.rating-box .rating li.active a i:before {
    color: #c6d56d;
}

.rating-box .rating a {
    display: block;
}

.rating-box .rating a i {
    display: block;
    color: #f4f5f5;
}

.rating-box .rating a i:before {
    margin: 0;
    font-size: 20px;
    line-height: 20px;
    color: #f4f5f5;
}

.goods-block.bg-grey .tab {
    background: #f8f9f9;
}

.goods-block.bg-grey .tab:after,
.goods-block.bg-grey .tab:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    background: #f8f9f9;
    width: 100vw;
    z-index: -1;
}

.goods-block.bg-grey .tab:after {
    right: 100%;
}

.goods-block.bg-grey .tab:before {
    left: 100%;
}

.contacts-block {
    padding: 8px 0 0;
}

.catalog-tab {
    margin: -14px 0 0;
}

.catalog-tab .head-box {
    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;
}

.catalog-tab .link-holder {
    padding: 0 10px 0 0;
}

.catalog-tab .link-holder a {
    font-weight: 300;
    font-size: 23px;
    line-height: 25px;
    color: black;
    letter-spacing: 0.025em;
}

.catalog-tab .link-holder a:hover {
    color: #000 !important;
    text-decoration: underline;
}

.catalog-tab .tab-control {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.catalog-tab .tab-control li {
    margin: 0 32px 0 0;
}

.catalog-tab .tab-control li.active a {
    color: #000;
}

.catalog-tab .tab-control a {
    font-size: 23px;
    line-height: 25px;
    color: #989898;
    letter-spacing: 0.025em;
    padding: 0 0 14px;
}

.catalog-tab .tab-control a:after {
    height: 1px;
}

.catalog-tab .tab {
    padding-bottom: 4px;
}

.address-block .num-address {
    display: block;
    margin: 0 0 25px;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    color: #000000;
    letter-spacing: -0.01em;
}

.address-block .address-list {
    margin: 0 0 0;
}

.address-block .item-address {
    margin: 0 0 58px;
}

.address-block .item-address .address-box {
    position: relative;
    margin: 0 0 14px;
    padding: 0 0 0 30px;
}

.address-block .item-address .address-box:after {
    position: absolute;
    content: "\e806";
    font-family: "fontello";
    margin: 0;
    top: 7px;
    left: 3px;
    font-size: 14px;
    line-height: 1;
    color: #000;
}

.address-block .item-address .address-box .address {
    display: block;
    margin: 0 0 13px;
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    color: #000000;
}

.address-block .item-address .address-box .time {
    display: block;
    margin: 0 0 14px;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
}

.address-block .item-address .address-box .phone {
    display: inline-block;
    vertical-align: top;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #000000;
}

.address-block .item-address .address-box .phone:hover {
    text-decoration: underline;
}

.address-block .item-address .btn {
    border-radius: 80px;
}

.address-block .desc-address {
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    color: #989898;
    margin: -21px 0 32px;
}

.address-block .desc-address p {
    margin: 0 0 19px;
}

.address-block .reg-address {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    letter-spacing: 0.025em;
}

.address-block .reg-address p {
    margin: 0 0 10px;
}

.address-block .reg-address p span {
    display: block;
}

.map-block .row {
    position: relative;
    z-index: 0;
    padding: 0 65px 0 0;
}

.map-block .row:after {
    position: absolute;
    content: "";
    top: -30px;
    left: 15px;
    right: 15px;
    bottom: 0;
    background: #f8f9f9;
    z-index: -1;
}

.map-block .row .col-50 {
    margin: 0;
}

.map-block .contact-box {
    padding: 3px 0 0 27%;
    margin: 0 0 38px;
}

.map-block .contact-box strong {
    display: block;
    margin: 0 0 11px;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    color: #000000;
    padding: 0 0 0 7px;
}

.map-block .list-contact {
    margin: 0 0 0;
}

.map-block .list-contact .phone {
    font-weight: 600;
    font-size: 17px;
    line-height: 27px;
    letter-spacing: -0.01em;
    color: #000000;
    margin: 0 0 0;
    padding: 0 0 0 9px;
}

.map-block .list-contact .phone a:hover {
    text-decoration: underline;
}

.map-block .list-contact .email {
    margin: 0 0 8px;
    font-weight: 300;
    font-size: 14px;
    line-height: 24px;
    color: #000000;
    padding: 2px 0 0 9px;
}

.map-block .list-contact .email a:hover {
    text-decoration: underline;
}

.map-block .list-contact .skype-btn {
    position: relative;
    font-weight: 600;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: -0.02em;
    color: #000000;
    display: inline-block;
    vertical-align: top;
    padding: 1px 28px 3px 51px;
    border: 1px solid #989898;
    border-radius: 80px;
}

.map-block .list-contact .skype-btn:hover {
    background: #989898;
}

.map-block .list-contact .skype-btn:after {
    position: absolute;
    content: "\e810";
    color: #929777;
    font-size: 18px;
    line-height: 1;
    margin: 0;
    top: 50%;
    left: 21px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: "fontello";
}

.map-block .map {
    height: 618px;
    background: #eee;
    -webkit-box-shadow: 0px 4px 20px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0px 4px 20px 0 rgba(0, 0, 0, 0.08);
}

.basket-block {
    margin: -11px 0 84px;
}

.basket-block .basket-box {
    margin: -19px 0 0;
}

.sum-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 18px 39px 0 0;
}

.sum-box .price {
    margin: 0 17px 0 0;
}

.sum-box .price span {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through;
    color: #989898;
    display: inline-block;
    vertical-align: top;
}

.sum-box .price strong {
    display: block;
    font-weight: 700;
    font-size: 40px;
    line-height: 24px;
    color: #000000;
    white-space: nowrap;
}

.sum-box .saving {
    padding: 3px 3px 4px;
    font-weight: 800;
    font-size: 12px;
    line-height: 12px;
    color: #ffffff;
    background: #929777;
}

.basket-list {
    margin: 0 0 0;
}

.basket-list .item-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 50px 10px 10px;
    margin: 0 0 3px;
    border-bottom: 1px solid #edefef;
    position: relative;
}

.basket-list .item-slide .close {
    position: absolute;
    right: 39px;
    top: 50%;
    -webkit-transform: translateY(-170%);
    transform: translateY(-170%);
    width: 8px;
    height: 8px;
}

.basket-list .item-slide .close:after,
.basket-list .item-slide .close:before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    background: #000;
    width: 12px;
    height: 2px;
}

.basket-list .item-slide .close:after {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}

.basket-list .item-slide .close:before {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}

.basket-list .item-slide .close:hover:after,
.basket-list .item-slide .close:hover:before {
    background: #dc0f0f;
}

.basket-list .item-slide .title-goods {
    /*margin-top: -10px;*/
}

.basket-list .item-slide .title-goods a {
    letter-spacing: 0.05em;
}

.basket-list .item-slide .vendor-code {
    display: block;
    font-weight: 300;
    font-size: 14px;
    line-height: 24px;
    color: #000000;
}

.basket-list .item-slide .price-box {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.basket-list .item-slide .price {
    font-weight: 400;
    font-size: 16px;
    margin: 0 5px 0 0;
    min-width: 78px;
}

.basket-list .item-slide .sum-price {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    margin: 0 0 0 27px;
}

.basket-list .item-slide:hover .img-box a {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.basket-list .img-box {
    width: 120px;
    margin: 0;
}

.basket-list .img-box a:before,
.basket-list .img-box a:after {
    display: none;
}

.basket-list .desc-slide {
    padding: 0 0 0 34px;
    width: calc(100% - 120px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.basket-list .inner-desc {
    /*width: 42%;*/
    padding: 20px 20px 0 0;
}

.basket-list .price-box {
    width: 58%;
    padding: 0 0 10px;
}

.shot_desc-box {
    background: #f4f5f5;
    padding: 40px 58px 40px 46px;
    margin: -10px 0 0 -5px;
}

.shot_desc-box .title {
    display: block;
    margin: 0 0 16px;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.01em;
    color: #000000;
}

.shot_desc-box .desc-del {
    margin: 0 0 12px;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #b9b9b9;
}

.shot_desc-box .sum-box {
    padding: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 0 46px;
}

.shot_desc-box .btn {
    display: block;
    margin: 0 0 12px;
    text-align: center;
    padding: 17px 10px 15px;
    color: #fff;
    background: #dc0f0f;
    border: 1px solid #dc0f0f;
    max-width: 313px;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.shot_desc-box .bonus {
    display: block;
    margin: 0 0 39px;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    color: #000000;
}

.shot_desc-box .bonus em {
    font-style: normal;
    font-weight: 700;
}

.shot_desc-box .desc {
    display: block;
    text-align: center;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: #b9b9b9;
}

.add_basket-block .gallery {
    margin: -10px -10px 0;
}

.add_basket-block .item-slide {
    width: 16.6%;
    padding: 0 12px;
}

.add_basket-block .item-slide .img-box {
    margin: 0 0 7px;
}

.add_basket-block .item-slide .title-goods a {
    font-size: 14px;
    line-height: 20px;
}

.add_basket-block .item-slide .price {
    font-size: 16px;
    line-height: 24px;
}

.form .input-holder {
    margin: 0 0 18px;
}

.form .textarea-holder {
    margin: 0 0 41px;
}

.form .title-input {
    margin: 0 0 1px;
    display: block;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    color: #000000;
}

.form textarea,
.form input[type="password"],
.form input[type="text"] {
    display: block;
    margin: 0 0 1px;
    height: 50px;
    width: 100%;
    background: #ffffff;
    border: 1px solid #e0e0e0;
    padding: 5px 22px;
    font-weight: 600;
    font-size: 18px;
    line-height: 1;
    color: #000000;
}

.form textarea {
    height: 153px;
    resize: none;
    padding: 15px 22px;
}

.form .error-text {
    display: block;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #b9b9b9;
    letter-spacing: 0.025em;
}

.form .error-text a {
    text-decoration: underline;
}

.form .error-text a:hover {
    text-decoration: none;
}

.form .col-50 {
    margin: 0;
}

.order-form {
    margin: -12px 0 0;
}

.order-form .subtitle-form {
    display: block;
    margin: 0 0 22px;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.04em;
    color: #000000;
}

.order-form .check-box {
    padding: 3px 0 0;
}

.order-form .check-box label {
    font-size: 18px;
}

.order-form .check-box label span {
    display: block;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    padding: 6px 0 0;
    margin: 0 0 14px;
}

.order-form .list-check {
    margin: 0 0 31px;
}

.order-form .list-check li {
    margin: 0 0 9px;
}

.order-form .express-delivery {
    background: #f4f5f5;
    padding: 25px 63px 25px 40px;
    margin: 0 0 46px;
    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;
}

.order-form .express-delivery span {
    display: block;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #000000;
}

.order-form .express-delivery strong {
    font-weight: 700;
    font-size: 30px;
    line-height: 24px;
    color: #000000;
}

.order-block {
    padding: 46px 0 0 222px;
    position: relative;
    margin: 0 0 90px;
}

.order-block:after {
    position: absolute;
    content: "";
    top: 51px;
    left: 0;
    width: 162px;
    height: 157px;
    background: url("/local/templates/stalker.3.0/css/../images/icon-09.svg") no-repeat;
    background-size: 100%;
}

.order-block .title-block {
    font-size: 35px;
    line-height: 44px;
    letter-spacing: 0;
    margin: 0 0 15px;
}

.order-block .bonus {
    display: block;
    margin: 0 0 17px;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #000000;
}

.order-block .bonus em {
    font-weight: 700;
    font-style: normal;
}

.order-block .order-num {
    display: inline-block;
    vertical-align: top;
    padding: 21px 41px 19px 45px;
    margin: 0 0 20px;
    font-weight: 400;
    font-size: 36px;
    line-height: 1;
    color: #787c5c;
    background: #f0f1e6;
}

.order-block p {
    margin: 0 0 38px;
    font-weight: 300;
    font-size: 19px;
    line-height: 25px;
    color: #000000;
    padding: 0 0 0 6px;
    max-width: 730px;
    letter-spacing: 0.03em;
}

.order-block .btn {
    border-radius: 80px;
    max-width: 222px;
}

.account-block {
    margin: -10px 0 44px;
}

.account-block .col-25 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.account-block .col-75 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.sidebar {
    margin: -61px 0 0 -8px;
    padding: 0 10px 0 0;
}

.sidebar .account-nav {
    margin: 0 0 30px;
    padding: 0 17px 13px 42px;
    background: #f4f5f5;
}

.sidebar .user-title {
    padding: 19px 0 16px;
    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;
    position: relative;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0.05em;
    color: #000000;
    border-bottom: 1px solid #e5e9e9;
    margin: 0 0 10px;
}

.sidebar .user-title .icon-user {
    width: 33px;
    height: 33px;
    background: #ffffff;
    position: relative;
    margin: 0 15px 0 0;
    display: block;
    border-radius: 50%;
}

.sidebar .user-title .icon-user:before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0;
    color: #b9b9b9;
    font-size: 18px;
    line-height: 1;
}

.sidebar ul {
    margin: 0 0 8px;
}

.sidebar ul li {
    border-bottom: 1px solid #e5e9e9;
}

.sidebar ul li:last-child {
    border: none;
}

.sidebar ul li.active a {
    font-weight: 600;
}

.sidebar ul li.active a:after {
    opacity: 1;
}

.sidebar ul a {
    display: block;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0.05em;
    color: #000000;
    padding: 11px 0 12px;
    position: relative;
    z-index: 0;
}

.sidebar ul a:after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: -42px;
    right: -17px;
    opacity: 0;
    background: #fcfcfc;
    z-index: -1;
}

.sidebar ul a:hover:after {
    opacity: 1;
}

.sidebar .exit-btn a {
    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;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0.05em;
    color: #000000;
    padding: 11px 0 12px;
    position: relative;
    z-index: 0;
}

.sidebar .exit-btn a:after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: -42px;
    right: -17px;
    opacity: 0;
    background: #fcfcfc;
    z-index: -1;
}

.sidebar .exit-btn a:hover:after {
    opacity: 1;
}

.sidebar .exit-btn a .icon-exit {
    margin: 0 13px 0 0;
    display: block;
    width: 20px;
}

.sidebar .exit-btn a .icon-exit:before {
    margin: 0;
    font-size: 20px;
    line-height: 1;
    color: #929777;
}

.sidebar .list-nav li {
    margin: 0 0 11px;
    border: none;
}

.sidebar .list-nav a {
    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;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0.05em;
    color: #000000;
    background: #f9f9f9;
    padding: 20px 20px 22px 54px;
}

.sidebar .list-nav a i {
    color: #000;
    margin: 0 21px 0 0;
    width: 15px;
}

.sidebar .list-nav a i:before {
    margin: 0;
    line-height: 1;
}

.sidebar .list-nav a i.icon-phone:before {
    font-size: 15px;
}

.sidebar .list-nav a i.icon-faq:before {
    font-size: 18px;
}

.sidebar .list-nav a i.icon-comment_2:before {
    font-size: 15px;
}

.sidebar .list-nav a:hover {
    background: #fcfcfc;
}

.account-box .list-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -9px -15px 28px;
}

.account-box .list-menu li {
    width: 33.3%;
    padding: 0 15px;
    margin: 0 0 22px;
}

.account-box .list-menu a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background: #ffffff;
    border: 1px solid #f2f3f3;
    padding: 29px 0 24px 28px;
}

.account-box .list-menu a:hover {
    background: #f2f2ee;
}

.account-box .list-menu .icon {
    width: 61px;
    text-align: center;
}

.account-box .list-menu .icon img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

.account-box .list-menu span {
    font-weight: 600;
    font-size: 19px;
    line-height: 24px;
    letter-spacing: -0.01em;
    color: #000000;
    display: block;
    padding: 0 0 0 18px;
}

.account-box .order-form {
    margin: -12px 0 13px;
}

.account-box .basket-box .subtitle-form {
    display: block;
    margin: 0 0 18px;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.04em;
    color: #000000;
}

.account-box .basket-box .inner-desc {
    width: 36%;
}

.account-box .basket-box .item-slide .price-box {
    width: 64%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.account-box .basket-box .item-slide .price-box .inner-price {
    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;
}

.account-box .basket-box .item-slide .num-item {
    display: block;
    text-align: center;
    font-weight: 300;
    font-size: 14px;
    line-height: 24px;
    color: #000000;
    min-width: 126px;
}

.account-box .basket-box .item-slide .sum-price {
    margin: 0 0 0 31px;
}

.account-box .basket-box .item-slide .act {
    display: block;
    font-weight: 500;
    font-size: 13px;
    line-height: 24px;
    letter-spacing: 0.055em;
    min-width: 80px;
    margin: 0 0 0 0;
}

.account-box .basket-box .item-slide .act.paid {
    color: #408321;
}

.account-box .basket-box .item-slide .act.processing {
    color: #acacac;
}

.account-box .basket-box .item-slide .act.canceled {
    color: #9d0d0d;
}

.account-box .basket-box .item-slide .act.delivered {
    color: #929777;
}

.account-box .sum-box {
    padding-right: 0;
}

.product-box {
    margin: -10px 0 8px;
}

.visual-product {
    margin: 0 -15px 0 0;
    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;
}

.visual-product .nav-slider {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 85px;
    margin: -2px 0 0;
    height: 475px;
}

.visual-product .nav-slider .item-slide {
    padding: 8px 0;
    width: 100%;
    border: none;
    cursor: pointer;
}

.visual-product .nav-slider .item-slide.slick-current .inner-slide:after {
    /*border: 1px solid #7a7e60;*/
    border: 1px solid #aab759;
}

.visual-product .nav-slider .inner-slide {
    position: relative;
    padding: 0 5px;
}

.visual-product .nav-slider .inner-slide:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid transparent;
}

.visual-product .nav-slider .inner-slide img {
    width: 100%;
    height: auto;
    vertical-align: top;
}

.visual-product .nav-slider .slick-arrow {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border: none;
    background: none;
    color: transparent;
    padding: 0;
    width: 16px;
    height: 8px;
}

.visual-product .nav-slider .slick-arrow:after {
    position: absolute;
    content: "\e800";
    font-family: "fontello";
    font-size: 16px;
    line-height: 1;
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
    color: #000;
    top: 50%;
    left: 50%;
    margin: 0 0 0 0;
}

.visual-product .nav-slider .slick-arrow.slick-next {
    bottom: 5px;
}

.visual-product .nav-slider .slick-arrow.slick-prev {
    top: -10px;
}

.visual-product .nav-slider .slick-arrow.slick-prev:after {
    -webkit-transform: translate(-50%, -50%) rotate(-90deg);
    transform: translate(-50%, -50%) rotate(-90deg);
}

.visual-product .product-slider {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: calc(100% - 105px);
    overflow: hidden;
    /* max-height: 456px; */
}

.visual-product .product-slider .item-slide {
    position: relative;
    overflow: hidden;
    /* width: 100%; */
}

.visual-product .product-slider .item-slide img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

.product-item-detail-slider-image.active {
    opacity: 0;
}

/*
.visual-product .product-slider .item-slide img,
.visual-product .nav-slider .inner-slide img{
  opacity:0;
  transition: 0.01s;
  animation: show 0.1s 1;
  animation-fill-mode: forwards;
  animation-delay: 0.3s;
}

@keyframes show{
  0%{
    opacity:0;
  }
  100% {
    opacity:1;
  }
}
*/

.visual-product .product-slider .flag {
    position: absolute;
    top: 10px;
    right: 7px;
    color: #fff;
    font-weight: 700;
    font-size: 12px;
    padding: 4px 11px 3px;
    display: block;
    line-height: 12px;
    border-radius: 10px;
    text-transform: uppercase;
}

.visual-product .product-slider .flag.sale {
    background: #B2FF34;
    color: #000;
    padding: 4px 17px 3px;
    font-size: 10px;
}

.visual-product .product-slider .flag.sale.sale-is-opt {
    background: #B2FF34;
    color: #000;
    padding: 4px 17px 3px;
    font-size: 10px;
}

.product-form {
    padding: 3px 0 0 18px;
    margin: 0 0 0;
}

.product-form .estimate-block {
    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;
    margin: -21px 0 0;
}

.product-form .estimate-block .product-logo {
    display: block;
    margin: 0 10px 4px 0;
}

.product-form .estimate-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 1px;
}

.product-form .estimate-box .vendor-code {
    display: block;
    margin: 0 31px 10px 0;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    letter-spacing: 0.06em;
}

.product-form .estimate-box .rating-box {
    padding: 0;
}

.product-form .estimate-box .rating-box .rating li {
    margin: 0 3px 10px 0;
}

.product-form .estimate-box .rating-box .rating a i {
    line-height: 24px;
}

.product-form .estimate-box .rating-box .rating a i:before {
    font-size: 14px;
    line-height: 1;
}

.product-form .estimate-box .rating-box span {
    margin: 0 0 10px 9px;
}

.product-form .estimate-box .num-review {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 10px 22px;
    padding: 0 0 0;
    border-bottom: 1px dotted #000;
    font-weight: 300;
    font-size: 13px;
    line-height: 24px;
    color: #000000;
    letter-spacing: 0.04em;
}

.product-form .color-block {
    margin: 0 0 0;
}

.product-form .color-block.not-slide .name-color {
    margin: 0 0 -5px;
}

.product-form .color-block .name-color {
    display: block;
    margin: 0 0 11px;
    font-weight: 300;
    font-size: 14px;
    line-height: 24px;
    color: #000000;
}

.product-form .color-block .name-color strong {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 6px;
    font-weight: 600;
}

.product-form .slider-color {
    padding: 0 0 0;
    max-width: 736px;
    /*padding: 0 20px 0;*/
}

.product-form .slider-color .item-slide {
    padding: 0 5px;
}

.product-form .slider-color .item-slide.selected .inner-slide:after {
    opacity: 1;
}

.product-form .slider-color .inner-slide {
    display: block;
    position: relative;
}

.product-form .slider-color .inner-slide:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border: 1px solid #929777;
    opacity: 0;
}

.product-form .size-box .inner-slide:after {
    border: 0;
}

.product-form .slider-color .slick-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-76%);
    transform: translateY(-76%);
    color: transparent;
    border: none;
    background: none;
    width: 8px;
    height: 16px;
    padding: 0;
}

.product-form .slider-color .slick-arrow:after {
    position: absolute;
    content: "\e800";
    color: #000;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 16px;
    line-height: 1;
    font-family: "fontello";
    margin: 0;
}

.product-form .slider-color .slick-arrow.slick-prev {
    left: 2px;
}

.product-form .slider-color .slick-arrow.slick-prev:after {
    -webkit-transform: translate(-50%, -50%) rotate(180deg);
    transform: translate(-50%, -50%) rotate(180deg);
}

.product-form .slider-color .slick-arrow.slick-next {
    right: -3px;
}

.product-form .slider-color .slick-arrow.slick-disabled:after {
    color: #c4c4c4;
}

.product-form .sum-box {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 20px 0 0;
    margin: 0 0 14px;
}

.product-form .sum-box .retail {
    font-weight: 400;
    font-size: 24px;
    line-height: 24px;
    color: #989898;
    -webkit-text-decoration-line: none;
    text-decoration-line: none;
    margin: 0 0 9px;
}

.product-form .sum-box .retail small {
    font-size: 17px;
    letter-spacing: 0.05em;
}

.product-form .sum-box .red {
    background: #dc0f0f;
    padding: 3px 7px 4px;
    margin: 0 0 2px;
}

.product-form .sum-box strong em {
    font-style: normal;
    font-size: 18px;
}

.product-form .size-box {
    margin: 0 0 16px;
    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;
}

.product-form .size-box span {
    display: block;
    margin: 0 23px 10px 0;
    font-weight: 300;
    font-size: 12px;
    line-height: 24px;
    color: #000000;
}

.product-form .size-box .size-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.product-form .size-box .size-list li {
    margin: 0 9px 10px 0;
}

.product-form
.size-box
.size-list
li.selected
.product-item-scu-item-color-block,
.product-form
.size-box
.size-list
li.selected
.product-item-scu-item-text-block,
.product-form .size-box .size-list li.active a {
    color: #fff;
    background: #000;
}

.product-form
.size-box
.size-list
li.notallowed
.product-item-scu-item-color-block,
.product-form
.size-box
.size-list
li.notallowed
.product-item-scu-item-text-block,
.product-form .size-box .size-list li.not_available span {
    color: #e5e5e5;
    border: 1px solid #e5e5e5;
    display: block;
    padding: 7px 5px 6px;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.02em;
    border-radius: 80px;
    margin: 0;
    min-width: 53px;
}

.product-form .size-box .size-list .product-item-scu-item-text-block,
.product-form .size-box .size-list .product-item-scu-item-color-block,
.product-form .size-box .size-list a {
    display: block;
    padding: 7px 5px 6px;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.02em;
    color: #000000;
    min-width: 53px;
    border: 1px solid #000000;
    border-radius: 80px;
}

.product-form .size-box .size-list .product-item-scu-item-text-block:hover,
.product-form .size-box .size-list .product-item-scu-item-color-block:hover,
.product-form .size-box .size-list a:hover {
    background: #000;
    color: #fff;
}

.product-form .add_basket-box {
    margin: 0 0 15px;
    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;
}

.product-form .add_basket-box .add_basket-box {
    margin: 0;
}

.product-form .add_basket-box .count-box {
    height: 58px;
    padding: 0 50px;
    max-width: 190px;
    margin: 0 10px 10px 0;
}

.product-form .add_basket-box .count-box input {
    height: 58px;
}

.product-form .add_basket-box .count-box a {
    width: 20px;
    height: 20px;
}

.product-form .add_basket-box .count-box a:after {
    font-size: 18px;
}

.product-form .add_basket-box .count-box a.plus {
    right: 19px;
}

.product-form .add_basket-box .count-box a.minus {
    left: 20px;
}

.product-form .add_basket-box span {
    display: block;
    margin: 0 10px 10px 0;
}

.product-form .add_basket-box span:last-child {
    margin: 0 0 10px;
}

.product-form .add_basket-box .red-btn {
    color: #fff;
    width: 300px;
    max-width: 100%;
    text-transform: uppercase;
    background: #dc0f0f;
    border: 1px solid #dc0f0f;
    padding: 21px 10px;
    font-size: 15px;
    letter-spacing: 0.1em;
}

.product-form .add_basket-box .red-btn em {
    font-style: normal;
}

.product-form .add_basket-box .red-btn:hover {
    background: transparent;
    color: #dc0f0f;
}

.product-form .add_basket-box .favorite-btn {
    padding: 16px 5px 15px;
    background: #f4f5f5;
    display: block;
    width: 48px;
    text-align: center;
    color: #b9b9b9;
    margin: 0 0 0 8px;
}

.product-form .add_basket-box .favorite-btn.active,
.product-form .add_basket-box .favorite-btn:hover {
    color: #ffffff;
    background: #929777;
}

.product-form .add_basket-box .border-btn {
    max-width: 100%;
    width: 166px;
    border: 1px solid #929777;
    font-size: 12px;
    text-transform: uppercase;
    color: #929777;
    letter-spacing: 0.05em;
    padding: 21px 10px;
}

.product-form .add_basket-box .border-btn:hover {
    color: #fff;
    background: #929777;
}

.product-form .add_basket-box .form-btn {
    padding: 16px 10px;
    max-width: 100%;
    width: 300px;
    font-size: 16px;
    height: auto;
}

.product-form .delivery-list li {
    position: relative;
    padding: 0 0 0 35px;
    margin: 0 0 15px;
}

.product-form .delivery-list li:after {
    position: absolute;
    top: 2px;
    left: 4px;
    margin: 0;
    font-family: "fontello";
    color: #000;
    line-height: 1;
}

.product-form .delivery-list li.delivery:after {
    font-size: 14px;
    content: "\e817";
}

.product-form .delivery-list li.payment:after {
    font-size: 13px;
    content: "\e816";
}

.product-form .delivery-list li.pickup:after {
    font-size: 16px;
    content: "\e818";
}

.product-form .delivery-list span {
    display: block;
    margin: 0 0 5px;
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    color: #000000;
}

.product-form .delivery-list span strong {
    font-weight: 600;
}

.product-form .delivery-list span.desc {
    font-weight: 300;
    font-size: 12px;
    line-height: 16px;
    color: #989898;
}

.product-form .delivery-list .list-address li {
    padding: 0;
    margin: 0 0 0;
    font-size: 12px;
    line-height: 22px;
    font-weight: 300;
}

.product-form .delivery-list .list-address li a {
    text-decoration: underline;
}

.product-form .delivery-list .list-address li a:hover {
    text-decoration: none;
}

.product-form .delivery-list .list-address li em {
    position: relative;
    padding: 0 0 0 0;
    font-style: normal;
    font-weight: 600;
    margin: 0 0 0 7px;
}

.product-form .delivery-list .list-address li em:after,
.product-form .delivery-list .list-address li em:before {
    position: absolute;
    content: "";
    bottom: 4px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
}

.product-form .delivery-list .list-address li em:after {
    right: -14px;
}

.product-form .delivery-list .list-address li em:before {
    right: -24px;
}

.product-form .delivery-list .list-address li em.not_available,
.product-form .delivery-list .list-address li em.few {
    color: #000;
}

.product-form .delivery-list .list-address li em.lot {
    color: #8a944b;
}

.product-form .delivery-list .list-address li em.not_available:after {
    background: #dedede;
}

.product-form .delivery-list .list-address li em.not_available:before {
    display: none;
}

.product-form .delivery-list .list-address li em.few:after {
    background: #8a944b;
}

.product-form .delivery-list .list-address li em.few:before {
    background: #dedede;
}

.product-form .delivery-list .list-address li em.lot:after,
.product-form .delivery-list .list-address li em.lot:before {
    background: #8a944b;
}

.product-form .available-title {
    padding: 28px 0 0;
}

.product-form .available-title strong {
    display: block;
    margin: 0 0 22px;
    font-weight: 400;
    font-size: 40px;
    line-height: 1;
    color: #000000;
    letter-spacing: 0.01em;
}

.product-form .size_opt-box {
    margin: 0 0 27px;
}

.product-form .size_opt-box span {
    display: block;
    margin: 0 0 1px;
    font-weight: 300;
    font-size: 12px;
    line-height: 18px;
    color: #000000;
}

.product-form .size_opt-box .list-size li {
    padding: 0 9px 11px 5px;
    margin: 0 0 12px;
    border-bottom: 1px solid #edefef;
    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;
}

.product-form .size_opt-box .list-size .size {
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    color: #000000;
    flex: 0 0 95px;
    word-wrap: anywhere;
}

.product-form .size_opt-box .count-block {
    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;
    width: auto;
}

.product-form .size_opt-box .count-block > em {
    display: block;
    margin: 0 20px 0 0;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #989898;
}

.product-form .size_opt-box .favorite-btn {
    width: 48px;
    padding: 6px 5px 7px;
    display: block;
    background: #f4f5f5;
    color: #b9b9b9;
    text-align: center;
}

.product-form .size_opt-box .favorite-btn:hover {
    color: #dc0f0f;
}

.product-form .size_opt-box .red-btn {
    color: #fff;
    width: 300px;
    max-width: 100%;
    text-transform: uppercase;
    background: #dc0f0f;
    border: 1px solid #dc0f0f;
    padding: 12px 10px;
    font-size: 15px;
    letter-spacing: 0.1em;
    margin: 0 20px 0 0;
}

.product-form .size_opt-box .red-btn:hover {
    background: transparent;
    color: #dc0f0f;
}

.product-form .size_opt-box .red-btn em {
    font-style: normal;
}

.product-form .size_opt-box .count-box {
    max-width: 190px;
    height: 40px;
    margin: 0 8px 0 0;
    padding: 0 45px;
}

.product-form .size_opt-box .count-box input {
    height: 40px;
}

.product-form .size_opt-box .count-box a {
    width: 20px;
    height: 20px;
}

.product-form .size_opt-box .count-box a:after {
    font-size: 18px;
}

.product-form .size_opt-box .count-box a.plus {
    right: 20px;
}

.product-form .size_opt-box .count-box a.minus {
    left: 20px;
}

.product-form .size_opt-box .form-btn {
    width: 300px;
    max-width: 100%;
    text-transform: uppercase;
    padding: 7px 10px;
    font-size: 15px;
    letter-spacing: 0.15em;
    margin: 0 20px 0 0;
    height: auto;
}

.product-form .size_opt-box .form-btn i {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 0;
    font-size: 10px;
    line-height: 1;
}

.product-form .size_opt-box .form-btn:hover {
    color: #7a7e60;
}

.product-form .size_opt-box .favorite-btn.active,
.product-form .size_opt-box .add-btn {
    width: 48px !important;
    border: 1px solid #929777 !important;
    padding: 5px 5px 6px !important;
    text-align: center !important;
    background: white !important;
}

.product-form .size_opt-box .favorite-btn.active i,
.product-form .size_opt-box .add-btn i {
    color: #929777 !important;
    font-size: 10px !important;
    line-height: 1 !important;
}

.product-form .size_opt-box .favorite-btn.active:hover,
.product-form .size_opt-box .add-btn:hover {
    background: #929777 !important;
}

.product-form .size_opt-box .favorite-btn.active:hover i,
.product-form .size_opt-box .add-btn:hover i {
    color: #fff !important;
}

.product_desc-box {
    margin: 0 0 46px;
}

.specifications-block p {
    font-weight: 300;
    font-size: 17px;
    line-height: 25px;
    color: #000000;
    margin: 0 0 33px;
    letter-spacing: 0.034em;
}

.specifications-block p.subtitle {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0.01em;
    margin: 0 0 11px;
}

.specifications-block .list-specifications {
    margin: 0 0 8px;
}

.specifications-block .list-specifications li {
    margin: 0 -20px 0 0;
}

.specifications-block .list-specifications li a {
    text-decoration: underline;
}

.specifications-block .list-specifications li a:hover {
    text-decoration: none;
}

.specifications-block .list-specifications li:after {
    clear: both;
    display: block;
    content: "";
}

.specifications-block .list-specifications li.hide {
    display: none;
}

.specifications-block .list-specifications span {
    float: left;
    overflow: hidden;
    width: 56%;
}

.specifications-block .list-specifications span em {
    display: inline-block;
    vertical-align: top;
    background: #fff;
    font-style: normal;
    position: relative;
    font-weight: 300;
    font-size: 18px;
    line-height: 20px;
    color: #000000;
}

.specifications-block .list-specifications span em:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 100%;
    width: 9999px;
    border-bottom: 1px dotted #989898;
}

.specifications-block .list-specifications strong {
    float: left;
    width: 44%;
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    color: #000000;
}

.specifications-block .specifications-box {
    margin: 0 0 24px;
}

.specifications-block .specifications-box .more-list {
    display: inline-block;
    vertical-align: top;
    padding: 0 0 0;
    border-bottom: 1px dotted #000;
    font-weight: 300;
    font-size: 15px;
    line-height: 20px;
    color: #000000;
    letter-spacing: 0.05em;
}

.specifications-block .specifications-box .more-list:hover {
    border-bottom: 1px dotted transparent;
}

.specifications-block .desc-box {
    display: block;
    font-weight: 300;
    font-size: 11px;
    line-height: 18px;
    color: #989898;
    padding: 0 70px 0 0;
    letter-spacing: 0.05em;
}

.recommendation-box {
    padding: 0 0 0 20px;
}

.recommendation-box .gallery {
    margin: -10px 0 0;
    padding: 0 90px 0 3px;
}

.recommendation-box .slick-arrow {
    position: absolute;
    top: 101px;
    right: 20px;
    overflow: hidden;
    color: transparent;
    border-radius: 50%;
    background: #f0f0f0;
    cursor: pointer;
    border: none;
    width: 53px;
    height: 53px;
    padding: 0;
}

.recommendation-box .slick-arrow:after {
    position: absolute;
    content: "\e800";
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #000;
    font-size: 15px;
    line-height: 15px;
    font-family: "fontello";
    width: 7px;
    height: 15px;
}

.recommendation-box .slick-arrow.slick-prev {
    top: 46px;
    right: 20px;
    -webkit-transform: scale(0.72, 0.72);
    transform: scale(0.72, 0.72);
}

.recommendation-box .slick-arrow.slick-prev:after {
    -webkit-transform: translate(-50%, -50%) rotate(-180deg);
    transform: translate(-50%, -50%) rotate(-180deg);
}

.reviews-block {
    margin: 0 0 57px;
}

.reviews-box .title-block {
    margin: 0;
}

.reviews-box .head-box {
    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 0 18px;
}

.reviews-box .head-box .btn {
    border-radius: 80px;
    margin: 0 0 0 20px;
    padding: 11px 32px;
}

.reviews-box .subtitle {
    display: block;
    margin: 0 0 31px;
    font-weight: 400;
    font-size: 19px;
    line-height: 25px;
    color: #b9b9b9;
    letter-spacing: 0.04em;
}

.reviews-box .btn-holder {
    padding: 10px 0 0;
}

.reviews-box .btn-holder .btn {
    border-radius: 80px;
    margin: 0 auto;
    max-width: 265px;
}

.reviews-list .review-item {
    padding: 0 0 11px;
    margin: 0 0 25px;
    border-bottom: 1px solid #edefef;
}

.reviews-list .review-item.with-answer {
    border-bottom: none;
}

.reviews-list .review-head {
    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;
    margin: 0 0 9px;
}

.reviews-list .user-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.reviews-list .user-info .avatar {
    display: block;
    width: 28px;
    height: 28px;
    margin: -2px 18px 0 0;
}

.reviews-list .user-info .avatar img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

.reviews-list .user-info .name {
    display: block;
    margin: 0 18px 0 0;
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    color: #000000;
}

.reviews-list .user-info .date {
    display: block;
    margin: 0 0 0 0;
    font-weight: 300;
    font-size: 18px;
    line-height: 27px;
    color: #000;
}

.reviews-list .rating-box {
    padding: 3px 7px 0 0;
}

.reviews-list .rating-box em {
    font-style: normal;
    display: block;
    margin: 0 11px 10px 0;
    font-weight: 300;
    font-size: 12px;
    line-height: 24px;
    color: #989898;
}

.reviews-list .rating-box span {
    color: #000;
    letter-spacing: 0.025em;
    margin: 0 0 10px 28px;
}

.reviews-list .rating-box .rating a i {
    font-size: 14px;
    line-height: 1;
}

.reviews-list .rating-box .rating a i:before {
    font-size: 14px;
    line-height: 1;
}

.reviews-list .text-review {
    padding: 0 20px 0 0;
    margin: 0 0 16px;
}

.reviews-list .text-review p {
    margin: 0 0 10px;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    color: #000000;
    letter-spacing: 0.01em;
}

.reviews-list .list-photo {
    margin: 0 0 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.reviews-list .list-photo li {
    -webkit-box-flex: 1;
    -ms-flex: 1 auto 95px;
    flex: 1 auto 95px;
    margin: 0 15px 15px 0;
}

.reviews-list .list-photo li img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

.reviews-list .list-share li {
    margin: 0 29px 10px 0;
}

.reviews-list .list-share li.share-faq {
    margin-right: 9px;
}

.reviews-list .list-share li.like a,
.reviews-list .list-share li.dislike a {
    color: #000;
    position: relative;
    padding: 0 0 0 24px;
}

.reviews-list .list-share li.like a:after,
.reviews-list .list-share li.dislike a:after {
    position: absolute;
    content: "\e815";
    top: 0;
    left: 0;
    width: 17px;
    height: 17px;
    font-family: "fontello";
    font-size: 17px;
    line-height: 1;
    margin: 0;
    color: #929777;
}

.reviews-list .list-share li.dislike {
    margin-right: 11px;
}

.reviews-list .list-share li.dislike a:after {
    -webkit-transform: rotate(180deg) scale(-1, 1);
    transform: rotate(180deg) scale(-1, 1);
}

.reviews-list .review-admin {
    position: relative;
    background: #f1f1ee;
    padding: 28px 20% 30px 117px;
    margin: 18px 0 5px;
}

.reviews-list .review-admin .title-review {
    display: block;
    margin: 0 0 0;
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    color: #7a7e60;
}

.reviews-list .review-admin p {
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    color: #000000;
}

.reviews-list .review-admin p a {
    text-decoration: underline;
    color: #7a7e60;
}

.reviews-list .review-admin p a:hover {
    text-decoration: none;
}

.reviews-list .review-admin:after {
    position: absolute;
    content: "";
    width: 34px;
    height: 33px;
    top: 33px;
    left: 59px;
    background: url("/local/templates/stalker.3.0/css/../images/icon-17.svg") no-repeat;
    background-size: 100%;
}

.review-form {
    padding: 43px 44px 50px;
    background: #fafafa;
}

.review-form .title-form {
    display: block;
    margin: 0 0 11px;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -0.01em;
    color: #000000;
}

.review-form p {
    margin: 0 0 20px;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #b9b9b9;
}

.review-form .textarea-holder {
    margin: -5px 0 12px;
}

.review-form textarea {
    height: 123px;
}

.review-form .rating-box {
    padding: 12px 0 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.review-form .rating-box em {
    font-weight: 300;
    font-size: 12px;
    line-height: 24px;
    color: #989898;
    font-style: normal;
    margin: 0 17px 10px 0;
}

.review-form .rating-box .rating li {
    margin: 0 6px 10px 0;
}

.review-form .rating-box .rating a i:before {
    color: #e5e5e5;
    font-size: 29px;
    line-height: 1;
}

.review-form .form-btn {
    text-transform: none;
    height: 39px;
}

.blog-slider {
    margin: 0 -15px;
}

.blog-slider .item-blog-slide {
    width: 442px;
    padding: 0 15px;
}

.social-list.social-list-rozn {
    margin: 10px 0 0;
}

/* FOOTER */
#footer {
    background: #f8f9f9;
    padding: 40px 0 0;
}

#footer .col-30,
#footer .col-70 {
    margin: 0 0 29px;
}

#footer .logotype {
    padding-bottom: 10px;
}

#footer .copy {
    margin: 0 0 20px;
    font-weight: 300;
    font-size: 12px;
    line-height: 18px;
    color: #000000;
    padding: 0 10px 0 0;
    text-align: center;
}

#footer .social-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

#footer .social-list li {
    margin: 0 13px 0 0;
}

#footer .social-list a {
    display: block;
}

#footer .social-list i {
    display: block;
    font-size: 24px;
    line-height: 24px;
}

#footer .social-list i:before {
    margin: 0;
}

#footer .social-list li {
    margin: 0 12px 0 0;
}

#footer .social-list i {
    width: 27px;
    height: 27px;
    border-radius: 50%;
    font-size: 0;
    line-height: 0;
    display: block;
}

#footer .foot-menu {
    margin-right: -117px;
}

#footer .foot-menu .btn-holder {
    padding: 8px 0 0;
}

#footer .title-menu {
    font-weight: 700;
    display: block;
    margin: 0 0 16px;
}

#footer .title-menu a:hover {
    text-decoration: underline;
}

#footer .list-menu {
    margin: 0 0 14px;
}

#footer .list-menu li {
    margin: 0 0 7px;
    line-height: 1;
}

#footer .list-menu a {
    font-weight: 300;
    font-size: 15px;
    line-height: 19px;
    color: #000000;
}

#footer .list-menu a:hover {
    text-decoration: underline;
}

.top-footer {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.top-footer .block {
    width: 100%;
    padding: 15px 0;
    box-sizing: border-box;
}

.top-footer .block:nth-child(3),
.top-footer .block:nth-child(4) {
    width: 50%;
}

.top-footer .logo-block {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.bottom-footer {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.bottom-footer .block {
    width: 100%;
    padding: 10px 0;
    box-sizing: border-box;
}

.bottom-footer .list-nav {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.bottom-footer .list-nav li {
    margin: 0 25px 0 0;
}

.bottom-footer .list-nav a {
    font-weight: 400;
    font-size: 13px;
    line-height: 3px;
    color: #000000;
    letter-spacing: 0.06em;
}

.bottom-footer .list-nav a:hover {
    text-decoration: underline;
}

.bottom-footer .list_pay {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
}

.bottom-footer .list_pay li {
    margin: 3px 11px 0 0;
}

.bottom-footer .list_pay li a {
    display: flex;
}

.bottom-footer .list_pay li img {
    max-width: 100%;
}

.bottom-footer .phone {
    text-align: center;
    display: block;
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0.02em;
    color: #000000;
}

@media (min-width: 576px) {
    .bottom-footer .block:nth-child(1),
    .bottom-footer .block:nth-child(4) {
        width: 100%;
    }

    .bottom-footer .block:nth-child(2),
    .bottom-footer .block:nth-child(3) {
        width: 50%;
    }

    .top-footer .logo-block {
        flex-wrap: nowrap;
        align-items: center;
    }

    .top-footer .logo-block .copy {
        text-align: left !important;
        margin-left: 20px !important;
    }

    .top-footer .block:nth-child(1),
    .top-footer .block:nth-child(5) {
        width: 100%;
    }

    .top-footer .block:nth-child(2) {
        width: 48%;
    }
    .top-footer .block:nth-child(3),
    .top-footer .block:nth-child(4) {
        width: 26%;
    }
}

@media (min-width: 840px) {
    .bottom-footer .block:nth-child(1),
    .bottom-footer .block:nth-child(2) {
        width: auto;
        flex-shrink: 0;
    }

    .bottom-footer .block:nth-child(2) {
        padding-left: 20px;
    }

    .bottom-footer .block:nth-child(3) {
        flex-grow: 1;
        width: auto;
        display: flex;
        justify-content: flex-end;
    }

    .bottom-footer .block:nth-child(4) {
        width: 100%;
    }

    .top-footer .logo-block {
        display: block;
    }

    .top-footer .logo-block .copy {
        margin-left: 0 !important;
    }

    #footer .social-list {
        justify-content: start;
    }

    .top-footer .block:nth-child(2) {
        order: 2;
        width: 30%;
    }

    .top-footer .block:nth-child(3) {
        order: 3;
        width: 25%;
    }

    .top-footer .block:nth-child(4) {
        order: 4;
        width: 20%;
    }

    .top-footer .block:nth-child(5) {
        order: 1;
        width: 25%;
    }
}

@media (min-width: 992px) {
    .top-footer .block:nth-child(1) {
        order: 1;
        width: 44%;
    }

    .top-footer .block:nth-child(2) {
        order: 2;
        width: 25%;
    }

    .top-footer .block:nth-child(3) {
        order: 3;
        width: 16%;
    }

    .top-footer .block:nth-child(4) {
        order: 4;
        width: 15%;
    }

    .top-footer .block:nth-child(5) {
        order: 5;
        width: 100%;
    }
}

@media (min-width: 1200px) {
    .top-footer .block:nth-child(4) {
        padding-left: 25px;
    }

}

@media (min-width: 1900px) {

}

/* / FOOTER */

body.compensate-for-scrollbar {
    overflow: visible !important;
    margin-right: 0 !important;
}

.fancybox-bg {
    background: rgba(16, 17, 9, 0.2);
}

.popup-block1,
.popup-block {
    padding: 48px 82px 58px;
    background: #ffffff;
    -webkit-box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.15);
    max-width: 690px;
    width: 100%;
    /*display: none;*/
}

html .popup-window-close-icon,
.popup-block1 .fancybox-close-small,
.popup-block .fancybox-close-small {
    width: 25px;
    height: 25px;
    padding: 0;
    top: 26px;
    right: 32px;
}

.popup-block1 .fancybox-close-small svg,
.popup-block .fancybox-close-small svg {
    display: none;
}

.popup-window-close-icon:before,
.popup-block1 .fancybox-close-small:before,
.popup-block .fancybox-close-small:before {
    position: absolute;
    content: "\e803";
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 25px;
    line-height: 25px;
    color: #989898;
    font-family: "fontello";
}

.popup-block1 .title-form,
.popup-block .title-form {
    display: block;
    margin: 0 0 7px;
    font-weight: 700;
    font-size: 30px;
    line-height: 30px;
    letter-spacing: -0.01em;
    color: #000000;
}

.popup-block1 .text-form,
.popup-block .text-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 45px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.popup-block1 .text-form p,
.popup-block .text-form p {
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    color: #b9b9b9;
    letter-spacing: 0.01em;
    margin: 0 0 0;
}

.popup-block1 .text-form .btn,
.popup-block .text-form .btn {
    font-weight: 600;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: -0.02em;
    padding: 6px 28px 7px;
    border-radius: 80px;
}

.popup-block1 .input-holder,
.popup-block .input-holder {
    margin: 0 0 21px;
}

.popup-block1 .title-input,
.popup-block .title-input {
    margin: 0 0 1px;
    display: block;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    color: #000000;
}

.popup-block1 input[type="password"],
.popup-block input[type="password"],
.popup-block1 input[type="text"],
.popup-block input[type="text"] {
    display: block;
    margin: 0 0 1px;
    height: 50px;
    width: 100%;
    background: #ffffff;
    border: 1px solid #e0e0e0;
    padding: 5px 22px;
    font-weight: 600;
    font-size: 18px;
    line-height: 1;
    color: #000000;
}

.popup-block1 .error-text,
.popup-block .error-text {
    display: block;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #b9b9b9;
    letter-spacing: 0.025em;
}

.popup-block1 .error-text a,
.popup-block .error-text a {
    text-decoration: underline;
}

.popup-block1 .error-text a:hover,
.popup-block .error-text a:hover {
    text-decoration: none;
}

.popup-window-buttons .form-btn,
.popup-block1 .form-btn,
.popup-block .form-btn {
    height: 58px;
    font-size: 16px;
}

.popup-block.added-popup {
    max-width: 848px;
}

.popup-block.added-popup p {
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    color: #b9b9b9;
    margin: 0 0 20px;
}

.popup-block.added-popup .title-form {
    margin: 0 0 15px;
}

.popup-block.added-popup .basket-list .item-slide {
    padding: 0 60px 10px 3px;
}

.popup-block.added-popup .basket-list .item-slide .close {
    width: 16px;
    height: 16px;
    right: 44px;
    -webkit-transform: translateY(-160%);
    transform: translateY(-160%);
}

.popup-block.added-popup .basket-list .item-slide .close:after,
.popup-block.added-popup .basket-list .item-slide .close:before {
    width: 18px;
}

.popup-block.added-popup .basket-list .item-slide .price-box {
    width: 40%;
    padding: 0 0 27px;
}

.popup-block.added-popup .basket-list .img-box {
    width: 136px;
}

.popup-block.added-popup .basket-list .desc-slide {
    width: calc(100% - 136px);
}

.popup-block.added-popup .basket-list .inner-desc {
    width: 60%;
    padding-top: 35px;
}

.popup-block.added-popup .count-box {
    height: 39px;
}

.popup-block.added-popup .count-box input {
    height: 39px;
    border: none;
    background: transparent;
    font-size: 14px;
}

.popup-window .popup-window-buttons,
.popup-block.added-popup .btn-holder {
    padding: 26px 0 0;
    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;
    margin: 0 10px 10px;
}

.popup-window-buttons .form-btn,
.popup-block.added-popup .btn-holder .form-btn {
    max-width: 300px;
}

.popup-window-buttons .border-btn,
.popup-block.added-popup .border-btn {
    font-weight: 800;
    font-size: 12px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #929777;
    border: 1px solid #929777;
    width: 166px;
    padding: 16px 5px;
    margin: 0 10px 0;
}

.popup-window-buttons .border-btn:hover,
.popup-block.added-popup .border-btn:hover {
    background: #929777;
    color: #fff;
}

.popup-block.added-popup .input-holder {
    margin: 0;
}

.popup-block#added-2 .btn-holder {
    padding: 0;
}

.popup-block#added-2 .basket-list {
    margin: 0 0 30px;
}

.popup-block#added-2 .basket-list .item-slide {
    padding-right: 0;
}

.popup-block#added-2 .basket-list .inner-desc {
    padding-top: 15px;
}

.popup-block#added-2 .basket-list .price-box {
    padding: 0;
}

.popup-block#added-2 .basket-list .size-box {
    width: 100%;
    padding: 12px 0 0;
}

.popup-block#added-2 .basket-list .size-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;
}

.popup-block#added-2 .basket-list .size-list li {
    margin: 0 7px 10px 0;
}

.popup-block#added-2 .basket-list .size-list li.active a {
    background: #000;
    color: #fff;
}

.popup-block#added-2 .basket-list .size-list li.not_available span {
    font-weight: 600;
    font-size: 13px;
    line-height: 24px;
    letter-spacing: -0.02em;
    color: #e5e5e5;
    display: block;
    width: 42px;
    border: 1px solid #e5e5e5;
    border-radius: 80px;
    text-align: center;
    padding: 3px 3px 2px;
}

.popup-block#added-2 .basket-list .size-list a {
    font-weight: 600;
    font-size: 13px;
    line-height: 24px;
    letter-spacing: -0.02em;
    color: #000000;
    display: block;
    width: 42px;
    border: 1px solid #000;
    border-radius: 80px;
    text-align: center;
    padding: 3px 3px 2px;
}

.popup-block#added-2 .basket-list .size-list a:hover {
    background: #000;
    color: #fff;
}

.popup-block1#quick_view,
.popup-block#quick_view {
    max-width: 1070px;
    padding: 62px 82px 18px;
}

.popup-block1#quick_view .fancybox-close-small,
.popup-block#quick_view .fancybox-close-small {
    top: 49px;
    right: 34px;
}

.popup-block1#quick_view .col-40,
.popup-block#quick_view .col-40 {
    width: 38%;
}

.popup-block1#quick_view .col-60,
.popup-block#quick_view .col-60 {
    width: 62%;
}

.popup-block1#quick_view .product-form,
.popup-block#quick_view .product-form {
    padding-left: 0;
}

.popup-block1#quick_view .product-form .slider-color,
.popup-block#quick_view .product-form .slider-color {
    padding: 0;
}

.popup-block1#quick_view .product-form .slider-color .slick-arrow,
.popup-block#quick_view .product-form .slider-color .slick-arrow {
    z-index: 3;
}

.popup-block1#quick_view .product-form .sum-box,
.popup-block#quick_view .product-form .sum-box {
    margin: 0 0 17px;
}

.popup-block1#quick_view .product-form .size-box,
.popup-block#quick_view .product-form .size-box {
    margin: 0 0 21px;
}

.popup-block1#quick_view .product-form .size-box span,
.popup-block#quick_view .product-form .size-box span {
    margin: 0 15px 10px 0;
}

.popup-block1#quick_view .product-form .size-box .size-list li,
.popup-block#quick_view .product-form .size-box .size-list li {
    margin: 0 6px 10px 0;
}

.popup-block1#quick_view
.product-form
.size-box
.size-list
li.not_available
span,
.popup-block#quick_view
.product-form
.size-box
.size-list
li.not_available
span {
    font-size: 13px;
    line-height: 20px;
    width: 43px;
    padding: 5px 5px 4px;
}

.popup-block1#quick_view .product-form .size-box .size-list li span,
.popup-block#quick_view .product-form .size-box .size-list li span {
    margin: 0;
}

.popup-block1#quick_view .product-form .size-box .size-list a,
.popup-block#quick_view .product-form .size-box .size-list a {
    font-size: 13px;
    line-height: 20px;
    width: 43px;
    padding: 5px 5px 4px;
}

.popup-block1#quick_view .product-form .count-box,
.popup-block#quick_view .product-form .count-box {
    max-width: 120px;
    padding: 0 40px;
}

.popup-block1#quick_view .product-form .count-box input,
.popup-block#quick_view .product-form .count-box input {
    border: none;
    background: transparent;
    padding: 3px 2px;
}

.popup-block1#quick_view .product-form .count-box a.minus,
.popup-block#quick_view .product-form .count-box a.minus {
    left: 16px;
}

.popup-block1#quick_view .product-form .count-box a.plus,
.popup-block#quick_view .product-form .count-box a.plus {
    right: 14px;
}

.popup-block1#quick_view .product-form .add_basket-box,
.popup-block#quick_view .product-form .add_basket-box {
    margin: 0 0 22px;
}

.popup-block1#quick_view .product-form .red-btn,
.popup-block#quick_view .product-form .red-btn {
    width: 176px;
}

.popup-block1#quick_view .product-form .visual-product,
.popup-block#quick_view .product-form .visual-product {
    display: block;
}

.popup-block1#quick_view .product-box .tabset,
.popup-block#quick_view .product-box .tabset {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.popup-block1#quick_view .product-box .tab-control,
.popup-block#quick_view .product-box .tab-control {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.popup-block1#quick_view .product-box .tab-body,
.popup-block#quick_view .product-box .tab-body {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin: 0 0 29px;
    overflow: hidden;
}

.popup-block1#quick_view .product-box .tab,
.popup-block#quick_view .product-box .tab {
    padding: 0;
}

.popup-block1#quick_view .product-box .tab img,
.popup-block#quick_view .product-box .tab img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

.popup-block1#quick_view .product-box .tab .flag,
.popup-block#quick_view .product-box .tab .flag {
    position: absolute;
    top: 11px;
    right: 6px;
    color: #fff;
    font-weight: 600;
    font-size: 12px;
    display: block;
    line-height: 12px;
    border-radius: 10px;
    text-transform: uppercase;
    padding: 4px 11px 3px;
}

.popup-block1#quick_view .product-box .tab .flag.sale,
.popup-block#quick_view .product-box .tab .flag.sale {
    background: #000;
}

.popup-block1#quick_view .product-box .tab .flag.sale.sale-is-opt,
.popup-block#quick_view .product-box .tab .flag.sale.sale-is-opt {
    background: red;
}

.popup-block1#quick_view .product-box .tab-control,
.popup-block#quick_view .product-box .tab-control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 292px;
    margin: 0 0 0 -7px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.popup-block1#quick_view .product-box .tab-control li,
.popup-block#quick_view .product-box .tab-control li {
    width: 25%;
    padding: 0 6px;
    margin: 0 0 10px;
}

.popup-block1#quick_view .product-box .tab-control li.active a:after,
.popup-block#quick_view .product-box .tab-control li.active a:after {
    opacity: 1;
}

.popup-block1#quick_view .product-box .tab-control a,
.popup-block#quick_view .product-box .tab-control a {
    position: relative;
    padding: 0;
}

.popup-block1#quick_view .product-box .tab-control a:after,
.popup-block#quick_view .product-box .tab-control a:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid #7a7e60;
    opacity: 0;
    height: auto;
    background: none;
}

.popup-block1#quick_view .product-box .tab-control a:hover,
.popup-block#quick_view .product-box .tab-control a:hover {
    opacity: 1;
}

.popup-block1#quick_view .product-box .tab-control img,
.popup-block#quick_view .product-box .tab-control img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

.popup-block1#quick_view .btn-holder,
.popup-block#quick_view .btn-holder {
    text-align: center;
    padding: 20px 0 0;
}

.popup-block1#quick_view .btn-holder .link,
.popup-block#quick_view .btn-holder .link {
    display: inline-block;
    vertical-align: top;
    padding: 0 28px 0 0;
    position: relative;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #000000;
    letter-spacing: 0.03em;
}

.popup-block1#quick_view .btn-holder .link:hover,
.popup-block#quick_view .btn-holder .link:hover {
    text-decoration: underline;
}

.popup-block1#quick_view .btn-holder .link:after,
.popup-block#quick_view .btn-holder .link:after {
    position: absolute;
    content: "\e80c";
    font-family: "fontello";
    margin: 0;
    top: 3px;
    right: 3px;
    font-size: 12px;
    line-height: 1;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

@media screen and (max-width: 1580px) {
    .promo-slider .slick-arrow.slick-next {
        right: 0;
    }

    .promo-slider .slick-arrow.slick-prev {
        left: 0;
    }
}

@media screen and (max-width: 1520px) {
    .promo-slider {
        margin: 0 -80px;
    }
}

@media screen and (max-width: 1460px) {
    .promo-slider {
        margin: 0 -65px;
    }

    .goods-slider .slick-arrow.slick-prev {
        left: 0;
    }

    .goods-slider .slick-arrow.slick-next {
        right: 0;
    }
}

@media screen and (max-width: 1400px) {
    .goods-slider .slick-list {
        overflow: hidden;
    }
}

@media screen and (max-width: 1330px) {
    .promo-slider,
    .heading-page {
        margin: 0 -15px;
    }

    .promo-slider .item-slide .inner-slide,
    .promo-slider .item-slide:nth-child(odd) .inner-slide {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .promo-slider .slick-arrow.slick-next {
        right: 15px;
    }

    .promo-slider .slick-arrow.slick-prev {
        left: 15px;
    }

    #header .catalog-box .btn-catalog {
        font-size: 19px;
        margin: 0 15px 0 0;
    }

    #header .catalog-box .list-sale li {
        margin: 0 10px 0 0;
    }

    #header .catalog-box .list-sale a {
        font-size: 15px;
    }

    #header .search-box .search-form {
        width: 330px;
    }

    #header .search-box .search-form.opt {
        width: 250px;
    }

    #header .nav-menu {
        left: 300px;
    }

    #header .nav-menu li {
        margin: 0 15px 0 0;
    }

    #header .catalog-box,
    #header .point {
        left: 208px;
    }

    #header .search-box {
        right: 155px;
    }

    .verified-block .list-verified,
    .about-block .verified-block .list-verified {
        margin: 0;
    }

    .verified-block .list-verified:after {
        left: 0;
        right: 0;
    }

    #footer .foot-menu {
        margin: 0;
    }

    .pagination-box .pagination li {
        margin: 0 3px 10px;
    }

    .sale-block .sale-text {
        padding: 0;
    }

    .sale-block .sale-text .sale-logo {
        margin: 0 20px;
    }

    .gallery .item-slide .count-box {
        max-width: 99px;
    }

    .gallery .item-slide .count-block {
        width: auto;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .basket-list .item-slide {
        padding: 0 20px 10px 10px;
    }

    .basket-list .item-slide .close {
        right: 1px;
    }
}

@media screen and (max-width: 1100px) {
    .drop-catalog,
    #header .catalog-box {
        display: none;
    }

    #header .btn-open {
        display: block;
    }

    .inner_promo-block .inner_promo-slider {
        padding: 0;
    }

    .promo-slider .title-promo {
        font-size: 54px;
        line-height: 50px;
    }

    #header .list-btn {
        top: 18px;
        right: 84px;
    }

    #header .search-box {
        right: 25px;
    }

    #header .search-box .search-form,
    #header .search-box .search-form.opt {
        width: 100%;
    }

    .cat_popular-block .cat_popular-list .title-box {
        padding: 0 20px 10px;
    }

    .cat_popular-block .cat_popular-list .title-cat {
        font-size: 30px;
        line-height: 30px;
        margin: 0 0 15px;
    }

    .cat_popular-block .list-tag li {
        margin: 0 5px 10px 0;
    }

    .cat_popular-block .list-tag a {
        font-size: 12px;
        line-height: 20px;
    }

    .product-gallery .product-box,
    .form-block .form,
    .form-block {
        padding: 0;
    }

    .catalog-filter {
        display: block;
    }

    .catalog-filter ul {
        overflow-x: hidden;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        white-space: nowrap;
    }

    .gallery-box .item-slide {
        height: 393px;
    }

    .sale-block .sale {
        font-size: 28px;
    }

    .sale-block .sale-text {
        font-size: 15px;
    }

    .sale-block .sale-text span {
        font-size: 18px;
    }

    .basket-list .item-slide {
        padding: 0 0 10px;
    }

    .basket-list .desc-slide {
        padding: 0 0 0 14px;
    }

    .account-box .basket-box .item-slide .num-item {
        min-width: 96px;
    }

    .sidebar .account-nav {
        padding: 0 17px 13px 22px;
    }

    .sidebar .list-nav a {
        padding: 20px 20px 22px 26px;
    }

    .basket-block .col-70,
    .basket-block .col-30 {
        width: 100%;
    }

    .basket-list .item-slide .close {
        right: 10px;
    }

    .shot_desc-box {
        margin: 0;
    }

    .basket-block .basket-box {
        margin: 0 0 50px;
    }

    .shot_desc-box {
        max-width: 450px;
    }

    .basket-block {
        margin: -11px 0 34px;
    }

    .blog-block .inner_promo-block .item-slide .inner-slide {
        padding: 20px;
    }

    #header {
        /* z-index: 2; */
        z-index: 10;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background: #fff;
    }

    #nav {
        position: fixed;
        padding: 4px 26px 0;
        width: 100%;
        max-width: 375px;
        left: 0;
        right: auto;
        -webkit-transform: translateX(-150%);
        transform: translateX(-150%);
        top: 130px;
        bottom: 0;
        background: #fff;
        z-index: 0;
        -webkit-transition: all 0.2s linear;
        transition: all 0.2s linear;
        overflow-y: auto;
    }

    #nav.open {
        overflow: visible;
    }

    #header .inner-nav {
        padding: 0 0 50px;
    }

    #header.active #nav {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    #header #nav .point {
        position: relative;
        top: auto;
        left: auto;
        margin: 0 0 2px;
    }

    #header .phone {
        position: relative;
        top: auto;
        right: auto;
    }

    #header .phone a {
        font-weight: 600;
        font-size: 24px;
        line-height: 24px;
        letter-spacing: 0.02em;
        color: #000000;
    }

    #header .nav-menu {
        position: static;
        top: auto;
        left: auto;
        display: block;
        margin: 0 0 31px;
    }

    #header .nav-menu li {
        margin: 0 0 15px;
    }

    #header .nav-menu a {
        display: block;
        font-weight: 400;
        font-size: 18px;
        line-height: 24px;
        letter-spacing: -0.02em;
        color: #000000;
        letter-spacing: 0.01em;
    }

    #nav .mob-menu {
        display: block;
        margin: 0 0 28px;
    }

    .mob-menu > li {
        margin: 0 0 0;
        border-bottom: 1px solid #edefef;
    }

    .mob-menu > li > a {
        display: block;
        padding: 11px 20px 10px 0;
        font-weight: 700;
        font-size: 22px;
        line-height: 26px;
        color: #000000;
        position: relative;
    }

    .mob-menu > li.drop > a:after {
        position: absolute;
        content: "\e800";
        font-family: "fontello";
        font-size: 12px;
        line-height: 1;
        color: #000;
        top: 50%;
        right: 10px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        margin: 0;
    }

    .drop-menu {
        position: fixed;
        padding: 4px 26px 0 56px;
        width: 100%;
        max-width: 375px;
        left: 0;
        right: auto;
        -webkit-transform: translateX(-150%);
        transform: translateX(-150%);
        top: 0;
        bottom: 0;
        background: #fff;
        z-index: 2;
        -webkit-transition: all 0.2s linear;
        transition: all 0.2s linear;
        overflow-y: auto;
    }

    .drop-menu.open-drop {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    .drop-menu .back-menu {
        display: block;
        margin: 0 0 17px;
        padding: 8px 0 8px 0;
        position: relative;
        font-weight: 600;
        font-size: 20px;
        line-height: 24px;
        color: #000000;
    }

    .drop-menu .back-menu:after {
        position: absolute;
        content: "\e800";
        font-family: "fontello";
        font-size: 12px;
        line-height: 1;
        color: #000;
        top: 50%;
        left: -24px;
        -webkit-transform: translateY(-50%) rotate(-180deg);
        transform: translateY(-50%) rotate(-180deg);
        margin: 0;
        z-index: 0;
    }

    .drop-menu .back-menu:before {
        position: absolute;
        content: "";
        top: 0;
        left: -56px;
        right: -26px;
        bottom: 0;
        background: #f4f5f5;
        z-index: -1;
    }

    .drop-menu li {
        margin: 0 0 0;
    }

    .drop-menu a {
        display: block;
        padding: 6px 0;
        font-weight: 400;
        font-size: 18px;
        line-height: 22px;
        letter-spacing: -0.02em;
        color: #000000;
    }
}

@media screen and (max-width: 980px) {
    .catalog-block .catalog-box.favorite .gallery-box .item-slide,
    .gallery-box .item-slide {
        width: 50%;
        height: 460px;
    }

    .pagination-box {
        padding: 0;
        text-align: center;
    }

    .pagination-box span {
        position: relative;
        -webkit-transform: none;
        transform: none;
        top: auto;
        display: inline-block;
        vertical-align: top;
        margin: 0 5px;
    }

    .pagination-box span.page-prev {
        left: auto;
    }

    .pagination-box span.page-next {
        right: auto;
    }

    .product-box .col-40,
    .product-box .col-60 {
        width: 100%;
    }

    .visual-product {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0;
    }

    .visual-product .product-slider {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin: 0 auto;
        max-width: 420px;
        width: 100%;
        text-align: center;
    }

    .visual-product .product-slider .item-slide img {
        max-width: none;
        width: 100%;
    }

    .visual-product .nav-slider {
        margin: 0 auto;
        height: auto;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        width: 100%;
        max-width: 370px;
    }

    .visual-product .nav-slider .slick-arrow,
    .visual-product .nav-slider .slick-arrow.slick-prev {
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .visual-product .nav-slider .slick-arrow {
        width: 8px;
        height: 16px;
    }

    .visual-product .nav-slider .slick-arrow.slick-prev {
        left: -15px;
        z-index: 3;
    }

    .visual-product .nav-slider .slick-arrow.slick-prev:after {
        -webkit-transform: translate(-50%, -50%) rotate(-180deg);
        transform: translate(-50%, -50%) rotate(-180deg);
    }

    .visual-product .nav-slider .slick-arrow.slick-next {
        bottom: auto;
        right: -15px;
        left: auto;
    }

    .visual-product .nav-slider .slick-arrow.slick-next:after {
        -webkit-transform: translate(-50%, -50%) rotate(0);
        transform: translate(-50%, -50%) rotate(0);
    }

    .product-form {
        padding: 0;
    }

    .product_desc-box .col-40,
    .product_desc-box .col-60 {
        width: 100%;
    }

    .recommendation-box {
        padding: 0;
    }

    .reviews-block .col-70,
    .reviews-block .col-30 {
        width: 100%;
    }

    .product-form .size_opt-box .list-size .size {
        min-width: 50px;
    }

    .account-block .col-25 {
        width: 100%;
    }

    .account-block .col-75 {
        width: 100%;
        margin: 0 0 30px;
    }

    .sidebar {
        margin: 0;
        padding: 0;
    }

    .map-block .contact-box {
        padding: 3px 0 0 20px;
    }

    .popup-block1#quick_view .col-40,
    .popup-block#quick_view .col-40,
    .popup-block1#quick_view .col-60,
    .popup-block#quick_view .col-60 {
        width: 100%;
    }

    .popup-block1#quick_view .product-box .tabset,
    .popup-block#quick_view .product-box .tabset {
        max-width: 330px;
        margin: 0 auto;
    }
}

@media screen and (max-width: 890px) {
    /* .promo-slider .item-slide:before {
    padding: 53% 0 0;
  } */
    .promo-slider .item-slide:before {
        padding: 36.042% 0 0;
    }

    .verified-block .list-verified li,
    .cat_popular-block .cat_popular-list .item-list {
        width: 50%;
    }

    .tabset .tab-control li {
        margin: 0 10px;
    }

    .tabset .tab-control a {
        padding: 0 0 5px;
        font-size: 20px;
        line-height: 28px;
    }

    .product-filter li {
        margin: 0 10px 10px 0;
    }

    .product-filter li a {
        font-size: 14px;
        line-height: 20px;
        padding: 6px 10px 7px;
    }

    .brands-block .list-brand li {
        width: 25%;
    }

    #footer {
        position: relative;
    }

    #footer .foot-menu,
    #footer .col-70 {
        display: none;
        margin: 0;
    }

    #footer .col-30 {
        width: 100%;
    }

    /*
    .bottom-footer {
        border-top: none;
        display: block;
    }

    .bottom-footer .phone {
        position: absolute;
        right: 30px;
        top: 70px;
        padding: 0;
    }

    .bottom-footer {
        padding: 0 0 40px;
    }
    */

    #footer .copy {
        padding: 0;
        margin: 0;
    }

    .inner_promo-block .item-slide.col-25 .inner_item-slide:before,
    .inner_promo-block .item-slide .inner_item-slide:before,
    .inner_promo-block .item-slide.big-width .inner_item-slide:before,
    .heading-page .item-slide.big-width .inner_item-slide:before {
        padding: 47.6% 0 0;
    }

    .catalog-block .filter-block {
        width: 270px;
    }

    .catalog-block .catalog-box {
        width: calc(100% - 270px);
    }

    .catalog_text-block .text {
        padding: 0;
    }

    .catalog_text-block .btn-holder {
        padding-left: 0;
    }

    .sale-block {
        display: block;
    }

    .sale-block .sale-text .sale-logo {
        width: 99px;
        height: 24px;
    }

    .sale-block .sale {
        margin: 0 0 10px;
        text-align: center;
    }

    .article-text .text {
        padding: 0;
    }

    .article-photo {
        margin: 0;
    }

    .blog-block .inner_promo-block .item-slide .inner-slide {
        padding: 30px 15px 19px 20px;
    }

    .blog-block .row {
        margin: 0 -15px;
    }

    .blog-block .col-30 {
        width: 50%;
    }

    .blog-block .blog-slider {
        margin: 0 -4px;
    }

    .blog-block .blog-slider .item-blog-slide {
        width: 290px;
        padding: 0 4px;
    }

    .blog-block .col-50 .title-blog {
        font-size: 19px;
        font-weight: 600;
    }

    .catalog-tab .head-box,
    .delivery-tab .head-box {
        display: block;
    }

    .catalog-tab .link-holder,
    .delivery-tab .link-holder {
        padding: 10px 0 0 10px;
    }

    .catalog-tab .link-holder a,
    .delivery-tab .link-holder a {
        font-size: 20px;
    }

    .delivery-tab .text-img .img-box {
        float: none;
        padding: 0;
        margin: 0 0 20px;
    }

    .delivery-tab .text-img .text {
        padding: 14px 0 0;
    }
}

@media screen and (max-width: 767px) {
    #header {
        height: 105px;
    }

    #header .logo {
        width: 102px;
        height: 28px;
        background: url("/local/templates/stalker.3.0/css/../images/logo-mob.svg") no-repeat;
        left: 27px;
        top: 15px;
    }

    #header .list-btn {
        right: 92px;
        top: 23px;
    }

    #header .list-btn li {
        margin: 0 0 0 24px;
    }

    #header .search-box {
        right: 28px;
        left: 28px;
    }

    #header .search-box .search-form,
    #header .search-box .search-form.opt {
        width: 100%;
        height: 36px;
        padding: 0 40px 0 0;
    }

    #header .search-box input[type="text"] {
        font-size: 14px;
        padding: 5px 32px 4px;
    }

    #header .search-box button[type="submit"] {
        width: 40px;
    }

    #header .search-box button[type="submit"]:after {
        font-size: 14px;
        line-height: 1;
        -webkit-transform: translateY(-62%);
        transform: translateY(-62%);
    }

    #nav {
        top: 105px;
    }

    .drop-menu {
        top: -48px;
    }

    .container {
        padding: 0 27px;
    }

    .container_m {
        padding: 0 !important;
    }

    .promo-section {
        padding: 105px 0 0;
    }

    .promo-slider {
        margin: 0;
    }

    .promo-slider .item-slide .inner-slide,
    .promo-slider .item-slide:nth-child(odd) .inner-slide,
    .inner_promo-block .inner-slide,
    .inner_promo-block .item-slide.big-width .inner-slide {
        padding-left: 30px;
        padding-right: 30px;
        padding-bottom: 27px;
    }

    .inner_promo-block .item-slide.col-25 .inner_item-slide:before,
    .inner_promo-block .item-slide .inner_item-slide:before,
        /* .promo-slider .item-slide:before, */
    .inner_promo-block .item-slide.big-width .inner_item-slide:before,
    .heading-page .item-slide.big-width .inner_item-slide:before {
        padding: 54.765% 0 0;
    }

    .promo-slider .item-slide:before {
        padding: 36.042% 0 0;
    }

    .promo-slider .title-promo,
    .inner_promo-block .title-promo {
        font-size: 30px;
        line-height: 24px;
        margin: 0 0 12px;
    }

    .promo-slider .btn {
        padding: 3px 5px 2px;
        max-width: 97px;
    }

    .promo-slider .subtitle-promo,
    .inner_promo-block .subtitle-promo {
        font-size: 16px;
        margin: 0 0 10px;
    }

    .title-block {
        font-size: 24px;
        line-height: 32px;
    }

    .verified-block .list-verified {
        padding: 15px 0 0;
    }

    .verified-block .list-verified:after {
        bottom: -5px;
    }

    .verified-block .list-verified li {
        padding: 0 10px 0 60px;
        margin: 0 0 20px;
    }

    .verified-block .list-verified li br {
        display: none;
    }

    .cat_popular-block .list-tag a {
        padding: 7px 10px 6px;
    }

    .tabset .tab {
        padding: 25px 0 23px;
    }

    .product-filter {
        overflow-x: auto;
        white-space: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .product-gallery .gallery-list {
        -webkit-columns: 2;
        columns: 2;
        max-height: none;
    }

    .col-50 {
        width: 100%;
    }

    .breadcrumbs-block {
        margin: 0 0 15px;
        padding: 0;
    }

    .breadcrumbs.mobile {
        display: none !important;
    }

    .breadcrumbs-block .breadcrumbs li:after {
        display: none;
    }

    .breadcrumbs-block .breadcrumbs a,
    .breadcrumbs-block .breadcrumbs span {
        font-size: 12px !important;
    }

    .catalog-block {
        display: block;
    }

    .catalog-block .filter-block {
        width: 100%;
        margin: 0 0 50px;
        padding-right: 0;
    }

    .catalog-block .catalog-box {
        width: 100%;
    }

    .form-filter .form-holder.price-holder {
        padding: 0;
    }

    .sale-block {
        margin: 0 0 20px;
    }

    .recommendation-box .gallery {
        padding: 0;
        margin: -10px -12px 0;
    }

    .recommendation-box .gallery .item-slide {
        width: 175px;
    }

    .recommendation-box .gallery .slick-list {
        overflow: visible;
    }

    .reviews-list .review-head {
        display: block;
    }

    .reviews-box .subtitle,
    .reviews-list .review-admin .title-review {
        font-size: 17px;
    }

    .reviews-list .text-review p,
    .reviews-list .review-admin p {
        font-size: 16px;
        line-height: 22px;
    }

    .reviews-list .rating-box {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding-right: 0;
    }

    .reviews-list .text-review {
        padding: 0;
    }

    .reviews-list .review-admin {
        padding: 28px 30px 30px 47px;
    }

    .reviews-list .review-admin:after {
        top: 13px;
        left: 9px;
    }

    .reviews-box .btn-holder {
        margin: 0 0 30px;
    }

    .add_basket-block .item-slide {
        width: 25%;
    }

    .article-text .text p {
        font-size: 15px;
    }

    .article-text .text p.foreword {
        font-size: 17px;
    }

    .article-text .list {
        margin: 0 0 53px;
    }

    .article-text .list li {
        font-size: 16px;
        line-height: 22px;
    }

    .video-block .video-list .item-list {
        width: 50%;
    }

    .video-block .video-list .video-title {
        font-size: 16px;
        line-height: 22px;
    }

    .account-box .list-menu a {
        padding: 10px;
    }

    .account-box .list-menu .icon {
        width: 31px;
        min-width: 31px;
    }

    .account-box .list-menu span {
        padding: 0 0 0 10px;
        font-size: 16px;
        line-height: 22px;
    }

    .basket-list .desc-slide {
        display: block;
    }

    .account-box .basket-box .inner-desc {
        width: 100%;
        margin: 0 0 15px;
        padding: 0;
    }

    .account-box .basket-box .item-slide .price-box {
        width: 100%;
        padding: 0;
    }

    .title-page {
        font-size: 30px;
        line-height: 34px;
    }

    .article-text .text p.annotation {
        font-size: 20px;
        line-height: 29px;
    }

    .title-subsection {
        font-size: 26px;
        line-height: 34px;
    }

    .list-num li {
        font-size: 17px;
        line-height: 28px;
    }

    .list-num li:before {
        font-size: 20px;
        line-height: 23px;
        width: 23px;
        height: 23px;
    }

    .info-box {
        font-size: 17px;
        line-height: 23px;
        padding: 10px 0px 0 45px;
    }

    .info-box:after {
        left: 7px;
        font-size: 28px;
        line-height: 28px;
    }

    .info-box.bg-green:before {
        top: -15px;
        left: 0;
        right: 0;
        bottom: -20px;
    }

    .title-box {
        font-size: 23px;
        line-height: 34px;
    }

    .article-block .link-holder .link {
        font-size: 18px;
        line-height: 24px;
    }

    .article-block .link-holder .link:after {
        top: 11px;
    }

    .basket-list .inner-desc {
        width: 100%;
        padding: 0;
    }

    .basket-list .item-slide .price-box {
        width: 100%;
        padding: 0;
    }

    .blog-block .col-50 {
        width: 50%;
    }

    .blog-block .inner_promo-block .title-promo {
        line-height: 1;
    }

    .address-block,
    .map-block {
        width: 100%;
    }

    .map-block .row .col-50 {
        width: 50%;
    }

    .map-block .row {
        padding: 0;
    }

    .map-block .map {
        height: 428px;
    }

    .delivery-tab .title-list {
        font-size: 15px;
        line-height: 23px;
    }

    .list-logos {
        padding: 0;
    }

    .delivery-tab .text-img .text .list li {
        display: block;
    }

    .delivery-tab .title-text {
        font-size: 20px;
        line-height: 23px;
    }

    .delivery-tab .text .list {
        margin: 0;
    }

    .delivery-tab .btn-holder {
        padding: 0;
    }

    .order-block {
        padding-left: 0;
        padding-top: 120px;
    }

    .order-block:after {
        width: 82px;
        height: 80px;
        top: 20px;
    }

    .popup-block1,
    .popup-block {
        padding: 38px 30px 28px;
    }

    .popup-block.added-popup .basket-list .item-slide {
        padding: 0 20px 10px 0px;
    }

    .popup-block.added-popup .basket-list .inner-desc,
    .popup-block.added-popup .basket-list .item-slide .price-box {
        width: 100%;
        padding: 0;
    }

    .popup-block.added-popup .basket-list .item-slide .close {
        right: 2px;
    }

    .popup-block.added-popup .btn-holder {
        margin: 0;
        padding: 0;
    }

    .popup-window-buttons .form-btn,
    .popup-block.added-popup .btn-holder .form-btn,
    .popup-window-buttons .border-btn,
    .popup-block.added-popup .border-btn {
        margin: 0 5px 10px;
    }

    .popup-block1#quick_view,
    .popup-block#quick_view {
        padding: 38px 30px 28px;
    }

    .accordion .item .expanded label {
        text-decoration: underline !important;
    }
}

@media screen and (max-width: 590px) {
    .promo-section {
        padding-top: 105px !important;
    }
}

@media screen and (max-width: 500px) {
    /* .promo-slider .item-slide:before, */
    .inner_promo-block .item-slide.col-25 .inner_item-slide:before,
    .inner_promo-block .item-slide .inner_item-slide:before,
    .inner_promo-block .item-slide.big-width .inner_item-slide:before {
        padding: 84.765% 0 0;
    }

    .promo-slider .slick-arrow {
        width: 31px;
        height: 31px;
        margin-top: -17px;
    }

    .verified-block .list-verified li {
        width: 100%;
    }

    .cat_popular-block .cat_popular-list .item-list {
        width: 50%;
    }

    .cat_popular-block .cat_popular-list .title-cat {
        font-size: 20px;
        line-height: 20px;
    }

    .tabset .tab-control li {
        margin: 0 5px;
    }

    .tabset .tab-control a {
        font-size: 16px;
        line-height: 24px;
    }

    .product-gallery .gallery-list {
        margin: 0 -5px;
    }

    .product-gallery .item-gallery {
        padding: 0 5px;
        margin: 0 0 10px;
    }

    .brands-block .list-brand li {
        width: 33.3%;
        padding: 0 5px;
    }

    .breadcrumbs-block {
        display: block;
    }

    /*
    .breadcrumbs-block .back-link {
        display: inline-block;
        vertical-align: top;
        padding: 0 0 0 15px;
    }

    .breadcrumbs-block .back-link:after {
        left: 0;
    }
    */
    .gallery-box .item-slide {
        height: 360px;
    }

    .item-slide .goods-tag {
        font-size: 12px;
    }

    .item-slide .title-goods a {
        font-size: 15px;
    }

    .item-slide .price-box .price {
        font-size: 16px;
    }

    .sale-block {
        padding: 10px 0;
    }

    .gallery .item-slide .count-block {
        display: block;
    }

    .product-form .estimate-box .num-review,
    .product-form .estimate-block .product-logo {
        display: none;
    }

    .sum-box .price span {
        font-size: 14px;
    }

    .sum-box .price strong {
        font-size: 30px;
    }

    .product-form .size-box .size-list .product-item-scu-item-color-block,
    .product-form .size-box .size-list .product-item-scu-item-text-block,
    .product-form .size-box .size-list a,
    .product-form .size-box .size-list li.not_available span {
        font-size: 13px;
        padding: 0 5px;
        width: 35px;
    }

    .product-form .size_opt-box .list-size li {
        padding-left: 0;
        padding-right: 0;
    }

    .product-form .add_basket-box,
    .product-form .size_opt-box .count-block {
        margin: 0 -16px 0 0;
    }

    .product-form .add_basket-box .count-box,
    .product-form .add_basket-box .count-box input,
    .product-form .size_opt-box .count-box {
        height: 40px;
    }

    .product-form .add_basket-box .count-box,
    .product-form .size_opt-box .count-box {
        max-width: 102px;
        padding: 0 32px;
        margin: 0 16px 18px 0;
    }

    .product-form .add_basket-box .count-box a.minus,
    .product-form .size_opt-box .count-box a.minus {
        left: 10px;
    }

    .product-form .add_basket-box .count-box a.plus,
    .product-form .size_opt-box .count-box a.plus {
        right: 10px;
    }

    .product-form .add_basket-box span,
    .product-form .add_basket-box span:last-child {
        margin: 0;
    }

    .product-form .add_basket-box .red-btn,
    .product-form .add_basket-box .border-btn,
    .product-form .size_opt-box .red-btn,
    .product-form .size_opt-box .form-btn {
        margin: 0 16px 18px 0;
        width: 202px;
        padding: 12px 10px;
    }

    .product-form .size_opt-box .form-btn {
        padding: 7px 10px;
    }

    .product-form .add_basket-box .red-btn em,
    .product-form .size_opt-box .red-btn > em {
        display: none;
    }

    .product-form .add_basket-box .favorite-btn,
    .product-form .size_opt-box .favorite-btn,
    .product-form .size_opt-box .add-btn {
        width: 102px;
        padding: 7px 5px 6px;
        margin: 0 16px 18px 0;
    }

    .product-form .size_opt-box .add-btn {
        padding: 6px 5px 5px;
    }

    .specifications-block p,
    .specifications-block p.subtitle {
        font-size: 15px;
        line-height: 16px;
    }

    .specifications-block .list-specifications span em,
    .specifications-block .list-specifications strong,
    .specifications-block .specifications-box .more-list {
        font-size: 14px;
    }

    .review-form {
        padding: 23px 20px 30px;
    }

    .add_basket-block .item-slide {
        width: 33.3%;
    }

    .product-form .add_basket-box .form-btn {
        margin: 0 16px 18px 0;
        width: 290px;
        padding: 7px 10px;
    }

    .product-form .size_opt-box .count-block > em {
        margin: 0 24px 18px 0;
    }

    .article-text .list.two-column {
        -webkit-columns: 1;
        columns: 1;
    }

    .video-block .video-list .item-list {
        width: 100%;
    }

    .video-block .video-list .video-box img {
        width: 100%;
        max-width: none;
    }

    .account-box .list-menu li {
        width: 50%;
        padding: 0 10px;
    }

    .basket-list .item-slide {
        display: block;
    }

    .basket-list .img-box {
        margin: 0 0 15px;
    }

    .basket-list .desc-slide {
        width: 100%;
        padding: 0;
    }

    .title-page {
        font-size: 25px;
        line-height: 29px;
    }

    .article-text .text p.annotation {
        font-size: 16px;
        line-height: 25px;
    }

    .title-subsection {
        font-size: 24px;
        line-height: 30px;
    }

    .title-box {
        font-size: 22px;
        line-height: 28px;
    }

    .list-num li {
        padding: 0 0 0 33px;
    }

    .article-photo .col-50,
    .article-photo .col-30 {
        width: 100%;
        margin: 0 0 30px;
    }

    .basket-list .item-slide .close {
        top: 10px;
        -webkit-transform: none;
        transform: none;
    }

    .shot_desc-box {
        padding: 20px;
    }

    .shot_desc-box .btn {
        width: 100%;
        max-width: 100%;
    }

    .blog-block .col-30,
    .blog-block .col-50 {
        width: 100%;
    }

    .blog-block .inner_promo-block .title-promo {
        font-size: 36px;
    }

    .catalog-tab .link-holder,
    .delivery-tab .link-holder {
        padding-left: 5px;
    }

    .catalog-tab .link-holder a,
    .delivery-tab .link-holder a {
        font-size: 16px;
        line-height: 24px;
    }

    .address-block .num-address {
        font-size: 16px;
        line-height: 23px;
    }

    .address-block .item-address .address-box .address {
        font-size: 18px;
        line-height: 25px;
    }

    .address-block .item-address .address-box .time {
        font-size: 14px;
        line-height: 22px;
    }

    .address-block .item-address .address-box .phone {
        font-size: 18px;
        line-height: 22px;
    }

    .address-block .desc-address,
    .address-block .reg-address {
        font-size: 12px;
        line-height: 18px;
    }

    .map-block .row .col-50 {
        width: 100%;
    }

    .map-block .map {
        height: 328px;
    }

    .popup-block1 .title-form,
    .popup-block .title-form {
        font-size: 26px;
        line-height: 26px;
    }

    .popup-block.added-popup p {
        font-size: 16px;
        line-height: 21px;
    }

    .popup-block.added-popup .basket-list .item-slide {
        padding-right: 0;
    }

    .popup-window-buttons .form-btn,
    .popup-block.added-popup .form-btn,
    .popup-window-buttons .border-btn,
    .popup-block.added-popup .border-btn {
        margin: 0 0 10px;
        width: 100%;
        max-width: 100%;
    }

    .popup-window-buttons .form-btn,
    .popup-block.added-popup .btn-holder .form-btn {
        height: 40px;
    }

    .popup-window-buttons .border-btn,
    .popup-block.added-popup .border-btn {
        padding: 7px 5px;
    }

    .popup-block1 .fancybox-close-small,
    .popup-block .fancybox-close-small {
        top: 15px;
        right: 15px;
    }

    .popup-block.added-popup .basket-list .desc-slide {
        width: 100%;
    }

    .popup-block.added-popup .count-box {
        width: 139px;
    }

    .popup-block1#quick_view .fancybox-close-small,
    .popup-block#quick_view .fancybox-close-small {
        top: 15px;
        right: 15px;
    }
}

@media screen and (max-width: 375px) {
    .container {
        padding: 0 15px;
    }

    .tabset .tab-control a {
        font-size: 15px;
    }

    .tabset .tab-control {
        /*margin: 0 -10px;*/
    }

    .address-block .num-address {
        margin: 0 0 25px 5px;
    }

    #footer .logo {
        width: 100px;
        height: 43px;
    }

    /*
    .bottom-footer .list-nav {
        display: block;
    }

    .bottom-footer .list-nav li {
        display: block;
    }
    */
    .gallery-box .item-slide {
        height: 310px;
    }

    .gallery-box .item-slide .quick_view {
        padding: 7px 5px 8px;
    }

    .product-form .add_basket-box .red-btn,
    .product-form .add_basket-box .border-btn,
    .product-form .size_opt-box .red-btn,
    .product-form .size_opt-box .form-btn {
        width: 170px;
    }

    .add_basket-block .item-slide {
        width: 50%;
    }

    .reviews-box .head-box {
        display: block;
    }

    .reviews-box .title-block {
        margin: 0 0 15px;
    }

    .reviews-box .head-box .btn {
        margin: 0;
    }

    .reviews-list .rating-box span {
        margin-left: 0;
    }

    .reviews-list .rating-box .rating {
        margin-right: 15px;
    }

    .product-form .slider-color {
        padding: 0 0;
    }

    .product-form .slider-color .slick-arrow.slick-prev {
        left: -8px;
    }

    .product-form .slider-color .slick-arrow.slick-next {
        right: -8px;
    }

    .count-box {
        width: 109px;
    }

    .delivery-tab .btn-holder .form-btn,
    .delivery-tab .btn-holder .form-btn.border-btn {
        margin: 0 0 20px;
        max-width: 100%;
    }

    #header .list-btn {
        right: 82px;
    }

    #header .list-btn li {
        margin: 0 0 0 14px;
    }
}

#header .list-btn a.basket.active span,
#header .list-btn a.favorites.active span {
    color: #ffffff;
    background: #dc0f0f;
    z-index: 1;
}

.product-item-scu-item-text {
    margin: 0 3px;
}


.align-middle {
    align: middle;
}

#toTop {
    position: fixed;
    bottom: 50px;
    right: 50%;
    width: 40px;
    height: 40px;
    background: #fff url("/local/templates/stalker.3.0/css/../images/btn_up.svg") no-repeat;
    background-size: 100%;
    margin: 0 -710px 0 0;
    transition: all .2s linear;
    display: none;
    border-radius: 50%;
    z-index: 10;
}

#toTop:hover {
    opacity: 0.6;
}

@media screen and (max-width: 1430px) {
    #toTop {
        margin: 0;
        right: 20px;
    }
}

/* update style for contact page */
#wrapper.contact_page {
    /* overflow-x: hidden;
  overflow-y: visible; */
    overflow: visible;
}

.contact_page .section {
    overflow: visible;
}

/*
.contact_page .inner-section + .section{
  overflow: hidden;
}
*/
.contact_page .map-block .map {
    position: -webkit-sticky;
    position: sticky;
    top: 135px;
    /* margin: -309px 0 0; */
}

.contact_page .breadcrumbs-block:after,
.contact_page .tabset .tab-body:after {
    width: calc(100vw - 17px);
}

.contact_page #footer {
    overflow: hidden;
}

.contact_page .address-block .address-list {
    min-height: 573px;
}

@media screen and (max-width: 1350px) {
    .contact_page .collection-block {
        overflow: hidden;
        margin: 0 -15px 30px;
    }
}

@media screen and (max-width: 767px) {
    #wrapper.contact_page {
        overflow: hidden;
    }

    .contact_page .map-block .map {
        top: auto;
        /* margin: 0; */
    }
}

/* search update */
.search-box.active {
    width: calc(100% - 413px);
    z-index: 2;
    background: #fff;
    border: 1px solid #D3D3D3;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
}

#header .search-box.active .search-form,
#header .search-box.active .search-form.opt {
    width: 100%;
    padding-right: 95px;
    background: #fff;
}

.close_search {
    position: absolute;
    top: 0;
    right: 50px;
    height: 45px;
    width: 45px;
    display: none;
}

.close_search:after,
.close_search:before {
    position: absolute;
    content: '';
    width: 14px;
    height: 2px;
    background: #000;
    top: 50%;
    left: 50%;
    margin: -1px 0 0 -7px;
}

.close_search:after {
    transform: rotate(45deg);
}

.close_search:before {
    transform: rotate(-45deg);
}

.drop_search {
    padding: 0 26px 35px;
    margin-top: -3px;
    display: none;
}

#header .search-box.active .close_search,
#header .search-box.active .drop_search1 {
    display: block;
}

.search_list {
    margin: 0 0 21px;
}

.search_list li {
    margin: 0 0 1px;
}

.search_list a {
    display: block;
    line-height: 1.6;
    font-size: 14px;
    font-weight: 300;
    position: relative;
    padding-left: 22px;
    letter-spacing: -0.008em;
    transition: all ease 0.3s;
    padding-top: 3px;
    padding-bottom: 3px;
}

.search_list a:hover {
    /* text-decoration: underline; */
    background: #F4F5F5;
}

.search_list a:after {
    position: absolute;
    content: '';
    top: 50%;
    transform: translateY(-50%);
    left: 2px;
    width: 12px;
    height: 12px;
    content: "\e805";
    font-family: "fontello";
    font-size: 12px;
    line-height: 12px;
}

.search_list a span {
    font-weight: 600;
}

.cat_search {
    padding: 15px 0 0;
    margin: 0 0 0;
    border-top: 1px solid #E9EEEF;
}

.cat_search li {
    margin: 0 0 1px;
}

.cat_search a {
    display: block;
    font-weight: 400;
    line-height: 1.6;
    font-size: 14px;
    letter-spacing: 0.01em;
    color: #000;
    padding: 3px 0;
    transition: all ease 0.3s;
}

.cat_search a:hover {
    /* text-decoration: underline; */
    background: #F4F5F5;
}

.cat_search a span {
    display: inline-block;
    vertical-align: top;
    margin-right: 9px;
    color: #989898;
}

@media screen and (max-width: 1330px) {
    .search-box.active {
        width: calc(100% - 363px);
    }
}

@media screen and (max-width: 1100px) {
    #header .search-box.active {
        transform: none;
        top: calc(50% - (45px / 2));
        width: calc(100% - 360px);
    }

    #header .nav-menu a,
    #header .inner-nav .phone {
        text-decoration: underline;
    }

    #header .nav-menu a:hover,
    #header .inner-nav .phone:hover {
        text-decoration: none;
    }

    #header .inner-nav .time {
        font-size: 14px !important;
    }
}

@media screen and (max-width: 767px) {
    #header .search-box.active {
        width: calc(100% - 330px);
    }

    #header .search-box.active .search-form,
    #header .search-box.active .search-form.opt {
        padding-right: 76px;
    }

    .close_search {
        width: 36px;
        height: 36px;
        right: 40px;
    }

    .drop_search {
        padding: 0 15px 10px;
        margin-top: 0;
    }
}

@media screen and (max-width: 590px) {
    #header .search-box.active {
        width: auto;
        top: calc(100% - 46px);
        bottom: auto;
    }
}

/* VIVAKOM */
.vivakom {
    text-align: center;
    font-size: 12px;
}

.vivakom a {
    font-size: 12px;
}

.vivakom img {
    max-width: 20px;
}
/* / VIVAKOM */

/* SLIDER */
.slider, .slider-hidden {
    max-width: 100%;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.slider::-webkit-scrollbar, .slider-hidden::-webkit-scrollbar {
    display: none;
}

.scrollbar {
    height: 4px;
    position: relative;
    width: 100%;
    cursor: default;
    background: #f4f4f5;
    border-radius: 1px;
    margin: 10px 0;
}

.scrollbar:after {
    display: none;
}

.scrollbar__fill {
    background-color: #b5b7bc;
    border-radius: 1px;
    position: absolute;
    height: 100%;
    min-width: 10px;
    cursor: pointer;
    transition: background-color 0.2s;
}

.scrollbar__fill:hover {
    background-color: #a1a1a1;
}

.scrollbar__fill:active {
    background-color: #909090;
}
/* / SLIDER */
/* End */


/* Start:/local/templates/stalker.3.0/css/update_style_3.css?174896162934763*/
#header .phone {
  text-align: right;
}
#header .phone .time {
  display: block;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 11px;
  line-height: 1;
  letter-spacing: -0.02em;
  color: #989898;
}
#header .phone a {
  letter-spacing: -0.005em;
}
.drop-catalog .close_link {
  position: absolute;
  top: 20px;
  right: 100px;
  /* left: 50%; */
  /* margin: 0 0 0 -600px; */
  width: 36px;
  height: 36px;
}
.drop-catalog .close_link:after,
.drop-catalog .close_link:before {
  position: absolute;
  content: "";
  width: 38px;
  height: 2px;
  background: #000;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -19px;
}
.drop-catalog .close_link:after {
  transform: rotate(45deg);
}
.drop-catalog .close_link:before {
  transform: rotate(-45deg);
}

.product-gallery .item-gallery .inner-gallery {
  position: relative;
}
.product-gallery .item-gallery .price_item {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.product-gallery .item-gallery:first-child .price_item {
  left: 47.5%;
  bottom: 57%;
}
.product-gallery .item-gallery:nth-child(2) .price_item {
  left: 36%;
  bottom: 42.5%;
}
.product-gallery .item-gallery:nth-child(3) .price_item {
  left: 15%;
  bottom: 31.5%;
}
.product-gallery .item-gallery:nth-child(4) .price_item {
  left: 56%;
  bottom: 35%;
}
.product-gallery .item-gallery:nth-child(5) .price_item {
  left: 31%;
  bottom: 58.5%;
}
.product-gallery .item-gallery:last-child .price_item {
  left: 24.5%;
  bottom: 30.5%;
}
.product-gallery .price_item .plus {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #000;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.1;
  letter-spacing: -0.02em;
  padding: 0 0 2px;
}
.product-gallery .price_item .price_box {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin: 0 0 2px -14px;
  padding: 5px 7px 9px 17px;
  background: #fff;
  border-radius: 4px;
  width: 154px;
  min-height: 60px;
  box-sizing: border-box;
  position: relative;
  z-index: 0;
  overflow: visible;
}
.product-gallery .price_item .price_box:before {
  position: absolute;
  content: "";
  bottom: -7px;
  left: 18px;
  border-top: 10px solid #fff;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  z-index: -1;
  opacity: 1;
  top: auto;
  right: auto;
  background: transparent;
  transition: none;
}
.product-gallery .price_item .price_box .tag {
  display: block;
  margin: 0 0 3px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 10px;
  line-height: 1;
  color: #989898;
}
.product-gallery .price_item .price_box .name {
  display: block;
  margin: 0 0 3px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 13px;
  line-height: 1;
  color: #000000;
}
.product-gallery .price_item .price_box .price {
  display: block;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 1;
  color: #000000;
}
.head_box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.brands-block .head_box .title-block {
  margin-right: 27px;
}
.all_links {
  font-weight: 600;
  font-size: 12px;
  line-height: 1;
  letter-spacing: -0.02em;
  border: 1px solid #000000;
  box-sizing: border-box;
  border-radius: 80px;
  margin: 0 0 20px;
  padding: 8px 19px;
  color: #000;
}
.all_links:hover {
  background: #000;
  color: #fff;
}
.brands-block .list-brand.brands_slider {
  align-items: center;
  flex-wrap: nowrap;
}
.brands-block .list-brand.brands_slider li,
.list-brand.brands_slider li {
  width: auto;
}
.brands-block .list-brand.brands_slider img,
.list-brand.brands_slider img {
  width: auto !important;
}
.check_box {
  position: relative;
  margin: 0 0 0;
  padding: 0 0 0;
}
.check_box .checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.check_box .checkbox + label {
  display: block;
  position: relative;
  cursor: pointer;
  padding: 0 0 0 30px;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: 0.015em;
  color: #b0b0b0;
}
.check_box .checkbox + label a {
  color: #7a7e60;
  text-decoration: underline;
}
.check_box .checkbox + label a:hover {
  text-decoration: none;
}
.check_box .checkbox + label:after {
  position: absolute;
  content: "";
  top: -2px;
  left: 0;
  width: 18px;
  height: 18px;
  border: 2px solid #7a7e60;
  box-sizing: border-box;
}
.check_box .checkbox + label:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 5px;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  top: 2px;
  left: 3px;
  transform: rotate(-45deg);
  opacity: 0;
  z-index: 1;
}
.check_box .checkbox:checked + label:after {
  background: #7a7e60;
}
.check_box .checkbox:checked + label:before {
  opacity: 1;
}

.list_cities {
  margin: 0 0 0;
  display: flex;
  flex-wrap: wrap;
}
.list_cities li {
  margin: 0 22px 10px 0;
}
.list_cities li a {
  display: block;
  font-weight: 300;
  font-size: 13px;
  line-height: 20px;
  color: #4d4d4d;
}
.list_cities li a:hover {
  text-decoration: underline;
}
.breadcrumbs-block {
  padding: 6px 10px 0 0;
  margin: 0 0 35px;
}

.brand_page .brands-block {
  margin: -25px 0 26px;
}
.brand_page .brands-block .title-block {
  margin: 0 0 17px;
}
.brand_page .list-brand {
  margin: 0 -8px 0 -10px;
}
.brand_page .list-brand li {
  width: 16.6%;
  padding: 0 10px;
  margin: 0 0 30px;
}
.brand_page .list-brand a {
  display: block;
  text-align: center;
  background: #fff;
  border: 1px solid #eff3f3;
  box-sizing: border-box;
  padding: 10px 0 16px;
}
.brand_page .list-brand .icon_logo {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0 0 12px;
  height: 98px;
}
.brand_page .list-brand span {
  display: block;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  color: #000000;
}
.brand_page .btn-holder {
  text-align: center;
  padding: 27px 6px 0 0;
  margin: 0 0 31px;
}
.brand_page .btn-holder .btn-primary {
  display: inline-block;
  vertical-align: top;
  font-weight: 600;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: -0.02em;
  color: #000000;
  padding: 6px 49px 7px;
  border: 1px solid #000000;
  border-radius: 80px;
  letter-spacing: 0.01em;
}
.brand_page .btn-holder .btn-primary:hover {
  background: #000;
  color: #fff;
}
.brand_page .pagination-box {
  padding: 0;
  margin: 0 0 50px;
}
.brand_page .hide-box {
  display: none;
}

.inner_promo-block .title-promo {
  letter-spacing: -0.02em;
}
.inner_promo-block .subtitle-promo {
  letter-spacing: 0;
}
.delivery-tab .link-holder a {
  letter-spacing: -0.01em;
}
.delivery-tab .head-box {
  border-bottom: 1px solid #eff0f0;
}
.tabset .tab-control li,
.tab-control-no-js li {
  margin: 0 33px 0 0;
}
.delivery-tab .tab-control a,
.delivery-tab .tab-control-no-js a {
  font-size: 22px;
  letter-spacing: 0.02em;
}
.tabset .tab-control li.active a,
.tab-control-no-js li.active a {
  font-weight: 500;
}
.delivery-tab .text-img .img-box {
  margin: 25px 0 30px;
}
.delivery-tab .text-img .text {
  padding: 0 30px 0 0;
  margin: -5px 0 0;
}
.delivery-tab .text-img p {
  letter-spacing: 0.005em;
  font-size: 17px;
  margin: 0 0 25px;
  font-weight: 300;
  line-height: 25px;
}
.delivery-tab .text-img .text .subtitle {
  margin: 0 0 17px;
  font-weight: 600;
  font-size: 21px;
  line-height: 1.23;
  letter-spacing: 0;
}
.delivery-tab .text-img .text .subtitle a {
  font-weight: 600;
  color: #929777;
}
.delivery-tab .text-img .text strong {
  font-weight: 800;
  color: #929777;
}
.delivery-tab .text-img h3 {
  font-weight: 700;
  font-size: 28px;
  letter-spacing: 0.01em;
}
.delivery-tab .text-img .list {
  padding: 0 0 0 82px;
}
.delivery-tab .text-img .list li {
  padding: 0 0 0 48px;
  letter-spacing: 0;
  font-size: 17px;
}
.timetable_box {
  padding: 0 0 0 130px;
  margin: -3px 0 30px;
}
.delivery-tab .timetable_box .list_title {
  margin: 0 0 6px;
  font-size: 17px;
  line-height: 25px;
  font-weight: 600;
}
.timetable_box .list_time {
  margin: 0 0 0;
  list-style: none;
}
.timetable_box .list_time li {
  margin: 0 0 0;
  font-size: 14px;
  line-height: 24px;
  padding: 0 0 0 12px;
  position: relative;
}
.timetable_box .list_time li:after {
  position: absolute;
  content: "";
  top: 11px;
  left: 2px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #000;
}
.timetable_box .list_time li.weekend {
  color: #af2244;
}
.timetable_box .list_time li.weekend:after {
  background: #af2244;
}
.delivery-tab .text-img .important {
  padding: 22px 70px 20px;
  margin: 0 0 27px;
  font-size: 17px;
  line-height: 25px;
  background: #f8f0f2;
  display: inline-block;
  vertical-align: top;
}
.delivery-tab .text-img .important b {
  font-weight: 700;
}
.delivery-tab .text-img .important strong {
  font-weight: 700;
  color: #af2244;
}
.delivery-tab .list-logos {
  margin: 0 0 37px;
  padding: 8px 0 0;
  background: none;
  justify-content: flex-start;
}
.delivery-tab .list-logos li {
  margin: 0 23px 15px 9px;
}
.delivery-tab .article-text .text {
  padding: 0;
}
.delivery-tab .num_list {
  padding: 0 0 0 48px;
  margin: 0 0 25px;
}
.delivery-tab .num_list li {
  counter-increment: li;
  position: relative;
  padding: 0 0 0 23px;
  font-size: 17px;
  line-height: 27px;
  font-weight: 300;
  margin: 0 0 3px;
}
.delivery-tab .text .num_list li {
  margin: 0 0 19px;
}
.delivery-tab .num_list li:before {
  content: counter(li) ". ";
  position: absolute;
  font-weight: 600;
  font-size: 17px;
  line-height: 1;
  top: 6px;
  left: 0;
}
.delivery-tab .text-img .min_sum {
  margin: 0 0 21px;
  font-weight: 400;
}
.delivery-tab .list-pay {
  padding: 28px 10px 15px;
  justify-content: flex-start;
}

.tags_box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0 0 0 8px;
  margin: -6px 0 10px;
}
.tags_box li {
  margin: 0 28px 15px 0;
}
.tags_box a {
  display: block;
  padding: 0 0 6px;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: -0.02em;
  color: #989898;
  position: relative;
}
.tags_box a:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: #000;
  opacity: 0;
}
.tags_box a:hover {
  color: #000;
}
.tags_box .active a {
  color: #000;
  font-weight: 600;
}
.tags_box .active a:after {
  opacity: 1;
}
.catalog-filter,
.blog-block .catalog-filter {
  margin: -9px 0 11px;
}
.catalog-filter ul li,
.blog-block .catalog-filter ul li {
  margin: 0 10px 10px 0;
}
.catalog-filter ul li:last-child,
.blog-block .catalog-filter ul li:last-child {
  margin: 0 0 10px 0;
}
.catalog-filter ul a,
.blog-block .catalog-filter ul a {
  background: none;
  border: 1px solid #d4d9db;
  box-sizing: border-box;
  text-align: center;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  color: #000;
  letter-spacing: -0.01em;
  min-width: auto;
  padding: 8px 20px 8px 19px;
}
.catalog-filter ul a:hover,
.blog-block .catalog-filter ul a:hover {
  border-color: #c6d46d;
  background: none;
  color: #000;
}
.catalog-filter ul li.active a,
.blog-block .catalog-filter .active a {
  border-color: #c6d46d;
  font-weight: 700;
  background: none;
  color: #000;
}
.catalog-filter .more a:hover,
.catalog-filter .more a,
.blog-block .catalog-filter .more a:hover,
.blog-block .catalog-filter .more a {
  background: #f4f4f4;
  border-color: #f4f4f4;
  font-size: 11px;
  line-height: 1;
  color: #989898;
}
.catalog-filter .hide,
.blog-block .catalog-filter .hide {
  display: none;
}

.article-text .btn_holder {
  margin: 0 0 40px;
  text-align: center;
  width: 100%;
}
.article-text .btn_holder .back {
  display: inline-block;
  vertical-align: top;
  padding: 0 20px 0 0;
  position: relative;
  font-weight: 500;
  font-size: 23px;
  line-height: 1.2;
  border: none;
}
.article-text .btn_holder .back:after {
  position: absolute;
  content: "";
  left: 0;
  right: 20px;
  bottom: 0;
  height: 1px;
  border-bottom: 2px dotted #000;
}
.article-text .btn_holder .back:hover:after {
  opacity: 0;
}
.article-text .btn_holder .back:before {
  position: absolute;
  content: "";
  top: 12px;
  right: 0;
  width: 7px;
  height: 7px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(-45deg);
}
.keep_box {
  padding: 23px 76px 38px;
  border: 1px solid #d2d5c4;
  box-sizing: border-box;
  border-radius: 5px;
  margin: 0 81px 40px;
}
.keep_box .keep_title {
  display: block;
  margin: 0 0 10px;
  font-weight: 700;
  font-size: 23px;
  line-height: 1.2;
  letter-spacing: -0.01em;
  color: #7a7e60;
}
.article-block .article-text .keep_box .keep_list {
  padding: 0;
}
.article-block .article-text .keep_box .keep_list li {
  margin: 0 0 0;
  padding: 0 0 0 25px;
}
.article-block .article-text .keep_box .keep_list li:after {
  position: absolute;
  content: "";
  top: 10px;
  left: 10px;
  background: #afca05;
  width: 5px;
  height: 5px;
  border-radius: 50%;
}
.article-text .keep_box .keep_list a {
  text-decoration: underline;
  text-decoration-color: #e2e3dd;
  font-weight: 300;
  font-size: 15px;
  line-height: 25px;
  color: #000000;
  border: none;
}
.keep_box .keep_list a:hover {
  text-decoration-color: transparent;
}
.appear_box {
  margin: 0 9px 30px 50px;
  float: right;
  clear: right;
  width: 410px;
  border: 8px solid #f8f8f8;
  box-sizing: border-box;
  border-radius: 5px;
  padding: 19px 39px 20px;
  position: relative;
  z-index: 1;
}
.appear_box .appear_title {
  display: block;
  margin: 0 0 0;
  font-weight: 700;
  font-size: 19px;
  line-height: 1.2;
  letter-spacing: -0.01em;
  color: #7a7e60;
  position: relative;
  z-index: 1;
}
.appear_inner .img-box {
  margin: -7px 0 15px;
  position: relative;
  /* background: #fff; */
  overflow: hidden;
}
.appear_inner .img-box a {
  display: block;
  position: relative;
  border: none;
  text-align: center;
}
.appear_inner .img-box a img {
  display: block;
}
.appear_inner .desc-slide {
  padding: 0 8px;
  margin: -11px 0 0;
}
.appear_inner .desc-slide a {
  border: none;
}
.appear_inner .goods-tag {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0;
  font-weight: 400;
  font-size: 13px;
  line-height: 17px;
  color: #989898;
}
.appear_inner .title-goods {
  display: block;
  margin: -6px 0 3px;
  font-size: 16px;
  line-height: 20px;
}
.appear_inner .price-box {
  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;
  margin: -3px 0 0;
}
.appear_inner .price-box .price {
  font-weight: 700;
  font-size: 19px;
  line-height: 1.5;
  color: #000000;
  margin: 0 16px 0 0;
}
.article_section .tab-body:after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  background: #f8f9f9;
  z-index: -1;
}
.brands-block {
  margin-top: 0;
}
.catalog-block {
  margin: -23px 0 0;
}
.filter-block .accordion .item .heading {
  padding: 0 35px 18px 0;
  position: relative;
  border-bottom: 1px solid #eff1f1;
  margin: 0 0 0;
  text-decoration: underline;
}
.filter-block .accordion .item .heading:hover {
  text-decoration: none;
}
.filter-block .accordion .item:last-child .heading {
  border: none;
}
.filter-block .accordion .item.is-parent .heading:after {
  position: absolute;
  content: "";
  top: 50%;
  right: 26px;
  width: 5px;
  height: 5px;
  border-top: 1px solid #b9b9b9;
  border-right: 1px solid #b9b9b9;
  transform: rotate(135deg);
  margin: -12px 0 0;
}
.filter-block .accordion .item .heading.title-form {
  padding: 0;
  border: none;
  font-size: 16px;
}
.filter-block .accordion .item .heading.title-form:after {
  display: none;
}
.filter-block .form-filter .title_form {
  display: block;
  margin: 0 0 23px;
  font-weight: 700;
  font-size: 21px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #000000;
}
.maps_block {
  padding: 17px 0 0;
}
.maps_block p b {
  font-weight: 600;
}
.maps_block .delivery-tab .text .list {
  margin: -5px 0 26px;
}
.maps_block .delivery-tab .text .list li {
  padding: 0 0 0 50px;
  font-size: 17px;
  line-height: 25px;
  font-weight: 300;
  margin: 0 0 0;
}
.maps_block .delivery-tab .text .list li:after {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  top: 10px;
  left: 33px;
  background: #000;
}
.maps_block .info {
  padding: 14px 0 0 105px;
  margin: 0 0 30px;
  position: relative;
}
.maps_block .info p {
  margin: 0 0 20px;
  font-weight: 400;
  line-height: 20px;
  font-size: 17px;
}
.maps_block .info:after {
  position: absolute;
  content: "";
  top: 13px;
  left: 29px;
  width: 48px;
  height: 48px;
  background: url("/local/templates/stalker.3.0/images/icon_info.svg") no-repeat;
  background-size: 100%;
}
.maps_box {
  padding: 10px 0 0;
}
.maps_box .menu {
  display: block;
  margin: 0 0 16px;
  font-weight: 700;
  font-size: 23px;
  line-height: 24px;
}
.maps_box .menu a {
  border: none;
  font-weight: 700;
}
.maps_box .list_submenu {
  margin: 0 0 26px;
}
.maps_box .list_submenu li {
  margin: 0 0 0;
}
.maps_box .list_submenu li a {
  font-weight: 300;
  font-size: 15px;
  line-height: 1.2;
  border: none;
}
.maps_box .list_submenu li a:hover {
  text-decoration: underline;
}

.product-form .estimate-box .rating-box {
  margin-right: 20px;
}
.product-form .estimate-box .review_link {
  font-size: 13px;
  line-height: 24px;
  font-weight: 300;
  border-bottom: 1px dotted #000;
  padding: 0;
  margin: 0 0 10px;
}
.product-form .estimate-box .review_link:hover {
  border-color: transparent;
}
.product-form .size-box .size_link,
.product-form .size_opt-box .size_link {
  margin: 0 0 10px auto;
  display: block;
  padding: 0 0 0 20px;
  position: relative;
  font-weight: 300;
  font-size: 11px;
  line-height: 24px;
  text-decoration: underline;
  text-decoration-color: #cad0a1;
}
.product-form .size-box .size_link:after,
.product-form .size_opt-box .size_link:after {
  position: absolute;
  content: "";
  top: 2px;
  left: 0;
  width: 18px;
  height: 18px;
  background: url("/local/templates/stalker.3.0/images/icon_ruler.svg")
    no-repeat;
  background-size: 100%;
}
.product-form .size-box .size_link:hover,
.product-form .size_opt-box .size_link:hover {
  text-decoration-color: transparent;
}
.delivery_box {
  display: flex;
  flex-wrap: wrap;
}
.delivery_box .delivery-list {
  width: calc(50% - 15px);
}
.delivery_box .delivery-list .hide {
  display: none;
}
.delivery_box .delivery-list .more a {
  font-weight: 300;
  font-size: 10px;
  line-height: 1.2;
  border-bottom: 1px dotted #000;
}
.delivery_box .delivery-list .more a:hover {
  border-bottom: 1px dotted transparent;
}
.specifications-block .text {
  padding: 4px 0 15px 0;
  font-size: 14px !important;
}
.specifications-block .text p {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  margin: 0 0 18px;
}
.specifications-block .text ul {
  margin: 0 0 20px;
}
.specifications-block .text ul li {
  margin: 0 0 6px;
  position: relative;
  font-weight: 300;
  font-size: 15px;
  line-height: 18px;
  padding: 0 0 0 27px;
  letter-spacing: 0.01em;
}
.specifications-block .text ul li:after {
  position: absolute;
  content: "";
  top: 7px;
  left: 12px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #000;
}
.specifications-block .list-specifications {
  margin: 0 0 20px;
}
.specifications-block .list-specifications strong,
.specifications-block .list-specifications span em {
  font-size: 14px;
}
.specifications-block .list-specifications .more {
  padding: 10px 0 0;
}
.specifications-block .list-specifications .more a {
  border-bottom: 1px dotted #989898;
}
.specifications-block .list-specifications .more a:hover {
  border-bottom: 1px dotted transparent;
}
.specifications-block .list-specifications .hide {
  display: none;
}
#size_popup {
  width: 100%;
  max-width: 1070px;
  padding: 22px 112px 33px;
  background: #ffffff;
  box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.15);
  display: none;
}
#size_popup .title_popup {
  display: block;
  margin: 0 0 10px;
  font-weight: 700;
  font-size: 30px;
  line-height: 2;
  letter-spacing: -0.01em;
  color: #000000;
}
#size_popup .subtitle {
  display: block;
  margin: 0 0 4px;
  font-weight: 700;
  font-size: 20px;
  line-height: 2;
  letter-spacing: -0.01em;
  color: #000000;
}
#size_popup p {
  font-weight: 300;
  font-size: 15px;
  line-height: 20px;
  color: #000000;
  margin: 0 0 20px;
}
#size_popup p a {
  font-size: 13px;
  text-decoration: underline;
  font-weight: 600;
}
#size_popup p a:hover {
  text-decoration: none;
}
#size_popup .table {
  margin: 0 0 27px;
  width: 100%;
  box-sizing: border-box;
  border-collapse: collapse;
  text-align: center;
  vertical-align: middle;
}
#size_popup .table th {
  padding: 0 0 0;
  background: #929777;
  border-right: 1px solid rgba(230, 236, 236, 0.2);
  font-weight: 700;
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: -0.01em;
  color: #ffffff;
  height: 40px;
  /* width: 1%; */
}
#size_popup .table th:last-child {
  border: none;
}
#size_popup .table td {
  border-bottom: 1px solid #e6ecec;
  border-right: 1px solid #e6ecec;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #000000;
  height: 92px;
  padding-top: 9px;
}
#size_popup .table td:last-child {
  border-right: none;
}
#size_popup .table td span {
  display: block;
  margin: 0 0 5px;
}
#size_popup .table_box {
  overflow: hidden;
  padding: 0 0 5px;
  overflow-x: auto;
}
.reviews_block {
  padding: 0 0 0;
  margin: -6px 0 55px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.reviews_form {
  width: 410px;
  background: #fafafa;
  padding: 40px 47px 53px 50px;
}
.feedback .title_form {
  display: block;
  margin: 0 0 16px;
  font-weight: 700;
  font-size: 19px;
  line-height: 1;
  letter-spacing: -0.01em;
  color: #000000;
}
.feedback p {
  margin: 0 0 23px;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #b9b9b9;
}
.feedback .row_form {
  margin: 0 0 24px;
}
.feedback .txt_row {
  margin: -7px 0 13px;
}
.feedback .label {
  display: block;
  margin: 0 0 4px;
  font-weight: 300;
  font-size: 17px;
  line-height: 1;
  color: #000000;
}
.feedback textarea,
.feedback input[type="text"] {
  display: block;
  width: 100%;
  background: #ffffff;
  border: 1px solid #e0e0e0;
  padding: 5px 19px;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #000000;
}
.feedback input[type="text"] {
  margin: 0 0 0;
  height: 50px;
}
.feedback textarea {
  height: 123px;
  resize: none;
  padding: 12px 19px;
}
.feedback .error {
  display: block;
  font-weight: 400;
  font-size: 11px;
  line-height: 18px;
  color: #b9b9b9;
}
.feedback .rating-box {
  padding: 3px 0 0;
  justify-content: flex-start;
  margin: 0 0 11px;
}
.feedback .rating-box span {
  margin: 0 11px 10px 0;
  font-size: 11px;
  line-height: 24px;
}
.feedback .rating-box .rating li {
  margin-left: 8px;
}
.feedback .rating-box .rating a i:before {
  font-size: 28px;
  line-height: 1;
}
.feedback .form_btn {
  display: block;
  width: 100%;
  box-sizing: border-box;
  height: 39px;
  border: 1px solid #7a7e60;
  background: #7a7e60;
  font-weight: 700;
  font-size: 15px;
  line-height: 24px;
  text-align: center;
  letter-spacing: -0.02em;
  color: #ffffff;
  cursor: pointer;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.feedback .form_btn:hover {
  background: transparent;
  color: #7a7e60;
}

.reviews_box {
  width: calc(100% - 410px);
  padding: 0 30px 0 0;
}
.reviews_box .head_box {
  margin: 0 0 0;
  display: flex;
  flex-wrap: wrap;
}
.reviews_box .head_box h2 {
  margin-right: 34px;
}
.reviews_box .head_box .link {
  display: block;
  margin: 0 0 15px;
  font-weight: 600;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: -0.02em;
  color: #000000;
  border: 1px solid #000000;
  box-sizing: border-box;
  border-radius: 80px;
  padding: 6px 33px;
}
.reviews_box .head_box .link:hover {
  color: #fff;
  background: #000;
}
.reviews_box p {
  margin: 0 0 30px;
  font-weight: 400;
  font-size: 19px;
  line-height: 25px;
  color: #b9b9b9;
}
.reviews_list .review_item {
  margin: 0 0 27px;
  padding: 0 0 16px;
}
.reviews_list .review_item.bdr {
  border-bottom: 1px solid #edefef;
}
.reviews_list .review_head {
  position: relative;
  margin: 0 0 6px;
  padding: 4px 0 0 56px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.reviews_list .review_head .icon_user {
  position: absolute;
  top: 3px;
  left: 11px;
  width: 28px;
  height: 28px;
  background: url("/local/templates/stalker.3.0/images/icon_user.svg") no-repeat;
  background-size: 100%;
}
.reviews_list .user_data {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 17px;
  line-height: 27px;
}
.reviews_list .user_data .user_name {
  margin: 0 20px 10px 0;
  display: block;
  font-weight: 600;
}
.reviews_list .user_data .date {
  display: block;
  margin: 0 0 10px;
  font-weight: 300;
  color: #989898;
}
.reviews_list .user_links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  margin: 0 0 0 auto;
}
.reviews_list .user_links > span {
  display: block;
  margin: 0 0 10px 14px;
  font-weight: 300;
  font-size: 11px;
  line-height: 24px;
  color: #000000;
}
.reviews_list .rating-box .rating li a i:before {
  font-size: 14px;
  line-height: 1;
}
.review_text {
  font-weight: 300;
  font-size: 17px;
  line-height: 24px;
  color: #000000;
  margin: 0 0 20px;
}
.reviews_list .links_box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.reviews_list .complain {
  display: inline-block;
  vertical-align: top;
  font-weight: 300;
  font-size: 11px;
  line-height: 18px;
  color: #989898;
  margin: 0 35px 10px 0;
}
.reviews_list .consent {
  font-weight: 300;
  font-size: 11px;
  line-height: 18px;
  color: #989898;
  margin: 0 0 10px;
}
.reviews_list .consent a {
  position: relative;
  font-weight: 400;
  font-size: 11px;
  line-height: 18px;
  color: #000000;
  padding: 0 0 0 23px;
  margin: 0 0 0 18px;
}
.reviews_list .consent a:after {
  position: absolute;
  content: "";
  top: -5px;
  left: 0;
  width: 17px;
  height: 17px;
}
.reviews_list .consent a.no:after {
  background: url("/local/templates/stalker.3.0/images/icon_no.svg") no-repeat;
  background-size: 100%;
}
.reviews_list .consent a.yes:after {
  background: url("/local/templates/stalker.3.0/images/icon_yes.svg") no-repeat;
  background-size: 100%;
}
.reviews_list .photo_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px -5px;
  padding: 15px 0 0;
}
.reviews_list .photo_list li {
  padding: 0 8px;
  margin: 0 0 15px;
}
.reviews_list .photo_list li img {
  display: block;
}
.reviews_list .answer_box.admin {
  background: #f1f1ee;
  padding: 32px 70px 26px 127px;
  margin: 17px 0 0;
  position: relative;
}
.reviews_list .answer_box.admin .icon_user {
  width: 34px;
  height: 33px;
  background: url("/local/templates/stalker.3.0/images/icon_adm.svg") no-repeat;
  background-size: 100%;
  top: 32px;
  left: 68px;
  position: absolute;
}
.reviews_list .answer_box.admin .name {
  display: block;
  margin: 0 0 7px;
  font-weight: 700;
  font-size: 17px;
  line-height: 1;
  color: #7a7e60;
}
.reviews_list .answer_box.admin p {
  margin: 0;
  font-weight: 300;
  font-size: 17px;
  line-height: 24px;
  color: #000000;
}
.reviews_list .answer_box.admin p a {
  text-decoration: underline;
  color: #7a7e60;
}
.reviews_list .answer_box.admin p a:hover {
  text-decoration: none;
}
.reviews_list .btn_holder {
  margin: 0 0 0;
  padding: 7px 0 0;
  text-align: center;
  width: 100%;
}
.reviews_list .btn_holder .more {
  font-weight: 600;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: -0.02em;
  color: #000000;
  border: 1px solid #000000;
  box-sizing: border-box;
  border-radius: 80px;
  padding: 6px 52px;
  display: inline-block;
  vertical-align: top;
}
.reviews_list .btn_holder .more:hover {
  color: #fff;
  background: #000;
}
.reviews_list .hide {
  display: none;
}

@media (max-width: 1500px) {
  .drop-catalog .close_link {
    right: 5px;
    top: 5px;
  }
}
@media (max-width: 1100px) {
  .auth-body #nav {
    top: 119px;
  }
  .blog-block .catalog-filter ul {
    flex-wrap: wrap;
    white-space: normal;
  }
  .blog-block .catalog-filter ul a {
    padding: 8px 10px;
  }
}
@media (max-width: 980px) {
  .brand_page .list-brand li {
    width: 20%;
  }
  .maps_block .col-30 {
    width: 50%;
  }
}
@media (max-width: 890px) {
  .inner_promo-block .item-slide.big-width .inner-slide {
    padding-left: 15px;
  }
  .delivery-tab .text-img .list {
    padding: 0 0 0 40px;
  }
  .delivery-tab .text-img .important {
    padding: 22px 30px 20px;
  }
  .timetable_box {
    padding: 0 0 0 90px;
  }
  .appear_box {
    float: none;
    margin: 0 auto 30px;
    clear: none;
    width: 100%;
    max-width: 410px;
  }
  #size_popup {
    padding: 22px 30px 33px;
  }
  .reviews_block {
    display: block;
  }
  .reviews_box {
    padding: 0;
    width: 100%;
    margin: 0 0 50px;
  }
  .reviews_form {
    width: 100%;
  }
  /* new style for brands */
  .brands-block .list-brand.brands_slider {
    display: block;
  }
  .brands-block .list-brand.brands_slider .slick-track {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }
  .brands-block .list-brand.brands_slider li {
    margin: 0;
  }
  /* end new style for brands */
}
@media (max-width: 767px) {
  .product-gallery .item-gallery:nth-child(4) .price_item {
    left: 45%;
  }
  .product-gallery .item-gallery:nth-child(4) .price_item .price_box {
    margin-left: -30px;
  }
  .brand_page .list-brand li {
    width: 25%;
  }
  .tags_box li {
    margin: 0 15px 10px 0;
  }
  .tags_box a {
    padding: 0;
  }
  .keep_box {
    margin: 0 0 40px;
    padding: 23px 16px 38px;
  }
  .maps_block .info {
    padding-left: 45px;
  }
  .maps_block .info p {
    font-size: 15px;
  }
  .maps_block .info:after {
    left: 0;
    width: 30px;
    height: 30px;
  }
  .reviews_list .answer_box.admin {
    padding: 32px 20px 26px 50px;
  }
  .reviews_list .answer_box.admin .icon_user {
    left: 8px;
  }
}
@media (max-width: 590px) {
  .auth-body #nav {
    top: 144px;
  }
  .brand_page .list-brand li {
    width: 33.3%;
  }
  .delivery-tab .num_list,
  .delivery-tab .text-img .list {
    padding: 0;
  }
  .timetable_box {
    padding: 0 0 0 48px;
  }
  .article-text .btn_holder .back {
    font-size: 18px;
  }
  .maps_block .col-30 {
    width: 100%;
  }
  #size_popup .title_popup {
    line-height: 1.2;
    font-size: 25px;
  }
  .reviews_list .user_links {
    margin: 0;
  }
  .reviews_list .rating-box span {
    margin: 0 0 10px;
  }
  /* new style for brands */
  .brands-block .list-brand.brands_slider li {
    padding: 0 10px;
  }
  .brands-block .list-brand.brands_slider li img {
    width: 142px !important;
  }
  /* end new style for brands */
}
@media (max-width: 480px) {
  .brands-block .head_box .title-block {
    margin-right: 10px;
  }
  .brands-block .head_box .all_links {
    padding: 8px 5px;
  }
  .product-gallery .gallery-list {
    max-height: none;
    columns: 1;
  }
  .product-gallery .item-gallery:nth-child(4) .price_item .price_box {
    margin-left: -14px;
  }
  .brand_page .list-brand li {
    width: 50%;
  }
  .delivery-tab .text-img h3 {
    font-size: 22px;
  }
  .delivery-tab .text-img .text .subtitle {
    font-size: 18px;
  }
  .appear_box {
    padding: 19px 15px 20px;
  }
  .maps_block .tabset .tab-control li,
  .maps_block .tabset .tab-control-no-js li {
    margin: 0;
    text-align: center;
  }
  #size_popup .table {
    min-width: 410px;
  }
  .product-form .size-box .size_link {
    margin: 0 0 10px;
  }
  .delivery_box .delivery-list {
    width: 100%;
  }
  .reviews_form {
    padding: 40px 25px 53px;
  }
}
@media (max-width: 420px) {
  .brands-block .head_box {
    margin-right: -20px;
  }
  .brands-block .head_box .title-block {
    font-size: 22px;
  }
  .tabset.goods-block .tab-control li{
    margin-right: 13px;
  }
  .tabset.goods-block .tab-control li:last-child{
    margin-right: 0;
  }
}

/* update styles for banner 5.05.2022 */
.collection-block .item-slide .title-promo {
  font-size: 32px;
  line-height: 38px;
}
/* .collection-block .item-slide .title-promo span {
  display: block;
} */
.promo-slider .subtitle-promo {
  font-weight: 600;
  font-size: 17px;
  line-height: 21px;
}
@media (max-width: 1100px) {
  .collection-block .item-slide:before {
    padding: 48.438% 0 0;
  }
}
@media (max-width: 980px) {
  .collection-block .item-slide:before {
    padding: 57.438% 0 0;
  }
}
@media (max-width: 890px) {
  .collection-block .item-slide:before {
    padding: 40.8% 0 0;
  }
  .wholesalers_block .list_nav {
    display: none;
  }
}
@media (max-width: 767px) {
  .collection-block .item-slide:before {
    padding: 45.8% 0 0;
  }
}
@media (max-width: 590px) {
  .collection-block .item-slide:before {
    padding: 55.8% 0 0;
  }
}
@media (max-width: 480px) {
  .collection-block .item-slide:before {
    padding: 75.8% 0 0;
  }
  .collection-block .item-slide .title-promo {
    font-size: 26px;
    line-height: 32px;
  }
  .ajax-form-box {
    padding: 48px 35px 58px;
  }
}
@media (max-width: 380px) {
  .promo-slider .subtitle-promo {
    font-size: 14px;
    line-height: 16px;
  }
  /* .collection-block .item-slide .title-promo span {
    display: inline;
  } */
}
/* end update styles for banner 5.05.2022 */



/* styles for links in tabs */
.goods-block .link_holder{
  padding-top: 58px;
  margin-bottom: 0;
  text-align: center;
}
.goods-block .link_holder .link{
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding-right: 38px;
  padding-bottom: 5px;
  /* border-bottom: 1px solid #E6E6E6; */
  font-weight: 400;
  font-size: 17px;
  line-height: 1;
  letter-spacing: -0.03em;
  color: #000000;
  transition: all ease 0.3s;
  text-decoration: underline;
}
.goods-block .link_holder .link:hover{
  text-decoration: none;
}
.goods-block .link_holder .link:after{
  position: absolute;
  top: 5px;
  right: -19px;
  content: '';
  width: 34px;
  height: 8px;
  background: url("/local/templates/stalker.3.0/css/../images/tab_arrow.svg") no-repeat;
  background-size: 100%;
}
.goods-block .link_holder .link:before{
  position: absolute;
  content: '';
  height: 1px;
  /*background: #E6E6E6;*/
  left: 0;
  bottom: 0;
  right: 38px;
  transition: all ease 0.3s;
}
.goods-block .link_holder .link:hover:before{
  opacity: 0;
}
@media (max-width: 767px){
  .goods-block .link_holder{
    padding-top: 25px;
  }
}


.delivery-tab .text-img .text .list li{
  display: block;
}

/* End */


/* Start:/local/templates/stalker.3.0/corols/s1.css?1748961608739*/
.popup-window .popup-window-buttons {
    padding: 0;
}
#header .logo,
#footer .logo{
    width: 106px;
    height: 78px;
    background: url("/local/templates/stalker.3.0/images/logo_base.svg") no-repeat;
    background-size: 100%;
}
#header .logo{
    top: 18px;
    left: 60px;
}
.logo-block{
    position: relative;
}
#footer .logo{
    width: 99px;
    height: 74px;
    margin: 0 0 15px;
}
@media screen and (max-width: 1330px){
    #header .logo{
        left: 15px;
    }
}
@media screen and (max-width: 890px){
    #footer .social-list{
        top: 30px;
    }
}
@media screen and (max-width: 767px){
    #header .logo{
        width: 91px;
        height: 43px;
    }
    /*#footer .logo{*/
    /*    height: 47px;*/
    /*}*/
}
/* End */


/* Start:/local/templates/stalker.3.0/components/stalker/search.title/catalog/style.css?17054890942175*/
div.title-search-result {
	border:1px solid #c6c6c6;
	display:none;
	overflow:hidden;
	z-index:205;
}

table.title-search-result {
	border-collapse: collapse;
	border:none;
	width:10%;
}

table.title-search-result th {
	background-color:#F7F7F7;
	border-right:1px solid #e8e8e8;
	color:#949494;
	font-weight:normal;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:14px;
 	padding-right:12px;
	text-align:right;
	vertical-align:top;
	white-space:nowrap;
	width:1%;
}

table.title-search-result td {
	background-color:white;
	font-weight:normal;
	padding-top:2px;
	padding-bottom:2px;
	text-align:left;
	white-space:nowrap;
}

table.title-search-result td.title-search-item {
	padding-left:8px;
	padding-right:15px;
}

table.title-search-result td.title-search-item a {
	padding-left:4px;
	padding-right:15px;
	vertical-align:top;
	display:block;
}

table.title-search-result td.title-search-item img {
	vertical-align:top;
}

table.title-search-result td.title-search-item b {
	color:#cf0000;
	font-weight:normal;
}

table.title-search-result tr.title-search-selected td
,table.title-search-result tr.title-search-selected a
,table.title-search-result tr.title-search-selected td.title-search-more a
{
	background-color:#fff2be;
}

table.title-search-result td.title-search-more {
	font-size:11px;
	font-weight:normal;
	padding-right:15px;
	padding-left:24px;
	padding-top:0px;
}

table.title-search-result td.title-search-more a
{
	padding-left:12px;
	padding-right:15px;
	text-decoration:none;
	color:#999999;
}

table.title-search-result td.title-search-all {
	padding-left:24px;
	padding-right:15px;
}

table.title-search-result td.title-search-all a
{
	padding-left:4px;
	text-decoration:none;
	color:#808080;
}

table.title-search-result td.title-search-separator
, table.title-search-result th.title-search-separator {
	padding-top:0px;
	padding-bottom:0px;
	font-size:4px;
}

div.title-search-fader {
	display:none;
	background-image: url('/local/templates/stalker.3.0/components/stalker/search.title/catalog/images/fader.png');
	background-position: right top;
	background-repeat: repeat-y;
	position:absolute;
}

p.title-search-preview {
	font-size:12px;
}
div.title-search-result td.title-search-price span {
	font-size: 26px;
}

/* End */


/* Start:/local/templates/stalker.3.0/styles.css?17054890931706*/

.popup-window .popup-window-titlebar {
    height: auto;
}

.popup-window .popup-window-titlebar-text {
    margin: 0 0 15px;
    font-weight: 700;
    font-size: 30px;
    line-height: 30px;
    letter-spacing: -0.01em;
    color: #000000;
}

body .popup-window.popup-window-with-titlebar {
    padding: 50px;
}
.popup-window .popup-window-buttons {
    padding: 0;
}
.popup-window{
	width: 100%;
    /* max-width: 630px; */
}
@media (max-width: 630px) {
    /* .popup-window{
    	max-width: 100%;
    } */
    body .popup-window.popup-window-with-titlebar{
    	padding: 40px 5px;
    }
    html .popup-window-close-icon{
    	top: 16px;
    	right: 12px;
    }
}

.product-form .size-box .size-list li.selected .product-item-scu-item-color-block,
.product-form .size-box .size-list li.selected .product-item-scu-item-text-block,
.product-form .size-box .size-list li.active a{
    width: auto;
}
.product-form .size-box .size-list .product-item-scu-item-text-block,
.product-form .size-box .size-list .product-item-scu-item-color-block{
    width: auto;
    min-width: 53px;
}
.product-form .add_basket-box .red-btn{
    margin: 0 0 10px;
}
@media screen and (max-width: 500px){
    .product-form .size-box .size-list li.selected .product-item-scu-item-color-block, .product-form .size-box .size-list li.selected .product-item-scu-item-text-block, .product-form .size-box .size-list li.active a{
        width: auto;
    }
    .product-form .size-box .size-list .product-item-scu-item-text-block,
    .product-form .size-box .size-list .product-item-scu-item-color-block{
        min-width: 35px;
        width: auto;
    }
    .product-form .add_basket-box .red-btn{
        margin: 0 0 18px;
    }
}
/* End */


/* Start:/local/templates/stalker.3.0/template_styles.css?174896165777951*/
.auth-body #wrapper {
  position: relative;
}
.auth-body #header {
  margin-top: 0;
}

pre {
  display: block;
  margin: 30px 0;
  background-color: #dedede;
  font-size: 12px;
  padding: 15px;
}

.product-filter li a.current {
  color: #fff;
  background-color: #000;
}

input.error,
textarea.error {
  outline: 0;
  border-color: #ff0000 !important;
  animation-name: error;
  animation-duration: 0.5s;
  animation-delay: 0.25s;
  color: #ff0000 !important;
}

@keyframes error {
  0% {
    transform: translateX(0px);
    timing-function: ease-in;
  }
  37% {
    transform: translateX(10px);
    timing-function: ease-out;
  }
  55% {
    transform: translateX(-10px);
    timing-function: ease-in;
  }
  73% {
    transform: translateX(8px);
    timing-function: ease-out;
  }
  82% {
    transform: translateX(-8px);
    timing-function: ease-in;
  }
  91% {
    transform: translateX(4px);
    timing-function: ease-out;
  }
  96% {
    transform: translateX(-4px);
    timing-function: ease-in;
  }
  100% {
    transform: translateX(0px);
    timing-function: ease-in;
  }
}

.form-block .input-holder input[type="text"].error {
  border: none;
  border-bottom: 1px solid #ff0000;
}

.item-slide .img-box a {
  background-size: 100% !important;
  background-position: center !important;
}

.ajax-form-box {
  max-width: 690px;
  padding: 48px 82px 58px;
}

.ajax-form-box .text-form {
  margin: 0 0 30px;
}
.ajax-form-box .dscr {
  display: block;
  color: #b9b9b9;
  font-size: 12px;
  line-height: 1.5;
}
.ajax-form-box .dscr-popup {
  display: block;
  text-align: center;
  font-size: 12px;
  line-height: 1.17;
  margin: 0 auto;
  max-width: 300px;
  color: #b9b9b9;
}
.ajax-form-box .form-btn {
  margin: 0 0 18px;
}
.ajax-form-box .title-form {
  display: block;
  margin: 0 0 15px;
  font-weight: 700;
  font-size: 30px;
  line-height: 30px;
  letter-spacing: -0.01em;
  color: #000000;
}
.ajax-form-box .text-form {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 45px;
  align-items: center;
  justify-content: space-between;
}
.ajax-form-box .text-form p {
  font-weight: 400;
  font-size: 20px;
  line-height: 25px;
  color: #b9b9b9;
  letter-spacing: 0.01em;
  margin: 0 0 0;
}
.ajax-form-box .text-form .btn {
  font-weight: 600;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: -0.02em;
  padding: 6px 28px 7px;
  border-radius: 80px;
}
.ajax-form-box .input-holder {
  margin: 0 0 21px;
}
.ajax-form-box .title-input {
  margin: 0 0 1px;
  display: block;
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
  color: #000000;
}
.ajax-form-box input[type="password"],
.ajax-form-box input[type="text"],
.ajax-form-box textarea {
  display: block;
  margin: 0 0 1px;
  height: 50px;
  width: 100%;
  background: #ffffff;
  border: 1px solid #e0e0e0;
  padding: 5px 22px;
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  color: #000000;
}
.ajax-form-box textarea {
  height: 100px;
  line-height: 1.1;
}
.ajax-form-box .form-btn {
  height: 58px;
  font-size: 16px;
}

.address-block .item-address .btn.make-route {
  display: none;
}
@media (max-width: 768px) {
  .address-block .item-address .btn.make-route {
    display: block;
  }
}

.article-block .share-box li {
  font-weight: 400;
  font-size: 12px;
  line-height: 24px;
  color: #989898;
  letter-spacing: 0.02em;
}

.hide-row {
  display: none;
}

/* new style for reviews 10.03.2021 */

.reviews-list .list-share li.like,
.reviews-list .list-share li.dislike {
  position: relative;
}
.list-share .bx-rating-yes-text,
.list-share .bx-rating-no-text {
  /* display: none; */
  position: absolute !important;
  top: 0;
  left: 0;
  font-size: 0;
  line-height: 0;
  width: 17px;
  height: 17px;
  z-index: 2;
}
.list-share.blog-comment-meta
  li.rating_vote_text
  .list-share
  .bx-rating-yes-count,
.list-share.blog-comment-meta
  li.rating_vote_text
  .list-share
  .bx-rating-no-count {
  color: #000 !important;
}
.reviews-list .list-share li.rating_vote_text,
.reviews-list .list-share li.rating_vote_text .list-share {
  margin: 0;
}

/* end new style for reviews 10.03.2021 */
#header .list-btn a.favorites {
  position: relative;
}
#header .list-btn a.basket span,
#header .list-btn a.favorites span {
  position: absolute;
  right: -8px;
  text-align: center;
  top: -8px;
  width: 16px;
  height: 16px;
  line-height: 16px;
  border-radius: 100%;
  font-size: 11px;
  background-color: #f4f5f5;
  z-index: 1;
}

.basket-item-block-actions {
  opacity: 1;
  margin-top: 13px;
}
.basket-item-actions-remove {
  width: 8px;
  height: 8px;
  margin: 0 auto;
}
.basket-item-actions-remove:before,
.basket-item-actions-remove:after {
  background-color: #000;
  width: 12px;
  height: 2px;
}
.basket-item-block-amount {
  background-color: #f4f5f5;
  max-width: 129px;
  height: 31px;
  margin-right: 25px;
}
.basket-item-amount-filed {
  border: none;
  background: transparent;
  height: 31px;
  line-height: 31px;
  font-size: 14px;
  text-align: center;
}

.basket-items-list-wrapper,
.basket-items-list-wrapper-compact {
  border: none;
}
.basket-items-list {
  padding: 0;
}
.basket-item-info-name-link {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  padding: 0;
  font-family: "Inter";
}
.basket-item-info-name-link:hover {
  color: #000;
}
.basket-item-amount-btn-plus,
.basket-item-amount-btn-minus {
  width: 16px;
  height: 16px;
  border: 1px solid #000;
  border-radius: 100%;
  margin-top: 7px;
}
.basket-item-amount-btn-plus:before,
.basket-item-amount-btn-plus:after,
.basket-item-amount-btn-minus:after {
  width: 6px;
  background-color: #000;
}
.basket-item-amount-btn-minus:after {
  margin-left: -3px;
}
.basket-item-amount-btn-plus:before {
  width: 2px;
  height: 6px;
  margin-top: -3px;
}
.basket-item-amount-btn-plus:after {
  margin-left: -3px;
}

.city_box {
  padding: 4px 0 6px;
  overflow: hidden;
  overflow-y: auto;
  max-height: 3405px;
}
.search-result,
.city_list {
  padding: 0 25px;
}
.search-result ul {
  padding-top: 5px;
}
.search-result li {
  margin: 3px 0 0 22px;
}
.city_list li {
  margin: 0 0 3px;
}
.search-result li a,
.city_list li a {
  font-size: 18px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: -0.015em;
}
.search-result li a:hover,
.city_list li a:hover {
  font-weight: 600;
}
.search-result li.active a,
.city_list li.active a {
  font-weight: 800;
  color: #929777;
}

#modal_city {
  max-width: 518px;
  padding-top: 38px;
}
#modal_city .title-form {
  font-size: 29px;
  margin: 0 0 21px;
}
#modal_city .input-holder {
  position: relative;
}
#modal_city input.js-search {
  font-weight: 400;
}
#modal_city .form-close {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  background: none;
  padding: 0;
  border: none;
  width: 56px;
  display: block;
}
#modal_city .form-close:after {
  position: absolute;
  content: "";
  width: 13px;
  height: 13px;
  background: url("/local/templates/stalker.3.0/images/form_close.svg") no-repeat;
  background-size: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#modal_city .input-holder p {
  font-size: 12px;
  color: #ff0000;
}
.basket-item-block-info {
  max-width: 270px;
}
.basket-item-block-image {
  max-width: 140px;
}
.basket-item-block-image {
  padding-right: 34px;
}
.basket-items-list-item-descriptions {
  width: auto;
}
.basket-items-list-item-descriptions-inner {
  max-width: 435px;
}
.basket-items-list-item-price {
  max-width: 80px;
  min-width: 80px;
}
.basket-item-block-price {
  text-align: left;
}
.basket-item-price-current-text {
  font-weight: 700;
  line-height: 24px;
  color: #000;
  font-size: 16px;
  font-family: "Inter";
}
.basket-items-list-item-price-for-one .basket-item-price-current-text {
  font-weight: 400;
}
.basket-items-list-item-remove {
  min-width: 80px;
  max-width: 80px;
}
.basket-checkout-container {
  padding: 0;
  border-radius: 0;
  background: transparent;
  border: none;
}
.basket-checkout-section-inner {
  display: block;
}
.basket-checkout-block-total {
  text-align: left;
}
.basket-checkout-block-total-price-inner {
  text-align: left;
}

.product-item-detail-slider-image img,
.visual-product .nav-slider .inner-slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.visual-product .nav-slider .inner-slide img {
  width: calc(100% - 10px);
  left: 50%;
  transform: translateX(-50%);
}
.product-item-detail-slider-image:before {
  display: block;
  content: "";
  padding: 114.806% 0 0;
}
.visual-product .nav-slider .inner-slide:before {
  display: block;
  content: "";
  padding: 113.35% 0 0;
}

.smart-filter-form {
  position: relative;
}

.bx_profile {
}
.bx_profile .form-group {
  display: flex;
}
.bx_profile .form-group .main-profile-form-label {
  flex: 0 0 100px;
}

.sale-order-list-container {
}
.sale-order-list-container .sale-order-list-title-container {
  background: transparent;
}
.sale-order-list-container .sale-order-list-inner-container {
  border: none;
}
.sale-order-list-container .sale-order-list-top-border {
  display: none;
}

/* styles for edit 20.04.2021 */
div.search-page table tr:first-child td {
  width: auto !important;
}
div.search-page input.search-query {
  display: block;
  height: 45px;
  width: 100%;
  background: #ffffff;
  border: 1px solid #e0e0e0;
  padding: 5px 22px;
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  color: #000000;
}
div.search-page input.search-button {
  background: #7a7e60;
  padding: 0 0 0;
  height: 45px;
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #ffffff;
  display: block;
  width: 100%;
  cursor: pointer;
  border: 1px solid #7a7e60;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
div.search-page input.search-button:hover {
  color: #7a7e60;
  background: transparent;
}
.basket-checkout-block-total-inner {
  margin: 0 0 13px;
}
.basket-checkout-block-btn {
  padding: 35px 0 0;
}
.section {
  overflow: hidden;
}
.inner-section > .container > p {
  margin: 0 0 35px;
  font-weight: 300;
  font-size: 17px;
  line-height: 25px;
  color: #000000;
  letter-spacing: 0.025em;
  padding: 0 81px;
}
.inner-section > .container > p.annotation {
  margin: 0 0 17px;
  font-size: 24px;
  line-height: 33px;
  font-weight: 400;
  letter-spacing: 0.011em;
}
.inner-section > .container > ul {
  padding: 8px 81px 53px;
}
.inner-section > .container > ul li {
  position: relative;
  padding: 0 0 0 45px;
  margin: 0 0 16px;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #000000;
  letter-spacing: 0.01em;
}
.inner-section > .container > ul li:after {
  position: absolute;
  content: "\e802";
  font-family: "fontello";
  font-size: 30px;
  line-height: 1;
  color: #000;
  top: 1px;
  left: 0;
}
.inner-section > .container > ol {
  counter-reset: li;
  margin: -2px 0 46px;
  padding: 0 81px;
}
.inner-section > .container > ol li {
  font-weight: 400;
  font-size: 19px;
  line-height: 30px;
  color: #000000;
  margin: 0 0 12px;
  position: relative;
  padding: 0 0 0 48px;
  letter-spacing: 0.01em;
}
.inner-section > .container > ol li:before {
  counter-increment: li;
  content: counters(li, ".");
  position: absolute;
  top: -2px;
  left: -4px;
  border-radius: 50%;
  background: #929777;
  width: 33px;
  height: 33px;
  padding: 2px;
  text-align: center;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  letter-spacing: -0.01em;
  color: #ffffff;
}
.inner-section .bottom-box {
  max-width: 1330px;
  margin: 0 auto 40px;
  padding: 26px 15px 0;
  width: 100%;
  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;
  border-top: 1px solid #e9eded;
  box-sizing: border-box;
}
.inner-section .bottom-box .list-share li {
  font-weight: 400;
  font-size: 12px;
  line-height: 24px;
  color: #989898;
  display: block;
  position: relative;
  letter-spacing: 0.02em;
}
.inner-section .bottom-box .list-share li.share {
  padding: 0 0 0 19px;
}
.inner-section .bottom-box .list-share li.share:after {
  position: absolute;
  content: "\e80d";
  top: 50%;
  left: 0;
  margin: 0;
  font-size: 14px;
  line-height: 1;
  font-family: "fontello";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #929777;
}
.product-gallery .gallery-list {
  max-height: 1213px;
}
#modal_city {
  width: 100%;
}
/* .gallery-box .item-slide .inner-item {
  height: auto !important;
} */
.sankt-peterburg #header .nav-menu {
  left: 401px;
}
.contacts-block .catalog-tab {
  margin: 0;
}
.drop-catalog .brands-block {
  /* margin: -6px auto 58px; */
  max-width: 1330px;
  /* padding: 0 15px; */
  width: 100%;
  margin: 0 auto 20px;
  padding: 40px 15px 0;
  order: 1;
}
/* .promo-section .promo-slider{
    max-height: 628px;
    overflow: hidden;
}
.promo-section .promo-slider .item-slide{
    width: 50%;
} */
.product-form .size_opt-box .list-size .size {
  flex: 0 0 132px !important;
}
.product-form .size_opt-box .count-block {
  /* width: calc(100% - 90px); */
  width: calc(100% - 132px);
  justify-content: space-between;
}
.product-form .size_opt-box .count-block .count-box{
  width: calc(100% - 70px);
  max-width: 367px !important;
  margin-right: 0;
}
.product-form .size_opt-box .count-box .max_num{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 59px;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.3;
  text-decoration-line: underline;
  color: #CACACA;
}

.menu-catalog .menu > li .sub-menu a > span {
  display: inline-block;
  padding: 2px 5px;
  font-size: 13px;
  line-height: 1;
  color: #000;
  font-weight: 700;
  background: #ffed00;
  border-radius: 5px;
  text-transform: lowercase;
}

.size_opt-box .holder_opt-box{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  padding: 0 9px 0 5px;
}
.size_opt-box .holder_opt-box .inner_holder{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 367px;
}
.popup-block1#quick_view .size_opt-box .holder_opt-box .inner_holder{
  max-width: none;
  justify-content: flex-end;
}
.popup-block1#quick_view .tab-control .inner-slide{
  overflow: hidden;
  height: 55px;
  /* text-align: center; */
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.popup-block1#quick_view .tab-control .inner-slide img{
  max-height: 100%;
}
@media (max-width: 1330px) {
  .sankt-peterburg #header .nav-menu {
    left: 358px;
  }
}
@media (max-width: 1300px) {
  .product-form .size_opt-box .red-btn {
    margin-right: 5px;
    max-width: none;
    width: 230px;
  }
  .product-form .size_opt-box .count-block > em {
    width: 46px;
    margin-right: 5px;
  }
}
@media (max-width: 1150px) {
  .product-form .size_opt-box .count-box {
    max-width: 160px;
  }
}
@media (max-width: 1100px) {
  .auth-body #header {
    top: 39px;
  }
  #header {
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  }
  #nav {
    z-index: 1;
  }
  .catalog-filter ul {
    overflow-x: auto;
  }
  .gallery-box .item-slide {
    height: 410px;
  }
  .product-form .size_opt-box .list-size li {
    padding-right: 0;
  }
  /* .product-form .size_opt-box .count-block {
    width: auto;
  } */
  .drop-menu a > span {
    display: inline-block;
    padding: 2px 5px;
    font-size: 13px;
    line-height: 1;
    color: #000;
    font-weight: 700;
    background: #ffed00;
    border-radius: 5px;
    text-transform: lowercase;
  }
}
@media (max-width: 980px) {
  .gallery-box .item-slide {
    height: 460px;
  }
  /* .product-form .size_opt-box .count-block{
        justify-content: flex-start;
    } */
  .product-form .size_opt-box .red-btn {
    width: 300px;
  }
}
/* @media (max-width: 890px){
    .promo-section .promo-slider .item-slide{
        width: 100%;
    }
} */
@media (max-width: 767px) {
  #nav {
    top: 97px;
  }
  .verified-block {
    margin: 0 0 45px;
  }
  .catalog-block .filter-block {
    margin: 0 0 30px;
  }
  h1 {
    margin: 0 0 15px;
  }
  .visual-product .product-slider {
    overflow: hidden;
    /* height: 380px; */
  }
  .visual-product .product-slider .item-slide a {
    display: block;
    text-align: center;
    /* height: 380px; */
    height: auto;
  }
  .visual-product .product-slider .item-slide img {
    max-height: 100%;
    width: auto;
    margin: 0 auto;
  }
  /* .visual-product .nav-slider {
    display: none;
  } */
  .inner-section {
    padding: 115px 0 0;
  }
  .inner-section .section {
    margin: 0 -27px;
  }
  .about-block .verified-block {
    margin-top: 30px;
  }
  .about-block .verified-block .list-verified {
    padding: 10px 0 0;
  }
  .article-text .text p {
    line-height: 23px;
  }
  .article-block .share-box li {
    margin: 0 15px 5px 0;
  }
  .article-block .article-text p {
    padding: 0;
  }
  .blog-block {
    margin: 0 0 50px;
  }
  .catalog-tab .tab-control {
    overflow: hidden;
    overflow-x: auto;
    flex-wrap: nowrap;
    white-space: nowrap;
  }
  .inner-section > .container > p {
    padding: 0;
  }
  .inner-section > .container > ul {
    padding: 8px 0 53px;
  }
  .inner-section > .container > ol {
    padding: 0;
  }
  .inner-section .bottom-box {
    padding: 26px 27px 0;
  }
  .gallery-box .item-slide {
    height: 520px;
  }
  .product-form .size_opt-box .red-btn {
    width: 230px;
  }
}
@media (max-width: 640px) {
  .gallery-box .item-slide {
    height: 440px;
  }
}
@media (max-width: 580px) {
  td.basket-items-list-item-price {
    min-width: 100%;
  }
  .basket-item-block-price {
    padding: 0;
  }
  .gallery-box .item-slide {
    height: 390px;
  }
  .product-form .size_opt-box .count-block {
    justify-content: flex-start;
  }
}
@media (max-width: 500px) {
  .goods-slider .item-slide {
    width: 250px;
  }
  .breadcrumbs-block {
    padding: 0 30px 0 0;
  }
  .breadcrumbs-block .breadcrumbs li {
    margin: 0 14px 0 0;
  }
  .breadcrumbs-block .breadcrumbs a,
  .breadcrumbs-block .breadcrumbs span {
    font-size: 9px;
    line-height: 18px;
  }
  /*
  .breadcrumbs-block .back-link {
    position: absolute;
    top: 0;
    right: 0;
    height: 18px;
    width: 24px;
    font-size: 0;
    line-height: 0;
    padding: 0;
    color: transparent;
  }
  .breadcrumbs-block .back-link:after {
    left: 9px;
    font-size: 10px;
    line-height: 10px;
    color: #000;
  }
  */
  .gallery .item-slide {
    margin: 0 0 20px;
  }
  .gallery-box .btn-holder {
    padding: 20px 0 0;
  }
  .pagination-box span {
    display: none;
  }
  .catalog-block .catalog-box {
    margin: 0 0 50px;
  }
  .sizes-block .btn-holder {
    padding: 0;
    margin: 0 0 7px;
  }
  .sizes-block .btn-holder .form-btn {
    margin: 0 0 7px;
  }
  body .popup-window.popup-window-with-titlebar {
    padding: 40px 10px 20px;
  }
  html .popup-window-close-icon,
  .popup-block .fancybox-close-small {
    width: 20px;
    height: 20px;
  }
  .popup-window-close-icon:before,
  .popup-block .fancybox-close-small:before {
    width: 20px;
    height: 20px;
    font-size: 20px;
    line-height: 20px;
  }
  .popup-window-close-icon:after {
    display: none;
  }
  .popup-window-with-titlebar .popup-window-content {
    padding: 0 10px 20px;
  }
  .popup-window-content .basket-list .img-box {
    margin: 0 auto -15px;
  }
  .popup-window-content .item-slide .img-box a {
    text-align: center;
  }
  .popup-window-content .basket-list .desc-slide {
    text-align: center;
  }
  .recommendation-box .gallery .item-slide {
    margin: 0;
  }
  .product_desc-box {
    margin: 0 0 20px;
  }
  .delivery-tab.tabset .tab-control {
    margin: 0;
    overflow: hidden;
    overflow-x: auto;
    flex-wrap: nowrap;
    white-space: nowrap;
  }
  .address-block .item-address .btn.make-route {
    max-width: 100%;
  }
  .inner-section > .container > p {
    font-size: 15px;
    line-height: 21px;
    margin: 0 0 25px;
  }
  .inner-section > .container > p.annotation {
    font-size: 18px;
    line-height: 25px;
    margin: 0 0 25px;
  }
  .inner-section > .container > ul {
    padding: 0;
    margin: 0 0 25px;
  }
  .inner-section > .container > ul li {
    margin: 0 0 15px;
    font-size: 16px;
    line-height: 22px;
    padding: 0 0 0 35px;
  }
  .inner-section > .container > ul li:after {
    font-size: 22px;
  }
  .inner-section > .container > ol {
    margin: 0 0 35px;
  }
  .inner-section > .container > ol li {
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 15px;
    padding: 0 0 0 35px;
  }
  .inner-section > .container > ol li:before {
    font-size: 18px;
    line-height: 23px;
    width: 24px;
    height: 24px;
  }
  .info-box.bg-green {
    margin: 50px 0;
  }
  #modal_city {
    padding: 38px 30px 30px;
  }
  .product-form .size_opt-box .red-btn {
    width: 202px;
    margin-right: 16px;
  }
  .product-form .size_opt-box .count-box {
    max-width: 102px;
  }
  /* .gallery-box .item-slide{
        height: 360px;
    } */
  .product-form .size_opt-box .count-block{
    margin: 0;
  }
  .product-form .size_opt-box .count-box,
  .product-form .size_opt-box .count-block > em{
    margin-bottom: 0;
  }
}
@media (max-width: 374px) {
  .goods-slider .item-slide {
    width: 290px;
  }
  .visual-product .product-slider {
    overflow: hidden;
    /* height: 300px; */
  }
  .visual-product .product-slider .item-slide a {
    /* height: 300px; */
  }
  .inner-section .section {
    margin: 0 -15px;
  }
  .inner-section .bottom-box {
    padding: 26px 15px 0;
  }
  .gallery-box .item-slide {
    height: 340px;
  }
  .product-form .size_opt-box .red-btn {
    width: 170px;
  }
  .product-form .size_opt-box .list-size .size{
    line-height: 1;
    font-size: 20px;
    flex: 0 0 95px;
  }
  .product-form .size_opt-box .count-block{
    width: calc(100% - 95px);
  }
}
/* end styles for edit 20.04.2021*/
.login-form .res {
  color: #ff0000;
}

.login-form .error-text {
  display: block;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #b9b9b9;
  letter-spacing: 0.025em;
}
.login-form .error-text a {
  text-decoration: underline;
}
.login-form .error-text a:hover {
  text-decoration: none;
}
.ajax-form-box.login-form {
  width: 100%;
}
.login-form.ajax-form-box .text-form p {
  font-size: 18px;
}
.recommendation-box .gallery {
  display: block;
}
.social_block,
/*.address-box .metro,*/
.address-box .address .btn {
  display: none;
}
.list-contact .social-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 2px 0 0 9px;
}
.list-contact .social-list a {
  display: block;
}
.list-contact .social-list li {
  margin: 0 12px 0 0;
}
.list-contact .social-list i {
  width: 27px;
  height: 27px;
  border-radius: 50%;
  font-size: 0;
  line-height: 0;
  display: block;
}
.list-contact .social-list i.whtp,
#footer .social-list i.whtp {
  background: url("/local/templates/stalker.3.0/images/whtp_icon.svg") no-repeat;
  background-size: 100%;
}
.list-contact .social-list i.tlg,
#footer .social-list i.tlg {
  background: url("/local/templates/stalker.3.0/images/tlg_icon.svg") no-repeat;
  background-size: 100%;
}
.list-contact .social-list i.vbr,
#footer .social-list i.vbr {
  background: url("/local/templates/stalker.3.0/images/vbr_icon.svg") no-repeat;
  background-size: 100%;
}
.opt_box {
  position: fixed;
  top: auto;
  bottom: 47px;
  left: 50.8%;
  /* transform: translateX(-103%); */
  background: #000;
  z-index: 10;
  width: 630px;
  border-radius: 0 0 4px 4px;
  padding: 19px 73px 30px 60px;
}
.close_opt {
  position: absolute;
  /* width: 12px;
  height: 12px; */
  width: 30px;
  height: 30px;
  background: url("/local/templates/stalker.3.0/images/opt_close.svg") no-repeat;
  background-size: 100%;
  /* top: 24px;
  right: 38px; */
  top: 41px;
  right: 47px;
}
.subtitle_opt {
  display: block;
  margin: 0 0 5px;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 400;
  color: #bbcf42;
  letter-spacing: 0.05em;
}
.title_opt {
  display: block;
  margin: 0 0 5px;
  font-size: 19px;
  line-height: 1.15;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.01em;
}
.price_opt {
  color: #fff;
  font-weight: 600;
  font-size: 24px;
  line-height: 1;
}

/* new styles for order_page */

@media (min-width: 768px) {
  .col-sm-9.bx-soa,
  .col-sm-3.bx-soa-sidebar {
    width: 100%;
  }
  .col-sm-3.bx-soa-sidebar {
    width: 100%;
    margin: 0 0 50px;
  }
  .bx-soa-cart-total,
  .bx-soa-cart-total-min-order {
    max-width: 450px;
  }
}
@media (min-width: 1101px) {
  .col-sm-9.bx-soa {
    width: 66.7%;
  }
  .col-sm-3.bx-soa-sidebar {
    width: 33.3%;
  }
}
.bx-soa-cart-total {
  border-radius: 0 !important;
  border: none !important;
  background: #f4f5f5;
  padding: 40px !important;
}
.bx-soa-cart-total-line {
  border: none !important;
  margin: 0 0 12px;
  padding: 0 !important;
}
.bx-soa-cart-d,
.bx-soa-cart-t,
.bx-soa-cart-total .bx-soa-cart-total-line:first-child .bx-soa-cart-t {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.01em;
}
.bx-soa-cart-d,
.bx-soa-cart-total .bx-soa-cart-total-line:first-child .bx-soa-cart-t {
  font-weight: 600;
}
.bx-soa-cart-total .bx-soa-cart-total-line-total .bx-soa-cart-d {
  font-size: 28px;
  line-height: 1;
}
.bx-soa-cart-total-min-order {
  text-align: center;
  font-size: 13px;
  line-height: 18px;
  /* color: #B9B9B9; */
  padding: 10px 20px 0;
}
.desc-opt {
  font-size: 15px;
  line-height: 18px;
}
@media (max-width: 767px) {
  .col-sm-9.bx-soa,
  .col-sm-3.bx-soa-sidebar {
    width: 100%;
  }
  .col-sm-3.bx-soa-sidebar {
    width: 100%;
    margin: 0 0 50px;
  }
  .bx-soa-cart-total,
  .bx-soa-cart-total-min-order {
    max-width: 450px;
  }
}
@media (max-width: 480px) {
  .bx-soa-cart-total {
    padding: 20px !important;
  }
  .bx-soa-cart-total .bx-soa-cart-total-line-total .bx-soa-cart-d {
    font-size: 26px !important  ;
    line-height: 1;
  }
}

.dimensions_block {
  padding: 43px 0 42px;
}
.dimensions_block .col-50 {
  margin: 0;
}
.dimensions_list {
  margin: 0 0 30px;
}
.dimensions_list .item_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 26px;
}
.dimensions_list .icon {
  width: 57px;
  display: flex;
  justify-content: flex-end;
  align-self: flex-start;
  margin: 4px 0 0;
}
.dimensions_list .dscr_list {
  padding: 0 0 0 25px;
  width: calc(100% - 57px);
}
.dimensions_list .title {
  display: block;
  margin: 0 0 13px;
  font-weight: 600;
  font-size: 30px;
  line-height: 1.2;
  letter-spacing: -0.05em;
  color: #000000;
}
.dimensions_list .text {
  font-weight: 300;
  font-size: 17px;
  line-height: 1.3;
  color: #000000;
  letter-spacing: -0.03em;
  padding: 0 30px 7px 0;
  border-bottom: 1px solid #eaeeee;
}
.dimensions_list .text p {
  margin: 0 0 21px;
}
.wholesalers_page .info_box,
.dimensions_block .info_box {
  margin: 0 0 61px;
  padding: 23px 15px 23px 124px;
  position: relative;
  font-weight: normal;
  font-size: 19px;
  line-height: 1.25;
  color: #000000;
  background: #f4f4ef;
  letter-spacing: 0.0015em;
}
.wholesalers_page .info_box:after,
.dimensions_block .info_box:after {
  position: absolute;
  content: "";
  width: 27px;
  height: 27px;
  top: 20px;
  left: 79px;
  background: url("/local/templates/stalker.3.0/images//nw_icon-08.svg") no-repeat;
  background-size: 100%;
}
.dimensions_block .list_block {
  margin: 0 0 0;
}
.dimensions_block .title_links {
  margin: 0 0 25px;
  display: block;
  font-weight: 600;
  font-size: 23px;
  line-height: 1;
  color: #000000;
  padding: 0 0 15px;
  border-bottom: 1px solid #eff0f0;
}
.dimensions_block .list_links li {
  margin: 0 0 7px;
}
.dimensions_block .list_links li a {
  font-size: 16px;
  line-height: 1.2;
  color: #000000;
  padding: 0 0 3px;
  display: inline-block;
  vertical-align: top;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.3);
  transition: all 0.2s linear;
}
.dimensions_block .list_links li a:hover {
  border-color: transparent;
}
.wholesalers_page .heading-page .item-slide.big-width .inner_item-slide:before {
  padding: 35.45% 0 0;
}
.wholesalers_page .inner_promo-block .title-promo {
  max-width: 350px;
  font-size: 68px;
  line-height: 0.8;
  margin: 0 0 28px;
}
.wholesalers_page .inner_promo-block .subtitle-promo {
  margin: 0 0 59px;
  font-weight: 500;
  font-size: 21px;
  line-height: 1.1;
  letter-spacing: -0.02em;
}
.wholesalers_page .inner_promo-block .btn_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 53px;
  width: 100%;
}
.wholesalers_page .inner_promo-block .btn_list a {
  display: block;
  font-weight: 800;
  font-size: 15px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #ffffff;
  padding: 17px 0 15px;
  margin: 0 0 15px;
  width: 100%;
}
.wholesalers_page .inner_promo-block .btn_list .btn_play {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.5);
  margin-right: 15px;
  max-width: 158px;
  transition: all 0.2s linear;
  position: relative;
  top: 0;
  left: 0;
  border-radius: 0;
}
.wholesalers_page .inner_promo-block .btn_list .btn_play span {
  display: inline-block;
  vertical-align: top;
  padding: 0 0 0 20px;
  position: relative;
  color: #fff;
  font-size: 15px;
  line-height: 24px;
}
.wholesalers_page .inner_promo-block .btn_list .btn_play span:after {
  position: absolute;
  content: "";
  top: 1px;
  left: -9px;
  width: 20px;
  height: 20px;
  background: url("/local/templates/stalker.3.0/images//nw_icon-14.svg") no-repeat;
  background-size: 100%;
  transform: none;
}
.wholesalers_page .inner_promo-block .btn_list .btn_play:hover {
  background: #dc0f0f;
  border: 1px solid #dc0f0f;
}
.wholesalers_page .inner_promo-block .btn_list .btn_red {
  background: #dc0f0f;
  border: 1px solid #dc0f0f;
  max-width: 313px;
  transition: all 0.2s linear;
}
.wholesalers_page .inner_promo-block .btn_list .btn_red:hover {
  background: transparent;
}
.wholesalers_block {
  padding: 29px 0 0;
}
.list_nav {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  overflow-x: auto;
  border-bottom: 1px solid #eff0f0;
  margin: 0 0 48px;
}
.list_nav li {
  margin: 0 40px 0 0;
}
.list_nav li:last-child {
  margin: 0;
}
.list_nav a {
  display: block;
  padding: 0 0 14px;
  position: relative;
  font-size: 23px;
  line-height: 1.09;
  font-weight: 300;
  /*color: #989898;*/
  transition: all 0.2s linear;
}
.list_nav a:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: #000;
  opacity: 1;
  transition: all 0.2s linear;
}
.list_nav a:hover {
  color: #000;
  /*font-weight: 500;*/
}
.list_nav a:hover:after {
  opacity: 0;
}
.about_box {
  margin: 0 0 25px;
}
.title_box {
  display: block;
  margin: 0 0 35px;
  font-weight: 600;
  font-size: 30px;
  line-height: 1.1;
  letter-spacing: -0.01em;
  color: #000000;
}
.about_text {
  margin: -1px 0 69px -9px;
  letter-spacing: 0.005em;
}
.about_text p {
  margin: 0 0 23px;
  font-weight: 300;
  font-size: 17px;
  line-height: 1.2;
  color: #000000;
}
.about_text p.dscr {
  font-weight: 600;
  font-size: 23px;
  line-height: 1.25;
  letter-spacing: -0.025em;
  max-width: 735px;
  margin: 0 0 13px;
}
.extra_charge {
  padding: 16px 40px 15px;
  font-weight: 600;
  font-size: 21px;
  line-height: 1.2;
  color: #748127;
  background: #f4f4ef;
  display: inline-block;
  vertical-align: top;
}
.support_box {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px 0;
  padding: 63px 0 0;
}
.support_box .title_box {
  width: 33.3%;
  padding: 0 15px;
  font-size: 28px;
  line-height: 1.2;
  position: relative;
}
.support_box .title_box em {
  font-style: normal;
  color: #7a7e60;
}
.support_box .title_box:after {
  position: absolute;
  content: "";
  top: -51px;
  left: 70px;
  width: 49px;
  height: 31px;
  background: url("/local/templates/stalker.3.0/images//nw_icon-09.svg") no-repeat;
  background-size: 100%;
}
.text_support {
  width: 40.3%;
  padding: 5px 15px 0;
  font-weight: 600;
  font-size: 23px;
  line-height: 1.3;
  letter-spacing: -0.02em;
}
.btn_holder {
  width: 26.3%;
  padding: 9px 15px 0;
  text-align: center;
}
.btn_holder .form-btn {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  max-width: 300px;
  font-size: 16px;
  padding: 16px 10px;
  height: auto;
}
.our_product_box {
  padding: 45px 0 37px;
  position: relative;
  z-index: 0;
  margin: 0 0 53px;
}
.our_product_box:after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  background: #f8f9f9;
  z-index: -1;
}
.our_product_box .title_box {
  margin: 0 0 30px;
}
.our_product_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 0 -2px;
  padding: 0 5px 0 0;
}
.our_product_list .item_product {
  padding: 0 2px;
  width: 25%;
  margin: 0 0 10px;
}
.our_product_list .inner_product {
  border: 2px solid #f8f9f9;
  background: #fff;
  transition: all 0.2s linear;
}
.our_product_list .img_box {
  position: relative;
  display: block;
}
.our_product_list .img_box img {
  position: absolute;
  top: 50%;
  left: 50%;
  /* width: 100%; */
  /* height: 100%; */
  display: block;
  object-fit: cover;
  max-width: 100%;
  max-height: 100%;
  transform: translate(-50%, -50%);
}
.our_product_list .img_box:before {
  display: block;
  content: "";
  padding: 120.35% 0 0;
}
.our_product_list .dscr {
  padding: 17px 36px 20px;
  border-top: 1px solid #f8f9f9;
  display: flex;
  flex-wrap: wrap;
  transition: all 0.2s linear;
}
.our_product_list .name_product {
  width: calc(100% - 95px);
  padding-right: 5px;
  font-weight: 600;
  font-size: 15px;
  line-height: 17px;
  letter-spacing: -0.025em;
  color: #000000;
}
.our_product_list .price {
  width: 95px;
  padding-left: 5px;
}
.our_product_list .price span {
  display: block;
  margin: 0 0 3px;
  font-size: 11px;
  line-height: 1;
  color: #989898;
  letter-spacing: 0.02em;
}
.our_product_list .price strong {
  display: block;
  font-weight: 600;
  font-size: 19px;
  line-height: 1;
  color: #000000;
}
.our_product_list .inner_product:hover .dscr,
.our_product_list .inner_product:hover {
  border-color: #000;
}
.popular_block {
  margin: 0 0 80px;
}
.popular_block .title_box {
  margin: 0 0 27px;
}
.wholesalers_page .info_box {
  padding: 18px 15px 23px 104px;
  margin: 0 0 28px;
}
.wholesalers_page .info_box:after {
  top: 22px;
  left: 60px;
}
.popular_goods .slick-list {
  overflow: visible;
}
.popular_goods .item-slide {
  padding: 0 11px;
}
.popular_goods .item-slide .img-box {
  margin: 0 0 9px;
}
.popular_goods .item-slide .title-goods a,
.popular_goods .item-slide .title-goods {
  font-size: 13px;
  font-weight: 400;
  margin: -9px 0 2px;
}
.popular_goods .item-slide .title-goods {
  margin: -9px 0 2px;
}
.item-slide .price-box .price {
  font-size: 15px;
  line-height: 1.5;
}
.popular_goods .slick-arrow {
  position: absolute;
  top: 50%;
  width: 51px;
  height: 51px;
  border-radius: 50%;
  background: #ffffff;
  -webkit-box-shadow: 0px 4px 20px rgb(0 0 0 / 8%);
  box-shadow: 0px 4px 20px rgb(0 0 0 / 8%);
  border: none;
  padding: 0;
  margin: -67px 0 0;
  color: transparent;
  opacity: 1;
  cursor: pointer;
}
.popular_goods .slick-arrow:after {
  position: absolute;
  content: "\e800";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #000;
  font-size: 15px;
  line-height: 15px;
  font-family: "fontello";
  width: 7px;
  height: 15px;
}
.popular_goods .slick-arrow.slick-disabled {
  opacity: 0;
}
.popular_goods .slick-arrow.slick-next {
  right: -88px;
}
.popular_goods .slick-arrow.slick-prev {
  left: -88px;
  z-index: 3;
}
.popular_goods .slick-arrow.slick-prev:after {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
  transform: translate(-50%, -50%) rotate(180deg);
}
.privilege_block {
  margin: 0 0 12px;
}
.privilege_block .title_box {
  margin: 0 0 39px;
}
.privilege_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.privilege_list li {
  width: 50%;
  padding: 0 15px;
  margin: 0 0 30px;
}
.privilege_list .inner_list {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #eaeeee;
  padding: 0 0 26px;
}
.privilege_list .icon {
  width: 52px;
  display: block;
}
.privilege_list strong {
  display: block;
  width: calc(100% - 52px);
  padding: 0 30px;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.34;
  letter-spacing: -0.01em;
  color: #000000;
}
.privilege_list li:nth-last-child(-n + 2) .inner_list {
  border: none;
}
.product_evaluation_block {
  padding: 45px 0 42px;
  margin: 0 0 42px;
  position: relative;
  z-index: 0;
}
.product_evaluation_block:after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  background: #f8f9f9;
  z-index: -1;
}
.product_evaluation_block .title_box {
  margin: 0 0 31px;
}
.evaluation_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  max-width: 1244px;
}
.evaluation_list .item_evaluation {
  width: 20%;
  padding: 0 2px;
  margin: 0 0 5px;
}
.evaluation_list .inner_item {
  display: block;
  overflow: hidden;
  position: relative;
}
.evaluation_list .inner_item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.evaluation_list .inner_item:before {
  display: block;
  content: "";
  padding: 118.5% 0 0;
}
.evaluation_list .inner_item:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}
.evaluation_list .title_list {
  display: block;
  position: absolute;
  bottom: 28px;
  left: 29px;
  right: 30px;
  font-size: 17px;
  line-height: 1;
  letter-spacing: -0.02em;
  color: #ffffff;
  font-weight: 700;
  min-height: 34px;
  z-index: 2;
}
.evaluation_list .inner_item:hover img {
  transform: scale(1.3);
}
.evaluation_list .inner_item:hover:after {
  opacity: 1;
}
.cooperation_block {
  margin: 0 0 52px;
}
.cooperation_block .title_box {
  margin: 0 0 26px;
}
.cooperation_block .info_box {
  margin: 0 0 30px;
}
.cooperation_block .info_box:after {
  top: 17px;
}
.cooperation_block .verified-block {
  margin: 0;
}
.cooperation_block .verified-block .list-verified {
  padding: 0;
}
.cooperation_block .verified-block .list-verified:after {
  display: none;
}
.cooperation_block .list-verified li {
  width: 25%;
  padding-left: 58px;
}
.cooperation_block .list-verified li:after {
  top: 6px;
  left: 4px;
}
.contacts_block {
  padding: 13px 0 0;
  border-top: 1px solid #ababab;
}
.contacts_block .form-block {
  margin: 0 0 45px;
}
.contacts_block .form-block .title-block {
  margin: 0 0 26px;
}

/* popup styles */
.sizes_modal {
  width: 100%;
  max-width: 1070px;
  height: 973px;
  padding: 38px 111px 25px;
}
.sizes_modal .title_popup {
  margin: 0 0 36px;
  font-size: 29px;
  line-height: 1;
  letter-spacing: -0.01em;
  display: block;
}
.sizes_modal .sizes_box {
  margin: 0 0 21px;
}
.sizes_modal .text_popup {
  margin: 0 0 0;
  padding: 0 0 7px;
}
.sizes_modal .text_popup .title_text {
  display: block;
  margin: 0 0 15px;
  font-weight: 700;
  font-size: 19px;
  line-height: 1;
  letter-spacing: -0.01em;
  color: #000000;
}
.sizes_modal .text_popup p {
  margin: 0 0 15px;
  font-weight: 300;
  font-size: 15px;
  line-height: 1.3;
}
.sizes_modal .text_popup .more_link {
  display: inline-block;
  vertical-align: top;
  font-weight: 700;
  text-decoration: underline;
  transition: all 0.2s linear;
}
.sizes_modal .text_popup .more_link:hover {
  text-decoration: none;
}
.sizes_modal .text_popup .hide_text {
  display: none;
}
.sizes_modal .table_box {
  overflow: hidden;
  overflow-x: auto;
  padding: 0 0 15px;
}
.sizes_modal .table {
  width: 100%;
  border-collapse: collapse;
}
.sizes_modal .table th {
  font-weight: 600;
  font-size: 15px;
  line-height: 1;
  letter-spacing: -0.01em;
  color: #ffffff;
  height: 40px;
  padding: 5px 10px;
  text-align: center;
  vertical-align: middle;
  border: 1px solid rgba(230, 236, 236, 0.2);
  background: #929777;
  width: 1%;
  white-space: nowrap;
}
.sizes_modal .table td {
  padding: 10px 10px;
  text-align: center;
  vertical-align: middle;
  height: 90px;
  border: 1px solid #e6ecec;
  background: #fff;
  font-weight: normal;
  font-size: 13px;
  line-height: 1.9;
  color: #000000;
}
.sizes_modal .table th:first-child,
.sizes_modal .table td:first-child {
  border-left: none;
}
.sizes_modal .table th:last-child,
.sizes_modal .table td:last-child {
  border-right: none;
}
.video_view {
  padding: 0;
  width: 100%;
  max-width: 1070px;
  /* height: 810px; */
}
.video_view .video_box {
  position: relative;
  background: #000;
  min-height: 474px;
}
.video_view .btn_play {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  width: 174px;
  height: 172px;
  background: url("/local/templates/stalker.3.0/images//nw_icon-15.svg") no-repeat;
  background-size: 100%;
  transition: all 0.2s linear;
}
.video_view .btn_play:hover {
  opacity: 0.6;
}
.video_view .inner_popup {
  width: 100%;
  padding: 0 0 0;
  box-sizing: border-box;
  overflow: hidden;
}
.video_view .form-block {
  margin: 0;
  padding: 49px 113px 68px;
}
.video_view .title_form {
  margin: 0 0 47px;
  display: block;
  font-weight: 600;
  font-size: 28px;
  line-height: 1.2;
  letter-spacing: 0.01em;
  color: #000000;
}
.video_view .form-block .form {
  padding: 0;
}
.video_view .form-block .input-holder input[type="text"] {
  margin: 0 0 2px;
}
.video_view .form-block .desc-form {
  font-size: 11px;
}
.video_view.popup-block .form-btn {
  height: 46px;
  font-size: 14px;
}
.video_view.popup-block .fancybox-close-small {
  top: 50%;
  margin: 104px 0 0;
  right: 54px;
}

@media screen and (max-width: 1460px) {
  .popular_goods .slick-arrow.slick-prev {
    left: 0;
  }
  .popular_goods .slick-arrow.slick-next {
    right: 0;
  }
}
@media screen and (max-width: 1400px) {
}
@media screen and (max-width: 1330px) {
  .wholesalers_page .inner_promo-block .title-promo {
    max-width: 610px;
  }
  .wholesalers_page .inner_promo-block .btn_list {
    margin: 0 0 10px;
  }
  .opt_box{
    left: auto;
    right: 15px;
 }
}
@media screen and (max-width: 1250px) {
  .our_product_list .item_product {
    width: 33.3%;
  }
}
@media screen and (max-width: 1100px) {
  .wholesalers_page .inner_promo-block .title-promo {
    font-size: 50px;
  }
  .wholesalers_page .inner_promo-block .subtitle-promo {
    margin: 0 0 39px;
  }
  /* .wholesalers_page .inner_promo-block .item-slide.big-width .inner-slide{
        padding-left: 15px;
    } */
  .support_box .title_box {
    width: 100%;
  }
  .text_support {
    width: 60.3%;
  }
  .btn_holder {
    width: 39.7%;
  }
  .support_box {
    margin: 0 -15px 60px;
  }
  .cooperation_block .list-verified li {
    width: 50%;
  }
  .contacts_block {
    padding: 42px 0 0;
  }
}
@media screen and (max-width: 980px) {
  .dimensions_block .info_box {
    margin: 0 0 11px;
  }
  .dimensions_block .title_links {
    margin: 25px 0 25px;
  }
  .dimensions_list .text {
    padding-right: 0;
  }
  .sizes_modal {
    padding: 38px 30px 25px;
  }
  .wholesalers_page
    .heading-page
    .item-slide.big-width
    .inner_item-slide:before {
    padding: 45% 0 0;
  }
  .list_nav li {
    margin: 0 20px 0 0;
  }
  .list_nav a {
    font-size: 18px;
    padding: 0 0 10px;
  }
  .col-30,
  .col-70 {
    width: 100%;
    margin: 0;
  }
  .about_text {
    margin: 0 0 50px;
  }
  .our_product_list .dscr {
    padding: 17px 15px 20px;
  }
  .privilege_list strong {
    padding: 0 0 0 20px;
  }
  .evaluation_list .item_evaluation {
    width: 33.3%;
  }
  .evaluation_list .title_list br {
    display: none;
  }
}
@media screen and (max-width: 890px) {
  .dimensions_block .col-50 {
    width: 100%;
  }
  .sizes_modal .table th {
    padding: 5px;
  }
  .sizes_modal .table td {
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .dimensions_list .title {
    font-size: 24px;
  }
  .dimensions_list .text {
    font-size: 15px;
  }
  .wholesalers_page .info_box,
  .dimensions_block .info_box {
    font-size: 17px;
  }
  .dimensions_block .col-30 {
    width: 50%;
  }
  .dimensions_block .title_links {
    margin: 15px 0 15px;
    padding: 0 0 10px;
    font-size: 18px;
  }
  .dimensions_block .list_links li {
    line-height: 1;
  }
  .dimensions_block .list_links li a {
    font-size: 14px;
  }
  .sizes_modal .table th {
    font-size: 13px;
    white-space: normal;
  }
  .sizes_modal .table {
    min-width: 540px;
  }
  .wholesalers_page .inner_promo-block .title-promo {
    font-size: 44px;
    line-height: 1;
  }
  .wholesalers_page .inner_promo-block .btn_list a {
    padding: 10px 0 9px;
  }
  .wholesalers_page .inner_promo-block .subtitle-promo {
    font-size: 18px;
  }
  .wholesalers_page .inner_promo-block .btn_list {
    margin: 0;
  }
  .wholesalers_page .heading-page .item-slide.big-width .inner_item-slide {
    min-height: 380px;
  }
  .wholesalers_page
    .heading-page
    .item-slide.big-width
    .inner_item-slide:before {
    display: none;
  }
  /* .wholesalers_page .inner_promo-block .item-slide.big-width .inner-slide{
        padding-right: 15px;
    } */
  .list_nav {
    flex-wrap: nowrap;
  }
  .list_nav li {
    white-space: nowrap;
  }
  .title_box {
    font-size: 26px;
  }
  .about_text p.dscr {
    font-size: 20px;
  }
  .extra_charge {
    padding: 16px 15px 15px;
    font-size: 18px;
  }
  .text_support,
  .btn_holder {
    width: 100%;
  }
  .text_support {
    padding-top: 0;
    margin: 0 0 20px;
    font-size: 20px;
  }
  .support_box .title_box {
    font-size: 24px;
  }
  .btn_holder .form-btn {
    max-width: 100%;
  }
  .our_product_list .item_product {
    width: 50%;
  }
  .privilege_list li {
    width: 100%;
  }
  .privilege_list li:nth-last-child(-n + 2) .inner_list {
    border-bottom: 1px solid #eaeeee;
  }
  .privilege_list li:last-child .inner_list {
    border: none;
  }
  .privilege_list strong br {
    display: none;
  }
  .video_view .form-block {
    padding: 49px 20px 38px;
  }
  .video_view .video_box {
    min-height: 380px;
  }
  .video_view .btn_play {
    width: 90px;
    height: 90px;
  }
  .video_view.popup-block .fancybox-close-small {
    margin: 15px 0 0;
    right: 24px;
  }
  .opt_box{
    width: 100%;
    padding: 10px 30px;
    right: auto;
    left: 0;
    bottom: 0;
  }
  .close_opt{
    width: 15px;
    height: 15px;
    top: 10px;
    right: 10px;
  }
  .title_opt{
    font-size: 15px;
  }
  .price_opt{
    font-size: 18px;
  }
}
@media screen and (max-width: 640px) {
  .our_product_list .name_product {
    width: 100%;
    padding: 0;
    margin: 0 0 10px;
  }
  .our_product_list .price {
    width: 100%;
    padding: 0;
  }
  .evaluation_list .item_evaluation {
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  .dimensions_block .col-30 {
    width: 100%;
  }
  .wholesalers_page .info_box,
  .dimensions_block .info_box {
    padding: 15px 10px 15px 34px;
    font-size: 15px;
  }
  .wholesalers_page .info_box:after,
  .dimensions_block .info_box:after {
    width: 20px;
    height: 20px;
    top: 15px;
    left: 9px;
  }
  .wholesalers_page .inner_promo-block .btn_list .btn_play,
  .wholesalers_page .inner_promo-block .btn_list .btn_red {
    margin: 0 0 10px;
    max-width: 100%;
  }
  .wholesalers_page .inner_promo-block .title-promo {
    font-size: 38px;
    margin: 0 0 15px;
  }
  .about_text p.dscr {
    font-size: 18px;
  }
  .list_nav li {
    margin: 0 10px 0 0;
  }
  .extra_charge,
  .list_nav a {
    font-size: 16px;
  }
  .text_support {
    font-size: 18px;
  }
  .cooperation_block .list-verified li {
    width: 100%;
  }
  .video_view.popup-block .fancybox-close-small {
    margin: -10px 0 0;
  }
  .form-block .desc-form {
    line-height: 1.5;
  }
}
@media screen and (max-width: 420px) {
  .our_product_list .item_product,
  .evaluation_list .item_evaluation {
    width: 100%;
  }
}
@media screen and (max-width: 375px) {
  .dimensions_list .item_list {
    display: block;
  }
  .dimensions_list .icon {
    justify-content: flex-start;
    margin: 0 0 15px;
    width: 37px;
  }
  .dimensions_list .dscr_list {
    padding: 0;
    width: 100%;
  }
  .dimensions_list .title {
    font-size: 20px;
  }
  .sizes_modal .title_popup {
    font-size: 25px;
  }
  .privilege_list strong {
    font-size: 16px;
  }
  .video_view .title_form {
    font-size: 24px;
  }
  .video_view.popup-block .fancybox-close-small {
    right: 14px;
    margin: -67px 0 0;
  }
  .video_view .video_box {
    min-height: 260px;
  }
  .opt_box{
    padding: 10px 15px;
  }
  .subtitle_opt{
    font-size: 12px;
  }
  .title_opt{
    font-size: 13px;
  }
  .price_opt{
    font-size: 16px;
  }
}

.sizes_modal {
  display: none;
}

div.beono-flashmessage {
  background-color: #000 !important;
  color: #fff !important;
  border: none !important;
  font-size: 18px !important;
  font-weight: 700;
  line-height: 1.5 !important;
  width: 420px !important;
  padding: 42px 73px 40px !important;
}
.beono-flashmessage strong {
  display: block;
  color: #b4d22a;
  margin-bottom: 5px;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 400;
  color: #bbcf42;
}
.beono-flashmessage a {
  color: #fff;
}

.point_down {
  display: none;
  position: absolute;
  top: 100%;
  left: -18px;
  z-index: 10;
  padding: 19px 0 0;
}
.point_down .inner_down {
  padding: 16px 28px 16px 40px;
  background: #fff;
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.22);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  position: relative;
  min-width: 856px;
}
.point_down .inner_down:after {
  position: absolute;
  content: "";
  bottom: 100%;
  left: 44px;
  border-bottom: 24px solid #fff;
  border-right: 19px solid transparent;
  border-left: 19px solid transparent;
  margin: 0 0 -6px;
}
.point_down .btn_holder {
  width: 50%;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#header .point_down .btn_holder .btn {
  width: calc(46% - 16px);
  margin: 0 8px;
  border: 1px solid #929777;
  font-weight: 800;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #929777;
}
#header .point_down .btn_holder .close_drop {
  color: #fff;
  background: #929777;
  width: calc(54% - 16px);
}
#header .point_down .btn_holder .btn:hover {
  text-decoration: none;
  color: #fff;
}
.point_down .btn_holder .btn:hover {
  color: #fff;
  background: #929777;
}
.point_down .btn_holder .close_drop:hover {
  background: transparent;
  color: #929777;
}
.name_city {
  display: block;
  padding: 0 0 0 33px;
  font-weight: 700;
  font-size: 17px;
  line-height: 1.2;
  color: #000;
  width: 50%;
  position: relative;
}
.name_city:after {
  position: absolute;
  content: "\e806";
  top: 50%;
  left: 2px;
  font-family: "fontello";
  width: 18px;
  height: 21px;
  font-size: 21px;
  line-height: 21px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 1100px) {
  .point_down .inner_down {
    min-width: auto;
    width: 100%;
    padding: 16px 15px;
    display: block;
  }
  .name_city {
    width: 100%;
    margin: 0 0 15px;
  }
  .point_down .btn_holder {
    width: 100%;
  }
  #header .point_down .btn_holder .btn,
  #header .point_down .btn_holder .close_drop {
    width: 48%;
    margin: 0;
    padding: 11px 5px;
  }
}

.location-select-box .point_down {
  min-width: 300px;
}
@media (max-width: 768px) {
  .location-select-box {
    position: absolute;
    left: -75px;
  }
}

.play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff url("/local/templates/stalker.3.0/images/icon_play_1.svg") no-repeat;
  background-size: 100%;
  box-shadow: 0 1px 15px rgba(44, 49, 18, 0.5);
  z-index: 1;
}
.visual-product .nav-slider .item-slide.video .inner-slide:after {
  border: 2px solid #aab759;
}
.visual-product .nav-slider .item-slide.video .inner-slide img {
  opacity: 0.6;
}
.btn_play {
  background: #ffffff;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.25);
  border-radius: 80px;
  padding: 13px 10px;
  text-align: center;
  transition: all 0.2s linear;
  position: absolute;
  bottom: 26px;
  right: 23px;
  z-index: 1;
  max-width: 87px;
  display: block;
  width: 100%;
  font-size: 13px;
  line-height: 1;
  transition: all 0.2s linear;
  height: auto;
}
.btn_play:hover {
  background: #a3ad6c;
}
.btn_play span {
  display: inline-block;
  vertical-align: top;
  padding: 0 0 0 20px;
  position: relative;
  font-weight: 600;
  font-size: 13px;
  line-height: 1;
  letter-spacing: -0.02em;
  color: #000000;
  transition: all 0.2s linear;
}
.btn_play:hover span {
  color: #fff;
}
.btn_play span:after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: url("/local/templates/stalker.3.0/images/icon_play_2.svg") no-repeat;
  background-size: 100%;
  transition: all 0.2s linear;
}
.btn_play:hover span:after {
  background: url("/local/templates/stalker.3.0/images/icon_play_3.svg") no-repeat;
  background-size: 100%;
}

.visual-product .product-slider .flag.hit {
  background-color: #000;
}
.item-slide .img-box .flag.hit {
  background-color: #000;
}
.visual-product .product-slider .item-slide a.btn_play {
  height: 39px;
}

/* style for radio buttons 09.11.2021 */
span.field-item.fields {
  display: flex;
  flex-wrap: wrap;
}
.field-item label {
  font-size: 15px;
  line-height: 1.2;
  padding: 0 0 0 30px;
  position: relative;
  margin: 0 20px 15px 0;
  display: block;
  cursor: pointer;
}
.field-item label input[type="radio"] {
  position: absolute;
  z-index: 0;
  top: -2px;
  left: 0;
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  border: 1px solid #7a7e60;
  -webkit-appearance: auto;
  border-radius: 50%;
  display: block;
  margin: 0;
}
/* .field-item label:after{
    position: absolute;
    content: '';
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1px solid #7A7E60;
    box-sizing: border-box;
    top: 0;
    left: 0;
    z-index: 0;
}
.field-item label input[type="radio"]:before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #7A7E60;
    opacity: 0;
    z-index: 1;
}
.field-item label input[type="radio"]:checked:before{
    opacity: 1;
} */
/* end style for radio buttons 09.11.2021 */

#header .point a {
  line-height: 30px;
  width: 90px;
  overflow: hidden;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#modal_city .input-holder {
  z-index: 2;
}
.search-result {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  border: 1px solid #e0e0e0;
  border-top: none;
  margin: -1px 0 0;
  background: #fff;
  z-index: 2;
  max-height: 200px;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.search-result ul {
  padding-bottom: 5px;
}

@media screen and (max-width: 1199px) {
  #header .point a {
    width: 65px;
  }
}
@media screen and (max-width: 1100px) {
  #header .point a {
    width: auto;
  }
  /* #header .point{
        display: none;
    } */
}

@media (max-width: 1100px) {
  #header {
    height: 80px;
  }
  #header .container {
    height: 100%;
  }
  #header .logo {
    height: 48px;
    width: 106px;
  }
  #header .search-box {
    top: 50%;
    right: 210px;
    transform: translateY(-50%);
    width: calc(100% - 461px);
  }
  #header .search-box .search-form {
    width: 100%;
  }
  #header .btn-open,
  #header .list-btn {
    top: 50%;
    transform: translateY(-50%);
  }
  #header .point {
    top: 25px;
    left: 150px;
  }
  .promo-section {
    padding: 80px 0 0;
  }
  #nav {
    top: 80px;
  }
}

@media (max-width: 768px) {
  .location-select-box {
    left: auto;
    position: static;
  }
}

@media (max-width: 767px) {
  #header .point a.cityName {
    width: 21px;
    height: 21px;
    display: inline-block;
    position: relative;
    text-indent: 100px;
    overflow: hidden;
    color: #fff;
  }
  #header .point a.cityName:after {
    content: "\e806";
    font-family: "fontello";
    font-size: 18px;
    width: 21px;
    height: 21px;
    line-height: 18px;
    display: block;
    position: absolute;
    left: 1px;
    top: 1px;
    text-indent: 0;
    color: #000;
  }
  #header .point {
    padding: 0;
    left: 0;
    position: relative;
    top: 0;
    width: 21px;
    height: 21px;
  }
  #header .point:after {
    display: none;
  }
  .location-select-box {
    left: 120px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
  }
  /* #header .logo { top: 5px; } */
  .address-block.col-40 {
    padding: 0 30px;
  }
  .contacts-block .head-box {
    padding: 0 15px;
  }
  .contacts-block .address-block .num-address {
    margin-left: 0;
  }
  #header .list-btn {
    right: 92px;
  }
  #header .search-box {
    width: calc(100% - 370px);
    left: auto;
    right: 215px;
  }
  #header .search-box input[type="text"] {
    padding: 5px 5px 4px 20px;
  }
  #header .logo {
    height: 43px;
    width: 91px;
  }
  /* #nav{
        top: 80px;
    } */
  .drop-menu {
    top: 0;
  }
  .point_down {
    left: -55px;
  }
  .article-block .article-text ul,
  .article-block .article-text ol {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 590px) {
  #header {
    height: 105px;
  }
  #header .logo {
    top: 10px;
  }
  #header .search-box {
    width: calc(100% - 56px);
    right: 28px;
    left: 28px;
    top: auto;
    bottom: 10px;
    transform: none;
  }
  #header .btn-open,
  #header .list-btn,
  .location-select-box {
    transform: none;
  }
  #header .btn-open {
    top: 25px;
  }
  #header .list-btn,
  .location-select-box {
    top: 24px;
  }
  .location-select-box {
    left: auto;
    right: 220px;
  }
  #nav {
    top: 105px;
  }
}

@media (max-width: 375px) {
  .location-select-box {
    right: 160px;
  }
  #header .list-btn {
    right: 60px;
  }
  #header .search-box {
    left: 15px;
    right: 15px;
    width: calc(100% - 30px);
  }
  #header .btn-open {
    right: 15px;
    width: 44px;
    height: 35px;
  }
  .point_down {
    left: -125px;
  }
  .point_down .inner_down:after {
    left: 114px;
  }
}

@media (max-width: 295px) {
  .location-select-box {
    display: none;
  }
}
@media (max-width: 270px) {
  #header .list-btn li:first-child {
    display: none;
  }
}
@media (max-width: 240px) {
  #header .list-btn li:nth-child(2) {
    display: none;
  }
}
@media (max-width: 240px) {
  #header .list-btn li:last-child {
    display: none;
  }
}

.article-text img {
  display: block;
  margin: 0 auto;
}
.article-text a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  font-weight: 500;
}
.article-text a:hover {
  border-bottom: 1px solid transparent;
}

.wholesalers_block .article-text .list.two-column li {
  display: block;
}
.wholesalers_block .article-text .text {
  padding: 0;
}
.address-block .reg-address {
  margin-bottom: 30px;
}

/* update style for filter 6.06.2022 */
.catalog-block .filter-block .open_block {
  display: none;
}
@media (max-width: 767px) {
  .catalog-block .filter-block .mob_block {
    display: none;
    padding: 20px 0 0;
  }
  .catalog-block .filter-block .open_block {
    display: block;
    font-size: 20px;
    line-height: 1;
    padding: 15px 40px 15px 0;
    position: relative;
    font-weight: 600;
    z-index: 0;
  }
  .catalog-block .filter-block .open_block:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 50%;
    width: 100vw;
    background: #f4f5f5;
    transform: translateX(-50%);
    z-index: -1;
  }
  .catalog-block .filter-block .open_block:after {
    position: absolute;
    content: "";
    top: 16px;
    right: 23px;
    width: 10px;
    height: 10px;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(45deg);
  }
}
@media (max-width: 480px) {
  .catalog-block .filter-block .open_block {
    padding-right: 30px;
  }
  .catalog-block .filter-block .open_block:after {
    right: 10px;
  }
  .ajax-form-box {
    padding: 48px 35px 58px;
  }
  .product-gallery .gallery-list {
    max-height: none;
  }
}
/* end update style for filter 6.06.2022 */


.vk-box { background-repeat: no-repeat; background-image: url(/local/templates/stalker.3.0/images/vk-bg.png); width: 100%; height: 70px; background-position: center; margin-bottom: 0; }
.vk-box a { color: #fff; display: flex; justify-content: center; color: #fff; align-items: center; height: 70px; }
.vk-box .title { background-image: url(/local/templates/stalker.3.0/images/vk-box-ico.svg); background-position: left center; padding-left: 57px; font-size: 27px; font-weight: 800; padding-right: 55px; line-height: 1.2; background-repeat: no-repeat; background-size: 40px; min-height: 40px; }
.vk-box .dscr { font-size: 14px; font-weight: 600; line-height: 1.2; padding-right: 80px; }
.vk-box .btn { background-color: #7A7E60; color: #fff; border-radius: 5px; height: 40px; line-height: 40px; font-size: 13px; text-transform: uppercase; padding: 0 30px; }
@media (max-width: 768px) {
  .vk-box .btn { display: none; }
  .vk-box .title { display: none; }
  .vk-box .dscr { background-image: url(/local/templates/stalker.3.0/images/vk-box-ico.svg); background-position: left center; padding-left: 57px; background-repeat: no-repeat; background-size: 40px; min-height: 40px; }
}

/* .drop-catalog .brands-block{
  margin: -6px auto 25px;
} */
.drop-catalog .list_block{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.drop-catalog .list_block li{
  padding: 0 15px;
  margin: 0 0 15px;
  width: 25%;
}
.drop-catalog .list_block li a,
.brands-block .list_block li a{
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
  color: #000000;
  display: flex;
  align-items: center;
  text-decoration: underline;
}
.drop-catalog .list_block li a:hover,
.brands-block .list_block li a:hover{
  text-decoration: none;
}
.drop-catalog .list_block li a span,
.brands-block .list_block li a span{
  display: flex;
  margin-right: 15px;
  border: 1px solid #000000;
  border-radius: 5px;
  width: 48px;
  height: 30px;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  line-height: 1;
  font-size: 18px;
  padding: 5px 5px 6px;
}
.drop-catalog .list_block li a span.percent,
.brands-block .list_block li a span.percent{
  font-size: 20px;
}
@media (max-width: 1100px){
  #nav .inner-nav > .brands-block{
    padding: 0;
    margin: 0 0 30px;
    display: block !important;
  }
  .brands-block .list_block{
    display: block;
    margin: 0;
  }
  .brands-block .list_block li{
    width: auto;
    padding: 0;
    margin: 0 0 15px;
  }
  .brands-block .list_block li a{
    font-size: 18px;
  }
  .brands-block .list_block li a span{
    width: 38px;
    height: 24px;
    font-size: 14px;
  }
  .brands-block .list_block li a span.percent{
    font-size: 16px;
  }
}
@media (max-width: 767px){
  .gallery-box .item-slide:hover .inner-item .sizes-block{
    display: none;
  }
  .gallery-box .item-slide:hover .inner-item:before,
  .item-slide:hover .img-box a:after{
    opacity: 0 !important;
  }
  .item-slide:hover .img-box a{
    transform: scale(1) !important;
  }
  .gallery-box .item-slide:hover .quick_view{
    display: none;
  }
  /* .item-slide .img-box a{
    pointer-events: none;
  } */
  
}

/* update 11.11.22 */
.wholesalers_page{
  overflow: visible;
}
.vk-box{
  padding: 0 15px;
}
.inner-section .inner-section{
  padding-top: 0;
}
.bx-soa-pp-company{
  z-index: 9 !important;
}
.promo-slider_1 .slick-dots{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding-top: 30px;
}
.promo-slider_1 .slick-dots li{
  margin: 0 15px 15px;
}
.promo-slider_1 .slick-dots button{
  border: none;
  width: 8px;
  height: 3px;
  background: #E0E4E7;
  border-radius: 80px;
  transition: all ease 0.3s;
  padding: 0;
  font-size: 0;
  line-height: 0;
  display: block;
}
.promo-slider_1 .slick-dots button:hover{
  background: #000;
}
.promo-slider_1 .slick-dots li.slick-active button{
  background: #000;
  width: 52px;
}
.promo-slider_1 .item-slide .show_m{
  display: none;
}

@media (max-width: 1330px){
  .wholesalers_page .inner_promo-block .item-slide.big-width .inner-slide{
    padding-left: 15px;
  }
}
@media (max-width: 890px){
  .basket-item-block-image{
    padding-right: 15px;
  }
  .basket-item-image-link{
    display: block;
    height: 100%;
  }
  .basket-item-image-link .img{
    width: 100%;
    height: 100%;
  }
  .tabset .tab-control, .tab-control-no-js{
    justify-content: flex-start;
  }
  .tab-control-no-js li:last-child{
    margin-right: 0;
  }
  .delivery-tab .link-holder{
    padding-left: 0;
  }
}
@media (max-width: 767px){
  .inner-section .wholesalers_block .section{
    margin: 0;
  }
  .vk-box{
    padding: 0 27px;
  }
  .our_product_list .img_box img{
    max-width: none;
    max-height: none;
    width: 100%;
    height: 100%;
    transform: none;
    left: 0;
    top: 0;
  }
  tr.basket-items-list-item-container{
    justify-content: flex-start;
  }
  .basket-item-image-link .img{
    min-height: 100px;
  }
  .basket-items-list-item-descriptions-inner,
  .basket-item-block-info{
    max-width: 100%;
  }
  .basket-items-list-item-amount,
  .basket-item-block-price,
  .basket-item-block-amount{
    padding-top: 0;
  }
  /* .basket-items-list-item-amount{
    margin-left: 140px;
  } */

  .promo-slider .slick-arrow {
    top: 44%;
  }
}
@media (max-width: 580px){
  .basket-items-list-item-amount,
  td.basket-items-list-item-price{
    min-width: auto;
  }
  .basket-items-list-item-descriptions-inner{
    flex-direction: row;
  }
  .basket-item-block-info{
    flex: none;
    width: calc(100% - 140px);
  }
  .promo-slider .item-slide img {
    /*-o-object-fit: contain;*/
    /*object-fit: contain;*/
  }
  .promo-slider.promo-slider_1 .item-slide:before{
    /*padding: 71% 0 0;*/
    /*margin-bottom: 40px;*/
  }
  .promo-slider_1 .slick-dots{
    /*padding-top: 0;*/
  }
  .promo-slider_1 .slick-dots li{
    margin: 0 8px 10px;
  }
  .promo-slider_1 .slick-dots li.slick-active button{
    width: 30px;
  }
  .delivery-tab .tab-control-no-js a{
    font-size: 18px;
  }
  .promo-slider_1 .item-slide .show_d{
    display: none;
  }
  .promo-slider_1 .item-slide .show_m{
    display: block;
  }
  .promo-slider .slick-arrow{
    background: transparent;
  }
}
@media (max-width: 480px){
  .basket-item-block-image{
    max-width: 100px;
  }
  .basket-item-block-info{
    width: calc(100% - 100px);
  }
  .basket-item-image-link .img{
    min-height: 80px;
  }
  /* .promo-slider .item-slide img{
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
  } */
  .tab-control-no-js li{
    margin-right: 15px;
  }
  .delivery-tab .tab-control-no-js a{
    font-size: 16px;
  }
}
@media (max-width: 375px){
  .vk-box{
    padding: 0 15px;
  }
  .basket-items-list-item-descriptions-inner{
    flex-direction: column;
  }
  .basket-item-block-image{
    padding: 0;
    margin-top: 0;
  }
  .basket-item-block-info{
    width: 100%;
  }
  .basket-items-list-item-amount{
    padding-bottom: 0;
  }
}

/* new style for update */
.product-form .delivery-list li.pickup strong{
  display: inline-block;
  vertical-align: top;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  background: #FFED00;
  border-radius: 3px;
}
#header .info_box{
  padding: 10px 0 11px;
  background: #E4F47A;
  margin: 0 auto;
  width: 100%;
  max-width: 1520px;
  display: none;
}
#header .info_box .info_text{
  margin: 0 auto;
  width: 100%;
  padding: 0 20px 0 39px;
  position: relative;
  max-width: 1421px;
  font-weight: 600;
  font-size: 17px;
  line-height: 1.33;
  letter-spacing: -0.015em;
  color: #000000;
}
#header .info_box .info_text:after{
  position: absolute;
  content: '';
  width: 17px;
  height: 17px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url("/local/templates/stalker.3.0/images/icon_info_2.svg") no-repeat;
  background-size: 100%;
}
#header .info_box .info_text .close_info{
  position: absolute;
  right: -11px;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  display: block;
}
#header .info_box .info_text .close_info:after,
#header .info_box .info_text .close_info:before{
  position: absolute;
  content: '';
  width: 2px;
  height: 16px;
  background: #000;
  top: 50%;
  left: 50%;
  margin: -8px 0 0 -1px;
}
#header .info_box .info_text .close_info:after{
  transform: rotate(45deg);
}
#header .info_box .info_text .close_info:before{
  transform: rotate(-45deg);
}
.has_info_box #header{
  height: 175px;
}
.has_info_box #header .container{
  height: calc(100% - 56px);
}
.has_info_box .promo-section,
.has_info_box .inner-section{
  padding: 174px 0 0;
}

@media (max-width: 1520px){
  #header .info_box{
    max-width: 1460px;
  }
}
@media (max-width: 1450px){
  #header .info_box{
    padding: 10px 15px 11px;
  }
  #header .info_box .info_text{
    padding: 0 20px 0 29px;
  }
  #header .info_box .info_text .close_info{
    right: 0;
  }
}
@media (max-width: 1300px){
  #header .info_box .info_text{
    font-size: 15px;
  }
}
@media (max-width: 1140px){
  .has_info_box #header{
    height: 192px;
  }
  .has_info_box .promo-section,
  .has_info_box .inner-section{
    padding: 191px 0 0;
  }
  .has_info_box #header .container{
    height: calc(100% - 73px);
  }
}
@media (max-width: 1100px){
  .has_info_box #header{
    height: 153px;
  }
  .has_info_box .promo-section,
  .has_info_box .inner-section{
    padding: 152px 0 0;
  }
  .has_info_box #header .container{
    height: calc(100% - 73px);
  }
  #header .info_box .info_text{
    padding: 0 20px 0 28px;
  }
}
@media (max-width: 620px){
  .has_info_box #header{
    height: 173px;
  }
  .has_info_box .promo-section,
  .has_info_box .inner-section{
    padding: 172px 0 0;
  }
  .has_info_box #header .container{
    height: calc(100% - 93px);
  }
}
@media (max-width: 590px){
  .has_info_box #header{
    height: 198px;
  }
  .has_info_box .promo-section{
    padding: 197px 0 0 !important;
  }
  .has_info_box .inner-section{
    padding: 197px 0 0;
  }
  .has_info_box #header .container{
    height: calc(100% - 93px);
  }
}
@media (max-width: 500px){
  .has_info_box .inner-section .breadcrumbs-block{
    margin: 10px 0 35px;
  }
}
@media (max-width: 480px){
  #header .info_box{
    padding: 5px 15px 6px;
  }
  #header .info_box .info_text{
    font-size: 12px;
  }
  .has_info_box #header{
    height: 176px;
  }
  .has_info_box .promo-section{
    padding: 175px 0 0 !important;
  }
  .has_info_box .inner-section{
    padding: 175px 0 0;
  }
  .has_info_box #header .container{
    height: calc(100% - 71px);
  }
}
@media (max-width: 375px){
  #header .info_box .info_text{
    padding: 0 20px 0 29px;
  }
  .has_info_box #header{
    height: 192px;
  }
  .has_info_box .promo-section{
    padding: 191px 0 0 !important;
  }
  .has_info_box .inner-section{
    padding: 191px 0 0;
  }
  .has_info_box #header .container{
    height: calc(100% - 87px);
  }
}

.sale-order-detail-order-item-block { display: flex; }
@media (max-width: 768px) {
  .sale-order-detail-order-item-block { display: block; }
}

.catalog-block .catalog_tag-block { display: flex; flex-wrap: wrap; align-items: center; padding: 0 0 0 8px; margin: -6px 0 10px; }
.catalog-block .catalog_tag-block a { display: inline-block; margin: 0 28px 15px 0; padding: 0 0 6px; font-size: 12px; line-height: 24px; letter-spacing: -0.02em; color: #989898; position: relative; }
.catalog-block .catalog_tag-block a:after { position: absolute; content: ""; bottom: 0; left: 0; right: 0; height: 1px; background: #000; opacity: 0; }
.catalog-block .catalog_tag-block a:hover:after { opacity: 1; }

@media (max-width: 1100px) {
  .catalog-block .catalog_tag-block  {
    overflow-x: auto;
  }
  .catalog-block .catalog_tag-block .catalog-tag-hide {
    display: block;
  }
  .catalog-block .catalog_tag-block .catalog_tag_more {
    display: none;
  }
}

@media screen and (max-width: 1100px) {
  .catalog-block .catalog_tag-block  {
    /*overflow-x: hidden;*/
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    white-space: nowrap;
  }
}

#header .catalog-box .list-sale a.catalogsale {
  color: #E10E34;
}

.contacts-block .title-block{
  position: relative;
  z-index: 2;
  width: 40%;
}
.contacts-block .catalog-tab{
  margin-top: -72px;
}
.contacts-block .catalog-tab .head-box{
  justify-content: space-between;
}
.contacts-block .catalog-tab .link-holder{
  margin-left: auto;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}
.catalog-tab .link-holder a{
  letter-spacing: 0.065em;
  display: block;
  padding-bottom: 6px;
  position: relative;
  margin-right: 49px;
  font-size: 21px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-thickness: 1px;
}
.catalog-tab .link-holder a:last-child{
  margin: 0;
}
.catalog-tab .link-holder a:before{
  position: absolute;
  content: '';
  bottom: 0;
  height: 1px;
  /*background: #DEE3E3;*/
  left: 0;
  right: 0;
  transition: all ease 0.3s;
}
.catalog-tab .link-holder .link-support{
  padding-left: 38px;
  position: relative;
}
.catalog-tab .link-holder .link-support:after{
  position: absolute;
  content: '';
  top: 3px;
  left: 0;
  width: 23px;
  height: 23px;
  background: url("/local/templates/stalker.3.0/images/icon-18.svg") no-repeat;
  background-size: 100%;
}
.catalog-tab .link-holder .link-support:before{
  left: 38px;
}
.catalog-tab .link-holder a:hover{
  text-decoration: none;
  color: #989898;
}
.catalog-tab .link-holder a:hover:before{
  opacity: 0;
}
.catalog-tab .tab{
  padding-top: 30px;
}
.map-block .row{
  padding: 0;
}
.map-block .row:after{
  top: 0;
}
.map-block .row .col-50{
  width: 100%;
}
.map-block .contact-box{
  padding: 20px 15px 0 81px;
  margin: 0 0 15px;
  display: flex;
  flex-wrap: wrap;
}
.map-block .row .col-50:last-child .contact-box{
  margin: 0;
  padding: 0;
}
.map-block .contact-box .soc_box{
  width: 166px;
  padding-top: 10px;
}
.map-block .contact-box .soc_box span{
  display: block;
  margin-bottom: 0;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  color: #989898;
}
.list-contact .social-list{
  padding-left: 0;
  padding-top: 0;
  align-items: start;
  margin: 15px 0 0;
}
.list-contact .social-list li{
  margin-right: 22px;
}
.list-contact .social-list li:last-child{
  margin-right: 0;
}
.list-contact .social-list i{
  width: 22px;
  height: 22px;
  border-radius: 0;
}
.list-contact .social-list i.tlg{
  background: url("/local/templates/stalker.3.0/images/tlg_icon-2.svg") no-repeat;
  background-size: 100%;
}
.list-contact .social-list i.whtp{
  background: url("/local/templates/stalker.3.0/images/whtp_icon-2.svg") no-repeat;
  background-size: 100%;
}
.list-contact .social-list i.vbr{
  background: url("/local/templates/stalker.3.0/images/vbr_icon-2.svg") no-repeat;
  background-size: 100%;
  height: 24px;
}
.map-block .contact-box .contacts{
  width: calc(100% - 166px);
  padding-right: 10px;
}
.map-block .list-contact .phone{
  font-size: 16px;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
}
.map-block .list-contact .phone a{
  margin-right: 35px;
  margin-bottom: 3px;
}
.map-block .list-contact .phone a:last-child{
  margin-right: 0;
}
.map-block .list-contact .email{
  line-height: 1;
  padding-top: 0;
  padding-left: 0;
}
.map-block .contact-box strong{
  padding-left: 0;
}
.bx-sls .form-control.dropdown-block,
.bx-slst .form-control.dropdown-block{
  min-height: 50px;
}
.bx-sls .dropdown-fade2white{
  height: 47px;
}
.popup-window{
  width: 100%;
  max-width: 858px;
}

.item-slide .img-box .flag{
  border-radius: 10px;
  text-transform: uppercase;
  right: 0;
}
.item-slide .img-box .flag.sale{
  background: #B2FF34;
  color: #000;
  padding: 4px 17px 3px;
  font-size: 10px;
}

@media (max-width: 1100px){
  .map-block .contact-box{
    padding-left: 20px;
  }
}
@media (max-width: 767px){
  .contacts-block .title-block{
    width: 100%;
  }
  .contacts-block .catalog-tab{
    margin-top: 0;
  }
  .contacts-block .catalog-tab .link-holder{
    margin-left: 0;
    justify-content: start;
  }
  .catalog-tab .link-holder a{
    font-size: 18px;
    margin-right: 25px;
  }
  .contacts-block .tab .address-block{
    order: 2;
  }
  .contacts-block .tab .map-block{
    order: 1;
    margin: 0 0 50px;
  }
}
@media (max-width: 480px){
  .map-block .contact-box .soc_box,
  .map-block .contact-box .contacts{
    width: 100%;
  }
  .map-block .contact-box .contacts{
    padding-right: 0;
  }
  .catalog-tab .link-holder a,
  .catalog-tab .link-holder a:last-child{
    margin-bottom: 10px;
  }
}

.not_available_item .btn-favorites.favorite-btn-rozn{
  font-size: 0;
  line-height: 0;
}

.gallery-box .item-slide{
  height: 480px;
}
.item-slide .img-box a{
  height: 370px;
  background-size: auto !important;
}
.item-slide .img-box a:before{
  display: none;
}
.product-item-image-alternative{
  background-size: cover;
  width: auto;
  height: auto;
}
@media (max-width: 1150px){
  .gallery-box .item-slide{
    height: 440px;
  }
  .item-slide .img-box a{
    height: 330px;
  }
}
@media (max-width: 1050px){
  .gallery-box .item-slide{
    height: 420px;
  }
  .item-slide .img-box a{
    height: 310px;
  }
}
@media (max-width: 980px){
  .gallery-box .item-slide{
    height: 480px;
  }
  .item-slide .img-box a{
    height: 370px;
  }
}
@media (max-width: 767px){
  .gallery-box .item-slide{
    height: auto;
  }
  .item-slide .img-box a{
    height: auto;
    background-size: 100% !important;
  }
  .item-slide .img-box a:before{
    display: block;
  }
}
.popup-window-content .added-form .item-slide .img-box a{
  height: auto;
}
/* End */
/* /local/templates/stalker.3.0/css/main.css?1749046573223507 */
/* /local/templates/stalker.3.0/css/update_style_3.css?174896162934763 */
/* /local/templates/stalker.3.0/corols/s1.css?1748961608739 */
/* /local/templates/stalker.3.0/components/stalker/search.title/catalog/style.css?17054890942175 */
/* /local/templates/stalker.3.0/styles.css?17054890931706 */
/* /local/templates/stalker.3.0/template_styles.css?174896165777951 */
