@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&display=swap");

body {
    margin: 0px;
    padding: 0px;
    font-family: "Montserrat", sans-serif;
    background-color: #fff;
    color: #000;
    height: 100%;
    line-height: 1.3;
    position: relative;
    font-size: 16px !important;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%
}

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

blockquote, q {
    quotes: none
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-width: 0px;
    padding: 0px;
    margin: 0px
}

html {
    height: 100%;
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none
}

input, textarea {
    color: #333;
    font-family: "Montserrat", sans-serif;
    outline: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -webkit-appearance: none
}

input[type="button"], input[type="submit"], button {
    cursor: pointer
}

td {
    margin: 0px;
    padding: 0px
}

form {
    padding: 0px;
    margin: 0px
}

a {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    text-decoration: none;
    outline: none;
    -webkit-tap-highlight-color: transparent
}

a, span, div, button {
    outline: none !important
}

input[type=submit], input[type=button], button {
    -webkit-appearance: none;
    outline: none
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

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

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-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);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    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
}

.slick-prev, .slick-next {
    position: absolute;
    display: block;
    height: 40px;
    width: 40px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    outline: none;
    color: #04d03e;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    z-index: 99;
    text-align: center;
    opacity: 1;
    border: none;
    background: transparent;
    font-size: 16px;
    line-height: 40px
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    outline: none
}

.slick-prev:hover, .slick-next:hover {
    opacity: 0.5
}

.slick-prev {
    left: 0
}

.slick-next {
    right: 0
}

.slick-dots {
    list-style: none;
    display: block;
    padding: 0;
    margin: 0;
    width: 100%;
    text-align: center;
    line-height: 1
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 12px;
    width: 12px;
    margin: 0 8px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    display: block;
    height: 12px;
    width: 12px;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 0px;
    cursor: pointer;
    transition: all 0.2s linear;
    border: 1px solid #000;
    border-radius: 50%;
    background: #fff;
    position: relative
}

.slick-dots li button:hover {
    background: #ffe500
}

.slick-dots li.slick-active button {
    background: #ffe500
}

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

.fancybox-active {
    height: auto
}

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

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

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

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

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

.fancybox-bg {
    background: #000;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71)
}

.fancybox-is-open .fancybox-bg {
    opacity: .8;
    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;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997
}

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

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

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

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

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

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

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

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

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

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

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

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

.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(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;
    -ms-transform-origin: top left;
    transform-origin: top left;
    transition-property: transform, opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995
}

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

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

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

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

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

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

.fancybox-spaceball {
    z-index: 1
}

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

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

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

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

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

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

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

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

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

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

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

.fancybox-button:focus {
    outline: none
}

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

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

.fancybox-button div {
    height: 100%
}

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

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

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

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

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

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #c4c4c4;
    cursor: pointer;
    opacity: 1;
    padding: 5px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear
}

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

.fancybox-slide--html .fancybox-close-small {
    color: #c4c4c4;
    padding: 5px;
    right: 15px;
    top: 15px
}

.fancybox-slide--html .fancybox-close-small:hover {
    color: #000
}

.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;
    right: env(safe-area-inset-right)
}

.fancybox-caption {
    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%, transparent 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
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media all and (max-height: 576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 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;
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 99991
}

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

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

@media all and (max-width: 576px) {
    .fancybox-thumbs {
        width: 110px
    }

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

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

/*! nouislider - 10.0.0 - 2017-05-28 14:52:48 */
.noUi-target, .noUi-target * {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.noUi-target {
    position: relative;
    direction: ltr
}

.noUi-base {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1
}

.noUi-connect {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0
}

.noUi-origin {
    position: absolute;
    height: 0;
    width: 0
}

.noUi-handle {
    position: relative;
    z-index: 1
}

.noUi-state-tap .noUi-connect, .noUi-state-tap .noUi-origin {
    -webkit-transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
    transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s
}

.noUi-state-drag * {
    cursor: inherit !important
}

.noUi-base, .noUi-handle {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.noUi-horizontal {
    height: 3px
}

.noUi-horizontal .noUi-handle {
    width: 16px;
    height: 5px;
    left: -8px;
    top: -1px
}

.noUi-vertical {
    width: 18px
}

.noUi-vertical .noUi-handle {
    width: 28px;
    height: 34px;
    left: -6px;
    top: -17px
}

.noUi-target {
    background-color: #eeeeee;
    padding: 0 9px
}

.noUi-connect {
    background-color: #9262cf;
    -webkit-transition: background 450ms;
    transition: background 450ms
}

.noUi-draggable {
    cursor: ew-resize
}

.noUi-vertical .noUi-draggable {
    cursor: ns-resize
}

.noUi-handle {
    width: 15px;
    height: 15px;
    background-color: #ff00a0;
    border-radius: 3px;
    cursor: pointer
}

[disabled] .noUi-connect {
    background: #B8B8B8
}

[disabled].noUi-target, [disabled].noUi-handle, [disabled] .noUi-handle {
    cursor: not-allowed
}

.noUi-pips, .noUi-pips * {
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.noUi-pips {
    position: absolute;
    color: #999
}

.noUi-value {
    position: absolute;
    white-space: nowrap;
    text-align: center
}

.noUi-value-sub {
    color: #ccc;
    font-size: 10px
}

.noUi-marker {
    position: absolute;
    background: #CCC
}

.noUi-marker-sub {
    background: #AAA
}

.noUi-marker-large {
    background: #AAA
}

.noUi-pips-horizontal {
    padding: 10px 0;
    height: 80px;
    top: 100%;
    left: 0;
    width: 100%
}

.noUi-value-horizontal {
    -webkit-transform: translate3d(-50%, 50%, 0);
    transform: translate3d(-50%, 50%, 0)
}

.noUi-marker-horizontal.noUi-marker {
    margin-left: -1px;
    width: 2px;
    height: 5px
}

.noUi-marker-horizontal.noUi-marker-sub {
    height: 10px
}

.noUi-marker-horizontal.noUi-marker-large {
    height: 15px
}

.noUi-pips-vertical {
    padding: 0 10px;
    height: 100%;
    top: 0;
    left: 100%
}

.noUi-value-vertical {
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
    padding-left: 25px
}

.noUi-marker-vertical.noUi-marker {
    width: 5px;
    height: 2px;
    margin-top: -1px
}

.noUi-marker-vertical.noUi-marker-sub {
    width: 10px
}

.noUi-marker-vertical.noUi-marker-large {
    width: 15px
}

.noUi-tooltip {
    display: block;
    position: absolute;
    border-radius: 3px;
    background: #fff;
    color: #000;
    padding: 5px;
    text-align: center;
    white-space: nowrap;
    font-size: 13px;
    font-weight: 500;
    text-align: left;
    color: #353535;
    letter-spacing: 0.5px
}

.noUi-horizontal .noUi-tooltip {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    left: 50%;
    top: 135%
}

.noUi-vertical .noUi-tooltip {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    top: 50%;
    right: 120%
}

.mCustomScrollbar {
    -ms-touch-action: pinch-zoom;
    touch-action: pinch-zoom
}

.mCustomScrollbar.mCS_no_scrollbar, .mCustomScrollbar.mCS_touch_action {
    -ms-touch-action: auto;
    touch-action: auto
}

.mCustomScrollBox {
    position: relative;
    overflow: hidden;
    height: 100%;
    max-width: 100%;
    outline: none;
    direction: ltr
}

.mCSB_container {
    overflow: hidden;
    width: auto;
    height: auto
}

.mCSB_inside > .mCSB_container {
    margin-right: 10px
}

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-right: 0
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
    margin-right: 0;
    margin-left: 30px
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-left: 0
}

.mCSB_scrollTools {
    position: absolute;
    width: 3px;
    height: auto;
    left: auto;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background: #eee
}

.mCSB_outside + .mCSB_scrollTools {
    right: -26px
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools, .mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
    right: auto;
    left: 0
}

.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
    left: -26px
}

.mCSB_scrollTools .mCSB_draggerContainer {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: auto
}

.mCSB_scrollTools a + .mCSB_draggerContainer {
    margin: 20px 0
}

.mCSB_scrollTools .mCSB_draggerRail {
    width: 5px;
    height: 100%;
    margin: 0 auto;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px
}

.mCSB_scrollTools .mCSB_dragger {
    cursor: pointer;
    width: 100%;
    height: 30px;
    z-index: 1
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    position: relative;
    width: 10px;
    height: 100%;
    margin: 0 auto;
    text-align: center
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    width: 12px
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    width: 8px
}

.mCSB_scrollTools .mCSB_buttonUp, .mCSB_scrollTools .mCSB_buttonDown {
    display: block;
    position: absolute;
    height: 20px;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    cursor: pointer
}

.mCSB_scrollTools .mCSB_buttonDown {
    bottom: 0
}

.mCSB_horizontal.mCSB_inside > .mCSB_container {
    margin-right: 0;
    margin-bottom: 30px
}

.mCSB_horizontal.mCSB_outside > .mCSB_container {
    min-height: 100%
}

.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
    margin-bottom: 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    width: auto;
    height: 16px;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0
}

.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    bottom: -26px
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
    margin: 0 20px
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 2px;
    margin: 7px 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
    width: 30px;
    height: 100%;
    left: 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 4px;
    margin: 6px auto
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    height: 12px;
    margin: 2px auto
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    height: 8px;
    margin: 4px 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft, .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
    display: block;
    position: absolute;
    width: 20px;
    height: 100%;
    overflow: hidden;
    margin: 0 auto;
    cursor: pointer
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
    left: 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
    right: 0
}

.mCSB_container_wrapper {
    position: absolute;
    height: auto;
    width: auto;
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin-right: 30px;
    margin-bottom: 30px
}

.mCSB_container_wrapper > .mCSB_container {
    padding-right: 30px;
    padding-bottom: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
    bottom: 20px
}

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    right: 20px
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical {
    bottom: 0
}

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    right: 0
}

.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    left: 20px
}

.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    left: 0
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper {
    margin-right: 0;
    margin-left: 30px
}

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container {
    padding-right: 0
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
    padding-bottom: 0
}

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-right: 0;
    margin-left: 0
}

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
    margin-bottom: 0
}

.mCSB_scrollTools, .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_buttonUp, .mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonLeft, .mCSB_scrollTools .mCSB_buttonRight {
    -webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
    transition: opacity .2s ease-in-out, background-color .2s ease-in-out
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail {
    -webkit-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
    -moz-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
    -o-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
    transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out
}

.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools, .mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
    opacity: 0;
    filter: "alpha(opacity=0)";
    -ms-filter: "alpha(opacity=0)"
}

.mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag, .mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag, .mCustomScrollBox:hover > .mCSB_scrollTools, .mCustomScrollBox:hover ~ .mCSB_scrollTools, .mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools, .mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools {
    opacity: 1;
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)"
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #9262cf
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background: #9262cf
}

.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background: #9262cf
}

.header {
    z-index: 2;
    background: #171717;
    position: relative
}

.header-top {
    background: #131313;
    padding: 20px 0
}

.header-top__info {
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500
}

.header-top__info span {
    color: #6a6a6a
}

.header-main {
    padding: 15px 0
}

.header-main__right {
    width: calc(100% - 302px)
}

.header-contact__icons {
    margin-top: -10px;
    margin-bottom: 10px
}

