/* reset */
/* main variables */
/* reset */
/* main variables */
body {
    margin: 0px;
    padding: 0px;
    font-family: "Raleway", sans-serif;
    background: #FFF;
    color: #000;
    height: 100%;
    line-height: 188%;
    font-size: 16px;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

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

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
    display: block;
}

blockquote,
q {
    quotes: none;
}

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

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

html {
    height: 100%;
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

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

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

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

a {
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    text-decoration: none;
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

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

input:disabled {
    -webkit-appearance: none;
    opacity: 1;
}

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

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

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

@font-face {
    font-family: "Raleway";
    src: url("assets/fonts/Raleway/Raleway-ExtraLight.woff2") format("woff2"), url("assets/fonts/Raleway/Raleway-ExtraLight.woff") format("woff");
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Raleway";
    src: url("assets/fonts/Raleway/Raleway-Light.woff2") format("woff2"), url("assets/fonts/Raleway/Raleway-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Raleway";
    src: url("assets/fonts/Raleway/Raleway-Regular.woff2") format("woff2"), url("assets/fonts/Raleway/Raleway-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Raleway";
    src: url("assets/fonts/Raleway/Raleway-Medium.woff2") format("woff2"), url("assets/fonts/Raleway/Raleway-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Raleway";
    src: url("assets/fonts/Raleway/Raleway-SemiBold.woff2") format("woff2"), url("assets/fonts/Raleway/Raleway-SemiBold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Raleway";
    src: url("assets/fonts/Raleway/Raleway-Bold.woff2") format("woff2"), url("assets/fonts/Raleway/Raleway-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Raleway";
    src: url("assets/fonts/Raleway/Raleway-ExtraBold.woff2") format("woff2"), url("assets/fonts/Raleway/Raleway-ExtraBold.woff") format("woff");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
.carousel {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.carousel *,
.carousel *:before,
.carousel *:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

.carousel.is-draggable {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab;
}

.carousel.is-dragging {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.carousel__viewport {
    position: relative;
    overflow: hidden;
    max-width: 100%;
    width: 100%;
    max-height: 100%;
}

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

.carousel__slide {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: var(--carousel-slide-width, 60%);
    max-width: 100%;
    padding: 1rem;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    -ms-scroll-chaining: none;
    overscroll-behavior: contain;
}

.has-dots {
    margin-bottom: calc(0.5rem + 22px);
}

.carousel__dots {
    margin: 0 auto;
    padding: 0;
    position: absolute;
    top: calc(100% + 0.5rem);
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.carousel__dots .carousel__dot {
    margin: 0;
    padding: 0;
    display: block;
    position: relative;
    width: 22px;
    height: 22px;
    cursor: pointer;
}

.carousel__dots .carousel__dot:after {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: currentColor;
    opacity: 0.25;
    -webkit-transition: opacity 0.15s ease-in-out;
    -o-transition: opacity 0.15s ease-in-out;
    transition: opacity 0.15s ease-in-out;
}

.carousel__dots .carousel__dot.is-selected:after {
    opacity: 1;
}

.carousel__button {
    width: var(--carousel-button-width, 48px);
    height: var(--carousel-button-height, 48px);
    padding: 0;
    border: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    pointer-events: all;
    cursor: pointer;
    color: var(--carousel-button-color, currentColor);
    background: var(--carousel-button-bg, transparent);
    border-radius: var(--carousel-button-border-radius, 50%);
    -webkit-box-shadow: var(--carousel-button-shadow, none);
    box-shadow: var(--carousel-button-shadow, none);
    -webkit-transition: opacity 0.15s ease;
    -o-transition: opacity 0.15s ease;
    transition: opacity 0.15s ease;
}

.carousel__button.is-prev,
.carousel__button.is-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.carousel__button.is-prev {
    left: 10px;
}

.carousel__button.is-next {
    right: 10px;
}

.carousel__button[disabled] {
    cursor: default;
    opacity: 0.3;
}

.carousel__button svg {
    width: var(--carousel-button-svg-width, 50%);
    height: var(--carousel-button-svg-height, 50%);
    fill: none;
    stroke: currentColor;
    stroke-width: var(--carousel-button-svg-stroke-width, 1.5);
    stroke-linejoin: bevel;
    stroke-linecap: round;
    -webkit-filter: var(--carousel-button-svg-filter, none);
    filter: var(--carousel-button-svg-filter, none);
    pointer-events: none;
}

html.with-fancybox {
    scroll-behavior: auto;
}

body.compensate-for-scrollbar {
    overflow: hidden !important;
    -ms-touch-action: none;
    touch-action: none;
}

.fancybox__container {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    direction: ltr;
    margin: 0;
    padding: env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px) env(safe-area-inset-bottom, 0px) env(safe-area-inset-left, 0px);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: var(--fancybox-color, #fff);
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    overflow: hidden;
    z-index: 1050;
    outline: none;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    --carousel-button-width: 48px;
    --carousel-button-height: 48px;
    --carousel-button-svg-width: 24px;
    --carousel-button-svg-height: 24px;
    --carousel-button-svg-stroke-width: 2.5;
    --carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4)) ;
}

.fancybox__container *,
.fancybox__container *::before,
.fancybox__container *::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

.fancybox__container :focus {
    outline: none;
}

body:not(.is-using-mouse) .fancybox__container :focus {
    -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, 0.94));
    box-shadow: 0 0 0 1px #fff, 0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, 0.94));
}

@media all and (min-width: 1024px) {
    .fancybox__container {
        --carousel-button-width: 48px;
        --carousel-button-height: 48px;
        --carousel-button-svg-width: 27px;
        --carousel-button-svg-height: 27px ;
    }
}
.fancybox__backdrop {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background: var(--fancybox-bg, rgba(0, 0, 0, 0.8));
}

.fancybox__carousel {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 0;
    height: 100%;
    z-index: 10;
}

.fancybox__carousel.has-dots {
    margin-bottom: calc(0.5rem + 22px);
}

.fancybox__viewport {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: visible;
    cursor: default;
}

.fancybox__track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
}

.fancybox__slide {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 48px 8px 8px 8px;
    position: relative;
    -ms-scroll-chaining: none;
    overscroll-behavior: contain;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    outline: 0;
    overflow: auto;
    --carousel-button-width: 36px;
    --carousel-button-height: 36px;
    --carousel-button-svg-width: 22px;
    --carousel-button-svg-height: 22px ;
}

.fancybox__slide::before,
.fancybox__slide::after {
    content: "";
    -webkit-box-flex: 0;
    -ms-flex: 0 0 0px;
    flex: 0 0 0;
    margin: auto;
}

@media all and (min-width: 1024px) {
    .fancybox__slide {
        padding: 64px 100px;
    }
}
.fancybox__content {
    margin: 0 env(safe-area-inset-right, 0px) 0 env(safe-area-inset-left, 0px);
    padding: 36px;
    color: var(--fancybox-content-color, #374151);
    background: var(--fancybox-content-bg, #fff);
    position: relative;
    -ms-flex-item-align: center;
    align-self: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 20;
}

.fancybox__content :focus:not(.carousel__button.is-close) {
    outline: thin dotted;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.fancybox__content .popup-title {
    font-size: 20px;
    text-align: center;
}

.fancybox__content .popup-caption {
    margin: 20px 0;
}

.fancybox__content .buttons {
    display: flex;
    justify-content: space-between;
}

.fancybox__caption {
    -ms-flex-item-align: center;
    align-self: center;
    max-width: 100%;
    margin: 0;
    padding: 1rem 0 0 0;
    line-height: 1.375;
    color: var(--fancybox-color, currentColor);
    visibility: visible;
    cursor: auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    overflow-wrap: anywhere;
}

.is-loading .fancybox__caption {
    visibility: hidden;
}

.fancybox__container > .carousel__dots {
    top: 100%;
    color: var(--fancybox-color, #fff);
}

.fancybox__nav .carousel__button {
    z-index: 40;
}

.fancybox__nav .carousel__button.is-next {
    right: 8px;
}

@media all and (min-width: 1024px) {
    .fancybox__nav .carousel__button.is-next {
        right: 40px;
    }
}
.fancybox__nav .carousel__button.is-prev {
    left: 8px;
}

@media all and (min-width: 1024px) {
    .fancybox__nav .carousel__button.is-prev {
        left: 40px;
    }
}
.carousel__button.is-close {
    position: absolute;
    top: 8px;
    right: 8px;
    top: calc(env(safe-area-inset-top, 0px) + 8px);
    right: calc(env(safe-area-inset-right, 0px) + 8px);
    z-index: 40;
}

@media all and (min-width: 1024px) {
    .carousel__button.is-close {
        right: 40px;
    }
}
.fancybox__content > .carousel__button.is-close {
    position: absolute;
    top: -40px;
    right: 0;
    color: var(--fancybox-color, #fff);
}

.fancybox__no-click,
.fancybox__no-click button {
    pointer-events: none;
}

.fancybox__spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    color: var(--fancybox-color, currentColor);
}

.fancybox__slide .fancybox__spinner {
    cursor: pointer;
    z-index: 1053;
}

.fancybox__spinner svg {
    -webkit-animation: fancybox-rotate 2s linear infinite;
    animation: fancybox-rotate 2s linear infinite;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 100%;
}

.fancybox__spinner svg circle {
    fill: none;
    stroke-width: 2.75;
    stroke-miterlimit: 10;
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    -webkit-animation: fancybox-dash 1.5s ease-in-out infinite;
    animation: fancybox-dash 1.5s ease-in-out infinite;
    stroke-linecap: round;
    stroke: currentColor;
}

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

@keyframes fancybox-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-webkit-keyframes fancybox-dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px;
    }
    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124px;
    }
}
@keyframes fancybox-dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px;
    }
    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124px;
    }
}
.fancybox__backdrop,
.fancybox__caption,
.fancybox__nav,
.carousel__dots,
.carousel__button.is-close {
    opacity: var(--fancybox-opacity, 1);
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop,
.fancybox__container.is-animated[aria-hidden=false] .fancybox__caption,
.fancybox__container.is-animated[aria-hidden=false] .fancybox__nav,
.fancybox__container.is-animated[aria-hidden=false] .carousel__dots,
.fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close {
    -webkit-animation: 0.15s ease backwards fancybox-fadeIn;
    animation: 0.15s ease backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__backdrop,
.fancybox__container.is-animated.is-closing .fancybox__caption,
.fancybox__container.is-animated.is-closing .fancybox__nav,
.fancybox__container.is-animated.is-closing .carousel__dots,
.fancybox__container.is-animated.is-closing .carousel__button.is-close {
    -webkit-animation: 0.15s ease both fancybox-fadeOut;
    animation: 0.15s ease both fancybox-fadeOut;
}

.fancybox-fadeIn {
    -webkit-animation: 0.15s ease both fancybox-fadeIn;
    animation: 0.15s ease both fancybox-fadeIn;
}

.fancybox-fadeOut {
    -webkit-animation: 0.1s ease both fancybox-fadeOut;
    animation: 0.1s ease both fancybox-fadeOut;
}

.fancybox-zoomInUp {
    -webkit-animation: 0.2s ease both fancybox-zoomInUp;
    animation: 0.2s ease both fancybox-zoomInUp;
}

.fancybox-zoomOutDown {
    -webkit-animation: 0.15s ease both fancybox-zoomOutDown;
    animation: 0.15s ease both fancybox-zoomOutDown;
}

.fancybox-throwOutUp {
    -webkit-animation: 0.15s ease both fancybox-throwOutUp;
    animation: 0.15s ease both fancybox-throwOutUp;
}

.fancybox-throwOutDown {
    -webkit-animation: 0.15s ease both fancybox-throwOutDown;
    animation: 0.15s ease both fancybox-throwOutDown;
}

@-webkit-keyframes fancybox-fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fancybox-fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-webkit-keyframes fancybox-fadeOut {
    to {
        opacity: 0;
    }
}
@keyframes fancybox-fadeOut {
    to {
        opacity: 0;
    }
}
@-webkit-keyframes fancybox-zoomInUp {
    from {
        -webkit-transform: scale(0.97) translate3d(0, 16px, 0);
        transform: scale(0.97) translate3d(0, 16px, 0);
        opacity: 0;
    }
    to {
        -webkit-transform: scale(1) translate3d(0, 0, 0);
        transform: scale(1) translate3d(0, 0, 0);
        opacity: 1;
    }
}
@keyframes fancybox-zoomInUp {
    from {
        -webkit-transform: scale(0.97) translate3d(0, 16px, 0);
        transform: scale(0.97) translate3d(0, 16px, 0);
        opacity: 0;
    }
    to {
        -webkit-transform: scale(1) translate3d(0, 0, 0);
        transform: scale(1) translate3d(0, 0, 0);
        opacity: 1;
    }
}
@-webkit-keyframes fancybox-zoomOutDown {
    to {
        -webkit-transform: scale(0.97) translate3d(0, 16px, 0);
        transform: scale(0.97) translate3d(0, 16px, 0);
        opacity: 0;
    }
}
@keyframes fancybox-zoomOutDown {
    to {
        -webkit-transform: scale(0.97) translate3d(0, 16px, 0);
        transform: scale(0.97) translate3d(0, 16px, 0);
        opacity: 0;
    }
}
@-webkit-keyframes fancybox-throwOutUp {
    to {
        -webkit-transform: translate3d(0, -30%, 0);
        transform: translate3d(0, -30%, 0);
        opacity: 0;
    }
}
@keyframes fancybox-throwOutUp {
    to {
        -webkit-transform: translate3d(0, -30%, 0);
        transform: translate3d(0, -30%, 0);
        opacity: 0;
    }
}
@-webkit-keyframes fancybox-throwOutDown {
    to {
        -webkit-transform: translate3d(0, 30%, 0);
        transform: translate3d(0, 30%, 0);
        opacity: 0;
    }
}
@keyframes fancybox-throwOutDown {
    to {
        -webkit-transform: translate3d(0, 30%, 0);
        transform: translate3d(0, 30%, 0);
        opacity: 0;
    }
}
.fancybox__carousel .carousel__slide {
    scrollbar-width: thin;
    scrollbar-color: #ccc rgba(255, 255, 255, 0.1);
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-track {
    background-color: rgba(255, 255, 255, 0.1);
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
}

.fancybox__carousel.is-draggable .fancybox__slide,
.fancybox__carousel.is-draggable .fancybox__slide .fancybox__content {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab;
}

.fancybox__carousel.is-dragging .fancybox__slide,
.fancybox__carousel.is-dragging .fancybox__slide .fancybox__content {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.fancybox__carousel .fancybox__slide .fancybox__content {
    cursor: auto;
}

.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}

.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content {
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab;
}

.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.fancybox__image {
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.has-image .fancybox__content {
    padding: 0;
    background: rgba(0, 0, 0, 0);
    min-height: 1px;
}

.is-closing .has-image .fancybox__content {
    overflow: visible;
}

.has-image[data-image-fit=contain] {
    overflow: visible;
    -ms-touch-action: none;
    touch-action: none;
}

.has-image[data-image-fit=contain] .fancybox__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.has-image[data-image-fit=contain] .fancybox__image {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.has-image[data-image-fit=contain-w] {
    overflow-x: hidden;
    overflow-y: auto;
}

.has-image[data-image-fit=contain-w] .fancybox__content {
    min-height: auto;
}

.has-image[data-image-fit=contain-w] .fancybox__image {
    max-width: 100%;
    height: auto;
}

.has-image[data-image-fit=cover] {
    overflow: visible;
    -ms-touch-action: none;
    touch-action: none;
}

.has-image[data-image-fit=cover] .fancybox__content {
    width: 100%;
    height: 100%;
}

.has-image[data-image-fit=cover] .fancybox__image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,
.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,
.fancybox__carousel .fancybox__slide.has-video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
    max-width: 100%;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    min-height: 1px;
    overflow: visible;
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,
.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content {
    width: 100%;
    height: 80%;
}

.fancybox__carousel .fancybox__slide.has-video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
    width: 960px;
    height: 540px;
    max-width: 100%;
    max-height: 100%;
}

.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,
.fancybox__carousel .fancybox__slide.has-video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
    padding: 0;
    background: rgba(24, 24, 27, 0.9);
    color: #fff;
}

.fancybox__carousel .fancybox__slide.has-map .fancybox__content {
    background: #e5e3df;
}

.fancybox__html5video,
.fancybox__iframe {
    border: 0;
    display: block;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0);
}

.fancybox-placeholder {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}

.fancybox__thumbs {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    position: relative;
    padding: 0px 3px;
    opacity: var(--fancybox-opacity, 1);
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs {
    -webkit-animation: 0.15s ease-in backwards fancybox-fadeIn;
    animation: 0.15s ease-in backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__thumbs {
    opacity: 0;
}

.fancybox__thumbs .carousel__slide {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: var(--fancybox-thumbs-width, 96px);
    margin: 0;
    padding: 8px 3px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: visible;
    cursor: pointer;
}

.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-width: 2.5px;
    border-style: solid;
    border-color: var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));
    opacity: 0;
    -webkit-transition: opacity 0.15s ease;
    -o-transition: opacity 0.15s ease;
    transition: opacity 0.15s ease;
    border-radius: var(--fancybox-thumbs-border-radius, 4px);
}

.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after {
    opacity: 0.92;
}

.fancybox__thumbs .carousel__slide > * {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fancybox__thumb {
    position: relative;
    width: 100%;
    padding-top: calc(100% / (var(--fancybox-thumbs-ratio, 1.5)));
    background-size: cover;
    background-position: center center;
    background-color: rgba(255, 255, 255, 0.1);
    background-repeat: no-repeat;
    border-radius: var(--fancybox-thumbs-border-radius, 4px);
}

.fancybox__toolbar {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 20;
    background: -webkit-gradient(linear, left bottom, left top, from(hsla(0deg, 0%, 0%, 0)), color-stop(8.1%, hsla(0deg, 0%, 0%, 0.006)), color-stop(15.5%, hsla(0deg, 0%, 0%, 0.021)), color-stop(22.5%, hsla(0deg, 0%, 0%, 0.046)), color-stop(29%, hsla(0deg, 0%, 0%, 0.077)), color-stop(35.3%, hsla(0deg, 0%, 0%, 0.114)), color-stop(41.2%, hsla(0deg, 0%, 0%, 0.155)), color-stop(47.1%, hsla(0deg, 0%, 0%, 0.198)), color-stop(52.9%, hsla(0deg, 0%, 0%, 0.242)), color-stop(58.8%, hsla(0deg, 0%, 0%, 0.285)), color-stop(64.7%, hsla(0deg, 0%, 0%, 0.326)), color-stop(71%, hsla(0deg, 0%, 0%, 0.363)), color-stop(77.5%, hsla(0deg, 0%, 0%, 0.394)), color-stop(84.5%, hsla(0deg, 0%, 0%, 0.419)), color-stop(91.9%, hsla(0deg, 0%, 0%, 0.434)), to(hsla(0deg, 0%, 0%, 0.44)));
    background: -o-linear-gradient(bottom, hsla(0deg, 0%, 0%, 0) 0%, hsla(0deg, 0%, 0%, 0.006) 8.1%, hsla(0deg, 0%, 0%, 0.021) 15.5%, hsla(0deg, 0%, 0%, 0.046) 22.5%, hsla(0deg, 0%, 0%, 0.077) 29%, hsla(0deg, 0%, 0%, 0.114) 35.3%, hsla(0deg, 0%, 0%, 0.155) 41.2%, hsla(0deg, 0%, 0%, 0.198) 47.1%, hsla(0deg, 0%, 0%, 0.242) 52.9%, hsla(0deg, 0%, 0%, 0.285) 58.8%, hsla(0deg, 0%, 0%, 0.326) 64.7%, hsla(0deg, 0%, 0%, 0.363) 71%, hsla(0deg, 0%, 0%, 0.394) 77.5%, hsla(0deg, 0%, 0%, 0.419) 84.5%, hsla(0deg, 0%, 0%, 0.434) 91.9%, hsla(0deg, 0%, 0%, 0.44) 100%);
    background: linear-gradient(to top, hsla(0deg, 0%, 0%, 0) 0%, hsla(0deg, 0%, 0%, 0.006) 8.1%, hsla(0deg, 0%, 0%, 0.021) 15.5%, hsla(0deg, 0%, 0%, 0.046) 22.5%, hsla(0deg, 0%, 0%, 0.077) 29%, hsla(0deg, 0%, 0%, 0.114) 35.3%, hsla(0deg, 0%, 0%, 0.155) 41.2%, hsla(0deg, 0%, 0%, 0.198) 47.1%, hsla(0deg, 0%, 0%, 0.242) 52.9%, hsla(0deg, 0%, 0%, 0.285) 58.8%, hsla(0deg, 0%, 0%, 0.326) 64.7%, hsla(0deg, 0%, 0%, 0.363) 71%, hsla(0deg, 0%, 0%, 0.394) 77.5%, hsla(0deg, 0%, 0%, 0.419) 84.5%, hsla(0deg, 0%, 0%, 0.434) 91.9%, hsla(0deg, 0%, 0%, 0.44) 100%);
    padding: 0;
    -ms-touch-action: none;
    touch-action: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    --carousel-button-svg-width: 20px;
    --carousel-button-svg-height: 20px;
    opacity: var(--fancybox-opacity, 1);
    text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.4));
}

@media all and (min-width: 1024px) {
    .fancybox__toolbar {
        padding: 8px;
    }
}
.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar {
    -webkit-animation: 0.15s ease-in backwards fancybox-fadeIn;
    animation: 0.15s ease-in backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__toolbar {
    opacity: 0;
}

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

.fancybox__toolbar__items--left {
    margin-right: auto;
}

.fancybox__toolbar__items--center {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.fancybox__toolbar__items--right {
    margin-left: auto;
}

@media (max-width: 640px) {
    .fancybox__toolbar__items--center:not(:last-child) {
        display: none;
    }
}
.fancybox__counter {
    min-width: 72px;
    padding: 0 10px;
    line-height: var(--carousel-button-height, 48px);
    text-align: center;
    font-size: 17px;
    font-variant-numeric: tabular-nums;
    -webkit-font-smoothing: subpixel-antialiased;
}

.fancybox__progress {
    background: var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));
    height: 3px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
    transform-origin: 0;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    z-index: 30;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fancybox__container:-webkit-full-screen::backdrop {
    opacity: 0;
}

.fancybox__container:-ms-fullscreen::backdrop {
    opacity: 0;
}

.fancybox__container:fullscreen::-webkit-backdrop {
    opacity: 0;
}

.fancybox__container:fullscreen::backdrop {
    opacity: 0;
}

.fancybox__button--fullscreen g:nth-child(2) {
    display: none;
}

.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:nth-child(1) {
    display: none;
}

.fancybox__container:-ms-fullscreen .fancybox__button--fullscreen g:nth-child(1) {
    display: none;
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1) {
    display: none;
}

.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:nth-child(2) {
    display: block;
}

.fancybox__container:-ms-fullscreen .fancybox__button--fullscreen g:nth-child(2) {
    display: block;
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2) {
    display: block;
}

.fancybox__button--slideshow g:nth-child(2) {
    display: none;
}

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1) {
    display: none;
}

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2) {
    display: block;
}

/*
================================================================================
|                                     HEADER                                   |
================================================================================
*/
.header {
    z-index: 9;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    padding-top: 31px;
    padding-bottom: 21px;
    background-color: #FFF;
    border-bottom: 1px solid #FFF;
    height: 92px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px 0 0;
}
.customize-support .header {
    top: 32px;
}
.header__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.header__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;

}
.header__search {
    display: inline-block;
    width: 24px;
    height: 24px;
    position: relative;
    margin-right: 24px;
}
.header-search__link {
    color: rgba(0, 0, 0, 0.4);
}
.header-search__link svg {
    width: 100%;
    height: 100%;
    display: block;
    fill: currentColor;
}
.header-search__link:hover {
    color: #DA4932;
}
.header-search__link.active {
    color: #DA4932;
}
.header-search__content {
    display: none;
    padding: 16px 16px;
    width: 260px;
    background-color: #fff;
    border: 1px solid #E4E7EC;
    -webkit-box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.1), 0px 4px 6px -2px rgba(16, 24, 40, 0.05);
    box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.1), 0px 4px 6px -2px rgba(16, 24, 40, 0.05);
    border-radius: 8px;
    position: absolute;
    left: 0;
    top: 32px;
}
.header-search__form {
    display: block;
    position: relative;
    padding-right: 40px;
}
.header-search__btn {
    height: 32px;
    line-height: 32px;
    font-weight: 700;
    font-size: 12px;
    width: 32px;
    background: #DA4932;
    border: 1px solid #DA4932;
    border-radius: 4px;
    color: #FFF;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.header-search__btn svg {
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px;
    fill: currentColor;
}
.header-search__btn:hover {
    color: #DA4932;
    background: #FFF;
}
.header-search__input.form-input {
    width: 100%;
    height: 32px;
}
.header__cart {
    position: relative;
    display: inline-block;
    width: 24px;
    height: 24px;
    color: rgba(0, 0, 0, 0.4);
    margin-right: 24px;
}
.header__cart svg {
    width: 100%;
    height: 100%;
    display: block;
    fill: currentColor;
}
.header__cart:hover {
    color: #DA4932;
}
.header__cart .header__cart-counter {
    position: absolute;
    display: block;
    top: -4px;
    right: -4px;
    width: 16px;
    height: 16px;
    line-height: 14px;
    font-size: 10px;
    font-family: sans-serif;
    border-radius: 50%;
    background-color: #DA4932;
    color: #fff;
    text-align: center;
    border: 1px solid #fff;
    box-sizing: border-box;
    transition: border-color 0.3s ease;
}
.header__cart .header__cart-counter.hidden {
    display: none;
}
.header-lang {
    position: relative;
    margin-right: 24px;
    margin-left: -4px;
    text-transform: uppercase;
}
.header-lang__title {
    font-weight: 800;
    font-size: 12px;
    line-height: 30px;
    color: rgba(0, 0, 0, 0.4);
    cursor: pointer;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    padding-right: 26px;
    padding-left: 4px;
    border: 1px solid #FFF;
    border-radius: 4px 4px 0 0;
}
.header-lang__title:before {
    content: "";
    position: absolute;
    right: 6px;
    top: calc(50% - 4px);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 5px 0 5px;
    border-color: currentColor transparent transparent transparent;
}
.header-lang__title:hover {
    color: #DA4932;
}
.header-lang-list {
    background: #FFFFFF;
    border-radius: 0 0 4px 4px;
    border: 1px solid #DA4932;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    color: #DA4932;
    overflow: hidden;
    z-index: 1;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.header-lang-list-item {
    margin-bottom: 12px;
    position: relative;
}
.header-lang-list-item:last-child {
    margin-bottom: 0;
}
.header-lang-list-item__link {
    color: inherit;
    display: block;
    white-space: nowrap;
    padding: 8px;
    border-top: 1px solid #FFF;
    text-align: center;
}
.header-lang-list-item__link:hover {
    color: #FFF;
    background-color: #DA4932;
}
.header-lang:hover .header-lang__title {
    color: #FFF;
    background-color: #DA4932;
    border-color: #DA4932;
}
.header-lang:hover .header-lang__title:before {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.header-lang:hover .header-lang-list {
    visibility: visible;
    opacity: 1;
}
.header.fixed {
    border-bottom-color: rgba(0, 0, 0, 0.1);
}
.header__call.btn {
    padding: 0 23px 0 13px;
}
.header__call.btn svg {
    display: inline-block;
    fill: currentColor;
    stroke: currentColor;
    vertical-align: middle;
    margin: -2px 1px 0 0;
    -webkit-transition: -webkit-transform 0.3s linear;
    transition: -webkit-transform 0.3s linear;
    -o-transition: transform 0.3s linear;
    transition: transform 0.3s linear;
    transition: transform 0.3s linear, -webkit-transform 0.3s linear;
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
}
.header__call.btn:hover svg {
    -webkit-transform: rotate(36deg);
    -ms-transform: rotate(36deg);
    transform: rotate(36deg);
}

.custom-logo-link {
    display: inline-block;
    max-width: 195px;
    max-height: 60px;
}
.custom-logo-link img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    display: block;
}

.nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 700;
    font-size: 14px;
    line-height: 14px;
    color: rgba(0, 0, 0, 0.7);
    margin: 0 -16px;
}
.nav-item {
    margin: 0 16px;
    position: relative;
    padding: 12px 0;
}
.nav-item__link {
    color: inherit;
    position: relative;
}
.nav-item__link:hover {
    color: #DA4932;
}
.nav-item__icon {
    display: none;
}
.nav-item--parent > .nav-item__link {
    padding-right: 20px;
}
.nav-item--parent > .nav-item__link:before {
    content: "";
    position: absolute;
    right: 0;
    top: calc(50% - 4px);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 5px 0 5px;
    border-color: currentColor transparent transparent transparent;
}
.nav-item--parent:hover > .subnav {
    visibility: visible;
    opacity: 1;
}

