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

body {
    background-color: #fff;
    color: #252531;
    font-size: 16px;
    font-family: Montserrat, sans-serif;
}

.ui-helper-hidden {
    display: none;
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.ui-helper-reset {
    border: 0;
    font-size: 100%;
    line-height: 1.3;
    list-style: none;
    margin: 0;
    outline: 0;
    padding: 0;
    text-decoration: none;
}

.ui-helper-clearfix:after,
.ui-helper-clearfix:before {
    border-collapse: collapse;
    content: "";
    display: table;
}

.ui-helper-clearfix:after {
    clear: both;
}

.ui-helper-clearfix {
    min-height: 0;
}

.ui-helper-zfix {
    filter: Alpha(Opacity=0);
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.ui-front {
    z-index: 100;
}

.ui-state-disabled {
    cursor: default !important;
}

.ui-icon {
    background-repeat: no-repeat;
    display: block;
    overflow: hidden;
    text-indent: -99999px;
}

.ui-widget-overlay {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%
}

.ui-slider {
    position: relative;
    text-align: left;
}

.ui-slider .ui-slider-handle {
    cursor: default;
    height: 1.2em;
    ms-touch-action: none;
    position: absolute;
    touch-action: none;
    width: 1.2em;
    z-index: 2;
}

.ui-slider .ui-slider-range {
    background-position: 0 0;
    border: 0;
    display: block;
    font-size: .7em;
    position: absolute;
    z-index: 1;
}

.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit;
}

.ui-slider-horizontal {
    height: .8em;
}

.ui-slider-horizontal .ui-slider-handle {
    margin-left: -.6em;
    top: -.3em;
}

.ui-slider-horizontal .ui-slider-range {
    height: 100%;
    top: 0;
}

.ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
    right: 0;
}

.ui-slider-vertical {
    height: 100px;
    width: .8em;
}

.ui-slider-vertical .ui-slider-handle {
    left: -.3em;
    margin-bottom: -.6em;
    margin-left: 0;
}

.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%
}

.ui-slider-vertical .ui-slider-range-min {
    bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
    top: 0;
}

.ui-widget {
    font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
    font-size: 1.1em;
}

.ui-widget .ui-widget {
    font-size: 1em;
}

.ui-widget button,
.ui-widget input,
.ui-widget select,
.ui-widget textarea {
    font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
    font-size: 1em;
}

.ui-widget-content {
    background: #eee;
    border: 1px solid #ddd;
    color: #333;
}

.ui-widget-content a {
    color: #333;
}

.ui-widget-header {
    background: #f6a828;
    border: 1px solid #e78f08;
    color: #fff;
    font-weight: 700;
}

.ui-widget-header a {
    color: #fff;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    background: #f6f6f6;
    border: 1px solid #ccc;
    color: #1c94c4;
    font-weight: 700;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
    color: #1c94c4;
    text-decoration: none;
}

.ui-state-focus,
.ui-state-hover,
.ui-widget-content .ui-state-focus,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-focus,
.ui-widget-header .ui-state-hover {
    background: #fdf5ce;
    border: 1px solid #fbcb09;
    color: #c77405;
    font-weight: 700;
}

.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
    color: #c77405;
    text-decoration: none;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    background: #fff;
    border: 1px solid #fbd850;
    color: #eb8f00;
    font-weight: 700;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    color: #eb8f00;
    text-decoration: none;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    background: #ffe45c;
    border: 1px solid #fed22f;
    color: #363636;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
    color: #363636;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
    background: #b81900;
    border: 1px solid #cd0a0a;
    color: #fff;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
    color: #fff;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
    color: #fff;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
    font-weight: 700;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
    filter: Alpha(Opacity=70);
    font-weight: 400;
    opacity: .7;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
    background-image: none;
    filter: Alpha(Opacity=35);
    opacity: .35;
}

.ui-state-disabled .ui-icon {
    filter: Alpha(Opacity=35);
}

.ui-icon {
    height: 16px;
    width: 16px;
}

.ui-icon-blank {
    background-position: 16px 16px;
}

.ui-icon-carat-1-n {
    background-position: 0 0;
}

.ui-icon-carat-1-ne {
    background-position: -16px 0;
}

.ui-icon-carat-1-e {
    background-position: -32px 0;
}

.ui-icon-carat-1-se {
    background-position: -48px 0;
}

.ui-icon-carat-1-s {
    background-position: -64px 0;
}

.ui-icon-carat-1-sw {
    background-position: -80px 0;
}

.ui-icon-carat-1-w {
    background-position: -96px 0;
}

.ui-icon-carat-1-nw {
    background-position: -112px 0;
}

.ui-icon-carat-2-n-s {
    background-position: -128px 0;
}

.ui-icon-carat-2-e-w {
    background-position: -144px 0;
}

.ui-icon-triangle-1-n {
    background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
    background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
    background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
    background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
    background-position: -64px -16px;
}

.ui-icon-triangle-1-sw {
    background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
    background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
    background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
    background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
    background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
    background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
    background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
    background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
    background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
    background-position: -64px -32px;
}

.ui-icon-arrow-1-sw {
    background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
    background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
    background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
    background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
    background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
    background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
    background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
    background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
    background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
    background-position: 0 -48px;
}

.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
    background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
    background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
    background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
    background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px;
}

.ui-icon-arrow-4 {
    background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
    background-position: -16px -80px;
}

.ui-icon-extlink {
    background-position: -32px -80px;
}

.ui-icon-newwin {
    background-position: -48px -80px;
}

.ui-icon-refresh {
    background-position: -64px -80px;
}

.ui-icon-shuffle {
    background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
    background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
    background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
    background-position: 0 -96px;
}

.ui-icon-folder-open {
    background-position: -16px -96px;
}

.ui-icon-document {
    background-position: -32px -96px;
}

.ui-icon-document-b {
    background-position: -48px -96px;
}

.ui-icon-note {
    background-position: -64px -96px;
}

.ui-icon-mail-closed {
    background-position: -80px -96px;
}

.ui-icon-mail-open {
    background-position: -96px -96px;
}

.ui-icon-suitcase {
    background-position: -112px -96px;
}

.ui-icon-comment {
    background-position: -128px -96px;
}

.ui-icon-person {
    background-position: -144px -96px;
}

.ui-icon-print {
    background-position: -160px -96px;
}

.ui-icon-trash {
    background-position: -176px -96px;
}

.ui-icon-locked {
    background-position: -192px -96px;
}

.ui-icon-unlocked {
    background-position: -208px -96px;
}

.ui-icon-bookmark {
    background-position: -224px -96px;
}

.ui-icon-tag {
    background-position: -240px -96px;
}

.ui-icon-home {
    background-position: 0 -112px;
}

.ui-icon-flag {
    background-position: -16px -112px;
}

.ui-icon-calendar {
    background-position: -32px -112px;
}

.ui-icon-cart {
    background-position: -48px -112px;
}

.ui-icon-pencil {
    background-position: -64px -112px;
}

.ui-icon-clock {
    background-position: -80px -112px;
}

.ui-icon-disk {
    background-position: -96px -112px;
}

.ui-icon-calculator {
    background-position: -112px -112px;
}

.ui-icon-zoomin {
    background-position: -128px -112px;
}

.ui-icon-zoomout {
    background-position: -144px -112px;
}

.ui-icon-search {
    background-position: -160px -112px;
}

.ui-icon-wrench {
    background-position: -176px -112px;
}

.ui-icon-gear {
    background-position: -192px -112px;
}

.ui-icon-heart {
    background-position: -208px -112px;
}

.ui-icon-star {
    background-position: -224px -112px;
}

.ui-icon-link {
    background-position: -240px -112px;
}

.ui-icon-cancel {
    background-position: 0 -128px;
}

.ui-icon-plus {
    background-position: -16px -128px;
}

.ui-icon-plusthick {
    background-position: -32px -128px;
}

.ui-icon-minus {
    background-position: -48px -128px;
}

.ui-icon-minusthick {
    background-position: -64px -128px;
}

.ui-icon-close {
    background-position: -80px -128px;
}

.ui-icon-closethick {
    background-position: -96px -128px;
}

.ui-icon-key {
    background-position: -112px -128px;
}

.ui-icon-lightbulb {
    background-position: -128px -128px;
}

.ui-icon-scissors {
    background-position: -144px -128px;
}

.ui-icon-clipboard {
    background-position: -160px -128px;
}

.ui-icon-copy {
    background-position: -176px -128px;
}

.ui-icon-contact {
    background-position: -192px -128px;
}

.ui-icon-image {
    background-position: -208px -128px;
}

.ui-icon-video {
    background-position: -224px -128px;
}

.ui-icon-script {
    background-position: -240px -128px;
}

.ui-icon-alert {
    background-position: 0 -144px;
}

.ui-icon-info {
    background-position: -16px -144px;
}

.ui-icon-notice {
    background-position: -32px -144px;
}

.ui-icon-help {
    background-position: -48px -144px;
}

.ui-icon-check {
    background-position: -64px -144px;
}

.ui-icon-bullet {
    background-position: -80px -144px;
}

.ui-icon-radio-on {
    background-position: -96px -144px;
}

.ui-icon-radio-off {
    background-position: -112px -144px;
}

.ui-icon-pin-w {
    background-position: -128px -144px;
}

.ui-icon-pin-s {
    background-position: -144px -144px;
}

.ui-icon-play {
    background-position: 0 -160px;
}

.ui-icon-pause {
    background-position: -16px -160px;
}

.ui-icon-seek-next {
    background-position: -32px -160px;
}

.ui-icon-seek-prev {
    background-position: -48px -160px;
}

.ui-icon-seek-end {
    background-position: -64px -160px;
}

.ui-icon-seek-start {
    background-position: -80px -160px;
}

.ui-icon-seek-first {
    background-position: -80px -160px;
}

.ui-icon-stop {
    background-position: -96px -160px;
}

.ui-icon-eject {
    background-position: -112px -160px;
}

.ui-icon-volume-off {
    background-position: -128px -160px;
}

.ui-icon-volume-on {
    background-position: -144px -160px;
}

.ui-icon-power {
    background-position: 0 -176px;
}

.ui-icon-signal-diag {
    background-position: -16px -176px;
}

.ui-icon-signal {
    background-position: -32px -176px;
}

.ui-icon-battery-0 {
    background-position: -48px -176px;
}

.ui-icon-battery-1 {
    background-position: -64px -176px;
}

.ui-icon-battery-2 {
    background-position: -80px -176px;
}

.ui-icon-battery-3 {
    background-position: -96px -176px;
}

.ui-icon-circle-plus {
    background-position: 0 -192px;
}

.ui-icon-circle-minus {
    background-position: -16px -192px;
}

.ui-icon-circle-close {
    background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
    background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
    background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
    background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
    background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
    background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
    background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
    background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
    background-position: -192px -192px;
}

.ui-icon-circle-check {
    background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
    background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
    background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
    background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
    background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
    background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
    background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
    background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
    background-position: -80px -224px;
}

.ui-corner-all,
.ui-corner-left,
.ui-corner-tl,
.ui-corner-top {
    border-top-left-radius: 4px;
}

.ui-corner-all,
.ui-corner-right,
.ui-corner-top,
.ui-corner-tr {
    border-top-right-radius: 4px;
}

.ui-corner-all,
.ui-corner-bl,
.ui-corner-bottom,
.ui-corner-left {
    border-bottom-left-radius: 4px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-br,
.ui-corner-right {
    border-bottom-right-radius: 4px;
}

.ui-widget-overlay {
    background: #666;
    filter: Alpha(Opacity=50);
    opacity: .5;
}

.ui-widget-shadow {
    background: #000;
    border-radius: 5px;
    filter: Alpha(Opacity=20);
    margin: -5px 0 0 -5px;
    opacity: .2;
    padding: 5px;
}

a,
button,
input,
input[type=submit],
select,
textarea {
    moz-appearance: none;
    outline: 0;
    webkit-appearance: none;
}

.category-filter__sale-img img,
img {
    max-width: 100%
}

.slick-list,
blockquote,
body,
code,
dd,
div,
dl,
dt,
fieldset,
figcaption,
figure,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
    margin: 0;
    padding: 0;
}

.slick-list,
.slick-slider,
.slick-track {
    display: block;
    position: relative;
}

.slick-list,
.slick-slider,
.slick-track,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
img,
menu,
nav,
section {
    display: block;
}

.front-slider,
.slick-arrow,
.slick-list {
    overflow: hidden;
}

.about-assortment__title,
.blog-cat__img-badge,
.features-item__title,
.hamburger,
.material-modal__more-link,
.product-material__title,
.reg-btn,
.social-share__btn span,
.tab__item {
    text-transform: uppercase;
}

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

table {
    border-collapse: collapse;
    border-spacing: 0;
}

abbr,
fieldset,
img {
    border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: 400;
}

ol li,
ul li {
    list-style: none;
}

caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: 400;
}

sub {
    vertical-align: text-bottom;
}

input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}

legend {
    color: #000;
}

img {
    height: auto;
}

button {
    cursor: pointer;
    font-family: inherit;
}

.slick-preload {
    height: 0;
    opacity: 0;
    visibility: hidden;
}

.slick-preload.slick-initialized {
    height: auto;
    opacity: 1;
    visibility: visible;
}

.dropdown-wrap,
.slick-loading .slick-slide,
.slick-loading .slick-track {
    visibility: hidden;
}

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

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

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

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

.slick-track {
    left: 0;
    min-width: 100%;
    top: 0;
}

.slick-arrow,
.slick-dots {
    font-size: 0;
    position: absolute;
}

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

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

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

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

.slick-slide img {
    display: block;
}

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

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

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

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

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

.slick-arrow {
    background: 0;
    border: 0;
    bottom: 0;
    cursor: pointer;
    height: 43px;
    margin: auto;
    o-transition: all .2s ease-out;
    outline: 0;
    top: -70px;
    transition: all .2s ease-out;
    webkit-transition: all .2s ease-out;
    width: 23px;
    z-index: 10;
}

.slick-arrow svg {
    fill: #d6d6d6;
}

.slick-arrow:hover {
    opacity: .6 !important;
    o-transition: all .2s ease-in;
    transition: all .2s ease-in;
    webkit-transition: all .2s ease-in;
}

.front-slider:hover .slick-arrow {
    opacity: 1;
    o-transition: all .2s ease-in;
    transition: all .2s ease-in;
    webkit-transition: all .2s ease-in;
}

.slick-prev {
    left: -45px;
}

.slick-next {
    right: -45px;
}

.slick-dots {
    bottom: 23px;
    left: 0;
    right: 0;
    text-align: center;
}

.slick-dots .slick-active button,
.slick-dots button:hover {
    background-color: #FFCA20;
    border-color: #FFCA20;
}

.slick-dots button {
    border: 1px solid #fff;
    border-radius: 50%;
    cursor: pointer;
    font-size: 0;
    height: 12px;
    margin: auto;
    outline: 0;
    padding: 0;
    -webkit-border-radius: 50%;
    width: 12px;
}

.slick-dots li {
    display: inline-block;
    margin: 0 5px;
    padding: 0;
    vertical-align: middle;
}

.arcticmodal-container,
.arcticmodal-overlay {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1000;
}

.arcticmodal-container {
    border: 0;
    border-collapse: collapse;
    margin: 0;
    overflow: auto;
    padding: 0;
}

.arcticmodal-container_i {
    height: 100%;
    margin: 0 auto;
}

.arcticmodal-container_i2 {
    border: 0;
    margin: 0;
    padding: 15px;
    vertical-align: middle;
}

.arcticmodal-error {
    background: #000;
    border-radius: 10px;
    color: #fff;
    padding: 20px;
    webkit-border-radius: 10px;
}

.arcticmodal-loading {
    background: #000;
    border-radius: 10px;
    height: 80px;
    webkit-border-radius: 10px;
    width: 80px;
}

.box-modal {
    background-color: #fff;
    margin: auto;
    min-width: 480px;
    padding: 23px 30px 40px;
    position: relative;
}

.box-modal_med {
    max-width: 780px;
}

.box-modal_wide {
    max-width: 930px;
}

.arcticmodal-close,
.del-prod {
    cursor: pointer;
    height: 20px;
    position: absolute;
    right: 30px;
    top: 30px;
    width: 20px;
}

.arcticmodal-close:hover:after,
.arcticmodal-close:hover:before,
.del-prod:hover:after,
.del-prod:hover:before {
    opacity: .6;
    o-transition: opacity .2s ease-in;
    transition: opacity .2s ease-in;
    webkit-transition: opacity .2s ease-in;
}

.arcticmodal-close:after,
.arcticmodal-close:before,
.del-prod:after,
.del-prod:before {
    background-color: #252531;
    bottom: 0;
    content: " ";
    height: 15px;
    left: 0;
    margin: auto;
    opacity: 1;
    o-transition: opacity .2s ease-out;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity .2s ease-out;
    webkit-transition: opacity .2s ease-out;
    width: 2px;
}

.twitter-typeahead,
body {
    width: 100%
}

.arcticmodal-close:before,
.del-prod:before {
    ms-transform: rotate(45deg);
    transform: rotate(45deg);
    webkit-transform: rotate(45deg);
}

.arcticmodal-close:after,
.del-prod:after {
    ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    webkit-transform: rotate(-45deg);
}

.tt-menu {
    background-color: #fff;
    border: 1px solid #f6f6f6;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
    margin-top: -1px;
    padding: 11px 15px;
    right: 0;
    webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
}

.tt-input {
    cursor: pointer;
}

.tt-suggestion {
    font-size: 13px;
    line-height: 1.9;
    text-align: left;
}

.center-wrap,
.main-title,
.reg-btn {
    text-align: center;
}

.tt-suggestion:hover {
    color: #ffca20;
    cursor: pointer;
}

.tt-suggestion.tt-cursor {
    background-color: #0097cf;
    color: #fff;
}

body,
html {
    height: 100%
}

.hamburger,
.main-header__nav-caption,
.reg-btn {
    font-family: GothamPro-Bold, sans-serif;
}

sup {
    vertical-align: super;
}

.btn-set>*,
.hamburger,
.header-btns__item,
.main-footer__contact-link>*,
.main-footer__develop>*,
.pagination li,
.product-col__price>*,
.reg-btn_icon>*,
.social-links_item {
    vertical-align: middle;
}

.main-content__block {
    position: relative;
    z-index: 10;
}

.main-content__block:before {
    content: "";
    display: table;
}

.main-content__block:after {
    clear: both;
    content: "";
    display: table;
}

.main-header__nav-caption {
    color: #fff;
    font-size: 18px;
    margin-bottom: 20px;
}

.tab__pane,
select {
    display: none;
}

.tab__pane_active {
    display: block;
}

.hamburger {
    font-size: 16px;
    o-transition: none !important;
    position: relative;
    transition: none !important;
    webkit-transition: none !important;
    z-index: 200;
}

.hamburger.is-active {
    font-size: 0;
    o-transition: none !important;
    transition: none !important;
    webkit-transition: none !important;
}

.hamburger.is-active:after,
.hamburger.is-active:before {
    background-color: #fff;
    bottom: 0;
    content: " ";
    height: 24px;
    left: 0;
    margin: auto;
    opacity: 1;
    o-transition: opacity .2s ease-out;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity .2s ease-out;
    webkit-transition: opacity .2s ease-out;
    width: 2px;
}

.hamburger.is-active:before {
    ms-transform: rotate(45deg);
    transform: rotate(45deg);
    webkit-transform: rotate(45deg);
}

.hamburger.is-active:after {
    ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    webkit-transform: rotate(-45deg);
}

.wrapper {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 15px;
    position: relative;
}
.payment-wrapper {
    padding: 100px 0!important;
    text-align: center;
}
.payment-wrapper .main-title {
    margin-bottom: 50px;
}
.flex-block {
    display: flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: -webkit-box;
    display: -webkit-flex;
    flex-wrap: wrap;
    ms-flex-wrap: wrap;
    webkit-flex-wrap: wrap;
}

.reg-btn,
.reg-btn_icon>* {
    display: inline-block;
}

.center_absolute {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
}

.dropdown-block {
    position: relative;
    z-index: 11;
}

.dropdown-wrap {
    opacity: 0;
    o-transition: all .2s ease-out;
    position: absolute;
    right: 0;
    top: 90%;
    transition: all .2s ease-out;
    webkit-transition: all .2s ease-out;
    z-index: 5;
}

.dropdown-wrap.open {
    opacity: 1;
    o-transition: all .2s ease-in;
    top: 100%;
    transition: all .2s ease-in;
    visibility: visible;
    webkit-transition: all .2s ease-in;
}

a,
button,
input[type=submit],
svg {
    o-transition: all .2s ease-out;
    webkit-transition: all .2s ease-out;
}

svg {
    transition: all .2s ease-out;
}

#icon-facebook {
    fill: #3a589b;
}

#icon-logo .st0 {
    fill: #ffca20;
}

#icon-youtube .st0 {
    fill: #cc181e;
}

#icon-youtube .st1 {
    fill: #fff;
}

.color_wht {
    color: #fff !important;
}

.product-col__add svg,
.product-info__add svg {
    stroke-width: 1.5px;
}

.stroke-width_4 {
    stroke-width: 4px;
}

.stroke-width_2 {
    stroke-width: 2px;
}

.stroke-width_1 {
    stroke-width: 1px;
}

.stroke-width_0 {
    stroke-width: 0;
}

.fill_none {
    fill: none;
}

.fill_grey {
    fill: #999;
}

.fill_lt-grey {
    fill: #e3e3e3;
}

.fill_dk-blue-color {
    fill: #252531;
}

.fill_yellow {
    fill: #ffca20;
}

.fill_purple {
    fill: #573460;
}

.fill_blk {
    fill: #000;
}

.fill_wht {
    fill: #fff;
}

.stroke_lt-grey {
    stroke: #e3e3e3;
}

.stroke_dk-blue-color {
    stroke: #252531;
}

.stroke_yellow {
    stroke: #ffca20;
}

.stroke_purple {
    stroke: #573460;
}

.stroke_wht {
    stroke: #fff;
}

.stroke_blk {
    stroke: #000;
}

.one-col__item {
    width: 100%
}

.two-col__item {
    margin-bottom: 30px;
    margin-right: 30px;
    width: calc(50% - 15px);
}

.two-col__item:nth-of-type(2n) {
    margin-right: 0;
}

.three-col__item:nth-of-type(3n) {
    margin-right: 0;
}

.four-col__item {
    margin-bottom: 30px;
    margin-right: 30px;
    width: calc(25% - 22.5px);
}

.four-col__item:nth-of-type(4n) {
    margin-right: 0;
}

.five-col__item {
    margin-bottom: 30px;
    margin-right: 30px;
    width: calc(20% - 24px);
}

.five-col__item:nth-of-type(5n) {
    margin-right: 0;
}

.reverse-two-col__item {
    margin-bottom: 30px;
    margin-left: 30px;
    width: calc(50% - 15px);
}

.reverse-two-col__item:nth-of-type(2n) {
    margin-left: 0;
}

.two-fullcol__item {
    width: 50%
}

.three-fullcol__item {
    width: 33.3%
}

.four-fullcol__item {
    width: 25%
}

.four-fullcol__item img {
    width: 100%
}

.five-fullcol__item {
    width: 20%
}

.six-fullcol__item {
    width: 16.666666%
}

input {
    border-radius: 0;
    webkit-appearance: none;
    webkit-border-radius: 0;
}

a:hover,
button:hover,
input[type=submit]:hover {
    o-transition: all .2s ease-in;
    transition: all .2s ease-in;
    webkit-transition: all .2s ease-in;
}

a {
    color: #252531;
}

a,
button,
input[type=submit] {
    appearance: none;
    background: 0;
    border: 0;
    border-radius: 0;
    line-height: normal;
    padding: 0;
    text-decoration: none;
    transition: all .2s ease-out;
    webkit-border-radius: 0;
}

.reg-btn {
    background-color: #ffca20;
    border: 2px solid #ffca20;
    border-radius: 0;
    cursor: pointer;
    font-size: 13px;
    o-transition: all .2s ease-out;
    padding: 13px 40px 14px;
    transition: all .2s ease-out;
    webkit-border-radius: 0;
    webkit-transition: all .2s ease-out;
}

.reg-btn:hover {
    background-color: #ffd95f;
    border-color: #ffd95f;
}

.reg-btn_icon {
    min-width: 140px;
    padding: 9px 23px;
}

.reg-btn_icon span {
    height: 11px;
    margin-right: 9px;
}

.reg-btn_empty {
    background-color: transparent;
    border-color: #252531;
    color: #252531;
}

.reg-btn_blk,
.reg-btn_empty:hover {
    background-color: #252531;
    border-color: #252531;
    color: #fff;
}

.reg-btn_blk:hover {
    background-color: #2f2f46;
    border-color: #2f2f46;
}

.main-title {
    font-family: GothamPro-Black, sans-serif;
    font-size: 44px;
}

.form-input,
.form-label {
    display: block;
    font-size: 14px;
}

.main-title_left {
    text-align: left;
}

.form-input::-webkit-input-placeholder {
    color: #999;
}

.form-input::-moz-placeholder {
    color: #999;
}

.form-input:-ms-input-placeholder {
    color: #999;
}

.form-input:-moz-placeholder {
    color: #999;
}

.form-input {
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 3px;
    height: 42px;
    margin-bottom: 20px;
    padding: 0 15px;
    position: relative;
    webkit-border-radius: 3px;
    width: 100%;
    z-index: 2;
}

.col-nav__item,
.front-slider_item {
    background-position: center center;
    position: relative;
}

.front-slider_item .slider-background {
    left: 0;
    min-width: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
}

.form-input_nomargin {
    margin-bottom: 0;
}

.form-input.err {
    border-color: #f66;
}

.reg-btn+.form-alert:not(:empty) {
    margin: 11px 0 0;
}

.form-label {
    color: #666;
    margin-bottom: 12px;
}

textarea.form-input {
    height: 87px;
    padding: 15px;
    resize: none;
}

.form-alert:not(:empty) {
    font-size: 13px;
    margin: -9px 0 14px;
}

.form-alert:not(:empty).err {
    color: #f66;
}

.main-logo__block img {
    max-width: 164px;
}

.main-header__search {
    margin-top: 6px;
    position: relative;
}

.main-header__top {
    align-items: center;
    justify-content: space-between;
    ms-flex-align: center;
    ms-flex-pack: justify;
    padding: 26px 0 22px;
    webkit-align-items: center;
    webkit-box-align: center;
    webkit-box-pack: justify;
    webkit-justify-content: space-between;
}

.common-home .main-header__bottom {
    border-bottom: 0;
}

.desktop-hidden {
    display: none;
}

.header-top__nav-list {
    justify-content: space-between;
    ms-flex-pack: justify;
    webkit-box-pack: justify;
    webkit-justify-content: space-between;
}

.header-top__nav-list a {
    color: #666;
    font-size: 14px;
}

.header-bottom__nav-list>li:hover>a,
.header-bottom__nav-list>li>ul>li>ul>li a:hover,
.header-top__nav-list a:hover {
    color: #ffca20;
}

.header-top__nav-list li {
    margin-right: 26px;
}

.header-top__nav-list li:last-child {
    margin-right: 0;
}

.header-bottom__nav-list {
    justify-content: space-between;
    ms-flex-pack: justify;
    position: relative;
    webkit-box-pack: justify;
    webkit-justify-content: space-between;
}

.header-bottom__nav-list>li {
    padding: 15px 0;
}

.header-bottom__nav-list>li>a {
    font-family: GothamPro-Bold, sans-serif;
    font-size: 15px;
}

.header-bottom__nav-list>li:hover>ul {
    background-color: #FFCA20;
    opacity: 1;
    o-transition: all .2s ease-in;
    transition: all .2s ease-in;
    visibility: visible;
    webkit-transition: all .2s ease-in;
    z-index: 11;
}

.header-bottom__nav-list>li>ul {
    background-color: #fff;
    left: 0;
    opacity: 0;
    o-transition: all .2s ease-out;
    padding: 18px 0 43px;
    position: fixed;
    top: 100%;
    transition: all .2s ease-out;
    visibility: hidden;
    webkit-transition: all .2s ease-out;
    width: 293px;
}

.header-bottom__nav-list>li>ul>li>a {
    display: block;
    font-family: GothamPro-Medium, sans-serif;
    padding: 8px 20px 8px 30px;
}

.header-bottom__nav-list>li>ul>li>a:hover {
    background-color: #E8B923;
}

.header-bottom__nav-list>li>ul>li:first-child>ul,
.header-bottom__nav-list>li>ul>li:hover>ul {
    opacity: 1;
    o-transition: all .2s ease-in;
    transition: all .2s ease-in;
    visibility: visible;
    webkit-transition: all .2s ease-in;
}

.header-bottom__nav-list>li>ul>li>ul {
    background-color: #fff;
    bottom: 0;
    column-fill: auto;
    columns: 2;
    left: calc(100% - 1px);
    -moz-column-fill: auto;
    -moz-columns: 2;
    opacity: 0;
    -o-transition: all .2s ease-out;
    padding: 21px 290px 20px 20px;
    position: absolute;
    top: 0;
    transition: all .2s ease-out;
    visibility: hidden;
    -webkit-column-fill: auto;
    -webkit-columns: 2;
    -webkit-transition: all .2s ease-out;
    width: 879px;
    z-index: 2;
}

.header-bottom__nav-list>li>ul>li>ul>a {
    font-size: 14px;
}

.header-bottom__nav-list>li>ul>li>ul>li a {
    display: inline-block;
    font-size: 14px;
    padding: 5px 0;
}

.header-bottom__nav-list>li>ul>li>ul>li:last-child {
    position: absolute;
    right: 10px;
    top: 0;
}

.header-bottom__nav-list>li>ul>li::before {
    background-color: #fff;
    bottom: 0;
    content: "";
    display: block;
    height: 100%;
    left: calc(100% + 600px);
    position: absolute;
    right: 0;
    top: 0;
    width: 257px;
}

.header-bottom__nav-list>li>ul>li:hover::before {
    z-index: 2;
}

.header-btns__item {
    display: inline-block;
}

.header-btns__item button:hover,
a.header-btns__item:hover {
    opacity: .7;
}

.header-contact__phone {
    font-family: GothamPro-Medium, sans-serif;
    font-size: 18px;
}

.color-col__title,
.features-item__title,
.header-btns__cart span,
.popular-articles__link span,
.popular-articles__title,
.section-header__title {
    font-family: GothamPro-Bold, sans-serif;
}

.header-contact__time {
    color: #666;
    font-size: 12px;
    margin-top: 5px;
}

.header-btns__search {
    margin-right: 26px;
}

.header-btns__wishlist {
    margin-right: 15px;
    position: relative;
}

.header-btns__signin {
    margin-right: 16px;
}

.header-btns__signout {
    margin-right: 6px;
}

.header-btns__cart {
    margin-right: 11px;
    position: relative;
}

.header-btns__cart span {
    background-color: #ffca20;
    border-radius: 50%;
    display: block;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    position: absolute;
    right: -11px;
    text-align: center;
    top: -6px;
    webkit-border-radius: 50%;
    width: 20px;
}

.features-item__icon,
.front-slide__title {
    display: inline-block;
}

.front-slide__inner {
    padding: 15vw 0;
}

.front-slide__text,
.front-slide__title {
    background-color: rgba(0, 0, 0, .8);
    color: #fff;
    padding: 5px 20px;
}

.front-slider_item {
    background-repeat: no-repeat;
    background-size: cover;
}

.front-slide__text {
    font-size: 15px;
    line-height: 1.6;
    margin: 15px 0 33px;
    max-width: 550px;
}

.features__block {
    justify-content: center;
    -ms-flex-pack: center;
    padding: 24px 0 42px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
}

.features-item__icon+.features-item__text {
    margin-top: 12px;
}

.features__item {
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
    background-color: #FAFAFA;
    min-height: 182px;
    border-radius: 10px;
}

.col-nav__item {
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 130px;
    position: relative;
    -webkit-background-size: cover;
}

.col-nav__item .five-fullcol__image {
    height: auto;
    width: auto;
    max-height: 70px;
    height: 100%;
    margin: 0 auto 10px auto;
}

.col-nav__item:hover {
    box-shadow: 0 1px 30px rgba(0, 0, 0, .15);
}

.col-nav__count {
    color: #fff;
    font-size: 14px;
    margin-bottom: 5px;
}

.col-nav__title {
    color: #000;
    font-size: 14px;
    text-align: center;
}

.section-header__block {
    padding: 140px 0 70px;
}

.section-header__block_pt0 {
    padding-top: 0;
}

.section-header__block_thinner {
    padding-top: 75px;
}

.section-header__block_thin {
    padding-top: 111px;
}

.section-header__title {
    font-size: 36px;
}

.product-col__item:hover .product-col__thumbs {
    height: 140px;
    o-transition: height .3s ease-in .1s;
    transition: height .3s ease-in .1s;
    webkit-transition: height .3s ease-in .1s;
}

.product-col__item:hover .product-col__add,
.product-col__item:hover .product-col__btn,
.product-col__item:hover .product-col__size {
    opacity: 1;
    o-transition: opacity .3s ease-in .4s, background-color .2s ease-in, color .2s ease-in;
    transition: opacity .3s ease-in .4s, background-color .2s ease-in, color .2s ease-in;
    visibility: visible;
    webkit-transition: opacity .3s ease-in .4s, background-color .2s ease-in, color .2s ease-in;
}

.product-col__item:hover .product-col__add:hover,
.product-col__item:hover .product-col__btn:hover,
.product-col__item:hover .product-col__size:hover {
    o-transition: all .2s ease-in;
    transition: all .2s ease-in;
    webkit-transition: all .2s ease-in;
}

.product-col__item:hover .product-col__add {
    o-transition: opacity .3s ease-in .25s, background-color .2s ease-in, color .2s ease-in;
    transition: opacity .3s ease-in .25s, background-color .2s ease-in, color .2s ease-in;
    webkit-transition: opacity .3s ease-in .25s, background-color .2s ease-in, color .2s ease-in;
}

.product-cat__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 27px 0 35px 0;
}

.product-cat__header .main-title_top {
    margin-right: auto;
    text-align: left;
    padding-right: 40px;
}

.popular-articles__body,
.product-col__add,
.video-col__img {
    position: relative;
}

.product-col__thumbs {
    height: 0;
    overflow: hidden;
    padding-top: 40px;
}

.product-col__thumbs:before {
    content: "";
    display: table;
}

.product-col__thumbs:after {
    clear: both;
    content: "";
    display: table;
}

.product-col__thumb {
    float: left;
    margin-right: 20px;
    width: calc(33.3% - 14px);
}

.product-col__thumb:last-child {
    margin-right: 0;
}

.product-col__thumb:not(.active) {
    opacity: .2;
}

.product-col__thumb:not(.active):hover {
    opacity: 1;
}

.product-col__add,
.product-col__btn,
.product-col__size {
    opacity: 0;
    o-transition: none;
    transition: none;
    visibility: hidden;
    webkit-transition: none;
}

.popular-articles__img,
.popular-articles__inner {
    o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    webkit-transition: all .2s ease-out;
}

.product-col__img {
    display: block;
}

.product-col__img img {
    margin: 0 auto;
}

.product-col__title {
    color: #252531;
    display: block;
}

.product-col__cat {
    color: #5f5f6c;
    margin: 8px 0 15px;
}

.product-col__price_sale strong {
    box-shadow: inset 0 -10px 0 0 #fcc;
    webkit-box-shadow: inset 0 -10px 0 0 #fcc;
}

.product-col__add {
    background-color: #fff4cc;
    border-radius: 50%;
    height: 40px;
    margin-left: 9px;
    webkit-border-radius: 50%;
    width: 40px;
}

.product-col__add:hover {
    background-color: #ffca20;
}

.product-col__price>* {
    display: inline-block;
}

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

.video-col__item {
    display: block;
}

.main-footer__develop>*,
.popular-articles__link {
    display: inline-block;
}

.video-col__item:hover svg {
    fill: #ffca20;
}

.video-col__title {
    font-size: 20px;
    margin-top: 18px;
}

.popular-articles__row:nth-of-type(even) {
    flex-direction: row-reverse;
    ms-flex-direction: row-reverse;
    webkit-box-direction: reverse;
    webkit-box-orient: horizontal;
    webkit-flex-direction: row-reverse;
}

.popular-articles__row:nth-of-type(even) .popular-articles__inner {
    left: 0;
    right: -60px;
}

.popular-articles__inner {
    background-color: #fff;
    bottom: 30px;
    left: -60px;
    padding: 46px 30px;
    position: absolute;
    right: 0;
    top: 30px;
}

.popular-articles__title {
    font-size: 20px;
}

.popular-articles__date {
    margin: 13px 0;
}

.popular-articles__text {
    margin-bottom: 10px;
}

.popular-articles__link span {
    color: #ffca20;
    font-size: 13px;
    margin-right: 3px;
    o-transition: all .2s ease-out;
    text-transform: uppercase;
    transition: all .2s ease-out;
    webkit-transition: all .2s ease-out;
}

.popular-articles__link:hover span {
    color: #252531;
    o-transition: all .2s ease-in;
    transition: all .2s ease-in;
    webkit-transition: all .2s ease-in;
}

.popular-articles__link:hover svg {
    fill: #252531;
}

.popular-articles__link>* {
    display: inline-block;
    vertical-align: middle;
}

.popular-articles__row:hover .popular-articles__img {
    opacity: .65;
    o-transition: all .2s ease-in;
    transition: all .2s ease-in;
    webkit-transition: all .2s ease-in;
}

.main-footer__develop-link:hover,
.social-links_item:hover {
    opacity: .7;
}

.popular-articles__row:hover .popular-articles__inner {
    box-shadow: 0 0 30px rgba(0, 0, 0, .15);
    o-transition: all .2s ease-in;
    transition: all .2s ease-in;
    webkit-box-shadow: 0 0 30px rgba(0, 0, 0, .15);
    webkit-transition: all .2s ease-in;
}

.popular-articles__wrap {
    margin-bottom: 60px;
}

.five-col__item .color-col__item {
    min-height: 247px;
    overflow: hidden;
    padding: 20px 27% 25px 30px;
}

.five-col__item .color-col__item .color-col__img {
    right: -40px;
}

.five-col__item .color-col__item .color-col__title {
    font-size: 20px;
}

.four-col__item .color-col__item {
    min-height: 263px;
    padding: 20px 29% 25px 30px;
}

.four-col__item .color-col__item .color-col__title {
    font-size: 24px;
}

.three-col__item .color-col__item {
    min-height: 280px;
}

.color-col__item {
    align-items: center;
    height: 100%;
    ms-flex-align: center;
    padding: 20px 35% 25px 40px;
    position: relative;
    webkit-align-items: center;
    webkit-box-align: center;
}

.color-col__item_purple {
    background-color: #ede7f6;
}

.color-col__item_green {
    background-color: #e0f2f1;
}

.color-col__item_pink {
    background-color: #fce4ec;
}

.color-col__item_blue {
    background-color: #e1f5fe;
}

.color-col__img {
    align-items: center;
    bottom: 20px;
    max-width: 45%;
    ms-flex-align: center;
    position: absolute;
    right: 0;
    top: 20px;
    webkit-align-items: center;
    webkit-box-align: center;
}

.about-assortment__body,
.shipping1__col-text {
    ms-flex-item-align: center;
    webkit-align-self: center;
}

.color-col__title {
    font-size: 28px;
    line-height: 1.28571;
    margin-bottom: 28px;
    position: relative;
}

.main-footer__develop span,
.seo-text__text p {
    font-family: GothamPro-Light, sans-serif;
}

.seo-text__block {
    margin: 55px 0 93px;
}

.seo-text__title {
    font-size: 36px;
    margin-bottom: 29px;
}

.seo-text__text p {
    font-size: 14px;
    line-height: 1.71429;
    margin-bottom: 24px;
}

.seo-text__text p:last-child {
    margin-bottom: 0;
}

.main-footer__top {
    background-color: #f6f6f6;
    padding: 50px 0 48px;
}

.main-footer__bottom {
    padding: 21px 0 25px;
}

.main-footer__copy {
    color: #999;
    font-size: 13px;
    margin-top: 4px;
}

.main-footer__develop {
    margin-left: auto;
}

.main-footer__develop span {
    color: #333;
    font-size: 13px;
}

.main-footer__top-right {
    margin-left: auto;
    text-align: right;
}

.main-footer__nav ul:before {
    content: "";
    display: table;
}

.main-footer__nav ul:after {
    clear: both;
    content: "";
    display: table;
}

.btn-set>*,
.main-footer__contact-link>*,
.modal-title-link,
.social-links_item {
    display: inline-block;
}

.main-footer__nav li {
    float: left;
    margin-right: 39px;
}

.main-footer__nav li:last-child {
    margin-right: 0;
}

.main-footer__nav a {
    font-size: 15px;
}

.main-footer__nav a:hover {
    color: #ffca20;
}

.social-links_block {
    margin-top: 25px;
    display: flex;
}

.social-links_item {
    margin-right: 5px;
}

.social-links_item:last-child {
    margin-right: 0;
}

.social-links_block .social-links_item {
    border: 1px solid rgba(0, 0, 0, .5);
    border-radius: 10px;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-footer__contact {
    margin-top: 14px;
}

.main-footer__contact-link {
    font-size: 14px;
    line-height: 22px;
    font-weight: 600;
    font-family: 'GothamPro'
}

.main-footer__contact-link svg {
    width: 21px;
}

.modal-title,
.modal-title-link,
.success-modal__text {
    font-family: GothamPro-Bold, sans-serif;
}

.front-video-wrap {
    margin-bottom: 19px;
}

.modal-title {
    font-size: 26px;
    line-height: 1.23077;
}

.modal-title-link {
    color: #ccc;
    font-size: 16px;
    margin-left: 10px;
}

.modal-title-link:hover {
    color: #ffca20;
}

.modal-header {
    border-bottom: 1px solid #f0f0f0;
    max-width: 420px;
    padding: 0 30px 26px 0;
}

.modal-body {
    margin: 39px 0 30px;
    max-width: 420px;
}

.form-footer {
    margin-top: 40px;
}

.form-footer .reg-btn {
    padding: 14px 48px 15px;
}

.modal-text {
    font-size: 14px;
    line-height: 1.57143;
    margin: -5px 0 21px;
}

.dashed-link {
    display: inline-block !important;
    font-size: 13px;
    padding: 0 !important;
}

.dashed-link span {
    border-bottom: 1px dashed #252531;
    o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    webkit-transition: all .2s ease-out;
}

.dashed-link:hover span,
.warranty-col__item:hover {
    o-transition: all .2s ease-in;
    webkit-transition: all .2s ease-in;
}

.dashed-link:hover span {
    border-color: transparent;
    transition: all .2s ease-in;
}

.warranty-col__item,
.warranty-col__num,
.warranty-col__title {
    o-transition: all .2s ease-out;
    webkit-transition: all .2s ease-out;
}

.success-modal__inner {
    max-width: 480px;
}

.success-modal__icon {
    margin: 57px 0 21px;
}

.success-modal__text {
    font-size: 18px;
    line-height: 1.44444;
    margin-bottom: 35px;
}

.main-title_top {
    font-size: 28px;
    line-height: 26px;
    font-weight: 700;
}

.breadcrumbs+.main-title_top {
    margin-top: 41px;
}

.breadcrumbs {
    margin-top: 6px;
}

.breadcrumbs:before {
    content: "";
    display: table;
}

.breadcrumbs:after {
    clear: both;
    content: "";
    display: table;
}

.breadcrumbs li {
    float: left;
    font-size: 14px;
    list-style: none;
    margin-bottom: 5px;
    margin-left: 0;
    padding-bottom: 0;
    padding-top: 0;
}

.breadcrumbs li:last-child span {
    color: #6C7981;
    font-weight: 400;
}

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

.breadcrumbs li:after {
    color: #ccc;
    content: "/";
    display: inline-block;
    margin: 0 7px;
}

.breadcrumbs li a {
    color: #ccc;
}

.breadcrumbs li a:hover {
    color: #ffca20;
}

.blog-cat__item {
    margin-bottom: 28px;
}

.blog-cat__img {
    margin-bottom: 14px;
    position: relative;
}

.blog-cat__date {
    color: #999;
    font-size: 12px;
}

.blog-cat__img-badge,
.pagination li a:hover,
.pagination li.active a {
    color: #000;
    font-weight: 700;
}

.blog-cat__title {
    font-size: 18px;
    line-height: 1.5;
}

.blog-cat__text {
    font-size: 14px;
    line-height: 1.57143;
}

.blog-cat__text_offset {
    margin: 6px 0 14px;
}

.blog-cat__img-badge {
    background-color: rgba(37, 37, 49, .9);
    font-size: 10px;
    padding: 10px 19px;
    position: absolute;
    right: 0;
    top: 10px;
}

.pagination li.pagination__arrow {
    position: relative;
}

.pagination li.pagination__arrow_prev svg {
    left: -1px;
}

.pagination li.pagination__arrow_next svg {
    right: -1px;
}

.pagination {
    margin: 10px 0 92px;
    text-align: center;
}

.pagination li {
    display: inline-block;
    margin: 0 4px;
}

.pagination li a:hover,
.pagination li.active a {
    background-color: #ffca20;
}

.contactinfo-item__text strong,
.contactinfo-item__title {
    font-family: GothamPro-Medium, sans-serif;
}

.pagination li a:hover svg {
    fill: #fff;
}

.pagination li a {
    border-radius: 50%;
    color: #000;
    display: block;
    font-size: 14px;
    height: 36px;
    line-height: 36px;
    -webkit-border-radius: 50%;
    width: 36px;
}

.contactinfo__block {
    padding: 0 0 55px;
}

.contactinfo-item__icon {
    display: inline-block;
    height: 45px;
    position: relative;
    width: 45px;
}

.contactinfo-item__title {
    font-size: 17px;
    line-height: 1.42857;
    margin: 4px 0 9px;
}

.contactinfo__item {
    padding: 0 10px;
}

.additional-slider .product-col__inner,
.additional-slider .product-col__thumbs {
    padding-top: 40px;
}

.contactinfo-item__text {
    font-size: 15px;
    line-height: 1.42857;
}

.contactinfo-item__text_lh27 {
    line-height: 1.8;
}

.contactinfo-item__text a {
    color: #252531;
    text-decoration: none;
}

.contactinfo__map {
    height: 560px;
}

.main-title_top+.blog-single__date {
    display: block;
    margin: -55px 0 43px;
}

.additional-slider .product-col__item:hover .product-col__thumbs {
    height: 140px;
}

.additional-slider .slick-list {
    padding: 20px 20px 120px;
}

.med__wrap {
    margin: 0 auto;
    max-width: 924px;
}

.thin__wrap {
    margin: 0 auto;
    max-width: 870px;
}

.blog-single__big-img {
    margin-bottom: 63px;
    position: relative;
}

.blog-single__big-img iframe {
    height: 658px;
    width: 100%
}

.text-content li,
.text-content p {
    line-height: 1.625;
}

.text-content p.like-h2 {
    font-size: 20px;
    line-height: 24px;
}

.text-content li {
    margin-bottom: 15px;
    padding-left: 20px;
    position: relative;
}

.text-content li:before {
    display: block;
    left: 0;
    position: absolute;
}

.comments__title span,
.social-share__block * {
    display: inline-block;
    vertical-align: middle;
}

.text-content p+ol,
.text-content p+ul {
    margin: -10px 0 27px;
}

.text-content ul li:before {
    border: 1px solid #ffca20;
    border-radius: 50%;
    content: "";
    height: 9px;
    top: 8px;
    webkit-border-radius: 50%;
    width: 9px;
}

.text-content ol {
    counter-reset: item;
}

.text-content ol li:before {
    color: #ffca20;
    content: counter(item) ".";
    counter-increment: item;
    font-family: GothamPro-Bold, sans-serif;
    top: 0;
}

.comments-item__title,
.social-share__btn span,
.text-content p strong {
    font-family: GothamPro-Medium, sans-serif;
}

.text-content p {
    margin-bottom: 26px;
}

.text-content p.like-h2 {
    margin-bottom: 0;
}

.text-content p img {
    margin: 42px 0;
}

.fb-xfbml-parse-ignore {
    background-color: red !important;
}

.social-share__block {
    margin-top: 33px;
}

.social-share__btn {
    border-radius: 50px;
    cursor: pointer;
    margin-right: 10px;
    padding: 6px 23px 10px 26px;
    position: relative;
    webkit-border-radius: 50px;
}

.social-share__btn:hover {
    background-color: #4362a7;
}

.social-share__btn_fb {
    background-color: #3a589b;
}

.social-share__btn_fb .fb-share-button,
.social-share__btn_fb .fb-share-button iframe,
.social-share__btn_fb .fb-share-button span {
    bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.social-share__btn_fb .fb-share-button iframe,
.social-share__btn_fb .fb-share-button span {
    height: 100% !important;
    margin: 0 !important;
    padding: 3px 9px;
    width: 100% !important;
}

.social-share__btn span {
    color: #fff;
    font-size: 10px;
    margin-left: 10px;
}

.comments__block {
    background-color: #fafafa;
    padding: 90px 0 110px;
}

.comments__title {
    margin-bottom: 50px;
}

.comments__title span {
    background-color: #ffca20;
    border-radius: 50px;
    font-size: 14px;
    height: 26px;
    line-height: 26px;
    webkit-border-radius: 50px;
    width: 38px;
}

.comments__body {
    margin-bottom: 85px;
}

.comments__body_mb40 {
    margin-bottom: 40px;
}

.comments__item {
    margin-bottom: 29px;
}

.comments__item_border {
    border-bottom: 1px solid #ececec;
    margin-bottom: 35px;
}

.comments__item_border:last-child {
    border-bottom: 0;
    margin-bottom: 0;
}

.comments-item__header {
    margin-bottom: 10px;
}

.comments-item__header:before {
    content: "";
    display: table;
}

.comments-item__header:after {
    clear: both;
    content: "";
    display: table;
}

.comments-item__header>* {
    display: inline-block;
    vertical-align: middle;
}

.comments-item__title {
    font-size: 15px;
    margin-right: 5px;
}

.comments-item__body p,
.features-modal-text p {
    font-size: 14px;
    line-height: 1.71429;
    margin-bottom: 15px;
}

.form-button-wrap {
    margin-top: 20px;
}

.rec-access__form {
    margin: 30px auto 140px;
    max-width: 420px;
}

.rec-access__form .form-button-wrap {
    margin-top: 40px;
}

.rec-access__text {
    line-height: 1.6;
}

.tab__header {
    border-bottom: 1px solid #f0f0f0;
    margin: 0 auto 50px;
    max-width: 630px;
    position: relative;
}

.tab__header_payment {
    margin-bottom: 61px;
    max-width: 570px;
}

.tab__item {
    border-bottom: 3px solid transparent;
    color: #999;
    display: inline-block;
    font-family: GothamPro-Bold, sans-serif;
    font-size: 15px;
    margin: 0 22px -1px;
    padding-bottom: 10px;
    vertical-align: middle;
}

.tab__item:hover,
.tab__item_active {
    color: #252531;
}

.tab__item_active {
    border-color: #ffca20;
}

.payment1__block {
    margin: 0 auto 121px;
}

.aux__title {
    margin-bottom: 27px;
}

.aux__subtitle {
    font-size: 24px;
    line-height: 1.41667;
    margin: 20px 0 49px;
}

.payment1__img {
    margin-bottom: 42px;
}

.payment1__img img {
    margin: 0 auto;
}

.yellow-border__block {
    border: 2px solid #ffca20;
    border-radius: 5px;
    margin: 0 27px;
    padding: 36px 15px 31px;
    webkit-border-radius: 5px;
}

.yellow-border__title {
    font-family: GothamPro-Medium, sans-serif;
    font-size: 17px;
    margin-bottom: 13px;
}

.product-info__price,
.product-other__title,
.warranty-col__num,
.warranty-col__title {
    font-family: GothamPro-Bold, sans-serif;
}

.aux__text p,
.yellow-border__text {
    font-size: 15px;
    line-height: 1.8;
}

.payment2__block {
    background-color: #fafafa;
    padding: 110px 0 60px;
}

.payment2__bloc {
    margin: 0 auto 10px;
}

.aux__text li {
    margin-bottom: 0;
}

.aux__text p {
    margin-top: 26px;
}

.shipping1__col-img img {
    margin: 0 auto;
}

.shipping1__col-text {
    align-self: center;
    padding-bottom: 19px;
}

.shipping1__col-text .aux__subtitle {
    margin-bottom: 0;
}

.shipping1__block {
    margin: 70px 0 80px;
}

.shipping2__block {
    margin-bottom: 30px;
}

.shipping2__block .features-item__title {
    margin-top: 14px;
}

.shipping2__block .features__block {
    padding-top: 23px;
}

.shipping3__block {
    background-color: #fafafa;
    padding: 92px 0 65px;
}

.warranty1_block {
    margin: 63px 0 -27px;
    justify-content: center;
}

.warranty-col__item {
    background-color: #fafafa;
    min-height: 100%;
    padding: 24px 20px 34px;
    transition: all .2s ease-out;
}

.warranty-col__item:hover {
    box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
    ms-transform: translateY(-20px);
    transform: translateY(-20px);
    transition: all .2s ease-in;
    webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
    webkit-transform: translateY(-20px);
}

.warranty-col__item:hover .warranty-col__num,
.warranty-col__item:hover .warranty-col__title {
    color: #ffca20;
    o-transition: all .2s ease-in;
    transition: all .2s ease-in;
    webkit-transition: all .2s ease-in;
}

.warranty-col__num,
.warranty-col__title {
    color: #573460;
    transition: all .2s ease-out;
}

.product-info__slide-thumb,
.product-material__img:after,
.product-material__title {
    o-transition: all .2s ease-out;
    webkit-transition: all .2s ease-out;
}

.warranty-col__num {
    font-size: 70px;
}

.warranty-col__title {
    font-size: 14px;
}

.warranty-col__text {
    font-size: 14px;
    line-height: 1.57143;
    margin-top: 14px;
}

.product-info__slide-thumb {
    cursor: pointer;
    transition: all .2s ease-out;
}

.slide-thumb-inner {
    border: 1px solid #EAEAEA;
    margin-right: 16px;
}

.product-info__slide-thumb.slick-current .slide-thumb-inner {
    border: 1px solid #FFCA20;
}

.product-info__slide-big img,
.product-info__slide-thumb img {
    margin: 0 auto;
}

.product-info__slide-thumb:not(.slick-current) {
    opacity: .9;
    o-transition: all .2s ease-in;
    transition: all .2s ease-in;
    webkit-transition: all .2s ease-in;
}

.comments-item__rating[data-stars] .star-rating {
    display: inline-block;
    fill: #FFB800;
    margin-right: 6px;
    vertical-align: middle;
}

.comments-item__rating[data-stars="1"] .star-rating:nth-child(1)~.star-rating path,
.comments-item__rating[data-stars="2"] .star-rating:nth-child(2)~.star-rating path,
.comments-item__rating[data-stars="3"] .star-rating:nth-child(3)~.star-rating path,
.comments-item__rating[data-stars="4"] .star-rating:nth-child(4)~.star-rating path,
.comments-item__rating[data-stars="5"] .star-rating:nth-child(5)~.star-rating path {
    fill: #666;
}

.comments-form__rating:hover .star-rating {
    fill: #ffd055 !important;
}

.comments-form__rating .star-rating {
    display: inline-block;
    fill: #666;
    vertical-align: middle;
}

.comments-form__rating .star-rating:hover~.star-rating {
    fill: #666 !important;
}

.product-info__r {
    margin-right: 30px;
    width: calc(64% - 30px);
}

.product-info__l {
    width: 36%
}

.product-info__price {
    display: inline-block;
    font-size: 22px;
    line-height: 24px;
    font-weight: 700;
}

.product-info__price {
    font-size: 24px;
}

@media only screen and (max-width:767px) {
    .product-info__price {
        font-size: 18px;
    }

    #bottom-line-price .product-info__price {
        display: block;
        font-size: 13px;
        max-width: 120px;
        text-align: center;
    }
}

.product-info__btn-set>* {
    min-width: 140px;
    padding-left: 16px;
    padding-right: 16px;
}

.product-chars__block {
    background-color: #fafafa;
    margin-top: 30px;
    padding: 30px;
    text-align: left;
}

.product-chars__block-row {
    margin-bottom: 9px;
}

.product-chars__block-row:before {
    content: "";
    display: table;
}

.product-chars__block-row:after {
    clear: both;
    content: "";
    display: table;
}

.product-chars__col {
    float: left;
    font-size: 15px;
    line-height: 1.5;
    padding-right: 10px;
}

.product-chars__col:nth-of-type(1) {
    color: #666;
    width: 58%
}

.product-chars__col:nth-of-type(2) {
    width: 52%
}

.product-info__slider-nav {
    margin-top: 75px;
    padding: 0 15px;
}

.product-info__slider .slick-arrow {
    top: 0;
}

.product-info__slider .slick-arrow.slick-next {
    right: -7px;
}

.product-info__slider .slick-arrow.slick-prev {
    left: -7px;
}

.product-info__slider .slick-arrow svg {
    fill: #999;
}

.product-mech__img {
    margin-right: 30px;
    position: relative;
    width: calc(38% - 30px);
}

.product-mech__img svg {
    cursor: pointer;
    opacity: .9;
}

.product-mech__img.active svg {
    opacity: 0;
}

.product-mech__body {
    width: 62%
}

.product-mech__block {
    border: 3px solid #fafafa;
    margin-bottom: 40px;
    padding: 43px 25px 37px;
}

.product-other__title {
    font-size: 16px;
    margin-bottom: 12px;
}

.product-other__text {
    color: #5f5f6c;
    font-size: 14px;
    line-height: 1.45;
}

.product-other__col-img {
    margin-bottom: 16px;
}

.product-other__col-img img {
    margin: 0 auto;
}

.product-cheaper__wrap .three-col__item:nth-of-type(2) .product-cheaper__item:after {
    content: "="
}

.product-cheaper__item {
    padding: 70px 20px 0;
    position: relative;
}

.product-cheaper__item:after {
    content: "+";
    font-size: 50px;
    left: 100%;
    position: absolute;
    top: 31%
}

.product-cheaper__item .product-col__cat {
    margin-bottom: 25px;
}

.cheaper-item__img {
    margin-bottom: 72px;
    min-height: 122px;
}

.cheaper-item__img img {
    margin: auto;
}

.product-cheaper__price-col {
    padding-top: 6.1%;
    position: relative;
}

.product-cheaper__badge {
    background-color: #fc4545;
    border-radius: 50%;
    box-shadow: 5px 5px 9px rgba(87, 52, 96, .2);
    color: #fff;
    font-size: 26px;
    height: 88px;
    padding-top: 25px;
    position: absolute;
    right: 18px;
    text-align: center;
    top: -19px;
    webkit-border-radius: 50%;
    webkit-box-shadow: 5px 5px 9px rgba(87, 52, 96, .2);
    width: 88px;
}

.product-cheaper__badge small {
    display: block;
    font-size: 11px;
    margin-bottom: 3px;
}

.product-cheaper__sum {
    margin: 11px 0 22px;
}

.product-cheaper__sum strong {
    font-size: 34px;
}

.product-material__block {
    background-color: #fafafa;
    margin-top: 110px;
    padding-bottom: 120px;
}

.price__line-through {
    color: #5f5f6c;
    font-size: 19px;
    margin-bottom: 4px;
    text-decoration: line-through;
}

.price__line-through_small {
    font-size: 14px;
}

.product-material__img {
    border-radius: 50%;
    margin: 0 auto;
    max-height: 210px;
    max-width: 210px;
    overflow: hidden;
    position: relative;
    webkit-border-radius: 50%
}

.product-material__img:after {
    background-color: rgba(255, 255, 255, .25);
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s ease-out;
}

.product-material__item {
    display: block;
    margin-bottom: 27px;
}

.product-material__item:hover .product-material__img:after {
    opacity: 1;
    o-transition: all .2s ease-in;
    transition: all .2s ease-in;
    webkit-transition: all .2s ease-in;
}

.product-material__item:hover .product-material__title {
    color: #ffca20;
    o-transition: all .2s ease-in;
    transition: all .2s ease-in;
    webkit-transition: all .2s ease-in;
}

.product-material__title {
    font-family: GothamPro-Medium, sans-serif;
    font-size: 15px;
    margin-top: 18px;
    text-align: center;
    transition: all .2s ease-out;
}

.material-modal__thumb-img,
.upld-photo-link {
    o-transition: all .2s ease-out;
    webkit-transition: all .2s ease-out;
}

.about-assortment__title,
.material-modal__feats li strong,
.material-modal__list li strong,
.material-modal__more-link,
.material-modal__title {
    font-family: GothamPro-Bold, sans-serif;
}

.cart-row__qty-input,
.cart-row__title,
.smart-tooltip__btn-mark {
    font-family: GothamPro-Medium, sans-serif;
}

.additional_block_higher {
    margin-top: 111px;
}

.additional_block+.additional_block_higher {
    margin-top: -70px;
}

.comments-item__images {
    margin: 23px 0 11px;
}

.comments-item__image {
    margin-bottom: 30px;
    margin-right: 30px;
    width: calc(16.6% - 25px);
}

.comments-item__image:hover {
    opacity: .7;
}

.comments-item__image:nth-of-type(6n) {
    margin-right: 0;
}

.upld-photo-input:hover+svg+.upld-photo-link {
    border-color: transparent;
    o-transition: all .2s ease-in;
    transition: all .2s ease-in;
    webkit-transition: all .2s ease-in;
}

.upld-photo-input {
    bottom: 0;
    height: 20px;
    left: 0;
    margin: auto;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 150px;
}

.about-assortment__img,
.about-bottom__wrap .two-col__item,
.upld-photo-item {
    position: relative;
}

.upld-photo-item {
    display: inline-block;
    margin-top: 20px;
    padding: 11px 11px 0 0;
    width: 25%
}

.upld-photo-item:last-child {
    margin-right: 0;
}

.upld-photo-item img {
    height: 84px;
    object-fit: cover;
    o-object-fit: cover;
    width: 100%
}

.arcticmodal-close_comment {
    height: 10px;
    right: 0 !important;
    top: 0 !important;
    width: 10px;
}

.arcticmodal-close_comment:after,
.arcticmodal-close_comment:before {
    height: 13px;
    width: 1px;
}

.product-other__block {
    margin-top: 13px;
}

.about-assortment__title {
    font-size: 20px;
    line-height: 1.4;
}

.about-assortment__images {
    justify-content: space-around;
    margin-top: 40px;
    ms-flex-pack: distribute;
    webkit-justify-content: space-around;
}

.about-assortment__image {
    margin-bottom: 25px;
    min-width: 33.3%
}

.about-assortment__image img,
.about-top__img img {
    margin: 0 auto;
}

.about-assortment__body {
    align-self: center;
}

.about-bottom__wrap .two-col__item .about-assortment__img:before {
    background-color: #ffca20;
    bottom: 0;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    z-index: -1;
}

.about-features__block,
.showroom__block {
    background-color: #fafafa;
}

.about-bottom__wrap .two-col__item:nth-of-type(4n) .about-assortment__img {
    padding: 20px 20px 20px 0;
}

.about-bottom__wrap .two-col__item:nth-of-type(4n) .about-assortment__img:before {
    left: 11.3%;
    right: 0;
}

.about-bottom__wrap .two-col__item:nth-of-type(4n+1) .about-assortment__img {
    padding: 20px 0 20px 20px;
}

.about-bottom__wrap .two-col__item:nth-of-type(4n+1) .about-assortment__img:before {
    left: 0;
    right: 11.3%
}

.about-features__block {
    margin-top: 113px;
    padding: 111px 0 125px;
}

.about-features__wrap {
    margin-top: 60px;
}

.showroom__map {
    height: 560px;
    width: 100%
}

.showroom__slider .slick-dots {
    bottom: 20px;
}

.showroom__slide {
    height: 100%
}

.showroom__slide img {
    height: 100%;
    object-fit: cover;
    o-object-fit: cover;
}

.showroom__inner {
    align-self: center;
    margin: 0 auto;
    max-width: 800px;
    ms-flex-item-align: center;
    padding: 0 15px;
    text-align: center;
    webkit-align-self: center;
    width: 100%
}

.showroom__inner .contactinfo-item__icon {
    margin-bottom: 10px;
}

.showroom__inner .contactinfo__item {
    display: inline-block;
    margin: 23px 0 33px;
    vertical-align: top;
    width: 49%
}

.showroom__inner .contactinfo__item:nth-of-type(3) {
    width: 100%
}

.showroom__inner .aux__text {
    margin-bottom: 15px;
}

.showroom__inner .aux__subtitle {
    margin: 0;
}

.qty-btn:after,
.qty-btn_pl:before {
    background-color: #252531;
    content: ""
}

.material-modal__main-img {
    margin-bottom: 20px;
}

.material-modal__thumb-item {
    margin-bottom: 15px;
    margin-right: 20px;
    width: calc(25% - 15px);
}

.material-modal__thumb-item:nth-of-type(4n) {
    margin-right: 0;
}

.material-modal__thumb-item.active svg {
    opacity: 1;
    o-transition: all .2s ease-in;
    transition: all .2s ease-in;
    webkit-transition: all .2s ease-in;
}

.material-modal__thumb-item:hover .material-modal__thumb-img {
    opacity: .75;
    o-transition: all .2s ease-in;
    transition: all .2s ease-in;
    webkit-transition: all .2s ease-in;
}

.material-modal__thumb-item.active .material-modal__thumb-title,
.material-modal__thumb-item:hover .material-modal__thumb-title {
    color: #ffca20;
    o-transition: all .2s ease-in;
    transition: all .2s ease-in;
    webkit-transition: all .2s ease-in;
}

.material-modal__thumb-img {
    position: relative;
    transition: all .2s ease-out;
}

.material-modal__thumb-img svg {
    opacity: 0;
}

.material-modal__thumb-title {
    font-size: 13px;
    margin-top: 5px;
    o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    webkit-transition: all .2s ease-out;
}

.checkbox-input:checked+span:before,
.radio-input+span:before {
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
}

.material-modal__more-link {
    border-bottom: 1px dashed #ffca20;
    color: #ffca20;
    font-size: 13px;
}

.material-modal__more-link:hover {
    border-color: transparent;
}

.material-modal__list li {
    color: #666;
    font-size: 14px;
    margin-bottom: 10px;
}

.material-modal__list li strong {
    color: #252531;
}

.material-modal__title {
    font-size: 15px;
    margin-top: 30px;
}

.material-modal__text {
    font-size: 14px;
    line-height: 1.57143;
    margin-top: 10px;
}

.material-modal__feats {
    max-width: 270px;
}

.material-modal__feats li {
    color: #666;
    font-size: 13px;
    margin-top: 25px;
    padding-left: 32px;
    position: relative;
}

.material-modal__feats li>* {
    display: inline-block;
    vertical-align: middle;
}

.cart-row__qty:after,
.qty-btn:after,
.qty-btn_pl:before {
    display: block;
    position: absolute;
}

.material-modal__feats li svg {
    left: 0;
    position: absolute;
    top: -1px;
}

.material-modal__feats li strong {
    color: #252531;
}

.material-modal__block {
    margin-top: 30px;
}

.cart-modal__block {
    margin: 11px 0 24px;
}

.cart-modal__row {
    border-bottom: 1px solid #f0f0f0;
    padding: 25px 0 30px;
    position: relative;
}

.cart-row__img {
    padding: 0 5px;
    width: calc(30% - 6px);
}

.cart-row__img img {
    margin: 0 auto;
}

.cart-row__body {
    padding-right: 5px;
    width: calc(70% - 6px);
}

.cart-row__close {
    position: relative;
    width: 12px;
}

.arcticmodal-close_cart {
    height: 10px;
    right: 0 !important;
    top: 3px !important;
    width: 10px;
}

.arcticmodal-close_cart:after,
.arcticmodal-close_cart:before {
    height: 15px;
    width: 1px;
}

.cart-row__cat {
    font-size: 14px;
}

.cart-row__price {
    margin: 0 0 7px;
}

.cart-row__qty {
    margin-right: 19px;
    position: relative;
    width: 100px;
}

.cart-row__qty:after {
    bottom: 0;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    z-index: 1;
}

.cart-row__qty-input {
    border: 1px solid #ececec;
    border-radius: 50px;
    display: block;
    font-size: 15px;
    height: 31px;
    padding: 0 30px;
    webkit-border-radius: 50px;
    width: 100%
}

.qty-btn {
    bottom: 0;
    cursor: pointer;
    height: 18px;
    margin: auto;
    position: absolute;
    top: 0;
    width: 18px;
    z-index: 2;
}

.qty-btn:hover {
    opacity: .7;
}

.qty-btn:after {
    height: 2px;
    left: 5px;
    top: 8px;
    width: 8px;
}

.qty-btn_min {
    left: 15px;
}

.qty-btn_pl {
    right: 15px;
}

.qty-btn_pl:before {
    height: 8px;
    left: 8px;
    top: 5px;
    width: 2px;
}

.cart-modal .cart-row__opt>* {
    display: inline-block;
    vertical-align: middle;
}

.cart-modal__footer-top {
    margin-bottom: 32px;
    text-align: right;
}

.cart-modal__footer-top strong {
    font-size: 22px;
    margin-left: 8px;
    vertical-align: baseline;
}

.product-col__size-item,
.product-col__size-item>* {
    display: inline-block;
    vertical-align: middle;
}

.cart-modal__footer {
    margin-bottom: 10px;
}

.cart-modal__footer-bootom>:first-child {
    margin-right: 52px;
}

.radchck-label {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.radchck-input {
    display: none;
    opacity: 0;
    visibility: hidden;
}

.radio-input+span:before {
    border: 1px solid #e4e4e4;
    border-radius: 50%;
    cursor: pointer;
    height: 16px;
    left: 0;
    ms-transform-origin: 120% 50%;
    top: 1px;
    transform-origin: 120% 50%;
    transition: all .2s ease-in;
    webkit-border-radius: 50%;
    webkit-transform-origin: 120% 50%;
    width: 16px;
}

.checkbox-input:checked+span:before,
.radio-input:checked+span:after {
    width: 6px;
}

.radio-input:checked+span:after {
    background-color: #ffca20;
    border-radius: 50%;
    height: 6px;
    left: 5px;
    top: 6px;
    webkit-border-radius: 50%
}

.checkbox-input:checked+span:after {
    background-color: #ffca20;
    border-color: #ffca20;
}

.checkbox-input:checked+span:before {
    border-bottom: 2px solid #000;
    border-right: 2px solid #000;
    height: 8px;
    left: 4px;
    -ms-transform: rotate(45deg);
    -ms-transform-origin: 120% 50%;
    pointer-events: none;
    top: 7px;
    transform: rotate(45deg);
    transform-origin: 120% 50%;
    transition: all .2s ease-in;
    -webkit-transform: rotate(45deg);
    -webkit-transform-origin: 120% 50%;
    z-index: 10;
}

.radchck-label span {
    display: inline-block;
    font-size: 14px;
    line-height: 1.42857;
    position: relative;
    padding-left: 26px;
}

.radchck-label span small {
    color: #999;
    display: block;
    font-size: 13px;
    margin-top: 6px;
}

.checkout-cart__block {
    border: 3px solid #ffca20;
    margin-top: 4px;
    padding: 41px 27px 9px;
    position: sticky;
    top: 0;
}

.checkout-cart__block .cart-modal__block {
    margin: 5px 0 20px;
}

.checkout-cart__block .cart-row__img {
    width: calc(35% - 6px);
}

.checkout-cart__block .cart-row__body {
    width: calc(65% - 6px);
}

.one-col__item+.checkout__form-title {
    margin-top: 35px;
}

.checkout__form-title {
    font-size: 18px;
    margin-bottom: 22px;
}

.checkout__form-radchck {
    margin-bottom: 50px;
}

.checkout__form-radchck .checkout__form-title {
    margin: 30px 0 15px;
}

.checkout__form-col-two {
    width: calc(50% - 14px);
}

.checkout__form-col-four {
    margin-left: 20px;
    width: calc(25% - 14px);
}

.checkcout-desc-text {
    font-size: 12px;
    line-height: 1.5;
    margin-top: 10px;
}

.checkout-cart__block .cart-row__price {
    margin-top: 15px;
}

.checkout__block {
    margin-bottom: 140px;
}

.checkout__form-footer {
    margin-top: 20px;
}

.input-typeahead-fix .twitter-typeahead {
    height: 42px;
    margin-bottom: 20px;
}

.product-cat__sidebar {
    margin-right: 30px;
    width: 270px;
}

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

.product-cat__body_offset {
    margin-bottom: 200px;
}

.product-cat__list .product-col__btn {
    width: 100%
}

.product-cat__list .product-col__img {
    min-height: 120px;
}

.product-cat__list .product-col__cat {
    font-size: 14px;
    margin: 11px 0 9px;
}

.product-cat__list .product-col__item:hover .product-col__thumbs {
    height: 90px;
}

.product-cat__list .product-col__item .product-col__thumbs {
    padding-top: 25px;
}

.product-col__size {
    margin-top: 23px;
}

.product-col__size-row {
    margin-top: 13px;
}

.product-col__size-title {
    color: #5c5c65;
    font-size: 13px;
    margin-bottom: 9px;
}

.product-col__size-item {
    margin-right: 12px;
}

.product-col__size-item:last-child {
    margin-right: 0;
}

.product-col__size-item span {
    font-size: 13px;
}

.prdoduct-video-wrap {
    margin-top: 50px;
}

.prdoduct-video-wrap .video-col__title {
    font-size: 16px;
    margin-top: 13px;
}

.prdoduct-video__block {
    margin-top: 114px;
}

.product-cat__nav {
    border: 3px solid #ffca20;
    margin: 30px 0;
    padding: 33px 18px 36px;
}

.product-cat__nav li {
    margin-bottom: 16px;
}

.product-cat__nav li:last-child {
    margin-bottom: 0;
}

.product-cat__nav li a {
    font-size: 14px;
}

.product-cat__nav li a:hover {
    color: #ffca20;
}

.product-cat__nav-title {
    font-size: 18px;
    margin-bottom: 17px;
}

.notfound__block {
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    ms-flex-align: center;
    ms-flex-pack: center;
    webkit-align-items: center;
    webkit-box-align: center;
    webkit-box-pack: center;
    webkit-justify-content: center;
}

.notfound__text {
    font-size: 14px;
    margin: 85px 0 50px;
}

.notfound__title {
    letter-spacing: 1.1px;
    line-height: 1.5;
}

.features-modal-text {
    margin-top: 20px;
}

.review-img-modal-wrap {
    background-color: transparent;
    min-width: 100%;
    padding: 30px 30px 0;
}

.review-img-modal-wrap .arcticmodal-close {
    right: 0;
    top: 0;
}

.review-img-modal-wrap .arcticmodal-close:after,
.review-img-modal-wrap .arcticmodal-close:before {
    background-color: #fff;
}

.info-btn__mark {
    background-color: #f6f6f6;
    border-radius: 50%;
    color: #666;
    cursor: pointer;
    font-size: 14px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    webkit-border-radius: 50%;
    width: 20px;
}

.info-btn {
    display: inline-block;
    position: relative;
    top: -9px;
    vertical-align: top;
}

.info-btn:hover .info-btn__text {
    margin: 0;
    opacity: 1;
    o-transition: all .2s ease-in;
    transition: all .2s ease-in;
    visibility: visible;
    webkit-transition: all .2s ease-in;
}

.info-btn__text,
.smart-tooltip__content {
    display: block;
    opacity: 0;
    visibility: hidden;
}

.info-btn__text {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
    color: #666;
    font-size: 13px;
    left: calc(100% + 17px);
    line-height: 1.30769;
    margin-left: 5px;
    ms-transform: translateY(-50%);
    o-transition: all .2s ease-out;
    padding: 14px 15px;
    position: absolute;
    text-align: left;
    top: 10px;
    transform: translateY(-50%);
    transition: all .2s ease-out;
    webkit-border-radius: 5px;
    webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
    webkit-transform: translateY(-50%);
    webkit-transition: all .2s ease-out;
    width: 14.7vw;
    z-index: 220;
}

.info-btn__text:after,
.info-btn__text:before {
    border-style: solid;
    bottom: 0;
    content: "";
    display: block;
    height: 0;
    margin: auto;
    position: absolute;
    top: 0;
    width: 0;
}

.info-btn__text:before {
    border-color: transparent #e5e5e5 transparent transparent;
    border-width: 8px 12px 8px 0;
    filter: blur(1px);
    right: calc(100% + 1px);
    top: 2px;
    webkit-filter: blur(1px);
}

.info-btn__text:after {
    border-color: transparent #fff transparent transparent;
    border-width: 7px 11px 7px 0;
    right: 100%
}

.smart-col__body {
    position: relative;
}

.smart-tooltip {
    position: absolute;
}

.smart-tooltip_l1 {
    left: 1.8%;
    top: 63.1%
}

.smart-tooltip_l1 .smart-tooltip__content {
    left: 7vw;
}

.smart-tooltip_l2 {
    left: 13.1%;
    top: 73.3%
}

.smart-tooltip_l3 {
    left: 38.3%;
    top: 77.9%
}

.smart-tooltip_l4 {
    left: 56.5%;
    top: 51.2%
}

.smart-tooltip_l5 {
    left: 63.6%;
    top: 70.6%
}

.smart-tooltip_l6 {
    left: 81.5%;
    top: 81.2%
}

.smart-tooltip_l7 {
    left: 86.6%;
    top: 56.8%
}

.smart-tooltip_r1 {
    left: 31.4%;
    top: 45%
}

.smart-tooltip_r2 {
    left: 46%;
    top: 68%
}

.smart-tooltip_r3 {
    left: 71%;
    top: 69%
}

.smart-tooltip_r4 {
    left: 84.5%;
    top: 49%
}

.smart-tooltip_r4 .smart-tooltip__content {
    left: -.5vw;
}

.smart-tooltip__btn {
    background-color: #ffca20;
    border: 3px solid #fff;
    border-radius: 50%;
    height: 32px;
    o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    webkit-border-radius: 50%;
    webkit-transition: all .2s ease-out;
    width: 32px;
}

.smart-tooltip__btn:hover {
    background-color: #fff;
    border-color: #ffca20;
    o-transition: all .2s ease-in;
    transition: all .2s ease-in;
    webkit-transition: all .2s ease-in;
}

.smart-tooltip__btn-mark {
    display: block;
    font-size: 22px;
    line-height: 26px;
    text-align: center;
}

.smart-tooltip__btn-title {
    color: #fff;
    font-size: 16px;
    left: calc(100% + 4px);
    position: absolute;
    text-align: left;
    top: 6px;
    width: 140px;
}

.arcticmodal-close_smart {
    height: 12px;
    right: 10px !important;
    top: 10px !important;
    width: 12px;
}

.arcticmodal-close_smart:after,
.arcticmodal-close_smart:before {
    height: 15px;
    width: 1px;
}

.smart-tooltip__text {
    color: #666;
    font-size: 13px;
    line-height: 1.5;
    margin-top: 15px;
    text-align: left;
}

.smart-tooltip__content {
    background: #fff;
    bottom: calc(100% + 11px);
    box-shadow: 0 3px 5px rgba(0, 0, 0, .35);
    left: 19px;
    margin-bottom: 5px;
    ms-transform: translateX(-50%);
    o-transition: all .2s ease-out;
    padding: 35px 25px 30px;
    position: absolute;
    transform: translateX(-50%);
    transition: all .2s ease-out;
    webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .35);
    webkit-transform: translateX(-50%);
    webkit-transition: all .2s ease-out;
    width: 270px;
    z-index: 10;
}

.smart-tooltip__content.open {
    margin: 0;
    opacity: 1;
    o-transition: all .2s ease-in;
    transition: all .2s ease-in;
    visibility: visible;
    webkit-transition: all .2s ease-in;
}

.smart-tooltip__title {
    display: none;
    font-size: 18px;
    margin-bottom: 15px;
    text-align: center;
}

.smart-col__header {
    padding: 7px 10px 36px;
    text-align: center;
}

.smart-col__header span {
    font-size: 26px;
}

.flex-sb-aic {
    align-items: center;
    justify-content: space-between;
    ms-flex-align: center;
    ms-flex-pack: justify;
    webkit-align-items: center;
    webkit-box-align: center;
    webkit-box-pack: justify;
    webkit-justify-content: space-between;
}

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

.category-filter__i-btn {
    margin-left: auto;
    min-width: 60px !important;
    padding: 8px 10px;
}

.category-filter__i-header {
    cursor: pointer;
    o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    webkit-transition: all .2s ease-out;
}

.category-filter-row:last-of-type {
    margin-bottom: 0;
}

.category-filter__i-count {
    color: #666;
    font-size: 13px;
}

.category-filter__i-body {
    padding: 14px 0 15px;
}

.category-filter__i-body .ui-slider {
    margin: 10px 7px 26px 11px;
}

.category-filter__i-body .ui-slider .ui-widget-content {
    background-color: #ececec;
}

.category-filter__i-body .ui-slider .ui-widget-header {
    background-color: #ffca20;
}

.category-filter__i-smalltext {
    color: #666;
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 17px;
}

.category-filter__sale-row {
    margin-bottom: 15px;
}

.category-filter__sale-row .product-col__price,
.category-filter__sale-row:last-child {
    margin-bottom: 0;
}

.category-filter__sale-row .product-col__cat,
.category-filter__sale-row .product-col__title {
    font-size: 12px;
}

.category-filter__sale-row .product-col__price strong {
    font-size: 14px;
}

.category-filter__sale-row .product-col__cat {
    margin: 5px 0;
}

.category-filter__sale-img {
    margin-right: 10px;
    width: 100px;
}

.category-filter__sale-desc {
    margin-top: 2px;
    width: calc(100% - 110px);
}

.cart-modal__sale,
.product-col__sale,
.product-col__sale_cart,
.product-col__sale_filter,
.product-info__sale {
    color: #000;
    display: inline-block;
    text-decoration: line-through;
}

.sets {
    border: 2px solid #ff4500;
    padding: 0 15px;
}

.sets .cart-row__close {
    right: 1px;
}

.sets .cart-row__body {
    padding-right: 15px;
}

.product-info__sale {
    font-size: 18px;
    font-weight: 300;
    line-height: 1;
    margin-bottom: 20px;
}

.product-info__sale_wrap+.product-info__price {
    box-shadow: inset 0 -10px 0 0 #fcc;
    webkit-box-shadow: inset 0 -10px 0 0 #fcc;
}

.product-col__sale_filter {
    font-size: 12px;
    line-height: 1;
}

.cart-row__sale {
    margin: 20px 0 10px;
    width: 100%
}

.product-col__sale_cart {
    font-size: 14px;
    line-height: 1;
}

.cart-modal__price_slae {
    text-align: left;
}

.cart-modal__sale {
    font-size: 16px;
    margin-bottom: 13px;
    margin-left: 8px;
}

.cart-modal-block {
    align-items: flex-end;
    display: flex;
    display: -ms-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    justify-content: flex-end;
    ms-flex-align: end;
    ms-flex-pack: end;
    webkit-align-items: flex-end;
    webkit-box-align: end;
    webkit-box-pack: end;
    webkit-justify-content: flex-end;
}

.product-col__price .cart-modal__price_slae+strong {
    box-shadow: inset 0 -10px 0 0 #fcc;
    webkit-box-shadow: inset 0 -10px 0 0 #fcc;
}

.checkout-cart__block .cart-row__sale+.cart-row__price {
    margin-top: 0;
}

@media only screen and (max-width:1700px) {
    .smart-tooltip__btn-title {
        font-size: 14px;
        left: 50%;
        ms-transform: translateX(-50%);
        right: 0;
        text-align: center;
        top: 100%;
        transform: translateX(-50%);
        webkit-transform: translateX(-50%);
    }
}

@media only screen and (max-width:1700px) and (min-width:996px) {
    .color-col__img {
        opacity: .5;
    }

    .color-col__item {
        padding-right: 20%
    }

    .smart-tooltip_l1 .smart-tooltip__content {
        left: 9vw;
    }

    .smart-tooltip_r4 .smart-tooltip__content {
        left: -2.5vw;
    }

    .smart-tooltip_l2 .smart-tooltip__content {
        left: 4vw;
    }
}

@media only screen and (max-width:1400px) and (min-width:996px) {
    .smart-tooltip_l1 .smart-tooltip__content {
        left: 12.7vw;
    }

    .smart-tooltip_r4 .smart-tooltip__content {
        left: -6vw;
    }

    .smart-tooltip_l2 .smart-tooltip__content {
        left: 6vw;
    }

    .info-btn__text {
        width: 13vw;
    }

    .five-col__item .color-col__item .color-col__img {
        display: none;
    }

    .slick-next {
        right: -10px;
    }

    .slick-prev {
        left: -10px;
    }
}

@media only screen and (max-width:1200px) {
    .main-footer__nav li {
        margin-right: 20px;
    }

    .header-top__nav-list li {
        margin-right: 10px;
    }

    .header-btns__cart {
        margin-right: 0;
    }

    .header-bottom__nav-list>li>ul {
        width: 230px;
    }

    .header-bottom__nav-list>li>ul>li>ul {
        width: calc(100vw - 277px);
    }

    .section-header__block {
        padding: 100px 0 50px;
    }
}

@media only screen and (max-width:1200px) and (min-width:996px) {
    .smart-tooltip_l2 .smart-tooltip__content {
        left: 8vw;
    }

    .smart-tooltip_r3 .smart-tooltip__content {
        left: 0;
    }

    .info-btn__text {
        width: 17vw;
    }

    .smart-col__header {
        text-align: left;
    }

    .product-col__item:hover .product-col__thumbs {
        height: 165px;
    }

    .color-col__title {
        font-size: 18px;
    }

    .color-col__item {
        min-height: auto !important;
        padding: 20px 10px 30px !important;
        text-align: center;
    }

    .color-col__item .reg-btn {
        min-width: 100px;
        padding-left: 30px;
        padding-right: 30px;
    }

    .color-col__img,
    .color-col__item br,
    .features-item__text br {
        display: none;
    }

    .popular-articles__inner {
        padding: 20px;
    }

    .product-cat__list .product-col__item {
        height: 34vw;
    }

    .header-bottom__nav-list>li>ul>li::before {
        left: calc(100vw - 309px);
    }
}

@media only screen and (max-width:996px) {

    .about-assortment__images,
    .smart-col {
        margin-bottom: 30px;
    }

    .product-cat__nav {
        display: none;
    }

    .category-sidebar-btn {
        display: block;
    }

    .about-bottom__wrap .two-col__item .about-assortment__img:before,
    .info-btn__text:after,
    .info-btn__text:before {
        display: none;
    }

    .category-sidebar-btn.open {
        background-color: #f60;
        o-transition: all .2s ease-in;
        transition: all .2s ease-in;
        webkit-transition: all .2s ease-in;
    }

    .blog-single__big-img iframe {
        height: 53vw;
    }

    .smart-tooltip_r1 .smart-tooltip__content {
        left: 60px;
    }

    .smart-tooltip_r2 .smart-tooltip__content {
        left: 10px;
    }

    .smart-tooltip_r3 .smart-tooltip__content {
        left: -70px;
    }

    .smart-tooltip_r4 .smart-tooltip__content {
        left: -110px;
    }

    .smart-tooltip_l1 .smart-tooltip__content {
        left: 140px;
    }

    .smart-tooltip_l2 .smart-tooltip__content {
        left: 100px;
    }

    .smart-tooltip_l4 .smart-tooltip__content {
        left: -30px;
    }

    .smart-tooltip_l5 .smart-tooltip__content {
        left: -50px;
    }

    .smart-tooltip_l6 .smart-tooltip__content {
        left: -100px;
    }

    .smart-tooltip_l7 .smart-tooltip__content {
        left: -120px;
    }

    .info-btn__text {
        bottom: calc(100% + 15px);
        left: 7px;
        ms-transform: translateX(-50%);
        top: auto;
        transform: translateX(-50%);
        webkit-transform: translateX(-50%);
        width: 300px;
    }

    .smart-col__header {
        padding: 10px 10px 20px;
    }

    .smart-col__body {
        z-index: 210;
    }

    .product-cat__body {
        margin-right: 0;
        width: 100%
    }

    .showroom__inner {
        padding: 30px 15px;
    }

    .about-bottom__wrap .two-col__item:nth-of-type(1),
    .showroom__block .two-fullcol__item:nth-of-type(3) {
        ms-flex-order: 1;
        order: 1;
        webkit-box-ordinal-group: 2;
        webkit-order: 1;
    }

    .about-bottom__wrap .two-col__item:nth-of-type(2) {
        ms-flex-order: 2;
        order: 2;
        webkit-box-ordinal-group: 3;
        webkit-order: 2;
    }

    .about-bottom__wrap .two-col__item:nth-of-type(3) {
        ms-flex-order: 4;
        order: 4;
        webkit-box-ordinal-group: 5;
        webkit-order: 4;
    }

    .about-bottom__wrap .two-col__item:nth-of-type(4) {
        ms-flex-order: 3;
        order: 3;
        webkit-box-ordinal-group: 4;
        webkit-order: 3;
    }

    .about-bottom__wrap .two-col__item:nth-of-type(5) {
        ms-flex-order: 5;
        order: 5;
        webkit-box-ordinal-group: 6;
        webkit-order: 5;
    }

    .about-bottom__wrap .two-col__item:nth-of-type(6) {
        ms-flex-order: 6;
        order: 6;
        webkit-box-ordinal-group: 7;
        webkit-order: 6;
    }

    .about-bottom__wrap .two-col__item:nth-of-type(7) {
        ms-flex-order: 8;
        order: 8;
        webkit-box-ordinal-group: 9;
        webkit-order: 8;
    }

    .about-bottom__wrap .two-col__item:nth-of-type(8) {
        ms-flex-order: 7;
        order: 7;
        webkit-box-ordinal-group: 8;
        webkit-order: 7;
    }

    .about-bottom__wrap .two-col__item:nth-of-type(9) {
        ms-flex-order: 9;
        order: 9;
        webkit-box-ordinal-group: 10;
        webkit-order: 9;
    }

    .about-bottom__wrap .two-col__item:nth-of-type(10) {
        ms-flex-order: 10;
        order: 10;
        webkit-box-ordinal-group: 11;
        webkit-order: 10;
    }

    .about-assortment__img img {
        border: 10px solid #ffca20;
        margin: 0 auto;
    }

    .about-bottom__wrap .two-col__item .about-assortment__img {
        padding: 20px !important;
    }

    .desktop-hidden,
    .popular-articles__row,
    .product-cheaper__wrap,
    .product-info__block {
        display: block;
    }

    .additional_block_higher {
        margin-top: 0;
    }

    .product-material__block {
        padding-bottom: 50px;
    }

    .cheaper-item__img {
        min-height: auto;
    }

    .product-cheaper__price-col {
        padding-top: 70px;
    }

    .product-cheaper__wrap {
        margin: 0 auto;
        max-width: 400px;
    }

    .product-cheaper__item:after {
        display: block;
        position: static;
        text-align: center;
    }

    .about-bottom__wrap .two-col__item,
    .checkout__block .two-col__item,
    .product-cheaper__wrap .three-col__item,
    .showroom__block .two-fullcol__item,
    .smart-options__block .two-col__item {
        margin: 0 !important;
        width: 100%
    }

    .product-info__r {
        margin: 0 0 30px;
        width: 100%
    }

    .checkout__block .two-col__item:nth-of-type(2) {
        margin-bottom: 30px !important;
        ms-flex-order: -1;
        order: -1;
        webkit-box-ordinal-group: 0;
        webkit-order: -1;
    }

    .product-info__l {
        width: 100%
    }

    .about-features__block,
    .about-features__wrap,
    .warranty1_block {
        margin: 50px 0 0;
    }

    .yellow-border__block {
        margin-left: 0;
        margin-right: 0;
    }

    .payment1__block,
    .seo-text__block,
    .shipping1__block {
        margin: 50px 0;
    }

    .about-features__block,
    .comments__block,
    .payment2__block,
    .shipping3__block {
        padding: 50px 0;
    }

    .checkout__block,
    .comments__body {
        margin-bottom: 50px;
    }

    .tab__header_payment {
        margin-bottom: 20px;
    }

    .reg-btn {
        min-width: 170px;
    }

    .main-footer__top-right {
        max-width: calc(100% - 200px);
    }

    .section-header__title,
    .seo-text__title {
        font-size: 32px;
    }

    .popular-articles__wrap {
        margin-bottom: 30px;
    }

    .color-col__item {
        height: 100%;
        padding: 20px 40% 20px 20px;
    }

    .color-col__img {
        max-width: 35%
    }

    .color-col__title {
        font-size: 18px;
    }

    .popular-articles__row .two-fullcol__item {
        margin: 0 auto;
        max-width: 585px;
        width: 100%
    }

    .five-col__item:nth-of-type(3n),
    .five-col__item:nth-of-type(5n),
    .four-col__item:nth-of-type(3n),
    .three-col__item:nth-of-type(3n) {
        margin-right: 30px;
    }

    .popular-articles__inner {
        padding: 20px 0 40px;
        position: static;
    }

    .section-header__block {
        padding: 70px 0 50px;
    }

    .main-title {
        font-size: 36px;
    }

    .features__item {
        margin-bottom: 30px;
    }

    .five-col__item:nth-of-type(2n),
    .four-col__item:nth-of-type(2n),
    .three-col__item:nth-of-type(2n) {
        margin-right: 0;
    }

    .five-fullcol__item {
        width: 50%
    }

    .six-fullcol__item {
        width: 50%
    }

    .main-header__block .wrapper {
        position: static;
    }

    .header-bottom__nav-list>li>ul>li>a {
        font-family: GothamPro, sans-serif;
        font-size: 15px;
        padding: 12px 20px 11px 10px;
    }

    .header-bottom__nav a,
    .header-bottom__nav-list>li:hover>a,
    .header-bottom__nav-list>li>ul a,
    .header-bottom__nav-list>li>ul>li>ul>li a:hover {
        color: #fff;
    }

    .header-bottom__nav-list>li>ul>li>a:hover {
        background-color: #E8B923;
    }

    .header-bottom__nav-list>li>ul {
        border-right: 0;
        display: none;
        opacity: 1;
        o-transition: none !important;
        padding: 0 0 8px;
        position: static;
        transition: none !important;
        visibility: visible;
        webkit-transition: none !important;
        width: 100%
    }

    .header-bottom__nav,
    .header-bottom__nav-list>li>ul {
        background-color: #FFCA20;
    }

    .header-bottom__nav-list,
    .header-top__nav-hidden {
        display: block;
    }

    .header-bottom__nav-list>li,
    .header-top__nav-hidden>li {
        padding: 0;
    }

    .header-bottom__nav-list>li>a,
    .header-top__nav-hidden>li>a {
        display: inline-block;
        font-family: GothamPro, sans-serif;
        font-size: 16px;
        padding: 10px 0 12px;
        text-transform: none;
    }

    .hamburger {
        display: inline-block;
    }

    .hamburger.is-active {
        height: 17px;
        position: absolute;
        right: 17px;
        top: 29px;
        width: 17px;
    }

    .header-bottom__nav-list>li {
        position: relative;
    }

    .header-bottom__button-nav {
        height: 38px;
        position: absolute;
        right: -10px;
        top: 0;
        width: 38px;
    }

    .header-bottom__nav-list>li>ul>li>ul,
    .header-top__nav {
        display: none;
    }

    .header-bottom__nav.active {
        opacity: 1;
        o-transition: all .2s ease-in;
        transition: all .2s ease-in;
        visibility: visible;
        webkit-transition: all .2s ease-in;
    }

    .header-bottom__nav {
        left: 0;
        min-height: 100%;
        opacity: 0;
        o-transition: all .2s ease-out;
        padding: 25px 15px;
        position: fixed;
        right: 0;
        top: 0;
        transition: all .2s ease-out;
        visibility: hidden;
        webkit-transition: all .2s ease-out;
        z-index: 100;
    }

    .main-header__top {
        border-bottom: 0;
    }
}

@media only screen and (max-width:640px) {
    .info-btn {
        display: block;
        height: 20px;
        margin: 7px auto 0;
        top: 0;
        width: 20px;
    }

    .info-btn__text {
        width: 290px;
    }

    .showroom__slide {
        height: auto;
    }

    .showroom__slide img {
        height: auto;
        object-fit: inherit;
        o-object-fit: inherit;
    }

    .shipping1__block .two-col__item {
        margin-right: 0 !important;
        width: 100%
    }

    .shipping1__block .two-col__item:nth-of-type(2) {
        ms-flex-order: -1;
        order: -1;
        webkit-box-ordinal-group: 0;
        webkit-order: -1;
    }

    .tab__item {
        margin: 0 10px 15px;
    }

    .tab__header {
        border-bottom: 0;
    }

    .hamburger.is-active {
        right: 0;
    }

    .main-footer__top .flex-block {
        display: block;
        text-align: center;
    }

    .main-header__contact {
        display: none;
    }

    .main-footer__top-right {
        margin-top: 20px;
        max-width: 100%;
        text-align: center;
    }

    .main-footer__nav li {
        display: inline-block;
        float: none;
        margin: 3px 6px;
        vertical-align: middle;
    }

    .main-footer__nav li a {
        font-size: 14px;
    }

    .header-btns__search,
    .main-content__block {
        position: static;
    }

    .main-header__top {
        position: relative;
    }

    .contactinfo__map,
    .showroom__map {
        height: 350px;
    }

    .five-col__item .color-col__title {
        font-size: 18px;
    }

    .five-col__item .color-col__item {
        display: block;
        min-height: auto !important;
        padding: 20px 10px 30px !important;
        text-align: center;
    }

    .five-col__item .color-col__item .reg-btn {
        min-width: 100px;
        padding-left: 30px;
        padding-right: 30px;
    }

    .five-col__item .color-col__img,
    .five-col__item .color-col__item br {
        display: none;
    }
}

@media only screen and (max-width:480px) {
    .smart-tooltip__btn-mark {
        font-size: 16px;
        line-height: 20px;
    }

    .smart-tooltip__btn {
        border-width: 2px;
        height: 24px;
        width: 24px;
    }

    .smart-tooltip__content {
        padding: 25px 25px 20px;
    }

    .smart-tooltip__title {
        display: block;
    }

    .aux__subtitle br,
    .smart-tooltip__btn-title {
        display: none;
    }

    * {
        webkit-tap-highlight-color: transparent;
    }

    .form-input {
        font-size: 16px;
    }

    .prdoduct-video__block {
        margin-top: 0;
    }

    .product-cat__body_offset {
        margin-bottom: 50px;
    }

    .notfound__text {
        margin: 40px 0 30px;
    }

    .checkout__form-col-four,
    .checkout__form-col-two {
        margin: 0;
        width: 100%
    }

    .cart-modal__row {
        margin-top: 30px;
        padding: 10px 0 20px;
    }

    .checkout-cart__block {
        padding: 25px 15px 0;
    }

    .cart-row__close {
        position: absolute;
        right: 0;
        top: 0;
    }

    .cart-row__body,
    .cart-row__img {
        width: 100% !important;
    }

    .cart-row__img {
        margin-bottom: 15px;
    }

    .showroom__inner .contactinfo__item {
        width: 100%
    }

    .about-assortment__images {
        display: block;
    }

    .about-assortment__img img {
        border-width: 5px;
    }

    .about-assortment__title {
        font-size: 18px;
    }

    .contactinfo__block {
        padding-bottom: 35px;
    }

    .contactinfo__item {
        margin: 20px 0;
    }

    .upld-photo-item img {
        height: 50px;
    }

    .product-col__item,
    .product-col__thumbs {
        height: auto !important;
    }

    .product-cheaper__item {
        padding-left: 0;
        padding-right: 0;
    }

    .product-mech__block {
        display: block;
        padding: 30px 15px;
    }

    .product-chars__col {
        font-size: 14px;
    }

    .product-chars__block {
        padding: 15px;
    }

    .comments-item__rating_right {
        float: none;
        margin-top: 5px;
    }

    .comments-item__image,
    .material-modal__thumb-item {
        margin-bottom: 20px;
        margin-right: 20px;
        width: calc(33.3% - 15px);
    }

    .material-modal__thumb-item:nth-of-type(4n) {
        margin-right: 20px;
    }

    .comments-item__image:nth-of-type(3n),
    .material-modal__thumb-item:nth-of-type(3n) {
        margin-right: 0;
    }

    .reg-btn {
        padding-left: 20px;
        padding-right: 20px;
    }

    .product-material__item {
        margin-bottom: 0;
    }

    .product-mech__block>* {
        margin-right: 0 !important;
        width: 100%
    }

    .product-mech__img {
        margin-bottom: 30px;
    }

    .warranty-col__num {
        font-size: 48px;
        margin-bottom: 10px;
    }

    .aux__text p {
        font-size: 14px;
    }

    .aux__subtitle {
        font-size: 18px;
    }

    .rec-access__form {
        margin-bottom: 50px;
    }

    .additional-slider__item .product-col__item {
        margin: 0 auto;
        max-width: 300px;
        width: 100%
    }

    .additional-slider .product-col__inner {
        border: 1px solid #ececec;
        box-shadow: none;
        -webkit-box-shadow: none;
    }

    .additional-slider .slick-list {
        padding: 0 0 60px;
    }

    .comments-item__body p {
        line-height: 1.5;
    }

    .text-content p+ol,
    .text-content p+ul {
        margin: -5px 0 17px;
    }

    .text-content p img {
        margin: 30px 0;
    }

    .text-content p.like-h2 {
        font-size: 20px;
    }

    .text-content p.like-h2 {
        margin-bottom: 0;
    }

    .blog-single__big-img {
        margin-bottom: 30px;
    }

    .main-title_top+.blog-single__date {
        margin: -15px 0 30px;
    }

    .pagination {
        margin-bottom: 50px;
    }

    .blog-cat__item {
        margin-bottom: 10px;
    }

    .breadcrumbs+.main-title_top {
        margin-top: 35px;
    }

    .hamburger {
        margin-left: 0;
        padding-bottom: 7px;
    }

    .header-btns__search {
        margin-right: 18px;
    }

    .header-btns__signin,
    .header-btns__signout {
        margin-right: 0;
    }

    .header-btns__cart {
        margin-left: 17px;
        margin-right: 0;
    }

    .main-header__top {
        padding: 29px 0 25px;
    }

    .product-col__thumbs {
        margin: 30px 0;
        o-transition: none !important;
        padding: 0;
        transition: none !important;
        webkit-transition: none !important;
    }

    .product-col__add,
    .product-col__btn,
    .product-col__size {
        opacity: 1;
        o-transition: none !important;
        transition: none !important;
        visibility: visible;
        webkit-transition: none !important;
    }

    .product-col__add {
        transition: none !important;
    }

    .popular-articles__title {
        font-size: 18px;
    }

    .product-col__item:hover .product-col__price strong {
        font-size: 20px;
    }

    .video-col__title {
        font-size: 18px;
        padding: 0 10px;
    }

    .popular-articles__wrap {
        margin-bottom: 10px;
    }

    .color-col__title {
        font-size: 18px;
    }

    .color-col__item {
        display: block;
        min-height: auto !important;
        padding: 20px 10px 30px !important;
    }

    .color-col__item .reg-btn {
        min-width: 100px;
        padding-left: 30px;
        padding-right: 30px;
    }

    .color-col__img,
    .color-col__item br {
        display: none;
    }

    .section-header__block {
        padding: 50px 0 40px;
    }

    .section-header__title,
    .seo-text__title {
        font-size: 22px;
    }

    .features__block {
        padding: 30px 0 20px;
    }

    .col-nav__title {
        font-size: 14px;
    }

    .front-slide__inner {
        padding: 30px 0 70px;
    }

    .front-slide__text {
        font-size: 14px;
        margin-bottom: 25px;
        padding: 5px 10px;
    }

    .main-title {
        font-size: 22px;
        padding: 5px 10px;
    }

    .five-col__item:not(.product-material__col),
    .five-fullcol__item,
    .four-col__item,
    .three-col__item,
    .two-col__item {
        margin-right: 0 !important;
        width: 100%
    }

    .main-footer__develop {
        margin-top: 10px;
    }

    .main-footer__bottom .flex-block {
        display: block;
        text-align: center;
    }

    .main-footer__top {
        padding: 30px 0;
    }

    .main-header__btns {
        align-items: center;
        display: flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -ms-flexbox;
        display: -o-flex;
        display: -webkit-box;
        display: -webkit-flex;
        justify-content: space-between;
        margin-top: 30px;
        ms-flex-align: center;
        ms-flex-pack: justify;
        webkit-align-items: center;
        webkit-box-align: center;
        webkit-box-pack: justify;
        webkit-justify-content: space-between;
        transition: all .3s;
    }

    .btn-set>*,
    .main-header__top {
        display: block;
    }

    .modal-text {
        margin-top: 0;
    }

    .arcticmodal-close {
        right: 20px;
        top: 20px;
    }

    .modal-header {
        padding-bottom: 15px;
    }

    .success-modal__text {
        font-size: 16px;
        margin-bottom: 0;
    }

    .modal-body,
    .success-modal__icon {
        margin: 15px 0;
    }

    .arcticmodal-container_i {
        width: 100%
    }

    .box-modal {
        min-width: auto;
        padding: 15px 15px 25px;
    }

    .modal-title,
    .smart-col__header span {
        font-size: 22px;
    }

    .modal-title-link {
        display: block;
        margin: 10px 0 0;
    }

    .reg-btn {
        padding-bottom: 10px;
        padding-top: 15px;
    }

    .social-share__btn {
        padding-bottom: 6px;
        padding-top: 10px;
    }
}

.custom_link {
    cursor: pointer;
}

div.h2 {
    display: block;
    font-size: 1.5em;
    font-weight: 700;
    margin-bottom: .83em;
    margin-top: .83em;
}

div.h3 {
    display: block;
    font-size: 1.17em;
    font-weight: 700;
    margin-bottom: 1em;
    margin-top: 1em;
}

div.h4 {
    display: block;
    font-weight: 700;
    margin-bottom: 1.33em;
    margin-top: 1.33em;
}

div.h5 {
    font-size: .83em;
    font-weight: 700;
    margin-bottom: 1.67em;
    margin-top: 1.67em;
}

.payment2__block .features__block {
    margin: 0 auto;
    max-width: 100%;
    width: 1400px;
}

@media (max-width:996px) {
    .features__block .three-col__item.last {
        margin-right: 0;
    }

    .payment1__block {
        max-width: none;
    }

    .payment2__block {
        padding-left: 15px;
        padding-right: 15px;
    }

    .payment2__block .features__block {
        width: 100%
    }
}

@media (min-width:997px) and (max-width:1100px) {
    .main-header__top {
        padding-bottom: 50px;
        position: relative;
    }

    .main-header__top .header-top__nav {
        bottom: 15px;
        left: 10%;
        position: absolute;
        right: 10%;
        width: 80%
    }
}

@media (max-width:480px) {
    .seo-text__title {
        text-align: center;
    }
}

.smart-tooltip_l1 {
    left: 7%;
    top: 50%
}

.smart-tooltip_l2 {
    left: 11%;
    top: 78.3%
}

.smart-tooltip_l5 {
    top: 75%
}

@media only screen and (max-width:1200px) and (min-width:996px) {
    .smart-col__header {
        text-align: center;
    }
}

body {
    overflow-x: hidden;
}

.about-bottom__block .two-col__item.flex-block {
    justify-content: center;
}

.four-col__item .color-col__item,
.three-col__item .color-col__item {
    position: relative;
}

@media (min-width:481px) and (max-width:996px) {

    .four-col__item .color-col__item a.color-col__btn,
    .three-col__item .color-col__item a.color-col__btn {
        bottom: 15px;
        position: absolute;
    }
}

@media (min-width:768px) and (max-width:996px) {

    .four-col__item .color-col__item a.color-col__btn,
    .three-col__item .color-col__item a.color-col__btn {
        bottom: 30px;
    }
}

@media (min-width:997px) and (max-width:1200px) {

    .four-col__item .color-col__item .color-col__title,
    .three-col__item .color-col__item .color-col__title {
        font-size: 19px;
        padding-bottom: 20px;
    }

    .four-col__item .color-col__item a.color-col__btn,
    .three-col__item .color-col__item a.color-col__btn {
        bottom: 15px;
        left: 50%;
        margin-left: -70px;
        position: absolute;
        width: 140px;
    }
}

@media (min-width:1201px) {

    .four-col__item .color-col__item a.color-col__btn,
    .three-col__item .color-col__item a.color-col__btn {
        bottom: 30px;
        position: absolute;
    }
}

@media (min-width:641px) and (max-width:1050px) {
    .main-footer__top-left {
        width: 100%
    }

    .main-footer__top-right {
        justify-content: center;
        max-width: none;
        padding-top: 30px;
        text-align: center;
        width: 100%
    }

    .main-footer__nav ul {
        margin: 0 auto;
        width: 90%
    }

    .main-footer__nav li {
        display: inline-block;
        float: none;
        margin-bottom: 15px;
    }
}

.color-col__img.flex-block {
    overflow: hidden;
}

#cat_desc {
    padding-bottom: 40px;
}

@media (min-width:998px) {
    .main-header__block ul.header-bottom__nav-list {
        justify-content: space-around;
        webkit-justify-content: space-around;
    }

    .main-header__block ul.header-bottom__nav-list>li {
        text-align: center;
        width: 20%
    }

    .main-header__block ul.header-bottom__nav-list>li * {
        text-align: left;
    }

    .main-header__block ul.header-bottom__nav-list>li:last-child a {
        color: #EB3C3C;
    }
}

div>ul>li {
    color: #252531;
    font-family: GothamPro-Light, sans-serif;
    font-size: 14px;
    line-height: 1.71429;
    list-style: disc;
    margin-left: 22px;
    padding-bottom: 3px;
    padding-top: 3px;
}

div>ol>li {
    color: #252531;
    font-family: GothamPro-Light, sans-serif;
    font-size: 14px;
    line-height: 1.71429;
    list-style: decimal;
    margin-left: 22px;
    padding-bottom: 3px;
    padding-top: 3px;
}

.seo-text__text {
    color: #252531;
    font-family: GothamPro-Light, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    max-height: 150px;
    overflow: hidden;
    transition: all .3s;
    position: relative;
}

.seo-text__text::before {
    content: '';
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 55px;
    background: -webkit-linear-gradient(180deg, rgb(255, 255, 255), rgb(255, 255, 255));
    background: -moz-linear-gradient(180deg, rgb(255, 255, 255), rgb(255, 255, 255));
    background: linear-gradient(0deg, rgba(255, 255, 255, .9), rgba(255, 255, 255, 0));
}

.seo-text__text.seo-text-show {
    max-height: 100%
}

.seo-text__text.seo-text-show::before {
    background: none;
}

.seo-text__btn {
    font-weight: 600;
    font-size: 14px;
    color: #133568;
    cursor: pointer;
    margin-top: 16px;
}

.seo-text__btn::before {
    content: '';
    background-image: url(../image/arrow-down-blue.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    width: 10px;
    height: 9px;
    display: inline-block;
    margin-right: 5px;
    transition: all .25s;
}

.seo-text__btn.active::before {
    transform: rotate(180deg);
}

div>h3 {
    font-weight: 700;
    padding-bottom: 5px;
    padding-top: 5px;
}

.like-h3 {
    font-weight: 700;
    padding-bottom: 5px;
    padding-top: 5px;
}

div>h2 {
    font-weight: bolder;
    padding-bottom: 5px;
    padding-top: 5px;
}

.like-h2 {
    font-weight: bolder;
    padding-bottom: 5px;
    padding-top: 5px;
}

div>h4 {
    font-weight: 700;
}

.like-h4 {
    font-weight: 700;
}

.product-categories li {
    list-style: none;
    margin-left: 0;
    padding-bottom: 1px;
    padding-top: 1px;
}

.col-sm-6 ul li {
    list-style: none;
    margin-left: 0;
    padding-bottom: 1px;
    padding-top: 1px;
}

div>div:nth-child(1)>div:nth-child(4)>ul>li:nth-child(1) {
    list-style: none;
    margin-left: 0;
    padding-bottom: 1px;
    padding-top: 1px;
}

div>div:nth-child(1)>div:nth-child(4)>ul>li:nth-child(2) {
    list-style: none;
    margin-left: 0;
    padding-bottom: 1px;
    padding-top: 1px;
}

div>div:nth-child(1)>div:nth-child(4)>ul>li:nth-child(3) {
    list-style: none;
    margin-left: 0;
    padding-bottom: 1px;
    padding-top: 1px;
}

div>div:nth-child(1)>div:nth-child(4)>ul>li:nth-child(4) {
    list-style: none;
    margin-left: 0;
    padding-bottom: 1px;
    padding-top: 1px;
}

div>div:nth-child(1)>div:nth-child(4)>ul>li:nth-child(5) {
    list-style: none;
    margin-left: 0;
    padding-bottom: 1px;
    padding-top: 1px;
}

div>div:nth-child(1)>div:nth-child(4)>ul>li:nth-child(6) {
    list-style: none;
    margin-left: 0;
    padding-bottom: 1px;
    padding-top: 1px;
}

div>div:nth-child(1)>div:nth-child(4)>ul>li:nth-child(7) {
    list-style: none;
    margin-left: 0;
    padding-bottom: 1px;
    padding-top: 1px;
}

div>div:nth-child(1)>div:nth-child(4)>ul>li:nth-child(8) {
    list-style: none;
    margin-left: 0;
    padding-bottom: 1px;
    padding-top: 1px;
}

div>div:nth-child(1)>div:nth-child(4)>ul>li:nth-child(9) {
    list-style: none;
    margin-left: 0;
    padding-bottom: 1px;
    padding-top: 1px;
}

div>div:nth-child(1)>div:nth-child(4)>ul>li:nth-child(10) {
    list-style: none;
    margin-left: 0;
    padding-bottom: 1px;
    padding-top: 1px;
}

.byInInstallments,
.byInOneClick {
    background-color: transparent;
    border: 2px solid #ffca20;
    display: inline-block;
    font-family: GothamPro-Bold, sans-serif;
    font-weight: unset;
    min-width: 140px;
}

.byInInstallments:hover,
.byInOneClick:hover {
    border-color: #ffd95f;
}

.productTitle {
    font-size: 20px;
    line-height: 1;
    font-weight: 700;
}

.oneClickModel input:focus::placeholder {
    color: transparent;
}

.front-how__wrap.flex-block .color-col__btn.reg-btn {
    margin: auto !important;
    position: initial !important;
}

.color-col__item .color-col__title {
    height: 115px;
}

@media only screen and (min-width:1440px) {
    .four-col__item .color-col__item .color-col__title {
        font-size: 22px;
    }
}

@media only screen and (max-width:1440px) {
    .four-col__item .color-col__item .color-col__title {
        font-size: 20px;
    }
}

@media only screen and (max-width:1024px) {
    .main-header__block>.wrapper {
        text-align: -webkit-center;
    }

    .main-header__top {
        max-width: 90%
    }
}

@media only screen and (max-width:480px) {
    .color-col__item .color-col__title {
        height: 50px;
    }
}

.mb30 {
    margin-bottom: 30px;
}

#language-switcher {
    position: relative;
}

#language-switcher .language-list {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid #00000026;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    display: none;
    float: left;
    font-size: 14px;
    left: 0;
    list-style: none;
    margin: 2px 0 0;
    min-width: 160px;
    padding: 5px 0;
    position: absolute;
    text-align: left;
    top: 90%;
    webkit-background-clip: padding-box;
    webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    z-index: 1000;
}

#language-switcher:hover .language-list {
    display: block;
}

#language-switcher .language-list>li {
    list-style: none;
}

.byInInstallments {
    border-color: #252531;
}

.byInInstallments:hover {
    background-color: #252531;
    border-color: #252531;
    color: #fff;
}

.installmentsModel .topBlock {
    border-bottom: 1px solid #f0f0f0;
    border-top: 1px solid #f0f0f0;
    display: flex;
    height: 150px;
    margin-top: 10px;
    padding: 15px 0;
}

.installmentsModel .topBlock>div {
    width: 33%
}

.installmentsModel .topBlock>div:first-child {
    position: relative;
}

.installmentsModel .topBlock>div:first-child img {
    bottom: 0;
    height: 100%;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
}

.installmentsModel .topBlock .cost,
.installmentsModel .topBlock .titleOfProd {
    margin: auto;
}

.installmentsModel .topBlock .titleOfProd span {
    float: left;
    font-family: GothamPro-Medium, sans-serif;
}

.installmentsModel .bottomBlock {
    display: block;
    margin-top: 20px;
}

.installmentsModel .bottomBlock .selectBank {
    display: flex;
    height: 100px;
    width: 100%
}

.installmentsModel .bottomBlock .selectBank>div {
    padding: 0 10px;
}

.installmentsModel .bottomBlock .selectBank .imgContainer {
    height: inherit;
    width: 20%
}

.installmentsModel .bottomBlock .selectBank .imgContainer .bankLogo {
    background-repeat: round;
    background-size: cover;
    width: 100%
}

.timeOfinstallments>div {
    height: 45%
}

.firstMoney .firstMoneyInpt {
    border: 0;
    border-bottom: 1px solid #bfafa8;
    margin-left: 10px;
    padding-bottom: 5px;
    text-align: center;
    text-align-last: center;
    width: 30%
}

.installmentsModel .bottomBlock .selectBank .timeOfinstallments {
    width: 25%
}

.month select {
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #bfafa8;
    border-radius: unset;
    display: inline-block;
    margin-left: 10px;
    outline: 0;
    padding-bottom: 5px;
    text-align: center;
    text-align-last: center;
    webkit-appearance: initial;
    width: 30%
}

.countOfMonthText,
.firstMoneyText {
    color: #bfafa8;
    display: inline;
    float: left;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    text-align: left;
    width: 60%
}

.textAbBank {
    width: 20%
}

.textAbB {
    color: #5e3826;
    font-size: 13px;
    font-weight: 400;
    margin: 0;
    opacity: .4;
    text-align: left;
}

.select {
    width: 35%
}

.select>div {
    box-shadow: inset 0 -6px 0 0 #fff4cc;
    font-size: 14px;
    webkit-box-shadow: inset 0 -6px 0 0 #fff4cc;
}

.moneyInMonth {
    display: inline;
}

.productTitle {
    display: inline-block;
}

.catalog-mobile-header {
    background-color: #333;
    color: #fff;
    display: none;
    font-size: 5.625vw;
    font-weight: 500;
    letter-spacing: 3.2px;
    padding: 4.375vw 0 4.375vw 5.9375vw;
    position: relative;
    text-transform: uppercase;
}

.catalog-sort-list__item {
    display: block;
    font-size: 13px;
    margin: 0;
    vertical-align: middle;
}

.catalog-sort-list__item:last-child {
    padding-bottom: 0;
}

.catalog-sort-list__item input {
    display: none;
}

.catalog-sort-list__item label {
    background: no-repeat center center;
    border: 1px solid transparent;
    border: 3px solid transparent;
    cursor: pointer;
    display: inline-block;
    font-size: initial;
    font-weight: 400;
    moz-transition: border .3s, color .3s;
    o-transition: border .3s, color .3s;
    padding: 3px 10px;
    text-align: center;
    transition: border .3s, color .3s;
    vertical-align: middle;
    webkit-transition: border .3s, color .3s;
}

.fill_purple {
    fill: initial;
}

.mob {
    display: none;
}

.telCalls li {
    border-bottom-style: dotted;
    border-bottom-width: 2px;
    cursor: pointer;
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0;
}

.telCallForm {
    background-color: #fff;
    height: 300px;
    width: 200px;
}

.category-sidebar-btn {
    display: none;
    height: 45px;
    padding: 0 15px;
    position: initial;
    width: auto;
}

.category-sidebar-btn .fill_wht {
    vertical-align: sub;
}

.confiditial .form-alert.err {
    margin: 0;
}

.confiditial .radio-input+span::before {
    top: 12px;
}

.confiditial .form-alert.err~span::before {
    border-color: #f66;
}

.confiditial .radio-input:checked+span:after {
    top: 17px;
}

form[action="https://www.liqpay.com/api/3/checkout"] {
    display: flex;
}

form[action="https://www.liqpay.com/api/3/checkout"] input[type=image] {
    margin: 0 auto 50px;
}

@media (max-width:996px) {
    .hamburgerImg {
        background-image: url(../image/Hamburger_icon.svg);
        background-size: cover;
        color: transparent;
        display: inline-block;
        height: 15px;
        vertical-align: middle;
        width: 24px;
    }

    .is-active .hamburgerImg {
        display: none;
    }
}

@media (max-width:768px) {

    #sort-form>.filterDD,
    #sort-form>button {
        vertical-align: middle;
        width: 46%
    }

    .category-sidebar-btn {
        display: inline-block;
        margin-right: 15px;
    }

    .shortTxt {
        display: none !important;
    }

    .mob {
        display: inline-block;
    }

    .desc {
        display: none;
    }

    .installmentsModel {
        left: 5%;
        right: 5%
    }

    .installmentsModel .bottomBlock .selectBank {
        display: inline-block;
        height: auto;
        width: 48%
    }

    .installmentsModel .bottomBlock .selectBank>div {
        height: 100px !important;
        width: 100% !important;
    }

    .installmentsModel .topBlock>div:first-child img {
        height: auto;
    }

    .catalog-sort-row {
        text-align: center;
    }

    .catalog-sort-list {
        z-index: 1;
    }
}

@media (max-width:480px) {
    .hamburger {
        padding-bottom: 0;
    }

    .header-btns__cart {
        margin-left: 0;
    }

    .mob {
        margin-left: -10%
    }
}

@media (max-width:425px) {
    .installmentsModel .bottomBlock .selectBank {
        width: auto;
    }

    .installmentsModel .bottomBlock .selectBank .imgContainer .bankLogo {
        height: 50%;
        width: auto;
    }

    .installmentsModel .cost.product-info__price {
        font-size: 20px;
    }
}

@media (max-width:320px) {
    .hamburger {
        font-size: 0;
    }
}

.top-header-stretching {
    font-size: 14px;
    padding: 2px;
    text-align: center;
}

.main-footer__pay-logo {
    align-items: center;
    display: flex;
    margin-top: 15px;
}

.visa {
    background: url(../image/visa.png) no-repeat center;
    margin-right: 10px;
}

.mastercard {
    background: url(../image/mcard.png) no-repeat center;
}

.main-footer__pay-logo div {
    background-size: contain;
    display: block;
    height: 40px;
    width: 50px;
}

#language-switcher .switcher span {
    color: #666;
    font-size: 14px;
    font-weight: 400;
}

#language-switcher .language-list li a:hover {
    color: #ffca20;
}

@media (max-width:996px) {
    .main-header__top .pull-left {
        display: none;
    }

    .header-bottom__nav {
        text-align: center;
    }
}

#language-switcher-mobile .switcher span {
    color: #fff;
    cursor: pointer;
}

#language-switcher-mobile .switcher {
    display: none;
}

#language-switcher-mobile .language-list {
    background: inherit;
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid #00000026;
    border: 1px solid #ccc;
    border: none;
    border-radius: 4px;
    bottom: 90%;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: none;
    display: flex;
    display: none;
    float: left;
    font-size: 14px;
    justify-content: center;
    left: 0;
    list-style: none;
    margin: 0;
    margin: 2px 0 0;
    min-width: 160px;
    padding: 10px 0 0 0;
    padding: 5px 0;
    position: absolute;
    position: relative;
    text-align: left;
    webkit-background-clip: padding-box;
    webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    width: 100%;
    z-index: 1000;
}

#language-switcher-mobile .language-list li {
    color: #fff;
    list-style: none;
    margin: 0;
    padding: 0;
    padding-left: 10px;
    padding-right: 0;
    padding-right: 10px;
}

#language-switcher-mobile .language-list li a {
    color: #666;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

.p-fixed {
    background-color: #fff;
    border-bottom: 2px solid #666;
    left: 0;
    margin: 0 auto;
    margin: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100vw;
    z-index: 999999;
}

.label_39 {
    z-index: 2147483646;
}

._show_1e.wrap_mW {
    z-index: 2147483645 !important;
}

.main-footer__top {
    padding: 73px 0 60px;
}

.main-footer__block {
    display: flex !important;
    display: -ms-flexbox;
    display: -webkit-box;
    flex-direction: column;
    background-color: #f6f6f6;
}

.footer__nav {
    display: flex !important;
    display: -ms-flexbox;
    display: -webkit-box;
    justify-content: space-between;
    ms-flex-pack: distribute;
}

.footer__nav .footer__colum {
    padding: 10px;
    padding-top: 0;
}

.footer__nav .footer__colum ul {
    padding-top: 20px;
}

.footer__nav .footer__colum li {
    list-style-type: none;
    margin-left: 0;
    text-decoration: none;
}

.footer__nav .footer__colum a {
    color: #000;
    cursor: pointer;
    font-size: 13px;
    font-family: 'GothamPro'
}

.footer__nav .footer__colum a:hover {
    color: #ffca20;
}

.footer__caption-nav {
    font-family: 'GothamPro';
    font-weight: 700;
    font-size: 18px;
    padding: 0;
}

.footer__caption-nav.left {
    text-align: left;
}

@media (max-width:640px) {
    .footer__caption-nav {
        font-size: 8px;
    }

    .fb-rating__body .footer-caption span,
    .google-rating__body .footer-caption span {
        font-size: 8px;
    }

    .footer__caption-nav.left {
        text-align: center;
    }
}

.footer-block-colum {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    width: 100%
}

.main-footer__contact-link svg {
    padding-right: 5px;
    width: 17px !important;
}

.google-rating {
    display: flex;
    min-width: 220px;
}

.fb-rating .facebook-style {
    margin-right: 10px;
    transition: all .2s ease-in;
}

.fb-rating__body .footer-caption,
.google-rating__body .footer-caption {
    cursor: pointer;
    font-weight: 400;
    transition: all .2s ease-in;
    text-align: left;
    font-size: 12px;
}

.google-rating a:hover {
    opacity: .7;
}

.fb-rating .fb-rating__body .footer-caption:hover {
    color: #1751a1;
}

.google-rating .google-rating__body .footer-caption:hover {
    color: #eb3434;
}

.fb-rating__body .footer-caption span,
.google-rating__body .footer-caption span {
    font-size: 12px;
}

.fb-rating .fb-rating__body,
.google-rating .google-rating__body {
    display: inline-block;
    text-align: left;
}

.google-icon {
    height: 40px;
    width: 40px;
}

.rating-info {
    padding-top: 10px;
}

.footer__nav .comments-item__rating_right {
    padding-right: 8px;
    display: flex;
    justify-content: space-between;
}

@media (max-width:1050px) {
    .main-footer__contact-link svg {
        width: 21px;
    }

    .footer__nav .footer__colum {
        padding-top: 20px;
    }

    .main-footer__top-left {
        width: 100%
    }

    .footer__nav {
        flex-direction: column;
        justify-content: space-between;
    }

    .main-footer__top-left {
        width: 100%
    }

    .main-footer__pay-logo {
        justify-content: center;
    }

    .footer-block-colum {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-around;
        width: 100%
    }
}

.fb-rating {
    display: flex;
    min-width: 220px;
}

@media (max-width:768px) {

    .face-footer,
    .google-icon-footer {
        height: 26px !important;
        width: 26px !important;
    }
}

@media (max-width:640px) {
    .footer__nav .footer__colum {
        width: 100%
    }

    .footer__nav .footer__colum ul {
        padding-top: 15px;
    }

    .footer-block-colum {
        justify-content: space-around;
        text-align: center;
    }

    .footer-block-colum .centered {
        align-items: center;
        display: flex;
        flex-direction: column;
    }
}

@media (max-width:567px) {
    .centered li {
        margin-bottom: 10px;
    }

    .centered li:last-child {
        margin-bottom: 0;
    }
}

@media (max-width:480px) {
    .fb-rating .facebook-style {
        margin-right: 5px;
    }

    .google-icon-footer {
        padding-top: 1px;
    }

    .rating-info {
        display: block;
        padding-top: 0;
    }

    .face-footer {
        height: 32px !important;
    }

    .social-links_item {
        height: 21px;
        margin-right: 5px;
        vertical-align: middle;
    }

    .google-icon {
        vertical-align: middle;
    }

    .face-footer,
    .google-icon-footer {
        height: 24px !important;
        margin-top: 4px;
        vertical-align: bottom;
        width: 24px !important;
    }

    .facebook-icon {
        width: 26px;
        height: 26px;
    }
}

#more {
    display: none;
}

.cat_desc_text-more {
    color: #252531;
    font-family: GothamPro, sans-serif;
    font-size: 16px;
    padding-bottom: 30px;
}

.cat_desc-strong-txt {
    color: #000;
    font-weight: 900;
}

.cat-desc_link {
    color: #252531;
    cursor: pointer;
}

.cat-desc_link:hover {
    color: #ffca20;
}

.cat_desc_text-more .btn__read-more {
    margin-left: 35px;
}

.btn__read-more {
    background-color: #ffca20;
    border: 1px solid #e6d92d;
    border-radius: 8px;
    color: #000;
    cursor: pointer;
    font-size: 13px;
    padding: 10px 30px;
}

.btn-hide {
    display: none;
}

.cat_desc-block {
    display: inline;
}

.ui-helper-hidden {
    display: none;
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.ui-helper-reset {
    border: 0;
    font-size: 100%;
    line-height: 1.3;
    list-style: none;
    margin: 0;
    outline: 0;
    padding: 0;
    text-decoration: none;
}

.ui-helper-clearfix:after,
.ui-helper-clearfix:before {
    border-collapse: collapse;
    content: "";
    display: table;
}

.ui-helper-clearfix:after {
    clear: both;
}

.ui-helper-clearfix {
    min-height: 0;
}

.ui-helper-zfix {
    filter: Alpha(Opacity=0);
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.ui-front {
    z-index: 100;
}

.ui-state-disabled {
    cursor: default !important;
}

.ui-icon {
    background-repeat: no-repeat;
    display: block;
    overflow: hidden;
    text-indent: -99999px;
}

.ui-widget-overlay {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%
}

.ui-slider {
    position: relative;
    text-align: left;
}

.ui-slider .ui-slider-handle {
    cursor: default;
    height: 1.2em;
    ms-touch-action: none;
    position: absolute;
    touch-action: none;
    width: 1.2em;
    z-index: 2;
}

.ui-slider .ui-slider-range {
    background-position: 0 0;
    border: 0;
    display: block;
    font-size: .7em;
    position: absolute;
    z-index: 1;
}

.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit;
}

.ui-slider-horizontal {
    height: .8em;
}

.ui-slider-horizontal .ui-slider-handle {
    margin-left: -.6em;
    top: -.3em;
}

.ui-slider-horizontal .ui-slider-range {
    height: 100%;
    top: 0;
}

.ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
    right: 0;
}

.ui-slider-vertical {
    height: 100px;
    width: .8em;
}

.ui-slider-vertical .ui-slider-handle {
    left: -.3em;
    margin-bottom: -.6em;
    margin-left: 0;
}

.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%
}

.ui-slider-vertical .ui-slider-range-min {
    bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
    top: 0;
}

.ui-widget {
    font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
    font-size: 1.1em;
}

.ui-widget .ui-widget {
    font-size: 1em;
}

.ui-widget button,
.ui-widget input,
.ui-widget select,
.ui-widget textarea {
    font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
    font-size: 1em;
}

.ui-widget-content {
    background: #eee;
    border: 1px solid #ddd;
    color: #333;
}

.ui-widget-content a {
    color: #333;
}

.ui-widget-header {
    background: #f6a828;
    border: 1px solid #e78f08;
    color: #fff;
    font-weight: 700;
}

.ui-widget-header a {
    color: #fff;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    background: #f6f6f6 url(images/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x;
    border: 1px solid #ccc;
    color: #1c94c4;
    font-weight: 700;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
    color: #1c94c4;
    text-decoration: none;
}

.ui-state-focus,
.ui-state-hover,
.ui-widget-content .ui-state-focus,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-focus,
.ui-widget-header .ui-state-hover {
    background: #fdf5ce url(images/ui-bg_glass_100_fdf5ce_1x400.png) 50% 50% repeat-x;
    border: 1px solid #fbcb09;
    color: #c77405;
    font-weight: 700;
}

.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
    color: #c77405;
    text-decoration: none;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    background: #fff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
    border: 1px solid #fbd850;
    color: #eb8f00;
    font-weight: 700;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    color: #eb8f00;
    text-decoration: none;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    background: #ffe45c url(images/ui-bg_highlight-soft_75_ffe45c_1x100.png) 50% top repeat-x;
    border: 1px solid #fed22f;
    color: #363636;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
    color: #363636;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
    background: #b81900 url(images/ui-bg_diagonals-thick_18_b81900_40x40.png) 50% 50% repeat;
    border: 1px solid #cd0a0a;
    color: #fff;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
    color: #fff;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
    color: #fff;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
    font-weight: 700;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
    filter: Alpha(Opacity=70);
    font-weight: 400;
    opacity: .7;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
    background-image: none;
    filter: Alpha(Opacity=35);
    opacity: .35;
}

.ui-state-disabled .ui-icon {
    filter: Alpha(Opacity=35);
}

.ui-icon {
    height: 16px;
    width: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
    background-image: url(images/ui-icons_222222_256x240.png);
}

.ui-widget-header .ui-icon {
    background-image: url(images/ui-icons_ffffff_256x240.png);
}

.ui-state-default .ui-icon {
    background-image: url(images/ui-icons_ef8c08_256x240.png);
}

.ui-state-focus .ui-icon,
.ui-state-hover .ui-icon {
    background-image: url(images/ui-icons_ef8c08_256x240.png);
}

.ui-state-active .ui-icon {
    background-image: url(images/ui-icons_ef8c08_256x240.png);
}

.ui-state-highlight .ui-icon {
    background-image: url(images/ui-icons_228ef1_256x240.png);
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
    background-image: url(images/ui-icons_ffd27a_256x240.png);
}

.ui-icon-blank {
    background-position: 16px 16px;
}

.ui-icon-carat-1-n {
    background-position: 0 0;
}

.ui-icon-carat-1-ne {
    background-position: -16px 0;
}

.ui-icon-carat-1-e {
    background-position: -32px 0;
}

.ui-icon-carat-1-se {
    background-position: -48px 0;
}

.ui-icon-carat-1-s {
    background-position: -64px 0;
}

.ui-icon-carat-1-sw {
    background-position: -80px 0;
}

.ui-icon-carat-1-w {
    background-position: -96px 0;
}

.ui-icon-carat-1-nw {
    background-position: -112px 0;
}

.ui-icon-carat-2-n-s {
    background-position: -128px 0;
}

.ui-icon-carat-2-e-w {
    background-position: -144px 0;
}

.ui-icon-triangle-1-n {
    background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
    background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
    background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
    background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
    background-position: -64px -16px;
}

.ui-icon-triangle-1-sw {
    background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
    background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
    background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
    background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
    background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
    background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
    background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
    background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
    background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
    background-position: -64px -32px;
}

.ui-icon-arrow-1-sw {
    background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
    background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
    background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
    background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
    background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
    background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
    background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
    background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
    background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
    background-position: 0 -48px;
}

.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
    background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
    background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
    background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
    background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px;
}

.ui-icon-arrow-4 {
    background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
    background-position: -16px -80px;
}

.ui-icon-extlink {
    background-position: -32px -80px;
}

.ui-icon-newwin {
    background-position: -48px -80px;
}

.ui-icon-refresh {
    background-position: -64px -80px;
}

.ui-icon-shuffle {
    background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
    background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
    background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
    background-position: 0 -96px;
}

.ui-icon-folder-open {
    background-position: -16px -96px;
}

.ui-icon-document {
    background-position: -32px -96px;
}

.ui-icon-document-b {
    background-position: -48px -96px;
}

.ui-icon-note {
    background-position: -64px -96px;
}

.ui-icon-mail-closed {
    background-position: -80px -96px;
}

.ui-icon-mail-open {
    background-position: -96px -96px;
}

.ui-icon-suitcase {
    background-position: -112px -96px;
}

.ui-icon-comment {
    background-position: -128px -96px;
}

.ui-icon-person {
    background-position: -144px -96px;
}

.ui-icon-print {
    background-position: -160px -96px;
}

.ui-icon-trash {
    background-position: -176px -96px;
}

.ui-icon-locked {
    background-position: -192px -96px;
}

.ui-icon-unlocked {
    background-position: -208px -96px;
}

.ui-icon-bookmark {
    background-position: -224px -96px;
}

.ui-icon-tag {
    background-position: -240px -96px;
}

.ui-icon-home {
    background-position: 0 -112px;
}

.ui-icon-flag {
    background-position: -16px -112px;
}

.ui-icon-calendar {
    background-position: -32px -112px;
}

.ui-icon-cart {
    background-position: -48px -112px;
}

.ui-icon-pencil {
    background-position: -64px -112px;
}

.ui-icon-clock {
    background-position: -80px -112px;
}

.ui-icon-disk {
    background-position: -96px -112px;
}

.ui-icon-calculator {
    background-position: -112px -112px;
}

.ui-icon-zoomin {
    background-position: -128px -112px;
}

.ui-icon-zoomout {
    background-position: -144px -112px;
}

.ui-icon-search {
    background-position: -160px -112px;
}

.ui-icon-wrench {
    background-position: -176px -112px;
}

.ui-icon-gear {
    background-position: -192px -112px;
}

.ui-icon-heart {
    background-position: -208px -112px;
}

.ui-icon-star {
    background-position: -224px -112px;
}

.ui-icon-link {
    background-position: -240px -112px;
}

.ui-icon-cancel {
    background-position: 0 -128px;
}

.ui-icon-plus {
    background-position: -16px -128px;
}

.ui-icon-plusthick {
    background-position: -32px -128px;
}

.ui-icon-minus {
    background-position: -48px -128px;
}

.ui-icon-minusthick {
    background-position: -64px -128px;
}

.ui-icon-close {
    background-position: -80px -128px;
}

.ui-icon-closethick {
    background-position: -96px -128px;
}

.ui-icon-key {
    background-position: -112px -128px;
}

.ui-icon-lightbulb {
    background-position: -128px -128px;
}

.ui-icon-scissors {
    background-position: -144px -128px;
}

.ui-icon-clipboard {
    background-position: -160px -128px;
}

.ui-icon-copy {
    background-position: -176px -128px;
}

.ui-icon-contact {
    background-position: -192px -128px;
}

.ui-icon-image {
    background-position: -208px -128px;
}

.ui-icon-video {
    background-position: -224px -128px;
}

.ui-icon-script {
    background-position: -240px -128px;
}

.ui-icon-alert {
    background-position: 0 -144px;
}

.ui-icon-info {
    background-position: -16px -144px;
}

.ui-icon-notice {
    background-position: -32px -144px;
}

.ui-icon-help {
    background-position: -48px -144px;
}

.ui-icon-check {
    background-position: -64px -144px;
}

.ui-icon-bullet {
    background-position: -80px -144px;
}

.ui-icon-radio-on {
    background-position: -96px -144px;
}

.ui-icon-radio-off {
    background-position: -112px -144px;
}

.ui-icon-pin-w {
    background-position: -128px -144px;
}

.ui-icon-pin-s {
    background-position: -144px -144px;
}

.ui-icon-play {
    background-position: 0 -160px;
}

.ui-icon-pause {
    background-position: -16px -160px;
}

.ui-icon-seek-next {
    background-position: -32px -160px;
}

.ui-icon-seek-prev {
    background-position: -48px -160px;
}

.ui-icon-seek-end {
    background-position: -64px -160px;
}

.ui-icon-seek-start {
    background-position: -80px -160px;
}

.ui-icon-seek-first {
    background-position: -80px -160px;
}

.ui-icon-stop {
    background-position: -96px -160px;
}

.ui-icon-eject {
    background-position: -112px -160px;
}

.ui-icon-volume-off {
    background-position: -128px -160px;
}

.ui-icon-volume-on {
    background-position: -144px -160px;
}

.ui-icon-power {
    background-position: 0 -176px;
}

.ui-icon-signal-diag {
    background-position: -16px -176px;
}

.ui-icon-signal {
    background-position: -32px -176px;
}

.ui-icon-battery-0 {
    background-position: -48px -176px;
}

.ui-icon-battery-1 {
    background-position: -64px -176px;
}

.ui-icon-battery-2 {
    background-position: -80px -176px;
}

.ui-icon-battery-3 {
    background-position: -96px -176px;
}

.ui-icon-circle-plus {
    background-position: 0 -192px;
}

.ui-icon-circle-minus {
    background-position: -16px -192px;
}

.ui-icon-circle-close {
    background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
    background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
    background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
    background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
    background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
    background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
    background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
    background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
    background-position: -192px -192px;
}

.ui-icon-circle-check {
    background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
    background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
    background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
    background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
    background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
    background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
    background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
    background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
    background-position: -80px -224px;
}

.ui-corner-all,
.ui-corner-left,
.ui-corner-tl,
.ui-corner-top {
    border-top-left-radius: 4px;
}

.ui-corner-all,
.ui-corner-right,
.ui-corner-top,
.ui-corner-tr {
    border-top-right-radius: 4px;
}

.ui-corner-all,
.ui-corner-bl,
.ui-corner-bottom,
.ui-corner-left {
    border-bottom-left-radius: 4px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-br,
.ui-corner-right {
    border-bottom-right-radius: 4px;
}

.ui-widget-overlay {
    background: #666 url(images/ui-bg_diagonals-thick_20_666666_40x40.png) 50% 50% repeat;
    filter: Alpha(Opacity=50);
    opacity: .5;
}

.ui-widget-shadow {
    background: #000;
    border-radius: 5px;
    filter: Alpha(Opacity=20);
    margin: -5px 0 0 -5px;
    opacity: .2;
    padding: 5px;
}

a,
button,
input,
input[type=submit],
select,
textarea {
    moz-appearance: none;
    outline: 0;
    webkit-appearance: none;
}

.category-filter__sale-img img,
img {
    max-width: 100%
}

.slick-list,
blockquote,
body,
code,
dd,
div,
dl,
dt,
fieldset,
figcaption,
figure,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
    margin: 0;
    padding: 0;
}

.slick-list,
.slick-slider,
.slick-track {
    display: block;
    position: relative;
}

.slick-list,
.slick-slider,
.slick-track,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
img,
menu,
nav,
section {
    display: block;
}

.front-slider,
.slick-arrow,
.slick-list {
    overflow: hidden;
}

.about-assortment__title,
.blog-cat__img-badge,
.features-item__title,
.hamburger,
.material-modal__more-link,
.product-material__title,
.reg-btn,
.social-share__btn span,
.tab__item {
    text-transform: uppercase;
}

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

table {
    border-collapse: collapse;
    border-spacing: 0;
}

abbr,
fieldset,
img {
    border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: 400;
}

ol li,
ul li {
    list-style: none;
}

caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: 400;
}

sub {
    vertical-align: text-bottom;
}

input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}

legend {
    color: #000;
}

img {
    height: auto;
}

button {
    cursor: pointer;
    font-family: inherit;
}

.slick-preload {
    height: 0;
    opacity: 0;
    visibility: hidden;
}

.slick-preload.slick-initialized {
    height: auto;
    opacity: 1;
    visibility: visible;
}

.dropdown-wrap,
.slick-loading .slick-slide,
.slick-loading .slick-track {
    visibility: hidden;
}

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

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

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

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

.slick-track {
    left: 0;
    min-width: 100%;
    top: 0;
}

.slick-arrow,
.slick-dots {
    font-size: 0;
    position: absolute;
}

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

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

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

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

.slick-slide img {
    display: block;
}

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

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

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

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

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

.slick-arrow {
    background: 0;
    border: 0;
    bottom: 0;
    cursor: pointer;
    height: 43px;
    margin: auto;
    o-transition: all .2s ease-out;
    outline: 0;
    top: -70px;
    transition: all .2s ease-out;
    webkit-transition: all .2s ease-out;
    width: 23px;
    z-index: 10;
}

.slick-arrow svg {
    fill: #d6d6d6;
}

.slick-arrow:hover {
    opacity: .6 !important;
    o-transition: all .2s ease-in;
    transition: all .2s ease-in;
    webkit-transition: all .2s ease-in;
}

.front-slider:hover .slick-arrow {
    opacity: 1;
    o-transition: all .2s ease-in;
    transition: all .2s ease-in;
    webkit-transition: all .2s ease-in;
}

.slick-prev {
    left: -45px;
}

.slick-next {
    right: -45px;
}

.slick-dots {
    bottom: 23px;
    left: 0;
    right: 0;
    text-align: center;
}

.slick-dots .slick-active button,
.slick-dots button:hover {
    background-color: #FFCA20;
    border-color: #FFCA20;
}

.slick-dots button {
    border: 1px solid #fff;
    border-radius: 50%;
    cursor: pointer;
    font-size: 0;
    height: 12px;
    margin: auto;
    outline: 0;
    padding: 0;
    -webkit-border-radius: 50%;
    width: 12px;
}

.slick-dots li {
    display: inline-block;
    margin: 0 5px;
    padding: 0;
    vertical-align: middle;
}

.arcticmodal-container,
.arcticmodal-overlay {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1000;
}

.arcticmodal-container {
    border: 0;
    border-collapse: collapse;
    margin: 0;
    overflow: auto;
    padding: 0;
}

.arcticmodal-container_i {
    height: 100%;
    margin: 0 auto;
}

.arcticmodal-container_i2 {
    border: 0;
    margin: 0;
    padding: 15px;
    vertical-align: middle;
}

.arcticmodal-error {
    background: #000;
    border-radius: 10px;
    color: #fff;
    padding: 20px;
    webkit-border-radius: 10px;
}

.arcticmodal-loading {
    background: #000;
    border-radius: 10px;
    height: 80px;
    webkit-border-radius: 10px;
    width: 80px;
}

.box-modal {
    background-color: #fff;
    margin: auto;
    min-width: 480px;
    padding: 23px 30px 40px;
    position: relative;
}

.box-modal_med {
    max-width: 780px;
}

.box-modal_wide {
    max-width: 930px;
}

.arcticmodal-close,
.del-prod {
    cursor: pointer;
    height: 20px;
    position: absolute;
    right: 40px;
    top: 40px;
    width: 20px;
}

.arcticmodal-close:hover:after,
.arcticmodal-close:hover:before,
.del-prod:hover:after,
.del-prod:hover:before {
    opacity: .6;
    o-transition: opacity .2s ease-in;
    transition: opacity .2s ease-in;
    webkit-transition: opacity .2s ease-in;
}

.arcticmodal-close:after,
.arcticmodal-close:before,
.del-prod:after,
.del-prod:before {
    background-color: #252531;
    bottom: 0;
    content: " ";
    height: 15px;
    left: 0;
    margin: auto;
    opacity: 1;
    o-transition: opacity .2s ease-out;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity .2s ease-out;
    webkit-transition: opacity .2s ease-out;
    width: 2px;
}

.twitter-typeahead,
body {
    width: 100%
}

.arcticmodal-close:before,
.del-prod:before {
    ms-transform: rotate(45deg);
    transform: rotate(45deg);
    webkit-transform: rotate(45deg);
}

.arcticmodal-close:after,
.del-prod:after {
    ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    webkit-transform: rotate(-45deg);
}

.tt-menu {
    background-color: #fff;
    border: 1px solid #f6f6f6;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
    margin-top: -1px;
    padding: 11px 15px;
    right: 0;
    webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
}

.tt-input {
    cursor: pointer;
}

.tt-suggestion {
    font-size: 13px;
    line-height: 1.9;
    text-align: left;
}

.center-wrap,
.main-title,
.reg-btn {
    text-align: center;
}

.tt-suggestion:hover {
    color: #ffca20;
    cursor: pointer;
}

.tt-suggestion.tt-cursor {
    background-color: #0097cf;
    color: #fff;
}

body,
html {
    height: 100%
}

.hamburger,
.main-header__nav-caption,
.reg-btn {
    font-family: GothamPro-Bold, sans-serif;
}

sup {
    vertical-align: super;
}

.btn-set>*,
.hamburger,
.header-btns__item,
.main-footer__contact-link>*,
.main-footer__develop>*,
.pagination li,
.product-col__price>*,
.reg-btn_icon>*,
.social-links_item {
    vertical-align: middle;
}

.main-content__block {
    position: relative;
    z-index: 10;
}

.main-content__block:before {
    content: "";
    display: table;
}

.main-content__block:after {
    clear: both;
    content: "";
    display: table;
}

.main-header__nav-caption {
    color: #fff;
    font-size: 18px;
    margin-bottom: 20px;
}

.tab__pane,
select {
    display: none;
}

.tab__pane_active {
    display: block;
}

.hamburger {
    font-size: 16px;
    o-transition: none !important;
    position: relative;
    transition: none !important;
    webkit-transition: none !important;
    z-index: 200;
    margin-left: 16px;
}

.hamburger.is-active {
    font-size: 0;
    o-transition: none !important;
    transition: none !important;
    webkit-transition: none !important;
}

.hamburger.is-active:after,
.hamburger.is-active:before {
    background-color: #000;
    bottom: 0;
    content: " ";
    height: 24px;
    left: 0;
    margin: auto;
    opacity: 1;
    o-transition: opacity .2s ease-out;
    position: absolute;
    right: 0;
    top: 3px;
    transition: opacity .2s ease-out;
    webkit-transition: opacity .2s ease-out;
    width: 2px;
}

.hamburger.is-active:before {
    ms-transform: rotate(45deg);
    transform: rotate(45deg);
    webkit-transform: rotate(45deg);
}

.hamburger.is-active:after {
    ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    webkit-transform: rotate(-45deg);
}

.wrapper {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}

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

.reg-btn,
.reg-btn_icon>* {
    display: inline-block;
}

.center_absolute {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
}

.dropdown-block {
    position: relative;
    z-index: 11;
}

.dropdown-wrap {
    opacity: 0;
    o-transition: all .2s ease-out;
    position: absolute;
    right: 0;
    top: 90%;
    transition: all .2s ease-out;
    webkit-transition: all .2s ease-out;
    z-index: 5;
}

.dropdown-wrap.open {
    opacity: 1;
    o-transition: all .2s ease-in;
    top: 100%;
    transition: all .2s ease-in;
    visibility: visible;
    webkit-transition: all .2s ease-in;
}

a,
button,
input[type=submit],
svg {
    o-transition: all .2s ease-out;
    webkit-transition: all .2s ease-out;
}

svg {
    transition: all .2s ease-out;
}

#icon-facebook {
    fill: #3a589b;
}

#icon-logo .st0 {
    fill: #ffca20;
}

#icon-youtube .st0 {
    fill: #cc181e;
}

#icon-youtube .st1 {
    fill: #fff;
}

.color_wht {
    color: #fff !important;
}

.product-col__add svg,
.product-info__add svg {
    stroke-width: 1.5px;
}

.stroke-width_4 {
    stroke-width: 4px;
}

.stroke-width_2 {
    stroke-width: 2px;
}

.stroke-width_1 {
    stroke-width: 1px;
}

.stroke-width_0 {
    stroke-width: 0;
}

.fill_none {
    fill: none;
}

.fill_grey {
    fill: #999;
}

.fill_lt-grey {
    fill: #e3e3e3;
}

.fill_dk-blue-color {
    fill: #252531;
}

.fill_yellow {
    fill: #ffca20;
}

.fill_purple {
    fill: #573460;
}

.fill_blk {
    fill: #000;
}

.fill_wht {
    fill: #fff;
}

.stroke_lt-grey {
    stroke: #e3e3e3;
}

.stroke_dk-blue-color {
    stroke: #252531;
}

.stroke_yellow {
    stroke: #ffca20;
}

.stroke_purple {
    stroke: #573460;
}

.stroke_wht {
    stroke: #fff;
}

.stroke_blk {
    stroke: #000;
}

.one-col__item {
    width: 100%
}

.two-col__item {
    margin-bottom: 30px;
    margin-right: 30px;
    width: calc(50% - 15px);
}

.two-col__item:nth-of-type(2n) {
    margin-right: 0;
}

.three-col__item {
    margin-bottom: 20px;
    margin-right: 20px;
    width: calc(33.33% - 14px);
}

.three-col__item:nth-of-type(3n) {
    margin-right: 0;
}

.four-col__item {
    margin-bottom: 30px;
    margin-right: 30px;
    width: calc(25% - 22.5px);
}

.four-col__item:nth-of-type(4n) {
    margin-right: 0;
}

.five-col__item {
    margin-bottom: 30px;
    margin-right: 30px;
    width: calc(20% - 24px);
}

.five-col__item:nth-of-type(5n) {
    margin-right: 0;
}

.reverse-two-col__item {
    margin-bottom: 30px;
    margin-left: 30px;
    width: calc(50% - 15px);
}

.reverse-two-col__item:nth-of-type(2n) {
    margin-left: 0;
}

.two-fullcol__item {
    width: 50%
}

.three-fullcol__item {
    width: 33.3%
}

.four-fullcol__item {
    width: 25%
}

.four-fullcol__item img {
    width: 100%
}

.five-fullcol__item {
    width: 20%;
    padding: 0 6px;
}

input {
    border-radius: 0;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}

a:hover,
button:hover,
input[type=submit]:hover {
    o-transition: all .2s ease-in;
    transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
}

a {
    color: #252531;
}

a,
button,
input[type=submit] {
    appearance: none;
    background: 0;
    border: 0;
    border-radius: 0;
    line-height: normal;
    padding: 0;
    text-decoration: none;
    transition: all .2s ease-out;
    webkit-border-radius: 0;
}

.reg-btn {
    background-color: #ffca20;
    border: 2px solid #ffca20;
    border-radius: 0;
    cursor: pointer;
    font-size: 13px;
    o-transition: all .2s ease-out;
    padding: 13px 40px 14px;
    transition: all .2s ease-out;
    webkit-border-radius: 0;
    webkit-transition: all .2s ease-out;
}

.reg-btn:hover {
    background-color: #ffd95f;
    border-color: #ffd95f;
}

.reg-btn_icon {
    min-width: 140px;
    padding: 9px 23px;
}

.reg-btn_icon span {
    height: 11px;
    margin-right: 9px;
}

.reg-btn_empty {
    background-color: transparent;
    border-color: #252531;
    color: #252531;
}

.reg-btn_blk,
.reg-btn_empty:hover {
    background-color: #252531;
    border-color: #252531;
    color: #fff;
}

.reg-btn_blk:hover {
    background-color: #2f2f46;
    border-color: #2f2f46;
}

.main-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 44px;
    line-height: 1;
}

.form-input,
.form-label {
    display: block;
    font-size: 14px;
}

.main-title_left {
    text-align: left;
}

.form-input::-webkit-input-placeholder {
    color: #999;
}

.form-input::-moz-placeholder {
    color: #999;
}

.form-input:-ms-input-placeholder {
    color: #999;
}

.form-input:-moz-placeholder {
    color: #999;
}

.form-input {
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 3px;
    height: 42px;
    margin-bottom: 20px;
    padding: 0 15px;
    position: relative;
    webkit-border-radius: 3px;
    width: 100%;
    z-index: 2;
}

.col-nav__item,
.front-slider_item {
    background-position: center center;
    position: relative;
}

.front-slider_item .slider-background {
    left: 0;
    min-width: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
    height: 100%;
    object-fit: cover;
}

.form-input_nomargin {
    margin-bottom: 0;
}

.form-input.err {
    border-color: #f66;
}

.reg-btn+.form-alert:not(:empty) {
    margin: 11px 0 0;
}

.form-label {
    color: #666;
    margin-bottom: 12px;
}

textarea.form-input {
    height: 104px;
    padding: 15px;
    resize: none;
}

.form-alert:not(:empty) {
    font-size: 13px;
    margin: -9px 0 14px;
}

.form-alert:not(:empty).err {
    color: #f66;
}

.main-logo__block svg {
    stroke-width: 0;
}

.main-header__search {
    margin-top: 6px;
    position: relative;
}

.main-header__search input {
    border: 1px solid #f6f6f6;
    border-radius: 3px 3px 0 0;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
    height: 59px;
    padding: 0 14px 0 56px;
    font-size: 14px;
    -webkit-border-radius: 3px 3px 0 0;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
    width: 400px;
}

.main-header__search button {
    bottom: 0;
    height: 14px;
    margin: auto 0;
    position: absolute;
    left: 20px;
    top: 0;
}

.main-header__top {
    align-items: center;
    justify-content: space-between;
    ms-flex-align: center;
    ms-flex-pack: justify;
    padding: 26px 0 22px;
    webkit-align-items: center;
    webkit-box-align: center;
    webkit-box-pack: justify;
    webkit-justify-content: space-between;
}

.common-home .main-header__bottom {
    border-bottom: 0;
}

.desktop-hidden {
    display: none;
}

.header-top__nav-list {
    justify-content: space-between;
    ms-flex-pack: justify;
    webkit-box-pack: justify;
    webkit-justify-content: space-between;
}

.header-top__nav-list a {
    color: #666;
    font-size: 14px;
}

.header-bottom__nav-list>li:hover>a,
.header-bottom__nav-list>li>ul>li>ul>li a:hover,
.header-top__nav-list a:hover {
    color: #ffca20;
}

.header-top__nav-list li {
    margin-right: 26px;
}

.header-top__nav-list li:last-child {
    margin-right: 0;
}

.header-bottom__nav-list {
    justify-content: space-between;
    ms-flex-pack: justify;
    position: relative;
    webkit-box-pack: justify;
    webkit-justify-content: space-between;
}

.header-bottom__nav-list>li {
    padding: 22px 0;
}

.header-bottom__nav-list>li>a {
    font-family: GothamPro-Bold, sans-serif;
    font-size: 15px;
}

.header-bottom__nav-list>li:hover>ul {
    background-color: #FFCA20;
    opacity: 1;
    o-transition: all .2s ease-in;
    transition: all .2s ease-in;
    visibility: visible;
    webkit-transition: all .2s ease-in;
    z-index: 11;
}

.header-bottom__nav-list>li>ul {
    background-color: #fff;
    left: 0;
    opacity: 0;
    o-transition: all .2s ease-out;
    padding: 18px 0 43px;
    position: absolute;
    top: 100%;
    transition: all .2s ease-out;
    visibility: hidden;
    webkit-transition: all .2s ease-out;
    width: 293px;
}

.header-bottom__nav-list>li>ul>li>a {
    display: block;
    font-family: GothamPro-Medium, sans-serif;
    padding: 8px 20px 8px 30px;
}

.header-bottom__nav-list>li>ul>li>a:hover {
    background-color: #E8B923;
}

.header-bottom__nav-list>li>ul>li:first-child>ul,
.header-bottom__nav-list>li>ul>li:hover>ul {
    opacity: 1;
    o-transition: all .2s ease-in;
    transition: all .2s ease-in;
    visibility: visible;
    webkit-transition: all .2s ease-in;
}

.header-bottom__nav-list>li>ul>li>ul {
    background-color: #fff;
    bottom: 0;
    column-fill: auto;
    columns: 2;
    left: calc(100% - 1px);
    -moz-column-fill: auto;
    -moz-columns: 2;
    opacity: 0;
    -o-transition: all .2s ease-out;
    padding: 21px 290px 20px 20px;
    position: absolute;
    top: 0;
    transition: all .2s ease-out;
    visibility: hidden;
    -webkit-column-fill: auto;
    -webkit-columns: 2;
    -webkit-transition: all .2s ease-out;
    width: 879px;
    z-index: 2;
}

.header-bottom__nav-list>li>ul>li>ul>a {
    font-size: 14px;
}

.header-bottom__nav-list>li>ul>li>ul>li a {
    display: inline-block;
    font-size: 14px;
    padding: 5px 0;
}

.header-bottom__nav-list>li>ul>li>ul>li:last-child {
    position: absolute;
    right: 10px;
    top: 0;
}

.header-bottom__nav-list>li>ul>li::before {
    background-color: #fff;
    bottom: 0;
    content: "";
    display: block;
    height: 100%;
    left: calc(100% + 600px);
    position: absolute;
    right: 0;
    top: 0;
    width: 257px;
}

.header-bottom__nav-list>li>ul>li:hover::before {
    z-index: 2;
}

.header-btns__item {
    display: inline-block;
}

.header-btns__item button:hover,
a.header-btns__item:hover {
    opacity: .7;
}

.header-contact__phone {
    font-family: GothamPro-Medium, sans-serif;
    font-size: 18px;
}

.color-col__title,
.features-item__title,
.header-btns__cart span,
.popular-articles__link span,
.popular-articles__title,
.section-header__title {
    font-family: GothamPro-Bold, sans-serif;
}

.header-contact__time {
    color: #666;
    font-size: 12px;
    margin-top: 5px;
}

.header-btns__search {
    margin-right: 16px;
}

.header-btns__signin {
    margin-right: 16px;
}

.header-btns__signout {
    margin-right: 6px;
}

.header-btns__cart {
    margin-right: 11px;
    position: relative;
}

.header-btns__cart span,
.header-btns__wishlist span {
    background-color: #ffca20;
    border-radius: 50%;
    display: block;
    font-size: 9px;
    height: 14px;
    line-height: 15px;
    position: absolute;
    right: -9px;
    text-align: center;
    top: -6px;
    -webkit-border-radius: 50%;
    width: 14px;
    font-family: inherit;
}

.features-item__icon,
.front-slide__title {
    display: inline-block;
}

.front-slide__inner {
    padding: 15vw 0;
}

@media (min-width:1600px) {
    .front-slide__inner {
        padding: 12vw 0;
    }
}

.front-slide__text,
.front-slide__title {
    background-color: rgba(0, 0, 0, .8);
    color: #fff;
    padding: 5px 20px;
}

.front-slider_item {
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    min-height: 165px;
}

.front-slide__text {
    font-size: 15px;
    line-height: 1.6;
    margin: 15px 0 33px;
    max-width: 550px;
}

.features-item__text span {
    font-weight: 600;
    color: #133568;
    text-decoration: underline;
}

.features-item__text {
    font-size: 13px;
    line-height: 19px;
}

.features-item__title {
    margin-bottom: 8px;
    text-transform: none;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
}

.features__block {
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    padding: 24px 0 42px;
    margin: 0 -6px;
}

.features-item__icon+.features-item__text {
    margin-top: 12px;
}

.features__item {
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
    background-color: #FAFAFA;
    min-height: 182px;
    border-radius: 10px;
}

.col-nav__item {
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 130px;
    position: relative;
    -webkit-background-size: cover;
}

.col-nav__item .five-fullcol__image {
    height: auto;
    width: auto;
    max-height: 70px;
    height: 100%;
    margin: 0 auto 10px auto;
}

.col-nav__item:hover {
    box-shadow: 0 1px 30px rgba(0, 0, 0, .15);
}

.col-nav__count {
    color: #fff;
    font-size: 14px;
    margin-bottom: 5px;
}

.col-nav__title {
    color: #000;
    font-size: 14px;
    text-align: center;
}

.section-header__block {
    padding: 140px 0 70px;
}

.section-header__block_pt0 {
    padding-top: 0;
}

.section-header__block_thinner {
    padding-top: 75px;
}

.section-header__block_thin {
    padding-top: 111px;
}

.section-header__title {
    font-size: 36px;
}

.product-col__item:hover .product-col__thumbs {
    height: 140px;
    o-transition: height .3s ease-in .1s;
    transition: height .3s ease-in .1s;
    webkit-transition: height .3s ease-in .1s;
}

.product-col__inner {
    -o-transition: all .25s ease-out;
    padding: 40px 20px 20px;
    transition: all .25s ease-out;
    -webkit-transition: all .25s ease-out;
    border-radius: 10px;
    position: relative;
}

.product-col__item .to-wishlist {
    position: absolute;
    z-index: 1;
    left: 22px;
    top: 22px;
    width: 24px;
    height: 24px;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
    -webkit-transition: all .25s ease-out;
}

.product-col__item:hover .product-col__add,
.product-col__item:hover .product-col__btn,
.product-col__item:hover .product-col__size {
    opacity: 1;
    o-transition: opacity .3s ease-in .4s, background-color .2s ease-in, color .2s ease-in;
    transition: opacity .3s ease-in .4s, background-color .2s ease-in, color .2s ease-in;
    visibility: visible;
    webkit-transition: opacity .3s ease-in .4s, background-color .2s ease-in, color .2s ease-in;
}

.product-col__item:hover .product-col__add:hover,
.product-col__item:hover .product-col__btn:hover,
.product-col__item:hover .product-col__size:hover {
    o-transition: all .2s ease-in;
    transition: all .2s ease-in;
    webkit-transition: all .2s ease-in;
}

.product-col__item:hover .product-col__add {
    o-transition: opacity .3s ease-in .25s, background-color .2s ease-in, color .2s ease-in;
    transition: opacity .3s ease-in .25s, background-color .2s ease-in, color .2s ease-in;
    webkit-transition: opacity .3s ease-in .25s, background-color .2s ease-in, color .2s ease-in;
}

.product-cat__body .product-col__item:hover .product-col__price strong {
    font-size: 16px;
}

.product-col__item:hover .product-col__inner {
    box-shadow: 0 0 30px rgba(0, 0, 0, .15);
}

.popular-articles__body,
.product-col__add,
.video-col__img {
    position: relative;
}

.product-col__thumbs {
    height: 0;
    overflow: hidden;
    padding-top: 40px;
}

.product-col__thumbs:before {
    content: "";
    display: table;
}

.product-col__thumbs:after {
    clear: both;
    content: "";
    display: table;
}

.product-col__thumb {
    float: left;
    margin-right: 20px;
    width: calc(33.3% - 14px);
}

.product-col__thumb:last-child {
    margin-right: 0;
}

.product-col__thumb:not(.active) {
    opacity: .2;
}

.product-col__thumb:not(.active):hover {
    opacity: 1;
}

.product-col__add,
.product-col__btn,
.product-col__size {
    opacity: 0;
    o-transition: none;
    transition: none;
    visibility: hidden;
    webkit-transition: none;
}

.popular-articles__img,
.popular-articles__inner {
    o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    webkit-transition: all .2s ease-out;
}

.product-col__img {
    display: block;
}

.product-col__img img {
    margin: 0 auto;
    padding-bottom: 30px;
}
@media (min-width:992px) {
    .product-col__img img {
        width: 100%;
    }
}

.product-col__title {
    color: #252531;
    display: block;
}

.product-col__cat {
    color: #5f5f6c;
    margin: 8px 0 15px;
}

.product-col__price_sale strong {
    box-shadow: inset 0 -10px 0 0 #fcc;
    webkit-box-shadow: inset 0 -10px 0 0 #fcc;
}

.product-col__add {
    background-color: #fff4cc;
    border-radius: 50%;
    height: 40px;
    margin-left: 9px;
    webkit-border-radius: 50%;
    width: 40px;
}

.product-col__add:hover {
    background-color: #ffca20;
}

.product-col__price {
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    white-space: nowrap;
}

.product-col__price>* {
    display: inline-block;
}

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

.video-col__item {
    display: block;
}

.main-footer__develop>*,
.popular-articles__link {
    display: inline-block;
}

.video-col__item:hover svg {
    fill: #ffca20;
}

.video-col__title {
    font-size: 20px;
    margin-top: 18px;
}

.popular-articles__row:nth-of-type(even) {
    flex-direction: row-reverse;
    ms-flex-direction: row-reverse;
    webkit-box-direction: reverse;
    webkit-box-orient: horizontal;
    webkit-flex-direction: row-reverse;
}

.popular-articles__row:nth-of-type(even) .popular-articles__inner {
    left: 0;
    right: -60px;
}

.popular-articles__inner {
    background-color: #fff;
    bottom: 30px;
    left: -60px;
    padding: 46px 30px;
    position: absolute;
    right: 0;
    top: 30px;
}

.popular-articles__title {
    font-size: 20px;
}

.popular-articles__date {
    margin: 13px 0;
}

.popular-articles__text {
    margin-bottom: 10px;
}

.popular-articles__link span {
    color: #ffca20;
    font-size: 13px;
    margin-right: 3px;
    o-transition: all .2s ease-out;
    text-transform: uppercase;
    transition: all .2s ease-out;
    webkit-transition: all .2s ease-out;
}

.popular-articles__link:hover span {
    color: #252531;
    o-transition: all .2s ease-in;
    transition: all .2s ease-in;
    webkit-transition: all .2s ease-in;
}

.popular-articles__link:hover svg {
    fill: #252531;
}

.popular-articles__link>* {
    display: inline-block;
    vertical-align: middle;
}

.popular-articles__row:hover .popular-articles__img {
    opacity: .65;
    o-transition: all .2s ease-in;
    transition: all .2s ease-in;
    webkit-transition: all .2s ease-in;
}

.main-footer__develop-link:hover,
.social-links_item:hover {
    opacity: .7;
}

.popular-articles__row:hover .popular-articles__inner {
    box-shadow: 0 0 30px rgba(0, 0, 0, .15);
    o-transition: all .2s ease-in;
    transition: all .2s ease-in;
    webkit-box-shadow: 0 0 30px rgba(0, 0, 0, .15);
    webkit-transition: all .2s ease-in;
}

.popular-articles__wrap {
    margin-bottom: 60px;
}

.five-col__item .color-col__item {
    min-height: 247px;
    overflow: hidden;
    padding: 20px 27% 25px 30px;
}

.five-col__item .color-col__item .color-col__img {
    right: -40px;
}

.five-col__item .color-col__item .color-col__title {
    font-size: 20px;
}

.four-col__item .color-col__item {
    min-height: 263px;
    padding: 20px 29% 25px 30px;
}

.four-col__item .color-col__item .color-col__title {
    font-size: 24px;
}

.three-col__item .color-col__item {
    min-height: 280px;
}

.color-col__item {
    align-items: center;
    height: 100%;
    ms-flex-align: center;
    padding: 20px 35% 25px 40px;
    position: relative;
    webkit-align-items: center;
    webkit-box-align: center;
}

.color-col__item_purple {
    background-color: #ede7f6;
}

.color-col__item_green {
    background-color: #e0f2f1;
}

.color-col__item_pink {
    background-color: #fce4ec;
}

.color-col__item_blue {
    background-color: #e1f5fe;
}

.color-col__img {
    align-items: center;
    bottom: 20px;
    max-width: 45%;
    ms-flex-align: center;
    position: absolute;
    right: 0;
    top: 20px;
    webkit-align-items: center;
    webkit-box-align: center;
}

.about-assortment__body,
.shipping1__col-text {
    ms-flex-item-align: center;
    webkit-align-self: center;
}

.color-col__title {
    font-size: 28px;
    line-height: 1.28571;
    margin-bottom: 28px;
    position: relative;
}

.main-footer__develop span,
.seo-text__text p {
    font-family: GothamPro-Light, sans-serif;
}

.seo-text__block {
    margin: 55px 0 93px;
}

.seo-text__title {
    font-size: 36px;
    margin-bottom: 29px;
}

.seo-text__text p {
    font-size: 14px;
    line-height: 1.71429;
    margin-bottom: 24px;
}

.seo-text__text p:last-child {
    margin-bottom: 0;
}

.main-footer__top {
    background-color: #f6f6f6;
    padding: 50px 0 48px;
}

.main-footer__bottom {
    padding: 21px 0 25px;
}

.main-footer__copy {
    color: #999;
    font-size: 13px;
    margin-top: 4px;
}

.main-footer__develop {
    color: #999;
    font-size: 13px;
    margin-left: auto;
}

.main-footer__develop span {
    color: #999;
    font-size: 13px;
}

.main-footer__top-right {
    margin-left: auto;
    text-align: right;
}

.main-footer__nav ul:before {
    content: "";
    display: table;
}

.main-footer__nav ul:after {
    clear: both;
    content: "";
    display: table;
}

.btn-set>*,
.main-footer__contact-link>*,
.modal-title-link,
.social-links_item {
    display: inline-block;
}

.main-footer__nav li {
    float: left;
    margin-right: 39px;
}

.main-footer__nav li:last-child {
    margin-right: 0;
}

.main-footer__nav a {
    font-size: 15px;
}

.main-footer__nav a:hover {
    color: #ffca20;
}

.social-links_block {
    margin-top: 25px;
    margin-bottom: 10px;
    display: flex;
}

.social-links_item {
    margin-right: 5px;
}

.social-links_item:last-child {
    margin-right: 0;
}

.main-footer__contact {
    margin-top: 14px;
}

.main-footer__contact-link svg {
    width: 21px;
}

.modal-title,
.modal-title-link,
.success-modal__text {
    font-family: GothamPro-Bold, sans-serif;
}

.front-video-wrap {
    margin-bottom: 19px;
}

.modal-title {
    font-size: 20px;
    line-height: 1;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    margin-bottom: 22px;
    display: block;
}

.modal-title-link {
    color: #ccc;
    font-size: 16px;
    margin-left: 10px;
}

.modal-title-link:hover {
    color: #ffca20;
}

.modal-header {
    border-bottom: 1px solid #f0f0f0;
    max-width: 420px;
    padding: 0 30px 26px 0;
}

.modal-body {
    margin: 39px 0 30px;
    max-width: 420px;
}

.form-footer {
    margin-top: 40px;
}

.form-footer .reg-btn {
    padding: 14px 48px 15px;
}

.modal-text {
    font-size: 14px;
    line-height: 1.57143;
    margin: -5px 0 21px;
}

.dashed-link {
    display: inline-block !important;
    font-size: 13px;
    padding: 0 !important;
}

.dashed-link span {
    border-bottom: 1px dashed #252531;
    o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    webkit-transition: all .2s ease-out;
}

.dashed-link:hover span,
.warranty-col__item:hover {
    o-transition: all .2s ease-in;
    webkit-transition: all .2s ease-in;
}

.dashed-link:hover span {
    border-color: transparent;
    transition: all .2s ease-in;
}

.warranty-col__item,
.warranty-col__num,
.warranty-col__title {
    o-transition: all .2s ease-out;
    webkit-transition: all .2s ease-out;
}

.success-modal__inner {
    max-width: 480px;
}

.success-modal__icon {
    margin: 57px 0 21px;
}

.success-modal__text {
    font-size: 18px;
    line-height: 1.44444;
    margin-bottom: 35px;
}

.main-title_top {
    font-size: 28px;
    line-height: 26px;
    font-weight: 700;
}

.breadcrumbs+.main-title_top {
    margin-top: 41px;
    margin-bottom: 41px;
}

.breadcrumbs {
    margin-top: 6px;
}

.breadcrumbs:before {
    content: "";
    display: table;
}

.breadcrumbs:after {
    clear: both;
    content: "";
    display: table;
}

.breadcrumbs li {
    float: left;
    font-size: 14px;
    list-style: none;
    margin-bottom: 5px;
    margin-left: 0;
    padding-bottom: 0;
    padding-top: 0;
}

.breadcrumbs li:last-child a {
    color: #000;
}

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

.breadcrumbs li:after {
    color: #ccc;
    content: "/";
    display: inline-block;
    margin: 0 7px;
}

.breadcrumbs li a {
    color: #ccc;
}

.breadcrumbs li a:hover {
    color: #ffca20;
}

.blog-cat__item {
    margin-bottom: 28px;
}

.blog-cat__img {
    margin-bottom: 14px;
    position: relative;
}

.blog-cat__date {
    color: #999;
    font-size: 12px;
}

.blog-cat__title {
    font-size: 18px;
    line-height: 1.5;
}

.blog-cat__text {
    font-size: 14px;
    line-height: 1.57143;
}

.blog-cat__text_offset {
    margin: 6px 0 14px;
}

.blog-cat__img-badge {
    background-color: rgba(37, 37, 49, .9);
    font-size: 10px;
    padding: 10px 19px;
    position: absolute;
    right: 0;
    top: 10px;
}

.pagination li.pagination__arrow {
    position: relative;
}

.pagination li.pagination__arrow_prev svg {
    left: -1px;
}

.pagination li.pagination__arrow_next svg {
    right: -1px;
}

.pagination {
    margin: 10px 0 92px;
    text-align: center;
}

.pagination li {
    display: inline-block;
    margin: 0 4px;
}

.pagination li a:hover,
.pagination li.active a {
    background-color: #ffca20;
}

.contactinfo-item__text strong,
.contactinfo-item__title {
    font-family: GothamPro-Medium, sans-serif;
}

.pagination li a:hover svg {
    fill: #fff;
}

.contactinfo__block {
    padding: 0 0 55px;
}

.contactinfo-item__icon {
    display: inline-block;
    height: 45px;
    position: relative;
    width: 45px;
}

.contactinfo-item__title {
    font-size: 17px;
    line-height: 1.42857;
    margin: 4px 0 9px;
}

.contactinfo__item {
    padding: 0 10px;
}

.additional-slider .product-col__inner,
.additional-slider .product-col__thumbs {
    padding-top: 40px;
}

.contactinfo-item__text {
    font-size: 15px;
    line-height: 1.42857;
}

.contactinfo-item__text_lh27 {
    line-height: 1.8;
}

.contactinfo-item__text a {
    color: #252531;
    text-decoration: none;
}

.contactinfo__map {
    height: 560px;
}

.main-title_top+.blog-single__date {
    display: block;
    margin: -55px 0 43px;
}

.additional-slider .product-col__item:hover .product-col__thumbs {
    height: 140px;
}

.additional-slider .slick-list {
    padding: 20px 20px 120px;
}

.med__wrap {
    margin: 0 auto;
    max-width: 924px;
}

.thin__wrap {
    margin: 0 auto;
    max-width: 870px;
}

.blog-single__big-img {
    margin-bottom: 63px;
    position: relative;
}

.blog-single__big-img iframe {
    height: 658px;
    width: 100%
}

.text-content li,
.text-content p {
    line-height: 1.625;
}

.text-content p.like-h2 {
    line-height: 24px;
}

.text-content li {
    margin-bottom: 15px;
    padding-left: 20px;
    position: relative;
}

.text-content li:before {
    display: block;
    left: 0;
    position: absolute;
}

.comments__title span,
.social-share__block * {
    display: inline-block;
    vertical-align: middle;
}

.text-content p+ol,
.text-content p+ul {
    margin: -10px 0 27px;
}

.text-content ul li:before {
    border: 1px solid #ffca20;
    border-radius: 50%;
    content: "";
    height: 9px;
    top: 8px;
    webkit-border-radius: 50%;
    width: 9px;
}

.text-content ol {
    counter-reset: item;
}

.text-content ol li:before {
    color: #ffca20;
    content: counter(item) ".";
    counter-increment: item;
    font-family: GothamPro-Bold, sans-serif;
    top: 0;
}

.comments-item__title,
.social-share__btn span,
.text-content p strong {
    font-family: GothamPro-Medium, sans-serif;
}

.text-content p {
    margin-bottom: 26px;
}

.text-content p.like-h2 {
    margin-bottom: 0;
}

.text-content p img {
    margin: 42px 0;
}

.fb-xfbml-parse-ignore {
    background-color: red !important;
}

.social-share__block {
    margin-top: 33px;
}

.social-share__btn {
    border-radius: 50px;
    cursor: pointer;
    margin-right: 10px;
    padding: 6px 23px 10px 26px;
    position: relative;
    webkit-border-radius: 50px;
}

.social-share__btn:hover {
    background-color: #4362a7;
}

.social-share__btn_fb {
    background-color: #3a589b;
}

.social-share__btn_fb .fb-share-button,
.social-share__btn_fb .fb-share-button iframe,
.social-share__btn_fb .fb-share-button span {
    bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.social-share__btn_fb .fb-share-button iframe,
.social-share__btn_fb .fb-share-button span {
    height: 100% !important;
    margin: 0 !important;
    padding: 3px 9px;
    width: 100% !important;
}

.social-share__btn span {
    color: #fff;
    font-size: 10px;
    margin-left: 10px;
}

.comments__block {
    background-color: #fafafa;
    padding: 90px 0 110px;
}

.comments__title {
    margin-bottom: 50px;
}

.comments__title span {
    background-color: #ffca20;
    border-radius: 50px;
    font-size: 14px;
    height: 26px;
    line-height: 26px;
    webkit-border-radius: 50px;
    width: 38px;
}

.comments__body {
    margin-bottom: 85px;
}

.comments__body_mb40 {
    margin-bottom: 40px;
}

.comments__item {
    margin-bottom: 29px;
}

.comments__item_border {
    border-bottom: 1px solid #ececec;
    margin-bottom: 35px;
}

.comments__item_border:last-child {
    border-bottom: 0;
    margin-bottom: 0;
}

.comments-item__header {
    margin-bottom: 10px;
}

.comments-item__header:before {
    content: "";
    display: table;
}

.comments-item__header:after {
    clear: both;
    content: "";
    display: table;
}

.comments-item__header>* {
    display: inline-block;
    vertical-align: middle;
}

.comments-item__title {
    font-size: 15px;
    margin-right: 5px;
}

.comments-item__body p,
.features-modal-text p {
    font-size: 14px;
    line-height: 1.71429;
    margin-bottom: 15px;
}

.form-button-wrap {
    margin-top: 20px;
}

.rec-access__form {
    margin: 30px auto 140px;
    max-width: 420px;
}

.rec-access__form .form-button-wrap {
    margin-top: 40px;
}

.rec-access__text {
    line-height: 1.6;
}

.tab__header {
    border-bottom: 1px solid #f0f0f0;
    margin: 0 auto 50px;
    max-width: 630px;
    position: relative;
}

.tab__header_payment {
    margin-bottom: 61px;
    max-width: 570px;
}

.tab__item {
    border-bottom: 3px solid transparent;
    color: #999;
    display: inline-block;
    font-family: GothamPro-Bold, sans-serif;
    font-size: 15px;
    margin: 0 22px -1px;
    padding-bottom: 10px;
    vertical-align: middle;
}

.tab__item:hover,
.tab__item_active {
    color: #252531;
}

.tab__item_active {
    border-color: #ffca20;
}

.payment1__block {
    margin: 0 auto 121px;
}

.aux__title {
    margin-bottom: 27px;
}

.aux__subtitle {
    font-size: 24px;
    line-height: 1.41667;
    margin: 20px 0 49px;
}

.payment1__img {
    margin-bottom: 42px;
}

.payment1__img img {
    margin: 0 auto;
}

.yellow-border__block {
    border: 2px solid #ffca20;
    border-radius: 5px;
    margin: 0 27px;
    padding: 36px 15px 31px;
    webkit-border-radius: 5px;
}

.yellow-border__title {
    font-family: GothamPro-Medium, sans-serif;
    font-size: 17px;
    margin-bottom: 13px;
}

.product-info__price,
.product-other__title,
.warranty-col__num,
.warranty-col__title {
    font-family: GothamPro-Bold, sans-serif;
}

.aux__text p,
.yellow-border__text {
    font-size: 15px;
    line-height: 1.8;
}

.payment2__block {
    background-color: #fafafa;
    padding: 110px 0 60px;
}

.payment2__bloc {
    margin: 0 auto 10px;
}

.aux__text li {
    margin-bottom: 0;
}

.aux__text p {
    margin-top: 26px;
}

.shipping1__col-img img {
    margin: 0 auto;
}

.shipping1__col-text {
    align-self: center;
    padding-bottom: 19px;
}

.shipping1__col-text .aux__subtitle {
    margin-bottom: 0;
}

.shipping1__block {
    margin: 70px 0 80px;
}

.shipping2__block {
    margin-bottom: 30px;
}

.shipping2__block .features-item__title {
    margin-top: 14px;
}

.shipping2__block .features__block {
    padding-top: 23px;
}

.shipping3__block {
    background-color: #fafafa;
    padding: 92px 0 65px;
}

.warranty1_block {
    margin: 63px 0 -27px;
}

.warranty-col__item {
    background-color: #fafafa;
    min-height: 100%;
    padding: 24px 20px 34px;
    transition: all .2s ease-out;
}

.warranty-col__item:hover {
    box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
    ms-transform: translateY(-20px);
    transform: translateY(-20px);
    transition: all .2s ease-in;
    webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
    webkit-transform: translateY(-20px);
}

.warranty-col__item:hover .warranty-col__num,
.warranty-col__item:hover .warranty-col__title {
    color: #ffca20;
    o-transition: all .2s ease-in;
    transition: all .2s ease-in;
    webkit-transition: all .2s ease-in;
}

.warranty-col__num,
.warranty-col__title {
    color: #573460;
    transition: all .2s ease-out;
}

.product-info__slide-thumb,
.product-material__img:after,
.product-material__title {
    o-transition: all .2s ease-out;
    webkit-transition: all .2s ease-out;
}

.warranty-col__num {
    font-size: 70px;
}

.warranty-col__title {
    font-size: 14px;
}

.warranty-col__text {
    font-size: 14px;
    line-height: 1.57143;
    margin-top: 14px;
}

.product-info__slide-thumb {
    cursor: pointer;
    transition: all .2s ease-out;
}

.product-info__slide-big img,
.product-info__slide-thumb img {
    margin: 0 auto;
}

.product-info__slide-thumb:not(.slick-current) {
    opacity: .9;
    o-transition: all .2s ease-in;
    transition: all .2s ease-in;
    webkit-transition: all .2s ease-in;
}

.comments-item__rating[data-stars] .star-rating {
    display: inline-block;
    fill: #FFB800;
    margin-right: 6px;
    vertical-align: middle;
}

.comments-item__rating[data-stars="1"] .star-rating:nth-child(1)~.star-rating path,
.comments-item__rating[data-stars="2"] .star-rating:nth-child(2)~.star-rating path,
.comments-item__rating[data-stars="3"] .star-rating:nth-child(3)~.star-rating path,
.comments-item__rating[data-stars="4"] .star-rating:nth-child(4)~.star-rating path,
.comments-item__rating[data-stars="5"] .star-rating:nth-child(5)~.star-rating path {
    fill: #666;
}

.comments-form__rating {
    cursor: pointer;
    margin-left: 20px;
}

.comments-form__rating:hover .star-rating {
    fill: #ffd055 !important;
}

.comments-form__rating .star-rating {
    display: inline-block;
    fill: #666;
    vertical-align: middle;
}

.comments-form__rating .star-rating:hover~.star-rating {
    fill: #666 !important;
}

.product-info__r {
    margin-right: 30px;
    width: calc(64% - 30px);
}

.product-info__l {
    width: 36%
}

.product-info__price {
    display: inline-block;
    font-size: 24px;
    line-height: 24px;
    font-weight: 700;
    color: #EB3C3C;
}

.product-info__btn-set>* {
    padding-left: 16px;
    padding-right: 16px;
    margin-right: 16px;
}

.product-info__btn-set>*:last-child {
    margin-left: 0;
}

.product-chars__block {
    background-color: #fafafa;
    margin-top: 30px;
    padding: 30px;
    text-align: left;
}

.product-chars__block-row {
    margin-bottom: 9px;
}

.product-chars__block-row:before {
    content: "";
    display: table;
}

.product-chars__block-row:after {
    clear: both;
    content: "";
    display: table;
}

.product-chars__col {
    float: left;
    font-size: 15px;
    line-height: 1.5;
    padding-right: 10px;
}

.product-chars__col:nth-of-type(1) {
    color: #666;
    width: 58%
}

.product-chars__col:nth-of-type(2) {
    width: 52%
}

.product-info__slider-nav {
    margin-top: 75px;
    padding: 0 15px;
}

.product-info__slider .slick-arrow {
    top: 0;
}

.product-info__slider .slick-arrow.slick-next {
    right: -3px;
}

.product-info__slider .slick-arrow.slick-prev {
    left: -3px;
}

.product-info__slider .slick-arrow svg {
    fill: #999;
}

.product-mech__img {
    margin-right: 30px;
    position: relative;
    width: calc(38% - 30px);
}

.product-mech__img svg {
    cursor: pointer;
    opacity: .9;
}

.product-mech__img.active svg {
    opacity: 0;
}

.product-mech__body {
    width: 62%
}

.product-mech__block {
    border: 3px solid #fafafa;
    margin-bottom: 40px;
    padding: 43px 25px 37px;
}

.product-other__title {
    font-size: 16px;
    margin-bottom: 12px;
}

.product-other__text {
    color: #5f5f6c;
    font-size: 14px;
    line-height: 1.45;
}

.product-other__col-img {
    margin-bottom: 16px;
}

.product-other__col-img img {
    margin: 0 auto;
}

.product-cheaper__wrap .three-col__item:nth-of-type(2) .product-cheaper__item:after {
    content: "="
}

.product-cheaper__item {
    padding: 70px 20px 0;
    position: relative;
}

.product-cheaper__item:after {
    content: "+";
    font-size: 50px;
    left: 100%;
    position: absolute;
    top: 31%
}

.product-cheaper__item .product-col__cat {
    margin-bottom: 25px;
}

.cheaper-item__img {
    margin-bottom: 72px;
    min-height: 122px;
}

.cheaper-item__img img {
    margin: auto;
}

.product-cheaper__price-col {
    padding-top: 6.1%;
    position: relative;
}

.product-cheaper__badge {
    background-color: #fc4545;
    border-radius: 50%;
    box-shadow: 5px 5px 9px rgba(87, 52, 96, .2);
    color: #fff;
    font-size: 26px;
    height: 88px;
    padding-top: 25px;
    position: absolute;
    right: 18px;
    text-align: center;
    top: -19px;
    webkit-border-radius: 50%;
    webkit-box-shadow: 5px 5px 9px rgba(87, 52, 96, .2);
    width: 88px;
}

.product-cheaper__badge small {
    display: block;
    font-size: 11px;
    margin-bottom: 3px;
}

.product-cheaper__sum {
    margin: 11px 0 22px;
}

.product-cheaper__sum strong {
    font-size: 34px;
}

.product-material__block {
    background-color: #fafafa;
    margin-top: 110px;
    padding-bottom: 120px;
}

.price__line-through {
    color: #5f5f6c;
    font-size: 19px;
    margin-bottom: 4px;
    text-decoration: line-through;
}

.price__line-through_small {
    font-size: 14px;
}

.product-material__img {
    border-radius: 50%;
    margin: 0 auto;
    max-height: 210px;
    max-width: 210px;
    overflow: hidden;
    position: relative;
    webkit-border-radius: 50%
}

.product-material__img:after {
    background-color: rgba(255, 255, 255, .25);
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s ease-out;
}

.product-material__item {
    display: block;
    margin-bottom: 27px;
}

.product-material__item:hover .product-material__img:after {
    opacity: 1;
    o-transition: all .2s ease-in;
    transition: all .2s ease-in;
    webkit-transition: all .2s ease-in;
}

.product-material__item:hover .product-material__title {
    color: #ffca20;
    o-transition: all .2s ease-in;
    transition: all .2s ease-in;
    webkit-transition: all .2s ease-in;
}

.product-material__title {
    font-family: GothamPro-Medium, sans-serif;
    font-size: 15px;
    margin-top: 18px;
    text-align: center;
    transition: all .2s ease-out;
}

.material-modal__thumb-img,
.upld-photo-link {
    o-transition: all .2s ease-out;
    webkit-transition: all .2s ease-out;
}

.about-assortment__title,
.material-modal__feats li strong,
.material-modal__list li strong,
.material-modal__more-link,
.material-modal__title {
    font-family: GothamPro-Bold, sans-serif;
}

.cart-row__qty-input,
.cart-row__title,
.smart-tooltip__btn-mark {
    font-family: GothamPro-Medium, sans-serif;
}

.additional_block_higher {
    margin-top: 111px;
}

.additional_block+.additional_block_higher {
    margin-top: -70px;
}

.comments-item__images {
    margin: 23px 0 11px;
}

.comments-item__image {
    margin-bottom: 30px;
    margin-right: 30px;
    width: calc(16.6% - 25px);
}

.comments-item__image:hover {
    opacity: .7;
}

.comments-item__image:nth-of-type(6n) {
    margin-right: 0;
}

.upld-photo-wrap1 {
    position: relative;
    padding: 16px;
    border: 1px solid #E0E0E0;
    border-radius: 5px;
    margin-left: auto;
    flex: 1;
    margin-left: 8px;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.upld-photo-wrap2 {
    display: block;
    width: 100%;
    text-align: left;
}

.upld-photo-wrap1>* {
    display: inline-block;
    vertical-align: middle;
}

.upld-photo-link {
    font-size: 14px;
    line-height: 1;
    color: #666;
    transition: all .2s ease-out;
}

.upld-photo-input:hover+svg+.upld-photo-link {
    border-color: transparent;
    o-transition: all .2s ease-in;
    transition: all .2s ease-in;
    webkit-transition: all .2s ease-in;
}

.upld-photo-input {
    bottom: 0;
    height: 100%;
    left: 0;
    margin: auto;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    cursor: pointer;
}

.about-assortment__img,
.about-bottom__wrap .two-col__item,
.upld-photo-item {
    position: relative;
}

.upld-photo-item {
    display: inline-block;
    margin-top: 20px;
    padding: 11px 11px 0 0;
    width: 25%
}

.upld-photo-item:last-child {
    margin-right: 0;
}

.upld-photo-item img {
    height: 84px;
    object-fit: cover;
    o-object-fit: cover;
    width: 100%
}

.arcticmodal-close_comment {
    height: 10px;
    right: 0 !important;
    top: 0 !important;
    width: 10px;
}

.arcticmodal-close_comment:after,
.arcticmodal-close_comment:before {
    height: 13px;
    width: 1px;
}

.product-other__block {
    margin-top: 13px;
}

.about-assortment__title {
    font-size: 20px;
    line-height: 1.4;
}

.about-assortment__images {
    justify-content: space-around;
    margin-top: 40px;
    ms-flex-pack: distribute;
    webkit-justify-content: space-around;
}

.about-assortment__image {
    margin-bottom: 25px;
    min-width: 33.3%
}

.about-assortment__image img,
.about-top__img img {
    margin: 0 auto;
}

.about-assortment__body {
    align-self: center;
}

.about-bottom__wrap .two-col__item .about-assortment__img:before {
    background-color: #ffca20;
    bottom: 0;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    z-index: -1;
}

.about-features__block,
.showroom__block {
    background-color: #fafafa;
}

.about-bottom__wrap .two-col__item:nth-of-type(4n) .about-assortment__img {
    padding: 20px 20px 20px 0;
}

.about-bottom__wrap .two-col__item:nth-of-type(4n) .about-assortment__img:before {
    left: 11.3%;
    right: 0;
}

.about-bottom__wrap .two-col__item:nth-of-type(4n+1) .about-assortment__img {
    padding: 20px 0 20px 20px;
}

.about-bottom__wrap .two-col__item:nth-of-type(4n+1) .about-assortment__img:before {
    left: 0;
    right: 11.3%
}

.about-features__block {
    margin-top: 113px;
    padding: 111px 0 125px;
}

.about-features__wrap {
    margin-top: 60px;
}

.showroom__map {
    height: 560px;
    width: 100%
}

.showroom__slider .slick-dots {
    bottom: 20px;
}

.showroom__slide {
    height: 100%
}

.showroom__slide img {
    height: 100%;
    object-fit: cover;
    o-object-fit: cover;
}

.showroom__inner {
    align-self: center;
    margin: 0 auto;
    max-width: 800px;
    ms-flex-item-align: center;
    padding: 0 15px;
    text-align: center;
    webkit-align-self: center;
    width: 100%
}

.showroom__inner .contactinfo-item__icon {
    margin-bottom: 10px;
}

.showroom__inner .contactinfo__item {
    display: inline-block;
    margin: 23px 0 33px;
    vertical-align: top;
    width: 49%
}

.showroom__inner .contactinfo__item:nth-of-type(3) {
    width: 100%
}

.showroom__inner .aux__text {
    margin-bottom: 15px;
}

.showroom__inner .aux__subtitle {
    margin: 0;
}

.qty-btn:after,
.qty-btn_pl:before {
    background-color: #252531;
    content: ""
}

.material-modal__main-img {
    margin-bottom: 20px;
}

.material-modal__thumb-item {
    margin-bottom: 15px;
    margin-right: 20px;
    width: calc(25% - 15px);
}

.material-modal__thumb-item:nth-of-type(4n) {
    margin-right: 0;
}

.material-modal__thumb-item.active svg {
    opacity: 1;
    o-transition: all .2s ease-in;
    transition: all .2s ease-in;
    webkit-transition: all .2s ease-in;
}

.material-modal__thumb-item:hover .material-modal__thumb-img {
    opacity: .75;
    o-transition: all .2s ease-in;
    transition: all .2s ease-in;
    webkit-transition: all .2s ease-in;
}

.material-modal__thumb-item.active .material-modal__thumb-title,
.material-modal__thumb-item:hover .material-modal__thumb-title {
    color: #ffca20;
    o-transition: all .2s ease-in;
    transition: all .2s ease-in;
    webkit-transition: all .2s ease-in;
}

.material-modal__thumb-img {
    position: relative;
    transition: all .2s ease-out;
}

.material-modal__thumb-img svg {
    opacity: 0;
}

.material-modal__thumb-title {
    font-size: 13px;
    margin-top: 5px;
    o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    webkit-transition: all .2s ease-out;
}

.material-modal__more-link {
    border-bottom: 1px dashed #ffca20;
    color: #ffca20;
    font-size: 13px;
}

.material-modal__more-link:hover {
    border-color: transparent;
}

.material-modal__list li {
    color: #666;
    font-size: 14px;
    margin-bottom: 10px;
}

.material-modal__list li strong {
    color: #252531;
}

.material-modal__title {
    font-size: 15px;
    margin-top: 30px;
}

.material-modal__text {
    font-size: 14px;
    line-height: 1.57143;
    margin-top: 10px;
}

.material-modal__feats {
    max-width: 270px;
}

.material-modal__feats li {
    color: #666;
    font-size: 13px;
    margin-top: 25px;
    padding-left: 32px;
    position: relative;
}

.material-modal__feats li>* {
    display: inline-block;
    vertical-align: middle;
}

.cart-row__qty:after,
.qty-btn:after,
.qty-btn_pl:before {
    display: block;
    position: absolute;
}

.material-modal__feats li svg {
    left: 0;
    position: absolute;
    top: -1px;
}

.material-modal__feats li strong {
    color: #252531;
}

.material-modal__block {
    margin-top: 30px;
}

.cart-modal__block {
    margin: 11px 0 24px;
}

.cart-modal__row {
    border-bottom: 1px solid #f0f0f0;
    padding: 25px 0 30px;
    position: relative;
}

.cart-row__img {
    padding: 0 5px;
    width: calc(30% - 6px);
}

.cart-row__img img {
    margin: 0 auto;
}

.cart-row__body {
    padding-right: 5px;
    width: calc(70% - 6px);
}

.cart-row__close {
    position: relative;
    width: 12px;
}

.arcticmodal-close_cart {
    height: 10px;
    right: 0 !important;
    top: 3px !important;
    width: 10px;
}

.arcticmodal-close_cart:after,
.arcticmodal-close_cart:before {
    height: 15px;
    width: 1px;
}

.cart-row__cat {
    font-size: 14px;
}

.cart-row__price {
    margin: 0 0 7px;
}

.cart-row__qty {
    margin-right: 19px;
    position: relative;
    width: 100px;
}

.cart-row__qty:after {
    bottom: 0;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    z-index: 1;
}

.cart-row__qty-input {
    border: 1px solid #ececec;
    border-radius: 50px;
    display: block;
    font-size: 15px;
    height: 31px;
    padding: 0 30px;
    webkit-border-radius: 50px;
    width: 100%
}

.qty-btn {
    bottom: 0;
    cursor: pointer;
    height: 18px;
    margin: auto;
    position: absolute;
    top: 0;
    width: 18px;
    z-index: 2;
}

.qty-btn:hover {
    opacity: .7;
}

.qty-btn:after {
    height: 2px;
    left: 5px;
    top: 8px;
    width: 8px;
}

.qty-btn_min {
    left: 15px;
}

.qty-btn_pl {
    right: 15px;
}

.qty-btn_pl:before {
    height: 8px;
    left: 8px;
    top: 5px;
    width: 2px;
}

.cart-modal .cart-row__opt>* {
    display: inline-block;
    vertical-align: middle;
}

.cart-modal__footer-top {
    margin-bottom: 32px;
    text-align: right;
}

.cart-modal__footer-top strong {
    font-size: 22px;
    margin-left: 8px;
    vertical-align: baseline;
}

.product-col__size-item,
.product-col__size-item>* {
    display: inline-block;
    vertical-align: middle;
}

.cart-modal__footer {
    margin-bottom: 10px;
}

.cart-modal__footer-bootom>:first-child {
    margin-right: 52px;
}

.radchck-label {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.radchck-input {
    display: none;
    opacity: 0;
    visibility: hidden;
}

.checkbox-input+span:after,
.checkbox-input:checked+span:before,
.radio-input+span:before,
.radio-input:checked+span:after {
    content: "";
    display: block;
    position: absolute;
}

.radio-input+span:before {
    border: 1px solid #e4e4e4;
    border-radius: 50%;
    cursor: pointer;
    height: 16px;
    left: 0;
    ms-transform-origin: 120% 50%;
    top: 1px;
    transform-origin: 120% 50%;
    transition: all .2s ease-in;
    webkit-border-radius: 50%;
    webkit-transform-origin: 120% 50%;
    width: 16px;
}

.radio-input:checked+span:after {
    background-color: #ffca20;
    border-radius: 50%;
    height: 6px;
    left: 5px;
    top: 6px;
    webkit-border-radius: 50%
}

.checkbox-input:checked+span:after {
    background-color: #ffca20;
    border-color: #ffca20;
}

.checkbox-input+span:after {
    background-color: #fff;
    border: 1px solid #E0E0E0;
    cursor: pointer;
    height: 15px;
    border-radius: 4px;
    left: 0;
    top: 2px;
    width: 15px;
}

.radchck-label span {
    display: inline-block;
    font-size: 14px;
    line-height: 1.42857;
    position: relative;
    padding-left: 26px;
}

.radchck-label span small {
    color: #999;
    display: block;
    font-size: 13px;
    margin-top: 6px;
}

.checkbox-input+span {
    padding-left: 24px;
}

.checkout-cart__block {
    border: 3px solid #ffca20;
    margin-top: 4px;
    padding: 41px 27px 9px;
    position: sticky;
    top: 0;
}

.checkout-cart__block .cart-modal__block {
    margin: 5px 0 20px;
}

.checkout-cart__block .cart-row__img {
    width: calc(35% - 6px);
}

.checkout-cart__block .cart-row__body {
    width: calc(65% - 6px);
}

.one-col__item+.checkout__form-title {
    margin-top: 35px;
}

.checkout__form-title {
    font-size: 18px;
    margin-bottom: 22px;
}

.checkout__form-radchck {
    margin-bottom: 50px;
}

.checkout__form-radchck .checkout__form-title {
    margin: 17px 0 15px;
}

.checkout__form-col-two {
    width: calc(50% - 14px);
}

.checkout__form-col-four {
    margin-left: 20px;
    width: calc(25% - 14px);
}

.checkcout-desc-text {
    font-size: 12px;
    line-height: 1.5;
    margin-top: 10px;
}

.checkout-cart__block .cart-row__price {
    margin-top: 15px;
}

.checkout__block {
    margin-bottom: 140px;
}

.checkout__form-footer {
    margin-top: 20px;
}

.input-typeahead-fix .twitter-typeahead {
    height: 42px;
    margin-bottom: 20px;
}

.product-cat__sidebar {
    margin-right: 30px;
    width: 270px;
}

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

.product-cat__body_offset {
    margin-bottom: 200px;
}

.product-cat__list .product-col__btn {
    width: 100%
}

.product-cat__list .product-col__img {
    min-height: 120px;
}

.product-cat__list .product-col__title {
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    color: #000;
    margin-bottom: 8px;
}

.product-cat__list .product-col__cat {
    font-size: 14px;
    margin: 11px 0 9px;
}

.product-cat__list .product-col__item:hover .product-col__thumbs {
    height: 90px;
}

.product-cat__list .product-col__item .product-col__thumbs {
    padding-top: 25px;
}

.product-col__size {
    margin-top: 23px;
}

.product-col__size-row {
    margin-top: 13px;
}

.product-col__size-title {
    color: #5c5c65;
    font-size: 13px;
    margin-bottom: 9px;
}

.product-col__size-item {
    margin-right: 12px;
}

.product-col__size-item:last-child {
    margin-right: 0;
}

.product-col__size-item span {
    font-size: 13px;
}

.prdoduct-video-wrap {
    margin-top: 50px;
}

.prdoduct-video-wrap .video-col__title {
    font-size: 16px;
    margin-top: 13px;
}

.prdoduct-video__block {
    margin-top: 114px;
}

.product-cat__nav {
    border: 3px solid #ffca20;
    margin: 30px 0;
    padding: 33px 18px 36px;
}

.product-cat__nav li {
    margin-bottom: 16px;
}

.product-cat__nav li:last-child {
    margin-bottom: 0;
}

.product-cat__nav li a {
    font-size: 14px;
}

.product-cat__nav li a:hover {
    color: #ffca20;
}

.product-cat__nav-title {
    font-size: 18px;
    margin-bottom: 17px;
}

.notfound__block {
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    ms-flex-align: center;
    ms-flex-pack: center;
    webkit-align-items: center;
    webkit-box-align: center;
    webkit-box-pack: center;
    webkit-justify-content: center;
}

.notfound__text {
    font-size: 14px;
    margin: 85px 0 50px;
}

.notfound__title {
    letter-spacing: 1.1px;
    line-height: 1.5;
}

.features-modal-text {
    margin-top: 20px;
}

.review-img-modal-wrap {
    background-color: transparent;
    min-width: 100%;
    padding: 30px 30px 0;
}

.review-img-modal-wrap .arcticmodal-close {
    right: 0;
    top: 0;
}

.review-img-modal-wrap .arcticmodal-close:after,
.review-img-modal-wrap .arcticmodal-close:before {
    background-color: #fff;
}

.info-btn__mark {
    background-color: #f6f6f6;
    border-radius: 50%;
    color: #666;
    cursor: pointer;
    font-size: 14px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    webkit-border-radius: 50%;
    width: 20px;
}

.info-btn {
    display: inline-block;
    position: relative;
    top: -9px;
    vertical-align: top;
}

.info-btn:hover .info-btn__text {
    margin: 0;
    opacity: 1;
    o-transition: all .2s ease-in;
    transition: all .2s ease-in;
    visibility: visible;
    webkit-transition: all .2s ease-in;
}

.info-btn__text,
.smart-tooltip__content {
    display: block;
    opacity: 0;
    visibility: hidden;
}

.info-btn__text {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
    color: #666;
    font-size: 13px;
    left: calc(100% + 17px);
    line-height: 1.30769;
    margin-left: 5px;
    ms-transform: translateY(-50%);
    o-transition: all .2s ease-out;
    padding: 14px 15px;
    position: absolute;
    text-align: left;
    top: 10px;
    transform: translateY(-50%);
    transition: all .2s ease-out;
    webkit-border-radius: 5px;
    webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
    webkit-transform: translateY(-50%);
    webkit-transition: all .2s ease-out;
    width: 14.7vw;
    z-index: 220;
}

.info-btn__text:after,
.info-btn__text:before {
    border-style: solid;
    bottom: 0;
    content: "";
    display: block;
    height: 0;
    margin: auto;
    position: absolute;
    top: 0;
    width: 0;
}

.info-btn__text:before {
    border-color: transparent #e5e5e5 transparent transparent;
    border-width: 8px 12px 8px 0;
    filter: blur(1px);
    right: calc(100% + 1px);
    top: 2px;
    webkit-filter: blur(1px);
}

.info-btn__text:after {
    border-color: transparent #fff transparent transparent;
    border-width: 7px 11px 7px 0;
    right: 100%
}

.smart-col__body {
    position: relative;
}

.smart-tooltip {
    position: absolute;
}

.smart-tooltip_l1 {
    left: 1.8%;
    top: 63.1%
}

.smart-tooltip_l1 .smart-tooltip__content {
    left: 7vw;
}

.smart-tooltip_l2 {
    left: 13.1%;
    top: 73.3%
}

.smart-tooltip_l3 {
    left: 38.3%;
    top: 77.9%
}

.smart-tooltip_l4 {
    left: 56.5%;
    top: 51.2%
}

.smart-tooltip_l5 {
    left: 63.6%;
    top: 70.6%
}

.smart-tooltip_l6 {
    left: 81.5%;
    top: 81.2%
}

.smart-tooltip_l7 {
    left: 86.6%;
    top: 56.8%
}

.smart-tooltip_r1 {
    left: 31.4%;
    top: 45%
}

.smart-tooltip_r2 {
    left: 46%;
    top: 68%
}

.smart-tooltip_r3 {
    left: 71%;
    top: 69%
}

.smart-tooltip_r4 {
    left: 84.5%;
    top: 49%
}

.smart-tooltip_r4 .smart-tooltip__content {
    left: -.5vw;
}

.smart-tooltip__btn {
    background-color: #ffca20;
    border: 3px solid #fff;
    border-radius: 50%;
    height: 32px;
    o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    webkit-border-radius: 50%;
    webkit-transition: all .2s ease-out;
    width: 32px;
}

.smart-tooltip__btn:hover {
    background-color: #fff;
    border-color: #ffca20;
    o-transition: all .2s ease-in;
    transition: all .2s ease-in;
    webkit-transition: all .2s ease-in;
}

.smart-tooltip__btn-mark {
    display: block;
    font-size: 22px;
    line-height: 26px;
    text-align: center;
}

.smart-tooltip__btn-title {
    color: #fff;
    font-size: 16px;
    left: calc(100% + 4px);
    position: absolute;
    text-align: left;
    top: 6px;
    width: 140px;
}

.arcticmodal-close_smart {
    height: 12px;
    right: 10px !important;
    top: 10px !important;
    width: 12px;
}

.arcticmodal-close_smart:after,
.arcticmodal-close_smart:before {
    height: 15px;
    width: 1px;
}

.smart-tooltip__text {
    color: #666;
    font-size: 13px;
    line-height: 1.5;
    margin-top: 15px;
    text-align: left;
}

.smart-tooltip__content {
    background: #fff;
    bottom: calc(100% + 11px);
    box-shadow: 0 3px 5px rgba(0, 0, 0, .35);
    left: 19px;
    margin-bottom: 5px;
    ms-transform: translateX(-50%);
    o-transition: all .2s ease-out;
    padding: 35px 25px 30px;
    position: absolute;
    transform: translateX(-50%);
    transition: all .2s ease-out;
    webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .35);
    webkit-transform: translateX(-50%);
    webkit-transition: all .2s ease-out;
    width: 270px;
    z-index: 10;
}

.smart-tooltip__content.open {
    margin: 0;
    opacity: 1;
    o-transition: all .2s ease-in;
    transition: all .2s ease-in;
    visibility: visible;
    webkit-transition: all .2s ease-in;
}

.smart-tooltip__title {
    display: none;
    font-size: 18px;
    margin-bottom: 15px;
    text-align: center;
}

.smart-col__header {
    padding: 7px 10px 36px;
    text-align: center;
}

.smart-col__header span {
    font-size: 26px;
}

.flex-sb-aic {
    align-items: center;
    justify-content: space-between;
    ms-flex-align: center;
    ms-flex-pack: justify;
    webkit-align-items: center;
    webkit-box-align: center;
    webkit-box-pack: justify;
    webkit-justify-content: space-between;
}

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

.category-filter__i-btn {
    margin-left: auto;
    min-width: 60px !important;
    padding: 8px 10px;
}

.category-filter-title {
    font-size: 14px;
    font-weight: 600;
    width: calc(100% - 16px);
}

.category-filter__i-header {
    cursor: pointer;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
}

.category-filter__i-header.open .category-filter-toggler::after {
    transform: rotate(90deg) translateY(-50%);
    margin-top: -1px;
    margin-left: -1px;
}

.category-filter-toggler {
    height: 16px;
    position: relative;
    width: 16px;
}

.category-filter-toggler::after,
.category-filter-toggler::before {
    content: '';
    width: 100%;
    height: 2px;
    border-radius: 1px;
    background-color: #000;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
}

.category-filter-row {
    margin-bottom: 8px;
    background-color: #FAFAFA;
    border-radius: 10px;
    padding: 22px 18px 18px;
}

.category-filter-row:last-of-type {
    margin-bottom: 0;
}

.category-filter__i-count {
    color: #666;
    font-size: 13px;
}

.category-filter__i-body {
    padding: 14px 0 15px;
}

.category-filter__i-body .ui-slider {
    margin: 10px 7px 26px 11px;
}

.category-filter__i-body .ui-slider.ui-slider-horizontal {
    border: 0;
    border-radius: 0;
    height: 4px;
    -webkit-border-radius: 0;
}

.category-filter__i-body .ui-slider .ui-slider-handle {
    background: #000;
    border: 0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    cursor: pointer;
    height: 16px;
    outline: 0;
    top: -6px;
    width: 16px;
}

.category-filter__i-body .ui-slider .ui-widget-content {
    background-color: #ececec;
}

.category-filter__i-body .ui-slider .ui-widget-header {
    background-color: #ffca20;
}

.category-filter__i-smalltext {
    color: #666;
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 17px;
}

.category-filter__sale-row {
    margin-bottom: 15px;
}

.category-filter__sale-row .product-col__price,
.category-filter__sale-row:last-child {
    margin-bottom: 0;
}

.category-filter__sale-row .product-col__cat,
.category-filter__sale-row .product-col__title {
    font-size: 12px;
}

.category-filter__sale-row .product-col__price strong {
    font-size: 14px;
}

.category-filter__sale-row .product-col__cat {
    margin: 5px 0;
}

.category-filter__sale-img {
    margin-right: 10px;
    width: 100px;
}

.category-filter__sale-desc {
    margin-top: 2px;
    width: calc(100% - 110px);
}

.category-sidebar-btn {
    background: #ffca20;
    border: 0;
    border-radius: 5px;
    display: none;
    height: 42px;
    outline: 0;
    position: fixed;
    right: 0;
    top: 22vh;
    webkit-border-radius: 3px;
    width: 42px;
    z-index: 15;
}

.category-sidebar-btn svg {
    vertical-align: middle;
    margin-right: 8px;
}

.cart-modal__sale,
.product-col__sale,
.product-col__sale_cart,
.product-col__sale_filter,
.product-info__sale {
    color: #000;
    display: inline-block;
    text-decoration: line-through;
}

.sets {
    border: 2px solid #ff4500;
    padding: 0 15px;
}

.sets .cart-row__close {
    right: 1px;
}

.sets .cart-row__body {
    padding-right: 15px;
}

.product-info__sale {
    font-size: 18px;
    font-weight: 300;
    line-height: 1;
    margin-bottom: 5px;
}

.product-info__sale_wrap+.product-info__price {
    box-shadow: inset 0 -10px 0 0 #fcc;
    webkit-box-shadow: inset 0 -10px 0 0 #fcc;
}

.product-col__sale {
    font-size: 14px;
    line-height: 14px;
    font-weight: 300;
    color: #666;
    margin-right: 8px;
}

.product-col__item:hover .product-col__price .product-sale+strong,
.product-sale+strong {
    color: #EB3C3C;
    font-size: 16px;
    font-weight: 600;
}

.product-col__sale_filter {
    font-size: 12px;
    line-height: 1;
}

.cart-row__sale {
    margin: 20px 0 10px;
    width: 100%
}

.product-col__sale_cart {
    font-size: 14px;
    line-height: 1;
}

.cart-modal__price_slae {
    text-align: left;
}

.cart-modal__sale {
    font-size: 16px;
    margin-bottom: 13px;
    margin-left: 8px;
}

.cart-modal-block {
    align-items: flex-end;
    display: flex;
    display: -ms-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    justify-content: flex-end;
    ms-flex-align: end;
    ms-flex-pack: end;
    webkit-align-items: flex-end;
    webkit-box-align: end;
    webkit-box-pack: end;
    webkit-justify-content: flex-end;
}

.product-col__price .cart-modal__price_slae+strong {
    box-shadow: inset 0 -10px 0 0 #fcc;
    webkit-box-shadow: inset 0 -10px 0 0 #fcc;
}

.checkout-cart__block .cart-row__sale+.cart-row__price {
    margin-top: 0;
}

@media only screen and (max-width:1700px) {
    .smart-tooltip__btn-title {
        font-size: 14px;
        left: 50%;
        ms-transform: translateX(-50%);
        right: 0;
        text-align: center;
        top: 100%;
        transform: translateX(-50%);
        webkit-transform: translateX(-50%);
    }
}

@media only screen and (max-width:1700px) and (min-width:996px) {
    .color-col__img {
        opacity: .5;
    }

    .color-col__item {
        padding-right: 20%
    }

    .smart-tooltip_l1 .smart-tooltip__content {
        left: 9vw;
    }

    .smart-tooltip_r4 .smart-tooltip__content {
        left: -2.5vw;
    }

    .smart-tooltip_l2 .smart-tooltip__content {
        left: 4vw;
    }
}

@media only screen and (max-width:1400px) and (min-width:996px) {
    .smart-tooltip_l1 .smart-tooltip__content {
        left: 12.7vw;
    }

    .smart-tooltip_r4 .smart-tooltip__content {
        left: -6vw;
    }

    .smart-tooltip_l2 .smart-tooltip__content {
        left: 6vw;
    }

    .info-btn__text {
        width: 13vw;
    }

    .five-col__item .color-col__item .color-col__img {
        display: none;
    }

    .slick-next {
        right: -10px;
    }

    .slick-prev {
        left: -10px;
    }
}

@media only screen and (max-width:1200px) {
    .main-footer__nav li {
        margin-right: 20px;
    }

    .header-top__nav-list li {
        margin-right: 10px;
    }

    .header-btns__cart {
        margin-right: 0;
    }

    .header-bottom__nav-list>li>ul {
        width: 230px;
    }

    .header-bottom__nav-list>li>ul>li>ul {
        width: calc(100vw - 277px);
    }

    .section-header__block {
        padding: 100px 0 50px;
    }
}

@media only screen and (max-width:1200px) and (min-width:996px) {
    .smart-tooltip_l2 .smart-tooltip__content {
        left: 8vw;
    }

    .smart-tooltip_r3 .smart-tooltip__content {
        left: 0;
    }

    .info-btn__text {
        width: 17vw;
    }

    .smart-col__header {
        text-align: left;
    }

    .product-col__item:hover .product-col__thumbs {
        height: 165px;
    }

    .product-col__inner {
        padding-top: 50px;
    }

    .color-col__title {
        font-size: 18px;
    }

    .color-col__item {
        min-height: auto !important;
        padding: 20px 10px 30px !important;
        text-align: center;
    }

    .color-col__item .reg-btn {
        min-width: 100px;
        padding-left: 30px;
        padding-right: 30px;
    }

    .color-col__img,
    .color-col__item br,
    .features-item__text br {
        display: none;
    }

    .popular-articles__inner {
        padding: 20px;
    }

    .product-cat__list .product-col__item {
        height: 34vw;
    }

    .header-bottom__nav-list>li>ul>li::before {
        left: calc(100vw - 309px);
    }
}

@media only screen and (max-width:996px) {

    .about-assortment__images,
    .smart-col {
        margin-bottom: 30px;
    }

    .product-cat__nav {
        display: none;
    }

    .category-sidebar-btn {
        display: block;
    }

    .about-bottom__wrap .two-col__item .about-assortment__img:before,
    .info-btn__text:after,
    .info-btn__text:before {
        display: none;
    }

    .category-sidebar-btn.open {
        background-color: #f60;
        o-transition: all .2s ease-in;
        transition: all .2s ease-in;
        webkit-transition: all .2s ease-in;
    }

    .product-cat__sidebar {
        left: 0;
        -ms-transform: translate(calc(-100% - 15px));
        opacity: 0;
        -o-transition: all .25s ease-out;
        position: fixed;
        right: 0;
        top: 0;
        transform: translate(calc(-100% - 15px));
        transition: all .25s ease-out;
        -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .3);
        -webkit-transition: all .25s ease-out;
        width: calc(100% - 55px);
        margin: 0;
        height: 100%;
        overflow: auto;
    }

    .product-cat__sidebar.open {
        -ms-transform: translate(0);
        opacity: 1;
        -o-transition: all .25s ease-in;
        transform: translate(0);
        transition: all .25s ease-in;
        -webkit-transform: translate(0);
        -webkit-transition: all .25s ease-in;
    }

    .blog-single__big-img iframe {
        height: 53vw;
    }

    .smart-tooltip_r1 .smart-tooltip__content {
        left: 60px;
    }

    .smart-tooltip_r2 .smart-tooltip__content {
        left: 10px;
    }

    .smart-tooltip_r3 .smart-tooltip__content {
        left: -70px;
    }

    .smart-tooltip_r4 .smart-tooltip__content {
        left: -110px;
    }

    .smart-tooltip_l1 .smart-tooltip__content {
        left: 140px;
    }

    .smart-tooltip_l2 .smart-tooltip__content {
        left: 100px;
    }

    .smart-tooltip_l4 .smart-tooltip__content {
        left: -30px;
    }

    .smart-tooltip_l5 .smart-tooltip__content {
        left: -50px;
    }

    .smart-tooltip_l6 .smart-tooltip__content {
        left: -100px;
    }

    .smart-tooltip_l7 .smart-tooltip__content {
        left: -120px;
    }

    .info-btn__text {
        bottom: calc(100% + 15px);
        left: 7px;
        ms-transform: translateX(-50%);
        top: auto;
        transform: translateX(-50%);
        webkit-transform: translateX(-50%);
        width: 300px;
    }

    .smart-col__header {
        padding: 10px 10px 20px;
    }

    .smart-col__body {
        z-index: 210;
    }

    .product-cat__body {
        margin-right: 0;
        width: 100%
    }

    .showroom__inner {
        padding: 30px 15px;
    }

    .about-bottom__wrap .two-col__item:nth-of-type(1),
    .showroom__block .two-fullcol__item:nth-of-type(3) {
        ms-flex-order: 1;
        order: 1;
        webkit-box-ordinal-group: 2;
        webkit-order: 1;
    }

    .about-bottom__wrap .two-col__item:nth-of-type(2) {
        ms-flex-order: 2;
        order: 2;
        webkit-box-ordinal-group: 3;
        webkit-order: 2;
    }

    .about-bottom__wrap .two-col__item:nth-of-type(3) {
        ms-flex-order: 4;
        order: 4;
        webkit-box-ordinal-group: 5;
        webkit-order: 4;
    }

    .about-bottom__wrap .two-col__item:nth-of-type(4) {
        ms-flex-order: 3;
        order: 3;
        webkit-box-ordinal-group: 4;
        webkit-order: 3;
    }

    .about-bottom__wrap .two-col__item:nth-of-type(5) {
        ms-flex-order: 5;
        order: 5;
        webkit-box-ordinal-group: 6;
        webkit-order: 5;
    }

    .about-bottom__wrap .two-col__item:nth-of-type(6) {
        ms-flex-order: 6;
        order: 6;
        webkit-box-ordinal-group: 7;
        webkit-order: 6;
    }

    .about-bottom__wrap .two-col__item:nth-of-type(7) {
        ms-flex-order: 8;
        order: 8;
        webkit-box-ordinal-group: 9;
        webkit-order: 8;
    }

    .about-bottom__wrap .two-col__item:nth-of-type(8) {
        ms-flex-order: 7;
        order: 7;
        webkit-box-ordinal-group: 8;
        webkit-order: 7;
    }

    .about-bottom__wrap .two-col__item:nth-of-type(9) {
        ms-flex-order: 9;
        order: 9;
        webkit-box-ordinal-group: 10;
        webkit-order: 9;
    }

    .about-bottom__wrap .two-col__item:nth-of-type(10) {
        ms-flex-order: 10;
        order: 10;
        webkit-box-ordinal-group: 11;
        webkit-order: 10;
    }

    .about-assortment__img img {
        border: 10px solid #ffca20;
        margin: 0 auto;
    }

    .about-bottom__wrap .two-col__item .about-assortment__img {
        padding: 20px !important;
    }

    .desktop-hidden,
    .popular-articles__row,
    .product-cheaper__wrap,
    .product-info__block {
        display: block;
    }

    .additional_block_higher {
        margin-top: 0;
    }

    .product-material__block {
        padding-bottom: 50px;
    }

    .cheaper-item__img {
        min-height: auto;
    }

    .product-cheaper__price-col {
        padding-top: 70px;
    }

    .product-cheaper__wrap {
        margin: 0 auto;
        max-width: 400px;
    }

    .product-cheaper__item:after {
        display: block;
        position: static;
        text-align: center;
    }

    .about-bottom__wrap .two-col__item,
    .checkout__block .two-col__item,
    .product-cheaper__wrap .three-col__item,
    .showroom__block .two-fullcol__item,
    .smart-options__block .two-col__item {
        margin: 0 !important;
        width: 100%
    }

    .product-info__r {
        margin: 0 0 30px;
        width: 100%
    }

    .checkout__block .two-col__item:nth-of-type(2) {
        margin-bottom: 30px !important;
        ms-flex-order: -1;
        order: -1;
        webkit-box-ordinal-group: 0;
        webkit-order: -1;
    }

    .product-info__l {
        width: 100%
    }

    .about-features__block,
    .about-features__wrap,
    .warranty1_block {
        margin: 50px 0 0;
    }

    .yellow-border__block {
        margin-left: 0;
        margin-right: 0;
    }

    .payment1__block,
    .seo-text__block,
    .shipping1__block {
        margin: 50px 0;
    }

    .about-features__block,
    .comments__block,
    .payment2__block,
    .shipping3__block {
        padding: 50px 0;
    }

    .checkout__block,
    .comments__body {
        margin-bottom: 50px;
    }

    .tab__header_payment {
        margin-bottom: 20px;
    }

    .reg-btn {
        min-width: 170px;
    }

    .main-footer__top-right {
        max-width: calc(100% - 200px);
    }

    .section-header__title,
    .seo-text__title {
        font-size: 32px;
    }

    .popular-articles__wrap {
        margin-bottom: 30px;
    }

    .color-col__item {
        height: 100%;
        padding: 20px 40% 20px 20px;
    }

    .color-col__img {
        max-width: 35%
    }

    .color-col__title {
        font-size: 18px;
    }

    .popular-articles__row .two-fullcol__item {
        margin: 0 auto;
        max-width: 585px;
        width: 100%
    }

    .five-col__item:nth-of-type(3n),
    .five-col__item:nth-of-type(5n),
    .four-col__item:nth-of-type(3n),
    .three-col__item:nth-of-type(3n) {
        margin-right: 30px;
    }

    .popular-articles__inner {
        padding: 20px 0 40px;
        position: static;
    }

    .section-header__block {
        padding: 70px 0 50px;
    }

    .main-title {
        font-size: 36px;
    }

    .features__item {
        margin-bottom: 30px;
    }

    .five-col__item,
    .four-col__item,
    .three-col__item {
        width: calc(50% - 15px);
    }

    .five-col__item:nth-of-type(2n),
    .four-col__item:nth-of-type(2n),
    .three-col__item:nth-of-type(2n) {
        margin-right: 0;
    }

    .five-fullcol__item {
        width: 50%
    }

    .six-fullcol__item {
        width: 50%
    }

    .main-header__block .wrapper {
        position: static;
    }

    .header-bottom__nav-list>li>ul>li>a {
        font-family: GothamPro, sans-serif;
        font-size: 15px;
        padding: 12px 20px 11px 10px;
    }

    .header-bottom__nav a,
    .header-bottom__nav-list>li:hover>a,
    .header-bottom__nav-list>li>ul a,
    .header-bottom__nav-list>li>ul>li>ul>li a:hover {
        color: #000;
    }

    .header-bottom__nav-list>li>ul>li>a:hover {
        background-color: #E8B923;
    }

    .header-bottom__nav-list>li>ul {
        border-right: 0;
        display: none;
        opacity: 1;
        o-transition: none !important;
        padding: 0 0 8px;
        position: static;
        transition: none !important;
        visibility: visible;
        webkit-transition: none !important;
        width: 100%
    }

    .header-bottom__nav,
    .header-bottom__nav-list>li>ul {
        background-color: #FFCA20;
    }

    .header-bottom__nav-list,
    .header-top__nav-hidden {
        display: block;
    }

    .header-bottom__nav-list>li,
    .header-top__nav-hidden>li {
        padding: 0;
    }

    .header-bottom__nav-list>li>a,
    .header-top__nav-hidden>li>a {
        display: inline-block;
        font-family: GothamPro, sans-serif;
        font-size: 16px;
        padding: 10px 0 12px;
        text-transform: none;
    }

    .hamburger {
        display: inline-block;
    }

    .hamburger.is-active {
        height: 17px;
        position: absolute;
        right: 17px;
        top: 29px;
        width: 17px;
        z-index: 2147483648;
    }

    .header-bottom__nav-list>li {
        position: relative;
    }

    .header-bottom__button-nav {
        height: 38px;
        position: absolute;
        right: -15px;
        top: 0;
        width: 38px;
    }

    .header-bottom__nav-list>li>ul>li>ul,
    .header-top__nav {
        display: none;
    }

    .header-bottom__nav.active {
        opacity: 1;
        o-transition: all .2s ease-in;
        transition: all .2s ease-in;
        visibility: visible;
        webkit-transition: all .2s ease-in;
    }

    .header-bottom__nav {
        left: 0;
        min-height: 100%;
        opacity: 0;
        o-transition: all .2s ease-out;
        padding: 25px 15px;
        position: fixed;
        right: 0;
        top: 0;
        transition: all .2s ease-out;
        visibility: hidden;
        webkit-transition: all .2s ease-out;
        z-index: 100;
        z-index: 2147483646;
    }

    .label_39 {
        z-index: 2147483646;
    }

    ._show_1e.wrap_mW {
        z-index: 2147483646;
    }

    .main-header__top {
        border-bottom: 0;
    }
}

@media only screen and (max-width:640px) {
    .info-btn {
        display: block;
        height: 20px;
        margin: 7px auto 0;
        top: 0;
        width: 20px;
    }

    .info-btn__text {
        width: 290px;
    }

    .showroom__slide {
        height: auto;
    }

    .showroom__slide img {
        height: auto;
        object-fit: inherit;
        o-object-fit: inherit;
    }

    .shipping1__block .two-col__item {
        margin-right: 0 !important;
        width: 100%
    }

    .shipping1__block .two-col__item:nth-of-type(2) {
        ms-flex-order: -1;
        order: -1;
        webkit-box-ordinal-group: 0;
        webkit-order: -1;
    }

    .tab__item {
        margin: 0 10px 15px;
    }

    .tab__header {
        border-bottom: 0;
    }

    .hamburger.is-active {
        right: 0;
    }

    .main-footer__top .flex-block {
        display: block;
        text-align: center;
    }

    .main-header__contact {
        display: none;
    }

    .main-footer__top-right {
        margin-top: 20px;
        max-width: 100%;
        text-align: center;
    }

    .main-footer__nav li {
        display: inline-block;
        float: none;
        margin: 3px 6px;
        vertical-align: middle;
    }

    .main-footer__nav li a {
        font-size: 14px;
    }

    .header-btns__search,
    .main-content__block {
        position: static;
    }

    .main-header__top {
        position: relative;
    }

    .contactinfo__map,
    .showroom__map {
        height: 350px;
    }

    .five-col__item .color-col__title {
        font-size: 18px;
    }

    .five-col__item .color-col__item {
        display: block;
        min-height: auto !important;
        padding: 20px 10px 30px !important;
        text-align: center;
    }

    .five-col__item .color-col__item .reg-btn {
        min-width: 100px;
        padding-left: 30px;
        padding-right: 30px;
    }

    .five-col__item .color-col__img,
    .five-col__item .color-col__item br {
        display: none;
    }

    .product-cat__list .product-col__item {
        height: 385px;
    }
}

@media only screen and (max-width:480px) {
    .smart-tooltip__btn-mark {
        font-size: 16px;
        line-height: 20px;
    }

    .smart-tooltip__btn {
        border-width: 2px;
        height: 24px;
        width: 24px;
    }

    .smart-tooltip__content {
        padding: 25px 25px 20px;
    }

    .smart-tooltip__title {
        display: block;
    }

    .aux__subtitle br,
    .smart-tooltip__btn-title {
        display: none;
    }

    * {
        webkit-tap-highlight-color: transparent;
    }

    .form-input {
        font-size: 16px;
    }

    .prdoduct-video__block {
        margin-top: 0;
    }

    .product-cat__body_offset {
        margin-bottom: 50px;
    }

    .notfound__text {
        margin: 40px 0 30px;
    }

    .checkout__form-col-four,
    .checkout__form-col-two {
        margin: 0;
        width: 100%
    }

    .cart-modal__row {
        margin-top: 30px;
        padding: 10px 0 20px;
    }

    .checkout-cart__block {
        padding: 25px 15px 0;
    }

    .cart-row__close {
        position: absolute;
        right: 0;
        top: 0;
    }

    .cart-row__body,
    .cart-row__img {
        width: 100% !important;
    }

    .cart-row__img {
        margin-bottom: 15px;
    }

    .showroom__inner .contactinfo__item {
        width: 100%
    }

    .about-assortment__images {
        display: block;
    }

    .about-assortment__img img {
        border-width: 5px;
    }

    .about-assortment__title {
        font-size: 18px;
    }

    .contactinfo__block {
        padding-bottom: 35px;
    }

    .contactinfo__item {
        margin: 20px 0;
    }

    .upld-photo-item img {
        height: 50px;
    }

    .product-col__item,
    .product-col__thumbs {
        height: auto !important;
        margin: 0 auto;
    }
    .product-col__inner {
        margin: 0 -15px;
    }

    .product-cheaper__item {
        padding-left: 0;
        padding-right: 0;
    }

    .product-mech__block {
        display: block;
        padding: 30px 15px;
    }

    .product-chars__col {
        font-size: 14px;
    }

    .product-chars__block {
        padding: 15px;
    }

    .comments-item__rating_right {
        float: none;
        margin-top: 5px;
    }

    .comments-item__image,
    .material-modal__thumb-item {
        margin-bottom: 20px;
        margin-right: 20px;
        width: calc(33.3% - 15px);
    }

    .material-modal__thumb-item:nth-of-type(4n) {
        margin-right: 20px;
    }

    .comments-item__image:nth-of-type(3n),
    .material-modal__thumb-item:nth-of-type(3n) {
        margin-right: 0;
    }

    .reg-btn {
        padding-left: 20px;
        padding-right: 20px;
    }

    .product-material__item {
        margin-bottom: 0;
    }

    .product-mech__block>* {
        margin-right: 0 !important;
        width: 100%
    }

    .product-mech__img {
        margin-bottom: 30px;
    }

    .warranty-col__num {
        font-size: 48px;
        margin-bottom: 10px;
    }

    .aux__text p {
        font-size: 14px;
    }

    .aux__subtitle {
        font-size: 18px;
    }

    .rec-access__form {
        margin-bottom: 50px;
    }

    .additional-slider__item .product-col__item {
        margin: 0 auto;
        max-width: 300px;
        width: 100%
    }

    .additional-slider .product-col__inner {
        border: 1px solid #ececec;
        box-shadow: none;
        webkit-box-shadow: none;
    }

    .additional-slider .slick-list {
        padding: 0 0 60px;
    }

    .comments-item__body p {
        line-height: 1.5;
    }

    .text-content p+ol,
    .text-content p+ul {
        margin: -5px 0 17px;
    }

    .text-content p img {
        margin: 30px 0;
    }

    .text-content p.like-h2 {
        font-size: 20px;
    }

    .text-content p.like-h2 {
        margin-bottom: 0;
    }

    .blog-single__big-img {
        margin-bottom: 30px;
    }

    .main-title_top+.blog-single__date {
        margin: -15px 0 30px;
    }

    .pagination {
        margin-bottom: 50px;
    }

    .blog-cat__item {
        margin-bottom: 10px;
    }

    .breadcrumbs+.main-title_top {
        margin-top: 35px;
    }

    .hamburger {
        margin-left: 0;
        padding-bottom: 7px;
    }

    .header-btns__search {
        margin-right: 19px;
    }

    .header-btns__signin,
    .header-btns__signout {
        margin-right: 0;
    }

    .header-btns__cart {
        margin-left: 17px;
        margin-right: 0;
    }

    .main-header__top {
        padding: 29px 0 25px;
    }

    .product-col__thumbs {
        margin: 30px 0;
        o-transition: none !important;
        padding: 0;
        transition: none !important;
        webkit-transition: none !important;
    }

    .product-col__add,
    .product-col__btn,
    .product-col__size {
        opacity: 1;
        o-transition: none !important;
        transition: none !important;
        visibility: visible;
        webkit-transition: none !important;
    }

    .product-col__add {
        transition: none !important;
    }

    .popular-articles__title {
        font-size: 18px;
    }

    .product-col__item:hover .product-col__price strong {
        font-size: 20px;
    }

    .video-col__title {
        font-size: 18px;
        padding: 0 10px;
    }

    .popular-articles__wrap {
        margin-bottom: 10px;
    }

    .color-col__title {
        font-size: 18px;
    }

    .color-col__item {
        display: block;
        min-height: auto !important;
        padding: 20px 10px 30px !important;
    }

    .color-col__item .reg-btn {
        min-width: 100px;
        padding-left: 30px;
        padding-right: 30px;
    }

    .color-col__img,
    .color-col__item br {
        display: none;
    }

    .section-header__block {
        padding: 50px 0 40px;
    }

    .section-header__title,
    .seo-text__title {
        font-size: 22px;
    }

    .features__block {
        padding: 30px 0 20px;
    }

    .col-nav__title {
        font-size: 14px;
    }

    .front-slide__inner {
        padding: 30px 0 70px;
    }

    .front-slide__text {
        font-size: 14px;
        margin-bottom: 25px;
        padding: 5px 10px;
    }

    .main-title {
        font-size: 22px;
        padding: 5px 10px;
    }

    .five-col__item:not(.product-material__col),
    .five-fullcol__item,
    .four-col__item,
    .three-col__item,
    .two-col__item {
        margin-right: 0 !important;
        width: 100%
    }

    .main-footer__develop {
        margin-top: 10px;
    }

    .main-footer__bottom .flex-block {
        display: block;
        text-align: center;
    }

    .main-footer__top {
        padding: 30px 0;
    }

    .main-header__btns {
        align-items: center;
        display: flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -ms-flexbox;
        display: -o-flex;
        display: -webkit-box;
        display: -webkit-flex;
        justify-content: space-between;
        margin-top: 30px;
        ms-flex-align: center;
        ms-flex-pack: justify;
        webkit-align-items: center;
        webkit-box-align: center;
        webkit-box-pack: justify;
        webkit-justify-content: space-between;
    }

    .btn-set>*,
    .main-header__top {
        display: block;
    }

    .modal-text {
        margin-top: 0;
    }

    .arcticmodal-close {
        right: 20px;
        top: 20px;
    }

    .modal-header {
        padding-bottom: 15px;
    }

    .success-modal__text {
        font-size: 16px;
        margin-bottom: 0;
    }

    .modal-body,
    .success-modal__icon {
        margin: 15px 0;
    }

    .arcticmodal-container_i {
        width: 100%
    }

    .box-modal {
        min-width: auto;
        padding: 15px 15px 25px;
    }

    .modal-title,
    .smart-col__header span {
        font-size: 22px;
    }

    .modal-title-link {
        display: block;
        margin: 10px 0 0;
    }

    .social-share__btn {
        padding-bottom: 6px;
        padding-top: 10px;
    }
}

.custom_link {
    cursor: pointer;
}

div.h2 {
    display: block;
    font-size: 1.5em;
    font-weight: 700;
    margin-bottom: .83em;
    margin-top: .83em;
}

div.h3 {
    display: block;
    font-size: 1.17em;
    font-weight: 700;
    margin-bottom: 1em;
    margin-top: 1em;
}

div.h4 {
    display: block;
    font-weight: 700;
    margin-bottom: 1.33em;
    margin-top: 1.33em;
}

div.h5 {
    font-size: .83em;
    font-weight: 700;
    margin-bottom: 1.67em;
    margin-top: 1.67em;
}

.payment2__block .features__block {
    margin: 0 auto;
    max-width: 100%;
    width: 1400px;
}

@media (max-width:996px) {
    .features__block .three-col__item.last {
        margin-right: 0;
    }

    .payment1__block {
        max-width: none;
    }

    .payment2__block {
        padding-left: 15px;
        padding-right: 15px;
    }

    .payment2__block .features__block {
        width: 100%
    }
}

@media (min-width:997px) and (max-width:1100px) {
    .main-header__top {
        padding-bottom: 50px;
        position: relative;
    }

    .main-header__top .header-top__nav {
        bottom: 15px;
        left: 10%;
        position: absolute;
        right: 10%;
        width: 80%
    }
}

@media (max-width:480px) {
    .seo-text__title {
        text-align: center;
    }

    .btn-hide {
        display: flex;
        margin-left: 0;
    }

    .btn-vissable {
        display: none;
    }
}

.smart-tooltip_l1 {
    left: 7%;
    top: 50%
}

.smart-tooltip_l2 {
    left: 11%;
    top: 78.3%
}

.smart-tooltip_l5 {
    top: 75%
}

@media only screen and (max-width:1200px) and (min-width:996px) {
    .smart-col__header {
        text-align: center;
    }
}

body {
    overflow-x: hidden;
}

.about-bottom__block .two-col__item.flex-block {
    justify-content: center;
}

.four-col__item .color-col__item,
.three-col__item .color-col__item {
    position: relative;
}

@media (min-width:481px) and (max-width:996px) {

    .four-col__item .color-col__item a.color-col__btn,
    .three-col__item .color-col__item a.color-col__btn {
        bottom: 15px;
        position: absolute;
    }
}

@media (min-width:768px) and (max-width:996px) {

    .four-col__item .color-col__item a.color-col__btn,
    .three-col__item .color-col__item a.color-col__btn {
        bottom: 30px;
    }
}

@media (min-width:997px) and (max-width:1200px) {

    .four-col__item .color-col__item .color-col__title,
    .three-col__item .color-col__item .color-col__title {
        font-size: 19px;
        padding-bottom: 20px;
    }

    .four-col__item .color-col__item a.color-col__btn,
    .three-col__item .color-col__item a.color-col__btn {
        bottom: 15px;
        left: 50%;
        margin-left: -70px;
        position: absolute;
        width: 140px;
    }
}

@media (min-width:1201px) {

    .four-col__item .color-col__item a.color-col__btn,
    .three-col__item .color-col__item a.color-col__btn {
        bottom: 30px;
        position: absolute;
    }
}

@media (min-width:641px) and (max-width:1050px) {
    .main-footer__top-left {
        justify-content: center;
        text-align: center;
        width: 100%
    }

    .main-footer__top-right {
        justify-content: center;
        max-width: none;
        padding-top: 30px;
        text-align: center;
        width: 100%
    }

    .main-footer__nav ul {
        margin: 0 auto;
        width: 90%
    }

    .main-footer__nav li {
        display: inline-block;
        float: none;
        margin-bottom: 15px;
    }
}

.color-col__img.flex-block {
    overflow: hidden;
}

#cat_desc {
    padding-bottom: 40px;
}

.reset_filters {
    color: #666;
    cursor: pointer;
    display: block;
    font-size: 12px;
    font-weight: 600;
    line-height: 14px;
    transition: all .2s ease-out;
}

.reset_filters:hover {
    opacity: .8;
}

@media (min-width:998px) {
    .main-header__block ul.header-bottom__nav-list {
        justify-content: space-around;
        webkit-justify-content: space-around;
    }

    .main-header__block ul.header-bottom__nav-list>li {
        text-align: center;
        width: 20%
    }

    .main-header__block ul.header-bottom__nav-list>li * {
        text-align: left;
    }

    .header-bottom__nav-list>li>a {
        font-size: 16px !important;
        display: flex;
        align-items: center;
    }
}

div>ul>li {
    color: #252531;
    font-family: GothamPro-Light, sans-serif;
    font-size: 14px;
    line-height: 1.71429;
    list-style: disc;
    margin-left: 22px;
    padding-bottom: 3px;
    padding-top: 3px;
}

div>ol>li {
    color: #252531;
    font-family: GothamPro-Light, sans-serif;
    font-size: 14px;
    line-height: 1.71429;
    list-style: decimal;
    margin-left: 22px;
    padding-bottom: 3px;
    padding-top: 3px;
}

.seo-text__text {
    color: #252531;
    font-family: GothamPro-Light, sans-serif;
    font-size: 14px;
    line-height: 1.5;
}

div>h3 {
    font-weight: 700;
    padding-bottom: 5px;
    padding-top: 5px;
}

div>h2 {
    font-weight: bolder;
    padding-bottom: 5px;
    padding-top: 5px;
}

div>h4 {
    font-weight: 700;
}

.product-categories li {
    list-style: none;
    margin-left: 0;
    padding-bottom: 1px;
    padding-top: 1px;
}

.col-sm-6 ul li {
    list-style: none;
    margin-left: 0;
    padding-bottom: 1px;
    padding-top: 1px;
}

div>div:nth-child(1)>div:nth-child(4)>ul>li:nth-child(1) {
    list-style: none;
    margin-left: 0;
    padding-bottom: 1px;
    padding-top: 1px;
}

div>div:nth-child(1)>div:nth-child(4)>ul>li:nth-child(2) {
    list-style: none;
    margin-left: 0;
    padding-bottom: 1px;
    padding-top: 1px;
}

div>div:nth-child(1)>div:nth-child(4)>ul>li:nth-child(3) {
    list-style: none;
    margin-left: 0;
    padding-bottom: 1px;
    padding-top: 1px;
}

div>div:nth-child(1)>div:nth-child(4)>ul>li:nth-child(4) {
    list-style: none;
    margin-left: 0;
    padding-bottom: 1px;
    padding-top: 1px;
}

div>div:nth-child(1)>div:nth-child(4)>ul>li:nth-child(5) {
    list-style: none;
    margin-left: 0;
    padding-bottom: 1px;
    padding-top: 1px;
}

div>div:nth-child(1)>div:nth-child(4)>ul>li:nth-child(6) {
    list-style: none;
    margin-left: 0;
    padding-bottom: 1px;
    padding-top: 1px;
}

div>div:nth-child(1)>div:nth-child(4)>ul>li:nth-child(7) {
    list-style: none;
    margin-left: 0;
    padding-bottom: 1px;
    padding-top: 1px;
}

div>div:nth-child(1)>div:nth-child(4)>ul>li:nth-child(8) {
    list-style: none;
    margin-left: 0;
    padding-bottom: 1px;
    padding-top: 1px;
}

div>div:nth-child(1)>div:nth-child(4)>ul>li:nth-child(9) {
    list-style: none;
    margin-left: 0;
    padding-bottom: 1px;
    padding-top: 1px;
}

div>div:nth-child(1)>div:nth-child(4)>ul>li:nth-child(10) {
    list-style: none;
    margin-left: 0;
    padding-bottom: 1px;
    padding-top: 1px;
}

.byInInstallments,
.byInOneClick {
    background-color: transparent;
    border: 2px solid #ffca20;
    display: inline-block;
    font-family: GothamPro-Bold, sans-serif;
    font-weight: unset;
    min-width: 140px;
}

.byInInstallments:hover,
.byInOneClick:hover {
    border-color: #ffd95f;
}

.productTitle {
    font-size: 20px;
    line-height: 1;
}

.oneClickModel input:focus::placeholder {
    color: transparent;
}

.front-how__wrap.flex-block .color-col__btn.reg-btn {
    margin: auto !important;
    position: initial !important;
}

.color-col__item .color-col__title {
    height: 115px;
}

@media only screen and (min-width:1440px) {
    .four-col__item .color-col__item .color-col__title {
        font-size: 22px;
    }
}

@media only screen and (max-width:1440px) {
    .four-col__item .color-col__item .color-col__title {
        font-size: 20px;
    }
}

@media only screen and (max-width:1024px) {
    .main-header__block>.wrapper {
        text-align: -webkit-center;
    }

    .main-header__top {
        max-width: 90%
    }
}

@media only screen and (max-width:480px) {
    .color-col__item .color-col__title {
        height: 50px;
    }
}

.mb30 {
    margin-bottom: 30px;
}

#language-switcher {
    position: relative;
}

#language-switcher .language-list {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid #00000026;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    display: none;
    float: left;
    font-size: 14px;
    left: 0;
    list-style: none;
    margin: 2px 0 0;
    min-width: 160px;
    padding: 5px 0;
    position: absolute;
    text-align: left;
    top: 90%;
    webkit-background-clip: padding-box;
    webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    z-index: 1000;
}

#language-switcher:hover .language-list {
    display: block;
}

#language-switcher .language-list>li {
    list-style: none;
}

.byInInstallments {
    border-color: #252531;
}

.byInInstallments:hover {
    background-color: #252531;
    border-color: #252531;
    color: #fff;
}

.installmentsModel {
    background: #fff;
    height: auto;
    left: 50%;
    padding: 40px;
    border-radius: 10px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto;
}

.installmentsModel .topBlock {
    border-bottom: 1px solid #f0f0f0;
    border-top: 1px solid #f0f0f0;
    display: flex;
    height: 150px;
    margin-top: 10px;
    padding: 15px 0;
}

.installmentsModel .topBlock>div {
    width: 33%
}

.installmentsModel .topBlock>div:first-child {
    position: relative;
}

.installmentsModel .topBlock>div:first-child img {
    bottom: 0;
    height: 100%;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
}

.installmentsModel .topBlock .cost,
.installmentsModel .topBlock .titleOfProd {
    margin: auto;
}

.installmentsModel .topBlock .titleOfProd span {
    float: left;
    font-family: GothamPro-Medium, sans-serif;
}

.installmentsModel .bottomBlock {
    display: block;
    margin-top: 20px;
}

.installmentsModel .bottomBlock .selectBank {
    display: flex;
    height: 100px;
    width: 100%
}

.installmentsModel .bottomBlock .selectBank>div {
    padding: 0 10px;
}

.installmentsModel .bottomBlock .selectBank .imgContainer {
    height: inherit;
    width: 20%
}

.installmentsModel .bottomBlock .selectBank .imgContainer .bankLogo {
    background-repeat: round;
    background-size: cover;
    width: 100%
}

.timeOfinstallments>div {
    height: 45%
}

.firstMoney .firstMoneyInpt {
    border: 0;
    border-bottom: 1px solid #bfafa8;
    margin-left: 10px;
    padding-bottom: 5px;
    text-align: center;
    text-align-last: center;
    width: 30%
}

.installmentsModel .bottomBlock .selectBank .timeOfinstallments {
    width: 25%
}

.month select {
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #bfafa8;
    border-radius: unset;
    display: inline-block;
    margin-left: 10px;
    outline: 0;
    padding-bottom: 5px;
    text-align: center;
    text-align-last: center;
    webkit-appearance: initial;
    width: 30%
}

.countOfMonthText,
.firstMoneyText {
    color: #bfafa8;
    display: inline;
    float: left;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    text-align: left;
    width: 60%
}

.textAbBank {
    width: 20%
}

.textAbB {
    color: #5e3826;
    font-size: 13px;
    font-weight: 400;
    margin: 0;
    opacity: .4;
    text-align: left;
}

.select {
    width: 35%
}

.select>div {
    box-shadow: inset 0 -6px 0 0 #fff4cc;
    font-size: 14px;
    webkit-box-shadow: inset 0 -6px 0 0 #fff4cc;
}

.moneyInMonth {
    display: inline;
}

.productTitle {
    display: inline-block;
}

.catalog-sort-row {
    font-size: 13px;
    position: relative;
    text-align: right;
    white-space: nowrap;
}

.catalog-mobile-header {
    background-color: #333;
    color: #fff;
    display: none;
    font-size: 5.625vw;
    font-weight: 500;
    letter-spacing: 3.2px;
    padding: 4.375vw 0 4.375vw 5.9375vw;
    position: relative;
    text-transform: uppercase;
}

.catalog-sort-row span {
    font-size: 14px;
    display: inline-block;
    margin: 0 11px 0 0;
}

.catalog-sort-list {
    background-color: #fafafa;
    display: none;
    font-size: 0;
    position: absolute;
    right: 0;
    vertical-align: middle;
    z-index: 1000;
    min-width: 230px;
}

.filterDD,
.filterTitle {
    display: inline-block;
    position: relative;
}

.filterTitle {
    border: 1px solid #E0E0E0;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
    line-height: 10px;
    color: #666;
    font-weight: 400;
    padding: 18px 16px;
    padding-right: 42px;
    text-align: center;
}

.filterTitle::after {
    border-bottom: 2px solid #000;
    border-right: 2px solid #000;
    content: "";
    display: block;
    height: 7px;
    width: 7px;
    margin-top: -6px;
    -ms-transform: rotate(45deg);
    -ms-transform-origin: 66% 66%;
    pointer-events: none;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: rotate(45deg);
    transform-origin: 66% 66%;
    transition: all .15s ease-in-out;
    -webkit-transform: rotate(45deg);
    -webkit-transform-origin: 66% 66%;
    -webkit-transition: all .15s ease-in-out;
}

.catalog-sort-list__item label,
.filterTitle {
    width: 226px;
}

.catalog-sort-list__item {
    display: block;
    font-size: 13px;
    margin: 0;
    vertical-align: middle;
}

.catalog-sort-list__item:last-child {
    padding-bottom: 0;
}

.catalog-sort-list__item input {
    display: none;
}

.catalog-sort-list__item label {
    background: no-repeat center center;
    border: 1px solid transparent;
    border: 3px solid transparent;
    cursor: pointer;
    display: inline-block;
    font-size: initial;
    font-weight: 400;
    moz-transition: border .3s, color .3s;
    o-transition: border .3s, color .3s;
    padding: 3px 10px;
    text-align: center;
    transition: border .3s, color .3s;
    vertical-align: middle;
    webkit-transition: border .3s, color .3s;
}

.fill_purple {
    fill: initial;
}

.mob {
    display: none;
}

.telCalls li {
    border-bottom-style: dotted;
    border-bottom-width: 2px;
    cursor: pointer;
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0;
}

.telCallForm {
    background-color: #fff;
    height: 300px;
    width: 200px;
}

.category-sidebar-btn {
    display: none;
    height: 45px;
    padding: 0 15px;
    position: initial;
    width: auto;
}

.category-sidebar-btn .fill_wht {
    vertical-align: sub;
}

.category-sidebar-btn span {
    color: #000;
    font-size: 14px;
    text-transform: none;
}

.confiditial .form-alert.err {
    margin: 0;
}

.confiditial .radio-input+span::before {
    top: 12px;
}

.confiditial .form-alert.err~span::before {
    border-color: #f66;
}

.confiditial .radio-input:checked+span:after {
    top: 17px;
}

form[action="https://www.liqpay.com/api/3/checkout"] {
    display: flex;
}

form[action="https://www.liqpay.com/api/3/checkout"] input[type=image] {
    margin: 0 auto 50px;
}

@media (max-width:996px) {
    .hamburgerImg {
        background-image: url(../image/Hamburger_icon.svg);
        background-size: cover;
        color: transparent;
        display: inline-block;
        height: 15px;
        vertical-align: middle;
        width: 24px;
    }

    .is-active .hamburgerImg {
        display: none;
    }
}

@media (max-width:967px) {
    .open-mobile-phone {
        margin-right: 20px;
    }

    #sort-form>.filterDD,
    #sort-form>button {
        vertical-align: middle;
    }

    #sort-form>.filterDD {
        width: 48px;
        cursor: pointer;
        border-radius: 5px;
    }

    #sort-form>button {
        flex: 1;
    }

    .catalog-sort-list__item label,
    .filterTitle {
        font-size: 15px;
        width: auto;
    }

    .category-sidebar-btn,
    .filterTitle {
        display: table-cell;
        font-size: 15px;
        height: 48px;
        text-transform: uppercase;
        vertical-align: middle;
        width: 30%
    }

    .filterTitle {
        font-size: 0;
        border: 1px solid rgba(0, 0, 0, .2);
        width: 48px;
        padding: 0;
        height: 48px;
    }

    .category-sidebar-btn {
        display: inline-block;
        margin-right: 15px;
    }

    .shortTxt {
        display: none !important;
    }

    .mob {
        display: inline-block;
    }

    .desc {
        display: none;
    }

    .installmentsModel .bottomBlock .selectBank {
        display: inline-block;
        height: auto;
        width: 48%
    }

    .installmentsModel .bottomBlock .selectBank>div {
        height: 100px !important;
        width: 100% !important;
    }

    .installmentsModel .topBlock>div:first-child img {
        height: auto;
    }

    .catalog-sort-row {
        text-align: center;
        display: flex;
    }

    .catalog-sort-list {
        z-index: 1;
    }

    .rngst_phone_button {
        bottom: 15% !important;
        height: 50px !important;
        right: 25% !important;
        width: 50px !important;
    }
}

@media (max-width:480px) {
    .hamburger {
        padding-bottom: 0;
    }

    .header-btns__cart {
        margin-left: -2%
    }

    .mob {
        margin-left: -10%
    }
}

@media (max-width:425px) {
    .installmentsModel .bottomBlock .selectBank {
        width: auto;
    }

    .installmentsModel .bottomBlock .selectBank .imgContainer .bankLogo {
        height: 50%;
        width: auto;
    }

    .installmentsModel .cost.product-info__price {
        font-size: 20px;
    }
}

@media (max-width:480px) {
    .hamburger {
        font-size: 0;
    }
}

.top-header-stretching {
    font-size: 14px;
    padding: 2px;
    text-align: center;
}

.main-footer__pay-logo {
    align-items: center;
    justify-content: center;
    display: flex;
}

.visa {
    background: url(../image/visa.png) no-repeat center;
    margin-right: 10px;
}

.mastercard {
    background: url(../image/mcard.png) no-repeat center;
}

.main-footer__pay-logo div {
    background-size: contain;
    display: block;
    height: 40px;
    width: 50px;
}

#language-switcher .switcher span {
    color: #666;
    font-size: 14px;
    font-weight: 400;
}

#language-switcher .language-list li a:hover {
    color: #ffca20;
}

@media (max-width:996px) {
    .main-header__top .pull-left {
        display: none;
    }

    .header-bottom__nav {
        text-align: center;
    }
}

#language-switcher-mobile {
    position: relative;
    width: 33px;
    height: 33px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 13px;
    font-weight: 600;
    background-color: #E0B424;
}

#language-switcher-mobile a {
    display: none;
}

#language-switcher-mobile a:first-child {
    display: block;
}

#language-switcher-mobile .switcher span {
    color: #fff;
    cursor: pointer;
}

#language-switcher-mobile .switcher {
    display: none;
}

#language-switcher-mobile .language-list {
    background: inherit;
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid #00000026;
    border: 1px solid #ccc;
    border: none;
    border-radius: 4px;
    bottom: 90%;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: none;
    display: flex;
    display: none;
    float: left;
    font-size: 14px;
    justify-content: center;
    left: 0;
    list-style: none;
    margin: 0;
    margin: 2px 0 0;
    min-width: 160px;
    padding: 10px 0 0 0;
    padding: 5px 0;
    position: absolute;
    position: relative;
    text-align: left;
    webkit-background-clip: padding-box;
    webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    width: 100%;
    z-index: 1000;
}

#language-switcher-mobile .language-list li {
    color: #fff;
    list-style: none;
    margin: 0;
    padding: 0;
    padding-left: 10px;
    padding-right: 0;
    padding-right: 10px;
}

#language-switcher-mobile .language-list li a {
    color: #666;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

.p-fixed {
    background-color: #fff;
    border-bottom: 2px solid #666;
    left: 0;
    margin: 0 auto;
    margin: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100vw;
    z-index: 999999;
}

.label_39 {
    z-index: 2147483646;
}

._show_1e.wrap_mW {
    z-index: 2147483645;
}

@media screen and (max-width:996px) {
    .header-bottom__nav {
        z-index: 2147483646;
    }

    .hamburger.is-active {
        right: 25px;
        z-index: 2147483648;
    }

    .product-cat__sidebar {
        z-index: 2147483650;
    }
}

@media screen and (min-width:1051px) {
    .main-footer__block .social-links_block {
        position: relative;
    }
}

.further-bottom {
    bottom: calc(5% + 230px) !important;
}

.main-footer__top {
    padding: 62px 0 61px;
}

.mechanism-wrap.tabs-block {
    margin-top: 30px;
    padding: 0 15px;
}

.breadcrumbs,
.product-info__block.flex-block,
.product-loyalty-program-list,
.wrapper.service-slide {
    padding: 0 15px;
}

.like-h2,
.like-h3,
h1,
h2,
h3 {
    color: #000;
    font-family: Montserrat, sans-serif;
    font-style: normal;
    font-weight: 700;
}

h1 {
    font-size: 20px;
    line-height: 24px;
}

.like-h2,
h2 {
    font-size: 20px;
    line-height: 24px;
}

h3 {
    font-size: 14px;
    line-height: 17px;
}

p {
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 17px;
}

a.__btn,
button.__btn {
    border: 1px solid #000;
    border-radius: 10px;
    display: inline-block;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
    padding: 15px 24px;
    text-align: center;
}

a.__btn span,
button.__btn span {
    display: inline-block;
    line-height: 20px;
}

a.__btn span img,
button.__btn span img {
    height: 20px;
    position: relative;
    top: 5px;
    width: 20px;
}

a.__btn .__btn_icon,
button.__btn .__btn_icon {
    padding-left: 10px;
}

a.__btn_default,
button.__btn_default {
    background-color: #fff;
}

a.__btn_yellow,
button.__btn_yellow {
    background-color: #fd0;
    border-color: #fd0;
}

.tooltip-menu {
    position: relative;
}

.tooltip-menu .item-tooltip {
    background-color: #fff;
    border: 1px solid rgba(199, 199, 199, .4);
    bottom: calc(100% + 14px);
    font-size: 12px;
    font-weight: 300;
    height: auto;
    left: -92px;
    line-height: 1.5;
    moz-transition: all .3s;
    ms-transition: all .3s;
    opacity: 0;
    o-transition: all .3s;
    padding: 10px;
    position: absolute;
    text-align: left;
    transition: all .3s;
    visibility: hidden;
    webkit-transition: all .3s;
    width: 200px;
    z-index: 10;
}

.tooltip-menu .item-tooltip:after {
    border: solid transparent;
    bottom: -28px;
    content: "";
    left: 50%;
    margin-left: -12px;
    position: absolute;
    width: 0;
}

.tooltip-menu .item-tooltip:before {
    border: solid transparent;
    border-top-color: #c7c7c7;
    border-width: 12px;
    bottom: -25px;
    content: "";
    left: 50%;
    margin-left: -12px;
    position: absolute;
    width: 0;
}

.tooltip-menu .item-tooltip:after {
    border-top-color: #fff;
    border-width: 16px;
    margin-left: -16px;
}

.tooltip-menu:hover .item-tooltip {
    opacity: 1;
    visibility: visible;
}

.slick-dots button {
    background-color: #fff;
    border-color: #fff;
}

.slick-dots .slick-active button {
    background-color: #FFCA20;
    border-color: #FFCA20;
    opacity: 1 !important;
}

.product-section {
    margin-top: 80px;
}

#cart .product-section {
    margin-top: 20px;
}

html {
    margin-right: 0 !important;
}

.top-header-stretching {
    align-items: center;
    background-color: #d8d8d8;
    color: #000;
    display: flex;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 700;
    height: 40.62px;
    justify-content: center;
    letter-spacing: .1em;
    line-height: 1;
    padding: 5px;
    text-align: center;
}

@media screen and (max-width:960px) {
    .top-header-stretching {
        font-size: 16px;
    }
}

.header-top__nav {
    margin: 20px 0 0 0;
}

.header-top__nav .header-top__nav-list {
    justify-content: end;
}

.header-top__nav .header-top__nav-list li {
    margin-right: 31.5px;
}

.showroom {
    align-items: center;
    border: 1px solid #000;
    border-radius: 7px;
    box-sizing: border-box;
    display: flex;
    font-size: 14px;
    height: 30px;
    justify-content: center;
    line-height: 17px;
    margin-right: 15px;
    width: 122px;
}

.showroom span:last-child {
    background-image: url(/catalog/view/theme/evrodivan/image/product-newkt/show-icon.png);
    display: inline-block;
    height: 17px;
    margin-left: 10px;
    width: 17px;
}

.showroom-wrap {
    display: flex;
    margin-right: 33px;
}

.showroom-wrap .telCalls li {
    align-items: center;
    background: #fd0;
    border: 0;
    border-radius: 7px;
    display: flex;
    font-size: 14px;
    height: 30px;
    justify-content: center;
    line-height: 17px;
    width: 150px;
}

.main-header__top {
    align-items: baseline;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 100%;
    padding: 15px 0;
    height: 100%
}

.top-header-wrap-content {
    align-items: center;
    display: flex;
    justify-content: space-between;
    flex: 1;
    margin-left: 30px;
}

#language-switcher .switcher span {
    color: #000;
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
}

.header-contact__phone {
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    margin: -3px 0 0 0;
}

.header-contact__time {
    color: #000;
    font-size: 14px;
    line-height: 17px;
    margin: 0;
    opacity: .5;
}

#language-switcher {
    margin-right: 0;
}

#language-switcher .center_absolute {
    bottom: 0;
    height: 14px;
    left: 44px;
    margin: auto;
    right: 0;
    top: 5px;
    transform: rotate(90deg);
    width: 14px;
}

.header-btns__signin {
    margin-right: 19px;
}

.header-contact-phone-wrap {
    margin-right: 50px;
}

.main-header__top a.main-logo__block {
    bottom: -4px;
    position: relative;
}

.header-bottom__nav-list>li>a {
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
}

.main-header__block ul.header-bottom__nav-list {
    justify-content: space-between;
}

.main-header__block ul.header-bottom__nav-list>li {
    text-align: left;
    width: auto !important;
}

.breadcrumbs {
    margin-top: 6px;
    padding: 0;
    padding-bottom: 5px;
    overflow-x: auto;
    display: flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: -webkit-box;
    display: -webkit-flex;
    white-space: nowrap;
}

@media only screen and (max-width:1024px) {
    .breadcrumbs {
        margin-top: 26px;
    }
}

.breadcrumbs li a,
.breadcrumbs li span {
    color: #133568;
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    line-height: 12px;
    font-weight: 600;
}

.product-info__l,
.product-info__r {
    margin: 0;
    width: 100%
}

@media only screen and (max-width:991px) {

    .product-info__l .production-info,
    .product-info__r .production-info {
        margin-top: 15px;
        padding-bottom: 15px;
    }

    .product-info__l .production-info p,
    .product-info__r .production-info p {
        font-size: 12px;
        font-weight: 700;
        opacity: .5;
    }

    .product-info__slider .slick-dots {
        bottom: -15px;
    }
}

.product-info__block {
    display: grid;
    grid-template-columns: 50% 46%;
    justify-content: space-between;
}

.product-info__block#product {
    padding-left: 0;
    padding-right: 0;
}

@media only screen and (max-width:991px) {
    .product-info__block {
        display: block;
        margin-top: 15px;
        overflow: hidden;
    }
}

.product-info__block .main-title_top {
    font-size: 28px;
    line-height: 32px;
    margin: 10px 0 15px 0;
    text-align: left;
}

@media only screen and (max-width:991px) {
    .product-info__block .main-title_top {
        font-size: 20px;
        line-height: 26px;
        font-weight: 700;
    }
}

.prev-comments-block {
    display: flex;
    align-items: center;
}

.prev-comments-block .comments-item__rating[data-stars] .star-rating,
.prev-comments-block .comments-item__rating_s .star-rating {
    fill: #FFB800;
    height: 16px;
    margin-right: 9px;
    width: 16px;
}

.prev-comments-block .comments-form__rating {
    margin: 0;
}

.prev-comments-block .center-wrap {
    margin-right: 15px;
    text-align: left;
}

.review-wrap a {
    font-size: 13px;
    font-weight: 600;
    text-decoration: underline;
    line-height: 1;
    color: #133568;
    display: inline-block;
}

.production-info {
    color: #000;
    display: flex;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .4px;
    line-height: 17px;
    margin: 27px 0 0 0;
}

.production-info__icon {
    background-image: url(../image/product-newkt/info-icon.png);
    display: inline-block;
    height: 17px;
    margin-left: 14px;
    width: 17px;
}

.filter-wrap {
    margin: 42px 0 28px 0;
}

.filter-title {
    display: grid;
    grid-template-columns: 1fr 2fr;
    padding: 6px 0;
}

.filter-name {
    color: #666;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    display: flex;
    align-items: center;
}

.filter-select {
    color: #000;
    font-size: 14px;
    line-height: 17px;
    position: relative;
    text-align: right;
    padding-right: 50px;
}

.filter-select span {
    text-transform: lowercase;
}

.filter-quantity {
    color: #000;
    font-size: 14px;
    line-height: 17px;
    position: relative;
}

.filter-frame {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #E0E0E0;
    padding: 16px 18px;
    border-radius: 5px;
}

.filter-quantity .center_absolute {
    transform: rotate(90deg);
}

.product-info__sale_wrap {
    display: none;
}

.product-info__sale_wrap+.product-info__price {
    box-shadow: none;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 45px;
    color: #000;
}

@media only screen and (max-width:991px) {
    .product-info__sale_wrap+.product-info__price {
        margin-bottom: 15px;
    }
}

.product-info__btn-set.btn-set .product-info__add {
    align-items: center;
    background: #fd0;
    border-color: #fd0;
    border-radius: 5px;
    color: #000;
    display: inline-flex;
    font-size: 16px;
    font-weight: 600;
    height: 64px;
    justify-content: center;
    line-height: 15px;
    text-transform: none;
}

.product-info__btn-set.btn-set .product-info__add svg {
    height: 18px;
    width: 18px;
}

@media screen and (max-width:960px) {
    .product-info__btn-set.btn-set .product-info__add {}

    .product-info__btn-set.btn-set .product-info__add span {
        font-size: 12px;
    }
}

.product-info__btn-set.btn-set .byInOneClick {
    font-family: "Montserrat", sans-serif;
    border: 2px solid #000;
    border-radius: 5px;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: 600;
    height: 64px;
    line-height: 14px;
    background-color: #000;
    color: #fff;
}

.product-info__btn-set.btn-set .byInInstallments {
    border: 0;
    color: #133568;
    font-size: 14px;
    font-weight: 700;
    height: 64px;
    letter-spacing: .3px;
    line-height: 17px;
    min-height: auto;
    padding: 0;
    text-transform: initial;
    width: auto !important;
    background: rgba(19, 53, 104, .1);
    border-radius: 5px;
}

.product-info__l .credit-pay .byInInstallments:hover {
    background-color: transparent;
}

.credit-pay-var__text {
    display: block;
    margin-top: 10px;
    text-transform: lowercase;
}

.product-info__btn-set.btn-set .credit-pay {
    margin: 0;
    padding: 0 16px;
    width: auto !important;
    flex: 1;
}

.credit-pay-var__single a {
    color: #000;
    display: flex;
    font-size: 12px;
    line-height: 15px;
    margin-right: 30px;
}

.credit-pay-var__single .credit-pay-var__icon {
    height: 25px;
    margin-right: 8px;
    width: 25px;
}

.credit-pay-var__single .credit-pay-var__icon img {
    height: 100%;
    width: 100%
}

.credit-pay-var {
    display: flex;
    padding: 10px 0 0 0;
}

.container-social {
    display: flex;
    margin-top: 8px;
}

.share-wrap p {
    color: #000;
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
    margin-bottom: 0;
    opacity: .5;
    text-align: right;
}

.share-wrap a {
    display: inline-block;
    margin-right: 15px;
}

.share-wrap a:last-child {
    margin-right: 0;
}

.share-wrap a img {
    height: 25px;
    width: 25px;
}

.social-wrap {
    align-items: flex-end;
    display: flex;
    justify-content: space-between;
    margin: 46px 0 0 0;
}

.social-wrap .showroom {
    border-radius: 10px;
    box-sizing: border-box;
    font-weight: 700;
    height: 50px;
    margin: 0;
    text-transform: uppercase;
    width: 210px;
}

@media only screen and (max-width:991px) {
    .social-wrap {
        align-items: flex-start;
        margin-top: 15px;
    }

    .social-wrap .showroom {
        font-size: 12px;
        margin-right: 15px;
        padding: 10px;
    }

    .social-wrap .like-btn {
        margin-right: 5px;
    }
}

@media only screen and (max-width:991px) {
    .dn {
        display: none;
    }
}

.like-btn svg {
    cursor: pointer;
}

.like-btn svg svg {
    height: auto;
    width: 40px;
}

.product-info__slide-big img {
    max-height: 315px;
}

.product-info__slider-nav {
    margin-top: 30px;
    padding: 0;
}

.product-info__filter {
    padding: 20px 0;
}

@media only screen and (max-width:480px) {
    .product-info__filter {
        padding: 10px 0;
    }
}

.product-info__filter .filter-block {
    display: flex;
    flex-wrap: wrap;
}

.product-info__filter .filter-block__title {
    color: #000;
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
    margin-right: 30px;
    opacity: .5;
    display: flex;
    align-items: center;
    max-width: 90px;
}

.product-info__filter .filter-block__additional {
    padding-right: 20px;
}

.product-info__filter .radio-group {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0 -3px;
    position: relative;
}

.product-info__filter .ch-lable {
    margin: 3px;
}

.product-info__filter label {
    border-radius: 50%;
    height: 40px;
    position: relative;
    width: 40px;
}

@media only screen and (max-width:480px) {
    .product-info__filter label {
        height: 30px;
        width: 30px;
    }
}

.product-info__filter label:hover {
    cursor: pointer;
    z-index: 2;
}

.product-info__filter .radio-group input:checked+label::before {
    border: 3px solid #fff;
    border-radius: 50%;
    content: "";
    height: calc(100% - 6px);
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 6px);
    z-index: 1;
}

.product-info__filter label>picture {
    border-radius: 50%;
    display: block;
    height: 100%;
    overflow: hidden;
    transition: .2s;
    width: 100%
}

.product-info__filter .radio-group input:checked+label picture {
    transform: scale(1);
}

.product-info__filter label img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%
}

.product-info__filter .ch-lable__additional {
    background: #fff;
    border: 2px solid #e5e5e5;
    display: none;
    left: 50%;
    padding: 8px 13px 5px 19px;
    position: absolute;
    text-align: center;
    transform: translateX(-50%);
    transform-origin: center top;
    z-index: 2;
}

@media only screen and (max-width:1440px) {
    .product-info__filter .ch-lable__additional {
        transform: translateX(-50%) scale(.6);
    }
}

@media only screen and (min-width:1280px) {
    .product-info__filter label:hover .ch-lable__additional {
        display: block;
    }
}

.product-info__filter label:hover .ch-lable__name {
    font-size: 11px;
    line-height: 1;
    padding: 5px 0;
    text-align: center;
}

.product-info__filter .ch-lable__additional img {
    border-radius: 0;
}

.product-info__filter .ch-lable__additional-inner {
    min-height: 210px;
    position: relative;
    width: 210px;
}

.product-info__filter .ch-lable__additional-inner p {
    padding-top: 30px;
}

.product-info__filter .ch-lable__additional-inner:before {
    background: url(../image/product-newkt/palette/both_1.png) 0 0 no-repeat;
    content: "";
    display: block;
    height: 210px;
    left: -11px;
    position: absolute;
    top: 0;
    width: 11px;
}

.product-info__filter .ch-lable__additional-inner:after {
    background: url(../image/product-newkt/palette/both_2.png) 0 0 no-repeat;
    bottom: 30px;
    content: "";
    display: block;
    height: 20px;
    left: -14px;
    position: absolute;
    width: 232px;
}

.product-info__filter .ch-lable__additional:before {
    background: url(../image/product-newkt/palette/question.png) 0 -30px no-repeat;
    content: "";
    display: block;
    height: 11px;
    left: 50%;
    margin-left: -9px;
    position: absolute;
    top: -11px;
    width: 19px;
}

.question_dropdown {
    display: inline-block;
    position: relative;
    vertical-align: top;
}

@media only screen and (max-width:768px) {
    .question_dropdown {
        display: none;
    }
}

.question {
    background: #e5e5e5;
    border-radius: 50%;
    color: #363636;
    cursor: pointer;
    display: inline-block;
    font-size: .78em;
    font-weight: 700;
    height: 15px;
    line-height: 15px;
    margin-left: 4px;
    text-align: center;
    vertical-align: top;
    width: 15px;
}

.question:hover {
    opacity: .7;
}

.dropdown-menu {
    display: none;
}

.question_dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown-menu {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    display: none;
    float: left;
    font-size: 14px;
    left: 0;
    list-style: none;
    margin: 2px 0 0;
    min-width: 160px;
    padding: 5px 0;
    position: absolute;
    text-align: left;
    top: 100%;
    webkit-background-clip: padding-box;
    webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    z-index: 1000;
}

.question_dropdown .dropdown-menu {
    border: 2px solid #e5e5e5;
    border-radius: 0;
    box-shadow: none;
    color: #333;
    font-size: .92em;
    font-weight: 300;
    left: 27px;
    line-height: 1.7em;
    padding: 6px 15px 10px 15px;
    top: -20px;
    webkit-box-shadow: none;
    width: 380px;
}

.question_dropdown .dropdown-menu:before {
    background: url(../image/product-newkt/palette/question.png) 0 0 no-repeat;
    content: "";
    display: block;
    height: 19px;
    left: -11px;
    position: absolute;
    top: 13px;
    width: 11px;
}

.additional-card {
    background: #fff;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 40px;
    max-width: 620px;
    width: 100%;
    position: relative;
}

.additional-card__title {
    align-items: baseline;
    align-items: center;
    display: flex;
    margin-bottom: 22px;
}

.additional-card__title p {
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
}

.additional-card {
    moz-transition: all .5s;
    ms-transition: all .5s;
    o-transition: all .5s;
    transition: all .5s;
    webkit-transition: all .5s;
}

.additional-card .additional-text {
    moz-transition: all .5s;
    ms-transition: all .5s;
    o-transition: all .5s;
    overflow: hidden;
    transition: all .5s;
    webkit-transition: all .5s;
}

.additional-card .additional-link {
    moz-transition: all .5s;
    ms-transition: all .5s;
    opacity: 1;
    o-transition: all .5s;
    transition: all .5s;
    webkit-transition: all .5s;
}

.additional-card.card-active {
    padding-bottom: 0;
}

.additional-card.card-active .additional-text {
    max-height: 2000px;
}

.additional-card.card-active .additional-link {
    margin-bottom: 16px;
}

.additional-text p {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.additional-link a {
    color: #000;
    display: block;
    font-size: 15px;
    font-weight: 700;
    line-height: 130.2%;
    margin-top: 9px;
    opacity: .6;
    text-decoration-line: underline;
}

.additional-info {
    margin-top: 23px;
}

.grid-block {
    display: grid;
    grid-gap: 47px;
    grid-template-columns: 52% 43%;
    justify-content: space-between;
    margin-top: 56px;
}

.charachteritcs h2 {
    margin-bottom: 12px;
}

.charachteritcs .like-h2 {
    margin-bottom: 12px;
}

.charachteritcs .product-second-description .like-h2 {
    color: #000;
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 12px;
}

.charachteritcs h3 {
    margin-bottom: 4px;
}

.charachteritcs .product-chars__col {
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    line-height: 17px;
}

.charachteritcs .product-chars__col:nth-of-type(1) {
    color: rgba(0, 0, 0, .6);
    font-weight: 500;
    width: 48%
}

.charachteritcs .product-chars__block-row {
    border-bottom: 1px solid #EBEBEB;
    padding: 16px 0;
}

.charachteritcs .product-chars__col:nth-of-type(2) {
    font-weight: 700;
    line-height: 17px;
    padding-left: 2px;
}

.charachteritcs .product-chars__block {
    background-color: transparent;
    margin: 0;
    padding: 0;
}

.mechanism-wrap {
    margin: -10px 0 0 0;
}

.mechanism-descr {
    display: grid;
    grid-gap: 42px;
    grid-template-columns: 240px 1fr;
}

.mechanism-descr__text {
    font-size: 12px;
    padding: 48px 0 0 0;
}

.mechanism-descr__title {
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
    margin-bottom: 4px;
}

.mechanism-descr__img {
    position: relative;
}

.mechanism-descr__img img {
    height: auto;
    width: 100%
}

.mechanism-descr__img span {
    align-items: center;
    background: rgba(145, 145, 145, .6);
    bottom: 0;
    display: flex;
    height: 40px;
    justify-content: center;
    left: 0;
    margin: 0 auto;
    margin-top: calc(38% - 20px);
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
}

.mechanism-descr__img span img {
    height: 19px;
    width: 19px;
}

.product-info__slider .slick-arrow svg {
    fill: #4c4c4c;
}

.slide-big {
    position: relative;
}

.slide-big:before {
    background-image: url(/newkt/image/zoom.png);
    background-repeat: no-repeat;
    bottom: 0;
    content: "";
    height: 25px;
    position: absolute;
    right: 0;
    width: 25px;
}

@media only screen and (max-width:991px) {
    .slide-big::before {
        content: none;
    }
}

.product-info__slider .slick-dots {
    bottom: 0;
}

.product-sliders .product-sliders-list {
    display: grid;
    grid-gap: 46px;
    grid-template-columns: repeat(2, 1fr);
    justify-items: stretch;
    margin-bottom: 30px;
}

.product-sliders .list-size {
    margin-top: 80px;
}

.product-sliders .product-sliders-list>* {
    min-width: 0;
}

.product-sliders .product-sliders-list .list-size {
    grid-column: 1/3;
    margin-top: 46px;
}

.product-sliders .product-sliders-list .slider-wr {
    position: relative;
}

.product-sliders .product-sliders-list .slider-wr h2 {
    margin-bottom: 8px;
}

.product-sliders .product-sliders-list .slider-wr .slider-wr-list {
    background-color: #eee;
    max-width: 540px;
}

.product-sliders .product-sliders-list .slider-wr .slider-wr-list a>img {
    height: auto;
    max-width: 100%;
    width: 100%
}

.product-sliders .product-sliders-list .slider-wr .slider-wr-list .slick-dots {
    bottom: -30px;
}

.product-sliders .product-sliders-list .slider-wr .slider-wr-list .slick-dots li button {
    background-color: rgba(0, 0, 0, .3);
}

.product-sliders .product-sliders-list .slider-wr .slider-wr-list .slick-dots .slick-active button,
.product-sliders .product-sliders-list .slider-wr .slider-wr-list .slick-dots button:hover {
    background-color: #000;
}

.product-sliders .product-sliders-list .slider-wr .arrow-nex,
.product-sliders .product-sliders-list .slider-wr .arrow-prv {
    align-items: center;
    background-color: #d9d8d7;
    display: flex;
    height: 36px;
    justify-content: center;
    top: 0;
    width: 30px;
}

.product-sliders .product-sliders-list .slider-wr .arrow-nex {
    right: 0;
}

.product-sliders .product-sliders-list .slider-wr .slider-video .popup-youtube {
    position: relative;
}

.product-sliders .product-sliders-list .slider-wr .slider-video .play-icon {
    align-items: center;
    display: flex;
    justify-content: center;
    left: 0;
    position: absolute;
    top: calc(50% - 30px);
    width: 100%
}

.product-sliders .product-sliders-list .slider-wr .slider-video .play-icon img {
    border: 3px solid #fd0;
    padding: 13px 35px;
}

.product-reviews {
    margin-top: 92px;
}

.product-reviews .product-reviews-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
}

.product-reviews .product-reviews-header .reviews-header-left .__btn {
    margin-top: 26px;
}

.product-reviews .reviews-rating svg {
    height: 15px;
    margin-left: 4px;
    width: 15px;
}

.product-reviews .product-reviews-info>div {
    border-bottom: 1px solid #c7c7c7;
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
}

.product-reviews .product-reviews-info>div:first-child {
    margin-bottom: 10px;
}

.product-reviews .product-reviews-info .reviews-quantity-rating>div:last-child {
    padding-right: 20px;
}

.product-reviews .product-reviews-info .reviews-quantity-rating>div:last-child span {
    padding-right: 18px;
}

.product-reviews .product-reviews-info .reviews-quantity-rating .reviews-rating {
    display: inline-block;
    padding-right: 20px;
    position: relative;
    top: -3px;
}

.product-reviews .product-reviews-info .reviews-quantity {
    padding-right: 16px;
}

.product-reviews .product-purchase-options {
    text-align: right;
}

.product-reviews .product-purchase-options>div {
    display: inline-block;
}

.product-reviews .product-purchase-options>div:first-child>a,
.product-reviews .product-purchase-options>div:first-child>div {
    display: inline-block;
    position: relative;
    top: -2px;
}

.product-reviews .product-purchase-options>div:first-child>div {
    padding-right: 30px;
}

.product-reviews .product-purchase-options>div:first-child .__btn_default {
    padding: 16px 15px;
    position: relative;
    top: -23px;
}

.product-reviews .product-purchase-options>div:last-child .__btn_yellow {
    padding: 7px 31px 14px;
}

.product-reviews .product-purchase-options>div:last-child a {
    display: inline-block;
    text-align: center;
}

.product-reviews .product-purchase-options>div div {
    text-align: center;
}

.product-reviews .product-reviews-content {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 17px;
    margin-top: 20px;
}

.product-reviews .product-reviews-content .product-review {
    background-color: #FFF5D5;
    padding: 36px 32px;
    border-radius: 10px;
    margin-bottom: 20px;
    min-height: 224px;
    position: relative;
}

.product-review-info>* {
    width: fit-content;
    width: -moz-fit-content;
}

.product-reviews .product-reviews-content .product-review .product-review-info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

.product-reviews .product-reviews-content .product-review .product-review-info .info-ava {
    padding-right: 22px;
}

.product-reviews .product-reviews-content .product-review .product-review-info .info-ava img {
    border-radius: 50%;
    height: 40px;
    overflow: hidden;
    width: 40px;
}

.product-review-text {
    overflow-y: hidden;
}

.product-review-text-show {
    max-height: none !important;
}

.product-reviews .product-reviews-content .product-review .product-review-info .review-info-rate .reviews-rating svg:first-child {
    margin-left: 0;
}

.product-reviews .product-reviews-content .product-review .product-review-text .review-text-title {
    padding-bottom: 11px;
}

.product-reviews .product-reviews-content .product-review .product-review-text .review-cont-gallery {
    margin-left: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-width: 160px;
    grid-gap: 8px;
}

.product-reviews .product-reviews-content .product-review .product-review-text .review-cont-gallery a {
    align-items: center;
    display: inline-flex;
    height: 66px;
    justify-content: center;
    overflow: hidden;
    width: auto;
    position: relative;
}
.product-reviews .product-reviews-content .product-review .product-review-text .review-cont-gallery a:first-child {
    grid-column: 1 / 3;
    min-height: 120px;
}
.product-reviews .product-reviews-content .product-review .product-review-text .review-cont-gallery a:last-child:not(:first-child)::after {
    content: attr(data-more);
    position: absolute;
    background: url(/catalog/view/theme/evrodivan/image/product-newkt/camera.svg), linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)) ;
    background-repeat: no-repeat;
    background-size: 24px, 100%;
    background-position: center 11px, center center;
    width: 100%;
    height: 100%;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    line-height: 20px;
    padding-bottom: 6px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.product-reviews .product-reviews-content .product-review .product-review-text .review-cont-gallery a img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.product-reviews .product-reviews-content .product-review .product-review-date {
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #666;
    line-height: 16px;
    text-align: right;
    margin-left: auto;
}

.product-reviews .product-reviews-content .product-review .product-review-date span {
    position: relative;
}

.product-reviews .add-product-review {
    display: block;
    margin-top: 45px;
    text-align: center;
}

.product-reviews .product-review-pagination {
    margin-top: 37px;
    text-align: center;
}

.product-reviews .product-review-pagination ul li {
    display: inline-block;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 17px;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.product-reviews .product-review-pagination ul li a {
    display: block;
    padding: 0 6px;
}

.product-reviews .product-review-pagination ul li a img {
    padding: 0 4px;
}

.comments-form-modal .comments-item__rating[data-stars] .star-rating path {
    fill: #FFCA20;
}

.comments-form-modal .comments-form__rating .star-rating:hover path {
    fill: #FFCA20;
}

.comments-form-modal .comments-form__rating:hover .star-rating path {
    fill: #FFCA20 !important;
}

.comments-form-modal .comments-form__rating .star-rating:hover~.star-rating path {
    fill: #666 !important;
}

.product-service-info {
    margin-top: 92px;
}

.product-service-info h2 {
    margin-bottom: 59px;
}

.product-service-info .service-info-list {
    display: grid;
    grid-gap: 84px 52px;
    grid-template-columns: repeat(3, 1fr);
}

.service-info-list .check-list-services li {
    display: block;
    line-height: 18px;
    list-style-type: none;
    padding: 0;
    position: relative;
}

.service-info-list .check-list-services li:before {
    background-image: url(/catalog/view/theme/evrodivan/image/product-newkt/icon.png);
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    height: 15px;
    left: -20px;
    position: absolute;
    top: 5px;
    webkit-background-size: cover;
    width: 14px;
}

@media only screen and (min-width:1400px) {
    .product-service-info .service-info-list {
        grid-gap: 30px;
    }
}

.product-service-info .service-info-list>div h3 {
    align-items: center;
    display: flex;
    font-size: 16px;
    min-height: 40px;
}

.product-service-info .service-info-list>div h3 img {
    display: inline-block;
    padding-right: 15px;
    position: relative;
}

.product-service-info .service-info-list>div p {
    color: rgba(0, 0, 0, .6);
    margin-top: 15px;
    max-width: 300px;
}

.product-other-collection {
    font-family: Montserrat, sans-serif;
}

.product-other-collection h2 {
    margin-bottom: 31px;
}

.product-other-collection .like-h2 {
    margin-bottom: 31px;
}

.product-other-collection .other-collection-list {
    margin-left: -3px;
    margin-right: -3px;
    max-height: none;
}

@media only screen and (max-width:992px) {
    .product-other-collection .other-collection-list {
        padding: 0 15px;
    }
}

.product-other-collection .wrapper {
    padding: 0 15px;
}

.product-other-collection .other-collection-list .collection-list-item {
    margin: 0 3px;
    min-width: 0;
    padding: 20px;
    position: relative;
}

.collection-list-item .item-product-image img {
    height: auto;
    width: 100%
}

.product-info__btn-set .credit-pay-var a.byInInstallments {
    color: #000;
    font-size: 12px;
    line-height: 15px;
    margin-top: 0;
}

.product-info__btn-set .credit-pay-var a.byInInstallments:hover {
    background-color: transparent;
}

.product-info__btn-set .credit-pay-var a.byInInstallments .credit-pay-var__text {
    font-weight: 300;
}

.slider-wr .slick-slide,
.slider-wr .slick-track {
    width: 100%
}

.slide-big:before {
    content: none;
}

@media only screen and (min-width:768px) {
    .hidden-tab {
        display: none;
    }

    .charachteritcs .list-size {
        display: none;
    }
}

@media only screen and (max-width:767px) {
    .product-sliders .list-size {
        display: none;
    }
}

@media only screen and (max-width:767px) {
    .product-sliders .list-size {
        margin-top: 65px;
    }

    .main-logo__block img {
        width: 120px;
        margin: 0 auto;
    }

    .product-info__l .pie-chart {
        margin-left: 15px !important;
        margin-right: auto !important;
    }

    .main-footer__top-left {
        padding: 0 10px;
        text-align: center;
    }

    .wrapper.wrapper__footer {
        padding: 0 15px;
    }

    .fb-rating .facebook-style,
    .wrapper.wrapper__footer .google-rating>a {
        position: relative;
        top: 5px;
    }

    .filter-wrap .filter-block .filter-body .filter-title {
        text-align: left;
    }

    .product-other-collection .other-collection-list {
        padding: 0;
    }

    .product-other-collection .other-collection-list .collection-list-item {
        margin: 0 3px;
        width: auto;
    }

    .breadcrumbs li {
        line-height: 15px;
        margin-bottom: 0;
    }

    .breadcrumbs li a,
    .breadcrumbs li span {
        color: #919191;
        font-size: 10px;
        line-height: 15px;
    }

    .breadcrumbs li span {
        color: #000;
    }

    .product-info__slider {
        margin-bottom: 40px;
    }

    .product-info__slider .slick-dots {
        bottom: -30px;
    }

    .product-info__r {
        padding-bottom: 25px;
    }

    .product-info__l .production-info {
        text-align: left;
    }

    .filter-wrap {
        margin-top: 20px;
    }

    .select-image-list {
        text-align: left;
    }

    .filter-wrap .select-image .image-title {
        text-align: left;
    }

    .product-info__l .filter-wrap .select-image .ch-lable-image {
        margin-bottom: 2px;
    }

    .product-info__l .filter-wrap .filter-block .filter-body .radio-group {
        max-height: 149px;
    }
}

@media only screen and (min-width:769px) and (max-width:1199px) {
    .product-other-collection .other-collection-list .collection-list-item {
        margin: 0 3px;
    }
}

.product-other-collection .other-collection-list .collection-list-item .list-item-header {
    display: flex;
    justify-content: space-between;
    left: 0;
    padding: 0 20px;
    position: absolute;
    top: 20px;
    width: 100%
}

.product-other-collection .other-collection-list .collection-list-item .list-item-header .h-left>div {
    border-radius: 7px;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    line-height: 15px;
    padding: 5px 12px;
    position: relative;
}

.product-other-collection .other-collection-list .collection-list-item .list-item-header .h-left .h-left-top {
    background-color: #ff5353;
    color: #fff;
}

.product-other-collection .other-collection-list .collection-list-item .list-item-header .h-left .h-left-sale {
    background-color: #fbf8e9;
}

.product-other-collection .other-collection-list .collection-list-item .list-item-header .h-left .h-left-sale span {
    background-color: #117fbc;
    border-radius: 50%;
    bottom: -20px;
    color: #fff;
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: -20px;
    text-align: center;
    width: 30px;
}

.product-other-collection .other-collection-list .collection-list-item .list-item-header .h-left .h-left-eco {
    background-color: #8ac63f;
    color: #fff;
    margin-left: 30px;
    padding: 5px 20px;
}

.product-other-collection .other-collection-list .collection-list-item .list-item-header .h-left .h-left-top~.h-left-eco {
    margin-left: 8px;
}

.product-other-collection .other-collection-list .collection-list-item .list-item-header .h-right {
    cursor: pointer;
}

.product-other-collection .other-collection-list .collection-list-item .list-item-product h4 {
    margin-top: 35px;
    text-align: center;
}

.product-other-collection .other-collection-list .collection-list-item .list-item-product .like-h4 {
    margin-top: 8px;
    font-weight: 600;
    min-height: 44px;
}

.product-other-collection .other-collection-list .collection-list-item .list-item-product .item-product-variations {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 300px;
    padding-left: 14px;
}

.product-other-collection .other-collection-list .collection-list-item .list-item-product .item-product-variations>span {
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 10px;
    font-size: 10px;
    font-weight: 400;
    height: 30px;
    line-height: 28px;
    margin-right: 5px;
    width: 30px;
}

.product-other-collection .other-collection-list .collection-list-item .list-item-product .item-product-variations .more-variations {
    border: 1px solid #000;
    text-align: center;
    text-decoration: underline;
}

.product-other-collection .other-collection-list .collection-list-item .list-item-product .item-product-variations .icon {
    margin-left: auto;
    margin-right: auto;
}

.product-other-collection .other-collection-list .collection-list-item .list-item-product .item-product-info {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-top: 8px;
}

.product-other-collection .other-collection-list .collection-list-item .list-item-product .item-product-info .product-info-rating {
    padding-right: 11px;
}

.product-other-collection .other-collection-list .collection-list-item .list-item-product .item-product-info .product-info-rating img {
    display: inline-block;
}

.product-other-collection .other-collection-list .collection-list-item .list-item-product .item-product-info .product-info-reviews a {
    font-size: 12px;
    font-weight: 400;
    line-height: 22px;
    text-decoration: underline;
}

.product-other-collection .other-collection-list .collection-list-item .list-item-price {
    display: block;
    margin-top: 38px;
    text-align: center;
}

.product-other-collection .other-collection-list .collection-list-item .list-item-price .item-price {
    background-color: #fd0;
    border-top-left-radius: 22px;
    border-top-right-radius: 22px;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    padding: 5px 36px;
}

@media only screen and (max-width:1199px) {
    .product-other-collection .other-collection-list .collection-list-item .list-item-price .item-price {
        padding: 5px 25px;
    }
}

.product-other-collection .other-collection-list .collection-list-item .list-item-price .item-price img {
    display: inline-block;
    padding-left: 10px;
    position: relative;
    top: 3px;
}

.product-other-collection .slick-dots {
    bottom: -45px;
}

.product-loyalty-program {
    margin-bottom: 30px;
}

.product-loyalty-program .product-loyalty-program-list {
    display: grid;
    grid-gap: 21px;
    grid-template-columns: repeat(2, 1fr);
    margin: 21px -15px 0;
}

.product-loyalty-program .product-loyalty-program-list>div:nth-child(8n+1) {
    background: #FCE4EC;
}

.product-loyalty-program .product-loyalty-program-list>div:nth-child(8n+2) {
    background: #DFF2F1;
}

.product-loyalty-program .product-loyalty-program-list>div:nth-child(8n+3) {
    background: #EDE7F6;
}

.product-loyalty-program .product-loyalty-program-list>div:nth-child(8n+4) {
    background: #E1F5FE;
}

.product-loyalty-program .product-loyalty-program-list>div:nth-child(8n+5) {
    background: #dff2f1;
}

.product-loyalty-program .product-loyalty-program-list>div:nth-child(8n+6) {
    background: #ede7f6;
}

.product-loyalty-program .product-loyalty-program-list>div:nth-child(8n+7) {
    background: #fce4ec;
}

.product-loyalty-program .product-loyalty-program-list>div:nth-child(8n+8) {
    background: #e1f5fe;
}

.product-loyalty-program .product-loyalty-program-list>div {
    min-height: 200px;
    overflow: hidden;
    position: relative;
    z-index: 0;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    border-radius: 10px;
}
.product-loyalty-program .product-loyalty-program-list>div .left {
    padding: 30px 0 30px 30px;
}

.product-loyalty-program .product-loyalty-program-list>div p {
    margin-top: 12px;
    max-width: 358px;
    line-height: 20px;
}

.product-loyalty-program .product-loyalty-program-list>div .program-list-image {
    align-items: center;
    display: flex;
    height: 100%;
}

.product-loyalty-program .product-loyalty-program-list>div .program-list-image img {    
    width: auto;
    max-width: 186px;
}

.product-loyalty-program .product-loyalty-program-list>div a {
    border: 1px solid #000;
    border-radius: 10px;
    display: inline-block;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    margin-top: 30px;
    padding: 16px 35px;
    background-color: transparent;
    width: fit-content;
    width: -moz-fit-content;
}

.product-personal-discount {
    margin-top: 70px;
}

.product-personal-discount .personal-discount {
    background-color: #f0f0f0;
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(2, 1fr);
    padding: 35px 50px 40px 48px;
}

.product-personal-discount .personal-discount .personal-discount-left p {
    margin-top: 11px;
}

.product-personal-discount .personal-discount .personal-discount-right {
    display: grid;
}

.product-personal-discount .personal-discount .personal-discount-right a {
    align-self: end;
    border: 1px solid #000;
    border-radius: 10px;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 700;
    justify-self: end;
    line-height: 17px;
    margin-bottom: 5px;
    padding: 15px 37px;
}

.buy-kit .buy-kit-content {
    display: grid;
    grid-template-columns: 4fr 5fr 250px;
    margin-top: 37px;
}

.buy-kit .buy-kit-content>div {
    position: relative;
}

.buy-kit .buy-kit-content>div .buy-kit-line {
    align-items: center;
    display: flex;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}

.buy-kit .buy-kit-content>div .buy-kit-line>div {
    align-items: center;
    background-color: #fff;
    display: flex;
    height: 50px;
    justify-content: center;
    width: auto;
}

@media screen and (max-width:640px) {
    .buy-kit .buy-kit-content {
        align-items: center;
        grid-template-columns: 5fr 5fr 175px;
    }

    .buy-kit .buy-kit-content>div .buy-kit-line {
        right: -60px;
    }

    .buy-kit .buy-kit-content>div .buy-kit-info {
        width: 175px;
    }

    .buy-kit .buy-kit-content>div .buy-kit-line {
        right: -36px;
    }

    .buy-kit .buy-kit-content .buy-kit-two {
        padding-left: 60px !important;
    }

    .buy-kit .buy-kit-content .buy-kit-two .buy-kit-image img {
        height: 130px;
    }

    .buy-kit .buy-kit-content .buy-kit-two .buy-kit-line {
        right: -10px;
    }

    .buy-kit .buy-kit-content .buy-kit-add .buy-kit-price {
        margin-left: unset;
        margin-top: 30px;
    }

    .buy-kit .buy-kit-content .buy-kit-add .__btn {
        padding: 10px !important;
    }
}

.buy-kit .buy-kit-content>div:first-child .buy-kit-line:before {
    background-color: #c7c7c7;
    content: "";
    height: 100%;
    position: absolute;
    right: 7px;
    top: 0;
    width: 1px;
    z-index: -1;
}

.buy-kit .buy-kit-content>div .buy-kit-info {
    margin-top: 28px;
}

.buy-kit .buy-kit-content>div .buy-kit-info h3 {
    font-size: 20px;
    line-height: 24px;
}

@media screen and (max-width:640px) {
    .buy-kit .buy-kit-content>div .buy-kit-info h3 {
        font-size: 12px;
    }

    .buy-kit .buy-kit-content>div .buy-kit-info .buy-kit-info-price {
        font-size: 13px;
    }
}

.buy-kit .buy-kit-content>div .buy-kit-info .buy-kit-info-price {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    margin-top: 7px;
}

.buy-kit .buy-kit-content>div .buy-kit-info .buy-kit-info-price span {
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    margin-bottom: 13px;
    text-decoration-line: line-through;
}

.buy-kit .buy-kit-content .buy-kit-two {
    padding-left: 105px;
}

.buy-kit .buy-kit-content .buy-kit-add {
    justify-self: end;
    text-align: right;
}

.buy-kit .buy-kit-content .buy-kit-add .buy-kit-sale {
    background-color: #fbf8e9;
    border-radius: 7px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    margin-right: 33px;
    padding: 10px 11px;
    position: relative;
}

.buy-kit .buy-kit-content .buy-kit-add .buy-kit-sale span {
    align-items: center;
    background-color: #117fbc;
    border-radius: 50%;
    bottom: -29px;
    color: #fff;
    display: flex;
    height: 45px;
    justify-content: center;
    position: absolute;
    right: -33px;
    width: 45px;
}

.buy-kit .buy-kit-content .buy-kit-add .buy-kit-price {
    align-items: center;
    background-color: #fd0;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    font-size: 20px;
    font-weight: 700;
    height: 120px;
    justify-content: center;
    margin-left: auto;
    margin-right: 33px;
    margin-top: 36px;
    position: relative;
    width: 120px;
}

.buy-kit .buy-kit-content .buy-kit-add .buy-kit-price .buy-kit-price-old {
    bottom: 22px;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%
}

.buy-kit .buy-kit-content .buy-kit-add .buy-kit-price .buy-kit-price-old span {
    position: relative;
}

.buy-kit .buy-kit-content .buy-kit-add .buy-kit-price .buy-kit-price-old span:before {
    background-color: #e11a3f;
    content: "";
    height: 1px;
    left: -5px;
    position: absolute;
    top: 7px;
    transform: rotate(-8.69deg);
    width: 118%
}

.buy-kit .buy-kit-content .buy-kit-add .__btn {
    margin-top: 34px;
}

@media screen and (max-width:640px) {
    .buy-kit .buy-kit-content .buy-kit-add .buy-kit-price {
        font-size: 16px;
        height: 100px;
        margin-left: 30px;
        width: 100px;
    }

    .buy-kit .buy-kit-content .buy-kit-add .buy-kit-price .buy-kit-price-old {
        font-size: 14px;
    }

    .buy-kit .buy-kit-content .buy-kit-add .__btn {
        margin-top: 15px;
        padding: 15px;
    }
}

@media only screen and (min-width:960px) {
    .not_vis {
        display: none;
    }
}

@media only screen and (max-width:960px) {
    .additional-info {
        display: none;
    }

    .mob_vis {
        display: none;
    }
}

footer h5 {
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 17px;
}

footer .footer-social-list {
    margin-top: 13px;
    padding-left: 0;
}

footer .footer-social-list li {
    display: inline-block;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

footer .footer-social-list li a {
    display: block;
    padding: 0 5px;
}

@media only screen and (min-width:960px) and (max-width:1200px) {
    .top-header-stretching {
        font-size: 16px;
        height: auto;
        letter-spacing: 1.8px;
        line-height: 24px;
    }

    .header-top__nav {
        display: block;
        margin-top: 13px;
    }

    .header-top__nav .header-top__nav-list li {
        margin-top: 0;
    }

    .main-header__top {
        max-width: initial;
    }

    .header-contact__phone {
        font-size: 14px;
        line-height: 17px;
    }

    .header-contact__time {
        font-size: 12px;
        line-height: 15px;
    }

    .main-header__top a.main-logo__block img {
        height: auto !important;
        width: 130px !important;
    }

    .header-contact-phone-wrap {
        margin-right: 0;
    }

    .main-header__top a.main-logo__block {
        bottom: 0;
        justify-self: start;
    }

    .header-contact-phone-wrap {
        padding-right: 15px;
        text-align: right;
    }

    .hamburger {
        font-size: 14px;
    }

    .header-btns__cart span {
        height: 15px;
        line-height: 16px;
        width: 15px;
    }

    .breadcrumbs {
        margin-top: 76px;
    }

    .product-info__block {
        grid-gap: 39px;
        grid-template-columns: 55% auto;
    }

    .product-info__block .main-title_top {
        font-size: 14px;
        margin-bottom: 6px;
    }

    .prev-comments-block .comments-item__rating[data-stars] .star-rating {
        margin-right: 2px;
    }

    .prev-comments-block .center-wrap {
        margin-right: 24px;
    }

    .production-info {
        margin-top: 24px;
    }

    .production-info__text {
        font-size: 12px;
    }

    .filter-name,
    .filter-quantity,
    .filter-select {
        font-size: 12px;
    }

    .filter-wrap {
        margin-bottom: 28px;
        margin-top: 35px;
    }

    .product-info__sale_wrap+.product-info__price {
        font-size: 14px;
        margin-bottom: 22px;
    }

    .product-info__btn-set.btn-set .product-info__add {
        flex: 0 1 48%;
        margin-right: 0;
    }

    .product-info__btn-set.btn-set .product-info__add span {
        display: block;
    }

    .product-info__btn-set.btn-set .byInOneClick {
        border: 1px solid #000;
        flex: 0 1 48%;
        margin-right: 0;
    }

    .product-info__btn-set.btn-set .credit-pay {
        margin-top: 24px;
    }

    .product-info__btn-set.btn-set .byInOneClick span {
        display: block;
    }

    .product-info__btn-set>* {
        padding-left: 10px;
        padding-right: 10px;
    }

    .product-info__btn-set.btn-set>* {
        min-height: 40px;
    }

    @media screen and (max-width:991px) {
        .product-loyalty-program .product-loyalty-program-list {
            grid-template-columns: repeat(1, 1fr);
        }
        .product-info__btn-set.btn-set>* {
            margin-bottom: 0 !important;
        }

        .main-header__top {
            padding: 15px;
        }
    }

    .additional-card__title p,
    .additional-link a,
    .additional-text p {
        font-size: 12px;
    }

    .additional-card__title {
        margin-bottom: 8px;
    }

    .credit-pay-var {
        padding-top: 17px;
    }

    .social-wrap {
        margin-top: 22px;
    }

    .like-btn img {
        height: auto;
        width: 32px;
    }

    .social-wrap .showroom {
        height: auto;
        margin-left: 4px;
        padding: 10px;
        width: auto;
    }

    .share-wrap p {
        font-size: 12px;
    }

    .share-wrap a {
        margin-right: 10px;
    }

    .share-wrap a img {
        height: 20px;
        width: 20px;
    }
}

@media only screen and (max-width:960px) {
    .main-header__top {
        max-width: 100%
    }

    .main-header__contact {
        display: none;
    }

    .main-header__contact {
        display: none;
    }

    .top-header-stretching {
        height: auto;
    }
}

.filter-wrap {
    position: relative;
}

.filter-wrap .filter-block {
    cursor: pointer;
}

.filter-wrap .filter-block .filter-body {
    background-color: #fff;
    border: 8px solid #f0f0f0;
    display: none;
    height: auto;
    left: 0;
    min-height: 100%;
    padding: 10px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

@media (max-width:767px) {
    .filter-wrap .filter-block .filter-body {
        height: 185px;
        overflow: auto;
    }
}

.filter-wrap .filter-block .filter-body .filter-body-close {
    background-color: #f0f0f0;
    border-radius: 50%;
    font-size: 20px;
    height: 20px;
    line-height: 20px;
    moz-border-radius: 50%;
    position: absolute;
    right: 4px;
    text-align: center;
    top: 4px;
    webkit-border-radius: 50%;
    width: 20px;
}

.filter-wrap .filter-block .filter-body .radio-group {
    max-height: 250px;
    overflow-y: auto;
}

.filter-wrap .filter-block .filter-body .radio-group::-webkit-scrollbar {
    width: 2px;
}

.filter-wrap .filter-block .filter-body .radio-group::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.filter-wrap .filter-block .filter-body .radio-group::-webkit-scrollbar-thumb {
    background: #888;
}

.filter-wrap .filter-block .filter-body .radio-group::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.filter-wrap .filter-block .filter-body .filter-title {
    border-bottom: none;
}

.filter-wrap .filter-block.show-variation .filter-body {
    display: block;
}

.product-material__item {
    border: 1px solid #f0f0f0;
    border-radius: 50%;
    color: #000;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    height: 20px;
    line-height: 20px;
    margin-bottom: 16px;
    margin-right: 10px;
    moz-border-radius: 50%;
    text-align: center;
    webkit-border-radius: 50%;
    width: 20px;
}

.product-material__item:hover {
    background-color: #f0f0f0;
}

.ch-lable-image>span:hover {
    cursor: pointer;
}

.filter-wrap .ch-lable {
    cursor: pointer;
    display: block;
    font-size: 14px;
    margin-bottom: 12px;
    margin-top: 22px;
    moz-user-select: none;
    ms-user-select: none;
    padding-left: 35px;
    position: relative;
    user-select: none;
    webkit-user-select: none;
}

.filter-wrap .ch-lable>img {
    display: inline-block;
    float: left;
    height: 30px;
    padding-right: 10px;
    position: relative;
    top: -7px;
    width: auto;
}

.filter-wrap .ch-lable input {
    cursor: pointer;
    opacity: 0;
    position: absolute;
}

.filter-wrap .checkmark {
    background-color: #eee;
    border-radius: 50%;
    height: 28px;
    left: 0;
    position: absolute;
    top: -5px;
    width: 28px;
}

.filter-wrap .ch-lable:hover input~.checkmark {
    background-color: #fafafa;
    box-shadow: inset 0 0 2px #ccc;
}

.filter-wrap .ch-lable input:checked~.checkmark {
    background-color: #fff;
    box-shadow: inset 0 0 3px #ccc;
}

.filter-wrap .checkmark:after {
    content: "";
    display: none;
    position: absolute;
}

.filter-wrap .ch-lable input:checked~.checkmark:after {
    display: block;
}

.filter-wrap .ch-lable .checkmark:after {
    background: #fd0;
    border-radius: 50%;
    height: 12px;
    left: 8px;
    top: 8px;
    width: 12px;
}

.filter-wrap .select-image {
    padding-bottom: 15px;
}

.filter-wrap .select-image .image-title {
    color: #ccc;
    display: block;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    margin-top: 15px;
    position: relative;
}

.filter-wrap .select-image .image-title span {
    border: 1px solid #000;
    border-radius: 50%;
    color: #000;
    cursor: pointer;
    display: inline-block;
    font-size: 17px;
    font-weight: 600;
    height: 28px;
    line-height: 28px;
    margin-left: 10px;
    moz-border-radius: 50%;
    text-align: center;
    webkit-border-radius: 50%;
    width: 28px;
}

.filter-wrap .select-image .image-title button {
    position: absolute;
    right: 15px;
    top: -12px;
}

.filter-wrap .select-image .ch-lable-image {
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 12px;
    position: relative;
}

.filter-wrap .select-image .ch-lable-image input {
    opacity: 0;
    position: absolute;
}

.filter-wrap .select-image .ch-lable-image .checkmark-image {
    cursor: pointer;
    display: block;
}

.filter-wrap .select-image .ch-lable-image .checkmark-image img {
    height: 100px;
    width: 100px;
}

.filter-wrap .select-image .ch-lable-image .checkmark-image .color {
    display: block;
    height: 100px;
    width: 100px;
}

.filter-wrap .select-image .ch-lable-image input:checked~.checkmark-image {
    border: 2px solid #ccc;
    height: 100px;
    width: 100px;
}

.filter-wrap .select-image .ch-lable-image input:checked~.checkmark-image .color,
.filter-wrap .select-image .ch-lable-image input:checked~.checkmark-image img {
    height: 80px;
    left: 8px;
    position: relative;
    top: 8px;
    width: 80px;
}

.filter-wrap .select-image .individual {
    display: block;
}

.buy-kit-content-mob {
    display: none;
}

.comments-form-modal-mobile {
    display: none;
}

@media screen and (min-width:641px) {
    .charachteritcs h2>img {
        display: none;
    }

    .charachteritcs .like-h2>img {
        display: none;
    }
}

@media screen and (max-width:640px) {
    .product-section.buy-kit.not_vis {
        margin-top: 45px;
    }

    .comments-form__rating {
        margin-top: 20px;
    }

    .charachteritcs {
        display: block;
        padding: 0;
    }

    .mechanism-descr {
        align-items: center;
        display: flex;
        grid-gap: unset;
    }

    .mechanism-descr__img {
        height: 150px;
        width: auto;
    }

    .mechanism-descr__text {
        margin-left: 30px;
        padding: 0;
        width: 400px;
    }

    .product-sliders .product-sliders-list {
        display: flex;
        flex-direction: column;
        grid-gap: unset;
    }

    .product-sliders .product-sliders-list .slider-wr .slider-wr-list {
        max-width: 100%
    }

    .charachteritcs h2,
    .lookbook-title,
    .product-section.product-reviews>h2,
    .product-section.product-service-info>h2,
    .text-content.product-second-description.not_vis>h2 {
        align-items: center;
        background-color: #f0f0f0;
        border-bottom: 1px solid #ccc;
        cursor: pointer;
        display: flex !important;
        font-weight: 400;
        font-size: 12px;
        height: 30px;
        justify-content: space-between;
        padding: 0 15px;
        width: 100%
    }

    .charachteritcs .like-h2,
    .product-section.product-reviews>.like-h2,
    .product-section.product-service-info>.like-h2,
    .text-content.product-second-description.not_vis>.like-h2 {
        align-items: center;
        background-color: #f0f0f0;
        border-bottom: 1px solid #ccc;
        cursor: pointer;
        display: flex !important;
        font-weight: 400;
        font-size: 12px;
        height: 30px;
        justify-content: space-between;
        padding: 0 15px;
        width: 100%
    }

    .charachteritcs .like-h2 {
        margin-bottom: 0;
    }

    .charachteritcs h2 img,
    .lookbook-title img,
    .product-section.product-reviews>h2 img,
    .product-section.product-service-info>h2 img,
    .text-content.product-second-description.not_vis>h2 img {
        transition: all .3s;
    }

    .charachteritcs .like-h2 img,
    .product-section.product-reviews>.like-h2 img,
    .product-section.product-service-info>.like-h2 img,
    .text-content.product-second-description.not_vis>.like-h2 img {
        transition: all .3s;
    }

    .lookbook-sliders {
        display: none;
        margin-bottom: 50px;
        padding: 0 15px;
    }

    .product-sliders .product-sliders-list .slider-wr {
        margin-top: 45px;
    }

    .product-sliders {
        margin-top: 30px;
    }

    .descr-div {
        margin-top: 45px;
        padding: 0 15px;
    }

    .reviews-header-right {
        display: none;
    }

    .product-reviews .product-reviews-header {
        align-items: center;
        display: flex;
        justify-content: space-between;
    }

    .modal-title.comments__title.center-wrap {
        display: none;
    }

    .service-slide {
        display: none;
    }

    .product-service-info .service-info-list {
        grid-template-columns: repeat(2, 1fr);
    }

    .product-section.product-other-collection {
        margin-top: 0;
    }

    .product-loyalty-program .product-loyalty-program-list {
        grid-template-columns: repeat(1, 1fr);
    }

    .main-header__block ul.header-bottom__nav-list>li {
        max-width: 100%
    }

    .comments-form-modal-mobile {
        display: block;
        margin: 30px 0;
        text-align: center;
    }

    .reviews-block {
        margin-top: 45px;
    }

    .product-reviews {
        margin-top: 0;
    }

    .product-service-info {
        margin-top: 0;
    }

    footer.fixed {
        background-color: #fff;
        border-top: 1px solid #ccc;
        bottom: 0;
        margin-top: 0;
        position: fixed;
        width: 100%
    }

    footer ul .how-find-btn {
        font-size: 12px;
        height: 40px;
        margin-right: 0;
        padding: 10px;
        text-transform: uppercase;
        width: 170px;
    }

    footer #button-cart {
        background-color: #fd0;
        border-color: #fd0;
        border-radius: 5px;
        min-width: 120px;
        padding: 7px 23px;
    }

    footer .like-btn svg {
        width: 30px;
    }

    .product-info__r .additional-info {
        display: none;
    }

    .additional-info.not_vis {
        margin: 15px;
    }

    .product-other-collection .other-collection-list {
        margin: 0 auto;
    }
}

.product-personal-discount,
.product-section.buy-kit {
    padding: 0 15px;
}

@media screen and (max-width:768px) {
    .product-section.product-other-collection {
        overflow: hidden;
        padding-bottom: 45px;
        margin-right: -15px;
    }

    .buy-kit .buy-kit-content>div .buy-kit-line {
        right: -55px;
    }

    .main-header__btns.header-btns>* {
        margin-right: 16px;
    }

    .main-header__btns.header-btns>:last-child {
        margin-right: 0;
        margin-left: 0;
    }

    .main-header__btns.header-btns.p-fixed {
        margin: unset;
    }

    .product-section.product-sliders {
        margin-top: 0;
    }

    .reviews-header-right {
        display: none;
    }

    .product-reviews .product-reviews-header {
        grid-template-columns: 1fr 1.5fr;
    }

    .product-service-info .service-info-list {
        grid-template-columns: repeat(2, 1fr);
    }

    .product-section.product-other-collection h2 {
        padding: 0 15px;
    }

    .product-section.product-other-collection .like-h2 {
        padding: 0 15px;
    }

    .product-loyalty-program .product-loyalty-program-list {
        grid-template-columns: repeat(1, 1fr);
    }
    .product-loyalty-program .product-loyalty-program-list>div .left {
        padding: 28px 0 28px 20px;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
    .product-loyalty-program .product-loyalty-program-list>div {
        min-height: 104px;
    }
    .product-loyalty-program .product-loyalty-program-list>div .program-list-image img  {
        max-width: 94px;
        max-height: 104px;
    }
    .product-loyalty-program .product-loyalty-program-list>div p.like-h3{
        font-size: 18px;
        line-height: 24px;
    }
    .product-loyalty-program .mobile-toggle {
        display: none;
    }
}

@media screen and (max-width:510px) {
    .main-header__btns {
        margin-top: 0;
    }

    .product-info__l .social-wrap {
        align-items: center;
    }

    .product-info__l .social-wrap * {
        margin: 0;
    }

    .product-info__l .social-wrap .byInOneClick {
        display: none;
    }

    .product-info__btn-set.btn-set .product-info__add span {
        font-size: 14px;
        font-weight: 400;
        margin-right: 5px;
    }

    .filter-quantity {
        display: flex;
    }

    .buy-kit-content {
        display: none !important;
    }

    .buy-kit-content-mob {
        display: block;
        margin-top: 25px;
    }

    .buy-kit-one-mob,
    .buy-kit-two-mob {
        display: flex;
        justify-content: space-between;
    }

    .buy-kit-two-mob .buy-kit-info span {
        font-size: 12px;
        text-decoration: line-through;
    }

    .buy-kit-image,
    .buy-kit-info {
        flex-basis: 50%;
        padding-left: 10px;
        width: 50%
    }

    .buy-kit-image img {
        margin-left: auto;
        margin-right: auto;
    }

    .buy-kit-content-mob .buy-kit-line-pl {
        text-align: center;
    }

    .buy-kit-content-mob .buy-kit-line-pl span {
        font-size: 36px;
        font-weight: 700;
    }

    .buy-kit-content-mob .buy-kit-line-pl span::after,
    .buy-kit-content-mob .buy-kit-line-pl span::before {
        background-color: #c7c7c7;
        bottom: 428px;
        content: "";
        display: inline-block;
        height: 1px;
        position: absolute;
        right: 0;
        width: 45%
    }

    .buy-kit-content-mob .buy-kit-line-pl span::before {
        left: 0;
    }

    .buy-kit-content-mob .buy-kit-line-eq {
        text-align: center;
    }

    .buy-kit-line-eq span {
        font-size: 36px;
        font-weight: 700;
    }

    .buy-kit-line-eq span::after,
    .buy-kit-line-eq span::before {
        background-color: #c7c7c7;
        bottom: 266px;
        content: "";
        display: inline-block;
        height: 1px;
        position: absolute;
        right: 0;
        width: 45%
    }

    .buy-kit-line-eq span::before {
        left: 0;
    }

    .buy-kit .buy-kit-content-mob .buy-kit-add {
        justify-self: end;
        margin-top: 18px;
        text-align: center;
    }

    .buy-kit .buy-kit-content-mob .buy-kit-add .buy-kit-sale {
        background-color: #fbf8e9;
        border-radius: 7px;
        display: inline-block;
        font-size: 14px;
        font-weight: 700;
        margin-right: 33px;
        padding: 10px 11px;
        position: relative;
    }

    .buy-kit .buy-kit-content-mob .buy-kit-add .buy-kit-sale span {
        align-items: center;
        background-color: #117fbc;
        border-radius: 50%;
        bottom: 20px;
        color: #fff;
        display: flex;
        height: 45px;
        justify-content: center;
        position: absolute;
        right: -33px;
        width: 45px;
    }

    .buy-kit .buy-kit-content-mob .buy-kit-add .buy-kit-price {
        align-items: center;
        background-color: #fd0;
        border-radius: 50%;
        display: flex;
        flex-direction: column;
        font-size: 20px;
        font-weight: 700;
        height: 120px;
        justify-content: center;
        margin: 0 auto;
        margin-right: 33px;
        margin-top: 36px;
        position: relative;
        width: 120px;
    }

    .buy-kit .buy-kit-content-mob .buy-kit-add a.__btn_yellow {
        margin-top: 20px;
    }

    .buy-kit .buy-kit-content-mob .buy-kit-add .buy-kit-price .buy-kit-price-old {
        bottom: 22px;
        font-size: 14px;
        font-weight: 400;
        left: 0;
        position: absolute;
        text-align: center;
        width: 100%
    }

    .buy-kit .buy-kit-content-mob .buy-kit-add .buy-kit-price .buy-kit-price-old span {
        position: relative;
    }

    .buy-kit .buy-kit-content-mob .buy-kit-add .buy-kit-price .buy-kit-price-old span::before {
        background-color: #e11a3f;
        content: "";
        height: 1px;
        left: -5px;
        position: absolute;
        top: 7px;
        transform: rotate(-8.69deg);
        width: 118%
    }

    .reviews-header-left {
        display: none;
    }

    .reviews-header-center {
        width: 100%
    }

    footer ul li:nth-child(3) {
        display: none;
    }

    footer #button-cart {
        padding: 8px 12px;
    }

    .product-personal-discount .personal-discount {
        grid-template-columns: repeat(1, 1fr);
    }

    .product-personal-discount .personal-discount .personal-discount-right a {
        justify-self: unset;
        text-align: center;
    }

    .product-service-info .service-info-list {
        grid-gap: 30px 0;
        grid-template-columns: repeat(1, 1fr);
    }

    .product-service-info .service-info-list>div p {
        max-width: unset;
    }

    .product-reviews .add-product-review {
        margin: 45px 0;
    }
}

@media screen and (max-width:425px) {

    .charachteritcs>div,
    .product-section.product-sliders {
        padding: unset;
    }

    .top-header-stretching {
        font-size: 13px;
    }

    .mobile-class {
        display: block !important;
        width: 100%
    }

    .mobile-class #button-cart-mob {
        min-width: 100%;
        width: 100% !important;
    }

    .buy-kit .buy-kit-content-mob .buy-kit-add a.__btn_yellow {
        width: 100%
    }

    .buy-kit .buy-kit-content-mob .buy-kit-add .buy-kit-sale {
        right: -70px;
        top: 20px;
        z-index: 2;
    }

    .product-personal-discount .personal-discount .personal-discount-right a {
        font-size: 10px;
    }

    .product-personal-discount .personal-discount {
        padding: 20px;
    }

    .social-wrap .showroom {
        height: 40px;
        width: 170px;
    }

    .filter-quantity {
        display: none;
    }

    .filter-select {
        font-size: 11px;
    }

    .filter-title {
        grid-template-columns: 130px 1fr 0;
    }

    .product-other-collection h2 {
        padding: 0 15px;
    }

    .product-other-collection .like-h2 {
        padding: 0 15px;
    }

    .product-personal-discount {
        padding: 0;
    }

    .mob {
        margin-left: 0;
    }

    .main-header__top {
        padding: 15px;
    }
}

@media only screen and (min-width:768px) and (max-width:1199px) {
    .main-content__block>.wrapper {
        padding: 0 15px;
    }
}

.review-text-cont {
    display: flex;
}
.review-text-cont > p {
    flex: 1;
}

@media only screen and (max-width:768px) {
    jdiv {
        bottom: 26px !important;
    }

    .carrotquest-css-reset #carrotquest-messenger-collapsed-container {
        margin-bottom: 54px !important;
    }

    div.rngst_phone_button {
        bottom: 27% !important;
        right: 22% !important;
    }
}

@media only screen and (min-width:768px) {
    .bottom-line {
        display: none !important;
    }
}

.bottom-line {
    align-items: center;
    background-color: #fff;
    border-top: 1px solid #c7c7c7;
    bottom: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    left: 0;
    padding: 6px 10px 8px 10px;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

.bottom-line__top {
    margin-bottom: 10px;
    width: 100%
}

.bottom-line__top .main-title {
    font-size: 16px;
    margin: 0;
}

.bottom-line__top picture {
    display: block;
    height: 0;
    padding-bottom: 25.15%;
    position: relative;
    width: 100%
}

.bottom-line__top img {
    height: 100%;
    left: 0;
    object-fit: contain;
    position: absolute;
    top: 0;
    width: 100%
}

.bottom-line .showroom {
    font-size: 12px;
    font-weight: 700;
    height: unset;
    line-height: 15px;
    padding: 11px 5px;
    width: 150px;
}

.bottom-line .product-info__add {
    border-radius: 10px;
    min-width: 117px;
    moz-border-radius: 10px;
    padding: 7px 15px;
    webkit-border-radius: 10px;
}

.bottom-line .pie-chart.byInInstallments {
    border: none;
    min-width: unset;
}

@media only screen and (max-width:413px) {
    .bottom-line .showroom {
        display: none;
    }

    .bottom-line {
        justify-content: space-around;
    }
}

.header-top__nav-list a {
    font-weight: 500;
}

.header-top__nav {
    margin: 0;
}

.header-contact__time {
    color: #666;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 4px;
    text-align: center;
}

.header-contact-phone-wrap {
    position: relative;
    text-align: center;
}

.header-contact__phone {
    color: #252531;
    font-weight: 500;
    font-size: 17px;
    line-height: 21px;
}

.header-contact-phone-wrap>span {
    color: #133568;
    cursor: pointer;
    display: inline-block;
    font-size: 10px;
    line-height: 11px;
    letter-spacing: .03em;
    border-bottom: 1px dashed #133568;
    transition: all .2s;
    display: block;
    width: fit-content;
    width: -moz-fit-content;
    margin: 0 auto;
}

.header-contact-phone-wrap>span:hover {
    border-bottom: 1px solid #133568;
}

.phone-list {
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 1;
}

.phone-list ul {
    padding-left: 0;
}

.phone-list ul li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.phone-list ul li a {
    color: #252531;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 500 !important;
    letter-spacing: .03em;
    line-height: 17px;
}

.phone-list>ul li {
    margin-bottom: 7px;
}

.open-phone-list {
    background: #fff;
    border: 1px solid #dedede;
    border-radius: 4px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .15);
    box-sizing: border-box;
    padding: 18px 0 11px 0;
    width: 100%
}

.open-phone-list .open-phone .open-phone-show {
    display: none;
}

.phone-list .open-phone .telCalls {
    display: none;
}

.phone-list.open-phone-list .open-phone .telCalls {
    display: block;
}

.header-contact-phone-wrap {
    margin-right: 69px;
    top: 2px;
}

@media only screen and (max-width:1100px) {
    .header-top__nav-list {
        display: none;
    }
}

#language-switcher {
    position: relative;
    margin-right: 15px;
}

#language-switcher .language-list {
    min-width: 69px;
}

#language-switcher .switcher span {
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 17px;
}

.phone-mobile-modal .box-modal {
    font-family: Montserrat, sans-serif;
    padding-bottom: 20px;
}

.phone-mobile-modal .box-modal>span {
    color: #666;
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    margin-top: 51px;
}

.phone-mobile-modal .ph-b {
    color: #252531;
    display: block;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: .03em;
    line-height: 37px;
    margin-top: 15px;
    text-decoration: none;
}

.phone-mobile-modal .open-ph-list {
    margin-bottom: 77px;
    margin-top: 24px;
}

.phone-mobile-modal .open-ph-list.open-ph-list-show {
    margin-bottom: 37px;
}

.oneClickModel.phone-mobile-modal .phone-mobile-modal-fb {
    background-color: #ffca21;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: .03em;
    line-height: 29px;
    padding: 23px;
    width: 100%
}

.phone-mobile-modal .open-ph-list>span {
    border-bottom: 2px dashed #ffca21;
    color: #ffca21;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: .03em;
    line-height: 22px;
    padding-bottom: 1px;
}

.phone-mobile-modal .open-ph-list ul li {
    list-style-type: none;
    margin-bottom: 17px;
    margin-left: 0;
    padding-left: 0;
}

.phone-mobile-modal .open-ph-list a {
    color: #252531;
    display: block;
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: .03em;
    line-height: 24px;
}

.open-ph-list ul {
    display: none;
}

.open-ph-list.open-ph-list-show span {
    display: none;
}

.open-ph-list.open-ph-list-show ul {
    display: block;
}

.open-ph-list-show {
    background: #fff;
    border: 1px solid #dedede;
    border-radius: 4px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .15);
    box-sizing: border-box;
    padding: 22px 0 15px;
}

.phone-mobile-modal h3 {
    color: #252531;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: .03em;
    line-height: 29px;
    margin-top: 43px;
}

.phone-mobile-modal .like-h3 {
    color: #252531;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: .03em;
    line-height: 29px;
    margin-top: 43px;
}

.phone-mobile-modal .phone-mobile-modal-social {
    margin-top: 34px;
}

.phone-mobile-modal .phone-mobile-modal-social li {
    display: inline-block;
    padding: 0 15px;
}

.phone-mobile-modal .mail-link {
    color: #666;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .03em;
    line-height: 17px;
    margin-top: 29px;
}

.phone-mobile-modal .mail-link svg {
    margin-right: 10px;
}

@media only screen and (max-width:767px) {
    .header-btns .hamburger.is-active {
        right: 15px;
        top: 29px;
    }

    .header-bottom__nav-list ul li {
        position: relative;
    }

    .bottom-line {
        padding: 6px 5px 8px 5px;
    }

    #bottom-line-price {
        font-weight: 700;
    }

    .header-bottom__nav-list li a,
    .header-bottom__nav-list>li>a,
    .header-top__nav-hidden>li>a {
        text-align: left !important;
    }

    .header-bottom__nav-list>li>ul>li>ul {
        background-color: transparent;
        bottom: unset;
        column-fill: unset;
        columns: unset;
        left: unset;
        margin: 0;
        padding: 0;
        position: relative;
        top: unset;
        width: 100%
    }

    .header-bottom__nav-list>li>ul>li>ul>li:last-child {
        display: none;
    }

    .header-bottom__nav-list>li>ul>li>ul li,
    .header-bottom__nav-list>li>ul>li>ul li a {
        display: block;
        padding-bottom: 7px;
        padding-left: 13px;
    }
}

@media only screen and (max-width:350px) {
    #bottom-line-price .product-info__sale {
        font-size: 12px;
    }
}

@media only screen and (max-width:767px) {

    .arcticmodal-container,
    .arcticmodal-overlay {
        z-index: 1000000;
    }

    #popUpinstallments .topBlock {
        flex-wrap: wrap;
    }

    #popUpinstallments .cost.product-info__price {
        flex-basis: 100%;
        max-width: 180px;
        width: 100%
    }

    #popUpinstallments .titleOfProd {
        flex-basis: 65%;
        width: 65%
    }
}

.pie-chart,
.pie-chart .byInInstallments {
    border: none !important;
    cursor: pointer;
}

.pie-chart .byInInstallments:hover,
.pie-chart:hover {
    background-color: transparent !important;
}

.arcticmodal-img {
    max-height: 90vh;
}

.arcticmodal-container,
.arcticmodal-overlay {
    z-index: 1000000;
}

.product-second-description-text {
    max-height: 100px;
    moz-transition: all .3s;
    ms-transition: all .3s;
    o-transition: all .3s;
    overflow: hidden;
    transition: all .3s;
    webkit-transition: all .3s;
    position: relative;
}

.product-second-description-text::before {
    content: '';
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 40px;
    background: -webkit-linear-gradient(180deg, rgb(255, 255, 255), rgb(255, 255, 255));
    background: -moz-linear-gradient(180deg, rgb(255, 255, 255), rgb(255, 255, 255));
    background: linear-gradient(0deg, rgba(255, 255, 255, .9), rgba(255, 255, 255, 0));
}

.product-second-description-text.text-show {
    max-height: 800px;
    moz-transition: all .3s;
    ms-transition: all .3s;
    o-transition: all .3s;
    transition: all .3s;
    webkit-transition: all .3s;
}

.header-top__nav .header-top__nav-list li {
    margin-right: 15px;
}

.header-top__nav-list a {
    font-family: Montserrat, sans-serif;
    font-weight: 500;
}

.header-top__nav {
    margin: 0;
}

.header-contact__time {
    color: #666;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 4px;
    text-align: center;
}

.header-contact-phone-wrap {
    position: relative;
    text-align: center;
}

.header-contact__phone {
    color: #252531;
    font-weight: 500;
    font-size: 17px;
    line-height: 21px;
}

.header-contact-phone-wrap>span {
    color: #133568;
    cursor: pointer;
    display: inline-block;
    font-size: 10px;
    line-height: 11px;
    letter-spacing: .03em;
    border-bottom: 1px dashed #133568;
    transition: all .2s;
    display: block;
    width: fit-content;
    width: -moz-fit-content;
    margin: 0 auto;
}

.header-contact-phone-wrap>span:hover {
    border-bottom: 1px solid #133568;
}

@media (min-width:1199px) and (max-width:1300px) {
    #language-switcher {
        margin-right: 5px;
    }

    .header-top__nav .header-top__nav-list li:last-child {
        margin-right: 5px;
    }
}

@media only screen and (max-width:1199px) {

    header .main-header__bottom.header-bottom__nav,
    header .main-header__top.flex-block {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.main-header__block.simple .main-header__bottom.header-bottom__nav,
.main-header__block.simple .main-header__top.flex-block {
    padding-left: 15px;
    padding-right: 15px;
}

@media only screen and (max-width:768px) {
    header .main-header__top.flex-block {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

.phone-list {
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 1;
}

.phone-list ul {
    padding-left: 0;
}

.phone-list ul li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.phone-list ul li a {
    color: #252531;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 500 !important;
    letter-spacing: .03em;
    line-height: 17px;
}

.phone-list>ul li {
    margin-bottom: 7px;
}

.open-phone-list {
    background: #fff;
    border: 1px solid #dedede;
    border-radius: 4px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .15);
    box-sizing: border-box;
    padding: 18px 0 11px 0;
    width: 100%;
    z-index: 11;
}

.open-phone-list .open-phone .open-phone-show {
    display: none;
}

.phone-list .open-phone .telCalls {
    display: none;
}

.phone-list.open-phone-list .open-phone .telCalls {
    display: block;
}

.header-contact-phone-wrap {
    margin-right: 30px;
    top: 2px;
}

@media only screen and (max-width:1190px) {
    .header-top__nav-list {
        display: none;
    }
}

#language-switcher {
    position: relative;
}

#language-switcher .language-list {
    min-width: 123px;
}

#language-switcher .switcher span {
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 17px;
}

.phone-mobile-modal .box-modal {
    font-family: Montserrat, sans-serif;
    padding-bottom: 20px;
}

.phone-mobile-modal .box-modal>span {
    color: #666;
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    margin-top: 51px;
}

.phone-mobile-modal .ph-b {
    color: #252531;
    display: block;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: .03em;
    line-height: 37px;
    margin-top: 15px;
    text-decoration: none;
}

.phone-mobile-modal .open-ph-list {
    margin-bottom: 77px;
    margin-top: 24px;
}

.phone-mobile-modal .open-ph-list.open-ph-list-show {
    margin-bottom: 37px;
}

.oneClickModel.phone-mobile-modal .phone-mobile-modal-fb {
    background-color: #ffca21;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: .03em;
    line-height: 29px;
    padding: 23px;
    width: 100%
}

.phone-mobile-modal .open-ph-list>span {
    border-bottom: 2px dashed #ffca21;
    color: #ffca21;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: .03em;
    line-height: 22px;
    padding-bottom: 1px;
}

.phone-mobile-modal .open-ph-list ul li {
    list-style-type: none;
    margin-bottom: 17px;
    margin-left: 0;
    padding-left: 0;
}

.phone-mobile-modal .open-ph-list a {
    color: #252531;
    display: block;
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: .03em;
    line-height: 24px;
}

.open-ph-list ul {
    display: none;
}

.open-ph-list.open-ph-list-show span {
    display: none;
}

.open-ph-list.open-ph-list-show ul {
    display: block;
}

.open-ph-list-show {
    background: #fff;
    border: 1px solid #dedede;
    border-radius: 4px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .15);
    box-sizing: border-box;
    padding: 22px 0 15px;
}

.phone-mobile-modal h3 {
    color: #252531;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: .03em;
    line-height: 29px;
    margin-top: 43px;
}

.phone-mobile-modal .phone-mobile-modal-social {
    margin-top: 34px;
}

.phone-mobile-modal .phone-mobile-modal-social li {
    display: inline-block;
    padding: 0 15px;
}

.phone-mobile-modal .mail-link {
    color: #666;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .03em;
    line-height: 17px;
    margin-top: 29px;
}

.phone-mobile-modal .mail-link svg {
    margin-right: 10px;
}

.header-social {
    margin-right: 30px;
    position: relative;
    top: -6px;
}

@media only screen and (max-width:480px) {
    header .header-social {
        margin-right: 10px;
    }
}

.header-social a {
    display: inline-block;
    margin: 0 5px;
}

@media only screen and (max-width:959px) {
    .header-social {
        top: 0;
    }
}

@media only screen and (max-width:700px) {
    .main-header__top {
        grid-template-columns: 1fr;
    }

    .main-header__btns.header-btns {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .mob {
        margin-left: 0 !important;
    }
}

@media only screen and (max-width:370px) {
    .phone-mobile-modal .ph-b {
        font-size: 26px;
    }
}

.top-header-stretching {
    display: none;
}

.main-header__block.hidden {
    transform: scaleY(0);
}

.left__right {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.to-wishlist {
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
    padding-left: 24px;
}

.to-wishlist-empty,
.to-wishlist-filled {
    position: absolute;
    left: 0;
    transition: all .3s;
}

.to-wishlist-filled {
    opacity: 0;
    visibility: hidden;
}

.to-wishlist.active .to-wishlist-empty {
    opacity: 0;
    visibility: hidden;
}

.to-wishlist.active .to-wishlist-filled {
    opacity: 1;
    visibility: visible;
}

.to-wishlist span {
    margin-left: 8px;
    font-size: 13px;
    line-height: 15px;
    font-weight: 500;
}

.cart-modal {
    max-width: 600px;
    width: 100%
}

.cart-modal .product-other-collection .slick-dots {
    bottom: -27px;
}

#address .input-typeahead-fix .twitter-typeahead {
    height: auto;
    margin-bottom: 2px;
}

#payment,
#common {
    margin-top: 30px;
}

.radchck-label.confiditial span {
    padding-left: 0;
}

#language-switcher a {
    width: 33px;
    height: 33px;
    background-color: #F4F4F4;
    color: #000;
    font-size: 12.5px;
    font-weight: 600;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    display: none;
}

#language-switcher a:hover {
    opacity: .8;
}

#language-switcher a:first-child {
    display: flex;
}

@media screen and (max-width:1190px) {
    #language-switcher {
        margin-left: auto;
        margin-right: 20px;
    }
}

@media screen and (max-width:768px) {
    .main-header__btns.header-btns {}
}

.d-f {
    display: flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: -webkit-box;
    display: -webkit-flex;
}

.s-b {
    justify-content: space-between;
}

.credit-pay {
    text-align: center;
}

.credit-pay button {
    border: none;
    color: #133568;
    font-weight: 400;
    font-size: 12px;
    line-height: 11px;
    border-bottom: 1px dashed #133568;
    transition: all .2s;
    min-width: auto;
}

.credit-pay button:hover {
    border-bottom: 1px solid #133568;
    color: #133568;
}

.credit-pay p:first-child {
    font-weight: 600;
    font-size: 15px;
}

.credit-pay p {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}

.product-second-description {
    margin: 25px 0;
}

.feature-buttons button {
    background-color: #E8EBF0;
    border-radius: 5px;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #133568;
    padding: 15px;
    display: flex;
    align-items: center;
    margin-right: 5px;
}

.feature-buttons button:last-child {
    margin-right: 0;
}

.feature-buttons button svg {
    margin-right: 5px;
}

.charachteritcs {
    margin-top: 27px;
}

.product-section.buy-kit {
    margin: 0;
}

.h-100 {
    height: 100% !important;
}

.reviews-rating {
    white-space: nowrap;
}

.reviews-rating svg use {
    fill: #FFB800;
}

.product-section.product-sliders {
    margin-top: 20px;
}

.product-info__slider-nav .slick-arrow {
    display: none !important;
}

.phone-mobile-modal input {
    padding: 10px 22px;
    border-radius: 18px;
    width: 100%;
    margin-bottom: 15px;
    border: 1px solid rgba(184, 180, 180, .85);
}

.phone-mobile-modal input::placeholder {
    color: #000;
    font-size: 18px;
}

.phone-mobile-modal .box-modal {
    padding: 40px;
    max-width: 324px;
    min-width: auto;
    width: 100%;
    border-radius: 22px;
}

.phone-mobile-modal .arcticmodal-close {
    right: 18px;
    top: 18px;
}

.oneClickModel.phone-mobile-modal .phone-mobile-modal-fb {
    border-radius: 18px;
    font-weight: 600;
    font-size: 15px;
    padding: 8px;
    text-transform: uppercase;
    margin-bottom: 0;
    border: 0;
}

#oneClicForm+* {
    margin-top: 19px;
}

.phone-mobile-modal .like-h3 {
    margin-top: 15px;
    line-height: 22px;
    font-size: 18px;
    font-weight: 500;
}

.phone-mobile-modal .header-contact__phone {
    margin-top: 15px;
    font-weight: 700;
    font-size: 20px;
    line-height: 22px;
    color: #000;
    justify-content: center;
    align-items: center;
    display: flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: -webkit-box;
    display: -webkit-flex;
}

.phone-mobile-modal .header-contact__phone svg {
    margin-right: 10px;
}

.phone-mobile-modal .phone-mobile-modal-social {
    margin-top: 18px;
    justify-content: center;
    align-items: center;
}

.phone-mobile-modal .phone-mobile-modal-social li {
    padding: 0;
    margin: 0 11px;
}

.phone-mobile-modal .phone-mobile-modal-social li a {
    display: block;
}

.phone-mobile-modal .phone-mobile-modal-social .phone-mobile-modal-mail a {
    background: #FCE182;
    width: 33px;
    height: 33px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    display: flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: -webkit-box;
    display: -webkit-flex;
}

.menu-item-sub {
    font-size: 10px;
    position: absolute;
    width: 100%;
    text-align: center;
    white-space: nowrap;
    display: flex;
    justify-content: center;
}

@media (max-width:996px) {
    #language-switcher {
        display: none;
    }

    .main-header__btns {
        margin-left: auto;
    }

    .top-header-wrap-content {
        margin-left: auto;
    }

    .main-header__block {
        border-bottom: 1px solid #f4f4f4;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        z-index: 99;
        background-color: #fff;
    }

    .main-content__block {
        padding-top: 70px;
    }

    .menu-item-sub {
        display: none;
    }

    .product-info__block .main-title_top {
        margin-top: 0;
    }
}

.bottom-line .credit-pay {
    width: 100%
}

.bottom-line .credit-pay p {
    display: inline-block;
    margin-right: 8px;
}

.bottom-line picture {
    max-width: 140px;
}

.bottom-line-column {
    flex-wrap: wrap;
    flex: 1;
    justify-content: space-between;
    padding: 0 5px;
    align-items: center;
}

.bottom-line-column .main-title {
    font-weight: 700;
    font-size: 10px;
    margin: 0;
    padding: 0;
    padding-right: 30%;
    width: 100%;
    margin-bottom: 8px;
    text-align: left;
}

.bottom-line {
    border-radius: 20px 20px 0 0;
}

.bottom-line #bottom-line-price .product-info__price {
    font-size: 11px !important;
}

.bottom-line #bottom-line-price .product-info__sale {
    font-size: 10px !important;
    margin-bottom: 0 !important;
}

.bottom-line .reg-btn {
    font-size: 8px;
    border-radius: 10px;
    padding: 3px 10px;
    max-width: 82px;
    min-height: 24px;
    display: block;
    line-height: 1;
    min-width: auto;
}

.bottom-line .reg-btn_icon span {
    margin: 0;
    height: auto;
}

#shipment {
    margin-top: 40px;
}

.sticky-block {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
}

.product-chars__block-row:nth-child(n+5) {
    display: none;
}

.product-chars__block-row.visible:nth-child(n+5) {
    display: block;
}

.show-more-btn-js,
.show-description-text {
    display: block;
    font-size: 14px;
    color: #133568;
    cursor: pointer;
    margin-top: 16px;
    font-weight: 600;
}

.show-more-btn-js::before,
.show-description-text::before {
    content: '';
    background-image: url(../image/arrow-down-blue.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    width: 10px;
    height: 9px;
    display: inline-block;
    margin-right: 5px;
    transition: all .2s;
}

.show-more-btn-js.active::before,
.show-description-text.active::before {
    transform: rotate(180deg);
}

@media (max-width:640px) {
    .show-more-btn-js {
        display: none;
    }
}

@media (max-width:768px) {
    .product-info__slider .slick-arrow {
        display: none !important;
    }

    .product-info__slider-nav .slick-arrow {
        display: inline-block !important;
    }

    .product-info__slider .slick-dots {
        display: none !important;
    }

    .product-info__btn-set.btn-set .product-info__add {
        flex: 0 1 48%;
        margin-right: 0;
        min-width: auto;
    }

    .product-info__btn-set.btn-set .product-info__add span {
        font-size: inherit;
    }
}

@media (max-width:960px) {
    .not_vis.mt {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        margin-top: 10px;
    }

    .product-info__price {
        margin-bottom: 0;
    }

    .product-info__btn-set.btn-set .product-info__add span {
        margin-right: 0;
    }

    .not_vis .credit-pay {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 10px;
    }

    .not_vis .social-wrap {
        margin-top: 0;
    }
}

.feature-buttons {
    margin-top: 20px;
}

.one-click-modal {
    max-width: 500px;
    width: 100%;
    padding: 40px;
    background-color: #fff;
    border-radius: 10px;
    position: relative;
}

.one-click-modal label {
    font-size: 14px;
}

.one-click-modal input {
    width: 100%;
    padding: 10px 15px;
    border-radius: 5px;
    border: 1px solid rgba(184, 180, 180, .85);
    margin: 10px 0;
}

.one-click-modal input[type=submit] {
    background-color: #FECA14;
    max-width: 100%;
    margin: 0 auto;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 20px;
}

@media (max-width:350px) {
    .header-btns__item svg {
        height: 20px;
        width: 20px;
    }
}

.facebook-icon {
    background: url(../image/facebook.png) no-repeat center;
    background-size: cover;
    width: 36px;
    height: 36px;
}

.google-rating a {
    display: flex;
    align-items: center;
    margin-right: 5px;
}

.main-footer__top-left {
    min-width: 250px;
}

@media only screen and (max-width:996px) {
    .main-header__block.simple {}
}

.main-header__block.simple .header-bottom__nav {
    left: 0;
    min-height: 100%;
    opacity: 0;
    o-transition: all .2s ease-out;
    padding: 25px 15px;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s ease-out;
    visibility: hidden;
    webkit-transition: all .2s ease-out;
    z-index: -1;
    text-align: center;
}

.main-header__block.simple .header-bottom__nav,
.main-header__block.simple .header-bottom__nav-list>li>ul {
    background-color: #252531;
}

.main-header__block.simple .main-header__bottom.header-bottom__nav,
.main-header__block.simple .main-header__top.flex-block {
    padding-left: 15px;
    padding-right: 15px;
}

.main-header__block.simple #language-switcher {
    display: none;
}

.main-header__block.simple .main-header__top .header-top__nav {
    bottom: 15px;
    left: 10%;
    position: absolute;
    right: 10%;
    width: 80%;
    display: none;
}

.main-header__block.simple .header-contact-phone-wrap {
    display: none;
}

.main-header__block.simple .top-header-wrap-content {
    margin-left: auto;
}

.main-header__block.simple .header-bottom__nav.active {
    opacity: 1;
    o-transition: all .2s ease-in;
    transition: all .2s ease-in;
    visibility: visible;
    webkit-transition: all .2s ease-in;
    z-index: 2147483646;
}

.main-header__block.simple .desktop-hidden,
.main-header__block.simple .popular-articles__row,
.main-header__block.simple .product-cheaper__wrap,
.main-header__block.simple .product-info__block,
.main-header__block.simple .header-bottom__nav-list,
.main-header__block.simple .header-top__nav-hidden {
    display: block;
}

.main-header__block.simple .header-bottom__nav-list,
.header-top__nav-hidden {
    margin-bottom: 26px;
    text-align: left;
}

.main-header__block.simple .main-header__block>.wrapper {
    position: static;
    text-align: -webkit-center;
}

.main-header__block.simple .main-header__btns.header-btns {
    margin-left: auto;
}

.filter-extra-btn {
    border-radius: 50%;
    height: 40px;
    position: relative;
    width: 40px;
    margin: 3px;
    border: 1px solid #FFCA20;
    font-weight: 600;
    font-size: 10px;
    background-color: #FFFAE9;
}

.product-info__filter .filter-extra-btn .filter-extra-block {
    min-width: 240px;
    bottom: 100%;
    right: -24px;
    padding: 20px;
}

.filter-extra-btn .filter-extra-block {
    background-color: #F0F0F0;
    border-radius: 19px;
    padding: 30px 12px;
    font-size: 14px;
    text-align: center;
    display: none;
    position: absolute;
    max-width: 400px;
    top: -110px;
    right: -20px;
}

@media screen and (max-width:620px) {
    .filter-extra-block {
        right: 0;
    }
}

.filter-extra-btn .filter-extra-block::before {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 14px 12px 0 12px;
    border-color: #f0f0f0 transparent transparent transparent;
    bottom: -12px;
    transform: translateX(-50%);
    right: 19px;
}

.filter-extra-btn:hover .filter-extra-block {
    display: block;
}

@media only screen and (max-width:480px) {
    .filter-extra-btn {
        height: 30px;
        width: 30px;
    }

    .filter-extra-block {
        font-size: 10px;
    }

    .filter-extra-btn.active::after {
        bottom: -22px;
    }
}

.product-col__hover_image .filter-extra-btn {
    width: 25px;
    height: 25px;
    margin: 0;
    font-size: 8px;
}

.product-col__hover_image .filter-extra-block {
    top: 100%;
    right: auto;
    width: auto;
    min-width: 230px;
    z-index: 1;
    font-weight: 400;
    left: 0;
    background-color: #fff;
    border-radius: 0;
    box-shadow: 0 12px 19px rgb(0 0 0 / 10%);
    padding: 20px;
}

.product-col__hover_image .filter-extra-block::before {
    display: none;
}

@media screen and (max-width:1450px) {
    .filter-extra-btn {
        position: static;
    }

    .product-col__hover_image .filter-extra-block {
        left: 0;
    }
}

.sub-price-cut {
    color: #133568;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    border-bottom: 1px solid #133568;
    transition: all .2s;
    width: fit-content;
    width: -moz-fit-content;
    cursor: pointer;
}

.sub-price-cut:hover {
    border-bottom: 1px solid #133568;
}

.sale-label {
    width: 50px;
    height: 24px;
    background-image: url(../image/sale-label.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    margin-right: auto;
    align-self: center;
    padding-left: 7px;
    padding-right: 5px;
    margin-left: 10px;
}

.comments-item__rating_s svg,
.comments-item__rating_s img {
    fill: #FFB800;
    height: 20px;
    margin-right: 5px;
    width: 20px;
    display: inline-block;
}

.reviews-rating img {
    fill: #FFB800;
    height: 16px;
    margin-right: 9px;
    width: 16px;
    display: inline-block;
}

.comments-item__rating_s {
    display: flex;
    align-items: center;
    position: relative;
}

.sub-price-cut-modal {
    max-width: 580px;
    width: 100%;
    padding: 40px;
}

.sub-price-cut-modal form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.sub-price-cut-modal .productSubtitle {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 20px;
}

.sub-price-cut-modal .form-group {
    width: 48%
}

.sub-price-cut-modal .productTitle {
    margin-bottom: 22px;
}

.sub-price-cut-modal input {
    max-width: 240px;
    width: 100%;
    height: 48px;
}

.sub-price-cut-modal input::placeholder {
    color: #8D8383;
}

.sub-price-cut-modal input:not([type=submit]) {
    font-size: 14px;
    padding: 16px;
}

.sub-price-cut-modal input[type=submit] {
    margin: 10px 0;
    text-transform: none;
    border: none;
}

@media only screen and (max-width:767px) {
    .sub-price-cut-modal {
        padding: 80px 30px 50px 30px;
        max-width: 324px;
        margin: 0 auto;
    }

    .sub-price-cut-modal input {
        height: 44px;
        font-size: 15px;
        margin: 7px 0;
    }

    .sub-price-cut-modal input:not([type=submit]) {
        padding: 10px 15px;
        max-width: 100%
    }
}

.wishlist-table-wrapper {
    border: 2px solid #C7C7C7;
    border-radius: 5px;
    padding: 20px;
}

.wishlist-table {
    width: 100%
}

.wishlist-table thead {
    font-size: 24px;
    line-height: 100%
}

.wishlist-table thead td {
    padding-bottom: 15px;
}

div.h2.wishlist-title {
    font-size: 36px;
    text-align: center;
    font-weight: 300;
}

.wishlist-empty {
    text-align: center;
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wishlist-cart-add {
    max-width: 80px;
    font-size: 12px;
}

.wishlist-delete {
    font-size: 60px;
}

.wishlist-table .price s {
    font-size: 18px;
    font-weight: 500;
    display: block;
    margin-bottom: 12px;
}

.wishlist-table .price b {
    font-size: 22px;
}

.wishlist-table td {
    vertical-align: top;
}

.wishlist-table tbody tr td {
    padding-bottom: 50px;
}

.wishlist-table tbody tr:last-child td {
    padding-bottom: 0;
}

.wishlist-look {
    background: #C4C4C4;
    border-radius: 19px;
    display: inline-block;
    font-size: 17px;
    padding: 10px 28px;
}

.wishlist-item-name {
    font-weight: 500;
    font-size: 17px;
    margin-bottom: 15px;
    display: inline-block;
    padding-right: 10px;
}

.wishlist-item-options p {
    font-weight: 500;
    font-size: 13px;
    line-height: 18px;
}

.wishlist-thumb-td {
    width: 200px;
}

.wishlist-actions {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.wishlist-actions>* {
    margin-left: 30px;
}

@media screen and (max-width:991px) {
    .wishlist-table-wrapper {
        overflow-y: scroll;
    }

    .wishlist-table {
        min-width: 915px;
    }
}

@media screen and (max-width:640px) {
    .charachteritcs-mobile {
        display: block !important;
    }
}

.credit-pay-modal {
    max-width: 787px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.credit-pay-modal input {
    padding: 16px;
    border: 1px solid #E0E0E0;
    border-radius: 5px;
    display: block;
    width: 100%;
    margin-bottom: 20px;
    font-size: 14px;
}

.credit-pay-modal input::placeholder {
    font-size: 14px;
}

.credit-pay-modal input[type=submit] {
    background-color: #FECA14;
    border-color: #FECA14;
    color: #000;
    cursor: pointer;
    font-weight: 500;
}

.credit-pay-modal .topBlock {
    border: none;
    justify-content: center;
    text-align: left;
    height: auto;
    width: 48%;
    padding: 0;
    margin: 0;
    display: block;
}

.credit-pay-modal .topBlock p {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    width: 100%
}

.credit-pay-modal .productTitle {
    font-size: 20px;
    flex-basis: 100%;
    margin-bottom: 22px;
}

.credit-pay-modal .bottomBlock {
    margin-top: 0;
    width: 49%
}

.credit-pay-modal ol li {
    color: #000;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    line-height: 24px;
    padding: 0;
}

.credit-pay-modal form {
    height: 100%;
    background-color: #F4F4F4;
    padding: 24px;
    border-radius: 10px;
    max-height: 312px;
}

.credit-pay-modal form p {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 20px;
}

.credit-pay-modal form label {
    margin-bottom: 8px;
    display: block;
    font-size: 14px;
    line-height: 10px;
}

@media screen and (max-width:767px) {
    .credit-pay-modal {
        max-width: 90%;
        margin: 0 auto;
        padding: 30px;
        transform: translateX(-50%);
        top: 30px;
    }

    .credit-pay-modal input {
        padding: 10px;
    }
}

.hidden-link {
    cursor: pointer;
}

.recalculate-price {
    position: absolute;
    opacity: 0;
    visibility: hidden;
}

.section-title {
    font-weight: 700;
    font-size: 28px;
    line-height: 26px;
    color: #000;
    margin-top: 50px;
}

.section-title-sm {
    font-size: 20px;
    line-height: 32px;
    font-weight: 700;
}

.subscribe {
    background-color: #FFCA20;
    width: 100%;
    padding: 30px 0;
    color: #000;
    position: relative;
}

.subscribe__success {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #56BB5B;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 15px;
}

.subscribe__success-text {
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    margin-left: 15px;
    color: #fff;
}

.subscribe__inner {
    display: flex;
}

.subscribe__form {
    width: 100%;
    display: flex;
}

.subscribe__title {
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 10px;
}

.subscribe__text {
    font-size: 14px;
    line-height: 20px;
}

.subscribe__left {
    max-width: 400px;
    margin-right: 40px;
}

.subscribe__right {
    flex: 1;
    margin-left: 40px;
    display: flex;
    align-items: center;
}

.subscribe__email {
    border: 1px solid #E0E0E0;
    border-radius: 5px;
    padding: 16px;
    max-width: 547px;
    width: 100%;
    margin-right: 8px;
}

.subscribe__submit {
    cursor: pointer;
    padding: 16px 20px !important;
    color: #fff;
    background: #000 !important;
    border-radius: 5px !important;
}

@media (max-width:991px) {
    .subscribe__inner {
        flex-wrap: wrap;
    }

    .subscribe__left {
        max-width: none;
        width: 100%;
        margin-right: 0;
        margin-bottom: 16px;
    }

    .subscribe__right {
        max-width: 100%;
        flex-basis: 100%;
        margin-left: 0;
    }

    .subscribe__form {
        justify-content: center;
    }

    .social-links_block {
        justify-content: center;
    }
}

@media (max-width:767px) {
    .main-footer__raring {
        flex-wrap: wrap;
    }

    .main-footer__raring li {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .main-footer__pay-logo {
        width: 100%
    }

    .main-footer__bottom .flex-block {
        justify-content: center;
    }

    .main-footer__develop {
        margin-left: 0;
    }

    .footer-bottom__inner {
        justify-content: center;
    }
}

@media (max-width:560px) {
    .subscribe__form {
        flex-wrap: wrap;
    }

    .subscribe__email {
        max-width: none;
        margin-right: 0;
        margin-bottom: 8px;
    }

    .subscribe__submit {
        width: 100%
    }
}

.features-item__content {
    flex: 1;
}

.features-item__more {
    flex-basis: 100%;
    position: relative;
    margin-top: auto;
}

.features-item__more span {
    color: #666;
    font-size: 14px;
    font-weight: 600;
}

.features-item__more span::before {
    content: '';
    background-image: url(../image/arrow-down-grey.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    width: 10px;
    height: 9px;
    display: inline-block;
    margin-right: 5px;
}

.features-item__more:hover .features-item__more-content {
    opacity: 1;
    visibility: visible;
}

.features-item__more-content {
    position: absolute;
    width: 100%;
    padding: 20px;
    box-sizing: content-box;
    background-color: #fff;
    box-shadow: 0 12px 19px rgba(0, 0, 0, .1);
    z-index: 1;
    left: -20px;
    top: 100%;
    font-size: 14px;
    line-height: 20px;
    opacity: 0;
    visibility: hidden;
}

.col-nav__block {
    margin-top: 24px;
}

.footer-bottom__inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.main-footer__raring {
    display: flex;
    align-items: center;
}

.main-footer__raring li {
    list-style: none;
    margin-left: 0;
    margin-right: 20px;
}

.header-nav__icon {
    margin-right: 10px;
}

.main-header__block ul.header-bottom__nav-list>li:hover .header-nav__icon path {
    fill: #FFCA20;
}

@media (max-width:998px) {
    .header-bottom__nav-head {
        display: flex;
        align-items: center;
        margin-bottom: 45px;
    }

    .header-bottom__nav-head .header-btns__wishlist {
        margin-left: auto;
        margin-right: 45px;
    }

    .header-nav__icon {
        display: none;
    }

    .header-btns__wishlist {
        margin-right: 16px;
    }
    .header-btns__search {
        margin-right: 20px;
    }
    .header-bottom__nav.active .header-btns__wishlist {
        display: block;
    }
}

.footer__caption-nav.like-h2 img {
    display: none;
}

@media screen and (min-width:641px) {
    .footer__nav .footer__colum ul {
        display: block !important;
    }
}

@media screen and (max-width:640px) {
    .footer__colum>ul {
        display: none;
    }

    .footer__caption-nav.like-h2 {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 18px;
        line-height: 18px;
        text-align: left;
        cursor: pointer;
    }

    .footer__caption-nav.like-h2 span {
        min-width: 185px;
    }

    .footer__caption-nav.like-h2 img {
        display: inline-block;
        margin-right: 10px;
    }

    .footer__nav .footer__colum a {
        width: 145px;
        text-align: left;
        display: inline-block;
    }
}

.header-btns .hamburger.is-active svg {
    display: none;
}

.product-loyalty-program .like-h3 {
    font-size: 20px;
    line-height: 26px;
    padding-top: 0;
    margin-top: 0 !important;
}

@media (max-width:415px) {
    .front-slider {
        margin: 0 -15px;
    }

    .main-content__block {
        padding-top: 60px;
    }

    .front-slider_item {
        min-height: 325px;
    }

    .main-header__block {
        border: none;
        box-shadow: none;
    }
}

.product-info__btn-set {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 25px;
}

@media only screen and (max-width:480px) {
    .features__item {
        min-height: 137px;
    }
}

.features__block:not(.features__block-home) .features__item,
.about-features__block .features__item {
    display: block;
}

.features__block:not(.features__block-home) .features-item__icon,
.about-features__block .features-item__icon {
    height: 95px;
    width: 95px;
    position: relative;
}

.product-dimensions {
    background-color: #F4F4F4;
    padding: 40px 0;
}

.product-dimensions .section-title {
    margin-top: 0;
}

.product-dimensions__img {
    margin-top: 40px;
    width: 100%;
    height: auto;
}

.interier-slider {
    margin: 40px 0;
    padding: 0 32px;
}

.interier-slider__item {
    padding: 0 8px;
}

.interier-slider__img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.new-slider .slick-prev,
.new-slider .slick-next {
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
}

.new-slider .slick-prev {
    left: 0;
}

.new-slider .slick-next {
    right: 0;
}

.product-stock {
    font-weight: 600;
    font-size: 16px;
    color: #56BB5B;
    align-self: center;
}

.popup-youtube-btn {
    padding: 15px 23px;
    border: 1px solid #000;
    border-radius: 5px;
    display: flex;
    align-self: flex-end;
    align-items: center;
    font-weight: 700;
    font-size: 12px;
    width: fit-content;
    width: -webkit-fit-content;
    margin-top: 10px;
    margin-left: auto;
}

.popup-youtube-btn svg {
    margin-right: 10px;
}

.product-info__slider {
    display: flex;
    flex-direction: column;
}

.show-dimensions {
    color: #133568;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    text-decoration: underline;
    float: right;
    margin-right: -10px;
}

a.reviews-btn {
    background-color: #FFCA20;
    border-color: #FFCA20;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
    text-transform: none;
    white-space: nowrap;
}

.review-info-name {
    font-weight: 600;
    font-size: 16px;
}

.product-review-slider__item {
    padding: 0 9px;
}

.product-review-slider {
    padding: 0 25px;
}

.item-price {
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 16px;
}

.item-credit {
    font-size: 12px;
    line-height: 16px;
}

.comments-form-modal .box-modal {
    max-width: 580px;
    width: 100%;
    padding: 40px;
    border-radius: 10px;
}

.comments-form-modal .modal-header {
    max-width: 100%;
    padding: 0;
    border: none;
}

.comments-form-modal .modal-body {
    max-width: 100%;
    margin: 0;
}

.comments-form-modal textarea,
.comments-form-modal input[type=text],
.comments-form-modal input[type=email] {
    padding: 16px;
    border-radius: 5px;
    font-size: 14px;
    border: 1px solid #E0E0E0;
}

.comments-form-modal textarea {
    margin-bottom: 20px;
    height: 87px;
}

.comments-form-modal label {
    font-size: 14px;
}

.upld-photo-wrapper {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.rating-wrap {
    display: flex;
    align-items: center;
    margin: 20px 0;
}

.rating-wrap span {
    font-size: 14px;
    font-weight: 600;
}

.inputs-wrap {
    display: flex;
    justify-content: space-between;
}

.inputs-wrap label {
    margin-bottom: 8px;
    display: block;
}

.inputs-wrap .form-group {
    width: 49%
}

.comments-form-modal .form-button-wrap button {
    width: 100%;
    background-color: #FFCA20;
    border-color: #FFCA20;
    font-weight: 500;
    font-size: 14px;
}

.reviews-block__title {
    margin-bottom: 18px;
}

.price-wrapper {
    margin-bottom: 25px;
}

@media (max-width:996px) {
    .sale-label {
        align-self: flex-end;
    }

    .product-stock {
        align-self: flex-end;
    }

    .popup-youtube-btn {
        padding: 4px 24px;
    }

    .product-info__btn-set {
        margin-top: 25px;
    }

    .feature-buttons button {
        width: 32%;
        justify-content: center;
    }
}

@media (max-width:767px) {
    .filter-title {
        grid-template-columns: 1fr;
    }

    .filter-name {
        margin-bottom: 8px;
    }

    .show-dimensions {
        display: none;
    }

    .interier-slider {
        padding: 0;
        margin-right: -15px;
    }

    .list-item-product {
        width: 240px;
    }

    .prev-comments-block {
        flex-wrap: wrap;
    }

    .prev-comments-block .review-wrap {
        flex-basis: 100%;
        margin-top: 12px;
    }

    .product-info__btn-set.btn-set .credit-pay {
        margin-top: 24px;
        flex-basis: 100%
    }

    .product-info__btn-set.btn-set .byInOneClick {
        flex: 0 1 48%;
        margin-right: 0;
        white-space: nowrap;
        padding: 0;
    }

    .feature-buttons {
        flex-wrap: wrap;
    }

    .feature-buttons button {
        width: 100%;
        margin-bottom: 24px;
    }

    .interier__title,
    .reviews-block__title,
    .product-other-collection__title {
        font-size: 20px;
        line-height: 26px;
    }

    .product-review-slider {
        padding: 0;
        margin: 0 -15px 0 -9px;
    }

    .product-reviews .product-reviews-content .product-review {

    }

    .review-text-cont {
        flex-direction: column;
        align-items: flex-start;
    }

    .product-reviews .product-reviews-content .product-review .product-review-text .review-cont-gallery {
        margin-left: 0;
        margin-top: 20px;
    }

    .price-wrapper {
        flex-wrap: wrap;
    }

    .product-stock {
        flex-basis: 100%;
        text-align: left;
        margin-top: 16px;
    }

    .sub-price-cut-modal form {
        flex-wrap: wrap;
    }

    .sub-price-cut-modal .form-group {
        width: 100%
    }

    .credit-pay-modal .topBlock {
        width: 100%
    }

    .credit-pay-modal .bottomBlock {
        width: 100%;
        margin-top: 30px;
    }
}

.category-filter__i-count {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%
}

.category-filter__i-count input {
    padding: 16px;
    font-size: 14px;
    color: #000;
    border: 1px solid #E0E0E0;
    border-radius: 5px;
    max-width: 94px;
}

.category-filter__i-count input::-webkit-outer-spin-button,
.category-filter__i-count input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.category-filter__i-bottom {
    margin-bottom: 22px;
}

.product-cat__filter-selected {
    display: flex;
    flex-wrap: wrap;
    white-space: nowrap;
    align-items: center;
    margin-bottom: 24px;
}

.product-cat__filter-selected>span {
    font-weight: 600;
    font-size: 14px;
    margin-right: 12px;
}

.filter-selected__item {
    background-color: rgba(255, 202, 32, .1);
    padding: 12px 16px;
    border-radius: 5px;
    font-size: 14px;
    line-height: 20px;
    margin-right: 12px;
}

.filter-selected__del {
    font-size: 20px;
    font-weight: 500;
    margin-right: 9px;
    vertical-align: middle;
}

.product-cat__header-btn {
    padding: 12px 16px;
    border-radius: 5px;
    font-size: 14px;
    display: flex;
    align-items: center;
    margin-right: 24px;
    white-space: nowrap;
}

.product-cat__header-btn--pink {
    background: rgba(235, 60, 60, .1);
    color: #EB3C3C;
}

.product-cat__header-btn--blue {
    background: rgba(19, 53, 104, .1);
    color: #133568;
}

.product-cat__header-btn svg {
    margin-right: 7px;
}

.product-col__item .credit-pay {
    text-align: left;
    margin-bottom: 8px;
}

.product-col__item .credit-pay p {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
}

.product-col__item .product-stock {
    font-size: 12px;
    line-height: 15px;
    font-weight: 500;
}

@media only screen and (max-width:997px) {
    .product-cat__filter {
        padding: 20px;
        background-color: #fff;
    }

    .product-cat__header {
        flex-direction: column;
        align-items: flex-start;
        padding: 16px 0;
    }

    .product-cat__header-btn {
        margin-top: 16px;
    }

    .shortBlock {
        margin-top: 16px;
        width: 100%
    }

    .filterTitle::after {
        border: none;
        height: 14px;
        width: 14px;
        background-image: url(../image/sort-arrows.svg);
        background-repeat: no-repeat;
        background-size: contain;
        transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        margin: 0;
        left: 50%;
        top: 50%
    }
}

.overflow-hidden {
    overflow: hidden;
}

.overflow-hidden::before {
    content: '';
    position: fixed;
    height: 100%;
    width: 100%;
    display: block;
    z-index: 10;
    background-color: rgb(0 0 0 / 80%);
}

.overflow-hidden .main-header__block {
    z-index: 9;
}

.filter-additional-info {
    margin-left: auto;
    padding-left: 10px;
    cursor: pointer;
    position: relative;
}

.filter-additional-info svg {
    vertical-align: middle;
}

.filter-additional-info:hover .filter-additional-info__content {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.filter-additional-info__content {
    position: absolute;
    padding: 20px;
    width: 230px;
    transition: all .3s;
    opacity: 0;
    visibility: hidden;
    font-size: 14px;
    line-height: 20px;
    background-color: #fff;
    box-shadow: 0 12px 19px rgb(0 0 0 / 10%);
    z-index: 4;
    pointer-events: none;
}

@media only screen and (max-width:997px) {
    .filter-additional-info__content {
        right: 0;
    }

    .header-contact-phone-wrap {
        display: none;
    }
}

.cart-modal__footer-link {
    padding: 20px 0 !important;
}

.filter-block.show-variation .filter-quantity {
    display: none;
}

.product-review .seo-text__btn {
    position: absolute;
    bottom: 10px;
}

.stickers {
    position: absolute;
    top: 20px;
    right: 20px;
    display: flex;
    align-items: center;
}

.sticker {
    margin-left: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sticker.sticker-new {
    width: 30px;
    height: 20px;
    font-size: 8px;
    font-weight: 700;
    line-height: 1;
    background-color: #7DFFE0;
    color: #000;
    border-radius: 6px;
}

.sticker.sticker-discount {
    width: 42px;
    height: 20px;
    font-size: 10px;
    font-weight: 600;
    color: #fff;
    background-image: url(../image/sale-label.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-col__slider .slick-dots button {
    width: 8px;
    height: 8px;
    background-color: #F4F4F4;
    border: 1px solid #F4F4F4;
}

.product-col__slider .slick-dots .slick-active button {
    background-color: #FFCA20;
    border-color: #FFCA20;
}

.product-col__slider .slick-arrow,
.product-col__slider .slick-dots {
    opacity: 0;
    visibility: hidden;
    transition: all .25s;
}

.product-col__item:hover .product-col__slider .slick-arrow,
.product-col__item:hover .product-col__slider .slick-dots {
    opacity: 1;
    visibility: visible;
}

.thanks-wrapper {
    padding: 100px 0;
}

.main-header__block.simple .hamburger {
    display: none;
}

.popup-youtube-wrapper+.popup-youtube-wrapper {
    display: none;
}

.mfp-title {
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 28px;
}

.mfp-arrow span {
    display: block;
    font-size: 16px;
    color: #FFF;
    white-space: nowrap;
}

.mfp-arrow.mfp-arrow-right span {
    padding-right: 60px;
    margin-left: -200%
}

.mfp-arrow.mfp-arrow-left span {
    padding-left: 60px;
}

@media (max-width:1480px) {
    .mfp-arrow span {
        width: 180px;
        white-space: normal;
    }

    .mfp-arrow.mfp-arrow-right span {
        padding-right: 0;
        text-align: right;
    }

    .mfp-arrow.mfp-arrow-left span {
        padding-left: 80px;
        text-align: left;
    }
}

@media (max-width:1300px) {
    .mfp-arrow span {
        display: none;
    }
}

.header-info {
    align-items: center;
    background-color: #d8d8d8;
    color: #000;
    display: flex;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 700;
    justify-content: center;
    letter-spacing: .1em;
    line-height: 1;
    padding: 5px;
    text-align: center;
}

@media (max-width:425px) {
    .header-info {
        font-size: 14px;
    }
}

.new-slider {
    overflow: hidden;
    max-height: 220px;
    margin: 0 -20px;
}
.btn-new-black {
    background-color: #000;
    padding: 16px 20px;
    border: 1px solid #000;
    color: #fff;
    font-size: 16px;
    line-height: 16px;
    border-radius: 5px;
}

.fade-in {
    animation: fadeIn .5s;
}
@keyframes fadeIn {
    0% {opacity: 0;visibility: hidden;};
    100% {opacity: 1;visibility: visible;};
}