.header-contact__icons-item {
    display: inline-block;
    vertical-align: middle;
    margin-right: 16px
}

.header-contact__icons-item:last-child {
    margin-right: 0
}

.header-contact__icons-item.viber {
    color: #a222aa
}

.header-contact__icons-item.telegram {
    color: #009ce8
}

.header-contact__icons-item.whatsapp {
    color: #00b147
}

.header-contact__icons-item svg {
    fill: currentColor;
    display: block;
    height: 16px;
    width: auto
}

.header-contact__phone a {
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    white-space: nowrap
}

.header-contact__phone a:hover {
    color: #ff00a0;
    text-decoration: none
}

.header-contact__link {
    font-size: 14px;
    color: #ff00a0;
    text-decoration: underline
}

.header-contact__link:hover {
    color: #fff;
    text-decoration: underline
}

.header-contact__title {
    font-size: 14px;
    color: #6a6a6a;
    margin-bottom: 5px
}

.header-phone {
    position: relative;
    padding-right: 20px;
    margin-bottom: 4px
}

.header-phone svg {
    position: absolute;
    right: 0;
    top: calc(50% - 5px);
    width: 10px;
    height: 10px;
    display: block;
    fill: #fff
}

.header-phone-list {
    background: #171717;
    position: absolute;
    top: 100%;
    left: -15px;
    right: -15px;
    padding: 10px 15px;
    display: none;
    z-index: 2;
    border-radius: 0 0 10px 10px
}

.header-phone:hover .header-phone-list {
    display: block
}

.header-links {
    width: 150px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.header-auth {
    width: 40px;
    color: #ff00a0;
    display: block
}

.header-auth svg {
    fill: currentColor;
    width: 100%;
    height: auto
}

.header-auth:hover {
    color: #fff
}

.header-cart {
    width: 40px;
    color: #ff00a0;
    height: 40px;
    position: relative;
    display: block
}

.header-cart__count {
    font-size: 14px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    line-height: 50px;
    color: #fff;
    font-weight: bold
}

.header-cart svg {
    fill: currentColor;
    width: 100%;
    height: auto
}

.header-cart:hover {
    color: #fff
}

.header-nav {
    background-color: #fff;
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
    height: 65px;
    position: relative
}

.header-mobile {
    padding: 20px 0
}

.header-mobile-cart {
    position: relative;
    width: 42px;
    height: 28px;
    display: block;
    margin-right: 20px;
    color: #000
}

.header-mobile-cart .icon-shopping-cart {
    font-size: 28px
}

.header-mobile-cart__count {
    position: absolute;
    top: -4px;
    right: 0px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #ff00a0;
    font-size: 12px;
    text-align: center;
    line-height: 18px;
    border: 1px solid #ff00a0;
    color: #fff;
    font-weight: 600
}

.header-mobile-cart:hover {
    color: #ff00a0;
    text-decoration: none
}

.header-mobile-search {
    display: block;
    color: #000;
    font-size: 22px;
    line-height: 22px
}

.header-mobile-search:hover {
    color: #ff00a0;
    text-decoration: none
}

.header-mobile-user {
    display: block;
    color: #000;
    font-size: 24px;
    margin-right: 25px;
    padding-top: 3px
}

.header-mobile-user:hover {
    color: #ff00a0;
    text-decoration: none
}

.header-mobile .search-mobile {
    position: absolute;
    display: none;
    left: 0;
    right: 0;
    top: 76px;
    padding: 10px 15px;
    z-index: 9;
    background: #fff;
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2
}

.header-mobile .search-mobile .header-search {
    width: 100%;
    border: 1px solid #e2e2e2;
    padding: 1px
}

.header-mobile .search-mobile .header-search__btn {
    top: 1px;
    right: 1px
}

.top-nav {
    color: #6a6a6a;
    font-size: 14px;
    font-weight: 500
}

.top-nav-item {
    display: inline-block;
    margin-right: 55px
}

.top-nav-item__link {
    color: inherit;
    text-decoration: none
}

.top-nav-item__link:hover {
    color: #fff;
    text-decoration: none
}

.top-nav-item:last-child {
    margin-right: 0
}

.logo {
    width: 200px;
    display: block;
    margin-left: -20px;
    margin-top: -24px;
    margin-bottom: -24px
}

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

.header-search {
    border-radius: 10px;
    position: relative;
    width: 430px;
    height: 64px;
    background-color: #202020;
    line-height: 1;
    overflow: hidden
}

.header-search__input {
    width: calc(100% - 60px);
    padding: 0 20px;
    height: 100%;
    border: none;
    background: transparent;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    font-family: inherit;
    border-radius: 10px 0 0 10px
}

.header-search__input:-moz-placeholder, .header-search__input::-moz-placeholder {
    color: #6a6a6a;
    opacity: 1
}

.header-search__input::-webkit-input-placeholder {
    color: #6a6a6a
}

.header-search__btn {
    position: absolute;
    right: 0px;
    top: 0px;
    bottom: 0px;
    width: 60px;
    height: 64px;
    background: none;
    border: none;
    color: #6a6a6a;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear
}

.header-search__btn svg {
    display: inline-block;
    fill: currentColor;
    width: 16px;
    height: 16px
}

.header-search__btn:hover {
    color: #fff
}

.nav-item {
    line-height: 65px;
    margin-right: 75px
}

.nav-item:last-child {
    margin-right: 0
}

.nav-item:hover .nav-link {
    color: #ff00a0
}

.nav-item:hover .nav-link:before {
    opacity: 1
}

.nav-item:hover .subnav-wrapper {
    display: block
}

.nav-link {
    font-size: 16px;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0;
    position: relative
}

.nav-link:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 4px 5px 4px;
    border-color: transparent transparent #ff00a0 transparent;
    bottom: 0;
    left: 50px;
    opacity: 0
}

.nav-link.active {
    color: #ff00a0
}

.nav-link:hover {
    color: #ff00a0
}

.nav-link img {
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: auto;
    margin: -3px 8px 0 0
}

.subnav-wrapper {
    display: none;
    position: absolute;
    top: 65px;
    left: -20px;
    background: #fff;
    right: -20px;
    box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.15);
    border-top: 2px solid #ff00a0;
    padding: 25px 45px;
    z-index: 9
}

.subnav {
    column-count: 4
}

.subnav-item {
    margin-bottom: 18px;
    break-inside: avoid;
    padding-left: 15px;
    line-height: 1.2
}

.subnav-item__link {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    text-transform: uppercase
}

.subnav-item__link:hover {
    color: #ff00a0
}

.subnav-2 {
    padding-left: 18px;
    padding-top: 12px
}

.subnav-2-item {
    margin-bottom: 5px
}

.subnav-2-item__link {
    font-size: 15px;
    color: #000
}

.subnav-2-item__link:hover {
    color: #ff00a0
}

.mobile-trigger {
    margin-left: 20px
}

.hamburger {
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, -webkit-filter;
    -webkit-transition-property: opacity, -webkit-filter;
    transition-property: opacity, filter;
    transition-property: opacity, filter, -webkit-filter;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    border: 0;
    margin: 0;
    overflow: visible;
    width: 36px;
    height: 36px;
    padding: 8px 6px;
    border-radius: 6px;
    background: transparent;
    border: 2px solid #ff00a0
}

.hamburger-box {
    width: 20px;
    height: 16px;
    display: inline-block;
    position: relative
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px
}

