@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);
body.compensate-for-scrollbar {
    overflow: hidden
}
a#razmer_go {
    position: absolute;
    left: 106%;
    top: 0px;
    width: 105px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #70787a99;
    font-size: 9px;
    font-weight: 700;
    box-shadow: 0 0 15px rgb(0 0 0 / 15%);
}
table.variations td.value {
    position: relative;
}
.fancybox-active {
    height: auto
}

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

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

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

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

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

.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    -webkit-transition-duration: inherit;
    -o-transition-duration: inherit;
    transition-duration: inherit;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: cubic-bezier(.47, 0, .74, .71);
    -o-transition-timing-function: cubic-bezier(.47, 0, .74, .71);
    transition-timing-function: cubic-bezier(.47, 0, .74, .71)
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fancybox-spaceball {
    z-index: 1
}

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

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

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

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

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

.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0
}

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

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

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

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

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

.fancybox-button:focus {
    outline: 0
}

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

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

.fancybox-button div {
    height: 100%
}

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

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

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

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

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

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

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

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

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

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

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

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

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0
}

.fancybox-caption {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(0, 0, 0, .85)), color-stop(50%, rgba(0, 0, 0, .3)), color-stop(65%, rgba(0, 0, 0, .15)), color-stop(75.5%, rgba(0, 0, 0, .075)), color-stop(82.85%, rgba(0, 0, 0, .037)), color-stop(88%, rgba(0, 0, 0, .019)), to(transparent));
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, .85) 0, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, transparent);
    background: linear-gradient(0deg, rgba(0, 0, 0, .85) 0, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, transparent);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px;
    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
}

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

@-webkit-keyframes a {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes a {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

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

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

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

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

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

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

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

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

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1)
}

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: rotate(-1turn);
    -ms-transform: rotate(-1turn);
    transform: rotate(-1turn)
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: rotate(1turn);
    -ms-transform: rotate(1turn);
    transform: rotate(1turn)
}

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

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

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

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scaleX(1) translateZ(0);
    transform: scaleX(1) translateZ(0)
}

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

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

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

@media (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
    }
}

.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
}

.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;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: 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, .3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

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

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

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

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

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

@media (max-width:576px) {
    .fancybox-thumbs {
        width: 110px
    }
    .fancybox-show-thumbs .fancybox-inner {
        right: 110px
    }
    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px)
    }
}

.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

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

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

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

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

.slick-track:after {
    clear: both
}

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

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

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

.slick-slide img {
    display: block
}

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

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

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

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

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

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

*,
::after,
::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[data-original-title],
abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 1rem
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent
}

a:hover {
    color: #0056b3;
    text-decoration: underline
}

a:not([href]):not([class]) {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none
}

code,
kbd,
pre,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar
}

figure {
    margin: 0 0 1rem
}

img {
    vertical-align: middle;
    border-style: none
}