.subnav {
    background: #FFFFFF;
    border: 1px solid #E4E7EC;
    -webkit-box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.1), 0px 4px 6px -2px rgba(16, 24, 40, 0.05);
    box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.1), 0px 4px 6px -2px rgba(16, 24, 40, 0.05);
    border-radius: 8px;
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 27px 34px 27px 32px;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.7);
    z-index: 1;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.subnav-item {
    margin-bottom: 22px;
    position: relative;
}
.subnav-item:last-child {
    margin-bottom: 0;
}
.subnav-item__link {
    color: inherit;
    position: relative;
    display: inline-block;
    padding-left: 40px;
    white-space: nowrap;
}
.subnav-item__link:hover {
    color: #DA4932;
    text-shadow: 0 0;
}
.subnav-item__link svg {
    position: absolute;
    left: 0;
    top: calc(50% - 12px);
    width: 24px;
    height: auto;
    color: #7D7D7D;
}
.subnav-item__link:hover svg {
    color: #DA4932;
}

.menu-trigger {
    display: none;
    vertical-align: middle;
    width: 40px;
    height: 32px;
    margin-left: 24px;
}

.hamburger {
    display: inline-block;
    cursor: pointer;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    border: 0;
    margin: 0;
    overflow: visible;
    width: 40px;
    height: 32px;
    transition: all 0.3s linear;
    background: #F9FAFB;
    border-radius: 8px;
    padding: 9px 10px;
}
.hamburger-box {
    width: 20px;
    height: 14px;
    display: block;
    position: relative;
}
.hamburger-inner {
    display: block;
    top: auto;
    bottom: 0px;
    width: 20px;
    height: 2px;
    background-color: #344054;
    position: absolute;
    transition-property: -webkit-transform;
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-property: background-color, -webkit-transform;
    transition-property: background-color, -webkit-transform;
    -o-transition-property: transform, background-color;
    transition-property: transform, background-color;
    transition-property: transform, background-color, -webkit-transform;
    -webkit-transition-duration: 0.15s;
    -o-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
}
.hamburger-inner:after, .hamburger-inner:before {
    content: "";
    display: block;
    width: 20px;
    height: 2px;
    background-color: #344054;
    position: absolute;
    transition-property: -webkit-transform;
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-property: background-color, -webkit-transform;
    transition-property: background-color, -webkit-transform;
    -o-transition-property: transform, background-color;
    transition-property: transform, background-color;
    transition-property: transform, background-color, -webkit-transform;
    -webkit-transition-duration: 0.15s;
    -o-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
}
.hamburger-inner:before {
    top: -12px;
}
.hamburger-inner:after {
    top: -6px;
}

.is-active .hamburger-inner {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    bottom: 6px;
}
.is-active .hamburger-inner:before {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    top: 0;
}
.is-active .hamburger-inner:after {
    display: none;
}

.aside__top {
    display: none;
}
.aside-search {
    display: none;
}