.hamburger-inner, .hamburger-inner::after, .hamburger-inner::before {
    width: 20px;
    height: 2px;
    background-color: #fff;
    border-radius: 2px;
    position: absolute;
    transition-property: -webkit-transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

.hamburger-inner::after, .hamburger-inner::before {
    content: "";
    display: block
}

.hamburger-inner::before {
    top: -7px
}

.hamburger-inner::after {
    top: -14px
}

.hamburger--collapse .hamburger-inner {
    top: auto;
    bottom: 0
}

.is-active .hamburger--collapse .hamburger-inner {
    transform: rotate(45deg);
    bottom: 7px;
    width: 26px;
    right: -3px;
    border-radius: 50px
}

.is-active .hamburger--collapse .hamburger-inner::after {
    opacity: 0
}

.is-active .hamburger--collapse .hamburger-inner::before {
    top: 0;
    transform: rotate(90deg);
    width: 26px;
    border-radius: 50px
}

body.overflow {
    overflow: hidden !important;
    position: fixed
}

body.menu-open {
    overflow: hidden;
    height: 100vh
}

body.menu-open .main-wrapper:before, body.filter-open .main-wrapper:before {
    content: "";
    position: absolute;
    z-index: 8;
    background: #000;
    opacity: 0.2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

body.filter-open .main-wrapper:before {
    z-index: 10
}

@media screen and (max-width: 1589px) {
    .nav-item {
        margin-right: 55px
    }
}

@media screen and (max-width: 1439px) {
    .header-links {
        width: 120px
    }

    .header-search {
        width: 300px
    }

    .nav-link {
        font-size: 14px
    }

    .nav-item {
        margin-right: 40px
    }

    .subnav-wrapper {
        padding: 25px 20px
    }

    .header-contact__phone a {
        font-size: 16px
    }
}

@media screen and (max-width: 1199px) {
    .header {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 9;
        height: 80px
    }

    .logo {
        width: 90px;
        display: block;
        margin-left: -10px;
        margin-top: -24px;
        margin-bottom: -24px
    }

    .header-links {
        width: 100px
    }

    .header-auth {
        width: 30px
    }

    .header-cart {
        width: 30px;
        height: 30px
    }

    .header-links {
        width: 110px
    }

    .header-cart__count {
        font-size: 10px;
        line-height: 36px
    }
}

@media screen and (max-width: 767px) {
    .logo {
        width: 70px
    }

    .header-mobile {
        padding: 10px 0
    }

    .header {
        height: 60px
    }
}

.footer {
    position: relative;
    z-index: 2;
    font-size: 15px;
    background: #171717
}

.footer-top {
    padding: 45px 0 45px
}

.footer-top .col-12 {
    padding-bottom: 45px
}

.footer-top .row {
    margin-bottom: -45px
}

.footer-top .footer-col-1 {
    max-width: 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%
}

.footer-top .footer-col-2 {
    max-width: 40%;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%
}

.footer-top .footer-col-3 {
    max-width: 60%;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%
}

.footer-top .footer-col-4 {
    max-width: 80%;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%
}

.footer__title {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 14px;
    line-height: 1.5;
    color: #fff
}

.footer__social-title {
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    color: #fff;
    margin-right: 30px
}

.footer__icons img {
    width: auto;
    height: 35px;
    display: inline-block;
    margin-right: 66px
}

.footer__icons img:last-child {
    margin-right: 0
}

.footer-tabs {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px
}

.footer-tabs__item {
    margin: 0 10px 10px 0;
    height: 50px;
    border-radius: 10px;
    transition: all 0.2s linear;
    color: #6a6a6a;
    border: 1px solid #6a6a6a;
    padding: 0 20px;
    line-height: 48px;
    cursor: pointer
}

.footer-tabs__item:hover {
    color: #fff
}

.footer-tabs__item.active {
    color: #fff
}

.footer-tabs-list .f-nav {
    margin: 0 -15px;
    column-count: 4
}

.footer-tabs-list .f-nav-item {
    padding-left: 15px;
    padding-right: 15px;
    break-inside: avoid
}

.footer-tabs-content {
    display: none
}

.footer-tabs-content.active {
    display: block
}

.footer-bottom {
    background: #131313;
    font-size: 14px;
    padding: 15px 0;
    color: #6a6a6a
}

.footer__logo {
    display: inline-block;
    margin-left: -15px
}

.social {
    display: inline-block;
    vertical-align: middle
}

.social-item {
    display: inline-block;
    vertical-align: middle;
    margin: 0 16px 0 0
}

.social-item:last-child {
    margin: 0
}

.social-item__link {
    color: #6a6a6a;
    width: 22px;
    display: block;
    border-radius: 3px;
    overflow: hidden
}

.social-item__link:hover {
    color: #fff
}

.social-item__link svg {
    display: block;
    width: 22px;
    height: 22px;
    fill: currentColor
}

.social_color .social-item__link {
    color: #ff00a0
}

.social_color .social-item__link:hover {
    color: #000
}

.f-nav {
    color: #6a6a6a
}

.f-nav-item {
    margin-bottom: 10px
}

.f-nav-item__link {
    color: inherit
}

.f-nav-item__link:hover {
    color: #fff
}

@media screen and (max-width: 1439px) {
    .footer {
        font-size: 14px
    }

    .footer__social-title {
        font-size: 14px
    }
}

@media screen and (max-width: 1199px) {
    .footer-top .footer-col-1-full {
        max-width: 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }

    .footer__logo {
        width: 90px
    }

    .footer__logo img {
        width: 100%;
        height: auto
    }

    .footer__icons img {
        margin-right: 30px;
        height: 30px
    }

    .footer-top .footer-col-4 {
        max-width: 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }

    .footer-tabs {
        margin-bottom: -25px
    }
}

@media screen and (max-width: 991px) {
    .footer-top {
        padding: 30px 0 40px;
        text-align: center
    }

    .footer-top .col-12 {
        padding-bottom: 30px
    }

    .footer-top .row {
        margin-bottom: -30px
    }

    .footer-top .footer-col-3, .footer-top .footer-col-2 {
        max-width: 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }

    .footer__icons img {
        height: 20px;
        margin: 0 15px
    }

    .footer-bottom {
        font-size: 12px
    }
}

@media screen and (max-width: 767px) {
    .footer__social-title {
        font-size: 12px
    }
}

.body-overflow {
    overflow: hidden
}

.main-wrapper {
    padding: 0;
    min-width: 320px;
    width: 100%;
    position: relative;
    overflow: hidden;
    min-height: 100%
}

.wrapper {
    width: 100%;
    max-width: 1590px;
    padding: 0 15px;
    margin: 0 auto;
    position: relative
}

input::-ms-clear {
    display: none
}

a {
    color: #000
}

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

ul {
    list-style: none
}

.container {
    max-width: 1590px
}

@media (min-width: 1440px) {
    .col-x2l {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-x2l-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-x2l-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-x2l-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-x2l-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-x2l-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-x2l-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-x2l-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-x2l-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-x2l-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-x2l-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-x2l-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-x2l-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-x2l-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .offset-x2l-0 {
        margin-left: 0
    }

    .offset-x2l-1 {
        margin-left: 8.333333%
    }

    .offset-x2l-2 {
        margin-left: 16.666667%
    }

    .offset-x2l-3 {
        margin-left: 25%
    }

    .offset-x2l-4 {
        margin-left: 33.333333%
    }

    .offset-x2l-5 {
        margin-left: 41.666667%
    }

    .offset-x2l-6 {
        margin-left: 50%
    }

    .offset-x2l-7 {
        margin-left: 58.333333%
    }

    .offset-x2l-8 {
        margin-left: 66.666667%
    }

    .offset-x2l-9 {
        margin-left: 75%
    }

    .offset-x2l-10 {
        margin-left: 83.333333%
    }

    .offset-x2l-11 {
        margin-left: 91.666667%
    }

    .d-x2l-block {
        display: block !important
    }
}

.btn {
    border: none;
    font-size: 14px;
    font-weight: 600;
    font-family: inherit;
    padding: 0 35px;
    color: #fff;
    display: inline-block;
    transition: all 0.2s linear;
    text-align: center;
    white-space: nowrap;
    border-radius: 10px;
    background: #ff00a0;
    position: relative;
    overflow: hidden;
    line-height: 50px;
    height: 50px;
    box-shadow: none !important
}

.btn:hover {
    background: #000;
    color: #fff;
    text-decoration: none
}

.btn_border-white {
    border: 2px solid #fff;
    background: transparent;
    border-radius: 10px;
    color: #fff;
    font-weight: 500;
    height: 60px;
    line-height: 56px;
    font-size: 14px
}

.btn_border-white:hover {
    background: #fff;
    color: #ff00a0
}

.btn_lg {
    height: 60px;
    line-height: 60px
}

.btn.btn_sm {
    font-size: 12px;
    height: 35px;
    line-height: 35px;
    width: 100%;
    padding: 0 10px;
    border-radius: 6px
}

.top-slider {
    height: 620px;
    overflow: hidden;
    position: relative
}

.top-slider__slide {
    background: url("../img/bg-slider-main.png") no-repeat center center;
    background-size: cover;
    height: 620px
}

.top-slider__title {
    font-size: 48px;
    font-weight: 800;
    text-transform: uppercase;
    padding-bottom: 30px;
    color: #fff
}

.top-slider__text {
    font-size: 18px;
    padding-bottom: 45px;
    color: #fff
}

.top-slider .btn {
    min-width: 220px
}

.top-slider img {
    max-width: 100%;
    height: auto
}

.top-slider .slick-dots {
    position: absolute;
    bottom: 20px;
    text-align: left;
    left: calc(50vw - 780px)
}

.top-slider .slick-dots li {
    width: 6px;
    height: 6px;
    margin: 0 20px 0 0
}

.top-slider .slick-dots li button {
    width: 6px;
    height: 6px;
    border-radius: 2px;
    background: rgba(255, 255, 255, 0.5);
    border: none
}

.top-slider .slick-dots li button:hover {
    background: #fff
}

.top-slider .slick-dots li.slick-active button {
    background: #ffe500
}

.section {
    padding-bottom: 50px;
    position: relative
}

.section-top {
    padding-top: 50px
}

.block-advantages .col-12 {
    padding-bottom: 20px;
    max-width: 330px
}

.item-advantage__icon {
    width: 60px;
    flex: none
}

.item-advantage__icon img {
    display: block;
    width: 100%;
    height: auto
}

.item-advantage__text {
    font-size: 15px;
    font-weight: 500;
    padding-left: 15px;
    line-height: 1.7
}

.block-category .col-12 {
    padding-bottom: 30px
}

.block-category .row {
    margin-bottom: -30px
}

.item-category {
    background: url("../img/bg-category.png") no-repeat;
    background-size: cover;
    height: 100%;
    padding: 43px 50px 30px 50px;
    position: relative;
    min-height: 325px
}

.item-category__img {
    position: absolute;
    bottom: 30px;
    right: 30px;
    width: 150px;
    height: auto
}

.item-category__title {
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px;
    position: relative
}

.item-category__title a {
    color: #000
}

.item-category__title a:hover {
    color: #ff00a0
}

.item-category__title:before {
    content: "";
    position: absolute;
    left: -50px;
    top: 3px;
    bottom: 3px;
    width: 6px;
    background: #ff00a0
}

.item-category-list {
    padding-left: 30px
}

.item-category-list-item {
    margin-bottom: 15px
}

.item-category-list-item:last-child {
    margin-bottom: 0
}

.item-category-list-item__link {
    color: #000
}

.item-category-list-item__link:hover {
    color: #ff00a0
}

.item-category-list-item__link_all {
    color: #ff00a0;
    text-decoration: underline
}

.item-category-list-item__link_all:hover {
    color: #000;
    text-decoration: underline
}

.tabs-nav {
    border-bottom: 1px solid #eeeeee;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    color: #9a9a9a;
    margin-bottom: 40px;
    margin-top: 15px
}

.tabs-nav__item {
    cursor: pointer;
    transition: all 0.2s linear;
    position: relative;
    margin: 0 50px 23px
}

.tabs-nav__item:before {
    content: "";
    position: absolute;
    bottom: -23px;
    height: 2px;
    background: #ff00a0;
    margin: auto;
    width: 0;
    left: 0;
    right: 0;
    transition: all 0.2s linear
}

.tabs-nav__item:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 4px 5px 4px;
    border-color: transparent transparent #ff00a0 transparent;
    bottom: 0;
    left: calc(50% - 4px);
    opacity: 0;
    bottom: -21px;
    transition: all 0.2s linear
}

.tabs-nav__item.active {
    color: #000
}

.tabs-nav__item.active:before {
    width: 100%
}

.tabs-nav__item.active:after {
    opacity: 1
}

.tabs-nav__item:hover {
    color: #000
}

.tabs-content {
    display: none
}

.tabs-content.active {
    display: block
}

.block-products .col, .block-products .col-1, .block-products .col-2, .block-products .col-3, .block-products .col-4, .block-products .col-5, .block-products .col-6, .block-products .col-7, .block-products .col-8, .block-products .col-9, .block-products .col-10, .block-products .col-11, .block-products .col-12 {
    padding: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
}

.block-products .row {
    margin: 0
}

.item-product {
    background-color: #fff;
    padding: 30px 20px 20px 20px;
    position: relative;
    z-index: 1
}

.item-product:after {
    content: "";
    position: absolute;
    background: #fff;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    transition: box-shadow 0.2s linear
}

.item-product__top {
    position: relative;
    padding-bottom: 100%;
    margin-bottom: 12px
}

.item-product__labels {
    position: absolute;
    top: -10px;
    left: 0px;
    z-index: 2
}

.item-product__label {
    border-radius: 5px;
    color: #fff;
    width: 50px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    background: #f83636
}

.item-product__label_green {
    background: #04d03e !important;
}

.item-product__label_yellow {
    background: #ffba00 !important;;
}

.item-product__img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1
}

.item-product__img img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto
}

.item-product__name {
    color: #000;
    font-size: 16px;
    margin-bottom: 6px;
    line-height: 1.4
}

.item-product__name a {
    color: inherit
}

.item-product__name a:hover {
    color: #ff00a0
}

.item-product__info {
    font-size: 16px;
    color: #9a9a9a;
    margin-bottom: 12px
}

.item-product__stars {
    margin-bottom: 12px
}

.item-product__stars img {
    width: 17px;
    height: auto;
    display: inline-block
}

.item-product__price {
    font-size: 21px;
    font-weight: 600;
    color: #000
}

.item-product__price_old {
    font-size: 16px;
    font-weight: 500;
    color: #9a9a9a;
    font-weight: normal;
    margin-left: 24px;
    text-decoration: line-through
}

.item-product__price_new {
    color: #ff0024
}

.item-product__bottom {
    position: absolute;
    bottom: -55px;
    left: 20px;
    right: 20px;
    display: none
}

.item-product__bottom .btn {
    width: 140px;
    padding: 0 10px
}

.item-product__link {
    font-size: 13px;
    margin-left: 30px;
    color: #ff00a0;
    font-weight: 600;
    text-decoration: underline;
    max-width: 90px;
    line-height: 1.5
}

.item-product__link:hover {
    text-decoration: underline
}

.item-product:hover {
    z-index: 2
}

.item-product:hover:after {
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.12);
    bottom: -70px
}