svg {
    overflow: hidden;
    vertical-align: middle
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
    cursor: pointer
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

input[type=checkbox],
input[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

summary {
    display: list-item;
    cursor: pointer
}

template {
    display: none
}

[hidden] {
    display: none !important
}

::-webkit-input-placeholder {
    color: #666
}

::-moz-placeholder {
    color: #666
}

:-ms-input-placeholder {
    color: #666
}

::-ms-input-placeholder {
    color: #666
}

::placeholder {
    color: #666
}

::-moz-selection {
    background-color: #fe2401;
    color: #fff
}

::selection {
    background-color: #fe2401;
    color: #fff
}

input,
textarea {
    outline: 0
}

input:focus:required:invalid,
textarea:focus:required:invalid {
    border-color: red
}

input:required:valid,
textarea:required:valid {
    border-color: green
}

body {
    font-family: Montserrat, sans-serif;
    font-size: 13px;
    line-height: 1.3;
    color: rgba(112, 120, 122, .8);
    min-width: 320px;
    position: relative;
    overflow-x: hidden
}

.container {
    width: 1170px;
    margin: auto
}

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

.diflex {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.aic {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.aifs {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.aife {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.jcfs {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.jcfe {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.jcc {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.jcsb {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.fwrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.fdc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

a:hover {
    text-decoration: none;
    color: #fe2401
}

iframe {
    outline: 0
}

.ul0 {
    padding: 0;
    margin: 0;
    font-size: 0;
    line-height: 0
}

.ul0 li {
    list-style-type: none
}

.fz0 {
    font-size: 0;
    line-height: 0
}

b {
    font-weight: 800
}

.btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
    font-style: italic;
    height: 47px;
    padding: 0 17px 0 23px;
    background-color: #fe2401;
    outline: none;
    border: none;
    -webkit-transition-duration: .15s;
    -o-transition-duration: .15s;
    transition-duration: .15s;
    margin-top: 30px
}

.btn:hover {
    -webkit-box-shadow: 3px 3px 15px rgba(0, 0, 0, .3);
    box-shadow: 3px 3px 15px rgba(0, 0, 0, .3)
}

.btn:hover {
    color: #fff
}

.btn:after {
    content: '';
    width: 26px;
    height: 10px;
    background-image: url(../images/ar-right.svg);
    display: inline-block;
    margin-left: 19px
}

.slick-slide {
    outline: 0
}

.slick-slide a {
    outline: 0
}

.title-section {
    margin: 0 0 35px;
    color: #70787a;
    font-size: 34px;
    font-weight: 800;
    line-height: 1.29;
    text-align: center;
    font-style: italic
}

.btn-play {
    width: 148px;
    height: 65px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fe2401;
    margin-top: 35px;
    -webkit-transition-duration: .15s;
    -o-transition-duration: .15s;
    transition-duration: .15s
}

.btn-play:hover {
    -webkit-box-shadow: 3px 3px 15px rgba(0, 0, 0, .3);
    box-shadow: 3px 3px 15px rgba(0, 0, 0, .3)
}

.btn-play::before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 0 15px 23px;
    border-color: transparent transparent transparent #fff
}

h2 {
    color: #70787a;
    font-size: 32px;
    font-weight: 800;
    line-height: 1.29;
    font-style: italic;
    margin: 0
}

h2 span {
    color: #fe2401
}

.bestsellers__wrapper {
    position: relative
}

.bestsellers__wrapper .next,
.bestsellers__wrapper .prev {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    cursor: pointer;
    height: 28px
}

.bestsellers__wrapper .prev {
    left: -40px
}

.bestsellers__wrapper .next {
    right: -40px
}

.bestsellers__init>.slick-list {
    margin: -14px
}

.bestsellers__init>.slick-list>.slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.bestsellers__init>.slick-list>.slick-track>.slick-slide {
    margin: 14px;
    height: auto
}

.partners {
    margin-top: 60px;
    padding: 55px 0;
    background-color: #f6f5f4
}

.partners .slick-list {
    margin: 0 -5px
}

.partners .slick-list .slick-slide {
    margin: 0 5px
}

.partner-slide__img {
    width: 100%;
    padding: 15px;
    height: 95px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff
}

.partner-slide__img img {
    max-width: 100%;
    height: auto;
    max-height: 100%
}

.partner-slide__name {
    margin-top: 12px;
    color: rgba(112, 120, 122, .6);
    font-size: 11px;
    font-weight: 500;
    line-height: 1;
    text-align: center
}

.catalog-in {
    border-top: 1px solid #e5e5e4;
    padding: 25px 0 60px
}

.catalog-in__gallery {
    width: 100%;

    margin-right: 50px;
   
}

.catalog-in__gallery-item {
    outline: 0
}

.catalog-in__gallery-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.catalog-in__gallery-item .play-btn {
    position: absolute;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    background-color: #fff
}

.catalog-in__gallery-item .play-btn::before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 14px 0 14px 23px;
    border-color: transparent transparent transparent #70787a;
    margin-left: 8px
}

.catalog-in__info {
    width: 465px;
		flex-shrink: 0;
}

.catalog-in__price {
    margin: 24px 0 0
}

.catalog-in__price .old {
    text-decoration: line-through
}

.catalog-in__price .old:after {
    content: '';
    width: 3px;
    height: 3px;
    border-radius: 100%;
    background-color: #70787a;
    display: inline-block;
    margin: 0 5px
}

.catalog-in__price .actual {
    color: #fe2401
}

.catalog-in__title {
    color: #70787a;
    font-size: 26px;
    line-height: 1.24;
    margin-top: 15px
}

.catalog-in__sizes {
    margin-top: 25px
}

.catalog-in__t-sub {
    color: rgba(112, 120, 122, .6);
    font-size: 10px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 8px
}

.catalog-in__wrap-size {
    margin-top: 15px
}

.catalog-in__color {
    margin-top: 15px
}

.catalog-in__btns {
    margin-top: 30px
}

.catalog-in__add-to-cart {
    height: 47px;
    padding: 0 20px;
    background-color: #fe2401;
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
    font-style: italic;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer
}

.catalog-in__inputs {
    margin-left: 9px;
    height: 47px
}

.catalog-in__inputs input {
    width: 30px;
    height: 100%;
    text-align: center;
    background-color: #f6f5f4;
    border: none;
    margin: 0 1px
}

.catalog-in__inputs span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 25px;
    background-color: #f6f5f4;
    cursor: pointer;
    height: 100%
}

.catalog-in__add-to-favorite {
    color: rgba(112, 120, 122, .6);
    font-size: 10px;
    font-weight: 500;
    line-height: 1.2;
    margin-left: 15px;
    cursor: pointer
}

.catalog-in__add-to-favorite svg {
    margin-right: 9px
}

.catalog-in__params {
    margin: 28px 0 0;
    padding: 25px 0 0;
    border-top: 1px solid #e5e5e4;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 20px 40px
}

.catalog-in__item-param {
    color: #70787a;
    font-size: 10px;
    font-weight: 500;
    line-height: 1.44;
    position: relative;
    padding-left: 30px
}

.catalog-in__item-param img {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    max-width: 16px;
    height: auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 13px
}

.catalog-in .status {
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: .42px;
    padding: 4px 8px;
    margin-right: 9px
}

.catalog-in .sale {
    background-color: #fe2401
}

.catalog-in .new {
    background-color: #4ccd74
}

ul.tabs {
    margin: 45px 0 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

ul.tabs li {
    width: 100%;
    cursor: pointer;
    color: rgba(112, 120, 122, .6);
    font-size: 18px;
    line-height: 1;
    border-bottom: 2px solid #e5e5e4;
    padding-bottom: 7px;
}

ul.tabs li+li {
    margin-left: 5px
}

ul.tabs li.current {
    color: #70787a;
    border-color: #659D37
}

.tab-content {
    display: none;
    padding: 20px 0 0
}

.tab-content p {
    font-size: 11px;
    line-height: 1.75
}
.tab-content ul li  {
    font-size: 11px;
    line-height: 1.75
}
.tab-content.current {
    display: inherit
}

.catalog {
    padding-bottom: 100px
}

.catalog__sidebar {
    width: 225px;
    margin-right: 75px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.catalog__wrapper {
    width: 100%
}



.catalog__nav {
    margin-top: 40px
}

.contacts__item {
    background-color: #f6f5f4;
    padding: 25px;
    width: calc(33.3333333% - 40px);
    margin:0 20px 20px;
        display: flex;
    flex-wrap: wrap;
    order:4;
}

.contacts__item+div {
    /*margin-left: 24px*/
}

.contacts__title {
    color: #70787a;
    font-size: 19px;
    font-weight: 800;
    font-style: italic;
    line-height: 1.3;
    margin-bottom: 15px
}

.contacts p {
    color: rgba(112, 120, 122, .6);
    font-size: 10px;
    font-weight: 500;
    line-height: 1.4;
    margin: 15px 0
}

.contacts__map {
    height: 160px;
    margin: auto -25px -25px -25px;
    margin-top: auto;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.contacts .phone {
    display: inline-block;
    color: #70787a;
    font-size: 18px;
    font-weight: 800;
    line-height: 1;
    -webkit-transition-duration: .15s;
    -o-transition-duration: .15s;
    transition-duration: .15s
}

.contacts .phone:hover {
    color: #fe2401
}

.contacts .phone+p {
    margin-top: 10px
}

.contacts__socials a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 74px;
    height: 148px;
    background-color: #fff;
    -webkit-transition-duration: .15s;
    -o-transition-duration: .15s;
    transition-duration: .15s;
    margin-left: 6px
}

.contacts__socials a:hover {
    -webkit-box-shadow: 3px 3px 15px rgba(0, 0, 0, .2);
    box-shadow: 3px 3px 15px rgba(0, 0, 0, .2)
}

.line-space {
    height: 1px;
    width: 100%;
    background-color: #e5e3e3;
    margin: 20px 0
}

.footer {
    padding: 90px 0 30px;
    background-color: #252a2b;
    overflow: hidden
}

.footer__top {
    height: 65px
}

.footer__search {
    width: 320px;
    height: 100%;
    padding: 0 30px 0 60px;
    background-color: #2e3334;
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.footer__search::before {
    content: '';
    background-image: url(../images/search-white.svg);
    width: 15px;
    height: 15px;
    display: block;
    position: absolute;
    left: 30px;
    top: 0;
    bottom: 0;
    margin: auto
}

.footer__search input {
    color: #777;
    font-size: 11px;
    font-weight: 500;
    line-height: 1;
    background-color: transparent;
    border: none
}

.footer__contact {
    width: 360px;
    height: 100%;
    background-color: #2e3334;
    margin-left: 2px;
    padding: 0 30px 0 34px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.footer__contact a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.footer__contact a.phone {
    color: #fff;
    font-size: 11px;
    font-weight: 500;
    line-height: 1
}

.footer__contact a.phone::before {
    content: '';
    display: inline-block;
    background-image: url(../images/phone.svg);
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    margin-right: 11px
}

.footer__contact a.mail {
    margin-left: 30px;
    color: rgba(255, 255, 255, .3);
    font-size: 11px;
    font-weight: 500;
    line-height: 1
}

.footer__top-right {
    height: 100%;
    width: 100%;
    background-color: #2e3334;
    margin-left: 2px;
    padding-left: 40px;
    position: relative
}

.footer__top-right::after {
    content: '';
    width: 50vw;
    position: absolute;
    right: -50vw;
    top: 0;
    bottom: 0;
    background-color: #2e3334
}

.footer__socials a+a {
    margin-left: 30px
}

.footer__logo img {
    width: 82px;
    height: auto
}

.footer__mid {
    margin-top: 80px
}

.footer__item-list+div {
    margin-left: 140px
}

.footer__title {
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    line-height: 1;
    font-style: italic;
    margin-bottom: 25px
}

.footer__list {
    padding: 0;
    font-size: 0;
    line-height: 0;
    margin: 0;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 24px 0
}

.footer__list li a {
    color: #777;
    font-size: 11px;
    font-weight: 500;
    line-height: 1.09;
    -webkit-transition-duration: .15s;
    -o-transition-duration: .15s;
    transition-duration: .15s
}

.footer__list li a:hover {
    color: #fe2401
}

.footer__bottom {
    margin-top: 60px
}

.footer__bottom * {
    color: rgba(119, 119, 119, .5);
    font-size: 10px;
    font-weight: 500;
    line-height: 1
}

.footer__bottom *+* {
    margin-left: 35px
}

.footer .two-columns {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 24px 60px
}

.header {
    position: relative;
    z-index: 5
}

.header__top {
    padding: 10px 0;
    background-color: #f6f5f4
}

.header__city::before {
    content: '';
    width: 10px;
    height: 14px;
    background-image: url(../images/map.svg);
    margin-right: 9px;
    display: inline-block
}

.header__city span,.header__city a {
    color: #70787a;
    font-size: 10px;
    font-weight: 500;
    line-height: 1;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}
span.city_wr {
    position: relative;
}

span.sub__city {
    position: absolute;
    left: 0;
    top: 21px;
    background: #fff;
    padding: 20px 20px 0;
    z-index: 5;
    box-shadow: 0 0 15px rgba(0,0,0,.15);
}

span.sub__city ul {}

span.sub__city ul {
    padding: 0;
    list-style: none;
}

span.sub__city a:before {
    display: none;
}

span.sub__city ul li {
    margin-bottom: 10px;
}
.header__city a::before {
    content: '';
    width: 2px;
    height: 2px;
    border-radius: 100%;
    background-color: #70787a;
    display: inline-block;
    margin: 0 8px
}

.header__top-menu li a {
    color: #70787a;
    font-size: 10px;
    font-weight: 500;
    line-height: 1;
    -webkit-transition-duration: .15s;
    -o-transition-duration: .15s;
    transition-duration: .15s
}

.header__top-menu li a:hover {
    color: #fe2401
}

.header__top-menu li+li {
    margin-left: 35px
}

.header__nav {
    padding: 26px 0;
    position: relative
}

.header__nav-left {
    height: 36px;
    position: relative
}


.header__nav-left>* {
    position: relative;
    z-index: 3
}

.header__nav-right {
    margin-left: auto;
    position: relative
}

.header__logo {
    margin-right: 17px;
		position: relative;
}

.header__logo img {
    width: auto;
    height: auto;
		position: relative;
		z-index: 2;
		min-height: 36px;
}

.header__btn-cat {
    cursor: pointer;
		color: #70787a;
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    padding-right: 19px
}

.header__btn-cat .icon {
    margin-right: 15px
}

.header__btn-cat .icon span {
    height: 1px;
    width: 15px;
    background-color: #70787a
}

.header__btn-cat .icon span+span {
    margin-top: 6px
}

.header__nav-links {
    margin-left: 15px
}

.header__nav-links li a {
    color: #70787a;
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    -webkit-transition-duration: .15s;
    -o-transition-duration: .15s;
    transition-duration: .15s
}

.header__nav-links li a:hover {
    color: #fe2401
}

.header__nav-links li+li {
    margin-left: 30px
}

.header__phone {
    color: #70787a;
    font-size: 11px;
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: .55px
}

.header__user-links a+a {
    margin-left: 17px
}

.header__cart {
    padding: 0 16px;
    background-color: #659D37;
    height: 36px;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    -webkit-transition-duration: .15s;
    -o-transition-duration: .15s;
    transition-duration: .15s
}

.header__cart::before {
    content: '';
    width: 16px;
    height: 20px;
    background-image: url(../images/cart.svg);
    display: inline-block;
    margin-right: 17px
}

.header__cart:hover {
    color: #fff;
    -webkit-box-shadow: 3px 3px 15px rgba(0, 0, 0, .3);
    box-shadow: 3px 3px 15px rgba(0, 0, 0, .3)
}

.hidden-top {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff
}

.hidden-top__input {
    width: 100%;
    position: relative;
    height: 100%
}

.hidden-top__input::before {
    content: '';
    width: 16px;
    height: 16px;
    display: block;
    background-image: url(../images/search.svg);
    position: absolute;
    left: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    pointer-events: none
}

.hidden-top__input input {
    height: 100%;
    width: 100%;
    background-color: #f6f5f4;
    padding: 0 30px 0 37px;
    border: none;
    outline: 0;
    color: #70787a;
    font-size: 12px;
    font-weight: 500;
    line-height: 1
}

.hidden-top__input input::-webkit-input-placeholder {
    color: rgba(112, 120, 122, .6)
}

.hidden-top__input input::-moz-placeholder {
    color: rgba(112, 120, 122, .6)
}

.hidden-top__input input:-ms-input-placeholder {
    color: rgba(112, 120, 122, .6)
}

.hidden-top__input input::-ms-input-placeholder {
    color: rgba(112, 120, 122, .6)
}

.hidden-top__input input::placeholder {
    color: rgba(112, 120, 122, .6)
}

.hidden-top__close {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 90px;
    height: 100%;
    margin-left: 11px;
    background-color: #f6f5f4;
    cursor: pointer
}

.hidden-top__close::before {
    content: '';
    width: 15px;
    height: 15px;
    background-image: url(../images/close.svg);
    display: block
}

.hidden-menu {
    padding: 20px 0 35px;
    position: absolute;
    left: 0;
    right: 0;
    background-color: #fff;
    top: 100%;
    -webkit-box-shadow: 0 40px 34px -20px rgba(0, 0, 0, .21);
    box-shadow: 0 40px 34px -20px rgba(0, 0, 0, .21)
}

.hidden-menu__title {
    color: #70787a;
    font-size: 17px;
    font-weight: 800;
    font-style: italic;
    line-height: 1;
    margin-bottom: 15px
}

.hidden-menu__list {
    display: grid;
		width: 100%;
		grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
		gap: 10px 15px;
}

.hidden-menu__list li a {
    font-size: 14px;
    color: #70787a;
    font-weight: 500;
    line-height: 1.2;
    min-height: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition-duration: .15s;
    -o-transition-duration: .15s;
    transition-duration: .15s;
    position: relative;
    padding: 7px 15px;
		height: 100%;
}

.hidden-menu__list li a::before {
    content: '';
    width: 6px;
    height: 100%;
    background-color: #f6f5f4;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto
}

.hidden-menu__list li a:hover {
    background-color: #f6f5f4
}

.hidden-menu .cats {
    width: 260px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 10px 15px;
    margin-right: 15px;
}

.hidden-menu__cat-img {
    position: relative;
    padding-top: 50%
}

.hidden-menu__cat-img img {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.hidden-menu__cat-title {
    color: #70787a;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: normal;
    line-height: 1;
    font-style: italic;
    text-align: center;
    margin-top: 6px
}

.main-about {
    margin: 70px 0
}
.main-about__dop{
    margin-top: 25px;
}
.main-about__slider-wrapper {
    width: 50%;
    margin-right: 70px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin:auto;
}

.main-about__slider {
    width: 750px;
    position: relative
}

.main-about__slider .slick-slide img {
    width: 100%;
    height: 336px;
    -o-object-fit: cover;
    object-fit: cover
}

.main-about .btn {
    margin-top: 0
}

.main-about__row:nth-child(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.main-about__row:nth-child(2n) .main-about__slider-wrapper {
    margin: 0 0 0 90px
}

.main-about__row:nth-child(2n) .main-about__text {
    padding-top: 0
}

.main-about__row+div {
    margin-top: 80px
}

.main-about__arrows {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2
}

.main-about__arrows div {
    width: 49px;
    height: 49px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff;
    cursor: pointer;
    -webkit-transition-duration: .15s;
    -o-transition-duration: .15s;
    transition-duration: .15s
}

.main-about__arrows div:hover {
    background-color: #fe2401
}

.main-about__arrows div:hover svg {
    fill: #fff
}

.main-about__arrows div svg {
    fill: #23262d
}

.main-about__text {
    padding-top: 45px
}

.main-about__text p {
    color: #70787a;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.72;
    margin: 20px 0
}

.main-section {
    padding: 7% 0;
    background-size: cover;
    background-position: 50%;
    position: relative
}

.main-section::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(54, 54, 54, .48)
}

.main-section>* {
    position: relative;
    z-index: 2
}

.main-section__title {
    color: #fff;
    font-size: 58px;
    font-weight: 800;
    line-height: 1.02;
    text-align: left;
    font-style: italic
}

.main-section__desc {
    margin-top: 30px;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.72;
    text-align: center
}

.section-payment__wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 30px 28px
}

.section-payment__item {
    padding: 20px;
    background-color: #f6f5f4
}

.section-payment__icon {
    height: 33px;
    margin-bottom: 20px
}

.section-payment__icon img {
    max-width: 100%;
    max-height: 100%
}

.section-payment__title {
    color: #70787a;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.26;
    font-style: italic;
    margin-bottom: 15px
}

.section-payment__text {
    margin-bottom: 30px;
    color: rgba(112, 120, 122, .6);
    font-size: 11px;
    font-weight: 500;
    line-height: 1.75
}

.section-payment__price {
    margin-top: auto;
    color: #70787a;
    font-size: 11px;
    font-weight: 800;
    line-height: 1
}

.red-title {
    color: #fe2401;
    font-size: 22px;
    font-weight: 800;
    letter-spacing: normal;
    line-height: 1.3;
    font-style: italic;
    margin: 0 0 25px
}

.pay-methods__wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 23px 28px
}

.pay-methods__item {
    background-color: #f6f5f4;
    padding: 20px
}

.pay-methods__logo {
    margin-bottom: 20px
}

.pay-methods__name {
    color: #777;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    font-style: italic;
    margin-bottom: 11px
}

.pay-methods__desc {
    color: rgba(119, 119, 119, .6);
    font-size: 11px;
    font-weight: 500;
    margin-top: auto
}

.prems {
    background-color: #f6f5f4
}

.prems__item {
    width: 100%;
    padding: 40px 20px;
    border-left: 4px solid #fff;
    position: relative
}

.prems__item::before {
    content: '';
    position: absolute;
    left: -4px;
    top: 0;
    bottom: 0;
    width: 4px;
    background-color: #fff
}

.prems__item:last-child::after {
    content: '';
    position: absolute;
    right: -4px;
    top: 0;
    bottom: 0;
    width: 4px;
    background-color: #fff
}

.prems__icon img {
    height: 56px;
    width: auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.prems__text {
    margin-top: 30px;
    text-align: center;
    color: #70787a;
    font-size: 17px;
    line-height: 1.2
}

.prems__sub-text {
    color: rgba(112, 120, 122, .6);
    font-size: 11px;
    font-weight: 800;
    line-height: 1.09;
    font-style: italic;
    margin-top: auto
}

.prems__sub-text-light {
    line-height: 1.67;
    font-weight: 500;
    color: rgba(112, 120, 122, .6);
    font-size: 11px;
    text-align: center;
    margin-top: 20px
}

.catalog-in-prems {
    padding-bottom: 65px
}

.catalog-in-prems .prems__item {
    background-color: #f6f5f4;
    padding: 30px 25px
}

.catalog-in-prems .prems__item .prems__text {
    font-size: 14px;
    line-height: 1.3;
    margin-bottom: 20px
}

.catalog-in-prems .prems__item .detail {
    margin-top: auto
}

.returns__wrap {
    padding: 25px 35px;
    background-color: #f6f5f4
}

.returns__item+div {
    margin-top: 5px
}

.returns__item-title {
    position: relative;
    padding: 15px 30px 15px 45px;
    background-color: #fff;
    color: #fe2401;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.2;
    font-style: italic;
    cursor: pointer
}

.returns__item-title::before {
    content: '';
    width: 13px;
    height: 13px;
    position: absolute;
    left: 17px;
    top: 0;
    bottom: 0;
    margin: auto;
    background-image: url(../images/plus.svg);
    background-repeat: no-repeat;
    background-position: 50%
}

.returns__item-content {
    padding: 15px 17px
}

.returns__item-content p {
    line-height: 1.48
}

.returns .opened .returns__item-title {
    color: #70787a;
    background-color: transparent
}

.returns .opened .returns__item-title::before {
    background-image: url(../images/minus.svg)
}

.section-cat {
    margin-top: 60px
}

.section-cat__item {
    position: relative;
    -webkit-transition-duration: .15s;
    -o-transition-duration: .15s;
    transition-duration: .15s;
    bottom: 0
}

.section-cat__item:hover {
    bottom: 5px;
    -webkit-box-shadow: 3px 3px 15px rgba(0, 0, 0, .5);
    box-shadow: 3px 3px 15px rgba(0, 0, 0, .5)
}

.section-cat__item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(54, 54, 54, .48)
}

.section-cat__item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.section-cat__item:first-child {
    -ms-grid-row-span: 2;
    grid-row: span 2/auto;
    -ms-grid-column-span: 2;
    grid-column: span 2/auto
}

.section-cat__item-title {
    position: absolute;
    z-index: 5;
    color: #fff;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.2;
    font-style: italic
}

.section-cat__wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 28px
}

.section-content__images {
    width: 550px
}

.section-content__item-img {
    height: 267px;
    width: 100%
}

.section-content__item-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.section-content__item-img+div {
    margin-left: 11px
}

.section-content__text {
    width: calc(100% - 610px)
}

.section-content__text p {
    color: #70787a;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.72;
    margin: 20px 0
}

.delivery__wrap {
    background-color: #f6f5f4;
    padding: 35px 40px
}

.delivery__icon-left {
    width: 72px;
    height: 103px;
    background-color: #fe2401;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 35px
}

.delivery__item+div {
    margin-left: 50px
}

.delivery__title {
    color: #70787a;
    font-size: 16px;
    font-weight: 800;
    line-height: 1;
    font-style: italic;
    margin-bottom: 15px
}

.delivery__list {
    counter-reset: item;
    font-size: 0;
    line-height: 0;
    margin: 0;
    padding: 0
}

.delivery__list li {
    counter-increment: item;
    list-style-type: none;
    color: #70787a;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.3;
    padding: 5px 10px;
    background-color: #fff;
    margin: 0 5px 5px 0
}

.delivery__list li::before {
    content: counter(item, decimal-leading-zero) ".";
    font-weight: 800;
    display: inline-block;
    margin-right: 4px
}

.delivery+.main-section {
    margin-top: 60px
}

.section-sales {
    margin: 70px 0
}

.main-static {
    position: relative;
    padding: 3% 0 5%;
    background-size: cover;
    background-position: 50%
}

.main-static::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    background-color: rgba(54, 54, 54, .48)
}

.main-static>* {
    position: relative;
    z-index: 2
}

.main-static .bread a,
.main-static .bread span {
    color: rgba(255, 255, 255, .3)
}

.main-static .main-section__title {
    margin-top: 35px
}

.services__wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 28px
}

.services__item {
    background-color: #f4f4f4;
    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
}

.services__img {
    position: relative;
    width: 100%;
    padding-top: 50%
}

.services__img img {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.services__text {
    padding: 22px 25px;
    background-color: #f4f4f4
}

.services__title {
    color: #70787a;
    font-size: 22px;
    font-weight: 800;
    line-height: 1;
    font-style: italic
}

.services__desc {
    color: rgba(112, 120, 122, .6);
    font-size: 11px;
    font-weight: 500;
    line-height: 1.45;
    margin-top: 12px;
    margin-bottom: 20px
}

.services__btns-price {
    margin-top: auto
}

.services__btns-price b {
    color: #70787a;
    font-size: 11px;
    font-weight: 800;
    line-height: 1
}

.services__icon {
    width: 47px;
    height: 47px;
    background-color: #fe2401;
    position: relative;
    margin-right: 16px
}

.services__icon::before {
    content: '';
    width: 26px;
    height: 10px;
    background-image: url(../images/ar-right.svg);
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto
}

.line {
    height: 1px;
    background-color: #f8f8f8;
    margin: 50px auto
}

.product-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.product-card__img {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 270px
}

.product-card__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition-duration: .15s;
    -o-transition-duration: .15s;
    transition-duration: .15s
}

.product-card__img-slider {
    position: relative;
    width: 100%;
    overflow: hidden
}

.product-card__img-slider .product-card__img-slider-init,
.product-card__img-slider .slick-list,
.product-card__img-slider .slick-slide,
.product-card__img-slider .slick-track {
    height: 100%
}

.product-card__img-slider .arrows {
    position: absolute;
    right: 0;
    bottom: 0
}

.product-card__img-slider .next-second,
.product-card__img-slider .prev-second {
    width: 40px;
    height: 40px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff;
    z-index: 2;
    -webkit-transition-duration: .15s;
    -o-transition-duration: .15s;
    transition-duration: .15s;
    cursor: pointer
}

.product-card__img-slider .next-second svg,
.product-card__img-slider .prev-second svg {
    -webkit-transition-duration: .15s;
    -o-transition-duration: .15s;
    transition-duration: .15s;
    fill: #23262d
}

.product-card__img-slider .next-second:hover,
.product-card__img-slider .prev-second:hover {
    background-color: #fe2401
}

.product-card__img-slider .next-second:hover svg,
.product-card__img-slider .prev-second:hover svg {
    fill: #fff
}

.product-card__img-slider .slick-slider img {
    height: 270px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.product-card__text {
    margin: 14px 0;
    position: relative;
    width: 100%
}

.product-card__price-wrap {
    padding-right: 40px;
    margin-bottom: 10px
}

.product-card__price-wrap span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.product-card__status {
    padding: 3px 5px;
    color: #fff;
    font-size: 9px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: .44px;
    margin-right: 9px
}

.product-card__price-actual {
    color: #70787a;
    font-size: 11px;
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: .55px
}

.product-card__title-product {
    color: rgba(112, 120, 122, .6);
    font-size: 9px;
    font-weight: 700;
    line-height: 1.4;
    text-transform: uppercase;
    letter-spacing: .44px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.product-card__add-to-favorite {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer
}

.product-card .new {
    background-color: #4ccd74
}

.product-card .sale {
    background-color: #fe2401
}

.product-card .old-price {
    text-decoration: line-through
}

.product-card .old-price:after {
    content: '';
    width: 3px;
    height: 3px;
    border-radius: 100%;
    background-color: #70787a;
    display: inline-block;
    margin: 0 5px
}

.product-card .new-price {
    color: #fe2401
}

.product-card__sale-table {
    margin-top: 14px
}

.product-card__sale-table-item {
    width: 100%;
    text-align: center
}

.product-card__sale-table-item+div {
    margin-left: 2px
}

.product-card__sale-table-item-top {
    padding: 4px 5px;
    background-color: #f6f5f4;
    color: rgba(119, 119, 119, .6);
    font-size: 10px;
    font-weight: 500;
    line-height: 1
}

.product-card__sale-table-item-bottom {
    color: #777;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
    margin-top: 5px
}

.product-card .btn {
    margin-top: auto
}

.product-card .text-slide {
    margin: 15px 0 0;
    color: rgba(112, 120, 122, .6);
    font-size: 10px;
    font-weight: 500;
    line-height: 1.3
}

.mt90 {
    margin-top: 90px
}

.grid-products {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 30px 28px
}

.bread a,
.bread span {
    color: rgba(119, 119, 119, .6);
    font-family: Montserrat;
    font-size: 9px;
    font-weight: 500;
    line-height: 1;
    text-transform: lowercase
}

.bread>*+::before {
    content: '<';
    display: inline-block;
    margin: 0 7px
}

.single-h1 {
    color: #70787a;
    font-size: 34px;
    font-weight: 800;
    line-height: 1.29;
    font-style: italic;
    margin: 0
}

.top-title {
    padding: 15px 0 35px;
    border-top: 1px solid #e5e5e4
}

.bestsellers+.main-section {
    margin-top: 90px
}

.detail {
    color: #fe2401;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
    font-style: italic;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.detail::after {
    content: '';
		background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 12.4769C1.5 10.4747 1.95125 8.875 2.84094 7.71875C3.91531 6.32281 5.61219 5.56969 7.88969 5.47656V2.25L14.5 7.875L7.88969 13.5V10.2922C6.50688 10.3294 5.46281 10.5291 4.63125 10.9122C3.73281 11.3263 3.08125 11.945 2.37875 12.7466L1.5 13.75V12.4769Z' fill='%23FE2401'/%3E%3C/svg%3E");
    width: 14px;
    height: 12px;
    display: inline-block;
    margin-left: 7px;
		background-size: 100%;
}

.bestsellers+.footer {
    margin-top: 70px
}

.counters {
    padding-top: 55px
}

.counters__item {
    width: 100%
}

.counters__item+div {
    margin-left: 65px
}

.counters__value {
    color: #70787a;
    font-size: 50px;
    font-weight: 800;
    line-height: 1;
    font-style: italic;
    position: relative;
    padding-bottom: 20px
}

.counters__value::after {
    content: '';
    position: absolute;
    left: 16px;
    bottom: 0;
    right: 0;
    height: 1px;
    background-color: #fe2401
}

.counters__text {
    color: #70787a;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.42;
    margin-top: 17px
}

.mobile-wrapper {
    display: none
}

@media (max-width:1250px) {
    .bestsellers__wrapper,
		.banner-slider__wrapper {
        width: calc(100% - 100px);
        margin-left: auto;
        margin-right: auto
    }
}

@media (max-width:1170px) {
    .container {
        width: 992px
    }
    .header__nav-links li+li {
        margin-left: 15px
    }
    .header__nav-links li a {
        font-size: 11px
    }
    .product-card__img-slider .slick-slider img {
        height: 220px
    }
    .footer__top-right::after {
        display: none
    }
    .footer__top-right {
        padding: 0 20px
    }
    .counters__value {
        font-size: 30px
    }
    .counters__item+div {
        margin-left: 50px
    }
    .counters__text {
        font-size: 14px
    }
    .catalog__grid {
        gap: 15px
    }
    .catalog-in__gallery {
        width: 550px
    }
    .services__wrapper {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr
    }
    .services__title {
        font-size: 20px
    }
}

@media (max-width:992px) {
    .container {
        width: 768px
    }
		.header__logo::before {
			display: none;
		}
    .header {
        display: none
    }
    .product-card__img {
        height: 220px
    }
    .section-cat__item-title {
        font-size: 16px
    }
    .main-section__title {
        font-size: 40px
    }
    .title-section {
        font-size: 26px
    }
    .grid-products {
        -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 10px
    }
    .prems__text {
        font-size: 12px
    }
    .prems__item {
        padding: 20px 10px
    }
    .main-about .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
    .main-about__slider-wrapper {
        width: 100%;
        margin: 15px auto;
        max-width: 600px
    }
    .main-about__slider {
        width: 100%
    }
    .line {
        margin: 30px auto
    }
    h2 {
        font-size: 26px
    }
    body {
        padding-top: 60px
    }
    .menu-mobile-title {
        font-size: 18px;
        font-weight: 800;
        line-height: 1;
        margin-bottom: 10px
    }
    .menu-mobile-item+.menu-mobile-item {
        margin-top: 20px
    }
    .mobile-wrapper {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 500;
        background-color: #fff;
        padding: 0 10px;
        -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .33);
        box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .33);
        display: block
    }
    .mobile-wrapper .header__logo {
        margin: 0;
				padding: 0;
    }
    .mobile-wrapper .header__logo img {
        height: 40px;
        width: auto;
        max-width: 140px
    }
    .mobile-wrapper .bottom {
        position: fixed;
        margin-top: 60px;
        max-width: 85vw;
        height: calc(100vh - 60px);
        overflow: auto;
        width: 100%;
        background-color: #fff;
        padding: 20px 20px;
        z-index: 3;
        left: 0;
        right: auto;
        top: 0;
        bottom: 0;
        -ms-transform: translate(-200%, 0);
        transform: translate(-200%, 0);
        -webkit-transform: translate(-200%, 0);
        -o-transform: translate(-200%, 0);
        -moz-transform: translate(-200%, 0);
        -webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        -webkit-transform: translate(-200%, 0);
        -ms-transform: translate(-200%, 0);
        transform: translate(-200%, 0);
        -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .33);
        box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .33)
    }
    .mobile-wrapper .bottom.opened {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    .bottom-mobile-phone {
        margin-top: 15px;
        font-size: 16px;
        line-height: 1;
        color: #000
    }
    .bottom-mobile-phone .icon {
        width: 25px;
        height: 25px;
        border-radius: 50%;
        background-color: #fe2401;
        margin-right: 10px
    }
    .bottom-mobile-phone .icon img {
        max-width: 11px;
        height: auto
    }
    .mobile-wrapper .bottom ul {
        padding: 0;
        margin: 0;
        font-size: 0;
        line-height: 0
    }
    .mobile-wrapper .bottom ul+ul {
        margin-top: 30px
    }
    .mobile-wrapper .bottom .menu a {
        font-size: 15px;
        line-height: 1;
        font-weight: 400;
        color: inherit
    }
    .mobile-wrapper .bottom .main-modal-menu a {
        font-weight: 500
    }
    .mobile-wrapper .bottom .menu li+li {
        margin-top: 12px
    }
    .mobile-wrapper .bottom .city_name {
        text-decoration: underline
    }
    .mobile-wrapper .bottom .city_popover a {
        margin: 5px 5px 0
    }
    .mobile-wrapper .top {
        position: relative;
        z-index: 10;
        height: 60px
    }
    .mobile-wrapper .logo img {
        width: 50px;
        height: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .contact-mobile a {
        width: 35px;
        height: 35px;
        border-radius: 50%;
        background-color: #fe2401;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: relative
    }
    .contact-mobile a img {
        max-width: 100%
    }
    .contact-mobile a .count-cart {
        width: 18px;
        height: 18px;
        border: 1px solid #fe2401;
        border-radius: 100%;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-size: 10px;
        line-height: 1;
        color: #fe2401;
        position: absolute;
        right: -5px;
        bottom: -5px;
        background-color: #fff
    }
    .contact-mobile a+a {
        margin-left: 5px
    }
    #nav-icon3 {
        width: 30px;
        height: 20px;
        position: relative;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        -webkit-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer
    }
    body.hidd,
    html.hidd {
        overflow: hidden
    }
    body.hidd::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, .5);
        z-index: 200
    }
    #nav-icon3 span {
        display: block;
        position: absolute;
        height: 4px;
        width: 100%;
        background: #fe2401;
        border-radius: 9px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        -webkit-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out
    }
    #nav-icon3 span:nth-child(1) {
        top: 0
    }
    #nav-icon3 span:nth-child(2),
    #nav-icon3 span:nth-child(3) {
        top: 0;
        bottom: 0;
        margin: auto
    }
    #nav-icon3 span:nth-child(4) {
        top: auto;
        bottom: 0
    }
    #nav-icon3.open span:nth-child(1) {
        top: 18px;
        width: 0%;
        left: 50%
    }
    #nav-icon3.open span:nth-child(2) {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg)
    }
    #nav-icon3.open span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }
    #nav-icon3.open span:nth-child(4) {
        top: 18px;
        width: 0%;
        left: 50%
    }
    .product-card__sale-table-item-top {
        font-size: 8px
    }
    .footer__item-list+div {
        margin-left: 60px
    }
    .footer {
        padding: 30px 0
    }
    .footer__contact {
        width: 49%;
        margin: 0;
        height: 46px
    }
    .footer__search {
        width: 49%;
        height: 46px
    }
    .footer__top {
        height: auto;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .footer__top-right {
        margin: 2% 0 0;
        height: 46px
    }
    .footer__bottom,
    .footer__mid {
        margin: 30px 0 0
    }
    .section-content .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
    .section-content__text {
        width: 100%
    }
    .section-content-bottom .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .single-h1 {
        font-size: 22px
    }
    .catalog .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .catalog__sidebar {
        width: 100%;
        margin: 0 0 20px
    }
    .catalog__grid {
        grid-template-columns: repeat(auto-fit, minmax(200px, 3fr))
    }
    .catalog-in .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .catalog-in__title {
        max-width: 100%
    }
    .catalog-in__gallery {
        width: 100%;
        margin-top: 30px
    }
    .catalog-in__gallery {
        -ms-grid-columns: 1fr 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr 1fr
    }
    .catalog-in__gallery-item .play-btn {
        height: 60px;
        width: 60px
    }
    .catalog-in {
        padding: 25px 0
    }
    .catalog-in-prems .prems__item {
        padding: 15px
    }
    .catalog-in-prems .prems__item .prems__text {
        margin: 10px 0;
        font-size: 10px;
        font-weight: 500
    }
    .prems__sub-text {
        font-size: 9px;
        font-weight: 400
    }
    .detail {
        font-size: 10px
    }
    .contacts .container {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 15px
    }
    .contacts__socials a {
        width: auto;
        padding: 10px;
        height: auto
    }
    .contacts__title {
        font-size: 16px
    }
    .contacts__item+div {
        margin: 0
    }
    .pay-methods__wrapper,
    .section-payment__wrapper {
        grid-gap: 10px;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr
    }
    .pay-methods__item,
    .section-payment__item {
        padding: 10px
    }
    .section-payment__title {
        font-size: 12px;
        margin-bottom: 5px
    }
    .pay-methods__name,
    .section-payment__text {
        font-size: 10px;
        margin-bottom: 10px
    }
    .pay-methods__desc {
        font-size: 9px
    }
    .section-payment__icon {
        margin-bottom: 10px
    }
    .red-title {
        margin-bottom: 15px
    }
    .main-about .main-about__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
    .main-about__row:nth-child(2n) .main-about__slider-wrapper {
        margin: 20px auto
    }
    .delivery__wrap {
        padding: 20px
    }
    .delivery__title {
        font-size: 14px
    }
    .delivery__list li {
        font-size: 10px
    }
}

