@charset "UTF-8";
body {
    padding: 0
}
::before, ::after {
    box-sizing: border-box
}
.clearfix:before, .clearfix:after {
    content: " ";
    display: table
}
.clearfix:after {
    clear: both
}
.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}
@media (min-width:1630px) {
    .container {
        max-width: 1600px;
        width: 100%
    }
}
@media (min-width:1400px) and (max-width:1629px) {}
@media (min-width:1200px) and (max-width:1399px) {}
@media (min-width:992px) and (max-width:1199px) {}
@media (min-width:768px) and (max-width:991px) {}
@media (max-width:767px) {}
.flex, .flex-center, .flex-top, .center-center, .center-between, .top-between, .flex-between, .top-center, .bottom-between, .column-center, .column-top {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}
.center-between, .top-between, .flex-between, .bottom-between {
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between
}
.column-top {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start
}
.center-center, .top-center, .column-center {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center
}
.flex-center, .center-center, .center-between {
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center
}
.flex-top, .top-between, .top-center {
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start
}
.column-center, .column-top {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}
.bottom-between {
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end
}
.shrink {
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0
}
body.fancybox-active {
    overflow: hidden
}
body.fancybox-iosfix {
    position: fixed;
    left: 0;
    right: 0
}
.fancybox-is-hidden {
    position: absolute;
    top: -9999px;
    left: -9999px;
    visibility: hidden
}
.fancybox-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99992;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"
}
.fancybox-outer, .fancybox-inner, .fancybox-bg, .fancybox-stage {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}
.fancybox-outer {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}
.fancybox-bg {
    background: #1e1e1e;
    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: 0.87;
    transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1)
}
.fancybox-infobar, .fancybox-toolbar, .fancybox-caption-wrap {
    position: absolute;
    direction: ltr;
    z-index: 99997;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s, visibility 0s linear 0.25s;
    box-sizing: border-box
}
.fancybox-show-infobar .fancybox-infobar, .fancybox-show-toolbar .fancybox-toolbar, .fancybox-show-caption .fancybox-caption-wrap {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.25s, visibility 0s
}
.fancybox-infobar {
    top: 0;
    left: 0;
    font-size: 13px;
    padding: 0 10px;
    height: 44px;
    min-width: 44px;
    line-height: 44px;
    color: #ccc;
    text-align: center;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-font-smoothing: subpixel-antialiased;
    mix-blend-mode: exclusion
}
.fancybox-toolbar {
    top: 0;
    right: 0;
    margin: 0;
    padding: 0
}
.fancybox-stage {
    overflow: hidden;
    direction: ltr;
    z-index: 99994;
    -webkit-transform: translate3d(0, 0, 0)
}
.fancybox-is-closing .fancybox-stage {
    overflow: visible
}
.fancybox-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: auto;
    outline: none;
    white-space: normal;
    box-sizing: border-box;
    text-align: center;
    z-index: 99994;
    -webkit-overflow-scrolling: touch;
    display: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform
}
.fancybox-slide::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0
}
.fancybox-is-sliding .fancybox-slide, .fancybox-slide--previous, .fancybox-slide--current, .fancybox-slide--next {
    display: block
}
.fancybox-slide--image {
    overflow: visible
}
.fancybox-slide--image::before {
    display: none
}
.fancybox-slide--video .fancybox-content, .fancybox-slide--video iframe {
    background: #000
}
.fancybox-slide--map .fancybox-content, .fancybox-slide--map iframe {
    background: #e5e3df
}
.fancybox-slide--next {
    z-index: 99995
}
.fancybox-slide>* {
    display: inline-block;
    position: relative;
    padding: 24px;
    margin: 44px 0 44px;
    border-width: 0;
    vertical-align: middle;
    text-align: left;
    background-color: #fff;
    overflow: auto;
    box-sizing: border-box
}
.fancybox-slide>title, .fancybox-slide>style, .fancybox-slide>meta, .fancybox-slide>link, .fancybox-slide>script, .fancybox-slide>base {
    display: none
}
.fancybox-slide .fancybox-image-wrap {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    border: 0;
    z-index: 99995;
    background: transparent;
    cursor: default;
    overflow: visible;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform
}
.fancybox-can-zoomOut .fancybox-image-wrap {
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}
.fancybox-can-zoomIn .fancybox-image-wrap {
    cursor: -webkit-zoom-in;
    cursor: zoom-in
}
.fancybox-can-drag .fancybox-image-wrap {
    cursor: -webkit-grab;
    cursor: grab
}
.fancybox-is-dragging .fancybox-image-wrap {
    cursor: -webkit-grabbing;
    cursor: grabbing
}
.fancybox-image, .fancybox-spaceball {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    max-width: none;
    max-height: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.fancybox-spaceball {
    z-index: 1
}
.fancybox-slide--iframe .fancybox-content {
    padding: 0;
    width: 80%;
    height: 80%;
    max-width: calc(100% - 100px);
    max-height: calc(100% - 88px);
    overflow: visible;
    background: #fff
}
.fancybox-iframe {
    display: block;
    margin: 0;
    padding: 0;
    border: 0;
    width: 100%;
    height: 100%;
    background: #fff
}
.fancybox-error {
    margin: 0;
    padding: 40px;
    width: 100%;
    max-width: 380px;
    background: #fff;
    cursor: default
}
.fancybox-error p {
    margin: 0;
    padding: 0;
    color: #444;
    font-size: 16px;
    line-height: 20px
}
.fancybox-button {
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    width: 44px;
    height: 44px;
    margin: 0;
    padding: 10px;
    border: 0;
    border-radius: 0;
    background: rgba(30, 30, 30, 0.6);
    transition: color 0.3s ease;
    cursor: pointer;
    outline: none
}
.fancybox-button, .fancybox-button:visited, .fancybox-button:link {
    color: #ccc
}
.fancybox-button:focus, .fancybox-button:hover {
    color: #fff
}
.fancybox-button[disabled] {
    color: #ccc;
    cursor: default;
    opacity: 0.6
}
.fancybox-button svg {
    display: block;
    position: relative;
    overflow: visible;
    shape-rendering: geometricPrecision
}
.fancybox-button svg path {
    fill: currentColor;
    stroke: currentColor;
    stroke-linejoin: round;
    stroke-width: 3
}
.fancybox-button--share svg path {
    stroke-width: 1
}
.fancybox-button--play svg path:nth-child(2) {
    display: none
}
.fancybox-button--pause svg path:nth-child(1) {
    display: none
}
.fancybox-button--zoom svg path {
    fill: transparent
}
.fancybox-navigation {
    display: none
}
.fancybox-show-nav .fancybox-navigation {
    display: block
}
.fancybox-navigation button {
    position: absolute;
    top: 50%;
    margin: -50px 0 0 0;
    z-index: 99997;
    background: transparent;
    width: 60px;
    height: 100px;
    padding: 17px
}
.fancybox-navigation button:before {
    content: "";
    position: absolute;
    top: 30px;
    right: 10px;
    width: 40px;
    height: 40px;
    background: rgba(30, 30, 30, 0.6)
}
.fancybox-navigation .fancybox-button--arrow_left {
    left: 0
}
.fancybox-navigation .fancybox-button--arrow_right {
    right: 0
}
.fancybox-close-small {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    z-index: 10;
    cursor: pointer
}
.fancybox-close-small:after {
    content: '×';
    position: absolute;
    top: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
    font: 22px/30px Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #888;
    font-weight: 300;
    text-align: center;
    border-radius: 50%;
    border-width: 0;
    background-color: transparent;
    transition: background-color 0.25s;
    box-sizing: border-box;
    z-index: 2
}
.fancybox-close-small:focus {
    outline: none
}
.fancybox-close-small:focus:after {
    outline: 1px dotted #888
}
.fancybox-close-small:hover:after {
    color: #555;
    background: #eee
}
.fancybox-slide--image .fancybox-close-small, .fancybox-slide--iframe .fancybox-close-small {
    top: 0;
    right: -40px
}
.fancybox-slide--image .fancybox-close-small:after, .fancybox-slide--iframe .fancybox-close-small:after {
    font-size: 35px;
    color: #aaa
}
.fancybox-slide--image .fancybox-close-small:hover:after, .fancybox-slide--iframe .fancybox-close-small:hover:after {
    color: #fff;
    background: transparent
}
.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
    display: none
}
.fancybox-caption-wrap {
    bottom: 0;
    left: 0;
    right: 0;
    padding: 60px 2vw 0 2vw;
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
    pointer-events: none
}
.fancybox-caption {
    padding: 30px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    font-size: 14px;
    color: #fff;
    line-height: 20px;
    -webkit-text-size-adjust: none
}
.fancybox-caption a, .fancybox-caption button, .fancybox-caption select {
    pointer-events: all;
    position: relative;
}
.fancybox-caption a {
    color: #fff;
    text-decoration: underline
}
.fancybox-slide>.fancybox-loading {
    border: 6px solid rgba(100, 100, 100, 0.4);
    border-top: 6px solid rgba(255, 255, 255, 0.6);
    border-radius: 100%;
    height: 50px;
    width: 50px;
    -webkit-animation: fancybox-rotate 0.8s infinite linear;
    animation: fancybox-rotate 0.8s infinite linear;
    background: transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -30px;
    z-index: 99999
}
@-webkit-keyframes fancybox-rotate {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}
@keyframes fancybox-rotate {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}
.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, 0.25, 1)
}
.fancybox-fx-slide.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    opacity: 0
}
.fancybox-fx-slide.fancybox-slide--next {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    opacity: 0
}
.fancybox-fx-slide.fancybox-slide--current {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1
}
.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 {
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5);
    opacity: 0
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
    -webkit-transform: scale3d(0.5, 0.5, 0.5);
    transform: scale3d(0.5, 0.5, 0.5);
    opacity: 0
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1
}
.fancybox-fx-rotate.fancybox-slide--previous {
    -webkit-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
    opacity: 0
}
.fancybox-fx-rotate.fancybox-slide--next {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
    opacity: 0
}
.fancybox-fx-rotate.fancybox-slide--current {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1
}
.fancybox-fx-circular.fancybox-slide--previous {
    -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    opacity: 0
}
.fancybox-fx-circular.fancybox-slide--next {
    -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    opacity: 0
}
.fancybox-fx-circular.fancybox-slide--current {
    -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    opacity: 1
}
.fancybox-fx-tube.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
    transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg)
}
.fancybox-fx-tube.fancybox-slide--next {
    -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
    transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg)
}
.fancybox-fx-tube.fancybox-slide--current {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1)
}
.fancybox-share {
    padding: 30px;
    border-radius: 3px;
    background: #f4f4f4;
    max-width: 90%;
    text-align: center
}
.fancybox-share h1 {
    color: #222;
    margin: 0 0 20px 0;
    font-size: 35px;
    font-weight: 700
}
.fancybox-share p {
    margin: 0;
    padding: 0
}
p.fancybox-share__links {
    margin-right: -10px
}
.fancybox-share__button {
    display: inline-block;
    text-decoration: none;
    margin: 0 10px 10px 0;
    padding: 0 15px;
    min-width: 130px;
    border: 0;
    border-radius: 3px;
    background: #fff;
    white-space: nowrap;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff;
    transition: all 0.2s
}
.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 {
    position: relative;
    top: -1px;
    width: 25px;
    height: 25px;
    margin-right: 7px;
    vertical-align: middle
}
.fancybox-share__button svg path {
    fill: #fff
}
.fancybox-share__input {
    box-sizing: border-box;
    width: 100%;
    margin: 10px 0 0 0;
    padding: 10px 15px;
    background: transparent;
    color: #5d5b5b;
    font-size: 14px;
    outline: none;
    border: 0;
    border-bottom: 2px solid #d7d7d7
}
.fancybox-thumbs {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 212px;
    margin: 0;
    padding: 2px 2px 4px 2px;
    background: #fff;
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    box-sizing: border-box;
    z-index: 99995
}
.fancybox-thumbs-x {
    overflow-y: hidden;
    overflow-x: auto
}
.fancybox-show-thumbs .fancybox-thumbs {
    display: block
}
.fancybox-show-thumbs .fancybox-inner {
    right: 212px
}
.fancybox-thumbs>ul {
    list-style: none;
    position: absolute;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 0;
    white-space: nowrap
}
.fancybox-thumbs-x>ul {
    overflow: hidden
}
.fancybox-thumbs-y>ul::-webkit-scrollbar {
    width: 7px
}
.fancybox-thumbs-y>ul::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3)
}
.fancybox-thumbs-y>ul::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px
}
.fancybox-thumbs>ul>li {
    float: left;
    overflow: hidden;
    padding: 0;
    margin: 2px;
    width: 100px;
    height: 75px;
    max-width: calc(50% - 4px);
    max-height: calc(100% - 8px);
    position: relative;
    cursor: pointer;
    outline: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-sizing: border-box
}
li.fancybox-thumbs-loading {
    background: rgba(0, 0, 0, 0.1)
}
.fancybox-thumbs>ul>li>img {
    position: absolute;
    top: 0;
    left: 0;
    max-width: none;
    max-height: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.fancybox-thumbs>ul>li:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 4px solid #4ea7f9;
    z-index: 99991;
    opacity: 0;
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}
.fancybox-thumbs>ul>li.fancybox-thumbs-active:before {
    opacity: 1
}
@media all and (max-width:800px) {
    .fancybox-thumbs {
        width: 110px
    }
    .fancybox-show-thumbs .fancybox-inner {
        right: 110px
    }
    .fancybox-thumbs>ul>li {
        max-width: calc(100% - 10px)
    }
}
.slick-prev:before, .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.slick-slider {
    overflow: hidden;
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
    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-dots {
    position: absolute;
    margin: 0;
    list-style-type: none
}
.slick-dots button {
    opacity: 0;
    width: 100%;
    height: 100%;
    cursor: pointer
}
.slick-prev, .slick-next {
    z-index: 10;
    position: absolute;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    border: none;
    outline: none;
    font-size: 0;
    cursor: pointer;
    color: transparent
}
.slick-prev:hover, .slick-next:hover, .slick-prev:focus, .slick-next:focus {
    outline: none;
    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
}
.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;
    cursor: pointer
}
.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
}
.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle
}
.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 40px;
    user-select: none;
    -webkit-user-select: none
}
.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}
.select2-container .select2-selection--single .select2-selection__clear {
    position: relative
}
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px
}
.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    padding-left: 8px;
    text-overflow: ellipsis;
    white-space: nowrap
}
.select2-container .select2-search--inline {
    float: left
}
.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    padding: 0
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}
.select2-dropdown {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051
}
.select2-results {
    display: block
}
.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0
}
.select2-results__option {
    margin: 0;
    padding: 6px;
    user-select: none;
    -webkit-user-select: none
}
.select2-results__option[aria-selected] {
    cursor: pointer
}
.select2-container--open .select2-dropdown {
    left: 0
}
.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}
.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}
.select2-search--dropdown {
    display: block;
    padding: 4px
}
.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}
.select2-search--dropdown.select2-search--hide {
    display: none
}
.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0)
}
.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important
}
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border-radius: 2px;
    border: 1px solid #c9c9c9
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 14px;
    color: #333;
    line-height: 38px
}
.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    position: absolute;
    top: 0;
    right: 0;
    width: 21px;
    height: 40px;
    background-position: center;
    background-repeat: no-repeat
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none
}
.select2-container--open .select2-selection__arrow {
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto
}
.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px
}
.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    list-style: none
}
.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #333
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
    float: right
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid black 1px;
    outline: 0
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa
}
.select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield
}
.select2-container--default .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto
}
.select2-container--default .select2-results__option[role=group] {
    padding: 0
}
.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999
}
.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #ddd
}
.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #5897fb;
    color: white
}
.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}
.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: -webkit-linear-gradient(top, white 50%, #eee 100%);
    background-image: -o-linear-gradient(top, white 50%, #eee 100%);
    background-image: linear-gradient(to bottom, white 50%, #eee 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}
.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}
.select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px
}
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999
}
.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 1px;
    right: auto
}
.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: -webkit-linear-gradient(top, white 0%, #eee 50%);
    background-image: -o-linear-gradient(top, white 0%, #eee 50%);
    background-image: linear-gradient(to bottom, white 0%, #eee 50%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #eee 50%, white 100%);
    background-image: -o-linear-gradient(top, #eee 50%, white 100%);
    background-image: linear-gradient(to bottom, #eee 50%, white 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)
}
.select2-container--classic .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0
}
.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb
}
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px
}
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #555
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    float: right
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}
.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0
}
.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    box-shadow: none
}
.select2-container--classic .select2-dropdown {
    background-color: white;
    border: 1px solid transparent
}
.select2-container--classic .select2-dropdown--above {
    border-bottom: none
}
.select2-container--classic .select2-dropdown--below {
    border-top: none
}
.select2-container--classic .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto
}
.select2-container--classic .select2-results__option[role=group] {
    padding: 0
}
.select2-container--classic .select2-results__option[aria-disabled=true] {
    color: grey
}
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #3875d7;
    color: white
}
.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}
.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb
}
/* nouislider - 10.0.0 - 2017-05-28 14:52:48 */
.noUi-target, .noUi-target * {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -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;
    margin-bottom: 10px;
    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: 5px
}
.noUi-horizontal .noUi-handle {
    width: 17px;
    height: 17px;
    top: -7px;
    border-radius: 50%;
    border: 2px solid #9cce10;
    background-color: #fff
}
.noUi-horizontal .noUi-handle-lower {
    left: -7px
}
.noUi-horizontal .noUi-handle-upper {
    left: -8px
}
.noUi-vertical {
    width: 18px
}
.noUi-vertical .noUi-handle {
    width: 28px;
    height: 34px;
    left: -6px;
    top: -17px
}
.noUi-target {
    border-radius: 4px;
    border: 1px solid #d7d7d7;
    background-color: #fff
}
.noUi-connect {
    background-color: #73c400;
    -webkit-transition: background 450ms;
    transition: background 450ms
}
.noUi-draggable {
    cursor: ew-resize
}
.noUi-vertical .noUi-draggable {
    cursor: ns-resize
}
.noUi-handle {
    background-color: #7dd4c3;
    cursor: pointer
}
.noUi-vertical .noUi-handle:before, .noUi-vertical .noUi-handle:after {
    width: 14px;
    height: 1px;
    left: 6px;
    top: 14px
}
.noUi-vertical .noUi-handle:after {
    top: 17px
}
[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: 1px solid #d9d9d9;
    border-radius: 3px;
    background: #fff;
    color: #000;
    padding: 5px;
    text-align: center;
    white-space: nowrap
}
.noUi-horizontal .noUi-tooltip {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    left: 50%;
    bottom: 120%
}
.noUi-vertical .noUi-tooltip {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    top: 50%;
    right: 120%
}
#slider {
    width: 100%;
    margin: 10px auto 35px;
    height: 5px;
    border-radius: 2px;
    background-color: #d2d2d2
}
.time_circles {
    position: relative;
    width: 100%;
    height: 100%
}
.time_circles canvas {
    width: 100%
}
.time_circles>div {
    position: absolute;
    text-align: center
}
.time_circles>div>h4 {
    display: none;
    position: absolute;
    bottom: -22px;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 16px !important;
    text-align: center;
    text-transform: none;
    color: #1b1b1b
}
.time_circles>div>span {
    display: block;
    width: 100%;
    margin-top: 2px;
    font-size: 34px !important;
    font-weight: 700;
    text-align: center;
    line-height: 30px !important;
    color: #1b1b1b
}
@media (min-width:768px) and (max-width:991px) {
    .time_circles>div>h4 {
        font-size: 14px !important
    }
}
@media (max-width:450px) {
    .time_circles>div>h4 {
        bottom: -15px;
        font-size: 12px !important
    }
}
.alt-button {
    display: block;
    max-width: 100%;
    padding: 13px 0;
    border-radius: 3px;
    border: 1px solid #77c608;
    background-color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    color: #77c608;
    transition: background-color 0.3s, color 0.3s;
    cursor: pointer;
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.3)
}
.alt-button:hover {
    background-color: #77c608;
    color: #fff
}
.alt-button>input {
    display: none
}
.button {
    display: block;
    max-width: 100%;
    padding: 13px 0;
    border-radius: 5px;
    border: 1px solid #77c608;
    background-color: #77c608;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.3);
    text-align: center;
    color: #fff;
    transition: background-color 0.3s, color 0.3s;
    cursor: pointer
}
.button:hover {
    background-color: #fff;
    color: #77c608
}
.button>input {
    display: none
}
.discount-banner {
    /* height: 87px; */
    background-repeat: no-repeat;
    background-position: 50%
}
@media (max-width:991px) {
    .discount-banner {
        z-index: 102;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 40px;
        background-color: #35312e;
        background-size: auto 100%
    }
    .discount-banner.sticky {
        position: fixed
    }
}
.img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}
.lang-switch {
    z-index: 2;
    position: relative;
    height: 33px
}
.lang-switch:hover::after, .lang-switch.open::after {
    -moz-transform: scale3d(1, -1, 1);
    -o-transform: scale3d(1, -1, 1);
    -ms-transform: scale3d(1, -1, 1);
    -webkit-transform: scale3d(1, -1, 1);
    transform: scale3d(1, -1, 1)
}
.lang-switch:hover>.dropdown, .lang-switch.open>.dropdown {
    max-height: 66px
}
.lang-switch::after {
    content: "";
    position: absolute;
    top: 15px;
    right: 9px;
    width: 7px;
    height: 4px;
    background-repeat: no-repeat;
    background-size: 7px;
    transition: transform 0.2s
}
.lang-switch>.dropdown {
    overflow: hidden;
    max-height: 33px;
    background-color: #73c400;
    transition: max-height, 0.2s
}
.lang-switch a {
    display: block;
    padding: 0 25px 0 5px;
    font-size: 13px;
    font-weight: 500;
    line-height: 33px;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff
}
.lang-switch .active {
    -webkit-box-ordinal-group: -2;
    -moz-box-ordinal-group: -2;
    -ms-flex-order: -2;
    -webkit-order: -2;
    order: -2
}
@media (max-width:991px) and (min-width:450px) {
    .lang-switch {
        width: 66px;
        height: 66px;
        margin-left: 0
    }
    .lang-switch:hover>.dropdown, .lang-switch.open>.dropdown {
        max-height: 132px
    }
    .lang-switch::after {
        top: 30px
    }
    .lang-switch .dropdown {
        max-height: 66px
    }
    .lang-switch .dropdown a {
        padding-right: 28px;
        text-align: right;
        line-height: 66px
    }
}
@media (max-width:450px) {
    .lang-switch {
        width: auto;
        height: auto
    }
    .lang-switch .dropdown {
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        max-height: none;
        margin-bottom: 18px;
        background-color: #fff
    }
    .lang-switch .dropdown a {
        position: relative;
        padding: 0;
        line-height: 1;
        color: #73c400
    }
    .lang-switch .dropdown .active {
        font-weight: 700
    }
    .lang-switch .dropdown .active::after {
        content: "/";
        display: inline-block;
        padding: 0 10px;
        pointer-events: none
    }
}
.nav-trigger {
    position: relative;
    z-index: 25;
    display: none;
    min-width: 66px;
    max-width: 66px;
    height: 66px;
    background-color: #73c400;
    cursor: pointer
}
@media (max-width:991px) {
    .nav-trigger {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex
    }
}
.nav-trigger.fill:before, .nav-trigger.fill:after, .nav-trigger.fill span {
    background-color: #1b1b1b
}
.nav-trigger:before, .nav-trigger:after {
    content: '';
    position: absolute;
    left: 19px;
    width: 28px;
    height: 3px;
    background-color: #fff;
    transition: all 0.2s
}
.nav-trigger:before {
    top: 24px
}
.nav-trigger:after {
    bottom: 24px
}
.nav-trigger span {
    display: block;
    margin: auto;
    width: 28px;
    height: 3px;
    background-color: #fff;
    transition: opacity 0.2s
}
.nav-trigger.menu-open {
    z-index: 102
}
.nav-trigger.menu-open span {
    opacity: 0
}
.nav-trigger.menu-open:before {
    top: calc(50% - 1px);
    animation-name: menu-button-before;
    animation-delay: 0.3s;
    animation-duration: 0.3s;
    animation-fill-mode: forwards
}
.nav-trigger.menu-open:after {
    bottom: calc(50% - 2px);
    animation-name: menu-button-after;
    animation-delay: 0.3s;
    animation-duration: 0.3s;
    animation-fill-mode: forwards
}
@keyframes menu-button-before {
    0% {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }
}
@keyframes menu-button-after {
    0% {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }
}
.heading-decor {
    position: relative;
    text-align: center
}
.heading-decor::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #dedede
}
.heading-decor>span {
    z-index: 0;
    position: relative;
    display: inline-block;
    padding: 0 25px;
    background-color: #fff
}
.item-page .mono-bank, .item-page .private-bank {
    top: 14.2rem !important
}
@media all and (max-width: 1629px) and (min-width: 1400px) {
    .catalog-item .private-bank, .catalog-item .mono-bank {
        top: 14.2rem !important;
    }
}
@media all and (max-width: 1399px) and (min-width: 1200px) {
    .catalog-item .private-bank, .catalog-item .mono-bank {
        top: 11.9rem !important;
    }
}
@media all and (max-width: 1199px) and (min-width: 768px) {
    .catalog-item .private-bank, .catalog-item .mono-bank {
        top: 12.9rem !important;
    }
}
@media all and (max-width: 767px) and (min-width: 501px) {
    .catalog-item .private-bank, .catalog-item .mono-bank {
        top: 11.9rem !important;
    }
}
@media all and (max-width: 500px) and (min-width:380px) {
    .catalog-item .private-bank, .catalog-item .mono-bank {
        top: 9.5rem !important;
    }
}
@media all and (max-width: 379px) {
    .catalog-item .private-bank, .catalog-item .mono-bank {
        top: 8.4rem !important;
    }
}
.private-bank {
    background-image: url(../images/svg/part.png);
    right: 45px !important
}
.mono-bank {
    background-image: url(../images/svg/monobank.svg);
    right: 11px !important
}
.mono-bank, .private-bank {
    top: 14.7rem !important
}
.catalog-item-page .mono-bank {
    right: 45px !important
}
.catalog-item-page .private-bank {
    right: 79px !important
}
.catalog-item-page .mono-bank, .catalog-item-page .private-bank {
    top: 11px !important
}
.catalog-slider .mono-bank, .catalog-slider .private-bank {
    bottom: 8.2rem !important;
    top: initial !important
}
.catalog-slider .mono-bank {
    right: 11px !important;
}
.catalog-slider .private-bank {
    right: 45px !important;
}
@media all and (max-width: 500px) {
    .catalog-slider .mono-bank, .catalog-slider .private-bank {
        bottom: 10.6rem !important;
    }
    .catalog-slider .private-bank {
        right: 40px !important;
    }
}
.wish-button, .mono-bank, .private-bank {
    z-index: 1;
    position: absolute;
    top: 11px;
    right: 11px;
    width: 29px;
    height: 29px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, .95);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 21px;
    font-size: 0;
    cursor: pointer
}
.wish-button input {
    display: none
}
.wish-button.active, .wish-button:hover {
    background-color: #82ca1b
}
.rating-field, .rating-layer {
    position: relative;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    background-repeat: repeat-x
}
.fill-rate {
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-repeat: repeat-x
}
.object-fit {
    background-size: cover;
    background-position: center center
}
.object-fit.compat-object-fit>img {
    opacity: 0
}
.object-fit>img {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover
}
.item-type {
    z-index: 1;
    position: absolute;
    top: 12px;
    left: 0;
    width: 75px
}
.item-type>div {
    display: inline-block;
    margin-bottom: 3px;
    padding: 6px 12px;
    border-radius: 0 4px 4px 0;
    font-size: 13px;
    text-align: center;
    color: #fff
}
.item-type>.hit-type {
    background-color: #32b738
}
.item-type>.discount-type {
    background-color: #f23f3f
}
.count {
    width: 127px;
    font-size: 0;
    border-radius: 2px;
    border: 1px solid #c9c9c9;
    background-color: #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.count .plus, .count .minus {
    width: 43px;
    height: 43px;
    border-radius: 3px;
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: 50%;
    font-size: 0;
    cursor: pointer
}
.count .plus:hover, .count .minus:hover, .count .plus:active, .count .minus:active {
    background-color: #f3f8ed
}
.count .validation-field {
    padding: 0
}
.count .validation-field>input {
    width: 41px;
    height: 41px;
    padding: 0;
    border: none;
    background-color: #fff;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    color: #323131
}
.count .validation-field .error {
    right: 50%;
    -moz-transform: translateX(50%);
    -o-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    bottom: -15px;
    white-space: nowrap
}
.to-top {
    z-index: 100;
    position: fixed;
    bottom: 2%;
    right: 2%;
    display: none;
    width: 46px;
    height: 46px;
    background-color: #73c400;
    border-radius: 3px;
    cursor: pointer;
    transition: bottom 0.3s, background-color 0.3s
}
.to-top:before {
    content: '';
    width: 11px;
    height: 20px;
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 18px;
    top: 12px;
    transition: top 0.3s
}
.to-top:hover {
    background-color: #5ab325
}
.to-top:hover:before {
    top: 7px
}
.order-success {
    z-index: 200;
    position: fixed;
    bottom: 0;
    left: 50%;
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 15px 15px 15px 60px;
    border: 1px solid #f0dfe1;
    border-radius: 5px 5px 0 0;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 15px 50%;
    background-size: 26px;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.75);
    white-space: nowrap;
    animation: successStart 0.5s, successStart 0.5s reverse 2s forwards
}
@-webkit-keyframes successStart {
    0% {
        opacity: 0;
        -moz-transform: translate(-50%, 120%);
        -o-transform: translate(-50%, 120%);
        -ms-transform: translate(-50%, 120%);
        -webkit-transform: translate(-50%, 120%);
        transform: translate(-50%, 120%)
    }
    100% {
        opacity: 1;
        -moz-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0)
    }
}
@keyframes successStart {
    0% {
        opacity: 0;
        -moz-transform: translate(-50%, 120%);
        -o-transform: translate(-50%, 120%);
        -ms-transform: translate(-50%, 120%);
        -webkit-transform: translate(-50%, 120%);
        transform: translate(-50%, 120%)
    }
    100% {
        opacity: 1;
        -moz-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0)
    }
}
.back-layer {
    pointer-events: none;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 206;
    background-color: rgba(0, 0, 0, 0.8)
}
.back-layer.menu-open {
    pointer-events: all;
    z-index: 100;
    -webkit-animation: back-layer 0.5s forwards;
    animation: back-layer 0.5s forwards
}
@-webkit-keyframes back-layer {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}
@keyframes back-layer {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}
.close-popup {
    pointer-events: none;
    z-index: -1;
    opacity: 0;
    position: fixed;
    top: 5px;
    right: 5px;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 21px;
    transition: opacity 0.2s
}
.close-popup.menu-open {
    pointer-events: all;
    z-index: 103;
    opacity: 1;
    transition-delay: 0.4s
}
.close-filter {
    pointer-events: none;
    z-index: -1;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 10px 15px 10px 65px;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    background-color: #f3f8ed;
    background-repeat: no-repeat;
    background-position: 23px 50%;
    background-size: 16px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    transition: opacity 0.2s
}
.close-filter.menu-open {
    pointer-events: all;
    z-index: 103;
    opacity: 1;
    transition-delay: 0.4s
}
.popup-slider {
    pointer-events: none;
    z-index: 101;
    position: fixed
}
.popup-slider.menu-open {
    pointer-events: all
}
.popup-slider.menu-right {
    top: 0;
    right: 0;
    -moz-transform: translateX(120%);
    -o-transform: translateX(120%);
    -ms-transform: translateX(120%);
    -webkit-transform: translateX(120%);
    transform: translateX(120%);
    transition: transform 0.4s
}
.popup-slider.menu-right.menu-open {
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0)
}
.popup-slider.menu-left {
    top: 0;
    left: 0;
    -moz-transform: translateX(-120%);
    -o-transform: translateX(-120%);
    -ms-transform: translateX(-120%);
    -webkit-transform: translateX(-120%);
    transform: translateX(-120%);
    transition: transform 0.4s
}
.popup-slider.menu-left.menu-open {
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0)
}
.popup-slider.menu-top {
    top: 0;
    left: 0;
    -moz-transform: translateY(-120%);
    -o-transform: translateY(-120%);
    -ms-transform: translateY(-120%);
    -webkit-transform: translateY(-120%);
    transform: translateY(-120%);
    transition: transform 0.4s
}
.popup-slider.menu-top.menu-open {
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0)
}
.popup-slider.menu-fade {
    opacity: 0;
    top: 0;
    left: 0;
    transition: opacity 0.4s
}
.popup-slider.menu-fade.menu-open {
    opacity: 1
}
.nav {
    margin: 0;
    list-style: none
}
.nav>.item-level-0 {
    margin: 0 0 0 20px
}
.nav>.item-level-0:first-child {
    margin-left: 0
}
.nav .link-level-0 {
    position: relative;
    display: block;
    padding-left: 22px;
    font-size: 13px;
    text-decoration: none;
    color: #1b1b1b;
    transition: color 0.2s
}
.nav .link-level-0.active, .nav .link-level-0:hover {
    text-decoration: underline;
    color: #50ae17
}
.nav .link-level-0.active .fill-icon, .nav .link-level-0:hover .fill-icon {
    opacity: 1
}
.nav .link-level-0.active .default-icon, .nav .link-level-0:hover .default-icon {
    opacity: 0
}
.nav .icon {
    position: absolute;
    top: -2px;
    left: 0;
    width: 17px;
    height: 17px
}
.nav .img {
    transition: opacity 0.2s
}
.nav .fill-icon {
    opacity: 0
}
@media (min-width:1200px) and (max-width:1399px) {
    .nav>.item-level-0 {
        margin-left: 15px
    }
    .nav .link-level-0 {
        font-size: 12px
    }
}
@media (min-width:992px) and (max-width:1199px) {
    .nav>.item-level-0 {
        margin-left: 10px
    }
    .nav .link-level-0 {
        padding-left: 0;
        font-size: 12px
    }
    .nav .icon {
        display: none
    }
}
.catalog-nav {
    width: calc(100% - 260px);
    margin: 0;
    list-style: none
}
.catalog-nav>.item-level-0 {
    width: 9.1%;
    margin: 0
}
.catalog-nav .link-level-0 {
    position: relative;
    display: block;
    padding: 60px 3px 9px;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    text-align: center;
    color: #fff;
    transition: color 0.3s, background-color 0.3s
}
.catalog-nav .link-level-0:hover, .catalog-nav .link-level-0.active {
    background-color: #3d9000;
    color: #ffec48
}
.catalog-nav .link-level-0:hover .hover-img, .catalog-nav .link-level-0.active .hover-img {
    opacity: 1
}
.catalog-nav .icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px
}
.catalog-nav .img {
    transition: opacity 0.3s
}
.catalog-nav .hover-img {
    opacity: 0
}
.catalog-nav .submenu, .catalog-nav .green-img {
    display: none
}
.catalog-nav-vertical {
    z-index: 5;
    position: relative;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    width: 260px;
    margin: 0;
    box-shadow: 0 4px 13px rgba(0, 0, 0, 0.09);
    background-color: #fff;
    list-style: none
}
.catalog-nav-vertical>.item-level-0, .catalog-nav-vertical .item-level-1 {
    margin: 0
}
.catalog-nav-vertical>.item-level-0:last-child, .catalog-nav-vertical .item-level-1:last-child {
    border-bottom: none
}
.catalog-nav-vertical>.item-level-0 {
    margin: 0
}
.catalog-nav-vertical>.item-level-0>.link-level-0 {
    transition: all 0s 0.2s
}
.catalog-nav-vertical>.item-level-0:hover>.link-level-0, .catalog-nav-vertical>.item-level-0.active>.link-level-0 {
    background-color: #f7f7f7
}
.catalog-nav-vertical .item-level-1 {
    width: 20%;
    margin: 0;
    border: 1px solid #fff
}
.catalog-nav-vertical .item-level-1:hover img {
    opacity: 0.6
}
.catalog-nav-vertical .item-level-1:hover .section-title {
    color: #50ae17;
    text-decoration: underline
}
.catalog-nav-vertical .link-level-0 {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    padding: 15px 25px 14px 15px;
    background-repeat: no-repeat;
    background-position: calc(100% - 20px) 50%;
    background-size: 8px;
    font-size: 15px;
    text-decoration: none;
    color: #1b1b1b
}
.catalog-nav-vertical .link-level-0>span {
    display: block;
    margin-left: 15px
}
.catalog-nav-vertical .link-level-1 {
    display: block;
    padding: 25px;
    text-decoration: none;
    color: #1b1b1b;
    transition: background-color 0.2s
}
@media (min-width:1400px) and (max-width:1629px) {
    .catalog-nav-vertical .link-level-1 {
        padding: 10px
    }
}
@media (min-width:1200px) and (max-width:1399px) {
    .catalog-nav-vertical .link-level-1 {
        padding: 25px
    }
}
.catalog-nav-vertical .link-level-1:hover, .catalog-nav-vertical .link-level-1.active {
    background-color: #fff
}
.catalog-nav-vertical .section-img {
    position: relative;
    height: 116px;
    margin-bottom: 15px;
    background-color: #fff
}
@media (min-width:1400px) and (max-width:1629px) {
    .catalog-nav-vertical .section-img {
        height: 96px
    }
}
@media (min-width:1200px) and (max-width:1399px) {
    .catalog-nav-vertical .section-img {
        height: 148px
    }
}
.catalog-nav-vertical .section-title {
    overflow: hidden;
    height: 36px;
    font-size: 15px;
    text-align: center
}
.catalog-nav-vertical .show-all-title {
    display: block;
    padding: 0 25px;
    font-size: 15px;
    font-weight: 700;
    text-align: center
}
.catalog-nav-vertical .show-all-icon {
    display: block;
    height: 38px;
    margin-bottom: 25px;
    background-repeat: no-repeat;
    background-position: 50%
}
.catalog-nav-vertical .level-1 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    list-style: none
}
.catalog-nav-vertical .level-1 li {
    position: relative
}
.catalog-nav-vertical .icon {
    position: relative;
    width: 45px;
    height: 31px
}
.catalog-nav-vertical .default-img, .catalog-nav-vertical .hover-img {
    display: none
}
.catalog-nav-vertical .submenu {
    opacity: 0;
    z-index: -1;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 100%;
    width: 1310px;
    min-height: 100%;
    background-color: #fff;
    box-shadow: 0 4px 13px rgba(0, 0, 0, 0.09);
    transition: opacity 0s 0.2s
}
.catalog-nav-vertical .menu-toggle {
    display: none
}
.limited.catalog-nav>.item-level-0:nth-child(11)~li {
    display: none
}
.limited.catalog-nav .to-sections .link-level-0 {
    font-style: italic;
    font-weight: 700
}
.limited.catalog-nav-vertical>.item-level-0:nth-child(9)~li {
    display: none
}
.limited.catalog-nav-vertical .to-sections .link-level-1 {
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    height: 100%
}
.limited .to-discounts, .limited .to-sections {
    display: block !important
}
.limited .to-discounts:hover .link-level-1, .limited .to-sections:hover .link-level-1 {
    color: #50ae17
}
@media (min-width:1200px) and (max-width:1399px) {
    .limited .item-level-1:nth-child(9)~li {
        display: none
    }
}
@media (max-width:1199px) {
    .limited .item-level-1:nth-child(9)~li {
        display: none
    }
}
@media (min-width:1400px) and (max-width:1629px) {
    .catalog-nav-vertical .link-level-0 {
        padding: 8px 25px 8px 15px
    }
    .catalog-nav-vertical .submenu {
        width: 1025px
    }
}
@media (min-width:1200px) and (max-width:1399px) {
    .catalog-nav-vertical .section-title {
        font-size: 14px
    }
    .catalog-nav-vertical .level-1 li .section-img {
        height: 135px
    }
    .catalog-nav-vertical .level-1 li .section-img img {
        width: 90%
    }
    .catalog-nav-vertical .link-level-0 {
        padding: 7px 25px 6px 15px
    }
    .catalog-nav-vertical .submenu {
        width: calc(100vw - 290px)
    }
    .catalog-nav-vertical .section-img {
        height: 110px
    }
    .catalog-nav-vertical .show-all-title {
        padding: 0 10px
    }
}
@media (min-width:992px) and (max-width:1199px) {
    .catalog-nav>.item-level-0 {
        width: 13%
    }
    .catalog-nav>.item-level-0:nth-child(8)~li {
        display: none
    }
    .catalog-nav-vertical .submenu {
        width: calc(100vw - 290px)
    }
    .catalog-nav-vertical .level-1 li {
        height: 205px
    }
    .catalog-nav-vertical .link-level-0 {
        padding: 7px 25px 6px 15px
    }
    .catalog-nav-vertical .item-level-1 {
        width: 25%
    }
    .catalog-nav-vertical .item-level-1:nth-child(7)~li {
        display: none
    }
    .catalog-nav-vertical .link-level-1 {
        padding: 10px
    }
    .catalog-nav-vertical .section-img {
        height: 98px
    }
    .catalog-nav-vertical .show-all-title {
        padding: 0
    }
    .catalog-nav-vertical .icon {
        height: 25px
    }
}
@media (max-width:991px) {
    .catalog-nav {
        display: none
    }
}
.search, .mobile-search {
    position: relative;
    z-index: 205
}
.search .hidden-title, .mobile-search .hidden-title {
    display: none
}
.search .search-field, .mobile-search .search-field {
    position: relative
}
.search [name="q"], .mobile-search [name="q"] {
    width: 100%;
    height: 38px;
    padding: 0 45px 0 15px;
    border-radius: 5px;
    border: 1px solid #c1c1c1;
    background-color: transparent;
    font-size: 13px;
    color: #1b1b1b
}
.search [name="q"]::-webkit-input-placeholder, .mobile-search [name="q"]::-webkit-input-placeholder {
    color: #c1c1c1
}
.search [name="q"]:-moz-placeholder, .mobile-search [name="q"]:-moz-placeholder {
    color: #c1c1c1
}
.search [name="q"]::-moz-placeholder, .mobile-search [name="q"]::-moz-placeholder {
    color: #c1c1c1
}
.search [name="q"]:-ms-input-placeholder, .mobile-search [name="q"]:-ms-input-placeholder {
    color: #c1c1c1
}
.search #sys_search_block, .mobile-search #sys_search_block {
    display: none;
    z-index: 15;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    border: 1px solid #e8e8e8;
    border-top: none
}
.search .has-result+#sys_search_block, .mobile-search .has-result+#sys_search_block {
    display: block
}
.mobile-search-submit, .search-submit {
    position: absolute;
    top: 0;
    right: 0;
    width: 43px;
    height: 100%;
    border: none;
    border-radius: 5px;
    background-repeat: no-repeat;
    background-color: #50ae17;
    background-position: 50%;
    background-size: 20px;
    font-size: 0;
    transition: background-image 0.2s
}
.mobile-search-submit:hover, .search-submit:hover {
    background-color: #3d9000
}
.search {
    width: 100%;
    max-width: 650px
}
.search .result-title {
    padding: 7px;
    border-top: 1px solid #e6e6e6
}
.search .alt-button {
    width: 265px
}
.mobile-search {
    margin-bottom: 18px
}
.item-preview {
    padding: 5px;
    border-top: 1px solid #e6e6e6;
    transition: background-color 0.2s
}
.item-preview:hover {
    background-color: #f3f8ed
}
.item-preview:hover .item-title {
    text-decoration: underline
}
.item-preview>.item-img {
    position: relative;
    display: block;
    width: 60px;
    height: 60px
}
.item-preview>.text-sector {
    width: calc(100% - 60px);
    padding-left: 10px
}
.item-preview .item-title {
    overflow: hidden;
    display: block;
    height: 26px;
    margin-bottom: 5px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    color: #1b1b1b
}
.item-preview .old-price {
    position: relative;
    font-size: 14px;
    color: #8a8a8a
}
.item-preview .old-price::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #8a8a8a
}
.item-preview .old-price>span {
    font-size: 11px
}
.item-preview .old-price+.new-price {
    margin-left: 7px
}
.item-preview .new-price {
    font-size: 16px;
    font-weight: 700
}
.item-preview .new-price>span {
    font-size: 13px
}
.full-width-search {
    position: relative;
    display: none;
    margin-bottom: 25px
}
@media (max-width:991px) {
    .full-width-search {
        display: block
    }
}
@media (min-width:1400px) and (max-width:1629px) {}
@media (min-width:1200px) and (max-width:1399px) {}
@media (min-width:992px) and (max-width:1199px) {}
.mobile-menu {
    overflow: hidden;
    display: none;
    width: 320px;
    height: calc(100vh - 106px);
    padding: 12px 10px 50px;
    background: #fff
}
@media (max-width:767px) {
    .mobile-menu {
        width: 100%
    }
}
.mobile-menu.popup-slider {
    display: block;
    top: 106px
}
.mobile-menu .menu-wrap {
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;
    height: 100%
}
.mobile-menu .mobile-search [name="q"] {
    background-color: #fff
}
.mobile-menu .mobile-search [name="q"]::-webkit-input-placeholder {
    color: #9c9c9c
}
.mobile-menu .mobile-search [name="q"]:-moz-placeholder {
    color: #9c9c9c
}
.mobile-menu .mobile-search [name="q"]::-moz-placeholder {
    color: #9c9c9c
}
.mobile-menu .mobile-search [name="q"]:-ms-input-placeholder {
    color: #9c9c9c
}
.mobile-menu .mobile-search .mobile-search-submit {
    background-position: 50%
}
@media (min-width:450px) {
    .mobile-menu .lang-switch {
        display: none
    }
}
.icons-nav {
    margin: 0 0 20px 0;
    padding: 10px 0;
    border-top: 1px solid #c1c1c1;
    border-bottom: 1px solid #c1c1c1;
    list-style: none
}
.icons-nav li {
    position: relative;
    margin: 0;
    line-height: 1
}
.icons-nav .login, .icons-nav .link-level-0, .icons-nav .link-level-1, .icons-nav .link-level-2 {
    display: block;
    background-repeat: no-repeat;
    background-position: 1px 50%;
    background-size: 18px;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    color: #1b1b1b
}
.icons-nav .login.active, .icons-nav .link-level-0.active, .icons-nav .link-level-1.active, .icons-nav .link-level-2.active {
    text-decoration: underline
}
.icons-nav .login, .icons-nav .link-level-0 {
    padding: 16px 15px 13px 35px;
    text-transform: uppercase
}
.icons-nav .link-level-1, .icons-nav .link-level-2, .icons-nav .uplevel .link-level-0 {
    padding: 16px 15px;
    text-transform: none
}
.icons-nav .login {
    display: block !important
}
.icons-nav .login br {
    display: none
}
.icons-nav .icon {
    position: relative;
    width: 31px;
    height: 31px
}
.icons-nav .icon+span {
    display: block;
    margin-left: 10px
}
.icons-nav .menu-title {
    overflow: hidden;
    position: fixed;
    top: 57px;
    left: 0;
    width: 320px;
    max-width: 100%;
    white-space: nowrap;
    padding: 16px 15px 16px 55px;
    background-repeat: no-repeat;
    background-position: 19px 50%;
    background-size: 16px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase
}
.icons-nav .menu-title::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 55px;
    height: 100%;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 60%);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 60%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 60%)
}
.icons-nav .menu-toggle {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 12px;
    font-size: 0
}
.icons-nav .level-1, .icons-nav .level-2, .icons-nav .uplevel {
    overflow-y: auto;
    overflow-x: hidden;
    height: 100%;
    margin: 0
}
.icons-nav .submenu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    -moz-transform: translateX(-120%);
    -o-transform: translateX(-120%);
    -ms-transform: translateX(-120%);
    -webkit-transform: translateX(-120%);
    transform: translateX(-120%);
    padding: 100px 0 50px;
    background-color: #fff;
    transition: transform 0.3s
}
.icons-nav .submenu.menu-open {
    z-index: 10;
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0)
}
.icons-nav .submenu.prev-menu>li, .icons-nav .submenu.prev-menu>ul>li {
    overflow: hidden;
    height: 0
}
.icons-nav .submenu a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    color: #1b1b1b
}
.icons-nav .new-icon, .icons-nav .discount-icon {
    background-size: 22px;
    background-position: 17px 50%
}
.icons-nav .link-level-1 .section-img {
    position: absolute;
    right: 0;
    top: 0;
    width: 20%;
    height: 40px
}
.mobile-nav {
    margin: 0;
    list-style: none
}
.mobile-nav .item-level-0 {
    margin: 0 0 15px 0;
    line-height: 1
}
.mobile-nav .link-level-0 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    font-size: 15px;
    text-decoration: none;
    color: #1b1b1b
}
.mobile-nav .link-level-0.active {
    text-decoration: underline
}
.mobile-nav .icon {
    position: relative;
    width: 17px;
    height: 15px;
    margin-right: 15px
}
@media (max-width:991px) {
    .color-icon .fill-icon {
        opacity: 0
    }
}
.catalog-item-wrap {
    position: relative;
    height: 434px
}
.catalog-item-wrap .catalog-item {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-height: 434px;
    transition: box-shadow 0.2s ease
}
.catalog-item-wrap:hover .catalog-item {
    box-shadow: 0 5px 30px #e0e0e0;
    z-index: 9
}
.catalog-item {
    padding: 4px 4px 1px;
    border-radius: 3px;
    border: 1px solid #eaeaea;
    background-color: #fff;
    transition: background 0.3s
}
.catalog-item:hover {
    z-index: 2;
    max-height: 600px !important;
    transition: box-shadow 0.3s, background 0.3s, max-height 0.3s
}
.catalog-item:hover .wood-color-wrap {
    opacity: 1
}
@media (max-width:991px) {
    .catalog-item:hover .wood-color-wrap {
        opacity: 0
    }
}
.catalog-item .item-img {
    position: relative;
    display: block;
    height: fit-content;
}