.item-product:hover .item-product__bottom {
    display: block
}

.title {
    color: #000;
    font-size: 24px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 50px;
    line-height: 1.2;
    font-weight: 600;
    position: relative
}

.title_left {
    text-align: left
}

.title_noup {
    text-transform: none
}

.title_large {
    font-size: 30px
}

.title-box {
    margin-bottom: 45px
}

.title-box .title {
    margin-bottom: 0
}

.title-link {
    font-size: 15px;
    text-decoration: underline;
    font-weight: bold;
    color: #ff00a0;
    position: relative
}

.title-link svg {
    width: 12px;
    height: 12px;
    fill: currentColor;
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0 16px
}

.title-link:hover {
    text-decoration: underline
}

.block-articles {
    margin-bottom: 50px
}

.block-articles:last-child {
    margin-bottom: 0
}

.block-articles .col-12 {
    padding-bottom: 25px
}

.block-articles .row {
    margin-bottom: -25px
}

.block-articles-list {
    margin-top: -20px
}

.item-article {
    position: relative;
    overflow: hidden;
    height: 320px;
    padding: 25px 30px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -moz-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end
}

.item-article__bg {
    position: absolute;
    z-index: 1;
    background: no-repeat center center;
    background-size: cover;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all 0.2s linear
}

.item-article__bg:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.65)
}

.item-article__inner {
    position: relative;
    z-index: 2
}

.item-article__name {
    font-size: 21px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px
}

.item-article__name a {
    color: inherit
}

.item-article__name a:hover {
    color: #ff00a0
}

.item-article-info__item {
    display: inline-block;
    vertical-align: middle;
    margin-right: 30px;
    font-size: 14px;
    color: #fff
}

.item-article-info__item svg {
    fill: currentColor;
    display: inline-block;
    vertical-align: middle;
    margin: -4px 6px 0 0;
    width: 16px;
    height: auto
}

.item-article:hover .item-article__bg {
    transform: scale(1.1)
}

.block-subscribe {
    background: url(../img/bg.png) repeat center center, linear-gradient(270deg, #ff94d8 0%, #b176ff 100%);
    border-radius: 10px;
    padding: 50px 70px
}

.block-subscribe__icon {
    width: 60px;
    flex: none
}

.block-subscribe__icon svg {
    width: 100%;
    fill: #fff
}

.block-subscribe__text {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    padding-left: 40px
}

.block-subscribe__title {
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 10px;
    text-transform: uppercase;
    margin-top: 5px
}

.subscribe-form {
    border-radius: 10px;
    background-color: #fff;
    height: 60px;
    width: 100%;
    border: 2px solid #fff;
    max-width: 500px;
    margin-left: auto
}

.subscribe-form__input {
    padding: 0 17px;
    font-size: 15px;
    color: #000;
@inlcude placeholder-color(rgba($ color-dark, 0.7));
    width: calc(100% - 180px);
    background: none;
    border: none
}

.subscribe-form .btn {
    width: 180px;
    height: 56px;
    line-height: 56px
}

.section-seo {
    background: #f6faff url("../img/bg.png") repeat top left;
    position: relative
}

.section-seo__left {
    padding-top: 45px;
    padding-bottom: 45px;
    padding-right: 90px
}

.section-seo__right {
    position: relative
}

.section-seo__right:after {
    content: "";
    position: absolute;
    top: 0;
    left: 30px;
    bottom: 0;
    right: calc(-50vw + 785px);
    background: url("../img/image-seo.png") no-repeat center center;
    background-size: cover
}

.text {
    font-size: 16px;
    line-height: 24px;
    color: #000;
    margin-bottom: 50px
}

.text:last-child {
    margin-bottom: 0
}

.text p {
    padding-bottom: 25px
}

.text a{
    color: #ff00a0;
    transition: .3s;
}
.text a:hover{
    color: #ff5268;
    text-decoration: unset;
}

.text p:last-child {
    padding-bottom: 0
}

.text img {
    max-width: 100%;
    display: block;
    margin: 10px auto
}

.text ol {
    list-style: none;
    counter-reset: section;
    padding-bottom: 30px
}

.text ol li {
    position: relative;
    padding: 0 0 0 30px;
    margin-bottom: 12px
}

.text ol li:last-child {
    margin-bottom: 0
}

.text ol li:before {
    content: "";
    position: absolute;
    left: 0;
    color: #f83636;
    font-weight: bold;
    counter-increment: section;
    content: counters(section, ".") "."
}

.text ol:last-child {
    padding-bottom: 0
}

.text ul {
    padding-bottom: 30px
}

.text ul li {
    position: relative;
    padding: 0 0 0 15px;
    margin-bottom: 12px
}

.text ul li:last-child {
    margin-bottom: 0
}

.text ul li:before {
    content: "";
    position: absolute;
    left: 0;
    background: #f83636;
    border-radius: 50%;
    width: 5px;
    height: 5px;
    top: 11px
}

.text ul:last-child {
    padding-bottom: 0
}
.text h1 {
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 15px;
}
.text h2 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 15px
}

.text h3,
.text .h3 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px
}

.text b {
    font-weight: 500
}

.form div.error {
    position: absolute;
    bottom: 14px;
    color: #f93737;
    display: none;
    font-size: 13px;
    width: 100%;
    white-space: nowrap;
    text-align: left
}

.form-control {
    background: #fcfcfc;
    display: block;
    width: 100%;
    height: 60px;
    padding: 0 20px;
    border-radius: 10px;
    border: 1px solid #eee;
    box-shadow: none !important;
    font-size: 16px;
    color: #000;
    resize: none
}

.form-control:-moz-placeholder, .form-control::-moz-placeholder {
    color: #000;
    opacity: 1
}

.form-control::-webkit-input-placeholder {
    color: #000
}

.form-control.error {
    border-color: #f83636
}

.form-control:focus {
    color: #000;
    background: #fcfcfc;
    border-color: #6a6a6a
}

.form__title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 25px
}

.form__title + .form__title {
    margin-top: -20px
}

.form-label {
    font-size: 16px;
    font-weight: 500
}

.form .col-1, .form .col-2, .form .col-3, .form .col-4, .form .col-5, .form .col-6, .form .col-7, .form .col-8, .form .col-9, .form .col-10, .form .col-11, .form .col-12 {
    padding-bottom: 25px
}

.form .row {
    margin-bottom: -25px
}

.form .star-cb-group {
    margin-left: 20px
}

textarea.form-control {
    height: 150px;
    padding-top: 15px;
    padding-bottom: 15px
}

.sidebar {
    position: fixed;
    top: 80px;
    left: 105%;
    right: -105%;
    bottom: 0;
    transition: all 0.3s;
    z-index: -1;
    overflow: hidden;
    background-color: #000;
    overflow: auto;
    border-top: 1px solid #6a6a6a
}

.sidebar.active {
    overflow-y: auto;
    z-index: 10;
    left: calc(100% - 320px);
    right: 0
}

.sidebar-inner {
    background: #171717;
    padding: 15px 15px 30px 15px;
    top: 0;
    width: 100%;
    bottom: 0;
    max-width: 100%;
    min-height: 100%;
    position: relative
}

.sidebar-inner .nav {
    margin: 0 0 25px 0;
    width: 290px
}

.sidebar-inner .nav-item {
    width: 100%;
    line-height: 1.5;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1)
}

.sidebar-inner .nav-link {
    color: #fff;
    padding: 5px 0
}

.sidebar-inner .nav-link:before {
    display: none
}

.sidebar-inner .nav-link:after {
    display: none
}

.sidebar-inner .top-nav {
    margin-bottom: 30px
}

.sidebar-inner .top-nav-item {
    margin-right: 0;
    margin-bottom: 20px;
    display: block
}

.sidebar-inner .subnav-wrapper {
    display: none;
    position: relative;
    top: auto;
    left: -15px;
    right: -15px;
    background: #171717;
    width: calc(100% + 30px);
    margin-top: 10px;
    margin-bottom: -11px
}

.sidebar-inner .subnav-item__link {
    color: #6a6a6a;
    font-size: 14px
}

.sidebar-inner .subnav-item {
    padding-left: 22px
}

.sidebar-inner .subnav-item:last-child {
    margin-bottom: 0
}

.sidebar-inner .subnav {
    column-count: 1
}

.sidebar-inner .nav-item:hover .subnav-wrapper {
    display: none
}

.sidebar-inner .header-search {
    width: 100%;
    height: 50px;
    margin-bottom: 40px
}

.sidebar-inner .header-search__btn {
    height: 50px
}

.sidebar-inner .header-contact {
    max-width: 100%;
    margin-bottom: 30px
}

.sidebar-inner .header-contact__value {
    font-size: 16px
}

.sidebar-inner .header-contact__link {
    font-size: 14px
}

.sidebar-inner .top-links {
    font-size: 16px
}

.sidebar-inner .header-phone-list {
    background: none;
    position: relative;
    display: block;
    top: auto;
    padding-bottom: 0
}

.sidebar-inner .header-phone-list__item {
    margin-bottom: 10px
}

.popup-alert {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 10
}

.popup-alert-box {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    max-width: 550px;
    transform: translateY(-50%);
    background: #fff;
    border-radius: 30px;
    padding: 50px 30px;
    text-align: center
}

.popup-alert-box__18 {
    width: 90px;
    height: 90px;
    border: 4px solid #ff00a0;
    border-radius: 50%;
    text-align: center;
    line-height: 82px;
    font-size: 36px;
    font-weight: 600;
    margin: 0 auto 25px
}

.popup-alert-box__text {
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 35px
}

.popup-alert-box__text-2 {
    font-size: 21px;
    font-weight: 800;
    margin-bottom: 40px
}

.popup-alert-box .btn {
    width: 220px
}

.breadcrumb {
    background: none;
    font-size: 14px;
    color: #ff00a0;
    padding: 0;
    margin: 0 0 30px 0;
    border-radius: 0;
    text-shadow: 0 0
}

.breadcrumb a {
    color: #000
}

.breadcrumb a:hover {
    color: #ff00a0
}

.breadcrumb-item {
    padding-right: 6px
}

.breadcrumb-item + .breadcrumb-item::before {
    padding-right: 6px;
    color: #000
}

.breadcrumb-item + .breadcrumb-item {
    padding-left: 0px
}

.section-inside {
    padding: 30px 0 70px 0
}

.section-catalog {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.section-catalog__aside {
    width: 285px
}

.section-catalog__content {
    width: calc(100% - 285px);
    padding: 0 0px 0 25px
}

.filter {
    margin-bottom: 30px
}

.filter:last-child {
    margin-bottom: 0
}

.filter__title {
    background: #9262cf;
    color: #fff;
    height: 60px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
    padding: 10px 20px
}

.filter__content {
    padding: 18px 20px 15px 20px;
    border: 1px solid #eeeeee;
    border-top: 0
}

.filter__content-title {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 12px
}

.filter-range .hidden {
    display: none
}

.filter-range-values {
    font-size: 16px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-top: 16px
}

.filter-input {
    margin-left: 6px;
    width: 70px;
    height: 30px;
    background: #6a6a6a;
    border: none;
    padding: 0 10px;
    font-size: 15px;
    font-weight: 300
}

.filter-list {
    font-size: 16px
}

.filter-list-block {
    overflow: hidden;
    max-height: 300px
}

.filter-list-item {
    margin-bottom: 10px
}

.filter-list-item:last-child {
    margin-bottom: 0
}

.filter-list-item label {
    transition: all 0.2s linear;
    color: inherit;
    line-height: 17px
}

.filter-list-item label > input[type=checkbox] {
    display: none
}

.filter-list-item label > input[type=checkbox] + span {
    position: relative;
    padding-left: 26px;
    cursor: pointer;
    display: inline-block
}

.filter-list-item label > input[type=checkbox] + span:before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 0px;
    cursor: pointer;
    transition: all 0.2s linear;
    border: 1px solid #eeeeee
}