@media (max-width:768px) {
    .container {
        width: 100%;
        padding: 0 10px
    }
    .grid-products {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr
    }
    .contacts .container {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr
    }
    .product-card__img {
        height: auto;
        padding-top: 100%;
        width: 100%
    }
    .product-card__img img {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0
    }
    .title-section {
        font-size: 20px
    }
    .main-section {
        padding: 7% 10px
    }
    .main-section__title {
        font-size: 22px
    }
    .main-section__desc {
        margin-top: 15px;
        font-size: 12px
    }
    .main-section__desc br {
        display: none
    }
    .btn {
        height: 40px;
        margin: 15px 0 0
    }
    .prems .container {
        display: -ms-grid;
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(120px, 1fr))
    }
    .prems__item {
        border: none
    }
    .prems__item::before,
    .prems__item:last-child::after {
        display: none
    }
    .prems__item {
        padding: 5px
    }
    .prems__item:last-child {
        width: 100%
    }
    .prems__text {
        font-weight: 600;
        margin-top: 10px;
        font-size: 10px
    }
    .section-cat__wrapper {
        grid-gap: 10px
    }
    .mt90,
    .section-cat {
        margin-top: 30px
    }
    h2 {
        font-size: 20px
    }
    .main-about__slider .slick-slide img {
        height: auto
    }
    .section-cat__item:first-child {
        -ms-grid-row-span: 1;
        grid-row: span 1;
        -ms-grid-column-span: 1;
        grid-column: span 1
    }
    .section-cat__wrapper {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr)
    }
    .btn-play {
        width: auto;
        padding: 0 45px;
        height: 46px
    }
    .section-sales {
        margin: 30px 0
    }
    .title-section {
        margin: 0 0 20px
    }
    .prems .container {
        padding: 10px
    }
    .main-about__text {
        padding: 30px 0 0
    }
    .line {
        margin: 20px 0
    }
    .prems__sub-text-light {
        margin-top: 5px;
        font-size: 10px;
        line-height: 1.3
    }
    .partners {
        margin: 30px 0 0;
        padding: 25px 0
    }
    .partner-slide__img {
        padding: 8px
    }
    .main-static .main-section__title {
        margin-top: 20px
    }
    .prems__icon img {
        height: 30px
    }
    .footer__mid {
        display: -ms-grid;
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
        gap: 20px
    }
    .footer__item-list+div {
        margin-left: 0
    }
    .footer .two-columns {
        gap: 10px 0;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
    }
    .footer__list {
        gap: 10px 0
    }
    .footer__title {
        margin-bottom: 10px
    }
    .footer__search {
        width: 100%;
        margin-bottom: 2%;
        padding: 0 10px 0 40px
    }
    .footer__contact {
        width: 100%;
        padding: 0 10px
    }
    .footer__search::before {
        left: 10px
    }
    .section-content__images {
        width: 100%
    }
    .section-content__item-img {
        height: auto;
        width: 100%;
        position: relative;
        padding: 45% 0 0
    }
    .section-content__item-img img {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0
    }
    .counters {
        padding-top: 25px
    }
    .counters .container {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
        gap: 20px
    }
    .counters__item+div {
        margin-left: 0
    }
    .counters__value {
        font-size: 24px;
        padding-bottom: 10px
    }
    .counters__text {
        margin-top: 10px;
        font-size: 12px
    }
    .catalog__grid,
    .grid-products {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr)
    }
    .product-card__status {
        font-size: 6px
    }
    .product-card__text {
        margin: 7px 0
    }
    .catalog__grid {
        gap: 5px 15px
    }
    .product-card__price-wrap {
        margin-bottom: 5px
    }
    .top-title {
        padding: 15px 0
    }
    .top-title .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
    .catalog__nav {
        margin-top: 20px
    }
    .catalog {
        padding-bottom: 30px
    }
    .catalog-in__gallery-item .play-btn {
        width: 35px;
        height: 35px
    }
    .catalog-in__gallery-item .play-btn::before {
        border-width: 7px 0 7px 12px;
        margin-left: 3px
    }
    .catalog-in__add-to-favorite svg {
        -ms-flex-negative: 0;
        flex-shrink: 0
    }
    .catalog-in__add-to-cart {
        height: 46px;
        padding: 0 10px;
        font-size: 10px
    }
    .catalog-in__btns {
        margin-top: 20px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .catalog-in__add-to-favorite {
        width: 100%;
        margin: 10px 0 0
    }
    .catalog-in__params {
        margin: 15px 0 0;
        gap: 10px
    }
    .catalog-in__title {
        font-size: 18px
    }
    .catalog-in__gallery {
        margin-top: 15px;
        gap: 5px
    }
    ul.tabs {
        margin: 15px 0 0
    }
    .catalog-in-prems .container {
        display: -ms-grid;
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(120px, 1fr))
    }
    .catalog-in-prems .prems__item {
        padding: 10px 5px
    }
    .catalog-in-prems {
        padding-bottom: 25px
    }
    .catalog-in {
        padding-bottom: 10px
    }
    .bestsellers+.main-section {
        margin-top: 30px
    }
    .contacts__item {
        padding: 15px;
            width: 100%;

    }