@media screen and (max-width: 1279px) {
    .custom-logo-link {
        margin-left: 0;
    }

    .header__right {
        margin-right: 0;
    }
}
@media screen and (max-width: 1199px) {
    .header__search {
        display: none;
    }
    .header__cart {
        display: none;
    }
    .header-lang__title {
        border: 1px solid #DA4932;
        border-radius: 4px;
        color: #DA4932;
        font-weight: 700;
        font-size: 12px;
        padding: 0 15px 0 5px;
        border-radius: 8px;
    }
    .header-lang__title:before {
        right: 5px;
        border-width: 6px 3.5px 0 3.5px;
        top: calc(50% - 3px);
    }
    .header-lang__title.active {
        border-radius: 8px 8px 0 0;
        background: #DA4932;
        color: #FFF;
    }
    .header-lang__title.active::before {
        -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }
    .header-lang__title.active + .header-lang-list {
        opacity: 1 !important;
        visibility: visible !important;
    }
    .header-lang-list {
        border-radius: 0 0 8px 8px;
    }
    .header-lang:hover .header-lang-list {
        opacity: 0;
        visibility: hidden;
    }
    .header-lang:hover .header-lang__title:not(.active)::before {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    .header__call.btn {
        border-radius: 8px;
    }

    .menu-trigger {
        display: inline-block;
    }

    .aside {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        min-height: 100%;
        z-index: 11;
        -webkit-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
        -webkit-transform: translateX(110%);
        -ms-transform: translateX(110%);
        transform: translateX(110%);
        max-width: 375px;
        width: 100%;
        background: #EAEAEA;
    }
    .customize-support .aside {
        top: 32px;
        min-height: calc(100vh - 32px);
    }
    .aside.active {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    .aside__top {
        height: 93px;
        padding: 31px 32px 21px 32px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        position: relative;
    }
    .aside__top:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 32px;
        right: 32px;
        background: rgba(60, 71, 80, 0.1);
        height: 1px;
    }
    .aside__wrapper {
        height: calc(100vh - 92px);
        overflow: auto;
        padding: 0 32px 32px;
    }
    .aside-search {
        border-bottom: 1px solid rgba(60, 71, 80, 0.1);
        position: relative;
        margin-bottom: 16px;
        display: block;
    }
    .aside-search__button {
        position: absolute;
        padding: 0;
        margin: 0;
        z-index: 1;
        left: 37px;
        top: calc(50% - 11px);
        width: 22px;
        height: 22px;
        border: 0;
        background: none;
        outline: 0;
    }
    .aside-search__input {
        height: 44px;
        width: 100%;
        padding-left: 75px;
        font-weight: 400;
        font-size: 20px;
        line-height: 24px;
        color: #000;
        font-family: inherit;
        background: none;
        border: none;
    }
    .aside-search__input:-moz-placeholder, .aside-search__input::-moz-placeholder {
        color: #000;
        opacity: 1;
    }
    .aside-search__input::-webkit-input-placeholder {
        color: #000;
    }
    .aside-search__icon {
        width: 22px;
        height: 22px;
    }
    .aside .nav {
        display: block;
        font-weight: 400;
        font-size: 20px;
        line-height: 23px;
        margin: 0;
        color: #000;
    }
    .aside .nav-item {
        margin: 0 0 21px;
        padding: 0;
    }
    .aside .nav-item:last-child {
        margin-bottom: 0;
    }
    .aside .nav-item__link {
        padding-left: 76px;
    }
    .aside .nav-item__link:hover {
        color: #DA4932;
        font-weight: 600;
    }
    .aside .nav-item__link.active {
        color: #DA4932;
        font-weight: 600;
    }
    .aside .nav-item__icon {
        position: absolute;
        top: calc(50% - 12px);
        left: 36px;
        fill: currentColor;
        width: 24px;
        height: 24px;
        display: block;
    }
    .aside .subnav {
        position: relative;
        top: auto;
        left: auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        background: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        border: none;
        opacity: 1;
        visibility: visible;
        padding: 21px 0 0 56px;
        font-weight: 400;
        font-size: 20px;
        line-height: 23px;
        color: #000;
        display: none;
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
    .aside .subnav-item {
        margin-bottom: 33px;
    }
    .aside .subnav-item:last-child {
        margin-bottom: 0;
    }
    .aside .subnav-item__link svg {
        stroke: currentColor;
        width: auto;
        height: auto;
    }

    body.menu-open {
        overflow: hidden;
        height: 100vh;
    }
    body.menu-open .main-wrapper {
        position: relative;
    }
    body.menu-open .main-wrapper__before {
        content: "";
        position: absolute;
        z-index: 9;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(255, 255, 255, 0.6);
        display: block;
    }
}
@media screen and (max-width: 991px) {
    .header {
        padding: 22px 0 15px;
        height: 74px;
    }
    .header .wrapper {
        padding-left: 16px;
        padding-right: 16px;
    }
    .header__call.btn {
        padding: 0;
        width: 36px;
    }
    .header__call.btn span {
        display: none;
    }
    .header__call.btn svg {
        margin: 0;
        height: auto;
        width: 18px;
        -webkit-transform: rotate(10deg);
        -ms-transform: rotate(10deg);
        transform: rotate(10deg);
    }

    .header-lang {
        margin-right: 12px;
    }

    .menu-trigger {
        margin-left: 12px;
    }

    .custom-logo-link {
        width: 146px;
        margin-bottom: 1px;
    }

    .aside__top {
        height: 74px;
        padding: 22px 16px 15px 16px;
    }
    .aside__top:after {
        left: 16px;
        right: 16px;
    }
    .aside__wrapper {
        height: calc(100vh - 74px);
        padding: 0 16px 16px;
    }
}
@media screen and (max-width: 782px) {
    .customize-support .header {
        top: 46px;
    }

    .customize-support .aside {
        top: 46px;
        min-height: calc(100vh - 46px);
    }
}
@media screen and (max-width: 767px) {
    .aside {
        max-width: 100%;
    }
}
@media screen and (max-width: 600px) {
    #wpadminbar {
        position: fixed !important;
    }
}
@media screen and (max-width: 359px) {
    .custom-logo-link {
        width: 120px;
    }
}
/*
================================================================================
|                                     FOOTER                                   |
================================================================================
*/
.footer {
    background: #e5eaee;
    padding: 30px 0 0;
}
.footer .wrapper {
    max-width: 1164px;
}
@media screen and (max-width: 1024px) {
    .footer .wrapper > .footer__row {
        justify-content: space-between;
    }
}

@media screen and (max-width: 767px) {
    .footer .wrapper > .footer__row {
        margin-bottom: 0;
    }
}

.footer__col--contacts .footer__title {
    padding-left: 40px;
}
.footer__title {
    font-weight: 800;
    font-size: 16px;
    line-height: 60px;
    color: rgba(60, 71, 80, 0.5);
    margin-bottom: 16px;
}
.footer__title .footer-city {
    display: none;
}
.footer-nav {
    font-weight: 500;
    font-size: 14px;
    line-height: 171%;
    color: #3C4750;
}
.footer-social-payment {
    display: flex;
    margin: 38px 16px 32px;
    padding: 19px 0 4px !important;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 787px) {
    .footer-social-payment {
        display: none;
    }
}
.footer-nav.footer-nav--social {
    display: flex;
    align-items: center;
}
.footer-nav-item {
    margin-bottom: 12px;
}
.footer-nav-item:last-child {
    margin-bottom: 0;
}
.footer-nav.footer-nav--social .footer-nav-item {
    margin: 0 40px 0 0;
}
@media screen and (max-width: 767px) {
    .footer-nav.footer-nav--social .footer-nav-item {
        margin: 0 22px 0 0;
    }
}
.footer-nav-item__link {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #3C4750;
}
.footer-nav-item__link:hover {
    font-weight: 700;
}
.footer-nav-item span.footer-nav-item__link {
    pointer-events: none;
}
.footer-nav--social .footer-nav-item__link svg {
    display: inline-block;
    vertical-align: middle;
    fill: currentColor;
    margin: -3px 5px 0 0;
}
.footer-nav--contacts {
    max-width: 315px;
}
.footer-nav--contacts .footer-nav-item {
    margin-bottom: 16px;
}
.footer-nav--contacts .footer-nav-item:last-child {
    margin-bottom: 0;
}
.footer-nav--contacts .footer-nav-item--time {
    border-top: 1px solid rgba(60, 71, 80, 0.1);
    margin-top: 16px;
    padding-top: 9px;
}
.footer-nav--contacts .footer-nav-item--time .footer-nav-item__link {
    color: rgba(60, 71, 80, 0.6);
    line-height: 225%;
}
.footer-nav--contacts .footer-nav-item--time .footer-nav-item__link-worktime {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.footer-nav--contacts .footer-nav-item--time .footer-nav-item__link-worktime span {
    display: block;
}
.footer-nav--contacts .footer-nav-item--time .footer-nav-item__link-worktime span:nth-child(2),
.footer-nav--contacts .footer-nav-item--time .footer-nav-item__link-worktime span:nth-child(4) {
    min-width: 123px;
    margin-right: 3px;
}
[lang="uk"] .footer-nav--contacts .footer-nav-item--time .footer-nav-item__link-worktime span:nth-child(2),
[lang="uk"]  .footer-nav--contacts .footer-nav-item--time .footer-nav-item__link-worktime span:nth-child(4) {
    min-width: 116px;
}
.footer-nav--contacts .footer-nav-item--time .footer-nav-item__link svg {
    top: 6px;
}
.footer-nav--contacts .footer-nav-item__link {
    padding-left: 40px;
    position: relative;
    display: inline-block;
}
.footer-nav--contacts .footer-nav-item__link svg {
    position: absolute;
    width: 22px;
    height: 22px;
    left: 0;
    top: 2px;
    fill: #3C4750;
}
.footer__bottom {
    background-color: #000000;
}
.footer__bottom .wrapper {
    margin-top: 15px;
    padding-top: 27px;
    padding-bottom: 20px;
    border-top: 1px solid rgba(60, 71, 80, 0.1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media screen and (max-width: 767px) {
    .footer__bottom .wrapper {
        flex-wrap: wrap;
        margin-top: 0;
        padding-top: 18px;
        padding-bottom: 11px;
    }

    .footer__bottom .footer__bottom-right {
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: space-between;
    }
}
.footer__bottom .footer-nav {
    display: none;
}
.footer__mobile-payment {
    display: none;
}
@media screen and (max-width: 767px) {
    .footer__mobile-payment {
        display: flex;
        margin-top: 16px;
        padding: 12px 0;
        width: 100%;
        justify-content: center;
        align-items: center;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .footer__mobile-payment img {
        margin: 0 12px;
        width: auto;
        height: 21px;
        filter: grayscale(1) invert(1) brightness(2);
        opacity: .6;
    }
}
.footer__copy {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.5);
}
.footer .custom-logo-link {
    max-width: 150px;
    margin-top: -4px;
    display: block;
}
.footer .custom-logo-link svg {
    display: block;
    width: 100%;
    height: auto;
}

@media screen and (max-width: 991px) {
    .footer {
        padding-top: 66px;
    }

    .footer__col--contacts .footer__title {
        padding-left: 0;
    }

    .footer-nav {
        font-weight: 600;
        line-height: 16px;
        color: #000;
    }
    .footer-nav-item {
        margin-bottom: 21px;
    }
    .footer-nav--contacts {
        line-height: 24px;
    }

    .footer__title {
        margin-bottom: 13px;
    }

    .footer-nav--contacts .footer-nav-item--time .footer-nav-item__link {
        line-height: 28px;
    }
}
@media screen and (max-width: 767px) {
    .footer {
        padding-top: 37px;
    }
    .footer__title {
        margin-bottom: 15px;
        font-weight: 800;
        font-size: 16px;
        line-height: 24px;
        color: rgba(60, 71, 80, 0.5);
    }
    .footer-nav-item__link {
        font-weight: 600;
        font-size: 14px;
        line-height: 16px;
        color: #000000;
    }
    .footer__bottom-right .footer-nav-item__link {
        color: rgba(255, 255, 255, 0.8);
    }
    .footer__logo {
        max-width: 104px;
    }
    .footer-nav--contacts {
        padding-top: 4px;
        max-width: 100%;
    }
    .footer-nav--contacts .footer-nav-item {
        margin-bottom: 18px;
    }

    .footer-nav--contacts .footer-nav-item__link svg,
    .footer-nav--contacts .footer-nav-item--time .footer-nav-item__link svg {
        top: calc(50% - 11px);
    }
    .footer__bottom .footer-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-left: 4px;
    }
    .footer__bottom .footer-nav-item {
        margin: 0 20px 0 0;
    }
    .footer__bottom .footer-nav-item:last-child {
        margin: 0;
    }
    .footer__bottom .footer-nav-item__link svg {
        width: 20px;
        height: 20px;
        display: block;
        margin: 0;
    }
    .footer__copy {
        width: 100%;
        padding-top: 13px;
        font-weight: 500;
        font-size: 10px;
        line-height: 12px;
        text-align: center;
        color: rgba(255, 255, 255, 0.5);
    }

    .footer .custom-logo-link {
        max-width: 102px;
    }
}
.main-wrapper {
    padding: 0;
    min-width: 320px;
    width: 100%;
    position: relative;
    overflow: hidden;
    min-height: 100%;
    padding-top: 92px;
}

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

a {
    color: #DA4932;
}

ul {
    list-style: none;
}

.hidden {
    display: none;
}

/*
================================================================================
|                                     CONTENT                                 |
================================================================================
*/
.btn,
.wpforms-submit {
    max-width: 370px;
    background-color: #000;
    border: 1px solid #000;
    border-radius: 4px;
    padding: 0 30px;
    font-family: "Raleway", sans-serif;
    font-weight: 800;
    font-size: 16px;
    line-height: 46px;
    color: #FFF;
    letter-spacing: 0.1px;
    height: 48px;
    display: inline-block;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
}
.btn--small {
    height: 32px;
    line-height: 30px;
    font-weight: 700;
    font-size: 12px;
}
.btn--border {
    background-color: #FFF;
    color: #000;
}
.btn--border:hover {
    color: #FFF;
    background-color: #000;
}
.btn__arrow {
    fill: currentColor;
    display: inline-block;
    vertical-align: middle;
    margin: -2px -16px 0 8px;
    opacity: 0;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-transform: translate(8px);
    -ms-transform: translate(8px);
    transform: translate(8px);
}
.btn:hover .btn__arrow {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    margin-right: 0;
}
.btn-facebook {
    background: #3B5998;
    border-color: #3B5998;
}
.btn-facebook__icon-desktop {
    display: inline-block;
    vertical-align: middle;
    margin: -3px 0 0 10px;
    fill: currentColor;
}
.btn-facebook__icon-mobile {
    display: none;
    vertical-align: middle;
    margin: -3px 6px 0 0px;
    fill: currentColor;
}
.btn-send__icon {
    stroke: currentColor;
    display: inline-block;
    vertical-align: middle;
    margin: -2px -32px 0 8px;
    opacity: 0;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-transform: translate(8px);
    -ms-transform: translate(8px);
    transform: translate(8px);
}
.btn-send:hover .btn-send__icon {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    margin-right: 0;
}
.btn-contact {
    width: 364px;
    max-width: 100%;
}
.btn-contact__icon {
    fill: currentColor;
    display: inline-block;
    vertical-align: middle;
    margin: -2px -32px 0 8px;
    opacity: 0;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-transform: translate(8px);
    -ms-transform: translate(8px);
    transform: translate(8px);
}
.btn-contact:hover .btn-contact__icon {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    margin-right: 0;
}

.section {
    padding: 0 0 80px;
    position: relative;
}
.section--bottom-large {
    padding-bottom: 100px;
}
.section--last {
    padding-bottom: 120px;
}

.y-row,
.y-row .wp-block-gallery {
    margin: 0 -16px -32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.y-row .wp-block-gallery {
    gap: normal;
}
.y-row--between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.y-col {
    padding: 0 16px 32px;
    width: 100%;
}
.y-col-2 {
    width: 16.66%;
}
.y-col-3 {
    width: 25%;
}
.y-col-4 {
    width: 33.33%;
}
.y-col-5 {
    width: 41.66%;
}
.y-col-6 {
    width: 50%;
}
.y-col-7 {
    width: 58.33%;
}
.y-col-8 {
    width: 66.66%;
}
.y-col-10 {
    width: 83.33%;
}

.footer__col-1 {
    flex: 0 0 calc((100% - 624px) * 0.400394); /* ≈ 203px при контейнере 1132px */
    max-width: calc((100% - 624px) * 0.400394);
}
.footer__col-2 {
    flex: 0 0 calc((100% - 624px) * 0.504931); /* ≈ 256px при контейнере 1132px */
    max-width: calc((100% - 624px) * 0.504931);
}
.footer__col-3 {
    flex: 0 0 312px;
    width: auto;
}
.footer__col-4 {
    flex: 0 0 312px;
    margin-left: calc((100% - 624px) * 0.094675); /* gap как доля оставшейся области */
    width: auto;
}
@media screen and (max-width: 1024px) {
    .footer__col-1 {
        flex: 0 0 calc(100% - 312px);
        max-width: calc(100% - 312px);
        margin: 0;
    }

    .footer__col-2 {
        flex: 0 0 312px;
        max-width: 312px;
        margin: 0;
    }
}
@media screen and (max-width: 675px) {
    .footer__col-1,
    .footer__col-2 {
        padding-bottom: 37px !important;
        flex: none;
        max-width: none;
        width: min-content;
        white-space: nowrap;
    }

    .footer__col-3,
    .footer__col-4 {
        padding: 0 48px !important;
        margin: 0 -36px;
        flex: 0 0 calc(100% + 94px);
        background-color: #000;
    }

    .footer__col-3 {
        padding-top: 49px !important;
        padding-bottom: 15px !important;
    }

    .footer__col-4 {
        position: relative;
        padding-top: 36px !important;
        padding-bottom: 16px !important;
    }

    .footer__col-4:before,
    .footer__col-4:after {
        content: '';
        position: absolute;
        top: 0;
        left: 47px;
        display: block;
        width: calc(100% - 94px);
        height: 1px;
        background-color: #FFFFFF;
        opacity: .1;
    }

    .footer__col-4:after {
        top: auto;
        bottom: 0;
    }

    .footer__col--contacts .footer__title {
        font-weight: 700;
        font-size: 16px;
        line-height: 24px;
        color: rgba(222, 227, 235, 0.5);
    }

    .footer__col--contacts .footer__title span {
        display: none;
    }

    .footer__col--contacts .footer__title .footer-city {
        display: block;
    }

    .footer-nav--contacts .footer-nav-item__link svg {
        fill: #DEE3EB;
        opacity: .3;
    }

    .footer-nav--contacts .footer-nav-item__link {
        font-weight: 600;
        font-size: 14px;
        line-height: 24px;
        letter-spacing: 0.02em;
        color: #DEE3EB;
    }

    .footer-nav-item--time {
        display: none;
    }

    .footer__bottom {
        padding-top: 2px;
    }
}
.form-col {
    position: relative;
    padding-bottom: 16px;
}
.form-col:last-child {
    padding-bottom: 0;
}
.form-col--flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.form-label,
.form-col .wpforms-field-label {
    position: absolute;
    top: 12px;
    left: 16px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.1px;
    font-family: "Raleway", sans-serif;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    color: rgba(0, 0, 0, 0.5);
}
.form-label span,
.form-col .wpforms-field-label span {
    color: #DA4932;
}
.form-input,
.form-col .wpforms-field-large,
.form-col textarea {
    display: block;
    padding: 12px 16px;
    background: rgba(9, 19, 33, 0.0638304);
    border: none;
    height: 48px;
    width: 100%;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.1px;
    font-family: "Raleway", sans-serif;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    color: rgba(0, 0, 0, 0.5);
}
.form-input:-moz-placeholder,
.form-input::-moz-placeholder,
.form-col .wpforms-field-large:-moz-placeholder,
.form-col .wpforms-field-large::-moz-placeholder {
    color: rgba(0, 0, 0, 0.5);
    opacity: 1;
}
.form-input::-webkit-input-placeholder,
.form-col .wpforms-field-large::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.5);
}
.form-input:focus:-moz-placeholder,
.form-input:focus::-moz-placeholder,
.form-col .wpforms-field-large:focus:-moz-placeholder,
.form-col .wpforms-field-large:focus::-moz-placeholder {
    color: transparent;
    opacity: 1;
}
.form-input:focus::-webkit-input-placeholder,
.form-col .wpforms-field-large:focus::-webkit-input-placeholder {
    color: transparent;
}
.form-input--2,
.form--callback input.wpforms-field-large {
    background: #F7F5F5;
}
.form-input.error,
.form-col input.wpforms-error,
.form-col textarea.wpforms-error {
    background: rgba(218, 73, 50, 0.0638304);
}
.form-textarea,
.form-col textarea {
    height: 185px;
    resize: vertical;
}
.wpforms-field-checkbox {
    margin-top: 10px;
}
.wpforms-field-checkbox input[type="checkbox"] {
    -webkit-appearance: auto;
}
.form-textarea-wrap {
    position: relative;
}
.form-textarea-wrap:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 22px;
    height: 22px;
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.91844 0.183594L9.6465 0.91166L0.909707 9.64846L0.181641 8.92039L8.91844 0.183594ZM9.0951 3.27252L9.82316 4.00058L3.99863 9.82512L3.27056 9.09705L9.0951 3.27252ZM9.99982 7.08951L9.27176 6.36144L6.35949 9.27371L7.08756 10.0018L9.99982 7.08951Z' fill='black' fill-opacity='0.4'/%3E%3C/svg%3E%0A");
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 10px 10px;
    pointer-events: none;
    background-color: #f0f0f1;
    z-index: 1;
}
.form-textarea--small {
    height: 130px;
}
.form-checkbox {
    position: absolute;
    opacity: 0;
}
.form-checkbox + label {
    display: inline-block;
    vertical-align: middle;
    padding-left: 28px;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: rgba(0, 0, 0, 0.8);
    position: relative;
    cursor: pointer;
}
.form-checkbox + label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 16px;
    height: 16px;
    background: #FFFFFF;
    border: 1px solid #929293;
    border-radius: 4px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.form-checkbox + label:after {
    content: "";
    position: absolute;
    left: 4px;
    top: 6px;
    width: 8px;
    height: 8px;
    border-radius: 2px;
    background-color: #DA4932;
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.form-checkbox + label svg {
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0 5px;
    fill: currentColor;
}
.form-checkbox:checked + label::before {
    border-color: #DA4932;
}
.form-checkbox:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.form .btn,
.form .wpforms-submit {
    width: 100%;
}
.form-col label.wpforms-error {
    color: #DA4932;
    font-size: 12px;
}
.form-title {
    font-weight: 300;
    font-size: 24px;
    line-height: 158%;
    letter-spacing: 0.1px;
    color: rgba(0, 0, 0, 0.6);
    opacity: 0.9;
    margin-bottom: 44px;
    padding-left: 6px;
}
.form-title__subtitle {
    display: block;
    margin-top: 8px;
    font-weight: 300;
    font-size: 16px;
    line-height: 1;
}
.form-title__subtitle span {
    color: #DA4932;
}
.form-captcha img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
}
.form--contact .btn {
    margin-top: 16px;
    margin-bottom: 16px;
}
.form--callback {
    margin: auto;
}

.title {
    font-weight: 600;
    font-size: 40px;
    line-height: 115%;
    color: rgba(0, 0, 0, 0.8);
    margin-bottom: 24px;
    position: relative;
}
.title--line {
    padding-bottom: 22px;
    margin-bottom: 24px;
}
.title--line:before {
    content: "";
    width: 416px;
    height: 2px;
    background: #DA4932;
    border-radius: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
}
.title--small {
    font-size: 36px;
    line-height: 116.66%;
}
.title--xs {
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    letter-spacing: 1px;
}

.title-main {
    font-weight: 200;
    font-size: 72px;
    line-height: 100%;
    letter-spacing: -0.4px;
    color: rgba(0, 0, 0, 0.8);
    margin-bottom: 36px;
    position: relative;
}
.title-main--line {
    padding-bottom: 22px;
    margin-bottom: 42px;
}
.title-main--line:after {
    content: "";
    width: 416px;
    height: 4px;
    background: #DA4932;
    position: absolute;
    left: 0;
    bottom: 0;
    border-radius: 2px;
}
.title-main--center {
    text-align: center;
}
.title-main--small {
    font-size: 60px;
    line-height: 126.66%;
    letter-spacing: 0;
    margin-bottom: 30px;
}
.title-main--xs {
    font-weight: 300;
    font-size: 32px;
    line-height: 46px;
    letter-spacing: 0;
    margin-bottom: 16px;
}
.title-main--red {
    color: #DA4932;
}
.title-main--large {
    font-size: 80px;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.block-hero {
    height: 630px;
    position: relative;
    background: url("assets/images/gif/hero.gif") no-repeat center center;
    background-size: cover;
    height: 630px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    font-size: 64px;
    line-height: 80px;
    text-align: center;
    letter-spacing: -1px;
    color: #FFF;
    padding: 52px;
    margin-bottom: 60px;
}
/*.block-hero:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60.37%, rgba(0, 0, 0, 0)), color-stop(88.55%, rgba(0, 0, 0, 0.3)));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 60.37%, rgba(0, 0, 0, 0.3) 88.55%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 60.37%, rgba(0, 0, 0, 0.3) 88.55%);
    z-index: 1;
}*/

.block-hero .slider-front-page {
    width: 100%;
}

.block-hero .slider-front-page img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.block-hero .slider-front-page img.black-friday-mobile {
    display: none;
}

@media screen and (max-width: 768px) {
    .block-hero {
        padding: 0 0 80% !important;
    }

    .block-hero .slider-front-page img.black-friday {
        display: none;
    }

    .block-hero .slider-front-page img.black-friday-mobile {
        display: block;
    }
}

.block-hero__text {
    position: relative;
    z-index: 2;
    max-width: 924px;
}

.main-category {
    position: relative;
    padding: 20px 0 22px;
}
.main-category:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 76%;
    height: 1px;
    background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0)));
    background: -o-linear-gradient(right, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(270deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
}
.main-category:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 76%;
    height: 1px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0)));
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(-270deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
}
.main-category__row {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.main-category__col {
    max-width: 272px;
}
.main-category-item {
    text-align: center;
    font-weight: 500;
    font-size: 18px;
    line-height: 156%;
    letter-spacing: 0.4px;
    color: #000;
}
.main-category-item__image {
    padding-bottom: 67.5%;
    position: relative;
    margin-bottom: 8px;
}
.main-category-item__image img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.main-category-item__image:after {
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 202px;
    max-width: 100%;
    position: absolute;
    background-color: #DA4932;
    height: 0;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    opacity: 0;
}
.main-category-item:hover .main-category-item__image img {
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
}
.main-category-item:hover .main-category-item__image:after {
    height: 3px;
    opacity: 1;
}

.text {
    font-weight: 400;
    font-size: 16px;
    line-height: 188%;
    letter-spacing: 0.1px;
    margin-bottom: 45px;
}
.text:last-child {
    margin-bottom: 0;
}
.text-justify {
    text-align: justify;
}
.text p {
    margin-bottom: 34px;
}
.text p:last-child {
    margin-bottom: 0;
}
.text ul {
    margin-bottom: 34px;
    margin-left: 24px;
}
.text ul:last-child {
    margin-bottom: 0;
}
.text ul li {
    position: relative;
}
.text ul li:before {
    content: "";
    width: 3px;
    height: 3px;
    border-radius: 3px;
    background: currentColor;
    position: absolute;
    left: -14px;
    top: 13.5px;
}
.text ul.list-2 li {
    margin-bottom: 34px;
}
.text ul.list-2 li:last-child {
    margin-bottom: 0;
}
.text h2 {
    font-weight: 300;
    font-size: 32px;
    line-height: 150%;
    letter-spacing: 1px;
    margin-bottom: 16px;
    margin-top: 100px;
}
.text h2:first-child {
    margin-top: 0;
}
.text h2:last-child {
    margin-bottom: 0;
}
.text h3 {
    font-weight: 400;
    font-size: 26px;
    line-height: 154%;
    color: rgba(0, 0, 0, 0.9);
    margin-bottom: 20px;
    margin-top: 70px;
}
.text h3:first-child {
    margin-top: 0;
}
.text h3:last-child {
    margin-bottom: 0;
}
.text ol {
    margin-left: 24px;
    margin-bottom: 34px;
}
.text ol:last-child {
    margin-bottom: 0;
}
.text-2 {
    line-height: 175%;
}
.text-2 ul li:before {
    top: 11.5px;
}
.text-2 p,
.text-2 ol,
.text-2 ul {
    margin-bottom: 28px;
}

.block-about {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 20px;
}
.block-about__left {
    padding-top: 35px;
}
.block-about__right img {
    width: 100%;
    height: auto;
    display: block;
}
.block-about .btn {
    width: 364px;
    max-width: 100%;
}
.block-about--mobile {
    display: none;
}

.products-item__image {
    display: block;
    position: relative;
    padding-bottom: 60.32%;
}
.products-item__image img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.products-item__image > span:last-child img {
    opacity: 0;
}
.products-item__image > span:first-child img {
    opacity: 1;
}
.products-item__image-wrap {
    max-width: 315px;
}
.products-item__info {
    padding: 8px 20px 0px 20px;
}
.products-item__title {
    font-weight: 600;
    font-size: 26px;
    line-height: 119%;
    letter-spacing: 0.5px;
    color: rgba(0, 0, 0, 0.8);
    padding-bottom: 6px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.products-item__title a {
    color: inherit;
}
.products-item__title a:hover {
    color: #DA4932;
}
.products-item__params {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding: 8px 0;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: rgba(0, 0, 0, 0.4);
}
.products-item__params:last-child {
    border: none;
    padding-bottom: 0;
}
.products-item__params p {
    padding: 2px 0;
}
.products-item__price {
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    color: #000;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding: 9px 0 7px;
}
.products-item__info .products-item__price {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
@media screen and (max-width: 767px) {
    .products-item__info .products-item__price {
        display: block;
    }

    .products-item__info .products-item__price .products-item__in-stock {
        padding: 6px 0 1px;
        justify-content: space-between;
        background: none;
        border-top: 1px solid rgba(0,0,0,.05);
        font-size: 10px;
        line-height: normal;
    }

    .products-item__info .products-item__price .products-item__in-stock svg {
        padding: 2px;
        width: 16px;
        background: #eff9f2;
        border-radius: 2px;
    }
}
.products-item__price:last-child {
    border-color: transparent;
}
.products-item__price a {
    color: inherit;
    display: inline-block;
    padding-right: 18px;
    position: relative;
}
.products-item__price a:after {
    content: "";
    position: absolute;
    right: 0;
    top: calc(50% - 5px);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 7px;
    border-color: transparent transparent transparent rgba(0, 0, 0, 0.8);
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.products-item__price a:hover {
    color: #DA4932;
}
.products-item__price a:hover:after {
    border-color: transparent transparent transparent #DA4932;
}
.products-item__download {
    line-height: 35px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.products-item:hover .products-item__image img {
    opacity: 0;
}
.products--3d .products-item:hover .products-item__image img {
    opacity: 1;
}
.products-item:hover .products-item__image > span:last-child img {
    opacity: 1;
}
.products--small .products-item {
    padding: 8px 8px 0 8px;
}
.products--small .products-item__image {
    padding-bottom: 60.61%;
}
.products--small .products-item__info {
    padding: 10px 16px 0;
}
.products--small .products-item__title {
    font-size: 22px;
    line-height: 118.18%;
}
.products--small .products-item__price {
    padding-top: 8px;
}
.products--list .y-row {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: -60px;
}
.products--list .y-col {
    max-width: inherit;
    padding-bottom: 60px;
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}
.products--list .y-col.y-col-loaded {
    opacity: 0;
    visibility: hidden;
}
.products--list + .products-loader,
.y-catalog + .products-loader {
    display: block;
    margin: 100px auto 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}
.products--list.loading + .products-loader,
.y-catalog.loading + .products-loader {
    opacity: 1;
    visibility: visible;
}
.products--3d .y-row {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: -60px;
}
.products--3d .y-col {
    max-width: 346px;
    padding-bottom: 60px;
}
.products--3d .products-item {
    padding-bottom: 27px;
}
.products--3d .products-item__image {
    padding-bottom: 46.497%;
    margin-bottom: 18px;
}
.products--3d .products-item__title {
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
}

.slider-products .y-row.slick-initialized {
    display: block;
}
.slider-products .carousel__button.is-prev {
    left: -15px;
    top: 34.5%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}
.slider-products .carousel__button.is-next {
    right: -15px;
    top: 34.5%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}
.slider-products .carousel.is-draggable {
    cursor: auto;
}
.slider-products .carousel.is-dragging {
    cursor: auto;
}

div.blog {
    margin-top: 60px;
}
.blog-item {
    background: #FFFFFF;
    -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1), 0px 1px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1), 0px 1px 4px rgba(0, 0, 0, 0.1);
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #000;
}
.blog-item__image {
    position: relative;
    padding-bottom: 60.7%;
    overflow: hidden;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}
.blog-item__image img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.blog-item__content {
    padding: 22px 26px 10px 16px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.blog-item__title {
    font-weight: 700;
    font-size: 22px;
    line-height: 145%;
    letter-spacing: -0.1px;
    margin-bottom: 14px;
}
.blog-item__text {
    font-size: 14px;
    line-height: 171%;
    letter-spacing: 0.1px;
    margin-bottom: 14px;
}
.blog-item__link {
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0.1px;
    color: #576D93;
    display: inline-block;
    vertical-align: middle;
    padding-right: 16px;
    position: relative;
}
.blog-item__link svg {
    stroke: currentColor;
    position: absolute;
    right: 0;
    top: calc(50% - 5px);
}
.blog-item__link:hover {
    color: #DA4932;
}
.blog-item:hover {
    -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1), 4px 6px 6px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1), 4px 6px 6px rgba(0, 0, 0, 0.05);
}
.blog-item:hover .blog-item__link {
    color: #DA4932;
}
.blog--list {
    margin-top: 0;
}
.blog--list + .blog-loader {
    display: block;
    margin: 100px auto 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}
.blog--list.loading + .blog-loader {
    opacity: 1;
    visibility: visible;
}
.blog--list .y-col {
    padding-bottom: 100px;
}
.blog--list .y-col {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}
.blog--list .y-col.y-col-loaded {
    opacity: 0;
    visibility: hidden;
}
.blog--list .y-row {
    margin-bottom: -100px;
}
.blog--list .blog-item__content {
    padding: 22px 32px 20px;
}
.blog--list .blog-item__image {
    padding-bottom: 63.81%;
}
.blog--list .y-col-6 .blog-item__image {
    padding-bottom: 51%;
}

.section-category .title-main {
    margin-left: 16px;
}
.section-category-description__title {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 18px 16px;
}
.section-category-description__title a {
    display: inline-block;
    line-height: 22px;
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
    color: rgba(0, 0, 0, 0.7);
    padding-left: 32px;
    position: relative;
    cursor: pointer;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.section-category-description__title a:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 5px 0 5px;
    border-color: currentColor transparent transparent transparent;
    left: 6px;
    top: 7px;
    opacity: 0;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.section-category-description__title a:hover {
    color: #DA4932;
}
.section-category-description__title a svg {
    position: absolute;
    width: 22px;
    height: 22px;
    left: 0;
    top: 0;
    fill: currentColor;
}
.section-category-description__title.active a {
    color: #DA4932;
}
.section-category-description__title.active a svg {
    opacity: 0;
}
.section-category-description__title.active a:after {
    opacity: 1;
}
.section-category-description__content {
    padding: 46px 0 46px 25px;
    display: none;
}
.section-category-description__content .text {
    line-height: 212%;
}
.section-category-description__content .text ul {
    margin-left: 0;
}
.section-category-description__content .text ul li:before {
    top: 15.5px;
}
.section-category-description--interior {
    margin-bottom: 37px;
}
.section-category-description--interior .section-category-description__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.section-category-description--interior .section-category-description__content {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.section-category-tabs {
    padding: 24px 34px 24px 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.section-category-filter__title {
    display: none;
    padding: 8px 0 7px;
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    font-weight: 700;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.01em;
    color: rgba(0, 0, 0, 0.8);
    cursor: pointer;
}
.section-category-filter__title-icon {
    position: absolute;
    right: 0;
    width: 22px;
    height: 21px;
    top: calc(50% - 10.5px);
    background: #F3F3F3;
    border-radius: 4px;
}
.section-category-filter__title-icon svg {
    width: 10px;
    height: 7px;
    position: absolute;
    top: calc(50% - 3.5px);
    left: calc(50% - 5px);
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.section-category-filter__title.active .section-category-filter__title-icon svg {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
@media screen and (min-width: 992px) {
    .section-category-filter__content {
        display: block !important;
    }
}

.filter-checkboxes {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.in-stock,
.on-sale {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    line-height: 20px;
}

.on-sale {
    margin-left: 30px;
}

.section-recommend {
    background: #F4F4F4;
    padding-bottom: 60px;
    border-bottom: 1px solid rgba(218, 73, 50, 0.5);
}
.section-recommend__title {
    font-weight: 700;
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 0.1px;
    color: #DA4932;
    padding: 22px 16px;
    border-bottom: 1px solid #DA4932;
    margin-bottom: 30px;
}
.section-recommend__title svg {
    width: 22px;
    height: 22px;
    display: inline-block;
    vertical-align: middle;
    margin: -4px 10px 0 0;
    fill: currentColor;
    stroke: currentColor;
}
.section-recommend .products-item__image img {
    mix-blend-mode: multiply;
}

.section-category-main {
    padding-top: 23px;
    padding-bottom: 0;
}

.filter-checkbox {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: rgba(0, 0, 0, 0.8);
}
.filter-checkbox__item {
    display: inline-block;
    vertical-align: middle;
    margin-right: 60px;
    position: relative;
    line-height: 20px;
}
.filter-checkbox__item:last-child {
    margin-right: 0;
}
.filter-checkbox__item .form-checkbox + label {
    padding-left: 0;
}
.filter-checkbox__item .form-checkbox + label:before, .filter-checkbox__item .form-checkbox + label:after {
    display: none;
}
.filter-checkbox__item .form-checkbox:checked + label {
    color: #DA4932;
}
.filter-checkbox__item--all {
    display: none;
}
.filter-checkbox__link {
    color: currentColor;
    position: relative;
}
.filter-checkbox__link:hover {
    color: #DA4932;
}
.filter-checkbox__link.active {
    font-weight: 700;
}
.filter-checkbox__link.active:before {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    background-color: #DA4932;
    height: 2px;
}
.filter-checkbox--small .filter-checkbox__item {
    margin-right: 22px;
}
.filter-checkbox--small .filter-checkbox__item:last-child {
    margin-right: 0;
}

.section-product {
    padding-top: 60px;
    padding-bottom: 90px;
}
.section-product__row {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.section-product__left {
    padding-top: 6px;
}
.section-product__left .product__main {
    display: none;
}
.section-product__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.section-product__right-top {
    margin-bottom: 12px;
}

.breadcrumbs {
    font-weight: 600;
    font-size: 14px;
    line-height: 143%;
    color: rgba(0, 0, 0, 0.8);
    margin-bottom: 75px;
    padding-left: 16px;
}
.section-photos .breadcrumbs,
.section-category .breadcrumbs,
.section-contact .breadcrumbs,
.section-blog .breadcrumbs {
    padding-top: 20px;
    margin-bottom: 55px;
}
@media screen and (max-width: 991px) {
    .breadcrumbs {
        padding-left: 0;
    }
}
.breadcrumbs-item {
    display: inline-block;
    position: relative;
    padding-right: 26px;
}
.breadcrumbs-item:after {
    content: "";
    position: absolute;
    right: 7px;
    top: calc(50% - 6px);
    width: 8px;
    height: 12px;
    background-image: url("data:image/svg+xml,%3Csvg width='8' height='12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m2 10 4.412-4L2 2' stroke='%23000' stroke-width='1.5' stroke-linecap='square'/%3E%3C/svg%3E");
}
.breadcrumbs-item:last-child {
    padding-right: 0;
}
.breadcrumbs-item:last-child:after {
    display: none;
}
.breadcrumbs-item__link {
    color: inherit;
}
.breadcrumbs-item__link:hover {
    color: #DA4932;
}

.carousel-slider .carousel__button {
    width: 18px;
    height: 32px;
    color: #000;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.carousel-slider .carousel__button svg {
    width: 100%;
    height: 100%;
    fill: currentColor;
    stroke-width: 0;
}
.carousel-slider .carousel__button:hover {
    color: #DA4932;
}

.product-images-main {
    margin: 0 38px 28px;
    max-height: 370px;
}
.product-images-main__slide {
    width: 100%;
    padding: 0;
}
.product-images-main__item {
    padding-bottom: 370px;
    position: relative;
    display: block;
}
.product-images-main__item img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.product-images-main .carousel__button.is-prev {
    left: -38px;
}
.product-images-main .carousel__button.is-next {
    right: -38px;
}
.product-images-thumbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 -16px;
}
.product-images-thumbs__item {
    padding: 0 16px;
    width: 104px;
    cursor: pointer;
}
.product-images-thumbs__item > div {
    position: relative;
    padding-bottom: calc(100% - 2px);
}
.product-images-thumbs__item > div img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}

.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
    border-color: #DA4932;
}

.sizes__title {
    display: flex;
    align-items: center;
    padding-left: 8px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 0;
    line-height: 36px;
    position: relative;
    padding-right: 40px;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.01em;
    color: rgba(0, 0, 0, 0.7);
    cursor: pointer;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.product__size + .product__size .sizes__title {
    border-top: 0;
}
.sizes__title:hover {
    color: #DA4932;
}
.sizes__title-title {
    display: inline;
    margin-right: 5px;
    white-space: nowrap;
    max-width: 90%;
    overflow: hidden;
}
.sizes__title-icon {
    width: 22px;
    height: 21px;
    background: #f3f3f3;
    border-radius: 4px;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    position: absolute;
}
.sizes__title-icon svg {
    position: absolute;
    width: 12px;
    height: 7px;
    left: calc(50% - 6px);
    top: calc(50% - 3.5px);
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.sizes__title-value {
    font-weight: 400;
}
.sizes__title.active .sizes__title-icon svg {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.sizes__content {
    display: none;
    padding: 0;
    border-bottom: 0;
}
.sizes-list {
    line-height: 22px;
    font-size: 16px;
    letter-spacing: 0.01em;
}
.sizes-list-item {
    padding: 0 0 8px 0;
}
.sizes-list-item .sizes-list-item__link.disabled {
    opacity: 0.4;
    cursor: not-allowed;
}
.sizes {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}
.sizes-list-item__link {
    display: flex;
    background: #F8F8F8;
    border-radius: 4px;
    padding: 6px 16px;
    align-items: center;
    justify-content: space-between;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: rgba(0, 0, 0, 0.5);
}
.sizes-list-item__link:hover {
    color: #DA4932;
}
.sizes-list-item__stock {
    background: #FCF7F7;
    border-radius: 2px;
    padding: 4px 28px 4px 8px;
    position: relative;
    color: rgba(0, 0, 0, 0.5);
}
.sizes-list-item__stock svg{
    position: absolute;
    width: 16px;
    height: 16px;
    right: 8px;
    top:calc(50% - 8px);
}

.product__title {
    font-weight: 200;
    color: rgba(0, 0, 0, 0.9);
    font-size: 60px;
    line-height: 116.66%;
    letter-spacing: -0.1px;
    margin-bottom: 10px;
}
.product__price {
    font-weight: 200;
    font-size: 42px;
    line-height: 49px;
    letter-spacing: -0.1px;
    margin-bottom: 14px;
}
.product__price:last-child {
    margin-bottom: 0;
}
.product__main {
    margin-bottom: 32px;
}
.product__size {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 362px;
}
.product__size-title {
    font-weight: 700;
    font-size: 16px;
    line-height: 38px;
    letter-spacing: 0.01em;
    color: rgba(0, 0, 0, 0.8);
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin-right: 16px;
}
.product__size-content {
    width: 100%;
}
.product-params {
    max-width: 362px;
}
.product-params__item {
    padding: 10px 8px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.1px;
    color: rgba(0, 0, 0, 0.5);
}
.product-params__item:last-child {
    border-bottom: 0;
}
.product-params__item .product-params__item-name {
    font-weight: 700;
    color: rgba(0, 0, 0, 0.7);
}
.product-params__item a {
    color: inherit;
}
.product-params__item a:hover {
    color: #DA4932;
}
.product-params__item .product-params__item-colors {
    display: flex;
    margin-top: 13px;
    flex-wrap: wrap;
}
.product-params__item .product-params__item-colors .product-params__item-color {
    position: relative;
    display: block;
    width: 20%;
    font-size: 0;
    border: 1px solid transparent;
    border-radius: 4px;
    box-sizing: border-box;
}
.product-params__item .product-params__item-colors .product-params__item-color.active {
    border-color: #414141;
}
.product-params__item .product-params__item-colors .product-params__item-color:before {
    content: '';
    display: block;
    padding-bottom: 100%;
}
.product-params__item .product-params__item-colors .product-params__item-color img {
    position: absolute;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border-radius: 4px;
}
@media screen and (max-width: 768px) {
    .product-params__item .product-params__item-colors .product-params__item-color img {
        width: calc(100% - 10px);
        height: calc(100% - 10px);
    }
}
.product-params__item .product-params__item-colors .product-params__item-color .product-params__item-color-name {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    padding: 5px 0;
    margin: auto;
    color: #fff;
    font-size: 12px;
    line-height: 12px;
    text-align: center;
    background-color: #000000;
    border-radius: 4px;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    transition: all .3s ease;
}
.product-params__item .product-params__item-colors .product-params__item-color:hover .product-params__item-color-name {
    top: calc(100% + 5px);
    opacity: 1;
    visibility: visible;
}
.product-params__item .product-params__buttons {
    margin-top: 10px;
}
.product-params__item .product-params__buttons button {
    margin-right: 20px;
    padding: 5px 0;
    background: none;
    border: 1px solid transparent;
    border-radius: 4px;
    transition: border-color 0.3s ease;
}
.product-params__item .product-params__buttons button:last-child {
    margin: 0;
}
@media screen and (max-width: 480px) {
    .product-params__item .product-params__buttons button {
        margin-right: 15px;
    }
}
.product-params__item .product-params__buttons button:hover {
    border-color: rgba(65, 65, 65, 0.2);
}
.product-params__item .product-params__buttons button.selected {
    border-color: #414141;
}
.product-params__item .product-params__buttons button > span {
    display: flex;
    margin-left: -5px;
    padding-right: 5px;
    width: calc(100% + 6px);
    background: #fff;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}
.product-params__item .product-params__buttons button > span span {
    display: block;
}
.product-params__item .product-params__buttons button > span .icon {
    position: relative;
    display: block;
    margin-left: 6px;
    width: 16px;
    height: 16px;
}
.product-params__item .product-params__buttons button > span .icon svg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}
.product-params__item .product-params__buttons button > span .icon .select {
    opacity: 0;
    visibility: hidden;
}
.product-params__item .product-params__buttons button.selected > span .icon .select {
    opacity: 1;
    visibility: visible;
}
.product-params__item .product-params__buttons button.selected > span .icon .none {
    opacity: 0;
    visibility: hidden;
}
.product-code {
    font-weight: 300;
    font-size: 12px;
    line-height: 14px;
    color: rgba(0, 0, 0, 0.7);
    margin-bottom: 12px;
}
.product-rating {
    margin-bottom: 33px;
}
.product-rating__text {
    font-weight: 300;
    font-size: 12px;
    line-height: 14px;
    color: rgba(0, 0, 0, 0.9);
    margin-top: 12px;
}

.product-about {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 80px;
}
.product-about__left {
    padding-top: 32px;
}
.product-about__right {
    padding-top: 40px;
}
.product-about__left .text {
    line-height: 200%;
}
.product-about__right .zoom-btn {
    display: none;
}
@media screen and (min-width: 992px) {
    .product-about.zoomin {
        flex-direction: column-reverse;
    }
    .product-about.zoomin .product-about__left {
        width: 100%;
        padding-top: 42px;
    }
    .product-about__right {
        position: relative;
    }
    .product-about.zoomin .product-about__right {
        width: 100%;
    }
    .product-about__right .zoom-btn {
        position: absolute;
        display: block;
        top: 60px;
        right: 36px;
        padding: 0;
        font-size: 0;
        background-color: transparent;
        border: 0;
        cursor: pointer;
        outline: 0;
        z-index: 1;
    }
}
.product-video {
    width: 100%;
    height: auto;
    display: block;
}

.rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #FFCE31;
}
.rating__icon {
    stroke: currentColor;
    margin-right: 7px;
}
.rating__icon:last-child {
    margin-right: 0;
}
.rating--1 .rating__icon:nth-child(1) {
    fill: currentColor;
}
.rating--2 .rating__icon:nth-child(1), .rating--2 .rating__icon:nth-child(2) {
    fill: currentColor;
}
.rating--3 .rating__icon:nth-child(1), .rating--3 .rating__icon:nth-child(2), .rating--3 .rating__icon:nth-child(3) {
    fill: currentColor;
}
.rating--4 .rating__icon:nth-child(1), .rating--4 .rating__icon:nth-child(2), .rating--4 .rating__icon:nth-child(3), .rating--4 .rating__icon:nth-child(4) {
    fill: currentColor;
}
.rating--5 .rating__icon:nth-child(n) {
    fill: currentColor;
}

.btn-cart {
    width: 100%;
    max-width: 370px;
    background-color: #000000;
    border: 1px solid #000000;
}
.btn-cart__icon {
    fill: currentColor;
    display: inline-block;
    vertical-align: middle;
    margin: -3px -33px 0 8px;
    opacity: 0;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-transform: translate(8px);
    -ms-transform: translate(8px);
    transform: translate(8px);
    width: 25px;
    height: 24px;
}
.btn-cart:hover .btn-cart__icon {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    margin-right: 0;
}

.section-blog {
    position: relative;
}
.section-blog__overflow {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(80%, #FFFFFF));
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #FFFFFF 80%);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 80%);
    height: 1200px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.section-blog .title-main {
    margin-left: 0;
}

.section-blog-single {
    padding-top: 60px;
}

.blog-single {
    max-width: 800px;
    margin: 0 auto;
}
.blog-single .title-main {
    letter-spacing: 1px;
    line-height: 111%;
}
.blog-single-top {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 19px 0;
    margin: 0 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 50px;
    margin-top: -9px;
}
.blog-single-date {
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0.8px;
    margin-left: 50px;
    color: rgba(0, 0, 0, 0.4);
}
.blog-single-date span {
    color: rgba(0, 0, 0, 0.7);
    margin-right: 10px;
}
.blog-single-image {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 60px;
}
.blog-single-top-text {
    margin-bottom: 50px;
}
.blog-single-bottom {
    margin-top: 100px;
    text-align: center;
}
.blog-single-bottom .share-title {
    display: block;
    margin: 0 0 10px 0;
    font-weight: 500;
}

.share {
    line-height: 24px;
}
.share-title {
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0.8px;
    color: rgba(0, 0, 0, 0.7);
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}
.share-list {
    display: inline-block;
    vertical-align: middle;
}
.share-list-item {
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px;
}
.share-list-item:last-child {
    margin-right: 0;
}
.share-list-item__link {
    width: 25px;
    height: 24px;
    display: block;
    color: #000;
}
.share-list-item__link svg {
    width: 100%;
    height: 100%;
    display: block;
    fill: currentColor;
}
.share-list-item__link:hover {
    color: #DA4932;
}
.share-list--large .share-list-item {
    margin-right: 20px;
}
.share-list--large .share-list-item:last-child {
    margin-right: 0;
}
.share-list--large .share-list-item__link {
    width: 32px;
    height: 32px;
}

.section-inside {
    padding-top: 60px;
}

.section-our-story {
    padding-bottom: 220px;
}

.our-story {
    margin-bottom: 150px;
}
.our-story:last-child {
    margin-bottom: 0;
}
.our-story .y-row {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.our-story:first-child .title-main {
    max-width: 500px;
}
.our-story .title-main {
    letter-spacing: -2px;
}
.our-story img {
    max-width: 100%;
    height: auto;
}
.small-gallery .y-col--hidden {
    display: none;
}
.small-gallery .y-col {
    padding: 0 21.5px 43px;
}
.small-gallery .y-row {
    margin: 0 -21.5px -43px;
}
.small-gallery__item {
    display: block;
    position: relative;
    padding-bottom: 51.428%;
    margin-bottom: 40px;
}
.small-gallery__item:last-child {
    margin-bottom: 0;
}
.small-gallery__item--large {
    padding-bottom: calc(102.856% + 40px);
}
.small-gallery__item:hover {
    opacity: 0.8;
}
.small-gallery__item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    left: 0;
    right: 0;
}

.section-thinking {
    padding-bottom: 220px;
}

.block-thinking__row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 128px;
}
.block-thinking__row:last-child {
    margin-bottom: -32px;
}
.block-thinking__row--title {
    margin-bottom: 28px;
}
.block-thinking__row--options .title-main {
    font-weight: 500;
    margin-left: 26px;
}
.block-thinking__row:first-child .title-main {
    margin: 0 0 46px -11px;
}
.block-thinking .y-col--hidden {
    display: none;
}
.block-thinking img {
    display: block;
    width: 100%;
    height: auto;
}
.block-thinking .title-main:last-child {
    margin-bottom: 0;
}
.block-thinking .text {
    margin-bottom: -10px;
}
.block-thinking .text h2,
.block-thinking .text h3 {
    letter-spacing: 0;
    margin-top: 70px;
}
.block-thinking .text h2:first-child,
.block-thinking .text h3:first-child {
    margin-top: 0;
}
.block-thinking .text h2:last-child,
.block-thinking .text h3:last-child {
    margin-bottom: 0;
}
.block-thinking .y-col-12 .text {
    margin-bottom: 0;
}

.options-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 55px;
}
.options-item:last-child {
    margin-bottom: 0;
}
.options-item__title {
    font-weight: 300;
    font-size: 20px;
    line-height: 160%;
    letter-spacing: -0.4px;
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    padding-left: 16px;
    width: 225px;
    margin-left: 14px;
    padding-right: 15px;
}
.options-item__title::before {
    content: "";
    position: absolute;
    width: 3px;
    height: 3px;
    border-radius: 3px;
    background: currentColor;
    left: 0;
    top: 15.5px;
}
.options-item__text {
    width: calc(100% - 225px);
}

.d-hide {
    display: none;
}

.feedback-top {
    margin-bottom: 86px;
}
.feedback-top .title-main {
    margin-bottom: 24px;
}
.feedback-top .text {
    margin-bottom: 34px;
}
.feedback-top .share {
    text-align: center;
}

.block-comment {
    max-width: 800px;
    margin: 0 auto 90px;
}
.block-comment__title {
    font-weight: 700;
    font-size: 16px;
    line-height: 175%;
    letter-spacing: 0.1px;
    color: #3B5998;
    margin-bottom: 24px;
}
.block-comment .btn {
    max-width: 280px;
}
.block-comment .form-col {
    padding-bottom: 30px;
}
.block-comment .form-col:last-child {
    padding-bottom: 0;
}

.testimonials {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 60px;
    max-width: 800px;
    margin: 0 auto;
}
.testimonials-item {
    margin-bottom: 60px;
    padding-top: 4px;
}
.testimonials-item:first-child {
    padding-top: 0;
}
.testimonials-item:last-child {
    margin-bottom: 0;
}
.testimonials-item-top {
    padding-left: 76px;
    padding-top: 9px;
    position: relative;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0.8px;
    color: rgba(0, 0, 0, 0.8);
    min-height: 56px;
    margin-bottom: 20px;
}
.testimonials-item-top__date {
    display: block;
    margin-top: 10px;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    color: rgba(0, 0, 0, 0.5);
}
.testimonials-item-top__image {
    position: absolute;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    overflow: hidden;
    left: 0;
    top: 0;
}
.testimonials-item-top__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
    display: block;
}
.testimonials-item-top__image svg {
    display: block;
    width: 100%;
    height: 100%;
}
.testimonials-item-text {
    margin-bottom: 0;
    line-height: 175%;
}
.testimonials-item--answer {
    margin-top: 30px;
    margin-left: 50px;
    margin-bottom: 0;
}

.block-payment {
    margin-bottom: 110px;
}
.block-payment__row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.block-payment img {
    display: block;
    width: 100%;
    height: auto;
}
.block-payment .title-main {
    margin-bottom: 46px;
    margin-top: -14px;
    margin-left: -5px;
}

.payment-text {
    margin-bottom: 70px;
}
.payment-text h2 {
    letter-spacing: 0;
    margin-bottom: 12px;
}
.payment-text ul.list-2 li {
    margin-bottom: 18px;
}
.payment-text ul.list-2 li:last-child {
    margin-bottom: 0;
}

.section-contact-2 {
    padding-top: 60px;
}

.block-contact {
    background: #FCFAF4;
    margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
    .block-contact {
        margin-bottom: 0;
    }
}
.block-contact__row {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 0;
}
.block-contact__right {
    margin-left: -30px;
    width: calc(50% + 30px);
    padding-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.block-contact__subtitle {
    font-weight: 300;
    font-size: 24px;
    line-height: 158%;
    letter-spacing: 0.1px;
    color: rgba(0, 0, 0, 0.6);
    opacity: 0.9;
    margin-bottom: 66px;
    padding-left: 6px;
}
.block-contact__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media screen and (max-width: 1100px) {
    .block-contact__image {
        position: absolute;
        top: 0;
        right: 0;
    }
}
.block-contact__info {
    background: #E5EAEE;
    padding: 74px 90px 74px 92px;
    height: 100%;
}

.contacts-address {
    font-weight: 500;
    font-size: 18px;
    line-height: 178%;
    letter-spacing: 0.2px;
    color: rgba(0, 0, 0, 0.8);
    margin-bottom: 46px;
    margin-top: -16px;
}
.contacts-address__item {
    position: relative;
}
.contacts-address__item svg {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    fill: #DA4932;
}

.contacts {
    font-weight: 400;
    font-size: 22px;
    line-height: 24px;
    letter-spacing: 0.4px;
    color: #DA4932;
}
.contacts-item {
    margin-bottom: 22px;
}
.contacts-item:last-child {
    margin-bottom: 0;
}
.contacts-item__link {
    display: inline-block;
    position: relative;
    color: inherit;
    padding-left: 40px;
}
.contacts-item__link svg {
    position: absolute;
    left: 2px;
    top: 1px;
    fill: currentColor;
}
.contacts-item__link:hover {
    color: #000;
}

.block-callback {
    background: #E5EAEE;
    padding: 50px 40px 40px;
    text-align: center;
    margin-bottom: 140px;
}
.block-callback__title {
    font-weight: 600;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 0.2px;
    color: rgba(0, 0, 0, 0.8);
    margin-bottom: 24px;
}
.block-callback--2 {
    margin-bottom: 80px;
    padding: 76px 40px 60px;
}
.block-callback--2 .form--callback {
    max-width: initial;
    margin: 0 -8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.block-callback--2 .form--callback .form-col {
    padding: 0 8px;
    width: 398px;
}
.block-callback--2 .block-callback__title {
    margin-bottom: 34px;
}

.map {
    margin-bottom: 48px;
    height: 411px;
    overflow: hidden;
    position: relative;
}
.map iframe {
    width: 100%;
    position: absolute;
    top: -200px;
    bottom: -200px;
    left: 0;
    right: 0;
    height: calc(100% + 400px);
}

.map-mobile {
    display: none;
}

.text-map h2 {
    letter-spacing: 0;
    margin-bottom: 24px;
}

.block-materials .title-main {
    margin-bottom: 24px;
}

.materials-links {
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 1px;
    color: #DA4932;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 70px 0;
    padding-right: 30px;
}
.materials-links-item {
    padding: 0 75px;
    border-right: 1px solid rgba(0, 0, 0, 0.15);
}
.materials-links-item:last-child {
    border: none;
    padding-right: 0;
}
.materials-links-item:first-child {
    padding-left: 0;
}
.materials-links-item__link {
    color: inherit;
}
.materials-links-item__link:hover {
    color: #000;
}
.materials-links-item__link svg {
    display: inline-block;
    vertical-align: middle;
    fill: currentColor;
    stroke: currentColor;
    margin: -2px 16px 0 0;
}

.fancybox-zoomIn {
    -webkit-animation: 0.25s ease both fancybox-zoomIn;
    animation: 0.25s ease both fancybox-zoomIn;
}

.fancybox-zoomOut {
    -webkit-animation: 0.15s ease both fancybox-zoomOut;
    animation: 0.15s ease both fancybox-zoomOut;
}

@-webkit-keyframes fancybox-zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes fancybox-zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@-webkit-keyframes fancybox-zoomOut {
    to {
        opacity: 0;
        -webkit-transform: scale(1.25);
        transform: scale(1.25);
    }
}
@keyframes fancybox-zoomOut {
    to {
        opacity: 0;
        -webkit-transform: scale(1.25);
        transform: scale(1.25);
    }
}
.block-fabrics-top {
    margin-bottom: 65px;
}

.block-fabrics {
    margin-bottom: 150px;
}
.block-fabrics:last-child {
    margin-bottom: 0;
}
.block-fabrics__title {
    margin-bottom: 32px;
}
.block-fabrics-item {
    margin-bottom: 120px;
}
.block-fabrics-item__title {
    padding-bottom: 20px;
    margin-bottom: 30px;
}
.block-fabrics-item__title:before {
    height: 4px;
    border-radius: 2px;
}
.block-fabrics-item:last-child {
    margin-bottom: 0;
}

.fabrics {
    margin: 0 -18px -24px;
    justify-content: flex-start;
}
.fabrics .y-col {
    padding-bottom: 24px;
    width: 20%;
    max-width: 218px;
}
.fabrics-item {
    display: block;
    text-align: center;
}
.fabrics-item__image {
    position: relative;
    padding-bottom: calc(100% - 4px);
    border-radius: 4px;
    border: 2px solid transparent;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    overflow: hidden;
}
.fabrics-item__image img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 4px;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.fabrics-item__name {
    color: #000;
    min-height: 67px;
    padding-top: 12px;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    letter-spacing: 0.4px;
}
.fabrics-item:hover .fabrics-item__image {
    border-color: #DA4932;
}
.fabrics-item:hover .fabrics-item__image img {
    border-radius: 0;
}

.fancybox__caption {
    position: relative;
    padding: 0;
    width: 100%;
    text-align: center;
}
.fancybox__caption .nice-caption {
    position: absolute;
    top: -74px;
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 99;
}
.fancybox__caption .nice-caption__caption {
    background: rgba(255, 255, 255, 0.85);
    height: 56px;
    line-height: 56px;
    padding: 0 48px;
    font-weight: 700;
    font-size: 22px;
    letter-spacing: -0.02em;
    color: #1F273D;
}
.fancybox__caption .nice-caption__link {
    background: #DA4932;
    height: 56px;
    line-height: 56px;
    padding: 0 48px;
    font-weight: 700;
    font-size: 22px;
    letter-spacing: -0.02em;
    color: #FFF;
}
.fancybox__caption .nice-caption__link svg {
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0 14px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.fancybox__caption .nice-caption__link:hover svg {
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    transform: translateX(5px);
}

.fancybox__nav .carousel__button {
    width: 60px;
    height: 60px;
}
.fancybox__nav .carousel__button svg {
    width: 100%;
    height: 100%;
}

.fabrics-text h2 {
    margin-top: 56px;
    letter-spacing: 0;
    margin-bottom: 12px;
}
.fabrics-text ul li {
    margin-bottom: 4px;
}
.fabrics-text ul li:last-child {
    margin-bottom: 0;
}

.block-accessories-top {
    margin-bottom: -20px;
}
@media screen and (min-width: 1200px) {
    .block-accessories-top .title-main {
        margin-bottom: 44px;
    }
}

.block-accessories__row {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.block-accessories__title {
    margin-bottom: 12px;
    margin-top: 18px;
}
.block-accessories__params {
    margin-top: 34px;
    max-width: 100%;
}
.block-accessories__params .product-params__item {
    padding: 12px 0;
}
.block-accessories__params .product-params__item:first-child {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.block-accessories__params br {
    display: none;
}
.block-accessories-gallery .y-row {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: -40px;
}
.block-accessories-gallery .y-col {
    max-width: 272px;
    width: 50%;
    padding-bottom: 40px;
}
.block-accessories-gallery__item {
    position: relative;
    display: block;
    padding-bottom: 70.83%;
}
.block-accessories-gallery__item img {
    position: absolute;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.block-accessories-gallery__item:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.section-3d__title {
    margin-left: 16px;
    -webkit-font-feature-settings: "lnum";
    font-feature-settings: "lnum";
    letter-spacing: 1px;
}
.section-3d-filter {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 70px;
}

.link-download {
    display: inline-block;
    vertical-align: middle;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #000;
}
.link-download svg {
    display: inline-block;
    vertical-align: middle;
    margin: -2px 8px 0 0;
    stroke: currentColor;
}
.link-download__path {
    -webkit-transition: -webkit-transform 0.3s linear;
    transition: -webkit-transform 0.3s linear;
    -o-transition: transform 0.3s linear;
    transition: transform 0.3s linear;
    transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}
.link-download:hover {
    color: #DA4932;
}
.link-download:hover .link-download__path {
    -webkit-transform: translateY(2px);
    -ms-transform: translateY(2px);
    transform: translateY(2px);
}

.videos .y-row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 348px));
    justify-content: space-between;
}
.videos .y-col {
    width: auto;
    padding-bottom: 70px;
}
.videos-item {
    display: block;
}
.videos-item__image {
    position: relative;
    padding-bottom: 64.24%;
}
.videos-item__image img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    z-index: 1;
}
.videos-item__image:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 2;
}
.videos-item__image:after {
    content: "";
    position: absolute;
    z-index: 3;
    left: -2px;
    right: -2px;
    bottom: -2px;
    top: -2px;
    border: 2px solid #DA4932;
    opacity: 0;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.videos-item__icon {
    stroke: #FFF;
    fill: transparent;
    width: 110px;
    height: 110px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    z-index: 3;
}
.videos-item__title {
    padding: 16px 10px 0;
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    letter-spacing: 0.5px;
    color: rgba(0, 0, 0, 0.8);
}
.videos-item__type {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0px;
    color: #747474;
    margin-top: 6px;
}
.videos-item:hover .videos-item__image:after {
    opacity: 1;
}

.fancybox__slide.has-html5video .nice-caption {
    top: -110px;
}

.section-photos__top {
    margin-bottom: 80px;
}
.section-photos__top .text {
    margin-bottom: 55px;
}
.section-photos__title {
    margin-bottom: 44px;
}

.photos-item {
    display: block;
    position: relative;
    padding-bottom: 100%;
}
.photos-item img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    z-index: 1;
}
.photos-item:after {
    content: "";
    position: absolute;
    z-index: 3;
    left: -2px;
    right: -2px;
    bottom: -2px;
    top: -2px;
    border: 2px solid #DA4932;
    opacity: 0;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.photos-item:hover:after {
    opacity: 1;
}
.photos .y-col {
    padding-bottom: 92px;
}
.photos .y-row,
.photos .wp-block-gallery {
    margin-bottom: -92px;
    gap: unset !important;
}

.fancybox__slide.has-image {
    padding-top: 10px;
    padding-bottom: 10px;
}
@media screen and (min-width: 1200px) {
    .products--list .y-row {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-left: -50px;
        margin-right: -50px;
    }

    .products--list .y-col {
        width: 33.33%;
        max-width: 33.33%;
        padding-left: 50px;
        padding-right: 50px;
    }

    .products--3d .y-row {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-bottom: -60px;
    }

    .products--3d .y-col {
        width: 33.33%;
        max-width: 33.33%;
        padding-left: 50px;
        padding-right: 50px;
    }
}
@media screen and (max-width: 1199px) {
    .section {
        padding-bottom: 120px;
    }

    .section--last {
        padding-bottom: 170px;
    }

    .block-about {
        padding-bottom: 0;
    }

    .block-about__left {
        padding-top: 0;
        width: 50%;
    }

    div.blog {
        margin-top: 30px;
    }

    .section-category-tabs {
        padding-right: 16px;
    }

    .product-about {
        padding-bottom: 0;
    }

    .product-about__left {
        padding-top: 0;
        width: 50%;
    }

    .product-about__right {
        padding-top: 0;
    }
    .product-about__right .zoom-btn {
        top: 20px;
    }

    .filter-checkbox--small .filter-checkbox__item {
        margin-right: 16px;
    }

    .our-story {
        margin-bottom: 120px;
    }

    .our-story .y-row {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .our-story .y-col {
        width: 50%;
    }

    .our-story:nth-child(n) .title-main {
        margin-top: 0px;
    }

    .small-gallery .y-col {
        padding: 0 16px 32px;
    }

    .small-gallery .y-row {
        margin: 0 -16px -32px;
    }

    .small-gallery__item {
        margin-bottom: 32px;
    }

    .small-gallery__item--large {
        padding-bottom: calc(102.856% + 32px);
    }

    .block-thinking__row {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-bottom: 88px;
    }

    .block-thinking__row--title {
        margin-bottom: 0;
    }

    .block-thinking__row:first-child .title-main {
        margin: 0 0 30px 0;
    }

    .block-thinking .y-col-5 {
        width: 50%;
    }

    .block-thinking .text h2,
    .block-thinking .text h3 {
        margin-top: 30px;
    }

    .block-payment .y-col-5 {
        width: 50%;
    }

    .block-payment .title-main {
        margin: 0 0 30px 0;
    }

    .payment-text .y-col-5 {
        width: 50%;
    }

    .block-contact__right {
        width: 50%;
        margin-left: 0;
    }

    .block-contact__info {
        padding: 60px;
    }

    .block-contact__subtitle {
        padding-left: 0;
    }

    .form-title {
        padding-left: 0;
    }

    .block-callback {
        margin-bottom: 80px;
    }

    .title-main {
        font-size: 60px;
    }

    .title-main--small {
        font-size: 44px;
        line-height: 1.26;
    }

    .title-main--xs {
        font-size: 32px;
        line-height: 150%;
    }

    .title-main--large {
        font-size: 72px;
    }

    .block-accessories-top {
        margin-bottom: 0;
    }
}
@media screen and (max-width: 991px) {
    .wrapper {
        padding: 0 36px;
    }

    .main-wrapper {
        padding-top: 74px;
    }

    .block-hero {
        margin-left: -36px;
        margin-right: -36px;
        margin-bottom: 50px;
        height: 400px;
        font-size: 32px;
        line-height: 1.5;
        padding: 32px;
    }

    .main-category-item {
        font-size: 16px;
        line-height: 1;
    }

    .section {
        padding-bottom: 100px;
    }
    .section--last {
        padding-bottom: 170px;
    }

    .title {
        font-size: 26px;
        line-height: 140%;
        margin-bottom: 10px;
        font-weight: 700;
    }
    .title--line {
        padding-bottom: 12px;
    }
    .title--line::before {
        width: 303px;
        max-width: 100%;
    }

    .text {
        font-size: 14px;
        line-height: 171%;
        margin-bottom: 32px;
        letter-spacing: 0;
    }
    .text p {
        margin-bottom: 24px;
    }
    .text p:last-child {
        margin-bottom: 0;
    }
    .text ul {
        margin-bottom: 24px;
        margin-left: 20px;
    }
    .text ul:last-child {
        margin-bottom: 0;
    }
    .text ul li:before {
        top: 10px;
    }
    .text ul.list-2 li {
        margin-bottom: 24px;
    }
    .text ul.list-2 li:last-child {
        margin-bottom: 0;
    }
    .text ol {
        margin-bottom: 24px;
        margin-left: 20px;
    }
    .text ol:last-child {
        margin-bottom: 0;
    }
    .text h2 {
        font-weight: 600;
        font-size: 18px;
        line-height: 30px;
        margin-top: 70px;
        margin-bottom: 20px;
        letter-spacing: 0;
    }
    .text h3 {
        font-weight: 600;
        font-size: 18px;
        line-height: 30px;
        margin-top: 50px;
        margin-bottom: 20px;
        letter-spacing: 0;
    }

    .btn {
        height: 43px;
        line-height: 41px;
        border-radius: 8px;
    }
    .btn--small {
        height: 32px;
        line-height: 30px;
    }

    .slider-products .y-col {
        width: 33.33%;
    }
    .slider-products .y-col:nth-child(n+7) {
        display: none;
    }
    .slider-products .carousel__track {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-transform: none !important;
        -ms-transform: none !important;
        transform: none !important;
    }

    .products-item {
        padding: 0 10px 8px;
    }
    .products-item__image {
        padding-bottom: 60.61%;
    }
    .products-item__info {
        padding: 8px 10px 0;
    }
    .products-item__title {
        font-weight: 700;
        font-size: 16px;
        line-height: 19px;
        padding-bottom: 6px;
    }
    .products-item__price {
        font-weight: 400;
        font-size: 14px;
        line-height: 24px;
        padding: 6px 0 5px;
    }
    .products-item__price:last-child {
        padding-bottom: 0;
    }
    .products-item__price a {
        padding-right: 14px;
    }
    .products-item__price a:after {
        top: calc(50% - 4px);
        border-width: 4px 0 4px 6px;
    }
    .products-item__params {
        line-height: 20px;
        padding: 6px 0 6px;
    }
    .products-item__params p {
        padding: 0;
    }

    .products--small .products-item {
        padding: 0 10px 8px;
    }
    .products--small .products-item__info {
        padding: 8px 10px 0;
    }
    .products--small .products-item__title {
        font-weight: 700;
        font-size: 16px;
        line-height: 19px;
        padding-bottom: 6px;
    }
    .products--small .products-item__price {
        padding-top: 6px;
    }

    .products--list .y-col {
        padding-bottom: 30px;
    }
    .products--list .y-row {
        margin-bottom: -30px;
    }

    .y-col {
        padding: 0 11px 30px;
    }

    .y-row,
    .y-row .wp-block-gallery {
        margin: 0 -11px -30px;
    }

    .blog-item {
        border-radius: 4px;
        overflow: hidden;
    }
    .blog-item__content {
        padding: 16px 10px 6px 10px;
    }
    .blog-item__title {
        font-weight: 700;
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 8px;
    }
    .blog-item__text {
        display: none;
        letter-spacing: -0.1px;
    }
    .blog-item__link {
        font-size: 12px;
    }

    .blog--list .y-col {
        padding-bottom: 30px;
    }
    .blog--list .y-row {
        margin-bottom: -30px;
    }
    .blog--list .blog-item__image {
        padding-bottom: 71.4%;
    }
    .blog--list .blog-item__content {
        padding: 16px 10px 6px 10px;
    }
    .blog--list .y-col-6 .blog-item__text {
        display: block;
        margin-bottom: 5px;
    }
    .blog--list .y-col-6 .blog-item__image {
        padding-bottom: 33%;
    }
    .blog--list .y-col-6 .blog-item__title {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .blog--list .y-col-6 .blog-item__content {
        padding: 20px 10px 10px 10px;
    }

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

    .section-category .title-main {
        margin-left: 0;
    }
    .section-category-description__title {
        padding: 12px 0;
        line-height: 22px;
    }
    .section-category-tabs {
        padding: 12px 0;
        line-height: 22px;
    }

    .filter-checkbox {
        width: 100%;
        margin-bottom: 16px;
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
    }
    .filter-checkbox__item {
        margin-right: 36px;
    }
    .filter-checkbox__item .form-checkbox + label {
        font-size: 14px;
        line-height: 20px;
    }
    .filter-checkbox__link {
        padding-left: 28px;
        display: inline-block;
        line-height: 20px;
    }
    .filter-checkbox__link:before {
        content: "";
        position: absolute;
        left: 0;
        top: 2px;
        width: 16px;
        height: 16px !important;
        background: #FFFFFF !important;
        border: 1px solid #D0D5DD;
        border-radius: 4px;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    .filter-checkbox__link:after {
        content: "";
        display: block;
        position: absolute;
        left: 4px;
        top: 6px;
        width: 8px;
        height: 8px;
        border-radius: 2px;
        background-color: #DA4932;
        opacity: 0;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    .filter-checkbox__link.active {
        font-weight: 400;
    }
    .filter-checkbox__link.active:before {
        border-color: #DA4932;
    }
    .filter-checkbox__link.active:after {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    .filter-checkbox--small .filter-checkbox__item {
        margin-right: 24px;
    }

    .title-main {
        font-weight: 700;
        font-size: 36px;
        margin-bottom: 16px;
    }
    .title-main--small, .title-main--small-mobile, .title-main--xs {
        font-size: 28px;
        line-height: 36px;
        letter-spacing: 1px;
        margin-bottom: 20px;
        font-weight: 400;
    }

    .form-checkbox + label {
        font-size: 14px;
        font-weight: 400;
    }

    .section-recommend {
        padding-bottom: 12px;
    }
    .section-recommend__title {
        font-weight: 600;
        font-size: 14px;
        line-height: 23px;
        padding: 12px 0px;
        margin-bottom: 12px;
    }
    .section-recommend__title svg {
        width: 18px;
        height: 18px;
    }

    .section-category-main {
        padding-top: 15px;
    }

    .section-category-description__content {
        padding: 12px 0 12px 22px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }
    .section-category-description__content .text {
        line-height: 171%;
    }

    .section-category-tabs {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .section-product {
        padding-top: 30px;
    }
    .section-product__left {
        width: 100%;
    }
    .section-product__left .product__main {
        display: block;
    }
    .section-product__right {
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        max-width: 400px;
        margin: 0 auto;
    }
    .section-product__right .product__main {
        display: none;
    }
    .section-product__right-bottom {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .section-product__right-top {
        margin-bottom: 0;
    }
    .section-product .breadcrumbs {
        display: none;
    }

    .product__title {
        font-weight: 400;
        font-size: 36px;
        line-height: 36px;
        letter-spacing: 1px;
        padding-bottom: 11px;
        margin-bottom: 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }
    .product__size {
        max-width: 100%;
        margin-bottom: 0;
        margin-top: -1px;
    }
    .product__size-title {
        display: none;
    }
    .product__price {
        font-weight: 300;
        font-size: 24px;
        line-height: 34px;
        padding: 4px 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }
    .product__main {
        margin-bottom: 20px;
    }
    .product-code {
        display: none;
    }
    .product-rating {
        margin-top: 60px;
        margin-bottom: 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        padding-bottom: 10px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .product-rating__text {
        font-size: 14px;
        line-height: 18px;
        font-weight: 700;
        color: rgba(0, 0, 0, 0.7);
    }
    .product-params {
        max-width: 100%;
    }
    .product-params__item {
        line-height: 18px;
        padding: 12px 10px;
    }
    .product-images-main {
        margin-bottom: 0px;
    }
    .product-images-thumbs {
        max-width: 370px;
        margin: 9px auto 0;
    }
    .product-images-thumbs__item {
        padding: 0 9px;
        width: 20%;
    }
    .sizes__title {
        padding-left: 0;
        color: rgba(0, 0, 0, 0.9);
        font-size: 14px;
        line-height: 40px;
        border-top-color: transparent;
    }
    .sizes__title-title {
        display: inline;
    }
    .sizes-list {
        font-size: 14px;
    }
    .sizes-list-item__link {
        padding: 6px 8px;
    }

    .section-category-description__title {
        padding: 0 0 11px 0;
        border-top: 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }
    .section-category-description__title a {
        font-weight: 600;
    }
    .section-category-filter__title {
        display: block;
    }
    .section-category-filter__content {
        display: none;
    }
    .section-category-tabs {
        display: block;
        padding: 12px 0 2px;
        border: none;
    }

    .section-category-description__content .text ul li:before {
        top: 10px;
    }

    .filter-checkbox {
        border-bottom: 1px solid #F2F4F7;
        margin-bottom: 0;
    }
    .filter-checkbox__item {
        line-height: 22px;
        padding: 7px 16px;
        display: block;
        margin-right: 0;
    }
    .filter-checkbox__item--all {
        border-top: 1px solid #F2F4F7;
    }
    .filter-checkbox__item--title {
        display: none;
    }
    .filter-checkbox .form-checkbox + label {
        padding-left: 28px;
    }
    .filter-checkbox .form-checkbox + label:before, .filter-checkbox .form-checkbox + label:after {
        display: block;
    }

    .filter-checkboxes {
        display: block;
    }

    .in-stock,
    .on-sale {
        line-height: 20px;
        padding: 7px 16px;
        margin: 0;
    }

    .section-recommend {
        padding-top: 1px;
        margin-top: 44px;
    }
    .section-recommend__title {
        margin-top: -45px;
        padding: 0;
        line-height: 43px;
        border-bottom: 1px solid rgba(218, 73, 50, 0.5);
        margin-bottom: 15px;
    }

    .form-checkbox + label:before {
        border-color: #D0D5DD;
    }

    .carousel-slider .carousel__button {
        width: 15px;
        height: 26px;
    }

    .btn-cart {
        max-width: 100%;
    }

    .rating__icon {
        width: 20px;
        height: 18px;
        margin-right: 5px;
    }

    .product-about {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .product-about__left {
        width: 100%;
    }
    .product-about__left .text {
        line-height: 171%;
        padding-bottom: 0;
    }
    .product-about__right {
        width: calc(100% + 72px);
        margin: 0 -36px;
        padding-bottom: 50px;
    }

    .section-blog .title-main {
        font-size: 26px;
        line-height: 31px;
    }
    .section-blog__overflow {
        height: 800px;
    }

    .title-main--line {
        padding-bottom: 14px;
    }
    .title-main--line:after {
        height: 2px;
        width: 100%;
        max-width: 303px;
    }

    .section-blog-single {
        padding-top: 30px;
    }

    .blog-single .title-main {
        line-height: 36px;
        margin-bottom: 11px;
        letter-spacing: 0.9px;
    }
    .blog-single-top {
        margin: 0 0 30px;
    }
    .blog-single-top-text {
        margin-bottom: 35px;
    }
    .blog-single-bottom {
        border-top: 1px solid rgba(0, 0, 0, 0.1);
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        margin: 48px 0px 0;
        padding: 17px 0;
    }
    .blog-single-bottom .share-title {
        display: inline-block;
        margin: 0 6px 0 0;
    }
    .blog-single-date {
        font-size: 12px;
    }
    .blog-single-image {
        margin-bottom: 50px;
    }

    .share-title {
        font-size: 12px;
        margin-right: 6px;
    }
    .share-list {
        line-height: 20px;
    }
    .share-list-item {
        margin-right: 20px;
    }
    .share-list-item__link {
        width: 20px;
        height: 20px;
    }

    .section-inside {
        padding-top: 30px;
    }

    .our-story {
        margin-bottom: 100px;
    }
    .our-story .y-row {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .small-gallery .y-col {
        padding: 0 11px 30px;
    }
    .small-gallery .row {
        margin: 0 -11px -30px;
    }
    .small-gallery__item {
        margin-bottom: 22px;
    }
    .small-gallery__item--large {
        padding-bottom: calc(102.856% + 22px);
    }

    .block-thinking__row {
        margin-bottom: 70px;
    }
    .block-thinking__row--title {
        margin-bottom: 0;
    }
    .block-thinking__row:first-child .title-main {
        margin: 0 0 20px 0;
    }
    .block-thinking__row:last-child {
        margin-bottom: -30px;
    }
    .block-thinking .text {
        margin-bottom: 0;
    }

    .block-thinking__row--options .text h2 {
        margin-left: 0;
        font-weight: 400;
        font-size: 28px;
        line-height: 36px;
        letter-spacing: 1px;
        color: rgba(0, 0, 0, 0.9);
        margin-bottom: 20px;
    }

    .options {
        margin-top: 0;
    }
    .options-item__title {
        font-weight: 600;
        font-size: 18px;
        line-height: 30px;
        width: 200px;
    }
    .options-item__text {
        width: calc(100% - 200px);
    }

    .feedback-top {
        margin-bottom: 32px;
    }
    .feedback-top .title-main {
        margin-bottom: 20px;
    }
    .feedback-top .text {
        margin-bottom: 30px;
    }

    .share-list--large .share-list-item {
        margin-right: 24px;
    }
    .share-list--large .share-list-item__link {
        width: 28px;
        height: 28px;
    }

    .block-comment__title {
        display: none;
    }

    .form-input {
        font-size: 12px;
        height: 36px;
        line-height: 12px;
        font-weight: 500;
        border-radius: 4px;
    }

    .form-textarea {
        height: 120px;
    }
    .form-textarea--small {
        height: 130px;
    }

    .form-label {
        font-size: 12px;
        line-height: 12px;
        font-weight: 500;
    }

    .form-col {
        padding-bottom: 12px;
    }

    .form--contact .btn {
        margin: 18px 0;
    }

    .testimonials {
        padding-top: 0;
        border-top: none;
    }
    .testimonials-item {
        margin-bottom: 40px;
    }
    .testimonials-item--answer {
        margin-top: 20px;
        margin-bottom: 20px;
        margin-left: 24px;
    }
    .testimonials-item-top {
        min-height: 45px;
        padding-left: 57px;
        font-size: 14px;
        line-height: 16px;
        font-weight: 700;
        letter-spacing: 0;
        padding-top: 6px;
        margin-bottom: 10px;
    }
    .testimonials-item-top__date {
        font-size: 10px;
        line-height: 14px;
        margin-top: 4px;
        letter-spacing: 0.8px;
    }
    .testimonials-item-top__image {
        width: 45px;
        height: 45px;
    }
    .testimonials-item-text {
        margin-bottom: 0;
    }

    .block-comment .form-col {
        padding-bottom: 20px;
    }
    .block-comment .btn-send {
        font-size: 14px;
        line-height: 36px;
        height: 38px;
        border-radius: 6px;
        padding: 0 23px;
    }
    .block-comment .btn-send__icon {
        display: none;
    }

    .btn-facebook {
        margin-right: 7px;
        font-size: 14px;
        line-height: 36px;
        height: 38px;
        border-radius: 6px;
        padding: 0 23px;
    }
    .btn-facebook__icon-desktop {
        display: none;
    }
    .btn-facebook__icon-mobile {
        display: inline-block;
    }

    .block-payment {
        margin-bottom: 100px;
    }
    .block-payment .title-main {
        margin-bottom: 20px;
    }
    .block-payment__row {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .block-payment .text {
        margin-bottom: 0;
    }

    .payment-text ul.list-2 li {
        margin-bottom: 24px;
    }

    .text .title-main,
    .text h2.title-main {
        margin-top: 64px;
        margin-bottom: 20px;
        font-size: 28px;
        line-height: 36px;
        letter-spacing: 1px;
        font-weight: 400;
    }
    .text .title-main + h3,
    .text h2.title-main + h3 {
        margin-top: 0;
    }
    .text h2 + h3 {
        margin-top: 0;
    }

    .block-contact {
        background: none;
    }
    .block-contact .title-main {
        font-weight: 300;
        font-size: 32px;
        line-height: 42px;
        letter-spacing: 0.7px;
    }
    .block-contact__row {
        margin-bottom: 0;
    }
    .block-contact__right {
        font-weight: 400;
        font-size: 32px;
        line-height: 32px;
        letter-spacing: 0;
        padding-bottom: 0;
    }
    .block-contact__subtitle {
        font-size: 14px;
        line-height: 24px;
        letter-spacing: 0.1px;
        color: rgba(0, 0, 0, 0.9);
    }
    .block-contact__info {
        padding: 30px;
    }

    .form-title {
        font-size: 14px;
        line-height: 24px;
        letter-spacing: 0.1px;
        color: rgba(0, 0, 0, 0.9);
        margin-bottom: 24px;
    }
    .form-title br {
        display: none;
    }
    .form-title__subtitle {
        font-size: 14px;
        line-height: 16px;
        margin-top: 12px;
    }

    .contacts {
        font-weight: 500;
        font-size: 16px;
        line-height: 20px;
        letter-spacing: 0.4px;
    }
    .contacts-item__link {
        padding-left: 32px;
    }
    .contacts-item__link svg {
        width: 20px;
        height: 20px;
    }

    .contacts-address {
        font-weight: 300;
        font-size: 14px;
        line-height: 24px;
        letter-spacing: 0.2px;
        margin-top: 0;
        margin-bottom: 22px;
    }
    .contacts-address__item {
        padding-left: 32px;
        margin-bottom: 18px;
    }
    .contacts-address__item:last-child {
        margin-bottom: 0;
    }
    .contacts-address__item span {
        font-size: 16px;
        font-weight: 700;
    }
    .contacts-address__item b {
        font-weight: 300;
    }
    .contacts-address__item svg {
        width: 20px;
        height: 20px;
        top: 2px;
        display: block;
    }

    .block-callback {
        padding: 50px 40px 40px;
    }
    .block-callback__title {
        font-weight: 400;
        font-size: 18px;
        line-height: 24px;
        letter-spacing: 0.2px;
        color: #DA4932;
        margin-bottom: 34px;
    }

    .block-callback--2 .form--callback {
        max-width: 382px;
        margin: 0 auto;
        display: block;
    }
    .block-callback--2 .form--callback .form-col {
        padding: 0 0 12px;
        width: 100%;
    }
    .block-callback--2 .form--callback .form-col:last-child {
        padding: 0;
    }

    .btn-contact__icon,
    .btn-send__icon,
    .btn-cart__icon {
        width: 22px;
        height: 22px;
    }

    .section-contact-2 {
        padding-top: 30px;
    }

    .materials-links {
        font-weight: 600;
        font-size: 18px;
        line-height: 30px;
        margin: 40px 0;
        padding: 0;
        letter-spacing: 0;
    }
    .materials-links-item {
        padding: 0 40px;
    }
    .materials-links-item__link svg {
        width: 22px;
        height: 22px;
    }

    .block-materials .title-main {
        margin-bottom: 20px;
    }
    .block-materials .text {
        margin-bottom: 20px;
    }
    .block-materials .text:last-child {
        margin-bottom: 0;
    }

    .block-fabrics-top {
        margin-bottom: 60px;
    }

    .block-fabrics {
        margin-bottom: 85px;
    }
    .block-fabrics__title {
        font-weight: 400;
        font-size: 20px;
        line-height: 150%;
        margin-bottom: 40px;
        letter-spacing: 0;
    }
    .block-fabrics__title span {
        font-weight: 700;
    }
    .block-fabrics-item {
        margin-bottom: 85px;
    }
    .block-fabrics-item__title {
        font-weight: 700;
        font-size: 26px;
        line-height: 31px;
        padding-bottom: 4px;
        margin-bottom: 40px;
        letter-spacing: 0;
    }
    .block-fabrics-item__title::before {
        height: 2px;
    }

    .fabrics {
        margin: 0 -17px -17px;
    }
    .fabrics .y-col {
        padding: 0 9px 17px;
    }
    .fabrics-item__name {
        font-weight: 600;
        font-size: 12px;
        line-height: 16px;
        letter-spacing: 0.4px;
        min-height: 0;
    }
    .fabrics-item__image {
        border-radius: 2px;
        padding-bottom: 82.72%;
    }
    .fabrics-item__image img {
        border-radius: 2px;
    }

    .fabrics-text ul li {
        margin-bottom: 0;
    }
    .fabrics-text h2 {
        margin-top: 40px;
        margin-bottom: 12px;
    }

    .fancybox__caption .nice-caption__caption {
        height: 44px;
        line-height: 44px;
        padding: 0 36px;
        font-size: 16px;
    }
    .fancybox__caption .nice-caption__link {
        height: 44px;
        line-height: 44px;
        padding: 0 36px;
        font-size: 16px;
    }

    .fancybox__nav .carousel__button {
        width: 44px;
        height: 44px;
    }

    .block-accessories__col {
        width: 100%;
    }
    .block-accessories__title {
        font-weight: 500;
        font-size: 24px;
        line-height: 30px;
        letter-spacing: 0;
        margin-bottom: 8px;
        margin-top: 0;
    }
    .block-accessories__price {
        font-weight: 300;
        font-size: 20px;
        line-height: 30px;
        letter-spacing: 0;
        margin-bottom: 0;
    }
    .block-accessories__params {
        margin-top: 14px;
    }
    .block-accessories-gallery {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .block-accessories-gallery .y-col {
        width: 25%;
    }

    .section-3d-filter {
        margin-bottom: 20px;
    }
    .section-3d .section-3d__title {
        font-weight: 400;
        font-size: 28px;
        line-height: 36px;
        letter-spacing: 1px;
        margin-left: 0;
        margin-bottom: 20px;
    }

    .products--3d .y-col {
        padding-bottom: 30px;
    }
    .products--3d .y-row {
        margin-bottom: -30px;
    }
    .products--3d .products-item {
        padding: 0;
    }
    .products--3d .products-item__title {
        font-weight: 700;
        font-size: 16px;
        line-height: 19px;
    }
    .products--3d .products-item__image {
        padding-bottom: 54.81%;
        margin-bottom: 14px;
    }

    .products-item__download {
        line-height: 31px;
    }

    .link-download {
        font-weight: 500;
        font-size: 14px;
    }

    .videos .y-col {
        padding-bottom: 30px;
    }
    .videos .y-row {
        margin-bottom: -30px;
        grid-template-columns: repeat(2, minmax(0, 348px));
    }

    .videos-item__title {
        font-size: 16px;
        line-height: 19px;
        padding: 8px 0 0;
    }
    .videos-item__type {
        margin-top: 4px;
        font-weight: 400;
        font-size: 14px;
        line-height: 14px;
        letter-spacing: 0.5px;
        color: rgba(0, 0, 0, 0.8);
    }
    .videos-item__icon {
        width: 35.71%;
        height: auto;
    }
    .videos-item__image {
        padding-bottom: 69.05%;
    }

    .products--3d .y-row,
    .products--list .y-row {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .photos .y-col {
        width: 33.33%;
        padding-bottom: 30px;
    }
    .photos .y-row,
    .photos .wp-block-gallery {
        margin-bottom: -30px;
    }

    .section-photos__top {
        margin-bottom: 52px;
    }
    .section-photos__top .text {
        margin-bottom: 32px;
    }
}
@media screen and (max-width: 767px) {
    .block-hero {
        height: 320px;
    }
    .block-hero__text {
        display: none;
    }

    .block-about--mobile {
        display: block;
        margin-bottom: 30px;
    }
    .block-about--desktop {
        display: none;
    }
    .block-about .btn {
        width: 100%;
    }

    .main-category {
        margin-left: -12px;
        margin-right: -12px;
        padding: 8px 0 0 0;
        margin-bottom: 3px;
    }
    .main-category:before {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(3.32%, rgba(114, 114, 114, 0)), color-stop(53.8%, rgba(67, 65, 65, 0.1)), color-stop(98.34%, rgba(114, 114, 114, 0)));
        background: -o-linear-gradient(top, rgba(114, 114, 114, 0) 3.32%, rgba(67, 65, 65, 0.1) 53.8%, rgba(114, 114, 114, 0) 98.34%);
        background: linear-gradient(180deg, rgba(114, 114, 114, 0) 3.32%, rgba(67, 65, 65, 0.1) 53.8%, rgba(114, 114, 114, 0) 98.34%);
        width: 1px;
        height: auto;
        top: 0px;
        left: calc(50% - 0.5px);
        bottom: 0;
    }
    .main-category:after {
        background: #F5F5F5;
        width: auto;
        height: 1px;
        top: 42%;
        left: -36px;
        right: -36px;
        margin-top: 18px;
    }
    .main-category__row {
        margin-bottom: -22px;
    }
    .main-category__col {
        width: 50%;
        padding-bottom: 22px;
    }
    .main-category-item__image {
        padding-bottom: 126px;
        position: relative;
        margin-bottom: 2px;
    }

    .section--mobile-none {
        display: none;
    }

    .slider-products {
        margin-left: -20px;
        margin-right: -20px;
    }
    .slider-products .y-col {
        width: 50%;
        padding: 0 3px 22px;
    }
    .slider-products .y-col:nth-child(n+5) {
        display: none;
    }
    .slider-products .y-row {
        margin: 0 -3px -22px;
    }

    .blog .y-col {
        width: 50%;
    }
    .blog-item__image {
        position: relative;
        padding-bottom: 71.4%;
        overflow: hidden;
    }
    .blog-item__text {
        letter-spacing: -0.1px;
        margin-bottom: 5px;
    }

    .blog--list .y-col {
        width: 50%;
    }
    .blog--list .y-col:nth-child(6n+1), .blog--list .y-col:nth-child(6n+2) {
        width: 100%;
    }
    .blog--list .y-col:nth-child(6n+1) .blog-item__text, .blog--list .y-col:nth-child(6n+2) .blog-item__text {
        display: block;
        margin-bottom: 5px;
    }
    .blog--list .y-col:nth-child(6n+1) .blog-item__image, .blog--list .y-col:nth-child(6n+2) .blog-item__image {
        padding-bottom: 33%;
    }
    .blog--list .y-col:nth-child(6n+1) .blog-item__title, .blog--list .y-col:nth-child(6n+2) .blog-item__title {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .blog--list .y-col:nth-child(6n+1) .blog-item__content, .blog--list .y-col:nth-child(6n+2) .blog-item__content {
        padding: 20px 10px 10px 10px;
    }

    .products--list {
        margin-left: -20px;
        margin-right: -20px;
    }
    .products--list .y-col {
        width: 50%;
        padding: 0 3px 22px;
    }
    .products--list .y-row {
        margin: 0 -3px -22px;
    }
    .products--list .products-item__info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .products--list .products-item__title {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .products--list .products-item__params {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        padding-bottom: 0;
        border: none;
    }
    .products--list .products-item__price {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        padding-bottom: 5px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    }

    .products--3d {
        margin-left: 0px;
        margin-right: 0px;
    }
    .products--3d .y-col {
        width: 50%;
        padding: 0 11px 20px;
    }
    .products--3d .y-row {
        margin: 0 -11px -20px;
    }
    .products--3d .products-item {
        padding: 0;
    }
    .products--3d .products-item__info {
        padding-left: 0;
        padding-right: 0;
    }

    .section-recommend .products--list .y-col:nth-child(n+9) {
        display: none;
    }

    .section-category-description--interior {
        position: relative;
        padding-bottom: 84px;
        margin-bottom: 0;
    }
    .section-category-description--interior .in-stock,
    .section-category-description--interior .on-sale {
        position: absolute;
        bottom: 0;
        left: 0;
        margin: 0;
    }
    .section-category-description--interior .in-stock {
        bottom: 36px;
    }
    .section-category-description--interior .section-category-description__title {
        border-color: rgba(218, 73, 50, 0.5);
    }
    .section-category-description--interior .section-category-description__title.active {
        border-color: rgba(0, 0, 0, 0.1);
    }
    .section-category-description--interior .section-category-description__content {
        border-color: rgba(218, 73, 50, 0.5);
    }

    .section-product__right {
        max-width: 100%;
    }

    .section-product {
        padding-bottom: 50px;
    }

    .product-images-main {
        margin: 0;
        max-height: 210px;
    }
    .product-images-main__item {
        padding-bottom: 210px;
    }
    .product-images-main .carousel__button.is-prev {
        left: -22px;
    }
    .product-images-main .carousel__button.is-next {
        right: -22px;
    }

    .carousel-slider .carousel__button {
        color: rgba(0, 0, 0, 0.5);
    }

    .product-rating,
    .product-params {
        margin-right: 44px;
    }

    .section-blog__overflow {
        display: none;
    }

    .blog-single-top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .blog-single-date {
        margin: 0 0 13px 0;
    }

    .our-story {
        margin-bottom: 40px;
    }
    .our-story .y-col {
        width: 100%;
        padding-bottom: 40px;
    }
    .our-story .y-row {
        margin-bottom: -40px;
    }
    .our-story img {
        display: block;
        margin: 0 auto;
    }
    .our-story:nth-child(2n+2) .y-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .section-inside {
        padding-top: 22px;
    }

    .small-gallery {
        margin-top: -30px;
    }
    .small-gallery .y-col {
        width: 50%;
        display: block;
        padding: 0 8px 16px;
    }
    .small-gallery .y-row {
        margin: 0 -8px -16px;
    }
    .small-gallery__item {
        margin-bottom: 16px;
    }
    .small-gallery__item--large {
        padding-bottom: calc(102.856% + 16px);
    }

    .block-thinking .y-col {
        width: 100%;
        padding-bottom: 40px;
    }
    .block-thinking .y-col--hidden {
        display: block;
    }
    .block-thinking img {
        max-width: 480px;
        margin: 0 auto;
    }
    .block-thinking__row {
        margin-bottom: 0;
    }
    .block-thinking__row--title {
        margin-bottom: -20px;
    }
    .block-thinking__row:last-child {
        margin-bottom: -30px;
    }
    .block-thinking__row:first-child .text h2 {
        margin-top: 0;
    }
    .block-thinking__row--mobile-reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .block-thinking__row--options .title-main {
        margin-left: 0;
    }

    .m-hide {
        display: none;
    }

    .d-hide {
        display: block;
    }

    .options-item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 20px;
    }
    .options-item__title {
        margin-left: 12px;
        width: 100%;
        margin-bottom: 16px;
    }
    .options-item__text {
        width: 100%;
        font-weight: 300;
    }

    .block-payment {
        margin-bottom: 60px;
    }
    .block-payment__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        margin-bottom: -40px;
    }
    .block-payment .y-col {
        width: 100%;
        padding-bottom: 40px;
    }

    .payment-text {
        margin-bottom: 0;
    }
    .payment-text .y-row {
        margin-bottom: -50px;
    }
    .payment-text .y-col {
        width: 100%;
        padding-bottom: 50px;
    }
    .payment-text .btn-contact {
        margin-top: 15px;
        margin-bottom: 38px;
    }

    .btn-contact {
        width: 100%;
    }

    .block-contact .title-main {
        font-weight: 400;
        letter-spacing: 0;
        line-height: 40px;
        margin-bottom: 20px;
    }
    .block-contact__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .block-contact__right {
        width: 100%;
    }
    .block-contact__image {
        display: none;
    }
    .block-contact__subtitle {
        font-weight: 300;
        font-size: 32px;
        line-height: 42px;
        letter-spacing: 0.7px;
        color: #DA4932;
        margin-bottom: 8px;
    }

    .contacts-address__item span {
        display: block;
        margin-bottom: 4px;
    }
    .contacts-address__item span + br {
        display: none;
    }

    .map-mobile {
        display: block;
    }

    .map {
        height: 260px;
        -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.05);
        box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.05);
        margin-bottom: 30px;
    }

    .block-callback {
        margin: 0 -36px;
        text-align: left;
        padding: 48px 36px;
        background: rgba(229, 234, 238, 0.8);
    }
    .block-callback .form-input {
        background: rgba(33, 9, 9, 0.0638304);
        mix-blend-mode: multiply;
        height: 40px;
        line-height: 16px;
    }
    .block-callback .form-label {
        line-height: 16px;
    }

    .form--callback {
        max-width: 100%;
    }

    .section-contact-2 {
        padding-top: 0px;
    }

    .materials-links {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin: 20px 0;
    }
    .materials-links-item {
        padding: 16px 0;
        border-top: 1px solid rgba(0, 0, 0, 0.1);
        border-right: 0;
        width: 100%;
    }
    .materials-links-item:last-child {
        border-top: 1px solid rgba(0, 0, 0, 0.1);
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }
    .materials-links-item__link {
        padding-left: 4px;
    }

    .fancybox__caption .nice-caption {
        display: none;
    }

    .fancybox__nav .carousel__button.is-next,
    .fancybox__nav .carousel__button.is-prev {
        display: none;
    }

    .section-accesories {
        padding-bottom: 60px;
    }
    .section-accesories.section--bottom-large {
        padding-bottom: 120px;
    }

    .block-accessories__params {
        margin-right: 0;
    }
    .block-accessories__params .product-params__item {
        line-height: 24px;
        padding: 8px 0;
    }
    .block-accessories__params .product-params__item:last-child {
        padding-bottom: 16px;
    }
    .block-accessories__params br {
        display: block;
    }

    .videos .y-col {
        padding-bottom: 26px;
    }
    .videos .y-row {
        margin-bottom: -26px;
    }

    .photos .y-col {
        padding-bottom: 23px;
    }
    .photos .y-row,
    .photos .wp-block-gallery {
        margin-bottom: -23px;
    }

    .fancybox__slide {
        padding-left: 0;
        padding-right: 0;
    }
}
@media screen and (max-width: 575px) {
    .fabrics .y-col {
        width: 25%;
    }

    .block-accessories-gallery .y-col {
        width: 50%;
    }

    .photos .y-col {
        width: 50%;
    }
}
@media screen and (max-width: 479px) {
    .our-story:nth-child(1) img {
        max-height: 274px;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center 20%;
        object-position: center 20%;
    }
}
@media screen and (max-width: 424px) {
    .fabrics .y-col {
        width: 33.33%;
    }
}
@media screen and (max-width: 359px) {
    .wrapper {
        padding: 0 16px;
    }

    .product-images-main {
        margin: 0 16px;
    }
}

@media screen and (max-width: 600px) {
    .fancybox__content .buttons {
        flex-wrap: wrap;
    }

    .fancybox__content .buttons .btn {
        width: 100%;
    }

    .fancybox__content .buttons .btn + .btn {
        margin-top: 10px;
    }
}

.products-pagination {
    margin-top: 80px;
}

.products-pagination .page-numbers {
    display: flex;
    justify-content: center;
}

.products-pagination .page-numbers li {
    display: block;
    margin: 0 10px;
}

.wpforms-submit-container {
    margin-top: 16px;
}

.product-stock-wrapper {
    max-width: 362px;
    padding: 12px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
}

.product-stock-wrapper .product-stock {
    display: flex;
    padding: 8px;
    justify-content: space-between;
    font-size: 16px;
    line-height: 19px;
    color: rgba(0, 0, 0, 0.5);
    border-radius: 2px;
}

.product-stock-wrapper .product-stock.in-stock {
    background-color: #EFF9F2;
}

.product-stock-wrapper .product-stock.out-of-stock {
    background-color: #FCF7F7;
}

.product-stock-wrapper .product-stock.in-stock .stock-status-out-of-stock,
.product-stock-wrapper .product-stock.out-of-stock .stock-status-in-stock {
    display: none;
}

.product-stock-wrapper .product-stock b {
    font-weight: 700;
    color: rgba(0, 0, 0, 0.7);
}

.product-stock-wrapper .product-stock .product-stock-status {
    display: flex;
}

.product-stock-wrapper .product-stock .product-stock-status span,
.product-stock-wrapper .product-stock .product-stock-status svg {
    display: block;
    align-self: center;
}

.product-stock-wrapper .product-stock .product-stock-status svg {
    margin-left: 6px;
}

.product-stock-caption {
    padding: 12px 8px;
    font-size: 14px;
    line-height: 16px;
    color: rgba(0, 0, 0, 0.7);
}

.product-stock-wrapper .product-stock .product-stock-terms {
    font-size: 12px;
}

@media screen and (max-width: 424px) {
    .product-stock-wrapper .product-stock {
        font-size: 12px;
    }

    .product-stock-wrapper .product-stock .product-stock-terms {
        font-size: 10px;
    }
}

.product-stock-caption {
    max-width: 362px;
}

.block-hero {
    height: auto;
    padding: 0 0px 51.81% 0px;
    background-image: none;
}
.block-hero__video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.block-hero__text {
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    max-width: 100%;
    padding: 0 80px 52px;
}

@media screen and (max-width: 991px) {
    .block-hero__text {
        padding: 0 32px 32px;
    }
}
@media screen and (max-width: 767px) {
    .block-hero {
        padding-bottom: 75%;
    }
}

.product-about {
    padding-bottom: 0;
}

.product-tabs {
    margin-bottom: 80px;
}

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

.product-tabs-item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.product-tabs-item:first-child {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.product-tabs-item__title {
    padding: 20px 0 20px 27px;
    position: relative;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.1px;
    color: rgba(0, 0, 0, 0.7);
    display: block;
}

.product-tabs-item__title:hover {
    color: #da4932
}

.product-tabs-item__title-icon {
    width: 16px;
    height: 16px;
    left: 0;
    top: calc(50% - 9px);
    border: 2px solid currentColor;
    position: absolute;
}

.product-tabs-item__title-icon:before {
    content: '';
    width: 8px;
    height: 2px;
    top: calc(50% - 1px);
    left: calc(50% - 4px);
    background: currentColor;
    position: absolute;
}

.product-tabs-item__title-icon:after {
    content: '';
    width: 2px;
    height: 8px;
    top: calc(50% - 4px);
    left: calc(50% - 1px);
    background: currentColor;
    position: absolute;
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    -o-transition: transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
}

.product-tabs-item__title-download {
    width: 16px;
    height: 16px;
    left: 0;
    top: calc(50% - 9px);
    border: 2px solid currentColor;
    position: absolute;
    line-height: 12px;
    text-align: center;
}

.product-tabs-item__title-download svg{
    fill: currentColor;
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
}

.product-tabs-item__title.active .product-tabs-item__title-icon:after {
    -webkit-transform:rotate(-90deg);
    -ms-transform:rotate(-90deg);
    transform:rotate(-90deg);
}

.product-tabs-item__content {
    display: none;
    background: rgba(245, 245, 245, 0.8);
    margin-bottom: 20px;
    padding: 64px 48px;
}

.product-tabs-item__content img {
    max-width: 100%;
    height: auto;
}

.product-tabs-item__content img.tech-size {
    display: none;
}

.product-tabs-item__content img.tech-size-0 {
    display: block;
}

.product-tabs__title {
    font-weight: 200;
    font-size: 40px;
    line-height: 47px;
    color: rgba(0, 0, 0, 0.7);
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 48px;
    letter-spacing: 0;
}

.product-tabs-image img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

@media screen and (max-width: 991px) {
    .product-tabs {
        margin-bottom: 50px;
    }

    .product-tabs-item__content {
        padding: 30px;
    }

    .product-tabs__title {
        font-size: 24px;
        line-height: 30px;
        padding-bottom: 10px;
        margin-bottom: 30px;
    }

    .product-stock-wrapper {
        max-width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .product-params{
        margin-right: 0;
    }

    .product-about {
        margin-bottom: -80px;
    }

    .product-tabs-item__content {
        padding: 20px 27px;
    }

    .product-tabs-image {
        margin: 0 -36px;
    }
}

.y-catalog-item {
    padding-bottom: 100px;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.y-catalog-item:last-child {
    padding-bottom: 0;
}

.y-catalog-item__link {
    display: inline-block;
    color: rgba(0, 0, 0, 0.7);
}

.y-catalog-item__link:hover {
    color: #da4932;
}

.y-catalog-item__link img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
}

.y-catalog-item__link .y-catalog-item__more {
    color: #da4932
}
.y-catalog-item__image{
    position: relative;
    padding-bottom: 60.27%;
    display: block;
}
.y-catalog-item__image img{
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    margin: auto;
    top:0;
    left:0;
    right:0;
    bottom: 0;

    opacity: 1;
}
.y-catalog-item__image:hover img:not(.y-catalog-item__mobile_image){
    opacity: 0;
}
.y-catalog-item__image > span:nth-child(2) img {
    opacity: 0;
}
.y-catalog-item__image:hover img:not(.y-catalog-item__mobile_image):last-child{
    opacity: 1;
}
.y-catalog-item__title{
    margin-bottom: 16px;
}
.black-friday-badge {
    display: flex;
    margin: -23px auto 0;
    padding: 0 8px;
    width: 131px;
    height: 20px;
    align-items: center;
    border-radius: 2px;
    background: #000;
    justify-content: space-between;
    box-sizing: border-box;
}
@media screen and (max-width: 767px) {
    .black-friday-badge {
        margin: -20px 0 0;
    }
}
.black-friday-badge .badge-left {
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 12px;
    letter-spacing: 0.1px;
}
.black-friday-badge .badge-right {
    color: #FFF;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 12px;
    letter-spacing: 0.1px;
}
@media screen and (max-width: 767px) {
    .y-catalog-item__title:before {
        bottom: 8px;
    }
    .y-catalog-item__image{
        padding-bottom: 200px;
    }

    .y-catalog-item__image > span .y-catalog-item__mobile_image {
        transition: opacity 0.3s ease;
    }

    .y-catalog-item__image.scrolled > span .y-catalog-item__mobile_image {
        opacity: 0;
    }

    .y-catalog-item__image.scrolled > span .y-catalog-item__mobile_image:last-child {
        opacity: 1;
    }
}

.y-catalog-item__more {
    display: inline-block;
    vertical-align: middle;
    height: 40px;
    font-weight: 700;
    font-size: 16px;
    line-height: 40px;
    letter-spacing: 0.1px;
    color: #576d93;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-align: center;
    width: 151px;
    margin-bottom: -8px;
}

@media screen and (max-width: 1024px) {
    .y-catalog-item__content .y-catalog-item__content_right .y-catalog-item__more {
        width: auto;
        white-space: nowrap;
    }
}

.y-catalog-item__more svg {
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0 7px;
    stroke: currentColor;
}

.y-catalog-item__more:hover {
    color: rgba(255, 255, 255, 0.85);
    background: #0d0d0d;
}

.y-catalog-item__title {
    font-weight: 300;
    font-size: 40px;
    line-height: 47px;
    margin-bottom: 32px;
}

.y-catalog-item__title a {
    color: inherit;
}

.y-catalog-item__title a:hover {
    color: #da4932;
}

.y-catalog-item__image-large {
    display: block;
    width: 100%;
    height: auto;
}

.y-catalog-item__content {
    display: flex;
}

.y-catalog-item__content {
    display: flex;
    padding-top: 10px;
    justify-content: space-between;
}

.y-catalog-item__content .y-catalog-item__content_left {
    padding: 0 20px 0 47px;
}

@media screen and (max-width: 1024px) {
    .y-catalog-item__content .y-catalog-item__content_left {
        padding: 0 20px 0 0;
    }
}

@media screen and (max-width: 767px) {
    .y-catalog-item__content .y-catalog-item__content_left {
        padding: 0;
    }
}

.y-catalog-item__content .y-catalog-item__content_right {
    padding: 0 0 0 47px;
}

@media screen and (max-width: 1024px) {
    .y-catalog-item__content .y-catalog-item__content_right {
        padding: 0;
    }
}

.y-catalog-item__params {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding: 7px 0;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: rgba(0, 0, 0, 0.4);
}

.y-catalog-item__params:last-child {
    border: none;
    padding-bottom: 0;
}

.y-catalog-item__params p {
    padding: 2px 0;
}

.y-catalog-item__content .y-catalog-item__content_left .y-catalog-item__params {
    padding: 0;
    color: rgba(0, 0, 0, 0.70);
    font-weight: 300;
    text-align: left;
}

.y-catalog-item__price {
    font-weight: 300;
    font-size: 24px;
    line-height: 28px;
    color: #000;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding-bottom: 6px;
}

.y-catalog-item__price:last-child {
    border-color: rgba(0, 0, 0, 0);
}

.y-catalog-item__price a {
    color: inherit;
    display: inline-block;
    padding-right: 18px;
    position: relative;
}

.y-catalog-item__price a:after {
    content: "";
    position: absolute;
    right: 0;
    top: calc(50% - 5px);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 7px;
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0.8);
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.y-catalog-item__price a:hover {
    color: #da4932;
}

.y-catalog-item__price a:hover:after {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #da4932;
}

.y-catalog-item__content .y-catalog-item__content_left .y-catalog-item__price {
    display: flex;
    color: rgba(0, 0, 0, 0.70);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border: 0;
}

.y-catalog-item__content .y-catalog-item__content_left .y-catalog-item__price a:after {
    content: normal;
}

.products-item__price .products-item__in-stock,
.y-catalog-item__content .y-catalog-item__content_left .y-catalog-item__price .y-catalog-item__in-stock {
    display: flex;
    padding: 4px 8px;
    align-items: center;
    color: rgba(0, 0, 0, 0.50);
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0.1px;
    border-radius: 2px;
    background: #EFF9F2;
}

.products-item__price .products-item__in-stock {
    font-size: 14px;
}

.products-item__price .products-item__in-stock svg,
.y-catalog-item__content .y-catalog-item__content_left .y-catalog-item__price .y-catalog-item__in-stock svg {
    margin-left: 4px;
}

.y-catalog-item__text {
    padding-top: 7px;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.9);
    overflow: hidden;
    position: relative;
    max-height: 76px;
}

.y-catalog-item__text:before {
    content: '';
    position: absolute;
    top: 48px;
    left: 0;
    right: 0;
    height: 32px;
    background: rgba(255, 255, 255, 0.7);
}

@media screen and (max-width: 767px) {
    .y-catalog-item .y-col--m-hide {
        display: none;
    }

    .y-catalog-item {
        text-align: left;
    }

    .y-catalog-item .y-col {
        width: 100%;
    }

    .y-catalog-item__content {
        display: block;
    }

    .y-catalog-item__more {
        display: none;
    }

    .y-catalog-item__title {
        margin-bottom: 24px;
        position: relative;
    }

    .y-catalog-item__title:before {
        left: 0;
        right: 0;
        bottom: 5px;
        background: rgba(0, 0, 0, 0.5);
        height: 1px;
        content: '';
        position: absolute;
    }

    .y-catalog-item__title a {
        display: inline-block;
        background-color: #fff;
        position: relative;
        z-index: 1;
        padding-right: 16px;
    }

    .y-catalog-item__image {
        margin-bottom: 18px;
        height: 200px;
        line-height: 200px;
        max-width: 320px;
    }

    .y-catalog-item__image img {
        display: inline-block;
        vertical-align: middle;
        max-width: 100%;
        max-height: 100%;
        width: auto;
        height: auto;
    }
}

@media screen and (max-width: 574px) {
    .y-catalog-item .y-col {
        width: 100%;
    }
}

.footer__payment {
    display: flex;
}

.footer__payment img {
    align-self: center;
    width: auto;
    height: 30px;
    filter: grayscale(1);
}

.footer__payment img + img,
.footer__payment img + * + img {
    margin-left: 15px;
}

@media screen and (max-width: 900px) {
    .footer__payment img {
        height: 20px;
    }

    .footer__payment img + img {
        margin-left: 10px;
    }
}

.block-contact__row{
    flex-direction: row-reverse;
    margin:0;
}
.block-contact__right{
    margin-left: 0;
    width: 50%;
    padding: 0;
}
.block-contact__left {
    position: relative;
    width: 50%;
    margin-left: 0;
    padding: 0;
    overflow: hidden;
}
.block-contact__info{
    padding: 60px 90px;
}
.contacts{
    color:#000;
}

.btn-black{
    background: #000;
}
.form--contact .wpforms-submit,
.form--callback .wpforms-submit
{
    background: #000;
    border-color: #000;
}

.form--contact .wpforms-submit:after,
.form--callback .wpforms-submit:after{
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' stroke-width='1.5' stroke='%23fff'%3E%3Cpath d='M9.912 12H4L2.023 4.135A.662.662 0 0 1 2 3.995c-.022-.721.772-1.221 1.46-.891L22 12 3.46 20.896c-.68.327-1.464-.159-1.46-.867a.66.66 0 0 1 .033-.186L3.5 15'/%3E%3C/svg%3E");
    display: inline-block;
    vertical-align: middle;
    margin: -2px -32px 0 8px;
    opacity: 0;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-transform: translate(8px);
    -ms-transform: translate(8px);
    transform: translate(8px);
    width: 24px;
    height:24px;
}
.form--contact .wpforms-submit:hover:after,
.form--callback .wpforms-submit:hover:after{
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    margin-right: 0;
}
.wpforms-submit-container{
    margin: 30px 0;
}
.wpforms-submit-container:last-child{
    margin-bottom: 0;
}
.contacts-address{
    margin-bottom: 30px;
    margin-top: -20px;
}
.block-callback--2 .form--callback .form-col {
    max-width: 100%;
}
.form-col img{
    max-width: 100%;
}
.title--long-line{
    position: relative;
}
.title--long-line span{
    padding-right: 27px;
    background: #fff;
    position: relative;
    z-index:2;
}
.title--long-line:after{
    content: '';
    left:0;
    right: -1000px;
    height:2px;
    background: rgba(0, 0, 0, 0.5);
    bottom:15px;
    position: absolute;
}

.materials-block{
    justify-content: space-between;
    padding-bottom: 100px;
}
.materials-block:last-child{
    padding-bottom: 0;
}
.materials-block__right{
    padding-top: 58px;
}
.materials-block__title{
    font-weight: 700;
    font-size: 22px;
    line-height: 26px;
    letter-spacing: 0.5px;
    color: rgba(0, 0, 0, 0.8);
    margin-bottom: 32px;
}
.materials-block .fabrics .y-col{
    width: 33.33%;
    max-width: 232px;
}
.fabrics-item__name{
    min-height:0;
    padding-top:16px;
}
@media screen and (min-width: 1200px) {
    .fabrics-text h2 {
        font-size:40px;
    }
}

@media screen and (max-width: 1199px){
    .block-contact__info{
        padding: 60px;
    }
    .materials-block__left{
        width: 41.66%;
    }
    .title--long-line:after{
        bottom:12px;
    }
}

@media screen and (max-width: 991px){
    .block-contact__info {
        padding: 30px 41px;
    }
    .contacts-address {
        margin-bottom: 22px;
        margin-top: 0px;
    }
    .contacts-address__item b{
        font-weight:bold;
    }
    .contacts{
        color: #da4932;
    }
    .title--long-line:after{
        display: none;
    }
    .block-fabrics-top{
        margin-bottom: 30px;
    }
    .materials-block__title{
        position: relative;
        font-weight: 300;
        font-size: 28px;
        line-height:1;
        margin-bottom: 24px;
    }
    .materials-block__title span{
        display: inline-block;
        background-color: #fff;
        position: relative;
        z-index: 1;
        padding-right: 16px;
    }
    .materials-block__title:before {
        left: 0;
        right: 0;
        bottom: 5px;
        background: rgba(0,0,0,.5);
        height: 1px;
        content: '';
        position: absolute;
    }
    .materials-block__left, .materials-block__right{
        width: 100%;
    }
    .materials-block__right{
        padding-top:0
    }
    .fabrics .y-col {
        padding: 0 8px 16px;
    }
    .fabrics {
        margin: 0 -8px -16px
    }
    .materials-block{
        padding-bottom: 60px;
    }
    .materials-block__left{
        padding-bottom: 24px;
    }

}
@media screen and (max-width: 767px){
    .block-contact__left, .block-contact__right{
        width: 100%;
    }
    .block-contact__info {
        padding: 30px 32px;
    }
    .block-contact__row{
        flex-direction: column-reverse;
    }
    .block-callback--2 .form--callback {
        max-width: 100%;
    }
    .block-contact__subtitle{
        display: none;
    }
    .map-mobile .text-map {
        padding: 0 32px;
    }
}
.search-results .title-main {
    font-size: 50px;
}
.section-contact .block-contact-form {
    padding: 100px 90px 90px;
    margin-top: 107px;
    background: #FCFAF4;
}

.section-contact .block-letter-form {
    padding: 100px 90px 90px;
    margin: 86px 0 80px;
    background: #FCFAF4;
}

.section-contact .block-contact-form .form-caption {
    display: flex;
    justify-content: space-between;
}

.section-contact .block-contact-form .form-caption .form-caption-left {
    width: 48.54%;
    align-self: center;
}

.section-contact .block-contact-form .form-caption .form-caption-left h1 {
    font-weight: 200;
    font-size: 80px;
    line-height: 72px;
    letter-spacing: 0.7px;
    color: rgba(0,0,0,.8);
}

.section-contact .block-contact-form .form-caption .form-caption-left p {
    font-weight: 300;
    font-size: 24px;
    line-height: 38px;
    letter-spacing: 0.1px;
    color: rgba(0, 0, 0, 0.6);
    opacity: 0.9;
}

.section-contact .block-contact-form .form-caption .form-caption-right {
    width: calc(51.46% - 32px);
    align-self: center;
}

.section-contact .block-contact-form .form-caption .form-caption-right h2 {
    display: none;
}

.section-contact .block-contact-form .form-caption .form-caption-right h3 {
    font-weight: 300;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 0.1px;
    color: rgba(0, 0, 0, 0.6);
    opacity: 0.9;
}

.section-contact .block-contact-form .form-caption .form-caption-right p {
    margin-top: 11px;
    font-weight: 300;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0.1px;
    color: rgba(0, 0, 0, 0.6);
    opacity: 0.9;
}

.section-contact .block-contact-form .form-caption .form-caption-right .required {
    color: #DA4932;
}

@media screen and (max-width: 1024px) {
    .section-contact .wrapper {
        padding: 0;
    }
    .section-contact .block-contact-form,
    .section-contact .block-letter-form {
        padding: 81px 35px 90px;
        margin: 0;
    }

    .section-contact .block-contact-form .form-caption .form-caption-left {
        display: none;
    }

    .section-contact .block-contact-form .form-caption .form-caption-right {
        width: 100%;
    }

    .section-contact .block-contact-form .form-caption .form-caption-right h2 {
        display: initial;
        font-weight: 300;
        font-size: 32px;
        line-height: 42px;
        letter-spacing: 0.7px;
        color: #DA4932;
    }

    .section-contact .block-contact-form .form-caption .form-caption-right h3 {
        margin-top: 6px;
        font-weight: 400;
        font-size: 14px;
        line-height: 24px;
        letter-spacing: 0.1px;
        color: rgba(0, 0, 0, 0.9);
        opacity: 0.9;
    }

    .section-contact .block-contact-form .form-caption .form-caption-right p {
        font-weight: 400;
        font-size: 14px;
        line-height: 16px;
        letter-spacing: 0.1px;
        color: rgba(0, 0, 0, 0.9);
        opacity: 0.9;
    }

    .m-hide .text-map {
        padding: 0 32px;
    }
}

@media screen and (max-width: 768px) {
    .section-contact .block-contact-form {
        padding-top: 50px;
        background-color: #fff;
    }

    .section-contact .block-letter-form {
        background-color: #fff;
    }
}

.section-contact .block-callback-form {
    margin-top: 90px;
    padding: 62px 50px 48px;
    background-color: #E5EAEE;
}

.section-contact .block-callback-form .form-caption {
    margin-bottom: 29px;
    font-weight: 600;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 0.2px;
    color: rgba(0, 0, 0, 0.8);
    text-align: center;
}

.section-contact .block-letter-form .form-caption {
    margin-bottom: 29px;
    font-weight: 600;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 0.2px;
    color: rgba(0, 0, 0, 0.8);
    text-align: center;
}

.section-contact .block-callback-form .wpforms-container {
    padding: 0 41px;
}

@media screen and (max-width: 1024px) {
    .section-contact .block-callback-form {
        padding: 47px 35px 47px;
        margin-top: 0;
    }

    .section-contact .block-callback-form .wpforms-container {
        padding: 0;
    }

    .section-contact .block-callback-form .form-caption {
        margin-bottom: 33px;
        font-weight: 400;
        font-size: 18px;
        line-height: 24px;
        letter-spacing: 0.2px;
        color: #DA4932;
    }

    .section-contact .block-letter-form .form-caption {
        margin-bottom: 33px;
        font-weight: 400;
        font-size: 18px;
        line-height: 24px;
        letter-spacing: 0.2px;
        color: #DA4932;
    }
}

.form--callback .wpforms-field-container {
    display: flex;
    margin: auto;
    max-width: 796px;
    flex-wrap: wrap;
    justify-content: space-between;
}

.form--contact .wpforms-field-container,
.form--letter .wpforms-field-container {
    position: relative;
    margin-top: 38px;
    padding-right: calc(48.54% + 24px);
}

.form--callback .wpforms-field-container .wpforms-field-text {
    width: calc(50% - 16px);
}

@media screen and (max-width: 1024px) {
    .form--callback .wpforms-field-container {
        max-width: none;
    }

    .form--callback .wpforms-field-container .wpforms-field-text {
        width: calc(50% - 14px);
    }
}

@media screen and (max-width: 480px) {
    .section-contact .block-callback-form .wpforms-container {
        padding: 0;
    }

    .form--callback .wpforms-field-container .wpforms-field-text {
        width: 100%;
    }
}

.form--contact .wpforms-field-container .wpforms-field-textarea,
.form--letter .wpforms-field-container .wpforms-field-textarea {
    position: absolute;
    top: 0;
    right: 0;
    width: calc(51.46% - 32px);
    height: 100%;
}

.form--contact .wpforms-field-container .wpforms-field-textarea textarea,
.form--letter .wpforms-field-container .wpforms-field-textarea textarea {
    height: calc(100% - 16px)
}

.form--contact .wpforms-field-container label.wpforms-error,
.form--letter .wpforms-field-container label.wpforms-error {
    position: absolute;
    bottom: -7px;
    font-size: 10px;
}

.form--contact .wpforms-submit-container,
.form--letter .wpforms-submit-container {
    max-width: 509px;
    margin: 22px auto 0;
}

.form--callback .wpforms-submit-container {
    max-width: 509px;
    margin: 16px auto 0;
}

.wpforms-submit-container .wpforms-submit-spinner {
    display: none !important;
}

.form--contact .wpforms-submit,
.form--callback .wpforms-submit,
.form--letter .wpforms-submit {
    background: #000;
    border-color: #000;
}

@media screen and (max-width: 1024px) {
    .form--contact .wpforms-field-container,
    .form--letter .wpforms-field-container {
        margin-top: 26px;
    }

    .form--contact input.wpforms-field-large,
    .form--callback input.wpforms-field-large,
    .form--letter input.wpforms-field-large {
        padding: 0 18px;
        height: 36px;
        font-weight: 500;
        font-size: 12px;
        line-height: 12px;
        letter-spacing: 0.1px;
        color: rgba(0, 0, 0, 0.5);
        border-radius: 6px;
    }

    .form--callback input.wpforms-field-large {
        background: rgba(33, 9, 9, 0.0638304);
    }

    .form--contact .wpforms-field-label,
    .form--callback .wpforms-field-label,
    .form--letter .wpforms-field-label {
        font-weight: 500;
        font-size: 12px;
        line-height: 12px;
        letter-spacing: 0.1px;
        color: rgba(0, 0, 0, 0.5);
    }

    .form--contact .wpforms-field-container label.wpforms-error,
    .form--letter .wpforms-field-container label.wpforms-error {
        bottom: 1px;
        font-size: 10px;
        line-height: 10px;
    }

    .form--contact .wpforms-field-container .wpforms-field-textarea textarea,
    .form--letter .wpforms-field-container .wpforms-field-textarea textarea {
        height: calc(100% - 13px);
        border-radius: 6px;
    }

    .form--contact .wpforms-submit-container,
    .form--letter .wpforms-submit-container {
        margin: 18px auto 0;
    }

    .form--contact .wpforms-submit,
    .form--callback .wpforms-submit,
    .form--letter .wpforms-submit {
        height: 42px;
        font-weight: 800;
        font-size: 14px;
        line-height: 14px;
        border-radius: 8px;
    }
}

@media screen and (max-width: 480px) {
    .form--contact .wpforms-field-container,
    .form--letter .wpforms-field-container {
        padding: 0;
    }

    .form--contact .wpforms-field-container .wpforms-field-textarea,
    .form--letter .wpforms-field-container .wpforms-field-textarea {
        position: relative;
        width: 100%;
    }

    .form--contact .wpforms-field-container .wpforms-field-textarea,
    .form--letter .wpforms-field-container .wpforms-field-textarea {
        padding-bottom: 12px;
    }

    .form--contact .wpforms-field-container .wpforms-field-textarea textarea,
    .form--letter .wpforms-field-container .wpforms-field-textarea textarea {
        height: 120px;
    }

    .form--contact .wpforms-field-container label.wpforms-error,
    .form--letter .wpforms-field-container label.wpforms-error {
        bottom: 1px;
    }
}

.form--contact .wpforms-submit:after,
.form--callback .wpforms-submit:after,
.form--letter .wpforms-submit:after{
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' stroke-width='1.5' stroke='%23fff'%3E%3Cpath d='M9.912 12H4L2.023 4.135A.662.662 0 0 1 2 3.995c-.022-.721.772-1.221 1.46-.891L22 12 3.46 20.896c-.68.327-1.464-.159-1.46-.867a.66.66 0 0 1 .033-.186L3.5 15'/%3E%3C/svg%3E");
    display: inline-block;
    vertical-align: middle;
    margin: -2px -32px 0 8px;
    opacity: 0;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-transform: translate(8px);
    -ms-transform: translate(8px);
    transform: translate(8px);
    width: 24px;
    height:24px;
}
.form--contact .wpforms-submit:hover:after,
.form--callback .wpforms-submit:hover:after,
.form--letter .wpforms-submit:hover:after{
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    margin-right: 0;
}
.wpforms-field-hp {
    display: none;
}
.popups-wrapper {
    display: none;
}
.cookies-popup {
    max-width: 960px;
}
.cookies-popup .popup-title {
    font-size: 26px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
}
.cookies-popup .popup-content {
    margin-top: 20px;
}
.cookies-popup .popup-content .cookies-popup-form .form-row + .form-row {
    margin-top: 20px;
}
.cookies-popup .popup-content .cookies-popup-form .form-row .checkbox {
    display: block;
}
.cookies-popup .popup-content .cookies-popup-form .form-row .checkbox input {
    display: none;
}
.cookies-popup .popup-content .cookies-popup-form .form-row .checkbox .checkbox-label-wrapper {
    position: relative;
    display: block;
    padding-left: 40px;
}
.cookies-popup .popup-content .cookies-popup-form .form-row .checkbox .checkbox-label-wrapper:before {
    content: '';
    position: absolute;
    display: block;
    top: 3px;
    left: 0;
    width: 24px;
    height: 24px;
    border: 2px solid #000;
    opacity: 0.8;
    transition: opacity 0.3s ease, background-color 0.3s ease;
}
.cookies-popup .popup-content .cookies-popup-form .form-row .checkbox input:checked + .checkbox-label-wrapper:before,
.cookies-popup .popup-content .cookies-popup-form .form-row .checkbox .input-checked + .checkbox-label-wrapper:before {
    background-color: #000;
    opacity: 1;
}
.cookies-popup .popup-content .cookies-popup-form .form-row .checkbox .input-checked + .checkbox-label-wrapper:before {
    opacity: 0.5;
}
.cookies-popup .popup-content .cookies-popup-form .form-row .checkbox .checkbox-label-wrapper:after {
    content: '';
    position: absolute;
    display: block;
    top: 3px;
    left: 4px;
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='none' stroke='%23fff' stroke-miterlimit='10' stroke-width='2' d='m1 13 4 4L15 7'%3E%3C/path%3E%3C/svg%3E");
}
.cookies-popup .popup-content .cookies-popup-form .form-row .checkbox .input-checked + .checkbox-label-wrapper:after {
    opacity: 0.5;
}
.cookies-popup .popup-content .cookies-popup-form .form-row .checkbox .checkbox-label-wrapper .checkbox-label {
    display: block;
    margin-bottom: 15px;
    cursor: pointer;
}
.cookies-popup .popup-content .cookies-popup-form .form-row .checkbox .checkbox-label-wrapper .checkbox-description {
    display: block;
}
.cookies-popup .popup-buttons {
    margin-top: 20px;
}
.cookies-popup .popup-buttons button + button {
    margin-left: 20px;
}
@media screen and (max-width: 500px) {
    .cookies-popup .popup-buttons button {
        width: 100%;
        max-width: none;
    }
    .cookies-popup .popup-buttons button + button {
        margin-left: 0;
        margin-top: 20px;
    }
}
.carpet-170240,
.carpet-200300 {
    display: none;
}

.countries-popup {
    padding: 30px 30px 28px;
    width: 100%;
    max-width: 540px;
    background: #E5E5E5;
}

@media screen and (max-width: 480px) {
    .countries-popup {
        padding: 40px 16px 35px;
        max-width: 327px;
    }
}

.countries-popup .countries-map {
    margin-bottom: 7px;
    text-align: center;
}

@media screen and (max-width: 480px) {
    .countries-popup .countries-map {
        margin-bottom: 10px;
    }
}

.countries-popup .countries-map img {
    max-width: 100%;
}

.countries-popup .popup-title {
    margin-bottom: 12px;
    font-weight: 300;
    font-size: 28px;
    line-height: 36px;
    text-align: center;
    letter-spacing: 0.1px;
    color: rgba(0, 0, 0, 0.9);
}

@media screen and (max-width: 480px) {
    .countries-popup .popup-title {
        margin-bottom: 11px;
        font-weight: 300;
        font-size: 24px;
        line-height: 36px;
    }
}

.countries-popup .countries-list {
    display: flex;
    max-width: 300px;
    margin: auto;
    padding: 15px 0 0;
    justify-content: center;
    align-items: center;
    gap: 32px;
    border-top: 1px solid #C4C4C4;
}

.countries-popup .countries-list button {
    position: relative;
    display: block;
    padding: 0;
    background: none;
    border: 0;
    outline: 0;
    font-size: 0;
    line-height: 0;
    cursor: pointer;
}

.countries-popup .countries-list button:before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.6);
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s ease, visibility .3s ease;
}

.countries-popup .countries-list button:after {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 40px;
    height: 40px;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200"><circle fill="none" stroke-opacity="1" stroke="%23000000" stroke-width=".5" cx="100" cy="100" r="0"><animate attributeName="r" calcMode="spline" dur="2" values="1;80" keyTimes="0;1" keySplines="0 .2 .5 1" repeatCount="indefinite"></animate><animate attributeName="stroke-width" calcMode="spline" dur="2" values="0;25" keyTimes="0;1" keySplines="0 .2 .5 1" repeatCount="indefinite"></animate><animate attributeName="stroke-opacity" calcMode="spline" dur="2" values="1;0" keyTimes="0;1" keySplines="0 .2 .5 1" repeatCount="indefinite"></animate></circle></svg>') no-repeat center / contain;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s ease, visibility .3s ease;
}

.countries-popup .countries-list button.loading:before,
.countries-popup .countries-list button.loading:after {
    opacity: 1;
    visibility: visible;
}

.countries-popup .countries-list button span {
    display: block;
    margin-top: 9px;
    font-weight: 500;
    font-size: 12px;
    line-height: 12px;
    text-align: center;
    letter-spacing: 0.1px;
    color: rgba(0, 0, 0, 0.9);
}

.countries-popup .countries-list svg {
    width: 73px;
    height: auto;
}

@media (min-width: 1025px) {
  .y-catalog-item__image img {
    transform: scale(0.8);
  }
}