.filter-list-item label > input[type=checkbox] + span:after {
    content: "";
    background: url("../img/checked.svg") no-repeat center center;
    background-size: cover;
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    left: 3px;
    top: 3px;
    cursor: pointer;
    opacity: 0;
    transition: all 0.2s linear;
    text-align: center;
    color: #fff;
    line-height: 16px
}

.filter-list-item label > input[type=checkbox]:checked + span:after {
    opacity: 1
}

.block-products-list .col, .block-products-list .col-1, .block-products-list .col-2, .block-products-list .col-3, .block-products-list .col-4, .block-products-list .col-5, .block-products-list .col-6, .block-products-list .col-7, .block-products-list .col-8, .block-products-list .col-9, .block-products-list .col-10, .block-products-list .col-11, .block-products-list .col-12 {
    padding: 0
}

.block-products-list .row {
    margin: 0
}

.pagination {
    margin-top: 50px
}

.pagination-item {
    margin-right: 10px
}

.pagination-item__link {
    display: block;
    width: 50px;
    height: 50px;
    border: 1px solid #eee;
    line-height: 48px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: #000
}

.pagination-item__link:hover {
    color: #ff00a0
}

.pagination-item__link.active {
    background: #ff00a0;
    border-color: #ff00a0;
    color: #fff
}

.pagination-item__link svg {
    fill: currentColor;
    width: 12px;
    height: 12px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -4px
}

.title-box .btn {
    margin-top: 20px
}

.product-single .title {
    margin-top: -8px;
    line-height: 1.5;
    margin-bottom: 27px
}

.product-single__left {
    padding-bottom: 45px
}

.product-single__right {
    padding-left: 65px;
    padding-bottom: 45px
}

.product-single-photos {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    position: relative
}

.product-single-photos__main {
    width: calc(100% - 145px);
    height: 570px;
    background: #fff;
    overflow: hidden;
    border: 1px solid #eee;
    position: relative
}

.product-single-photos-nav {
    width: 135px
}

.product-single-photos-nav__item {
    width: 100%;
    height: 135px;
    margin-bottom: 10px;
    border: 1px solid #eee;
    transition: all 0.2s linear;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    background: #fff
}

.product-single-photos-nav__item.active {
    border-color: #ff00a0
}

.product-single-photos-nav__item:hover {
    border-color: #ff00a0
}

.product-single-photos-nav__item img {
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%
}

.product-single-photos-nav__item:last-child {
    margin-bottom: 0
}

.product-single__code {
    font-size: 16px;
    margin-bottom: 22px;
    margin-right: 60px
}

.product-single__code span {
    color: #6a6a6a
}

.product-single__reviews {
    margin-bottom: 22px
}

.product-single__reviews-link {
    font-size: 16px;
    font-weight: 500;
    color: #ff00a0;
    text-decoration: underline;
    margin-left: 20px
}

.product-single__reviews-link:hover {
    color: #000
}

.product-single__avail {
    color: #0db751;
    margin-bottom: 35px
}

.product-single__avail.out-of-stock{
    color: #ff00a0;
}

.product-single-form {
    background: #f6f9fe;
    padding: 35px 30px;
    margin-bottom: 50px
}

.product-single__price {
    font-weight: 600;
    font-size: 24px
}

.product-single__calc .btn {
    margin: 0 30px
}

.product-single__fav {
    display: block;
    color: #51525b;
    width: 24px
}

.product-single__fav svg {
    fill: currentColor
}

.product-single__fav:hover {
    color: #ff00a0
}

.product-single__compare {
    display: block;
    color: #51525b;
    width: 26px;
    margin-left: 30px
}

.product-single__compare svg {
    fill: currentColor
}

.product-single__compare:hover {
    color: #ff00a0
}

.product-single__title {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px
}

.product-single__label {
    position: absolute;
    z-index: 1;
    top: 20px;
    left: 20px;
    border-radius: 5px;
    color: #fff;
    width: 50px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    background: #f83636
}

.product-single__label_green {
    background: #04d03e
}

.product-single__label_yellow {
    background: #ffba00
}
.product-single__label_red{
    background: #f83636;
}

.slider-photos__slide {
    height: 570px;
    position: relative
}

.slider-photos__slide img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto
}

.stars img {
    width: 16px;
    margin-right: 5px
}

.stars img:last-child {
    margin-right: 0
}

.calc {
    width: 100px;
    height: 50px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background: #fff;
    border: 1px solid #51525b;
    border-radius: 10px
}

.calc__minus {
    height: 48px;
    width: 32px;
    transition: all 0.2s linear;
    cursor: pointer;
    position: relative
}

.calc__minus:before {
    content: "";
    position: absolute;
    top: calc(50% - 1px);
    left: calc(50% - 6px);
    background: #51525b;
    width: 12px;
    height: 2px;
    transition: all 0.2s linear
}

.calc__minus:hover:before {
    background: #000
}

.calc__plus {
    height: 48px;
    width: 32px;
    transition: all 0.2s linear;
    cursor: pointer;
    position: relative
}

.calc__plus:before {
    content: "";
    position: absolute;
    top: calc(50% - 1px);
    left: calc(50% - 6px);
    background: #51525b;
    width: 12px;
    height: 2px;
    transition: all 0.2s linear
}

.calc__plus:after {
    content: "";
    position: absolute;
    top: calc(50% - 6px);
    left: calc(50% - 1px);
    background: #51525b;
    width: 2px;
    height: 12px;
    transition: all 0.2s linear
}

.calc__plus:hover:before, .calc__plus:hover:after {
    background: #000
}

.calc__input {
    width: calc(100% - 64px);
    height: 48px;
    text-align: center;
    padding: 0 2px;
    background: none;
    border: none;
    font-size: 18px;
    font-weight: 500
}

.link-buy {
    font-size: 13px;
    text-decoration: underline;
    font-weight: 600;
    color: #ff00a0;
    max-width: 102px;
    text-transform: uppercase;
}

.link-buy:hover {
    color: #000;
    text-decoration: underline
}

.products-more__col {
    width: 25%
}

.products-more-item {
    background-color: #fff;
    transition: box-shadow 0.2s linear;
    padding: 5px 20px 20px;
    position: relative
}

.products-more-item__img {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

.products-more-item__img img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    display: block
}

.products-more-item__name {
    font-size: 14px;
    margin-bottom: 3px
}

.products-more-item__name a {
    color: #000
}

.products-more-item__name a:hover {
    color: #ff00a0
}

.products-more-item__price {
    font-size: 14px;
    font-weight: 600
}

.products-more-item:hover {
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.12);
    margin-bottom: -45px;
    z-index: 2
}

.products-more-item:hover .btn {
    display: block
}

.products-more-item .btn {
    display: none;
    margin-top: 10px
}

.product-tabs-nav {
    border-bottom: 1px solid #eeeeee;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color: #9a9a9a
}

.product-tabs-nav__item {
    cursor: pointer;
    transition: all 0.2s linear;
    position: relative;
    margin: 0 70px 15px 0
}

.product-tabs-nav__item:last-child {
    margin-right: 0
}

.product-tabs-nav__item:before {
    content: "";
    position: absolute;
    bottom: -15px;
    height: 2px;
    background: #ff00a0;
    margin: auto;
    width: 0;
    left: 0;
    right: 0;
    transition: all 0.2s linear
}

.product-tabs-nav__item:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 4px 5px 4px;
    border-color: transparent transparent #ff00a0 transparent;
    bottom: 0;
    left: calc(50% - 4px);
    opacity: 0;
    bottom: -13px;
    transition: all 0.2s linear
}

.product-tabs-nav__item.active {
    color: #000
}

.product-tabs-nav__item.active:before {
    width: 100%
}

.product-tabs-nav__item.active:after {
    opacity: 1
}

.product-tabs-nav__item:hover {
    color: #000
}

.product-tabs-content {
    display: none;
    border-bottom: 1px solid #eeeeee
}

.product-tabs-content.active {
    display: block
}

.product-tabs-content__title {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #9a9a9a;
    position: relative;
    padding: 15px 0
}

.product-tabs-content__title svg {
    width: 10px;
    height: 10px;
    position: absolute;
    right: 0;
    top: calc(50% - 5px);
    fill: currentColor;
    transition: all 0.2s linear
}

.product-tabs-content__title.active svg {
    transform: rotate(-180deg)
}

.ptab__left {
    border-right: 1px solid #eeeeee;
    padding: 35px 50px 35px 0;
    width: 54%
}

.ptab__right {
    padding: 35px 0 35px 50px;
    width: 46%
}

.info-list {
    font-size: 16px;
    line-height: 24px
}

.info-list__item {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 18px
}

.info-list__item:last-child {
    margin-bottom: 0
}

.info-list__item div:nth-child(1) {
    width: 46%;
    font-weight: 500;
    padding-right: 15px;
    flex: none
}

/* Product models */
.product-models-wrapper .rel-h1 {
    display: inline-block;
    border-bottom: #ff00a0 2px solid;
    padding-bottom: 15px;
    font-size: 23px;
    margin-bottom: 20px;
}

.product-models-wrapper .rels-top {
    display: flex;
    color: #999;
}

.product-models-wrapper .rels-top div, .product-models-wrapper .rels-item div {
    flex: 1;
}

.flex3 {
    flex: 3!important;
}
.product-models-wrapper .rels-item {
    align-items: center;
    display: flex;
    padding: 10px;
    gap: 5px;
}
.product-models-wrapper .rels-item:nth-child(odd) {
    background: #f1f1f1;
}
.product-models-wrapper .rels-a {
    text-decoration: none!important;
    color: #f00!important;
    border-bottom: #f00 1px dotted;
}

.product-models-wrapper .rels-a:hover {
    border-bottom-color: transparent;
}

.product-models-wrapper .rels-a, .product-models-wrapper .rels-img {
    cursor: pointer;
}

.rels-item .btn {
    padding: 0 20px;
    line-height: 40px;
    height: 40px;
}

.product-models-wrapper .col-sku, .product-models-wrapper .col-price {
    min-width: 80px;
}
.product-models-wrapper .col-size {
    min-width: 75px;
}

.product-models-wrapper .show-item {
    display: block;
    height: auto;
    margin-bottom: 20px;
}

.product-models-wrapper .show-item .si-main-col {
    display: flex;
    gap: 15px;
    flex-wrap: nowrap;
    margin-bottom: 15px;
}
.product-models-wrapper .show-item .si-tool-col {
    display: flex;
    flex: 1 1 100%;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    flex-wrap: nowrap;
}

.product-models-wrapper .show-item .span-group {
    display: flex;
    flex-direction: column;
}
.si-name-xs a {
    display: inline-block;
    color:#f00
    text-decoration: underline;
    margin-bottom: 10px;
}
.si-price-xs {
    display: inline-block;
    font-size: 1.1em;
    font-weight: bold;
    min-width: 88px;
}