.contacts__map {
	width: 100%;
    height: 160px;
    margin: 0;
}
.contacts__item:first-child {
    margin-left: 0;
}

    .delivery+.main-section,
    .main-about__row+div {
        margin-top: 30px
    }
    .returns__item-title {
        font-size: 12px
    }
    .returns__item-content {
        padding: 5px 10px
    }
    .returns__wrap {
        padding: 15px
    }
    .delivery__icon-left {
        display: none
    }
    .delivery__item+div {
        margin-left: 0
    }
    .delivery__wrap {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
        padding: 15px
    }
    .delivery__title {
        font-size: 12px
    }
    .services__wrapper {
        gap: 10px
    }
    .services__text {
        padding: 10px
    }
    .services__title {
        font-size: 12px
    }
    .services__icon {
        width: 36px;
        height: 36px;
        margin-right: 10px
    }
    .services__desc {
        font-size: 10px;
        margin: 10px 0
    }
    .footer__top-right {
        padding: 0 10px
    }
    .bestsellers+.footer {
        margin-top: 30px
    }
		.main-about {
			margin: 40px 0
	}
}

@media (max-width:480px) {
    .product-card__img {
        height: auto;
        padding: 0;
        max-height: 250px
    }
    .product-card__img img {
        position: relative
    }
    .product-card__price-actual {
        font-size: 8px
    }
    .contacts .container {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
    }
}

.html-sitemap ul {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-top: 1rem;
}
.html-sitemap ul a {
    color: #70787a;
}
.html-sitemap ul a:hover {
    color: #fe2401;
}