.catalog-item .item-img img.lazy[src^="data:image"],
.catalog-item .item-img img.lazy.loading {
    height: 0px !important;
}

/* .item-page .catalog-item .item-img {
    height: 218px
} */
/* img.lazy {
    height: 100% !important;
    width: 100% !important;
}
img.lazy.loaded {
    height: auto !important;
} */

.catalog-item .text-sector {
    padding: 15px 15px 0
}
.catalog-item .item-id {
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: 500;
    color: #8b8a8a
}
.catalog-item .item-id>span {
    color: #1c1c1c
}
.catalog-item .item-title {
    overflow: hidden;
    display: block;
    height: 30px;
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.1;
    text-decoration: none;
    color: #1b1b1b;
    text-align: center
}
.catalog-item .item-title:hover {
    text-decoration: underline
}
.catalog-item .users-rating {
    margin-bottom: 13px
}
.catalog-item .rating-layer {
    position: relative;
    width: 75px;
    height: 15px;
    background-repeat: repeat-x;
    background-size: 15px
}
.catalog-item .rating-layer .fill-rate {
    background-size: 15px
}
.catalog-item .reviews-count {
    font-size: 13px;
    font-weight: 500;
    color: #8b8a8a
}
.catalog-item .sell-box {
    margin-bottom: 15px
}
.catalog-item .sell-button {
    display: block;
    width: 93px;
    padding: 12px 5px 12px 10px;
    border-radius: 2px;
    background-color: #77c608;
    background-repeat: no-repeat;
    background-position: 85% 50%;
    background-size: 18px;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    text-shadow: 1px 1px 1px rgba(150, 150, 150, 1);
    color: #fff;
    transition: background 0.3s;
    cursor: pointer;
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.3)
}
.catalog-item .sell-button:hover {
    background-color: #64b732
}
.catalog-item .sell-button input {
    display: none
}
.catalog-item .old-price {
    position: relative;
    display: inline-block;
    margin-bottom: 4px;
    font-size: 15px;
    font-weight: 500;
    text-decoration: line-through;
    color: #737373
}
.catalog-item .old-price>span {
    font-size: 12px
}
.catalog-item .old-price+.new-price {
    color: #eb3131
}
.catalog-item .new-price {
    font-size: 18px;
    font-weight: 700
}
.catalog-item .new-price>span {
    font-size: 14px
}
.catalog-item .item-info {
    margin-bottom: 10px;
    font-size: 13px;
    color: #8b8a8a
}
.catalog-item .item-info:last-child {
    margin-bottom: 15px
}
.catalog-item .item-info>span {
    color: #1b1b1b
}
.catalog-item .wood-color-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    opacity: 0;
    transition: opacity 0.2s
}
@media (max-width:991px) {
    .catalog-item .wood-color-wrap {
        display: none
    }
}
.catalog-item .wood-color-wrap .wood-color-item {
    position: relative;
    width: 32px;
    height: 32px;
    border-radius: 7px;
    margin-right: 3px;
    overflow: hidden;
    border: 1px solid #b4b4b4
}
.catalog-item .wood-color-wrap .wood-color-item:before {
    content: '';
    position: absolute;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    z-index: 1;
    top: -1px;
    left: -1px;
    border: 2px solid #fff;
    border-radius: 7px
}
.catalog-item .wood-color-wrap .wood-color-item:nth-last-child(1) {
    margin-right: 0
}
@media (max-width:500px) {
    .catalog-item .wood-color-wrap .wood-color-item:nth-child(6) {
        display: none
    }
}
@media (max-width:450px) {
    .catalog-item .wood-color-wrap .wood-color-item {
        width: 20px;
        height: 20px
    }
}
.selected-values {
    display: none;
    padding-bottom: 15px
}
@media (max-width:991px) {
    .selected-values {
        border-bottom: 1px solid #e2e2e2
    }
}
.selected-values.on-mobile {
    margin-bottom: 25px;
    border-bottom: 1px solid #e2e2e2
}
.selected-values.on-mobile .group-title.trigger::after {
    top: 16px
}
.selected-values.on-mobile .properties {
    padding-bottom: 0
}
@media (min-width:992px) {
    .selected-values.on-mobile {
        display: none !important
    }
}
.selected-values .group-title {
    margin-bottom: 15px
}
.selected-values .selected {
    margin-bottom: 15px
}
.selected-values .selected-value {
    position: relative;
    margin-bottom: 5px;
    padding: 10px 10px 10px 30px;
    border-radius: 4px;
    background-color: #f5f5f5;
    font-size: 14px;
    color: #8b8a8a
}
.selected-values .selected-value:last-child {
    margin-bottom: 0
}
.selected-values .selected-value>span {
    color: #1b1b1b
}
.selected-values .clear-value {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 11px 12px;
    background-size: 9px;
    font-size: 0
}
.filter-title {
    display: none;
    position: absolute;
    top: 45px;
    left: 0;
    width: 100%;
    padding-left: 15px;
    font-size: 20px;
    font-weight: 700
}
@media (max-width:991px) {
    .filter-title {
        display: block
    }
}
.clear-filter {
    display: inline-block;
    padding-left: 30px;
    background-repeat: no-repeat;
    background-position: 11px 2px;
    background-size: 9px;
    font-size: 13px;
    font-weight: 700;
    color: #1b1b1b
}
.filter-group {
    padding: 15px 10px;
    border-top: 1px solid #e7e7e7
}
.filter-group:first-child, .filter-group.selected-values {
    margin-top: 0
}
.filter-group .group-title {
    font-size: 16px;
    font-weight: 700
}
.filter-group .group-title.trigger {
    position: relative;
    padding-right: 30px;
    cursor: pointer
}
.filter-group .group-title.trigger::after {
    content: "";
    position: absolute;
    top: 6px;
    right: 0;
    width: 10px;
    height: 7px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 9px
}
.filter-group .group-title.open::after {
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}
.filter-group .properties-wrap {
    padding: 15px 10px
}
.filter-group .hidden-properties {
    display: none;
    margin-top: 10px
}
.filter-group .selected-wrap {
    border-radius: 0
}
.filter-group .show-properties {
    margin-top: 15px;
    font-size: 13px;
    text-decoration: underline;
    text-align: center;
    color: #50ae17;
    cursor: pointer
}
.filter-group .show-properties:hover {
    text-decoration: none
}
.submit-scroll-field {
    position: relative
}
.catalog-filter {
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.catalog-filter .price-wrap {
    padding: 15px 0 0;
    font-size: 0
}
.catalog-filter .price-wrap span {
    display: block;
    padding: 0 10px;
    font-size: 14px;
    text-align: center
}
.catalog-filter .price-wrap input {
    width: 82px;
    height: 32px;
    border-radius: 2px;
    border: 1px solid #c9c9c9;
    text-align: center;
    font-size: 14px
}
.catalog-filter .inputs-wrap {
    margin-bottom: 20px
}
.catalog-filter .input-field {
    padding: 4px 0 0 28px;
    margin-bottom: 13px
}
.catalog-filter .input-field input[disabled]+.checkbox+.input-title {
    color: grey
}
.catalog-filter .input-field input[checked]+.checkbox+.input-title {
    color: #1b1b1b
}
.catalog-filter .input-field:last-of-type {
    margin-bottom: 0
}
.catalog-filter .submit-wrap {
    display: none;
    z-index: 10;
    position: absolute;
    top: 150px;
    left: calc(100% + 9px);
    width: 145px;
    padding: 10px;
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 2px 2px 11px rgba(0, 0, 0, 0.63)
}
.catalog-filter .submit-wrap::before {
    content: "";
    position: absolute;
    top: calc(50% - 4px);
    left: -6px;
    width: 11px;
    height: 11px;
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    border-top: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    background-color: #fff
}
.catalog-filter .submit-wrap .result-title {
    margin-bottom: 5px;
    font-size: 12px;
    color: #8b8a8a;
    text-align: center
}
.catalog-filter .submit-wrap .result-count {
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: 700;
    text-align: center
}
.catalog-filter .submit-wrap .result-count>span {
    font-size: 12px
}
.catalog-filter .submit-button {
    display: block;
    padding: 8px;
    background-color: #73c400;
    font-size: 16px;
    font-weight: 700;
    text-transform: none;
    text-align: center;
    color: #fff;
    cursor: pointer;
    border-radius: 3px
}
.catalog-filter .submit-button input {
    display: none
}
.catalog-filter .sorting-group {
    width: 100%
}
.catalog-filter .sorting-title {
    display: none
}
@media (min-width:992px) {
    .catalog-filter .submit-wrap .clear-filter {
        display: none
    }
}
@media (max-width:991px) {
    .catalog-filter {
        overflow: auto;
        height: 100%;
        margin-right: -15px;
        padding-right: 15px
    }
    .catalog-filter .submit-wrap {
        display: block;
        position: fixed;
        top: auto !important;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 5px;
        border-radius: 0
    }
    .catalog-filter .submit-wrap::before {
        content: none
    }
    .catalog-filter .submit-wrap .result-title, .catalog-filter .submit-wrap .result-count {
        display: none
    }
    .catalog-filter .submit-wrap .button {
        margin: 0 auto
    }
}
.catalog-sorting {
    margin-bottom: 25px
}
.catalog-sorting .select-title, .catalog-sorting .select-wrap {
    display: inline-block;
    vertical-align: top
}
.catalog-sorting .sorting-title, .catalog-sorting .select-title {
    padding: 11px 12px 0 0;
    font-size: 14px;
    color: #b4b4b4;
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.catalog-sorting .sorting-title>span, .catalog-sorting .select-title>span {
    font-weight: 700;
    color: #1b1b1b
}
@media (min-width:1200px) and (max-width:1399px) {
    .catalog-sorting .sorting-title, .catalog-sorting .select-title {
        padding: 12px 12px 0 0;
        font-size: 14px
    }
}
@media (min-width:992px) and (max-width:1199px) {
    .catalog-sorting .sorting-title, .catalog-sorting .select-title {
        padding: 12px 12px 0 0;
        font-size: 12px
    }
}
.catalog-sorting .sorting-group:nth-child(2) {
    margin: 0 70px 0 auto
}
@media (min-width:992px) and (max-width:1199px) {
    .catalog-sorting .sorting-group:nth-child(2) {
        margin-right: 30px
    }
}
@media (max-width:767px) {
    .catalog-sorting .sorting-group:nth-child(2) {
        margin: 0
    }
}
.catalog-sorting .sorting-group:nth-child(2) .select-wrap {
    min-width: 190px
}
@media (max-width:767px) {
    .catalog-sorting .sorting-group:nth-child(2) .select-wrap {
        min-width: 160px
    }
}
.catalog-sorting .sorting-group:nth-child(3) .select-wrap {
    min-width: 60px
}
.catalog-sorting .select2 {
    width: 100% !important
}
.catalog-sorting .select2-container .select2-selection--single {
    height: 33px
}
.catalog-sorting .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 32px
}
.catalog-sorting .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 31px;
    width: 33px
}
@media (max-width:767px) {
    .catalog-sorting {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 8px 10px 7px
    }
    .catalog-sorting .select-title {
        font-size: 13px
    }
    .catalog-sorting .sorting-group:nth-child(2) {
        margin-bottom: 10px
    }
}
.breadcrumbs {
    margin: 0 0 30px;
    font-size: 0;
    list-style: none
}
.breadcrumbs>li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 0;
    margin-left: 0;
    line-height: 1;
    font-size: 12px;
    color: #929292
}
.breadcrumbs>li:after {
    content: "/";
    padding: 0 8px
}
.breadcrumbs>li.active, .breadcrumbs>li:hover {
    color: #50ae17
}
.breadcrumbs>li.active a, .breadcrumbs>li:hover a {
    text-decoration: none
}
.breadcrumbs>li:last-child {
    color: #50ae17
}
.breadcrumbs>li:last-child:after {
    content: none
}
.breadcrumbs>li:last-child a {
    text-decoration: none;
    cursor: default
}
.breadcrumbs a {
    display: inline-block;
    color: inherit
}
@media (max-width:767px) {
    .breadcrumbs {
        overflow-y: hidden;
        overflow-x: auto;
        max-width: 100%;
        padding-bottom: 10px;
        white-space: nowrap
    }
}
.breadcrumbs-wrap {
    position: relative
}
.breadcrumbs-wrap::after {
    content: "";
    position: absolute;
    top: 0;
    right: -15px;
    width: 50px;
    height: 100%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, #fff)
}
.input-field {
    position: relative;
    display: block;
    padding: 1px 0 0 28px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.input-field>input {
    display: none
}
.input-field>input:checked+.radio {
    border-color: #73c400;
    background-color: #73c400
}
.input-field>input:hover+.radio {
    border-color: #73c400;
    background-color: #73c400
}
.input-field>input:checked+.checkbox {
    border-color: #73c400;
    background-color: #73c400
}
.input-field>input:hover+.checkbox {
    border-color: #73c400;
}
}
.input-field.unchecked input:hover+.checkbox {
    border-color: #73c400;
    background-color: #fff
}
.input-field .checkbox {
    position: absolute;
    top: 0;
    left: 0;
    width: 19px;
    height: 19px;
    border-radius: 2px;
    border: 1px solid #c7c7c7;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 13px
}
.input-field .radio {
    position: absolute;
    top: 0;
    left: 0;
    width: 17px;
    height: 17px;
    padding: 2px;
    border-radius: 50%;
    border: 2px solid #c7c7c7;
    background-clip: content-box;
    background-color: #fff
}
.input-field .checkbox-title, .input-field .input-title {
    font-size: 14px
}
.input-field.validation-field {
    padding: 2px 0 12px 28px
}
input[value="card"]+span+.input-title, input[value="liqpay"]+span+.input-title, input[value="part"]+span+.input-title, input[value="mono_part"]+span+.input-title, input[value="install"]+span+.input-title {
    position: relative
}
input[value="card"]+span+.input-title:after, input[value="liqpay"]+span+.input-title:after, input[value="part"]+span+.input-title:after, input[value="mono_part"]+span+.input-title:after, input[value="install"]+span+.input-title:after {
    content: '';
    height: 17px;
    width: 73px;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 0;
    top: 0;
    -moz-transform: translateX(calc(100% + 10px));
    -o-transform: translateX(calc(100% + 10px));
    -ms-transform: translateX(calc(100% + 10px));
    -webkit-transform: translateX(calc(100% + 10px));
    transform: translateX(calc(100% + 10px))
}
.order-cart-item .item-img, .cart-item .item-img {
    position: relative;
    display: block;
    width: 135px;
    height: 132px
}
.order-cart-item .item-details, .cart-item .item-details {
    width: calc(100% - 135px);
    padding: 0 20px 0 30px
}
.order-cart-item .item-info, .cart-item .item-info {
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: 500;
    color: #8b8a8a
}
.order-cart-item .item-info>span, .cart-item .item-info>span {
    color: #1b1b1b
}
.order-cart-item .item-title, .cart-item .item-title {
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    color: #1b1b1b
}
.order-cart-item .item-title:hover, .cart-item .item-title:hover {
    text-decoration: none
}
.order-cart-item .price, .cart-item .price, .order-cart-item .total-price, .cart-item .total-price {
    font-size: 14px;
    font-weight: 700
}
.order-cart-item .price>span, .cart-item .price>span, .order-cart-item .total-price>span, .cart-item .total-price>span {
    font-size: 18px
}
.order-cart-item .total-price, .cart-item .total-price {
    color: #54a500
}
.order-cart-item .count, .cart-item .count {
    margin: 0 auto
}
.order-cart-item .items-count, .cart-item .items-count {
    font-size: 14px;
    font-weight: 700
}
.order-cart-item .delete-item, .cart-item .delete-item {
    display: block;
    width: 42px;
    height: 42px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px;
    transition: background 0.2s;
    cursor: pointer
}
.order-cart-item .delete-item:hover, .cart-item .delete-item:hover {
    opacity: 1
}
.order-cart-item .delete-item>input, .cart-item .delete-item>input {
    display: none
}
@media (max-width:767px) {
    .order-cart-item, .cart-item {
        position: relative;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 50%;
        border: 1px solid #e0e0e0
    }
    .order-cart-item .cell-1, .cart-item .cell-1 {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .order-cart-item .item-img, .cart-item .item-img {
        pointer-events: none
    }
    .order-cart-item .item-details, .cart-item .item-details {
        width: 100%;
        padding: 15px
    }
    .order-cart-item .total-price, .cart-item .total-price, .order-cart-item .count-wrap, .cart-item .count-wrap, .order-cart-item .items-count, .cart-item .items-count, .order-cart-item .text-sector, .cart-item .text-sector {
        padding: 0 15px;
        text-align: center
    }
    .order-cart-item .total-price, .cart-item .total-price, .order-cart-item .text-sector, .cart-item .text-sector, .order-cart-item .items-count, .cart-item .items-count, .order-cart-item .count-wrap, .cart-item .count-wrap {
        margin-bottom: 10px
    }
    .order-cart-item .count, .cart-item .count {
        margin: 0 auto
    }
    .order-cart-item .delete-item, .cart-item .delete-item {
        position: absolute;
        top: 2px;
        right: 2px
    }
}
@media (max-width:600px) {
    .order-cart-item, .cart-item {
        width: 100% !important
    }
}
.pagination {
    position: relative;
    margin: 20px 0;
    font-family: 'Roboto', sans-serif;
    font-size: 0;
    text-align: center;
    list-style-type: none
}
@media (max-width:767px) {
    .pagination {
        padding: 34px 0 0 0
    }
}
.pagination>.prev, .pagination>.next {
    display: inline-block;
    vertical-align: top;
    width: 29px;
    height: 42px;
    margin: 0 5px;
    border: 2px solid transparent;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 29px;
    font-size: 0
}
@media (max-width:767px) {
    .pagination>.prev, .pagination>.next {
        position: absolute;
        top: 0;
        height: 30px;
        margin: 0
    }
}
@media (max-width:767px) {
    .pagination>.prev {
        left: 0
    }
}
.pagination>.next {
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}
@media (max-width:767px) {
    .pagination>.next {
        right: 0
    }
}
.pagination-item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 42px;
    height: 42px;
    margin: 0 5px;
    border-radius: 50%;
    border: 2px solid transparent;
    background: no-repeat center;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    line-height: 1;
    color: #000;
    transition: border-color 0.3s
}
@media (max-width:767px) {
    .pagination-item {
        width: 30px;
        height: 30px;
        margin: 0 3px;
        font-size: 16px
    }
}
.pagination-item:hover, .pagination-item.active {
    color: #73c400
}
.pagination-item.active {
    border-color: #73c400
}
.pagination-item.divider>.pagination-link {
    cursor: default
}
.pagination-item.disabled {
    pointer-events: none;
    opacity: 0.5
}
.pagination-item.disabled>.pagination-link {
    cursor: default
}
.pagination-link {
    display: block;
    font-size: inherit;
    text-decoration: none;
    line-height: 38px;
    color: inherit
}
@media (max-width:767px) {
    .pagination-link {
        line-height: 26px
    }
}
.load-more {
    position: relative;
    display: block;
    width: 210px;
    margin: 20px auto 0;
    padding: 15px 0 15px 35px;
    background-color: #73c400;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    color: #fff;
    border-radius: 5px;
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.3)
}
.load-more:hover::after {
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
}
.load-more::after {
    content: "";
    position: absolute;
    top: 10px;
    right: 30px;
    width: 26px;
    height: 26px;
    background-repeat: no-repeat;
    background-position: 50%;
    transition: transform 0.5s
}
.fancybox-slide .validation {
    width: 360px;
    max-width: 100%
}
.validation {
    font-family: 'Roboto', sans-serif;
    font-size: 0
}
.validation-field {
    position: relative;
    display: block;
    padding: 12px 0 22px 0
}
.validation-field.uploader .error {
    bottom: 49px
}
.validation-field>input, .validation-field>select, .validation-field>textarea {
    width: 100%;
    background-color: #fff;
    border: none;
    border-bottom: 1px solid #000;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #1b1b1b
}
.validation-field>input::-webkit-input-placeholder, .validation-field>select::-webkit-input-placeholder, .validation-field>textarea::-webkit-input-placeholder {
    font-family: 'Roboto', sans-serif;
    font-size: 0;
    color: #c6c6c6
}
.validation-field>input:-moz-placeholder, .validation-field>select:-moz-placeholder, .validation-field>textarea:-moz-placeholder {
    font-family: 'Roboto', sans-serif;
    font-size: 0;
    color: #c6c6c6
}
.validation-field>input::-moz-placeholder, .validation-field>select::-moz-placeholder, .validation-field>textarea::-moz-placeholder {
    font-family: 'Roboto', sans-serif;
    font-size: 0;
    color: #c6c6c6
}
.validation-field>input:-ms-input-placeholder, .validation-field>select:-ms-input-placeholder, .validation-field>textarea:-ms-input-placeholder {
    font-family: 'Roboto', sans-serif;
    font-size: 0;
    color: #c6c6c6
}
.validation-field>input:focus+.placeholder, .validation-field>select:focus+.placeholder, .validation-field>textarea:focus+.placeholder {
    top: -2px;
    font-size: 10px;
    color: #c6c6c6
}
.validation-field>input, .validation-field>select {
    vertical-align: middle;
    height: 36px
}
.validation-field>textarea {
    height: 100px;
    padding-top: 10px;
    resize: vertical;
    min-height: 36px
}
.validation-field.message-area {
    width: 100%
}
.validation-field.invalid input, .validation-field.invalid textarea, .validation-field.invalid .checkbox {
    border-color: #e25353 !important
}
.validation-field.invalid>.error {
    display: block
}
.validation-field.invalid>.input-title {
    color: #e25353
}
.validation-field.active>.placeholder {
    top: -2px;
    font-size: 10px;
    color: #c6c6c6
}
.validation-field>.placeholder {
    pointer-events: none;
    position: absolute;
    top: 14px;
    left: 0;
    padding: 6px 6px 0 0;
    background-color: #fff;
    font-size: 14px;
    color: #c6c6c6;
    transition: all 0.4s
}
.validation-field>.error {
    position: absolute;
    bottom: 6px;
    right: 0;
    display: none;
    font-size: 12px;
    color: #e25353
}
.submit {
    max-width: 100%
}
.form-success.green {
    font-size: 18px;
    padding: 20px;
    text-align: center;
    color: #1b1b1b
}
.g-recaptcha>div {
    margin: 0 calc(50% - 152px)
}
@media (max-width:767px) {
    .g-recaptcha>div {
        -moz-transform: scale(0.8, 0.8);
        -o-transform: scale(0.8, 0.8);
        -ms-transform: scale(0.8, 0.8);
        -webkit-transform: scale(0.8, 0.8);
        transform: scale(0.8, 0.8)
    }
}
.captcha-wrap {
    height: 112px
}
.form-title {
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 30px;
    font-weight: 700
}
.form-button-wrap {
    font-size: 0
}
.login-button {
    display: inline-block;
    width: 40%;
    margin-right: 20px
}
.to-registration {
    display: inline-block;
    width: calc(60% - 20px)
}
.registration-button {
    margin: 0 auto 15px auto;
    padding: 13px 20px
}
.form-link-wrap {
    text-align: center
}
.custom-form .forgot-pass-wrap .pass-recovery {
    cursor: pointer;
    display: inline-block;
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: underline
}
.custom-form .forgot-pass-wrap .pass-recovery:hover {
    text-decoration: none
}
.fancybox-slide .popup {
    max-width: 98%;
    border-radius: 5px
}
@media (max-width:991px) {
    .wrap {
        padding-top: 106px
    }
}
.main-page-page .header .catalog-nav-vertical {
    opacity: 1;
    pointer-events: all
}
.header {
    background-color: #fff
}
.header>.top-line {
    background-color: #f5f5f5
}
.header>.main-line {
    padding: 10px 15px
}
.header>.main-line .login, .header>.main-line .lang-switch {
    display: none
}
.header>.bottom-line {
    background: -moz-linear-gradient(top, #6aba00 0%, #55a500 100%);
    background: -webkit-linear-gradient(top, #6aba00 0%, #55a500 100%);
    background: linear-gradient(to bottom, #6aba00 0%, #55a500 100%);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.4)
}
.header .logo {
    margin-top: 15px;
    display: block;
    width: 260px;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    text-decoration: none
}
.header .login {
    display: block;
    cursor: pointer;
    margin-left: auto;
    padding-left: 20px;
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 13px;
    font-size: 13px;
    text-decoration: none;
    color: #1b1b1b;
    transition: color 0.2s
}
.header .login.active, .header .login:hover {
    text-decoration: underline;
    color: #50ae17
}
.header .lang-switch {
    margin-left: 12px
}
.header .search-wrap {
    margin-left: 30px;
    width: 100%;
    max-width: 650px
}
.header .delivery-title {
    margin-bottom: 8px;
    padding-left: 50px;
    background-repeat: no-repeat;
    background-position: 5px 50%;
    font-size: 13px;
    font-weight: 500;
    line-height: 19px;
    background-size: 38px
}
.header .timetable-wrap {
    margin-left: 20px;
    width: 140px;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0
}
.header .timetable, .header .callback {
    padding-left: 23px;
    background-repeat: no-repeat;
    font-size: 13px;
    line-height: 1.2;
    color: #1b1b1b
}
.header .timetable {
    margin-bottom: 18px;
    background-size: 19px
}
.header .callback {
    text-decoration: underline;
    cursor: pointer;
    padding-top: 2px;
    position: relative
}
.header .callback:hover {
    text-decoration: none
}
.header .callback:before {
    content: '';
    background-size: 19px;
    width: 15px;
    height: 19px;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    animation: callback 3s infinite both
}
.header .phones-wrap {
    margin-left: 20px;
    margin-right: 20px;
    width: 138px;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0
}
.header .phones-wrap .callback {
    display: none
}
.header .phones-title {
    display: none;
    position: absolute;
    top: 15px;
    left: 0;
    width: 100%;
    font-size: 20px;
    font-weight: 700;
    text-align: center
}
.header .phone-trigger {
    display: none;
    width: 32px;
    height: 32px;
    margin-left: auto;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 32px
}
.header .header-phone {
    display: block;
    padding-left: 24px;
    background-repeat: no-repeat;
    background-position: 0 50%;
    font-size: 16px;
    text-decoration: none;
    color: #1b1b1b;
    background-size: contain;
    margin-bottom: 9px
}
.header .header-phone>span {
    font-weight: 700
}
.header .header-phone:nth-last-child(2) {
    margin-bottom: 0
}
.header .basket-preview-wrap {
    width: 250px;
    margin-left: auto;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0
}
.header .basket-preview {
    display: block;
    white-space: nowrap;
    margin-bottom: 15px;
    padding-left: 55px;
    background-repeat: no-repeat;
    background-size: 35px;
    background-position: 0 50%;
    line-height: 20px;
    text-decoration: none;
    color: #1b1b1b
}
.header .basket-preview span {
    font-weight: 700
}
.header .catalog-link {
    display: block;
    white-space: nowrap;
    font-size: 13px;
    color: #1b1b1b
}
.header .catalog-link span {
    text-decoration: none
}
.header .to-catalog-button {
    position: relative;
    display: block;
    width: 260px;
    padding: 32px 0 32px 80px;
    background-color: #73c400;
    background-repeat: no-repeat;
    background-position: 23px 32px;
    font-size: 20px;
    font-weight: 700;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .7);
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    z-index: 201
}
.header .catalog-nav-wrap {
    position: relative
}
.header .catalog-nav-wrap::after {
    content: "";
    pointer-events: none;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .6);
    transition: opacity 0.3s;
    z-index: 200
}
.header .catalog-nav-wrap:hover {
    z-index: 1100
}
.header .catalog-nav-wrap:hover::after {
    opacity: 1
}
.header .catalog-nav-wrap:hover .catalog-nav-vertical {
    opacity: 1;
    pointer-events: all
}
.header .catalog-nav-vertical {
    z-index: 201;
    pointer-events: none;
    opacity: 0;
    position: absolute;
    top: 100%;
    left: 0;
    transition: opacity 0.3s
}
@media (min-width:1200px) and (max-width:1399px) {
    .header .search-wrap {
        margin-left: 15px
    }
    .header .phones-wrap {
        margin-left: 10px
    }
    .header .header-phone {
        font-size: 16px;
        margin-bottom: 10px
    }
}
@media (min-width:992px) and (max-width:1199px) {
    .header .logo {
        width: 240px;
        font-size: 50px
    }
    .header .search-wrap {
        margin-left: 15px
    }
    .header .phones-wrap {
        margin-left: 10px
    }
    .header .timetable-wrap {
        width: 130px;
        margin-left: 15px
    }
    .header .header-phone {
        font-size: 14px;
        line-height: 1.1;
        margin-bottom: 17px
    }
    .header .basket-preview-wrap {
        width: 230px
    }
    .header .catalog-link {
        font-size: 12px
    }
}
@media (max-width:991px) {
    .header {
        z-index: 102;
        position: absolute;
        top: 40px;
        left: 0;
        width: 100%
    }
    .header.sticky {
        position: fixed
    }
    .header .top-line, .header .bottom-line, .header .search-wrap, .header .timetable-wrap, .header .phones-wrap {
        display: none
    }
    .header .main-line {
        width: 100%;
        padding: 0
    }
    .header .main-line .login, .header .main-line .lang-switch {
        display: block
    }
    .header .main-line .login {
        width: 32px;
        height: 32px;
        margin-left: 8px;
        padding: 0;
        background-position: 50%;
        background-size: 32px;
        font-size: 0
    }
    .header .logo {
        margin-top: 0;
        width: 200px;
        margin-left: 8px
    }
    .header .phones-wrap {
        width: 100%;
        margin: 0;
        padding: 70px 15px 30px;
        background-color: #fff
    }
    .header .phones-wrap.popup-slider {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center
    }
    .header .phones-wrap .callback {
        display: block
    }
    .header .phone-trigger, .header .phones-title {
        display: block
    }
    .header .header-phone {
        margin-bottom: 15px
    }
    .header .header-phone:nth-last-child(2) {
        margin-bottom: 15px
    }
    .header .basket-preview-wrap {
        width: 200px;
        margin-left: 8px
    }
    .header .basket-preview-wrap .top-between {
        display: none
    }
    .header .basket-preview {
        margin-bottom: 0
    }
}
@media (max-width:600px) {
    .header .basket-preview-wrap {
        width: 37px;
        margin-right: 8px
    }
    .header .basket-preview {
        padding: 0;
        background-position: 50%;
        font-size: 0
    }
    .header .logo {
        width: 120px
    }
}
@media (max-width:450px) {
    .header .main-line .lang-switch {
        display: none
    }
}
@keyframes callback {
    0% {
        -webkit-transform: none;
        transform: none
    }
    10%, 5% {
        -webkit-transform: rotate3d(0, 0, 1, -3deg);
        transform: rotate3d(0, 0, 1, -3deg)
    }
    15%, 25%, 35%, 45% {
        -webkit-transform: rotate3d(0, 0, 1, 3deg);
        transform: rotate3d(0, 0, 1, 3deg)
    }
    20%, 30%, 40% {
        -webkit-transform: rotate3d(0, 0, 1, -3deg);
        transform: rotate3d(0, 0, 1, -3deg)
    }
}
.banner-wrap {
    position: relative;
    margin-bottom: 40px
}
.banner {
    width: calc(100% - 260px);
    margin-left: auto;
    background-color: #000;
    font-size: 0
}
@media (max-width:991px) {
    .banner .object-fit>img {
        position: inherit;
        -moz-transform: translate(0);
        -o-transform: translate(0);
        -ms-transform: translate(0);
        -webkit-transform: translate(0);
        transform: translate(0);
        width: 100%;
        height: 100%;
        top: 0;
        left: 0
    }
}
.banner .slick-arrow {
    position: absolute;
    top: 40%;
    width: 30px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-color: rgba(236, 236, 235, .7);
    transition: background-color 0.3s
}
.banner .slick-arrow:hover {
    background-color: #ececeb
}
.banner .slick-prev {
    left: 0
}
.banner .slick-next {
    right: 0
}
.banner .slick-dots {
    bottom: 100px;
    left: 0;
    width: 100%;
    font-size: 0;
    text-align: center
}
.banner .slick-dots>li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 11px;
    height: 11px;
    margin: 2px 10px;
    border-radius: 50%;
    background-color: #fff
}
.banner .slick-dots>li::after {
    content: "";
    pointer-events: none;
    opacity: 0;
    position: absolute;
    top: -9px;
    left: -9px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 1px solid #fff;
    transition: opacity 0.3s
}
.banner .slick-dots>.slick-active::after {
    opacity: 1
}
@media (min-width:992px) and (max-width:1199px) {
    .banner .slick-dots {
        bottom: 85px
    }
}
@media (max-width:991px) {
    .banner-wrap {
        width: 100%;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 15px;
        padding: 0
    }
    .banner {
        width: 100%
    }
    .banner .slick-dots {
        bottom: 15px
    }
}
.advantages {
    position: absolute;
    bottom: 0;
    right: 15px;
    width: calc(100% - 290px);
    background-color: rgba(0, 0, 0, .5)
}
.advantage-item {
    width: 25%;
    padding: 15px;
    border: 1px solid rgba(255, 255, 255, .5);
    font-size: 0;
    cursor: pointer;
    position: relative
}
.advantage-item>.item-img, .advantage-item>.item-title {
    position: relative;
    display: inline-block;
    vertical-align: middle
}
.advantage-item>.item-img {
    width: 48px;
    height: 44px
}
.advantage-item>.item-title {
    width: calc(100% - 48px);
    padding-left: 22px;
    font-size: 19px;
    font-weight: 700;
    line-height: 1.2;
    color: #fff;
    position: initial
}
.advantage-item>.item-title::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    height: 13px;
    margin-left: 7px;
    background-repeat: no-repeat;
    background-position: 50%
}
.advantage-item.custom-size>.item-img {
    width: 49px;
    height: 46px
}
.advantage-item.custom-size>.item-title {
    width: calc(100% - 49px)
}
.advantage-item:hover .tooltip {
    opacity: 1;
    z-index: 1
}
.advantage-item .tooltip {
    z-index: 1;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: calc(100% - 10px);
    left: 50%;
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 165px;
    padding: 10px 15px;
    border-radius: 2px;
    border: 1px solid #eaeaea;
    background-color: #fff;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4;
    color: #1b1b1b;
    transition: opacity 0.3s;
    box-shadow: 2px 2px 11px rgba(0, 0, 0, 0.63)
}
@media (min-width:1200px) and (max-width:1399px) {
    .advantage-item {
        padding: 16px 10px
    }
}
@media (min-width:992px) and (max-width:1199px) {
    .advantage-item {
        padding: 10px
    }
    .advantage-item>.item-title {
        font-size: 12px
    }
}
@media (max-width:991px) {
    .advantages {
        position: static;
        width: 100%;
        background-color: #132f14
    }
}
@media (max-width:767px) {
    .advantages {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .advantage-item {
        width: 50%
    }
    .advantage-item>.item-img {
        width: 25px
    }
    .advantage-item>.item-title {
        width: calc(100% - 25px);
        padding-left: 15px;
        font-size: 15px
    }
    .advantage-item.custom-size>.item-img {
        width: 25px
    }
    .advantage-item.custom-size>.item-title {
        width: calc(100% - 25px);
        padding-left: 15px;
        font-size: 15px
    }
}
.pop-categories {
    margin-bottom: 40px
}
.pop-categories .section-wrap {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}
@media (max-width:991px) {
    .pop-categories .section-wrap {
        opacity: 0
    }
    .pop-categories .section-wrap.slick-initialized {
        opacity: 1
    }
}
.pop-categories .category {
    width: calc(20% - 6px);
    margin: 0 3px 6px;
    padding: 14px 25px;
    border-radius: 3px;
    border: 1px solid #eee
}
.pop-categories .category>.item-img {
    position: relative;
    display: block;
    height: 200px;
    margin-bottom: 15px
}
.pop-categories .category>.item-img img {
    object-fit: contain
}
.pop-categories .category>.item-title {
    overflow: hidden;
    display: block;
    height: 34px;
    margin-bottom: 10px;
    font-size: 17px;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    color: #1b1b1b
}
.pop-categories .category>.item-title:hover {
    text-decoration: underline
}
.pop-categories .category .price {
    padding: 7px 12px;
    border-radius: 2px;
    border: 1px solid #ffea8d;
    background-color: #fff2b8;
    font-size: 13px
}
.pop-categories .category .price>span {
    font-size: 15px;
    font-weight: 700
}
.pop-categories .category .items-count {
    font-size: 15px;
    color: #6e6e6e
}
.pop-categories .slick-dots {
    position: static;
    margin: 15px 0;
    font-size: 0;
    text-align: center
}
.pop-categories .slick-dots>li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 11px;
    height: 11px;
    margin: 2px 10px;
    border-radius: 50%;
    background-color: #000
}
.pop-categories .slick-dots>li::after {
    content: "";
    pointer-events: none;
    opacity: 0;
    position: absolute;
    top: -9px;
    left: -9px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 1px solid #000;
    transition: opacity 0.3s
}
.pop-categories .slick-dots>.slick-active::after {
    opacity: 1
}
@media (min-width:1200px) and (max-width:1399px) {
    .pop-categories .category {
        padding: 14px 7px
    }
}
@media (min-width:992px) and (max-width:1199px) {
    .pop-categories .category {
        width: calc(25% - 6px);
        padding: 14px 7px
    }
}
@media (min-width:768px) and (max-width:991px) {
    .pop-categories .category {
        padding: 14px 7px
    }
}
@media (max-width:767px) {
    .pop-categories .category {
        padding: 14px 7px
    }
}
@media (max-width:450px) {
    .pop-categories .section-wrap {
        margin: 0 -15px
    }
    .pop-categories .category .price-wrap {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center
    }
    .pop-categories .category .price {
        margin-bottom: 5px
    }
}
.catalog-selection {
    margin-bottom: 12px
}
.catalog-selection .tab-list {
    margin: 0 -1px;
    list-style: none
}
.catalog-selection .tab-list>li {
    overflow: hidden;
    width: calc(20% - 2px);
    margin: 0 1px -1px;
    border: 1px solid #eaeaea;
    line-height: 1;
    border-radius: 8px 8px 8px 8px;
    box-shadow: 0 0 10px -5px rgba(0, 0, 0, 0.5)
}
.catalog-selection .tab-list>.active>a {
    color: #7bc70f
}
.catalog-selection .tab-list>.active>a::after {
    width: 100%
}
.catalog-selection .tab-list a {
    position: relative;
    display: block;
    padding: 18px 5px;
    font-size: 17px;
    font-weight: 500;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    color: #828282
}
.catalog-selection .tab-list a::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 3px;
    background-color: #7bc70f;
    transition: width 0.3s
}
.catalog-selection .tab-list a:hover::after {
    width: 100%
}
.catalog-selection .tab {
    padding: 0 5px 0 5px
}
@media (max-width:500px) {
    .catalog-selection {
        padding: 0 1px
    }
}
@media (max-width:450px) {
    .catalog-selection .tab-list a {
        font-size: 10px
    }
}
.catalog-slider {
    margin: 0 -3px;
    position: relative
}
.catalog-slider .slick-track {
    padding-bottom: 3px
}
.catalog-slider .slide {
    padding: 0 3px
}
.catalog-slider .slick-arrow {
    position: absolute;
    top: 40%;
    width: 30px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: 50%;
    transition: background-color 0.3s;
    border: 1px solid #eaeaea;
    border-radius: 3px;
    background-color: rgba(255, 255, 255, 0.7)
}
.catalog-slider .slick-arrow:hover {
    background-color: #fff
}
.catalog-slider .slick-prev {
    left: 0
}
.catalog-slider .slick-next {
    right: 0
}
.catalog-slider .catalog-item-wrap {
    height: auto;
    margin: 15px 0 28px 0
}
.catalog-slider .catalog-item {
    position: relative;
    max-height: none
}
.catalog-slider .catalog-item .item-info {
    display: none
}
/* .catalog-slider .catalog-item>.item-img {
    height: auto
} */
.catalog-slider .catalog-item>.item-img img {
    position: static;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    top: auto;
    left: auto;
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}
@media (min-width:1200px) and (max-width:1399px) {
    .catalog-slider .catalog-item>.text-sector {
        padding: 15px 5px 0
    }
}
@media (min-width:992px) and (max-width:1199px) {
    .catalog-slider .catalog-item>.text-sector {
        padding: 15px 5px 0
    }
}
@media (min-width:768px) and (max-width:991px) {
    .catalog-slider .catalog-item>.text-sector {
        padding: 15px 5px 0
    }
}
@media (max-width:500px) {
    .catalog-slider .catalog-item>.text-sector {
        padding: 15px 0 0
    }
    .catalog-slider .catalog-item .rating-layer {
        width: 50px;
        height: 10px;
        background-size: 10px
    }
    .catalog-slider .catalog-item .rating-layer .fill-rate {
        background-size: 10px
    }
    .catalog-slider .catalog-item .sell-box {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .catalog-slider .catalog-item .item-price {
        margin-bottom: 5px;
        text-align: center;
        height: 37px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center
    }
}
.section-text-up {
    margin-bottom: 20px
}
.section-text-down {
    margin-top: 50px
}
.catalog-page-wrap .filter-column {
    width: 240px;
    background-color: #fff
}
.catalog-page-wrap .filter-column.sticky {
    z-index: 10
}
.catalog-page-wrap .catalog-column {
    width: calc(100% - 240px);
    padding-left: 20px
}
.catalog-page-wrap .section-wrap {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -1px
}
.catalog-page-wrap .about-section {
    padding: 40px 0
}
.catalog-page-wrap .scrollbar-inner {
    overflow: auto;
    max-height: 165px;
    padding-right: 30px
}
.catalog-page-wrap .items-count {
    display: none;
    margin-bottom: 25px;
    font-size: 16px;
    text-align: center;
    color: #b4b4b4
}
.catalog-page-wrap .items-count>span {
    font-weight: 700;
    color: #1b1b1b
}
.catalog-page-wrap .catalog-item-wrap {
    margin: 0 3px 6px
}
@media (min-width:1630px) {
    .catalog-page-wrap .catalog-item-wrap {
        width: calc(25% - 6px);
        height: 394px
    }
    .catalog-page-wrap .catalog-item {
        max-height: 394px
    }
    .catalog-page-wrap .catalog-item>.item-img {
        height: 224px
    }
}
@media (min-width:1400px) and (max-width:1629px) {
    .catalog-page-wrap .catalog-item-wrap {
        width: calc(25% - 6px);
        height: 384px
    }
    .catalog-page-wrap .catalog-item {
        max-height: 384px
    }
    .catalog-page-wrap .catalog-item>.item-img {
        height: 216px
    }
}
@media (min-width:1200px) and (max-width:1399px) {
    .catalog-page-wrap .catalog-item-wrap {
        width: calc(25% - 6px);
        height: 350px
    }
    .catalog-page-wrap .catalog-item {
        max-height: 350px
    }
    .catalog-page-wrap .catalog-item>.text-sector {
        padding: 15px 5px 0
    }
    .catalog-page-wrap .catalog-item>.item-img {
        height: 180px
    }
}
@media (min-width:992px) and (max-width:1199px) {
    .catalog-page-wrap .catalog-item-wrap {
        width: calc(33.333% - 6px);
        height: 364px
    }
    .catalog-page-wrap .catalog-item {
        max-height: 364px
    }
    .catalog-page-wrap .catalog-item>.text-sector {
        padding: 15px 5px 0
    }
    .catalog-page-wrap .catalog-item>.item-img {
        height: 196px
    }
}
@media (min-width:768px) and (max-width:991px) {
    .catalog-page-wrap .catalog-item-wrap {
        width: calc(33.333% - 6px);
        height: 364px
    }
    .catalog-page-wrap .catalog-item {
        max-height: 364px
    }
    .catalog-page-wrap .catalog-item>.text-sector {
        padding: 15px 5px 0
    }
    .catalog-page-wrap .catalog-item>.item-img {
        height: 196px
    }
}
@media (max-width:991px) {
    .catalog-page-wrap .catalog-column, .catalog-page-wrap .filter-column {
        width: 100%
    }
    .catalog-page-wrap .catalog-column {
        padding-left: 0
    }
    .catalog-page-wrap .filter-column {
        display: none;
        height: 100%;
        padding: 80px 15px 40px
    }
    .catalog-page-wrap .filter-column.popup-slider {
        top: 0;
        display: block;
        z-index: 102
    }
    .catalog-page-wrap .show-filter-wrap {
        height: 38px;
        margin-bottom: 25px
    }
    .catalog-page-wrap .show-filter {
        width: 250px;
        margin: 0 auto;
        padding: 10px;
        border: 1px solid #73c400;
        background-color: #73c400;
        font-size: 16px;
        font-weight: 700;
        text-decoration: none;
        text-align: center;
        color: #fff;
        transition: background 0.2s, color 0.2s;
        border-radius: 3px;
        box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.3)
    }
    .catalog-page-wrap .show-filter:active {
        background-color: #fff;
        color: #73c400
    }
    .catalog-page-wrap .show-filter.fixed {
        z-index: 50;
        position: fixed;
        bottom: 2%;
        left: 2%
    }
    .catalog-page-wrap .items-count {
        display: block
    }
    .catalog-page-wrap .catalog-item .item-info {
        display: none
    }
}
@media (max-width:767px) {
    .catalog-page-wrap .catalog-item-wrap {
        width: calc(50% - 6px);
        height: 350px
    }
    .catalog-page-wrap .catalog-item {
        max-height: 350px
    }
    .catalog-page-wrap .catalog-item>.text-sector {
        padding: 15px 5px 0
    }
    .catalog-page-wrap .catalog-item>.item-img {
        height: 180px
    }
}
@media (max-width:600px) {}
@media (max-width:500px) {
    .catalog-page-wrap .catalog-item {
        min-height: 353px
    }
    .catalog-page-wrap .catalog-item>.item-img {
        height: 142px
    }
    .catalog-page-wrap .catalog-item>.text-sector {
        padding: 15px 0 0
    }
    .catalog-page-wrap .catalog-item .rating-layer {
        width: 50px;
        height: 10px;
        background-size: 10px
    }
    .catalog-page-wrap .catalog-item .rating-layer .fill-rate {
        background-size: 10px
    }
    .catalog-page-wrap .catalog-item .sell-box {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .catalog-page-wrap .catalog-item .item-price {
        margin-bottom: 5px;
        text-align: center;
        height: 37px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center
    }
    .catalog-page-wrap .catalog-item-wrap {
        height: 352px
    }
}
@media (min-width:992px) {
    .catalog-page-wrap .show-filter {
        display: none
    }
}
.catalog-full .section-wrap {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -3px
}
.catalog-full .catalog-item-wrap {
    width: calc(20% - 6px);
    margin: 0 3px 6px
}
@media (min-width:1400px) and (max-width:1629px) {
    .catalog-full .catalog-item-wrap {
        height: 384px
    }
    .catalog-full .catalog-item {
        max-height: 384px
    }
    .catalog-full .catalog-item>.item-img {
        height: 216px
    }
}
@media (min-width:1200px) and (max-width:1399px) {
    .catalog-full .catalog-item-wrap {
        height: 350px
    }
    .catalog-full .catalog-item {
        max-height: 350px
    }
    .catalog-full .catalog-item>.text-sector {
        padding: 15px 5px 0
    }
    .catalog-full .catalog-item>.item-img {
        height: 180px
    }
}
@media (min-width:992px) and (max-width:1199px) {
    .catalog-full .catalog-item-wrap {
        width: calc(25% - 6px);
        height: 364px
    }
    .catalog-full .catalog-item {
        max-height: 364px
    }
    .catalog-full .catalog-item>.item-img {
        height: 196px
    }
}
@media (min-width:768px) and (max-width:991px) {
    .catalog-full .catalog-item-wrap {
        width: calc(33.333% - 6px);
        height: 364px
    }
    .catalog-full .catalog-item {
        max-height: 364px
    }
    .catalog-full .catalog-item>.item-img {
        height: 196px
    }
}
@media (max-width:991px) {
    .catalog-full .catalog-item .item-info {
        display: none
    }
}
@media (max-width:767px) {
    .catalog-full .section-wrap {
        margin: 0 -14px
    }
    .catalog-full .catalog-item-wrap {
        width: calc(50% - 6px);
        height: 350px
    }
    .catalog-full .catalog-item {
        max-height: 350px
    }
    .catalog-full .catalog-item>.text-sector {
        padding: 15px 5px 0
    }
    .catalog-full .catalog-item>.item-img {
        height: 180px
    }
}
@media (max-width:500px) {
    .catalog-full .catalog-item>.item-img {
        height: 142px
    }
    .catalog-full .catalog-item>.text-sector {
        padding: 15px 0 0
    }
    .catalog-full .catalog-item .rating-layer {
        width: 50px;
        height: 10px;
        background-size: 10px
    }
    .catalog-full .catalog-item .rating-layer .fill-rate {
        background-size: 10px
    }
    .catalog-full .catalog-item .sell-box {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .catalog-full .catalog-item .item-price {
        margin-bottom: 5px;
        text-align: center;
        height: 37px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center
    }
}
.favorites-page-button {
    width: 200px;
    margin: 30px auto 0
}
.categories .section-wrap {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -3px
}
.category {
    width: calc(20% - 6px);
    margin: 0 3px 6px;
    padding: 2px;
    border: 1px solid #eee;
    border-radius: 3px
}
.category:hover>.item-img {
    opacity: 0.6
}
.category:hover .item-title {
    color: #50ae17
}
.category>.item-img {
    display: block
}
.category>.item-img img {
    width: 100%;
    height: auto
}
.category .text-sector {
    padding: 10px 18px 20px
}
.category .item-title {
    display: block;
    margin-bottom: 25px;
    font-size: 17px;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    color: #1b1b1b
}
.category .category-link {
    display: block;
    margin-bottom: 10px;
    padding-left: 18px;
    background-repeat: no-repeat;
    background-position: 0 50%;
    font-size: 13px;
    text-decoration: none;
    color: #1b1b1b;
    transition: background-position 0.3s
}
.category .category-link:hover {
    color: #73c400;
    background-position: 5px 50%
}
.category .show-all {
    margin-top: 20px
}
@media (min-width:1200px) and (max-width:1399px) {}
@media (min-width:992px) and (max-width:1199px) {
    .category {
        width: calc(25% - 6px)
    }
}
@media (min-width:768px) and (max-width:991px) {
    .category {
        width: calc(33.33% - 6px)
    }
}
@media (max-width:767px) {
    .category {
        width: calc(50% - 6px)
    }
}
@media (max-width:450px) {
    .category {
        width: calc(50% - 6px)
    }
    .category>.item-title {
        font-size: 14px
    }
}
.reviews {
    margin-bottom: 12px
}
.reviews .alt-button {
    width: 195px;
    margin: 0 auto 40px
}
.reviews .heading-decor {
    margin-bottom: 5px
}
.reviews-slider .slide {
    padding: 25px 3px
}
.reviews-slider .slick-arrow {
    position: absolute;
    top: 40%;
    width: 30px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: 50%;
    transition: background-color 0.3s;
    border: 1px solid #eaeaea;
    border-radius: 3px;
    background-color: rgba(255, 255, 255, 0.7)
}
.reviews-slider .slick-arrow:hover {
    background-color: #fff
}
.reviews-slider .slick-prev {
    left: 0
}
.reviews-slider .slick-next {
    right: 0
}
.reviews-slider .review {
    border-radius: 2px;
    border: 1px solid #e7e7e7;
    transition: box-shadow 0.3s;
    position: relative
}
.reviews-slider .review:hover {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    z-index: 10
}
.reviews-slider .review .item-title {
    display: block;
    color: #1b1b1b;
    overflow: hidden;
    position: relative;
    white-space: nowrap;
    padding: 14px 20px;
    background-color: #f5f8f1;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none
}
.reviews-slider .review .item-title::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 100%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, #f5f8f1)
}
.reviews-slider .review .item-title:hover {
    color: #50ae17
}
.reviews-slider .review .item-wrap {
    padding: 6px 6px 20px
}
.reviews-slider .review .item-img {
    position: relative;
    width: 160px;
    height: 130px
}
.reviews-slider .review .text-sector {
    width: calc(100% - 140px);
    padding: 10px 0 0 15px
}
.reviews-slider .review .rating-layer {
    position: relative;
    width: 75px;
    height: 15px;
    margin-bottom: 10px;
    background-repeat: repeat-x;
    background-size: 15px
}
.reviews-slider .review .rating-layer .fill-rate {
    background-size: 15px
}
.reviews-slider .review .review-info {
    margin-bottom: 10px
}
.reviews-slider .review .username {
    display: block;
    font-size: 15px;
    font-weight: 700;
    height: 36px
}
.reviews-slider .review .review-text {
    overflow: hidden;
    height: 88px;
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 1.5;
    position: relative;
    cursor: pointer
}
.reviews-slider .review .review-text:after {
    content: '';
    width: 100%;
    height: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    box-shadow: 0 10px 35px 40px #fff
}
.reviews-slider .review .detail {
    color: #50ae17;
    text-decoration: underline;
    cursor: pointer
}
.reviews-slider .review .detail:hover {
    text-decoration: none
}
.review-info .date {
    font-size: 12px;
    font-weight: 100;
    color: #8a8a8a;
    height: 32px
}
@media (min-width:1200px) and (max-width:1399px) {
    .reviews-slider .review .item-img {
        width: 160px
    }
    .reviews-slider .review .text-sector {
        width: calc(100% - 115px)
    }
}
@media (min-width:768px) and (max-width:991px) {
    .reviews-slider .review .item-img {
        width: 115px
    }
    .reviews-slider .review .text-sector {
        width: calc(100% - 115px)
    }
}
@media (max-width:450px) {
    .reviews-slider .slick-arrow {
        top: 23%
    }
    .reviews-slider .review .item-wrap {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .reviews-slider .review .item-wrap img {
        width: auto;
        height: auto;
        object-fit: none
    }
    .reviews-slider .review .item-img, .reviews-slider .review .text-sector {
        width: 100%
    }
    .reviews-slider .review .item-img {
        overflow: hidden;
        height: 150px
    }
}
.about {
    padding-bottom: 50px
}
.about .read-more {
    text-align: center
}
.about .read-more a {
    display: inline-block;
    padding-right: 20px;
    background-repeat: no-repeat;
    background-position: 100% 50%;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    color: #1b1b1b;
    transition: color 0.2s
}
.about .read-more a:hover {
    color: #77c608
}
.footer {
    background-color: #1f1f1f
}
.footer>.top-line {
    padding: 22px 0;
    background-color: #f7f7f7;
    box-shadow: 0 0 10px -3px rgba(0, 0, 0, 0.5)
}
.footer>.main-line {
    padding: 25px 15px;
    color: #bfbfbf
}
.footer>.bottom-line {
    position: relative;
    padding: 18px 15px
}
.footer .column-title {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 700
}
.footer .column-title~.column-title {
    margin-top: 40px
}
.footer .footer-column:nth-child(1) {
    width: 25%
}
@media (min-width:1400px) and (max-width:1629px) {
    .footer .footer-column:nth-child(1) {
        width: 30%
    }
}
@media (min-width:1200px) and (max-width:1399px) {
    .footer .footer-column:nth-child(1) {
        width: 35%
    }
}
@media (min-width:992px) and (max-width:1199px) {
    .footer .footer-column:nth-child(1) {
        width: 45%
    }
}
@media (max-width:991px) {
    .footer .footer-column:nth-child(1) {
        width: 100%
    }
}
.footer .footer-column:nth-child(2) {
    width: 25%
}
.footer .footer-column:nth-child(3) {
    width: 20%;
    padding-right: 25px
}
@media (min-width:992px) and (max-width:1199px) {
    .footer .footer-column:nth-child(3) {
        padding-right: 0
    }
}
.footer .footer-phone {
    display: block;
    margin-bottom: 7px;
    padding-left: 24px;
    background-repeat: no-repeat;
    background-position: 0 50%;
    font-size: 16px;
    text-decoration: none;
    color: #bfbfbf;
    background-size: contain
}
.footer .footer-phone>span {
    font-weight: 700
}
.footer .footer-phone:last-child {
    margin-bottom: 0
}
.footer .address {
    margin-top: 23px;
    padding-left: 22px;
    background-repeat: no-repeat;
    background-position: 1px 50%;
    background-size: 18px;
    line-height: 1.3;
    width: 120px
}
.footer .mail, .footer .timetable, .footer .callback {
    margin-bottom: 20px;
    padding-left: 23px;
    background-repeat: no-repeat;
    font-size: 13px;
    line-height: 1.2;
    color: #bfbfbf
}
.footer .timetable {
    background-size: 19px
}
.footer .mail {
    background-size: 15px
}
.footer .callback {
    text-decoration: underline;
    cursor: pointer;
    position: relative
}
.footer .callback:hover {
    text-decoration: none
}
.footer .callback:before {
    content: '';
    background-size: 19px;
    width: 15px;
    height: 19px;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    animation: callback 3s infinite both
}
.footer .mail {
    background-size: 15px;
    background-position: 0 60%;
    text-decoration: none
}
.footer .footer-link {
    display: block;
    margin-bottom: 15px;
    font-size: 13px;
    text-decoration: none;
    color: #bfbfbf
}
.footer .copyright {
    color: #bfbfbf
}
.footer .develop {
    display: block;
    width: 155px
}
.footer-nav {
    margin: 0;
    font-size: 0;
    list-style: none
}
.footer-nav>.item-level-0 {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    margin: 0 0 10px 0
}
.footer-nav .link-level-0 {
    display: inline-block;
    font-size: 13px;
    text-decoration: none;
    color: #bfbfbf
}
.footer-nav .link-level-0:hover, .footer-nav .link-level-0.active {
    text-decoration: underline
}
.footer-nav .icon {
    display: none
}
.footer-social-wrap {
    margin: 0;
    list-style: none
}
.footer-social-wrap>li {
    margin: 0 2px
}
.footer-social-wrap a {
    display: block;
    width: 29px;
    height: 29px;
    background-repeat: no-repeat;
    background-position: 50%;
    font-size: 0
}
.alt-advantage {
    position: relative;
    width: 20%;
    padding: 0 5px 0 15px
}
.alt-advantage:last-child::after {
    display: none
}
.alt-advantage::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 85px;
    background-color: #eaeaea
}
.alt-advantage>.item-img {
    position: relative;
    width: 78px;
    height: 78px;
    padding: 8px;
    border-radius: 50%;
    border: 1px solid #7dc811;
    background-color: #fff
}
.alt-advantage>.item-img>span {
    position: relative;
    display: block;
    height: 100%;
    border-radius: 50%;
    background-color: #7dc811
}
.alt-advantage>.text-sector {
    width: calc(100% - 78px);
    padding-left: 15px
}
.alt-advantage .item-title {
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 700;
    color: #50a11e
}
.alt-advantage .item-text {
    font-size: 12px;
    line-height: 1.5
}
.catalog-item-page .footer {
    padding-bottom: 85px
}
@media (min-width:1200px) and (max-width:1399px) {
    .alt-advantage {
        padding-left: 7px
    }
    .alt-advantage>.item-img {
        width: 58px;
        height: 58px;
        padding: 3px
    }
    .alt-advantage>.text-sector {
        width: calc(100% - 58px);
        padding-left: 7px
    }
}
@media (max-width:1199px) {
    .alt-advantage {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0 7px;
        text-align: center
    }
    .alt-advantage::after {
        height: 170px
    }
    .alt-advantage>.item-img {
        margin: 0 auto 10px
    }
    .alt-advantage>.text-sector {
        width: 100%;
        padding: 0
    }
}
@media (max-width:991px) {
    .footer .footer-column:nth-child(2), .footer .footer-column:nth-child(3) {
        display: none
    }
    .footer-social-wrap {
        position: static;
        -moz-transform: none;
        -o-transform: none;
        -ms-transform: none;
        -webkit-transform: none;
        transform: none
    }
}
@media (min-width:768px) and (max-width:991px) {
    .alt-advantage .item-title {
        font-size: 14px
    }
}
@media (max-width:767px) {
    .footer>.top-line {
        display: none
    }
    .footer>.bottom-line {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center
    }
    .footer .copyright, .footer .footer-social-wrap {
        margin-bottom: 5px;
        text-align: center
    }
}
@media (max-width:450px) {
    .footer-column .top-between {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .footer-column .inner-column {
        width: 100%
    }
    .footer-column .address {
        margin-bottom: 20px
    }
}
.cart-page .cell-1, .cart-page .cell-2, .cart-page .cell-3, .cart-page .cell-4, .cart-page .cell-5, .cart-page .cell-6 {
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0
}
.cart-page .cell-2, .cart-page .cell-3, .cart-page .cell-4 {
    text-align: center
}
.cart-page .cell-1 {
    width: calc(100% - 42px - 310px - 215px - 310px)
}
.cart-page .cell-2 {
    width: 310px
}
.cart-page .cell-3 {
    width: 215px
}
.cart-page .cell-4 {
    width: 310px
}
.cart-table-headings {
    margin: 0;
    padding-bottom: 12px;
    border-bottom: 1px solid #e7e7e7;
    list-style: none
}
.cart-table-headings>li {
    margin: 0;
    line-height: 1;
    font-size: 14px
}
.cart .cart-item {
    padding: 8px 0;
    border-bottom: 1px solid #e7e7e7
}
.cart-result {
    padding: 20px 0
}
.cart-result .right-column {
    margin-left: auto
}
.cart-result .result {
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end;
    margin: 3px 0
}
.cart-result .title {
    min-width: 120px;
    padding-right: 5px;
    font-size: 14px;
    color: #8b8a8a
}
.cart-result .total {
    font-size: 24px;
    font-weight: 700
}
.cart-result .total>span {
    font-size: 14px
}
.cart-result .total-discount {
    font-size: 20px;
    font-weight: 700
}
.cart-result .total-discount>span {
    font-size: 14px
}
.cart-result .button, .cart-result .alt-button {
    width: 280px
}
.cart-result .button {
    margin-left: 30px
}
@media (min-width:1400px) and (max-width:1629px) {}
@media (min-width:1200px) and (max-width:1399px) {
    .cart-page .cell-1 {
        width: calc(100% - 42px - 200px - 215px - 200px)
    }
    .cart-page .cell-2, .cart-page .cell-4 {
        width: 200px
    }
}
@media (min-width:992px) and (max-width:1199px) {
    .cart-page .cell-1 {
        width: calc(100% - 42px - 160px - 160px - 160px)
    }
    .cart-page .cell-2, .cart-page .cell-3, .cart-page .cell-4 {
        width: 160px
    }
}
@media (min-width:768px) and (max-width:991px) {
    .cart-page .cell-1 {
        width: calc(100% - 42px - 140px - 140px)
    }
    .cart-page .cell-2 {
        display: none
    }
    .cart-page .cell-3, .cart-page .cell-4 {
        width: 140px
    }
    .cart-page .cart-item .item-details {
        padding-left: 15px
    }
    .cart-table-headings>li {
        font-size: 12px
    }
}
@media (max-width:991px) {
    .cart-result {
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-align-items: flex-end;
        -moz-align-items: flex-end;
        -ms-align-items: flex-end;
        align-items: flex-end
    }
    .cart-result, .cart-result .right-column {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .cart-result .right-column {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .cart-result .right-column .result-wrap {
        margin-bottom: 15px
    }
    .cart-result .summary {
        width: 100%;
        margin-bottom: 15px
    }
    .cart-result .button {
        margin-left: auto
    }
}
@media (max-width:767px) {
    .cart-page [name="showBasket"] {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        justify-content: space-between;
        -ms-flex-pack: space-between
    }
    .cart-page .cell-2, .cart-page .cart-table-headings {
        display: none
    }
    .cart-page .cell-1 {
        width: 100%
    }
    .cart-page .cell-3, .cart-page .cell-4 {
        display: inline-block;
        vertical-align: middle;
        width: 50%
    }
    .cart {
        border: none
    }
    .cart .cart-item:last-child {
        border-bottom: 1px solid #e0e0e0
    }
}
@media (max-width:767px) and (max-width:600px) {
    .cart-result .result-wrap {
        width: 100%
    }
    .cart-result .button {
        margin: 10px auto
    }
}
@media (max-width:600px) {
    .cart-result {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center
    }
    .cart-result .result {
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center
    }
    .cart-result .right-column {
        margin-left: 0
    }
    .cart-result .alt-button {
        margin-bottom: 15px
    }
    .cart-result .result-wrap {
        margin-bottom: 15px
    }
}
.order-details {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}
.order-details .form-column {
    width: 35%
}
.order-details .cart-column {
    width: 65%;
    padding-left: 2.5%
}
.order-details .section-title {
    margin-bottom: 20px;
    font-size: 19px
}
.order-details .section-title~.section-title {
    margin-top: 25px
}
.order-details .tabs {
    position: relative
}
.order-details .validation-field input {
    border-radius: 3px;
    border: 1px solid #c9c9c9;
    padding-left: 10px
}
.order-details .validation-field input:focus+.placeholder {
    top: 0;
    left: 8px
}
.order-details .validation-field textarea {
    border-radius: 3px;
    border: 1px solid #c9c9c9;
    padding-left: 10px
}
.order-details .validation-field textarea:focus+.placeholder {
    top: 0;
    left: 8px
}
.order-details .validation-field>.placeholder {
    top: 18px;
    left: 16px;
    padding-left: 3px
}
.order-details .validation-field.active>.placeholder {
    top: 0;
    left: 8px
}
.order-details .active-border {
    position: absolute;
    top: 33px;
    left: 0;
    width: 0;
    height: 3px;
    background-color: #73c400
}
.order-details .tab-list {
    border-bottom: 3px solid #e8eee4;
    list-style: none
}
.order-details .tab-list>li {
    margin: 0 0 -1px 10%
}
.order-details .tab-list>li:first-child {
    margin-left: 0
}
.order-details .tab-list a {
    display: block;
    padding-bottom: 15px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    color: #1b1b1b
}
.order-details .input-field {
    margin-bottom: 14px
}
.order-details .ps {
    margin: 10px 0 25px;
    font-size: 14px;
    color: #6a6a6a
}
.order-details .input-group {
    padding-top: 20px
}
.order-details #ordering-login .button-wrap {
    margin-bottom: 20px
}
.order-details #ordering-login .green-button:last-child {
    margin-left: 15px
}
.order-details .pass-recovery {
    display: inline-block;
    font-size: 14px;
    text-decoration: underline;
    cursor: pointer
}
.order-details .pass-recovery:hover {
    text-decoration: none
}
.order-details .cart-heading {
    padding-bottom: 15px;
    border-bottom: 1px solid #e7e7e7;
    font-size: 19px
}
.order-details .cell-1 {
    width: 140px
}
.order-details .cell-2 {
    width: 500px
}
.order-details .cell-3 {
    width: 200px
}
.order-details .order-cart-item {
    padding: 8px 0;
    border-bottom: 1px solid #e6e6e6
}
.order-details .order-cart-item .text-sector {
    padding: 0 10px 0 20px
}
.order-details .order-cart-result {
    padding-top: 15px
}
.order-details .order-cart-result>.right-column {
    margin-left: auto
}
.order-details .order-cart-result>.alt-button {
    width: 195px
}
.order-details .result {
    padding-left: 40px;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center
}
.order-details .title {
    padding: 6px 10px 0 0;
    font-size: 14px;
    color: #8b8a8a
}
.order-details .total {
    font-size: 24px;
    font-weight: 700
}
.order-details .total>span {
    font-size: 14px
}
.order-details .total-discount {
    font-size: 24px;
    font-weight: 700
}
.order-details .total-discount>span {
    font-size: 14px
}
.order-details .forgot-pass-wrap {
    margin-bottom: 25px;
    padding-top: 25px;
    font-size: 14px;
    font-weight: 700
}
.order-details .confirmation {
    margin-top: 25px
}
.order-details .select2 {
    width: 100% !important
}
.order-details .mobile-submit {
    width: 200px
}
.order-details .confirmation-title {
    margin: 35px 0 15px;
    font-size: 13px;
    font-style: italic
}
@media (min-width:1400px) and (max-width:1629px) {
    .order-details .cell-2 {
        width: 400px
    }
    .order-details .cell-3 {
        width: 150px
    }
}
@media (min-width:1200px) and (max-width:1399px) {
    .order-details .cell-2 {
        width: 290px
    }
    .order-details .cell-3 {
        width: 150px
    }
}
@media (min-width:992px) and (max-width:1199px) {
    .order-details .cell-2 {
        width: 250px
    }
    .order-details .cell-3 {
        width: 90px;
        padding-left: 10px
    }
}
@media (max-width:991px) {
    .order-details {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .order-details>.form-column, .order-details>.cart-column {
        width: 100%
    }
    .order-details>.form-column {
        margin-bottom: 30px
    }
    .order-details>.cart-column {
        margin-bottom: 20px;
        padding-left: 0
    }
    .order-details #ordering-login {
        margin-bottom: 20px
    }
    .order-details .mobile-submit {
        margin: 0 auto
    }
}
@media (min-width:768px) and (max-width:991px) {
    .order-details .cell-2 {
        width: 340px
    }
    .order-details .cell-3 {
        width: 130px;
        padding-left: 10px
    }
    .order-details .order-cart-result {
        margin-bottom: 15px
    }
}
@media (max-width:767px) {
    .order-details .cell-1, .order-details .cell-2, .order-details .cell-3, .order-details .cell-4 {
        width: 100%
    }
    .order-details .order-cart {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        justify-content: space-between;
        -ms-flex-pack: space-between
    }
    .order-details .order-cart-item {
        -webkit-flex-grow: 1;
        -moz-flex-grow: 1;
        -ms-flex-grow: 1;
        flex-grow: 1
    }
    .order-details .order-cart-item, .order-details .order-cart-item:last-child {
        border-radius: 0
    }
    .order-details .order-cart-item .item-img {
        margin: 0 auto 15px
    }
    .order-details .order-cart-item .text-sector {
        padding: 0 15px
    }
}
@media (max-width:600px) {
    .order-details .order-cart-result {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .order-details .order-cart-result .right-column {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center;
        width: 100%;
        padding-top: 15px
    }
    .order-details .order-cart-result .result {
        margin-bottom: 15px;
        padding: 0 20px
    }
}
.order-complete {
    text-align: center
}
.line-custom {
    margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px;
}
.order-complete .order-number-title {
    margin-bottom: 25px;
    font-size: 20px
}
.order-complete .order-number-title>span {
    font-weight: 700
}
.order-complete .confirmation-title {
    margin-bottom: 15px;
    font-size: 16px
}
.account-page .sidebar {
    width: 240px
}
.account-page .account-page-content {
    width: calc(100% - 240px);
    padding-left: 35px
}
.account-page .account-info .button {
    width: 200px;
    margin-top: 20px
}
.account-page .discount-system {
    padding: 6px;
    border-radius: 5px;
    background-color: #f3f8ed
}
.account-page .discount-title {
    padding: 18px 0 18px 25px;
    font-size: 20px
}
.account-page .discount-info {
    margin-top: 6px;
    padding: 20px 25px;
    background-color: #fff;
    font-size: 14px
}
.account-page .discount-info>span {
    font-size: 16px;
    font-weight: 700
}
.account-page .discount-info>span>span {
    font-size: 14px
}
.account-page .inputs-wrap {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px
}
.account-page .inputs-wrap .left-column {
    width: 60%;
    padding: 0 30px 0 15px
}
.account-page .inputs-wrap .right-column {
    width: 40%;
    padding-right: 15px
}
.account-page .account-nav {
    margin: 0;
    list-style: none
}
.account-page .account-nav>.item-level-0 {
    margin: 0;
    border: 1px solid #e6e6e6;
    border-top: none
}
.account-page .account-nav>.item-level-0:first-child {
    border-radius: 3px 3px 0 0;
    border-top: 1px solid #e6e6e6
}
.account-page .account-nav>.item-level-0:last-child {
    border-radius: 0 0 3px 3px
}
.account-page .account-nav .link-level-0 {
    position: relative;
    display: block;
    padding: 15px 0 15px 17px;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    color: #1b1b1b;
    transition: color 0.2s
}
.account-page .account-nav .link-level-0:hover, .account-page .account-nav .link-level-0.active {
    color: #73c400
}
.account-page .account-nav .link-level-0:hover::after, .account-page .account-nav .link-level-0.active::after {
    -moz-transform: scaleX(1);
    -o-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}
.account-page .account-nav .link-level-0::after {
    content: "";
    -moz-transform: scaleX(0);
    -o-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    transform-origin: 0 0;
    position: absolute;
    top: calc(50% - 1px);
    right: 15px;
    width: 27px;
    height: 2px;
    background-color: #73c400;
    transition: transform 0.2s
}
.account-page .validation-field input {
    border-radius: 3px;
    border: 1px solid #c9c9c9;
    padding-left: 10px
}
.account-page .validation-field input:focus+.placeholder {
    top: 0;
    left: 8px
}
.account-page .validation-field>.placeholder {
    top: 18px;
    left: 16px;
    padding-left: 3px
}
.account-page .validation-field.active>.placeholder {
    top: 0;
    left: 8px
}
.account-page .h-cell-1, .account-page .cell-1, .account-page .h-cell-2, .account-page .cell-2, .account-page .h-cell-3, .account-page .cell-3, .account-page .h-cell-4 {
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0
}
.account-page .h-cell-1, .account-page .h-cell-2, .account-page .h-cell-4 {
    width: 275px
}
.account-page .h-cell-3 {
    width: 240px
}
.account-page .cell-1 {
    width: 140px
}
.account-page .cell-2 {
    width: 585px;
    padding-left: 20px
}
.account-page .cell-3 {
    width: 330px
}
.account-page .order-list-heading {
    margin: 0 0 15px 0;
    list-style: none
}
.account-page .order-list-heading>li {
    margin: 0;
    color: #8b8a8a
}
.account-page .order-list {
    margin-bottom: 7px;
    border: 1px solid #e6e6e6
}
.account-page .order-list:first-child {
    margin-top: 0
}
.account-page .order-heading {
    position: relative;
    padding: 17px 70px 17px 0;
    border-bottom: 1px solid transparent;
    font-size: 16px;
    cursor: pointer
}
.account-page .order-heading.menu-open {
    background-color: #f6f6f6
}
.account-page .order-heading.menu-open .order-number {
    color: #73c400
}
.account-page .order-heading.menu-open .toggle-arrow {
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}
.account-page .order-number {
    padding-left: 22px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: underline
}
.account-page .order-date {
    font-size: 14px
}
.account-page .order-count {
    font-size: 14px;
    font-weight: 700
}
.account-page .order-count>span {
    font-size: 16px
}
.account-page .order-price {
    font-size: 16px;
    font-weight: 700
}
.account-page .order-status {
    font-size: 14px;
    font-weight: 700
}
.account-page .pending_payment, .account-page .in_progress {
    color: #ff7b10
}
.account-page .cancel, .account-page .failure_payment {
    color: #a41418
}
.account-page .paid, .account-page .closed {
    color: #75da09
}
.account-page .delivery, .account-page .ready_to_delivery {
    color: #2cc7dc
}
.account-page .toggle-arrow {
    position: absolute;
    top: calc(50% - 7px);
    right: 20px;
    width: 8px;
    height: 14px;
    background-repeat: no-repeat;
    background-size: contain;
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    transition: transform 0.2s
}
.account-page .item-wrap {
    display: none
}
.account-page .order-cart-item {
    padding: 8px;
    border-bottom: 1px solid #e6e6e6
}
.account-page .order-cart-item:first-child {
    border-top: 1px solid #e6e6e6
}
.account-page .order-result {
    padding: 15px 22px
}
.account-page .order-result.menu-open {
    background-color: #f6f6f6
}
.account-page .result-title {
    margin-bottom: 10px;
    font-size: 14px
}
.account-page .result-title:last-child {
    margin-bottom: 0
}
.account-page .result-title>.title {
    display: inline-block;
    color: #8b8a8a
}
.account-page .left-column .title {
    width: 75px
}
.account-page .left-column .info {
    display: inline-block;
    vertical-align: top;
    font-weight: 700;
    color: #000
}
.account-page .right-column .result-title {
    white-space: nowrap
}
.account-page .right-column .title {
    width: 120px;
    padding-right: 10px
}
.account-page .result-price {
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    font-size: 14px;
    font-weight: 700
}
.account-page .result-price>span {
    font-size: 18px
}
@media (min-width:1400px) and (max-width:1629px) {
    .account-page .h-cell-1, .account-page .h-cell-2, .account-page .h-cell-4 {
        width: 185px
    }
    .account-page .h-cell-3 {
        width: 200px
    }
    .account-page .cell-2 {
        width: 430px
    }
    .account-page .cell-3 {
        width: 280px
    }
}
@media (min-width:1200px) and (max-width:1399px) {
    .account-page .h-cell-1, .account-page .h-cell-4 {
        width: 140px
    }
    .account-page .h-cell-2 {
        width: 150px
    }
    .account-page .h-cell-3 {
        width: 180px
    }
    .account-page .cell-2 {
        width: 370px
    }
    .account-page .cell-3 {
        width: 190px
    }
}
@media (max-width:1199px) {
    .account-page .order-result {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-bottom: 20px
    }
    .account-page .right-column, .account-page .left-column {
        width: 100%
    }
    .account-page .left-column {
        margin-bottom: 10px
    }
}
@media (min-width:992px) and (max-width:1199px) {
    .account-page .sidebar {
        width: 240px
    }
    .account-page .account-page-content {
        width: calc(100% - 240px);
        padding-left: 25px
    }
    .account-page .account-nav .link-level-0 {
        font-size: 16px
    }
    .account-page .h-cell-1 {
        width: 140px
    }
    .account-page .h-cell-2 {
        width: 100px
    }
    .account-page .h-cell-3 {
        width: 170px
    }
    .account-page .h-cell-4 {
        width: 130px
    }
    .account-page .cell-2 {
        width: 250px
    }
    .account-page .cell-3 {
        width: 150px
    }
    .account-page .order-count, .account-page .order-date {
        font-size: 14px
    }
}
.account-page .order-heading {
    font-size: 14px
}
@media (max-width:991px) {
    .account-page {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .account-page .account-page-content .top-between {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .account-page .account-info, .account-page .account-page-content, .account-page .sidebar {
        width: 100%
    }
    .account-page .button {
        margin-top: 15px
    }
    .account-page .account-info {
        margin-bottom: 35px;
        padding-left: 0
    }
    .account-page .sidebar {
        margin-bottom: 25px
    }
    .account-page .account-nav {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        justify-content: space-between;
        -ms-flex-pack: space-between;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center;
        border-bottom: 2px solid #e6e6e6
    }
    .account-page .account-nav>.item-level-0 {
        border: none !important
    }
    .account-page .account-nav .link-level-0 {
        margin-bottom: -2px;
        padding: 0 0 5px 0;
        border-bottom: 2px solid transparent
    }
    .account-page .account-nav .link-level-0.active {
        border-color: #73c400
    }
    .account-page .account-nav .link-level-0::before, .account-page .account-nav .link-level-0::after {
        display: none
    }
    .account-page .account-page-content {
        padding-left: 0
    }
}
@media (min-width:768px) and (max-width:991px) {
    .account-page .account-nav>.item-level-0 {
        width: 33.33%;
        text-align: center
    }
    .account-page .h-cell-1 {
        width: 120px
    }
    .account-page .h-cell-2 {
        width: 120px
    }
    .account-page .h-cell-3 {
        width: 190px
    }
    .account-page .h-cell-4 {
        width: 150px
    }
    .account-page .cell-2 {
        width: 290px
    }
    .account-page .cell-3 {
        width: 150px
    }
}
@media (max-width:767px) {
    .account-page .order-list-heading {
        display: none
    }
    .account-page .order-list {
        border-top: 1px solid #e6e6e6
    }
    .account-page .h-cell-1 {
        padding-left: 0
    }
    .account-page .h-cell-1, .account-page .h-cell-2, .account-page .h-cell-3, .account-page .h-cell-4 {
        width: 50%;
        margin-bottom: 5px
    }
    .account-page .h-cell-2, .account-page .h-cell-4 {
        text-align: right
    }
    .account-page .cell-1, .account-page .cell-2, .account-page .cell-4 {
        width: 100%
    }
    .account-page .cell-3 {
        width: 100%;
        margin-top: auto
    }
    .account-page .order-cart-list {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .account-page .order-cart-item {
        -webkit-flex-grow: 1;
        -moz-flex-grow: 1;
        -ms-flex-grow: 1;
        flex-grow: 1;
        border-radius: 0
    }
    .account-page .order-cart-item .item-img {
        margin: 0 auto 15px
    }
    .account-page .toggle-arrow {
        position: absolute;
        top: calc(100% - 15px);
        right: calc(50% - 7px);
        width: 15px;
        height: 15px;
        border: none
    }
    .account-page .order-heading {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 15px 15px 20px
    }
    .account-page .order-status {
        width: 100%
    }
}
@media (max-width:700px) {
    .account-page .discount-system {
        margin-top: 15px
    }
    .account-page .inputs-wrap {
        margin: 0
    }
    .account-page .inputs-wrap .left-column, .account-page .inputs-wrap .right-column {
        width: 100%;
        padding: 0
    }
}
@media (max-width:450px) {
    .account-page .account-nav {
        margin: 0 -5px
    }
    .account-page .account-nav .link-level-0 {
        font-size: 14px
    }
    .account-page .order-result .result-price {
        font-size: 14px
    }
    .account-page .inputs-wrap .column {
        width: 100%
    }
}
.contacts, .contacts .contact-box-column {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}
.contacts .contact-box, .contacts .map {
    width: calc(50% - 17px)
}
.contacts .column {
    width: calc(50% - 15px)
}
.contacts .contact-box-column {
    margin-bottom: 30px
}
.contacts .contact-title {
    margin-bottom: 15px;
    font-size: 16px
}
.contacts .phone, .contacts .mail, .contacts .timetable, .contacts .address {
    display: block;
    padding-left: 24px;
    font-size: 16px;
    background-repeat: no-repeat;
    background-size: contain;
    text-decoration: none;
    color: #1b1b1b
}
.contacts .phone {
    margin-bottom: 8px
}
.contacts .phone>span {
    font-weight: 700
}
.contacts .address {
    background-size: 15px
}
.map {
    position: relative
}
.question-banner {
    padding: 35px 45px;
    border-radius: 3px;
    border: 1px solid #e7e7e7;
    background-color: #f4f7ee
}
.question-banner .item-title {
    margin-bottom: 7px;
    font-size: 27px;
    font-weight: 700
}
.question-banner .small-title {
    font-size: 16px
}
.question-banner .button {
    width: 195px
}
@media (min-width:1200px) and (max-width:1399px) {
    .question-banner .item-title {
        font-size: 22px
    }
}
@media (min-width:992px) and (max-width:1199px) {
    .question-banner {
        padding: 30px 15px
    }
    .question-banner .item-title {
        font-size: 22px
    }
    .question-banner .button {
        width: 165px
    }
}
@media (min-width:768px) and (max-width:991px) {
    .contacts .contact-box-column {
        margin-bottom: 0
    }
    .contacts .column {
        width: 100%;
        margin-bottom: 15px
    }
    .question-banner {
        padding: 30px 15px;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center
    }
    .question-banner .text-sector {
        width: 100%
    }
    .question-banner .button {
        margin: 15px auto 0
    }
}
@media (max-width:767px) {
    .contacts .contact-box, .contacts .map {
        width: 100%
    }
    .map {
        margin-top: 30px
    }
}
@media (max-width:600px) {
    .question-banner {
        padding: 30px 15px;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center
    }
    .question-banner .text-sector {
        width: 100%
    }
    .question-banner .button {
        margin: 15px auto 0
    }
}
@media (max-width:500px) {
    .contacts .contact-box-column {
        margin-bottom: 0
    }
    .contacts .column {
        width: 100%;
        margin-bottom: 15px
    }
}
.discounts {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -3px
}
.discount-item {
    width: calc(25% - 6px);
    margin: 0 3px 20px
}
.discount-item .item-img {
    position: relative;
    display: block;
    height: 249px;
    margin: 0 0 14px;
    border: 1px solid #eee;
    border-radius: 3px;
    overflow: hidden
}
.discount-item .text-sector {
    padding: 0 10px
}
.discount-item .date {
    margin-bottom: 12px;
    font-size: 12px;
    color: #7f7f7f
}
.discount-item .item-title {
    overflow: hidden;
    display: block;
    height: 36px;
    margin-bottom: 15px;
    font-size: 18px;
    text-decoration: none;
    color: #1b1b1b
}
.discount-item .item-title:hover {
    color: #50ae17
}
.discount-item .detail {
    font-size: 13px
}
.discount-detail {
    margin-bottom: 40px
}
.discount-detail .item-img {
    float: left;
    width: 621px;
    margin: 0 28px 15px 0;
    border-radius: 3px
}
.discount-detail .date {
    margin-bottom: 12px;
    font-size: 14px;
    color: #7f7f7f
}
.discount-detail .timer-title {
    margin-bottom: 10px;
    font-size: 14px;
    color: #7f7f7f
}
.discount-detail .timer-wrap {
    width: 380px
}
.discount-detail canvas {
    width: 100%
}
.discount-detail .timer-headings {
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    justify-content: space-around;
    -ms-flex-pack: space-around;
    margin: 0
}
.discount-detail .timer-headings>li {
    width: 70px;
    margin: 0;
    font-size: 13px;
    list-style: none;
    text-align: center;
    color: #7f7f7f
}
@media (min-width:992px) and (max-width:1199px) {
    .discount-item .item-img {
        height: 170px
    }
    .discount-detail .item-img {
        width: 480px
    }
}
@media (max-width:991px) {
    .discount-detail {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .discount-detail .item-img {
        float: none;
        max-width: 100%;
        margin: 0 auto 15px
    }
}
@media (min-width:768px) and (max-width:991px) {
    .discount-item {
        width: calc(33.333% - 6px)
    }
    .discount-item .item-img {
        height: 180px
    }
}
@media (max-width:767px) {
    .discount-item {
        width: calc(50% - 6px)
    }
    .discount-item .item-img {
        height: 180px
    }
}
@media (max-width:500px) {
    .discount-item .item-title {
        height: 48px;
        font-size: 16px
    }
}
@media (max-width:450px) {
    .discount-detail .timer-wrap {
        width: 290px
    }
    .discount-detail .time_circles>div>span {
        font-size: 20px !important;
        line-height: 20px !important
    }
}
.show-reviews-nav {
    display: none;
    width: 200px;
    margin-bottom: 25px
}
.guestbook .sidebar {
    width: 240px;
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.3)
}
.guestbook .sidebar-title {
    display: none;
    position: absolute;
    top: 15px;
    left: 15px;
    font-size: 20px;
    font-weight: 700
}
.guestbook .reviews-list {
    width: calc(100% - 240px);
    padding-left: 35px
}
.guestbook .reviews-nav {
    margin: 0;
    list-style: none
}
.guestbook .reviews-nav>.item-level-0 {
    margin: 0;
    border: 1px solid #e6e6e6;
    border-top: none
}
.guestbook .reviews-nav>.item-level-0:first-child {
    border-radius: 3px 3px 0 0;
    border-top: 1px solid #e6e6e6
}
.guestbook .reviews-nav>.item-level-0:last-child {
    border-radius: 0 0 3px 3px
}
.guestbook .reviews-nav .link-level-0 {
    position: relative;
    display: block;
    padding: 15px 0 15px 17px;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    color: #1b1b1b;
    transition: color 0.2s
}
.guestbook .reviews-nav .link-level-0:hover, .guestbook .reviews-nav .link-level-0.active {
    color: #73c400
}
.guestbook .reviews-nav .link-level-0:hover::after, .guestbook .reviews-nav .link-level-0.active::after {
    -moz-transform: scaleX(1);
    -o-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}
.guestbook .reviews-nav .link-level-0::after {
    content: "";
    -moz-transform: scaleX(0);
    -o-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    transform-origin: 0 0;
    position: absolute;
    top: calc(50% - 1px);
    right: 15px;
    width: 27px;
    height: 2px;
    background-color: #73c400;
    transition: transform 0.2s
}
.review-inner {
    margin-bottom: 20px;
    border-radius: 3px;
    border: 1px solid #e7e7e7;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.25)
}
.review-inner.padding {
    padding-top: 40px
}
.review-inner .item-heading {
    padding: 12px 20px;
    background-color: #f5f8f1
}
.review-inner .item-title {
    color: #1b1b1b;
    width: calc(100% - 150px);
    font-size: 14px;
    font-weight: 500;
    text-decoration: none
}
.review-inner .item-title:hover {
    color: #50ae17
}
.review-inner .detail {
    display: block;
    margin-left: auto
}
.review-inner .review-content {
    padding: 5px 18px 18px 5px
}
.review-inner .item-img {
    display: block;
    position: relative;
    width: 275px;
    height: 227px
}
.review-inner .text-sector {
    width: calc(100% - 275px);
    padding: 10px 0 0 15px
}
.review-inner .username {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 700
}
.review-inner .rating-field {
    width: 75px;
    height: 15px;
    margin-bottom: 10px
}
.review-inner .image-list {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -5px
}
.review-inner .user-image {
    position: relative;
    display: block;
    width: 102px;
    height: 83px;
    margin: 0 5px 5px
}
.review-inner img {
    border-radius: 3px
}
.review-inner .answer {
    position: relative;
    margin-top: 35px;
    padding: 25px 22px;
    border-radius: 3px;
    border: 1px solid #e7e7e7;
    background-color: #f5f8f1
}
.review-inner .answer::before, .review-inner .answer::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50px;
    width: 0;
    height: 0;
    border-style: solid
}
.review-inner .answer::before {
    border-width: 0 0 20px 20px;
    border-color: transparent transparent #e7e7e7 transparent
}
.review-inner .answer::after {
    margin-left: 1px;
    border-width: 0 0 17px 18px;
    border-color: transparent transparent #f5f8f1 transparent
}
.review-inner .answer p {
    margin: 0
}
.review-inner .answer-title {
    margin-bottom: 10px;
    background-repeat: no-repeat;
    height: 30px
}
.fancybox-container .review-inner {
    margin: 0 auto;
    width: 100%;
    max-width: 1050px
}
.product-reviews .review-inner {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.25)
}
.product-reviews .review-inner .text-sector {
    width: 100%
}
.add-review-form {
    margin-bottom: 10px;
    padding: 24px;
    border-radius: 3px;
    border: 1px solid #eaeaea;
    background-color: #f3f8ed
}
.add-review-form .form-title {
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: 700
}
.add-review-form .small-title {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.3
}
.add-review-form .rating {
    margin-bottom: 15px
}
.add-review-form .rating-title {
    margin-top: auto;
    padding-right: 5px;
    font-size: 16px;
    font-weight: 500
}
.add-review-form .rating-field {
    width: 100px;
    height: 19px;
    background-size: 20px 19px
}
.add-review-form .rating-field .fill-rate {
    background-size: 20px 19px
}
.add-review-form .rating-field input {
    display: none
}
.add-review-form .star {
    display: inline-block;
    vertical-align: middle;
    width: 20px
}
.add-review-form .form-column {
    width: calc(50% - 9px)
}
.add-review-form textarea {
    height: 106px;
    padding: 10px
}
.add-review-form .submit-review {
    width: 195px;
    margin-top: 15px
}
.add-review-form .file-input-title {
    width: 160px
}
.add-review-form .validation-field.uploader {
    display: inline-block;
    padding: 0;
    margin-top: 20px
}
.add-review-form .validation-field input {
    border: 1px solid #cacaca;
    border-radius: 3px;
    padding: 0 10px
}
.add-review-form .validation-field input:focus+.placeholder {
    top: -2px
}
.add-review-form .validation-field textarea {
    border: 1px solid #cacaca;
    border-radius: 3px
}
.add-review-form .validation-field>.placeholder {
    top: 18px;
    left: 10px
}
.add-review-form .validation-field.active>.placeholder {
    top: -2px
}
.add-review-form .file-path {
    display: block;
    font-size: 16px;
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 20px;
    margin-bottom: 10px
}
.add-review-form #select-file {
    display: block;
    font-size: 16px;
    min-height: 16px;
    color: #878787;
    margin-bottom: 10px
}
.add-review-form .g-recaptcha>div {
    margin: 0
}
@media (max-width:1199px) {
    .add-review-form .form-row {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .add-review-form .form-column {
        width: 100%
    }
}
@media (max-width:991px) {
    .show-reviews-nav {
        display: block
    }
    .guestbook .sidebar-title {
        display: block
    }
    .guestbook .sidebar {
        display: none;
        width: 100%;
        height: 100vh;
        padding: 50px 15px;
        background-color: #fff
    }
    .guestbook .sidebar.popup-slider {
        z-index: 103;
        display: block
    }
    .guestbook .reviews-list {
        width: 100%;
        padding-left: 0
    }
    .guestbook .reviews-nav {
        overflow: auto;
        height: 100%
    }
}
@media (max-width:767px) {
    .add-review-form .g-recaptcha>div {
        margin: 0 calc(50% - 152px)
    }
    .review-inner .item-heading {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .review-inner .item-title {
        width: 100%
    }
    .review-inner .detail {
        margin: 5px 0 0 0
    }
    .review-inner .item-img {
        width: 130px;
        height: 130px
    }
    .review-inner .text-sector {
        width: calc(100% - 130px)
    }
}
@media (max-width:600px) {
    .review-inner .review-content {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 5px
    }
    .review-inner .text-sector {
        width: 100%;
        padding-left: 0
    }
    .review-inner .answer {
        padding: 25px 15px
    }
}
.detail-item-page {
    overflow: hidden
}
.has-arrows .slick-arrow {
    top: calc(50% - 26px);
    width: 30px;
    height: 52px;
    border: 1px solid #eaeaea;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 50%
}
.has-arrows .slick-prev {
    left: 0
}
.has-arrows .slick-next {
    right: 0
}
.product-page-tabs {
    margin-bottom: 30px
}
.product-page-tabs .tab-list {
    margin-bottom: 15px;
    list-style: none
}
.product-page-tabs .tab-list>li {
    overflow: hidden;
    position: relative;
    width: calc(25% - 2px);
    margin: 0 1px;
    border-radius: 8px 8px 8px 8px;
    border: 1px solid #eaeaea;
    line-height: 1;
    box-shadow: 0 0 10px -5px rgba(0, 0, 0, 0.5)
}
.product-page-tabs .tab-list>li::after {
    content: "";
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 3px;
    background-color: #73c400;
    transition: width 0.3s
}
.product-page-tabs .tab-list>li:hover:after {
    width: 100%
}
.product-page-tabs .tab-list a {
    display: block;
    padding: 15px 5px;
    font-size: 17px;
    font-weight: 500;
    text-decoration: none;
    text-align: center;
    color: #828282
}
.product-page-tabs .tab-list .active:after {
    width: 100%
}
.product-page-tabs .tab-list .active a {
    color: #73c400
}
.product-page-tabs .tab-list span {
    display: inline-block;
    padding-left: 30px;
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 19px;
    line-height: 20px
}
.product-page-tabs .tab-list span.color-tab {
    background-size: 27px
}
.product-page-tabs .tab-list span.description-tab {
    background-size: 27px
}
.product-page-tabs .setting-title {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 400;
    color: #8b8a8a
}
.product-page-tabs .item-id-wrap {
    margin-bottom: 15px
}
.product-page-tabs .basket-form {
    margin-bottom: 10px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.product-page-tabs .basket-form .item-id {
    white-space: nowrap;
    font-size: 14px;
    color: #8b8a8a
}
.product-page-tabs .basket-form .item-id>span {
    color: #1b1b1b
}
.product-page-tabs .basket-form .select2-container {
    width: 100% !important
}
.product-page-tabs .basket-form .availability {
    font-size: 14px;
    font-weight: 700;
    color: #73c400
}
.product-page-tabs .basket-form .sell-box {
    padding: 15px;
    border-radius: 3px;
   /* border: 1px solid #eaeaea */
}
.product-page-tabs .basket-form .users-rating {
    margin-bottom: 13px;
    padding: 10px;
    border-radius: 3px;
    background-color: #f3f8ed
}
.product-page-tabs .basket-form .rating-stat {
    margin-left: 7px;
    font-size: 16px;
    font-weight: 700
}
.product-page-tabs .basket-form .rating-layer {
    position: relative;
    width: 75px;
    height: 15px;
    background-repeat: repeat-x;
    background-size: 15px
}
.product-page-tabs .basket-form .rating-layer .fill-rate {
    background-size: 15px
}
.product-page-tabs .basket-form .reviews-count {
    font-size: 13px;
    font-weight: 500;
    color: #8b8a8a
}
.product-page-tabs .basket-form .size-wrap {
    width: calc(100% - 136px);
    margin-left: 9px
}
.product-page-tabs .basket-form .sell-settings {
    margin-bottom: 15px
}
.product-page-tabs .basket-form .sell-settings.color {
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center
}
.product-page-tabs .basket-form .img-color-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 10px
}
.product-page-tabs .basket-form .setting-img {
    display: block;
    width: 110px;
    height: 46px;
    position: relative;
    border: 1px solid #8a8a8a;
    border-radius: 3px
}
.product-page-tabs .basket-form .pick-color-title {
    font-size: 14px;
    font-weight: 500
}
.product-page-tabs .basket-form .couchette {
    padding: 0
}
.product-page-tabs .basket-form .couchette .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 16px;
    font-weight: 700;
    line-height: 43px
}
.product-page-tabs .basket-form .couchette .select2-container--default .select2-selection--single .select2-selection__arrow, .product-page-tabs .basket-form .couchette .select2-container .select2-selection--single {
    height: 45px
}
.product-page-tabs .basket-form .prices-wrap {
    margin-bottom: 10px;
    border-radius: 3px;
    background-color: #f3f8ed;
    font-size: 20px
}
.product-page-tabs .basket-form .prices {
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    padding: 15px;
    text-align: center
}
.product-page-tabs .basket-form .old-price {
    margin-bottom: 10px;
    font-size: 16px;
    text-decoration: line-through;
    color: #707070
}
.product-page-tabs .basket-form .old-price>span {
    font-size: 21px
}
.product-page-tabs .basket-form .old-price+.item-price {
    color: #eb3131
}
.product-page-tabs .basket-form .item-price {
    font-size: 18px;
    font-weight: 700
}
.product-page-tabs .basket-form .item-price>span {
    font-size: 30px
}
.product-page-tabs .basket-form .discount-value {
    padding: 15px;
    border-radius: 3px;
    background-color: #e6efdb;
    font-size: 14px;
    font-weight: 700
}
.product-page-tabs .basket-form .discount-value>span {
    font-size: 16px;
    color: #eb3131;
    text-align: center
}
.product-page-tabs .basket-form .price-unit {
    font-size: 14px;
    color: #1b1b1b
}
.product-page-tabs .basket-form .sell-button {
    display: block;
    margin-bottom: 9px;
    padding: 12px 5px;
    border-radius: 3px;
    background-color: #73c400;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    cursor: pointer;
    transition: background-color 0.3s;
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.3);
    border: 1px solid #77c608
}
.product-page-tabs .basket-form .sell-button:hover {
    background-color: #fff
}
.product-page-tabs .basket-form .sell-button:hover span {
    color: #73c400
}
.product-page-tabs .basket-form .sell-button>span {
    transition: color 0.3s, background-image 0.3s;
    display: inline-block;
    padding-right: 29px;
    background-repeat: no-repeat;
    background-position: 100% 50%;
    background-size: 18px;
    line-height: 20px
}
.product-page-tabs .basket-form .sell-button>input {
    display: none
}
.product-page-tabs .list-widget {
    margin-top: 10px;
    border-radius: 3px;
    border: 1px solid #eaeaea
}
.product-page-tabs .list-widget-warranty {
    margin-top: 10px;
    border-radius: 3px;
    /* border: 1px solid #eaeaea */
}
.product-page-tabs .widget-title {
    padding: 15px;
    border-radius: 3px 3px 0 0;
    background-color: #f3f8ed;
    font-size: 12px;
    font-weight: 700
}
.product-page-tabs .widget-title-warranty {
    padding: 15px;
    border-radius: 3px 3px 0 0;
    background-color: #f3f8ed;
    font-size: 15px;
    font-weight: 500
}
.product-page-tabs .widget-wrap {
    margin: 0;
    padding: 14px
}
.product-page-tabs .widget-wrap-warranty {
    margin: 0;
    padding: 7px
}
.product-page-tabs .widget-wrap>li:last-child {
    margin-bottom: 0
}
.product-page-tabs .hidden-properties {
    display: none
}
.product-page-tabs .hidden-properties.show {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}
.product-page-tabs .show-properties {
    margin-top: 15px;
    font-size: 13px;
    font-weight: 700;
    text-decoration: underline
}
.product-page-tabs .show-properties:hover {
    text-decoration: none
}
.product-page-tabs .show-properties>span {
    position: relative;
    display: inline-block;
    padding-right: 18px;
    cursor: pointer
}
.product-page-tabs .show-properties>span::after {
    content: "";
    position: absolute;
    top: 5px;
    right: 0;
    width: 11px;
    height: 5px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 11px
}
.product-page-tabs .close-list>span::after {
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}
.product-page-tabs .item-option {
    position: relative;
    margin-bottom: 12px;
    padding: 2px 0 0 30px;
    cursor: pointer
}
.product-page-tabs .item-option:last-child {
    margin-bottom: 0
}
.product-page-tabs .item-option:hover {
    z-index: 2
}
.product-page-tabs .item-option:hover>.hidden-sector {
    opacity: 1
}
.product-page-tabs .item-option:hover>.checkbox-title {
    text-decoration: underline
}
.product-page-tabs .item-option>input {
    display: none
}
.product-page-tabs .item-option>input:checked+.checkbox {
    background-color: #73c400;
    border-color: #73c400
}
.product-page-tabs .item-option>.checkbox {
    position: absolute;
    top: 0;
    left: 0;
    width: 19px;
    height: 19px;
    border-radius: 2px;
    border: 1px solid #c9c9c9;
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: 50%
}
.product-page-tabs .checkbox-title {
    width: calc(100% - 80px);
    font-size: 14px
}
.product-page-tabs .option-price {
    margin-left: auto;
    font-size: 14px
}
.product-page-tabs .hidden-sector {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 30px;
    width: calc(100% - 30px);
    padding: 6px;
    border-radius: 3px;
    border: 1px solid #c9c9c9;
    background-color: #fff;
    transition: opacity 0.2s;
    box-shadow: 2px 2px 11px rgba(0, 0, 0, 0.63)
}
.product-page-tabs .option-img {
    position: relative;
    width: 63px;
    height: 63px
}
.product-page-tabs .option-img img {
    border-radius: 3px
}
.product-page-tabs .option-description {
    width: calc(100% - 63px);
    padding-left: 13px
}
.product-page-tabs .hidden-description-title {
    display: block;
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 1.4
}
.product-page-tabs .hidden-description-price {
    display: block;
    font-size: 14px;
    font-weight: 700
}
.product-page-tabs .order-detail-info {
    width: 390px;
    padding-left: 24px
}
.product-page-tabs .item-discount {
    max-width: 421px;
    font-size: 0
}
.product-page-tabs .item-discount a {
    font-size: 13px
}
.product-page-tabs .timer-wrap, .product-page-tabs .item-discount {
    margin-bottom: 20px
}
.product-page-tabs .red-title {
    margin-bottom: 7px;
    font-size: 16px;
    font-weight: 700;
    color: #e01500
}
.product-page-tabs .timer-title {
    margin-bottom: 5px;
    font-size: 14px;
    color: #7f7f7f
}
.product-page-tabs .timer-headings {
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    justify-content: space-around;
    -ms-flex-pack: space-around;
    margin: 0
}
.product-page-tabs .timer-headings>li {
    width: 70px;
    margin: 0;
    font-size: 13px;
    list-style: none;
    text-align: center;
    color: #7f7f7f
}
.product-page .section-wrap {
    margin-bottom: 20px
}
.product-page .slider-wrap {
    width: calc(100% - 723px)
}
.product-page .slider-wrap img {
    border-radius: 3px
}
.product-page .detail-description {
    width: 334px;
    padding-left: 24px
}
.product-page .caution {
    padding: 10px 0;
    margin-bottom: 10px;
    font-size: 11px;
    color: #8c8c8c
}
.detail-slider {
    position: relative;
    margin-bottom: 12px
}
.detail-slider .slide {
    display: none;
    height: 655px
}
.detail-slider .slide.slick-slide {
    display: block
}
.detail-thumbs {
    margin: 0 -6px
}
.detail-thumbs .slide {
    display: none;
    padding: 0 6px
}
.detail-thumbs .slide.slick-slide {
    display: block
}
.detail-thumbs .item-img {
    position: relative;
    height: 116px
}
.color-wrap {
    margin-bottom: 20px;
    border-radius: 5px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.20);
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: 209px;
    overflow: hidden;
    opacity: 0;
    transition: opacity 0.1s
}
@media (max-width:500px) {
    .color-wrap {
        height: 233px
    }
}
.color-wrap .color-radio-wrap {
    padding: 15px;
    font-size: 0;
    display: inline-block;
    text-align: center;
    width: 100%
}
.color-wrap .item-heading {
    padding: 15px;
    border-radius: 4px 4px 0 0;
    background-color: #f3f8ed
}
.color-wrap .heading-title {
    font-size: 16px;
    font-weight: 700
}
.color-wrap .anchor-link {
    display: none;
    margin-left: auto
}
.color-wrap .anchor-link.show-colors {
    position: relative
}
.color-wrap .anchor-link.show-colors:before {
    content: '';
    width: 14px;
    height: 14px;
    position: absolute;
    left: -18px;
    top: calc(50% - 7px);
    background-image: url("/images/svg/ancor-dec.svg");
    background-size: cover;
    background-repeat: no-repeat
}
.color-wrap .anchor-link.show-colors.rotate:before {
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}
.color-wrap .color-field {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 83px;
    padding: 0 6px;
    cursor: pointer
}
.color-wrap .color-field input {
    display: none
}
.color-wrap .color-field:hover {
    z-index: 1
}
.color-wrap .color-field:hover .hidden-color-radio {
    opacity: 1;
    pointer-events: all
}
.color-wrap .color-field:hover .hidden-color-radio .img.lazy {
    z-index: -1;
}
.color-wrap .color-img, .color-wrap .hidden-color-img {
    position: relative;
    display: block;
    margin-bottom: 10px
}
.color-wrap .color-img::after, .color-wrap .hidden-color-img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 30px
}
.color-wrap .color-img {
    height: 71px
}
.color-wrap .hidden-color-img {
    width: 164px;
    height: 164px
}
.color-wrap .color-title {
    display: block;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 10px;
    height: 42px
}
.color-wrap img {
    border-radius: 3px;
    border: 1px solid #8a8a8a
}
.color-wrap .hidden-color-radio {
    pointer-events: none;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 10px 10px 15px;
    background-color: #fff;
    box-shadow: 2px 2px 11px rgba(0, 0, 0, 0.63);
    border-radius: 3px
}
.color-wrap .hidden-color-radio .color-title {
    height: auto
}
.product-inner-section {
    margin-bottom: 30px
}
.product-inner-section .answer {
    display: none
}
.product-inner-section .column-title {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 700
}
.product-inner-section .column-caption {
    margin-bottom: 20px
}
.product-inner-section .column-caption .column-title {
    margin: 0
}
.product-inner-section .column-caption .setting-title {
    margin: 20px 0 0 0
}
.product-inner-section .left-column {
    width: 690px
}
.product-inner-section .left-column .setting-title {
    margin-bottom: 20px
}
.product-inner-section .right-column {
    width: 840px;
    padding-left: 24px
}
.product-inner-section .alt-button {
    width: 200px;
    margin-left: auto
}
.product-inner-section .radio-options {
    font-size: 0;
    margin: 0 -4px 20px
}
.product-inner-section .radio-option {
    display: inline-block;
    vertical-align: top;
    width: 124px;
    margin: 0 5px 10px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.product-inner-section .radio-option>input {
    display: none
}
.product-inner-section .radio-option>input:checked+.radio {
    border-color: #73c400;
    background-color: #73c400;
    color: #fff
}
.product-inner-section .radio {
    display: block;
    padding: 12px 0;
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    border: 1px solid #efefef;
    background-color: #fff;
    font-size: 15px;
    font-weight: 500;
    text-align: center
}
.product-inner-section .radio:hover {
    border-color: #73c400;
    background-color: #73c400;
    color: #fff
}
.product-inner-section .add-review-button {
    width: 200px
}
.product-inner-section .button-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between
}
.product-inner-section .button-wrap .alt-button {
    margin: 0
}
.product-characteristics {
    padding: 18px;
    border-radius: 3px;
    border: 1px solid #eaeaea;
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.3)
}
.characteristic {
    position: relative;
    padding: 10px 12px
}
.characteristic:nth-child(even) {
    background-color: #f7f7f7
}
@media (max-width:767px) {
    .characteristic .characteristic-value {
        text-align: right
    }
}
.characteristic .characteristic-tooltip {
    display: inline-block;
    vertical-align: middle
}
.characteristic .characteristic-tooltip:hover .tooltip-text {
    opacity: 1
}
.characteristic .characteristic-tooltip:hover .tooltip-sign {
    border-color: #73c400
}
.characteristic .tooltip-sign {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 1px solid #b5b5b5;
    background-repeat: no-repeat;
    background-position: 50%;
    cursor: pointer
}
.characteristic .tooltip-text {
    z-index: 5;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 240px;
    padding: 12px 14px;
    border-radius: 4px;
    border: 1px solid #eaeaea;
    box-shadow: 2px 2px 11px rgba(0, 0, 0, 0.63);
    background-color: #fff;
    font-size: 12px;
    line-height: 1.2;
    transition: opacity 0.3s
}
.download-wrap {
    margin-bottom: 30px;
    padding: 15px;
    background-color: #f3f8ed;
    text-align: center
}
.download-wrap .download-link {
    display: inline-block;
    padding-left: 30px;
    background-repeat: no-repeat;
    background-position: 0 0;
    font-size: 16px;
    line-height: 17px
}
.sidebar-tab .detail-description {
    position: relative;
    width: 351px
}
.sidebar-tab .main-column {
    width: calc(100% - 351px);
    padding-left: 28px
}
.sidebar-tab .components-wrapper {
    width: 100%
}
.sidebar-tab .components-wrapper .show-all {
    display: none;
    width: 105px;
    margin: 0 auto
}
.sidebar-tab .components-wrapper .main-column {
    width: 100%
}
.sidebar-tab .color-section-title {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 700
}
.sidebar-tab .color-section-title.big {
    font-size: 20px
}
.sidebar-tab .color-description {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.3
}
.sidebar-tab .color-description p {
    margin-bottom: 0
}
.sidebar-tab .color-radio-wrap {
    margin: 0;
    text-align: center;
    width: 100%
}
.sidebar-tab .color-radio-wrap+.color-radio-wrap {
    border-top: 1px solid #eaeaea
}
.sidebar-tab .color-radio-wrap.open .color-section-title {
    position: relative
}
.sidebar-tab .color-radio-wrap.open .color-description {
    position: relative
}
.sidebar-item-slider {
    margin-bottom: 15px
}
.sidebar-item-slider .slide {
    display: none;
    position: relative;
    height: auto
}
.sidebar-item-slider .slide.slick-slide {
    display: block
}
.sidebar-item-slider .slide img {
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    left: auto;
    top: auto;
    width: 100%;
    position: static
}
.detail-item-popup {
    width: 935px;
    padding: 35px;
    background-color: #fff
}
.detail-item-popup .detail-popup-title {
    margin-bottom: 15px;
    font-size: 24px
}
.detail-item-popup .popup-slider-wrap {
    position: relative;
    width: 680px
}
.detail-item-popup .small-basket {
    width: 160px;
    margin-left: auto;
    padding: 18px 24px;
    border-radius: 3px;
    border: 1px solid #eaeaea;
    background-color: #f3f8ed
}
.detail-item-popup .old-price {
    margin-bottom: 5px;
    font-size: 12px;
    text-decoration: line-through;
    color: #707070
}
.detail-item-popup .old-price>span {
    font-size: 15px
}
.detail-item-popup .old-price+.item-price {
    color: #eb3131
}
.detail-item-popup .item-price {
    font-size: 14px;
    font-weight: 700
}
.detail-item-popup .item-price>span {
    font-size: 20px
}
.detail-item-popup .sell-button {
    display: inline-block;
    margin-top: 15px;
    padding: 9px 10px;
    border-radius: 3px;
    background-color: #73c400;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    cursor: pointer;
    transition: background-color 0.3s;
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.3)
}
.detail-item-popup .sell-button:hover {
    background-color: #5ab325
}
.detail-item-popup .sell-button>span {
    display: inline-block;
    padding-right: 29px;
    background-repeat: no-repeat;
    background-position: 100% 50%;
    background-size: 18px;
    line-height: 20px
}
.detail-item-popup .sell-button>input {
    display: none
}
.detail-popup-slider {
    margin-bottom: 12px
}
.detail-popup-slider .slide {
    height: 592px
}
.detail-popup-thumbs {
    margin: 0 -6px
}
.detail-popup-thumbs .slide {
    padding: 0 6px
}
.detail-popup-thumbs .item-img {
    position: relative;
    display: block;
    height: 83px
}
.floating-order {
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 20;
    -moz-transform: translateY(calc(100% + 10px));
    -o-transform: translateY(calc(100% + 10px));
    -ms-transform: translateY(calc(100% + 10px));
    -webkit-transform: translateY(calc(100% + 10px));
    transform: translateY(calc(100% + 10px));
    transition: transform 0.5s
}
.floating-order.active {
    -moz-transform: translate(0);
    -o-transform: translate(0);
    -ms-transform: translate(0);
    -webkit-transform: translate(0);
    transform: translate(0)
}
.floating-order .floating-order-wrap {
    padding: 18px;
    border: 1px solid #eaeaea;
    background-color: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    border-radius: 3px 3px 0 0;
    box-shadow: 0 0 10px -5px rgba(0, 0, 0, 0.5)
}
.floating-order .product-title {
    font-size: 14px;
    font-weight: 500;
    height: 28px;
    overflow: hidden
}
.floating-order .rating-layer {
    position: relative;
    width: 75px;
    height: 15px;
    background-repeat: repeat-x;
    background-size: 15px;
    margin-right: 5px
}
.floating-order .rating-layer .fill-rate {
    background-size: 15px
}
.floating-order .reviews-count {
    font-size: 13px;
    color: #8b8a8a;
    font-weight: 500
}
.floating-order .sell-button {
    display: block;
    padding: 12px 50px;
    border-radius: 3px;
    background-color: #73c400;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    cursor: pointer;
    height: 100%;
    transition: background-color 0.3s;
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.3);
    border: 1px solid #77c608
}
.floating-order .sell-button:hover {
    background-color: #fff
}
.floating-order .sell-button:hover>span {
    color: #73c400
}
.floating-order .sell-button>span {
    transition: color 0.3s, background-image 0.3s;
    display: inline-block;
    padding-right: 29px;
    background-repeat: no-repeat;
    background-position: 100% 50%;
    background-size: 18px;
    line-height: 20px
}
.floating-order .sell-button>input {
    display: none
}
.floating-order .column:nth-child(1) {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    justify-content: space-around;
    -ms-flex-pack: space-around;
    max-width: 360px
}
.floating-order .column:nth-child(2) {
    margin-left: auto
}
.floating-order .column:nth-child(3) {
    margin-left: 20px
}
.floating-order .column:nth-child(4) {
    margin-left: 10px
}
.floating-order .column:nth-child(5) {
    margin-left: 10px;
    max-width: 210px;
    width: 100%
}
.floating-order .prices-wrap {
    height: 100%
}
.floating-order .prices {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    text-align: center
}
.floating-order .old-price {
    font-size: 16px;
    text-decoration: line-through;
    color: #707070
}
.floating-order .old-price>span {
    font-size: 18px
}
.floating-order .old-price+.item-price {
    color: #eb3131
}
.floating-order .item-price {
    font-size: 18px;
    font-weight: 700;
    color: #eb3131
}
.floating-order .item-price>span {
    font-size: 28px
}
.sibling-sections-slider {
    margin-bottom: 40px;
    opacity: 0
}
.sibling-sections-slider .slick-dots {
    position: static;
    margin: 15px 0;
    font-size: 0;
    text-align: center
}
.sibling-sections-slider .slick-dots>li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 11px;
    height: 11px;
    margin: 2px 10px;
    border-radius: 50%;
    background-color: #000
}
.sibling-sections-slider .slick-dots>li.slick-active:after {
    opacity: 1
}
.sibling-sections-slider .slick-dots>li:after {
    content: "";
    pointer-events: none;
    opacity: 0;
    position: absolute;
    top: -9px;
    left: -9px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 1px solid #000;
    transition: opacity 0.3s
}
.sibling-sections-slider .slick-arrow {
    position: absolute;
    width: 30px;
    height: 50px;
    background-repeat: no-repeat;
    background-color: rgba(255, 255, 255, .95);
    transition: background-color 0.3s;
    left: 0;
    border: 1px solid #eee;
    background-position: center;
    top: 50%;
    -moz-transform: translateY(-130%);
    -o-transform: translateY(-130%);
    -ms-transform: translateY(-130%);
    -webkit-transform: translateY(-130%);
    transform: translateY(-130%)
}
.sibling-sections-slider .slick-arrow:hover {
    background-color: #fff
}
.sibling-sections-slider .slick-next {
    right: 0;
    left: auto
}
.sibling-sections-slider.slick-initialized {
    opacity: 1;
    transition: opacity 0.1s
}
.sibling-sections-slider .section-item {
    display: block;
    margin: 0 8px;
    text-decoration: none
}
.sibling-sections-slider .section-item .img-wrap {
    height: 95px;
    position: relative;
    margin-bottom: 15px;
    margin-top: 15px;
    border: 1px solid #eee;
    transition: border 0.3s, box-shadow 0.3s
}
.sibling-sections-slider .section-item .img-wrap>img {
    object-fit: contain
}
.sibling-sections-slider .section-item .section-item-title {
    font-size: 13px;
    font-weight: 500;
    text-align: center;
    color: #1b1b1b
}
.sibling-sections-slider .section-item:hover .img-wrap {
    box-shadow: 1px 1px 14px rgba(0, 0, 0, 0.13)
}
.sibling-sections-slider .section-item:hover .section-item-title {
    color: #54a500
}
.sibling-sections-slider .section-item.active .img-wrap {
    border: 3px solid #54a500
}
.sibling-sections-slider .section-item.active .img-wrap img {
    -moz-transform: scale(0.95, 0.95) translate(-53%, -53%);
    -o-transform: scale(0.95, 0.95) translate(-53%, -53%);
    -ms-transform: scale(0.95, 0.95) translate(-53%, -53%);
    -webkit-transform: scale(0.95, 0.95) translate(-53%, -53%);
    transform: scale(0.95, 0.95) translate(-53%, -53%)
}
.sibling-sections-slider .section-item.active .section-item-title {
    color: #54a500
}
@media (max-width:991px) {
    .sibling-sections-slider {
        display: none
    }
}
#description .product__description-container {
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center
}
#description .product__description-container .product__description-item {
    width: 50%;
    line-height: 1.5;
    padding: 0 0 30px 0
}
@media (max-width:1024px) {
    #description .product__description-container .product__description-item {
        width: 100%
    }
}
#description .product__description-container .product__description-title {
    width: 100%;
    font-size: 24px;
    padding: 15px 0 0 0;
    text-align: center
}
#description .product__description-container .product__description-item .description__item-image {
    width: 100%;
    vertical-align: middle
}
#description .product__description-container .product__description-item .description__item-text {
    font-size: 14px;
    display: block;
    width: 90%;
    text-align: left;
    margin: auto
}
@media (min-width:1400px) and (max-width:1629px) {
    .detail-slider .slide {
        height: 488px
    }
    .detail-thumbs .item-img {
        height: 83px
    }
}
@media (min-width:1200px) and (max-width:1399px) {
    .product-page-tabs .time_circles>div>span {
        font-size: 24px !important;
        line-height: 15px !important
    }
    .detail-slider .slide {
        height: 427px
    }
    .detail-thumbs .item-img {
        height: 83px
    }
}
@media (min-width:992px) and (max-width:1199px) {
    .product-page-tabs .order-detail-info .item-discount {
        max-width: 421px;
		padding-top: 20px;
		margin-left: auto;
		margin-right: auto;
		font-size: 0
    }
    .product-page-tabs .order-detail-info {
        width: 100%;
        padding-left: 0
    }
    .product-page-tabs .order-detail-info .list-widget {
        display: inline-block;
        vertical-align: top;
        width: calc(33% - 4px);
        margin: 0 2px 4px
    }
    .product-page-tabs .order-detail-info .list-widget-warranty {
        display: inline-block;
        vertical-align: top;
        width: calc(33% - 4px);
        margin: 10px 2px 4px
    }
    .product-page .section-wrap {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center
    }
    .product-page .slider-wrap {
        width: 560px
    }
    .product-page .old-price {
        font-size: 14px
    }
    .product-page .old-price>span {
        font-size: 18px
    }
    .product-page .item-price {
        font-size: 15px
    }
    .product-page .item-price>span {
        font-size: 22px
    }
    .product-page .detail-description {
        width: 370px
    }
    .detail-slider .slide {
        height: 490px
    }
    .detail-thumbs .item-img {
        height: 83px
    }
}
@media (max-width:1199px) {
    .floating-order .column:nth-child(5) {
        display: none
    }
}
@media (min-width:768px) and (max-width:991px) {
    .product-page-tabs .order-detail-info .item-discount {
        max-width: 421px;
		font-size: 0
    }
}
@media (max-width:991px) {
    .product-page-tabs .item-discount {
        margin: 0 auto 20px auto
    }
    .product-inner-section {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .product-inner-section .left-column, .product-inner-section .right-column {
        width: 100%
    }
    .product-inner-section .right-column {
        margin-top: 15px;
        padding-left: 0
    }
    .product-page .section-wrap {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center
    }
    .detail-thumbs .item-img {
        height: 83px
    }
    .detail-item-popup .detail-popup-thumbs {
        display: none
    }
    .floating-order .column:nth-child(1) {
        max-width: 230px
    }
    .floating-order .column:nth-child(3) {
        display: none
    }
    .floating-order .old-price>span {
        font-size: 15px
    }
    .floating-order .item-price {
        font-size: 16px
    }
    .floating-order .item-price>span {
        font-size: 21px
    }
}
@media (min-width:768px) and (max-width:991px) {
    .product-page-tabs .order-detail-info {
        width: 100%;
        padding-left: 0
    }
    .product-page-tabs .order-detail-info .list-widget {
        display: inline-block;
        vertical-align: top;
        width: calc(33% - 4px);
        margin: 0 2px 4px
    }
	.product-page-tabs .order-detail-info .list-widget-warranty {
        display: none;
    }
	.product-page-tabs .order-detail-info .widget-title-warranty {
        display: none;
    }
	.product-page-tabs .order-detail-info .widget-wrap-warranty {
        display: none;
    }
    .product-page-tabs .tab-list a {
        font-size: 14px
    }
    .product-page-tabs .basket-form .old-price {
        font-size: 14px
    }
    .product-page-tabs .basket-form .old-price>span {
        font-size: 18px
    }
    .product-page-tabs .basket-form .item-price {
        font-size: 15px
    }
    .product-page-tabs .basket-form .item-price>span {
        font-size: 22px
    }
    .product-page .slider-wrap {
        width: 385px
    }
    .product-page .detail-description {
        width: 334px
    }
    .detail-slider .slide {
        height: 335px
    }
    .sidebar-tab .detail-description {
        width: 292px
    }
    .sidebar-tab .main-column {
        width: calc(100% - 292px);
        padding-left: 15px
    }
    .detail-item-popup {
        width: 600px;
        padding: 25px 20px
    }
    .detail-item-popup .popup-slider-wrap {
        position: relative;
        width: 385px
    }
    .detail-popup-slider .slide {
        height: 335px
    }
}
@media (max-width:767px) {
    .product-page-tabs .order-detail-info {
        width: 100%;
        padding-left: 0
    }
	.product-page-tabs .order-detail-info .list-widget-warranty {
        display: none;
    }
	.product-page-tabs .order-detail-info .widget-title-warranty {
        display: none;
    }
	.product-page-tabs .order-detail-info .widget-wrap-warranty {
        display: none;
    }
    .product-page-tabs .tab-list a {
        font-size: 14px
    }
    .product-page .slider-wrap {
        width: 100%;
        margin-bottom: 20px
    }
    .product-page .detail-description {
        width: 100%;
        padding-left: 0
    }
    .product-page .basket-form .old-price {
        font-size: 14px
    }
    .product-page .basket-form .old-price>span {
        font-size: 18px
    }
    .product-page .basket-form .item-price {
        font-size: 15px
    }
    .product-page .basket-form .item-price>span {
        font-size: 22px
    }
    .detail-slider .slide {
        height: 425px
    }
    .sidebar-tab .detail-description {
        display: none
    }
    .sidebar-tab .main-column {
        width: 100%;
        padding-left: 0
    }
    .detail-item-popup {
        width: 320px;
        padding: 25px 15px
    }
    .detail-item-popup .flex-top {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .detail-item-popup .popup-slider-wrap {
        width: 100%
    }
    .detail-item-popup .detail-popup-title {
        font-size: 20px
    }
    .detail-item-popup .small-basket {
        width: 100%;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center
    }
    .detail-item-popup .small-basket .sell-button {
        margin-top: 0
    }
    .detail-item-popup .item-price, .detail-item-popup .old-price {
        display: inline-block;
        vertical-align: middle
    }
    .detail-item-popup .old-price {
        margin: 0 10px 0 0
    }
    .detail-popup-slider .slide {
        height: 252px
    }
}
@media (max-width:700px) {
    .product-page-tabs .tab-list {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .product-page-tabs .tab-list>li {
        width: calc(50% - 4px)
    }
}
@media (max-width:600px) {
    .floating-order .container {
        width: 100%;
        padding: 0
    }
    .floating-order .floating-order-wrap {
        padding: 15px
    }
    .floating-order .sell-button {
        padding: 12px 25px
    }
    .floating-order .column:nth-child(1) {
        display: none
    }
    .floating-order .column:nth-child(2) {
        margin-left: 0
    }
    .floating-order .column:nth-child(4) {
        margin-left: auto
    }
}
@media (max-width:500px) {
    .product-page-tabs .tab-list span {
        padding-left: 0;
        background: none !important
    }
    .product-inner-section .column-caption, .product-inner-section .item-heading {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .product-inner-section .column-caption .alt-button {
        margin: 10px 0 0 0
    }
    .product-inner-section .anchor-link {
        margin: 10px 0 0 0
    }
    .product-inner-section .button-wrap {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center
    }
    .product-inner-section .button-wrap .add-review-button {
        margin-bottom: 15px
    }
    .detail-slider .slide {
        height: 325px
    }
    .sidebar-tab .color-wrap .item-heading {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .sidebar-tab .anchor-link {
        margin: 10px 0 0 20px
    }
}
@media (max-width:450px) {
    .product-page .item-discount {
        max-width: 298px
    }
    .product-page .time_circles>div>span {
        font-size: 24px !important;
        line-height: 15px !important
    }
}
img.order-complete-image {
	height: 100%;
	margin-bottom: 25px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.order-complete-button .alt-button {
	width: 280px;
	margin-top: 25px;
	margin-right: auto;
	margin-left: auto;
}

.color-wrap.hide-wrap .lazy {
    width: 71px !important;
    height: 71px !important;
}

.color-wrap.hide-wrap .lazy.loaded {
    width: auto !important;
    height: auto !important;
}

.banner .slick-initialized .slick-slide {
    background: #fff !important;
}