.product-models-wrapper .show-item .span-group-row {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
}


.calc-small {
    width: 70px;
    height: 40px;
}
.calc-small .calc__minus, .calc-small .calc__plus {
    height: 38px;
    width: 20px;
}
.calc-small .calc__minus:before, .calc-small .calc__plus:before {
    width: 10px;
    top: calc(50% - 1px);
    left: calc(50% - 5px);
}
.calc-small .calc__plus:after {
    height: 10px;
    top: calc(50% - 5px);
}
.calc-small .calc__input {
    width: calc(100% - 50px);
    height: 38px;
    font-size: 16px;
}

.rm-title-wrap {
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 20px;
}
.rm-product-right-title {
    display: inline-block;
    border-bottom: #ff00a0 2px solid;
    padding: 5px 0 10px;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    top: 1px;
}
.rm-product-showcat p {
    padding: 10px;
    cursor: pointer;
    margin: 0!important;
    transition: all 250ms ease;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.rm-product-showcat p:hover {
    background: #f1f1f1;
    transition: all 250ms ease;
    color: #ff00a0;
}
.rm-product-showcat .rm-miniprod img {
    width: 100%;
}
.rm-miniprod {
    text-align: center;
}
.rm-miniprod h3 {
    padding: 15px;
    font-size: 1.4em;
    margin: 0;
    text-align: center;
    font-weight: normal;
}
.rm-miniprod-price {
    display: block;
    text-align: center;
    font-size: 1.8em;
    margin-bottom: 20px;
    font-weight: bold;
}

#odmodal {
    overflow: auto;
    overflow-x: hidden;
    width: 800px;
    height: 80%;
}

#odmsg {
    font-size: 1.2em;
    min-height: 30px;
    clear: both;
    overflow-y: auto;
}

#odmsg .show-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    gap: 15px;
}

#odmsg .show-item:last-child {
    margin-bottom: 0;
}

#odmsg .show-item .main-col, #odmsg .show-item .tool-col {
    display: flex;
    gap: 15px;
    align-items: center;
}
#odmsg .show-item .tool-col {
    min-width: 235px;
    justify-content: flex-end;
    flex: 1;
}
#odmsg .show-item .si-name {
    font-size: 16px;
    text-align: left;
}
#odmsg .show-item .si-price {
    font-weight: 500;
    font-size: 16px;
}

.rm-advantages-item {
    padding: 20px;
    height: 100%;
    border-radius: 6px;
    background: #fff;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, .06);
    -webkit-transition: background .3s ease, box-shadow .3s ease;
    transition: background .3s ease, box-shadow .3s ease;
}

.rm-advantages-item-icon {
    margin-right: 20px;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
    max-width: 40px;
}

.rm-advantages-item span {
    font-weight: 500;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
}

.rai {
    font-size: 1em;
    align-self: center;
    margin: 0;
}

.rm-advantages .row-padding-top {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 25px;
    margin: 0;
    gap: 30px;
}
.rm-advantages .row-padding-top>* {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
    padding: 0;
}

#popup-view-holder {
    width: 1200px;
}

@media (min-width: 768px) {
    .rm-product-showcat {
        position: sticky;
        margin-bottom: 30px;
        top: 145px;
        background: #fff;
    }
}

@media (min-width: 768px) {
    .hidden-sm {
        display: none!important;
    }
}
@media (max-width: 768px) {
    .hidden-xs {
        display: none!important;
    }
    .calc.calc-small {
        width: 100% !important;
        max-width: 200px;
    }
    #odmsg .show-item {
        flex-direction: column;
        align-items: flex-start;
    }
}
@media (max-width: 419px) {
    .product-models-wrapper .show-item .btn-text {
        display: none;
    }
    .si-add-xs .btn {
        padding: 0 20px;
    }
    #odmodal {
        padding: 20px;
    }
    #odhead {
        font-size: 1.5em;
    }
}

/* end product models */


.review {
    border: 1px solid #eee;
    background: #fcfcfc;
    padding: 35px 40px 30px 40px;
    font-size: 16px;
    margin-bottom: 20px
}

.review:last-child {
    margin-bottom: 0
}

.review-top {
    margin-bottom: 20px
}

.review__name {
    font-weight: 500;
    margin-right: 30px
}

.review__date {
    font-weight: 500
}

.star-cb-group {
    font-size: 0;
    unicode-bidi: bidi-override;
    direction: rtl;
    white-space: nowrap
}

.star-cb-group * {
    font-size: 1rem
}

.star-cb-group > input {
    display: none
}

.star-cb-group > input + label {
    display: inline-block;
    overflow: hidden;
    text-indent: 9999px;
    margin-right: 5px;
    white-space: nowrap;
    cursor: pointer;
    background: url("../img/icon-star.svg") no-repeat;
    background-size: contain;
    width: 16px
}

.star-cb-group > input:checked ~ label, .star-cb-group > input + label:hover ~ label, .star-cb-group > input + label:hover {
    background-image: url("../img/icon-star-full.svg")
}

.star-cb-group > .star-cb-clear + label {
    text-indent: -9999px;
    width: .5em;
    margin-left: -.5em
}

.star-cb-group > .star-cb-clear + label {
    width: .5em
}

.star-cb-group:hover > input + label {
    background-image: url("../img/icon-star.svg")
}

.star-cb-group:hover > input + label:hover ~ label:before, .star-cb-group:hover > input + label:hover {
    background-image: url("../img/icon-star-full.svg")
}

.review-list {
    margin-top: -20px
}

.review-list .col-12 {
    padding-bottom: 25px
}

.review-list .row {
    margin-bottom: -25px
}

.faq {
    counter-reset: section;
    margin-top: -35px
}

.faq-item {
    border-bottom: 1px solid #eee
}

.faq-item__title {
    font-size: 18px;
    font-weight: 500;
    padding: 25px 30px 25px 40px;
    position: relative;
    cursor: pointer;
    list-style: none;
    transition: all 0.2s linear
}

.faq-item__title:hover {
    color: #ff00a0
}

.faq-item__title:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -10px;
    color: #fff;
    counter-increment: section;
    content: counters(section, ".");
    width: 20px;
    height: 20px;
    font-size: 10px;
    text-align: center;
    background: url("../img/icon-like.svg") no-repeat center;
    background-size: contain;
    line-height: 20px
}

.faq-item__title svg {
    position: absolute;
    right: 0;
    fill: #ff00a0;
    width: 10px;
    height: 10px;
    right: 0;
    transition: all 0.2s linear;
    top: calc(50% - 5px)
}

.faq-item__title.active svg {
    transform: rotate(-180deg)
}

.faq-item__title.active:hover {
    color: #000
}

.faq-item__content {
    display: none;
    padding-bottom: 25px;
    padding-right: 30px
}

.article .title_large {
    margin-bottom: 18px
}

.article-info {
    text-align: center;
    margin-bottom: 32px
}

.article-info__item {
    display: inline-block;
    vertical-align: middle;
    margin-right: 30px;
    font-size: 14px;
    color: #606060
}

.article-info__item:last-child {
    margin-right: 0
}

.article-info__item svg {
    fill: currentColor;
    display: inline-block;
    vertical-align: middle;
    margin: -4px 6px 0 0;
    width: 16px;
    height: auto
}

.article-bottom {
    margin-top: 40px;
    padding-bottom: 50PX;
    margin-bottom: 40px;
    border-bottom: 1px solid #eee
}

.article-bottom__link {
    font-size: 15px;
    font-weight: bold;
    color: #ff00a0;
    text-decoration: underline;
    position: relative;
    padding-left: 30px;
    display: inline-block
}

.article-bottom__link svg {
    width: 12px;
    height: 12px;
    position: absolute;
    top: calc(50% - 6px);
    left: 0;
    transform: rotate(-180deg);
    fill: currentColor
}

.article-bottom__link:hover {
    color: #000;
    text-decoration: underline
}

.article-social__title {
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    margin-right: 20px
}

.article-comments {
    padding-bottom: 30px;
    border-bottom: 1px solid #eee
}

.article-comments .title-box__text {
    font-size: 18px
}

.title-link__toggle svg {
    display: inline-block;
    transform: rotate(-180deg)
}

.title-link__toggle svg.active {
    transform: none
}

.article-form .btn {
    min-width: 225px
}

.text img.title__img {
    display: inline-block;
    vertical-align: middle;
    margin: -3px 16px 0 0;
    width: 40px;
    height: auto
}

.block-delivery {
    margin-top: -20px
}

.section-contacts {
    position: relative
}

.section-contacts:before {
    content: "";
    position: absolute;
    top: -30px;
    bottom: -70px;
    left: 64.5%;
    right: 0;
    background: url("../img/bg-contacts.png") no-repeat center center;
    background-size: cover
}

.section-contacts .title {
    margin-bottom: 30px
}

.block-contacts {
    position: relative;
    padding-left: 30px;
    margin-bottom: 30px
}

.block-contacts__icon {
    fill: #9262cf;
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: auto
}

.block-contacts__title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 12px
}

.block-contacts__list {
    font-size: 16px
}

.block-contacts__list_phones {
    font-size: 18px
}

.block-contacts__list li {
    margin-bottom: 5px
}

.block-contacts__list li:last-child {
    margin-bottom: 0px
}

.block-contacts__list a {
    color: #000
}

.block-contacts__list a:hover {
    color: #ff00a0
}

.block-contacts__list .header-contact__icons {
    display: inline-block;
    margin: -4px 0 0 23px;
    vertical-align: middle
}

.block-contacts__list .header-contact__icons-item {
    margin-right: 11px
}

.block-contacts__list .header-contact__icons-item:last-child {
    margin-right: 0
}

.contact-social {
    margin-top: 50px
}

.contact-social__title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 25px
}

.contact-social .social-item__link {
    width: 26px;
    height: 26px
}

.contact-social .social-item__link svg {
    width: 26px;
    height: 26px
}

.form-contacts {
    max-width: 380px
}

.form-contacts .form-control {
    background: #fff;
    height: 50px
}

.form-contacts textarea.form-control {
    height: 150px
}

.form-contacts .btn {
    width: 100%;
    margin-top: 10px
}

.form-contacts .col-12 {
    padding-bottom: 10px
}

.form-contacts .row {
    margin-bottom: -10px
}

@media screen and (max-width: 1589px) {
    .top-slider .slick-dots {
        left: 15px
    }

    .section-seo__right:after {
        right: -15px
    }

    .product-single__price {
        order: 1
    }

    .product-single__calc {
        order: 3;
        width: 100%;
        margin-top: 20px
    }

    .product-single__actions {
        order: 2
    }

    .calc {
        width: calc(100% - 300px)
    }

    .products-more-item {
        padding: 5px 10px 10px
    }

    .ptab__left {
        padding-right: 30px
    }

    .ptab__right {
        padding-left: 30px
    }

    .review {
        padding-left: 30px;
        padding-right: 30px
    }
}

@media screen and (max-width: 1439px) {
    .top-slider__slide {
        height: 520px
    }

    .top-slider {
        height: 520px
    }

    .top-slider__inner {
        padding-left: 0
    }

    .item-advantage__icon {
        width: 45px
    }

    .item-advantage__text {
        font-size: 14px
    }

    .item-category {
        padding: 30px
    }

    .item-category__img {
        width: 100px
    }

    .item-category__title:before {
        left: -30px
    }

    .top-slider__title {
        font-size: 40px
    }

    .top-slider__text {
        font-size: 16px
    }

    .item-category__title {
        font-size: 22px
    }

    .item-category-list {
        padding-left: 15px
    }

    .item-category-list-item__link {
        font-size: 15px
    }

    .tabs-nav {
        font-size: 22px
    }

    .block-products .col, .block-products .col-1, .block-products .col-2, .block-products .col-3, .block-products .col-4, .block-products .col-5, .block-products .col-6, .block-products .col-7, .block-products .col-8, .block-products .col-9, .block-products .col-10, .block-products .col-11, .block-products .col-12 {
        padding: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .title {
        font-size: 22px
    }

    .title-box {
        margin-bottom: 30px
    }

    .item-article__name {
        font-size: 18px
    }

    .item-article {
        padding: 25px 20px
    }

    .block-subscribe {
        padding: 30px
    }

    .block-subscribe__title {
        font-size: 22px
    }

    .block-subscribe__text {
        font-size: 16px
    }

    .section-seo__left {
        padding-right: 15px
    }

    .text h2 {
        font-size: 22px
    }

    .product-single__right {
        padding-left: 15px
    }

    .product-single-photos-nav {
        width: 100px
    }

    .product-single-photos-nav__item {
        height: 100px
    }

    .product-single-photos__main {
        width: calc(100% - 110px);
        height: 430px
    }

    .slider-photos__slide {
        height: 430px
    }

    .product-tabs-nav {
        font-size: 16px
    }

    .title_large {
        font-size: 26px
    }

    .section-contacts:before {
        left: 70%
    }
}

@media screen and (max-width: 1199px) {
    .main-wrapper {
        padding-top: 80px
    }

    .top-slider {
        height: 400px
    }

    .top-slider__slide {
        height: 400px
    }

    .top-slider__inner {
        padding-left: 0
    }

    .top-slider__text {
        padding-bottom: 30px
    }

    .top-slider__title {
        padding-bottom: 20px
    }

    .block-products .col, .block-products .col-1, .block-products .col-2, .block-products .col-3, .block-products .col-4, .block-products .col-5, .block-products .col-6, .block-products .col-7, .block-products .col-8, .block-products .col-9, .block-products .col-10, .block-products .col-11, .block-products .col-12 {
        padding: 0;
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
        max-width: 33.33%
    }

    .block-subscribe__text {
        padding-right: 100px;
        text-align: center
    }

    .subscribe-form {
        margin: 30px auto 0
    }

    .popup-alert-box__text {
        font-size: 18px
    }

    .popup-alert-box__text-2 {
        font-size: 18px
    }

    .products-more__col {
        width: 33.33%
    }

    .form-stars {
        width: 100%;
        margin-bottom: 25px
    }

    .section-contacts:before {
        display: none
    }

    .form-contacts {
        max-width: 100%
    }
}

@media screen and (max-width: 991px) {
    .top-slider__title {
        font-size: 32px
    }

    .top-slider__text {
        font-size: 14px;
        padding-bottom: 30px
    }

    .section-top {
        padding-top: 40px
    }

    .section {
        padding-bottom: 40px
    }

    .btn {
        height: 40px;
        line-height: 40px;
        font-size: 14px
    }

    .btn_border-white {
        line-height: 36px
    }

    .block-advantages .col-12 {
        padding-bottom: 30px
    }

    .block-advantages .row {
        margin-bottom: -30px
    }

    .item-category__title {
        font-size: 20px
    }

    .item-advantage {
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -moz-box-direction: normal;
        -moz-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center
    }

    .item-advantage__text {
        padding: 20px 0 0 0;
        font-size: 14px
    }

    .item-category-list-item__link {
        font-size: 14px
    }

    .tabs-nav {
        font-size: 20px
    }

    .title {
        font-size: 20px;
        margin-bottom: 30px
    }

    .item-product {
        padding: 20px 15px 80px;
        height: 100%
    }

    .item-product__bottom {
        display: block;
        left: auto;
        right: auto;
        bottom: 20px;
        margin-top: 20px
    }

    .item-product:hover:after {
        box-shadow: none;
        bottom: 0px
    }

    .item-product__name {
        font-size: 14px
    }

    .item-product__info {
        font-size: 14px
    }

    .item-product__stars img {
        width: 14px
    }

    .item-product__price {
        font-size: 18px
    }

    .item-product__price_old {
        font-size: 14px;
        margin-left: 14px
    }

    .item-product__link {
        font-size: 11px;
        margin-left: 15px
    }

    .title-link {
        font-size: 14px
    }

    .item-article__name {
        font-size: 16px
    }

    .item-article {
        height: 275px
    }

    .block-subscribe__title {
        font-size: 20px
    }

    .block-subscribe__text {
        padding-left: 30px;
        padding-right: 70px;
        text-align: center;
        font-size: 14px
    }

    .block-subscribe__icon {
        width: 40px
    }

    .subscribe-form {
        height: 50px
    }

    .subscribe-form .btn {
        height: 46px;
        line-height: 46px
    }

    .section-seo__left {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .text h2 {
        font-size: 20px
    }

    .text {
        font-size: 14px
    }

    .text p {
        padding-bottom: 20px
    }

    .text h3 {
        font-size: 17px;
        margin-top: 10px;
        margin-bottom: 15px
    }

    .section-seo__right {
        padding-bottom: 50%
    }

    .section-seo__right:after {
        left: 0;
        right: 0
    }

    .popup-alert-box__18 {
        width: 70px;
        height: 70px;
        border: 2px solid #ff00a0;
        line-height: 62px;
        font-size: 28px
    }

    .popup-alert-box__text {
        font-size: 16px;
        margin-bottom: 25px
    }

    .popup-alert-box__text-2 {
        font-size: 16px;
        margin-bottom: 30px
    }

    .popup-alert-box {
        max-width: 450px;
        padding: 30px 30px
    }

    .section-catalog__aside {
        display: block;
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        -webkit-transform: translate3d(-200%, 0, 0) translateX(100%);
        transform: translate3d(-200%, 0, 0) translateX(100%);
        -webkit-transition: -webkit-transform .2s;
        transition: transform .2s;
        max-width: 340px;
        z-index: 99999;
        background: #fff;
        overflow: auto;
        padding: 0
    }

    .section-catalog__aside.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    .section-catalog__content {
        width: 100%;
        padding: 0
    }

    .block-products-list {
        margin: 0 -15px
    }

    .block-products-list .col, .block-products-list .col-1, .block-products-list .col-2, .block-products-list .col-3, .block-products-list .col-4, .block-products-list .col-5, .block-products-list .col-6, .block-products-list .col-7, .block-products-list .col-8, .block-products-list .col-9, .block-products-list .col-10, .block-products-list .col-11, .block-products-list .col-12 {
        padding-bottom: 10px
    }

    .block-products-list .row {
        margin-bottom: -10px
    }

    .pagination {
        margin-top: 30px
    }

    .section-inside {
        padding-bottom: 40px
    }

    .btn-filter-close {
        position: absolute;
        top: 18px;
        right: 10px;
        width: 30px;
        height: 30px
    }

    .btn-filter-close:before {
        content: "";
        position: absolute;
        width: 30px;
        height: 2px;
        left: 0;
        top: 5px;
        background: #fff;
        transform: translateY(5px) rotate(45deg)
    }

    .btn-filter-close:after {
        content: "";
        position: absolute;
        width: 30px;
        height: 2px;
        left: 0;
        top: 16px;
        background: #fff;
        transform: translateY(-6px) rotate(-45deg)
    }

    .pagination-item__link {
        height: 40px;
        width: 40px;
        line-height: 38px;
        font-size: 16px
    }

    .slider-products .slick-track:before, .slider-products .slick-track:after {
        display: none
    }

    .slider-products .slick-track {
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

    .slider-products .slick-slide {
        height: auto;
        float: none;
        flex: none
    }

    .block-products {
        margin-left: -15px;
        margin-right: -15px
    }

    .product-single .title {
        margin-top: 0;
        margin-bottom: 25px
    }

    .product-single__left {
        padding-bottom: 30px
    }

    .product-single__calc {
        order: 2;
        width: auto;
        margin-top: 0
    }

    .calc {
        width: 100px
    }

    .products-more__col {
        width: 25%
    }

    .product-tabs-nav__item {
        margin-right: 50px
    }

    .ptab__left {
        width: 100%;
        padding-right: 0;
        border: none;
        padding-top: 30px;
        padding-bottom: 0
    }

    .ptab__right {
        width: 100%;
        padding-left: 0;
        padding-top: 30px;
        padding-bottom: 0
    }

    .info-list {
        font-size: 14px
    }

    .product-tabs-content {
        padding-bottom: 30px;
        border-bottom: 1px solid #eee
    }

    .product-single__price {
        font-size: 20px
    }

    .review__name {
        font-size: 14px
    }

    .review__date {
        font-size: 14px
    }

    .link-buy {
        font-size: 11px
    }

    .form-control {
        font-size: 14px;
        height: 50px
    }

    .form__title {
        font-size: 16px;
        margin-bottom: 20px
    }

    .review-list {
        margin-top: 0
    }

    .faq-item__title {
        font-size: 16px;
        padding: 15px 30px 15px 35px
    }

    .faq {
        margin-top: -15px
    }

    .block-articles-list {
        margin-top: 0
    }

    .block-articles {
        margin-bottom: 40px
    }

    .title_large {
        font-size: 24px
    }

    .article-bottom__link, .article-social__title {
        font-size: 14px
    }

    .article-comments .title-box {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .article-comments .title-box__text {
        font-size: 16px
    }

    .article-comments .title-box .title {
        width: 100%;
        text-align: left;
        margin-bottom: 20px
    }

    .article-bottom {
        margin-top: 40px;
        padding-bottom: 30PX;
        margin-bottom: 30px
    }

    .article-info {
        margin-bottom: 20px
    }

    .text {
        margin-bottom: 40px
    }

    .block-delivery {
        margin-top: -10px
    }

    .form__title + .form__title {
        margin-top: -10px
    }

    .block-contacts__title {
        font-size: 16px
    }

    .block-contacts__list {
        font-size: 14px
    }

    .block-contacts__list_phones {
        font-size: 16px
    }

    .contact-social__title {
        font-size: 16px;
        margin-bottom: 20px
    }
}

@media screen and (max-width: 767px) {
    .main-wrapper {
        padding-top: 60px
    }

    .sidebar {
        top: 60px
    }

    .top-slider__slide, .top-slider {
        height: 300px
    }

    .top-slider__title {
        font-size: 24px
    }

    .item-category {
        padding: 20px 15px;
        min-height: 300px
    }

    .item-category__title:before {
        left: -15px;
        width: 3px
    }

    .item-category__img {
        width: 70px;
        right: 15px;
        bottom: 15px
    }

    .tabs-nav__item {
        width: 33.33%;
        margin-left: 0;
        margin-right: 0;
        text-align: center
    }

    .item-category__title {
        font-size: 18px
    }

    .tabs-nav {
        font-size: 18px
    }

    .title {
        font-size: 20px;
        margin-bottom: 25px
    }

    .title-box {
        margin-bottom: 25px
    }

    .item-article {
        height: 225px;
        padding: 20px 15px
    }

    .block-subscribe__title {
        font-size: 18px;
        margin-top: 0
    }

    .block-subscribe {
        padding: 30px 15px
    }

    .subscribe-form {
        max-width: 100%
    }

    .block-subscribe__icon {
        width: 40px;
        position: absolute;
        top: 0;
        left: 15px
    }

    .block-subscribe__text {
        padding-left: 55px;
        padding-right: 55px
    }

    .tabs-nav {
        margin-bottom: 30px
    }

    .item-product {
        padding-left: 10px;
        padding-right: 10px
    }

    .text h2 {
        font-size: 18px
    }

    .text h3 {
        font-size: 16px
    }

    .block-products-list {
        margin: 0 -10px
    }

    .block-products {
        margin-left: -10px;
        margin-right: -10px
    }

    .product-single__calc {
        order: 3;
        width: 100%;
        margin-top: 20px
    }

    .calc {
        width: calc(100% - 300px);
        height: 40px
    }

    .calc__plus {
        height: 38px
    }

    .calc__minus {
        height: 38px
    }

    .calc__input {
        height: 38px
    }

    .product-single-form {
        padding: 20px 15px;
        margin-bottom: 40px
    }

    .products-more {
        overflow: auto;
        margin-left: -15px;
        margin-right: -15px;
        padding-left: 5px;
        padding-right: 5px
    }

    .products-more__col {
        width: 180px;
        flex: none
    }

    .products-more-item .btn {
        display: block
    }

    .ptab__left {
        padding-top: 5px
    }

    .product-tabs-content__content {
        display: none;
        padding-bottom: 25px
    }

    .product-tabs-content {
        display: block;
        padding-bottom: 0;
        margin-bottom: 5px
    }

    .product-tabs-content:last-child {
        margin-bottom: 0
    }

    .review {
        padding: 20px 15px
    }

    .breadcrumb {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: none;
        flex-wrap: nowrap;
        overflow: auto;
        white-space: nowrap;
        font-size: 12px;
        margin-left: -15px;
        margin-right: -15px;
        padding: 0 15px 15px;
        margin-bottom: 10px
    }

    .breadcrumb-item {
        flex: none
    }

    .product-single__right {
        padding-bottom: 30px
    }

    .section-inside {
        padding-top: 20px
    }

    .faq-item__content {
        padding-right: 0
    }

    .faq-item__title {
        font-size: 15px
    }

    .faq-item__title:hover {
        color: #000
    }

    .item-article__name {
        font-size: 15px
    }

    .title-link {
        font-size: 13px
    }

    .article-social {
        margin-bottom: 25px
    }

    .article-comments .title-box__text {
        font-size: 14px
    }

    .article-bottom__link {
        font-size: 13px;
        margin-right: 10px
    }

    .article-social__title {
        font-size: 13px;
        margin-right: 10px
    }

    .social-item {
        margin-right: 7px
    }

    .contact-social {
        margin-top: 40px;
        margin-bottom: 40px
    }
}

@media screen and (max-width: 575px) {
    .top-slider__slide, .top-slider {
        height: 450px
    }

    .top-slider__slide {
        padding-top: 30px;
        text-align: center
    }

    .top-slider img {
        max-width: 290px;
        height: auto;
        margin: 30px auto 0
    }

    .block-advantages .col-12 {
        max-width: 100%
    }

    .tabs-nav {
        font-size: 14px
    }

    .top-slider__title {
        font-size: 20px
    }

    .item-advantage {
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        -moz-box-direction: normal;
        -moz-box-orient: horizontal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        -webkit-justify-content: flex-start;
        justify-content: flex-start
    }

    .item-advantage__text {
        padding: 0 0 0 15px;
        text-align: left
    }

    .title {
        font-size: 18px
    }

    .block-subscribe__text {
        padding-left: 0;
        padding-right: 0;
        padding-top: 55px
    }

    .block-subscribe__icon {
        left: calc(50% - 20px)
    }

    .subscribe-form {
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -moz-box-direction: normal;
        -moz-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 100px
    }

    .subscribe-form__input {
        height: 50px;
        width: 100%
    }

    .subscribe-form .btn {
        width: 100%
    }

    .item-category {
        min-height: 250px
    }

    .popup-alert-box {
        max-width: 290px;
        padding: 20px 15px
    }

    .product-single-photos {
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -moz-box-direction: normal;
        -moz-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .product-single-photos__main {
        width: 100%;
        height: 290px;
        margin-bottom: 10px
    }

    .slider-photos__slide {
        height: 290px
    }

    .product-single-photos-nav {
        width: calc(100% + 10px);
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin: 0 -5px
    }

    .product-single-photos-nav__item {
        width: calc(25% - 10px);
        margin: 0 5px;
        height: 65px
    }

    .product-single__info {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .product-single__code {
        width: 100%;
        margin-bottom: 20px
    }

    .product-single__calc {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .calc {
        width: calc(100% - 160px)
    }

    .product-single__calc .btn {
        margin-left: 0;
        margin-right: 0
    }

    .product-tabs-content__title {
        font-size: 14px
    }

    .review__name {
        width: 100%;
        margin-bottom: 10px
    }

    .review__name:last-child {
        margin-bottom: 0
    }

    .link-buy {
        margin-top: 20px
    }

    .link-buy br {
        display: none
    }

    .article-comments .title-box__text {
        width: 100%;
        margin-bottom: 20px
    }

    .article-form .btn {
        width: 100%
    }
}

@media screen and (max-width: 479px) {
    .block-products .col-6 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .item-product__top {
        padding-bottom: 145px
    }

    .title-box {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .title-box .title {
        width: 100%;
        margin-bottom: 15px;
        text-align: left
    }
    .wr-gt-btn {
        flex-wrap: wrap;
    }
    .item-product__link {
        font-size: 11px;
        margin-left: 0;
        margin-top: 10px;
        max-width: 100%;
    }
    .item-product {
        padding-bottom: 20px;
    }
    .item-product__bottom {
        position: static;
        margin-top: 10px;
    }
    .slider-products .slick-slide {
        flex: none
    }

    .block-products-list .col, 
    .block-products-list .col-1, 
    .block-products-list .col-2, 
    .block-products-list .col-3, 
    .block-products-list .col-4, 
    .block-products-list .col-5, 
    /* .block-products-list .col-6,  */
    .block-products-list .col-7, 
    .block-products-list .col-8, 
    .block-products-list .col-9, 
    .block-products-list .col-10, 
    .block-products-list .col-11, 
    .block-products-list .col-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .title-box .btn {
        margin-top: 0
    }
}

#boc_form .input-group-text{
    background-color: #ff00a0;
}
#boc_form .input-group-text i{
    color: #fff;
}
#boc_form .has-error input{
    border-color: red;
}

.blog_comment{
    padding: 15px;
    background: #fcfcfc;
    border-radius: 10px;
    border: 1px solid #eee;
}
.blog_comment_author{
    color: #ff00a0;
    margin-bottom: 21px;
}
#comment{
    margin-bottom: 35px;
}

.q-custom-checkbox > input[type=checkbox],.q-custom-radio > input[type=radio]{
    display: none
}
.q-custom-checkbox > input[type=checkbox] + span,.q-custom-radio > input[type=radio] + span {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    display: inline-block
}
.q-custom-checkbox > input[type=checkbox] + span:before{
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid #eeeeee;
    position: absolute;
    left: 0;
    top: 0px;
    cursor: pointer;
    transition: all 0.2s linear
}
.q-custom-checkbox > input[type=checkbox] + span:after {
    content: "";
    background: url("../img/checked.svg") no-repeat center center;
    background-size: cover;
    display: block;
    width: 14px;
    height: 14px;
    position: absolute;
    left: 3px;
    top: 3px;
    cursor: pointer;
    opacity: 0;
    transition: all 0.2s linear;
    text-align: center;
    color: #fff;
    line-height: 20px
}
.q-custom-checkbox > input[type=checkbox]:checked + span:after,.q-custom-radio > input[type=radio]:checked + span:after {
    opacity: 1
}
.q-custom-radio > input[type=radio] + span:before{
    content: '';
    display: block;
    width: 20px;
    height: 20px;

    border: 1px solid #eeeeee;
    border-radius: 20px;
    position: absolute;
    left: 0;
    top: 0px;
    cursor: pointer;
    transition: all 0.2s linear
}
.q-custom-radio > input[type=radio] + span:after {
    content: "";
    background: url("../img/checked.svg") no-repeat center center;
    background-size: cover;
    display: block;
    width: 14px;
    height: 14px;
    position: absolute;
    left: 3px;
    top: 3px;
    cursor: pointer;
    opacity: 0;
    transition: all 0.2s linear;
    text-align: center;
    color: #fff;
    line-height: 20px
}

.product-single__label_yellow + .product-single__label_green,.product-single__label_yellow + .product-single__label_red{
    top: 50px;
}

.product-single__label_yellow + .product-single__label_green + .product-single__label_red{
    top: 80px;
}

/* account */

.account-list li{
    position: relative;
    padding-left: 25px;
    padding-right: 25px;
    margin-bottom: 15px;
}
.account-list li:hover a{
    color: #ff5268;
}
.account-list li:before{
    content: '';
    opacity: 0.6;
    transition: .3s;
    background: url(../img/icon-like.svg) no-repeat center;
    height: 100%;
    width: 15px;
    position: absolute;
    left: 0px;
    top: 0px;
}
.account-list li:hover:before{
    opacity: 1;
}

.wrp-account-menu{
    border-right: 1px solid #ff00a0;
}

.wrp-account-info-block{
    margin-bottom: 8px;
    padding: 16px;
    border: 1px solid #e9e9e9;
    border-radius: 4px;
}
.account-info-sub-title{
    margin-bottom: 8px;
    font-size: 12px;
    color: #797878;
}
/* !!!account */


.header__lang {
    text-align: center
}

.header__lang a {
    color: #ddd
}

.header__lang a.active {
    color: #ff00a0;
}

.header__lang a:hover {
    color: #ff00a0
}
.sidebar .header__lang {
    display: block
}

.sidebar .header__lang a {
    margin: 0 10px
}

.sidebar .header__lang br {
    display: none
}

.btn-gray{
    background: #858585;
}
.wr-bl-cart {
    display: inline-flex;
    align-items: center;
}

.img-bl-cart {
    margin-right: 16px;
}

.text-bl-cart {
    font-size: 15px;
}
.simplecheckout-block-content .q-custom-radio > input[type=radio] + span:before{
    top: 10px;
}
.simplecheckout-block-content .q-custom-radio > input[type=radio] + span:after{
    top: 13px;
}
.cat_page_over{
    overflow: auto;
}
.cat_page_over::-webkit-scrollbar {
    width: 0;
}
.cat_page_li{
    border: 1px solid #000;
    font-size: 13px;
    padding: 10px 20px;
    min-height: 135px;
}

.heading-h1 {
    position: relative;
    margin: 0 0 15px;
    font-size: 27px;
}

.heading-h1 h1 {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0 10px 0 0;
    background: #fff;
    z-index: 1;
}

.parent-cat-link {
    line-height: 1;
    padding: 0 15px;
    margin-bottom: 15px;
}
.parent-cat-link a {
    text-transform: uppercase;
    color: #ff00a0;
    font-weight: 600;
}
@media (max-width: 1199px) {
    .parent-cat-link {
        padding-left: 22px;
    }
    .parent-cat-link a {
        color: #6a6a6a;
        font-size: 14px;
    }
}