
.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
    float: left;
}
.swiper-container-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.swiper-container-multirow > .swiper-wrapper {
    flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto;
}
.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}
.swiper-slide-invisible-blank {
    visibility: hidden;
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform;
}
.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px;
}
.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
    background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(transparent));
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
    touch-action: pan-y;
}
.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
    touch-action: pan-x;
}
.swiper-button-next,
.swiper-button-prev {
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: 50%;
    background-repeat: no-repeat;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23007aff'/%3E%3C/svg%3E");
    left: 10px;
    right: auto;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23007aff'/%3E%3C/svg%3E");
    right: 10px;
    left: auto;
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fff'/%3E%3C/svg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fff'/%3E%3C/svg%3E");
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z'/%3E%3C/svg%3E");
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z'/%3E%3C/svg%3E");
}
.swiper-button-lock {
    display: none;
}
.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
}
.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(0.33);
    transform: scale(0.33);
    position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(0.66);
    transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(0.33);
    transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(0.66);
    transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(0.33);
    transform: scale(0.33);
}
.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: 0.2;
}
button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff;
}
.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: top 0.2s, -webkit-transform 0.2s;
    transition: top 0.2s, -webkit-transform 0.2s;
    -webkit-transition: transform 0.2s, top 0.2s;
    transition: transform 0.2s, top 0.2s;
    -webkit-transition: transform 0.2s, top 0.2s, -webkit-transform 0.2s;
    transition: transform 0.2s, top 0.2s, -webkit-transform 0.2s;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: left 0.2s, -webkit-transform 0.2s;
    transition: left 0.2s, -webkit-transform 0.2s;
    -webkit-transition: transform 0.2s, left 0.2s;
    transition: transform 0.2s, left 0.2s;
    -webkit-transition: transform 0.2s, left 0.2s, -webkit-transform 0.2s;
    transition: transform 0.2s, left 0.2s, -webkit-transform 0.2s;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: right 0.2s, -webkit-transform 0.2s;
    transition: right 0.2s, -webkit-transform 0.2s;
    -webkit-transition: transform 0.2s, right 0.2s;
    transition: transform 0.2s, right 0.2s;
    -webkit-transition: transform 0.2s, right 0.2s, -webkit-transform 0.2s;
    transition: transform 0.2s, right 0.2s, -webkit-transform 0.2s;
}
.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
}
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical > .swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff;
}
.swiper-pagination-progressbar.swiper-pagination-white {
    background: hsla(0, 0%, 100%, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
    background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000;
}
.swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(0, 0, 0, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
    background: #000;
}
.swiper-pagination-lock {
    display: none;
}
.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
}
.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0;
}
.swiper-scrollbar-cursor-drag {
    cursor: move;
}
.swiper-scrollbar-lock {
    display: none;
}
.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    text-align: center;
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.swiper-slide-zoomed {
    cursor: move;
}
.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12) infinite;
    animation: swiper-preloader-spin 1s steps(12) infinite;
}
.swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%236c6c6c' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%23fff' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}
@keyframes swiper-preloader-spin {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}
.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-container-cube {
    overflow: visible;
}
.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0;
}
.swiper-container-flip {
    overflow: visible;
}
.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.swiper-container-coverflow .swiper-wrapper {
    -ms-perspective: 1200px;
}
html {
    box-sizing: border-box;
}
*,
:after,
:before {
    box-sizing: inherit;
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
body {
    line-height: 1;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
@-webkit-keyframes zoomin {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes zoomin {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@-webkit-keyframes flash {
    0% {
        opacity: 1;
    }
    25% {
        opacity: 0;
    }
    75% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes flash {
    0% {
        opacity: 1;
    }
    25% {
        opacity: 0;
    }
    75% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-webkit-keyframes fadeOut {
    0% {
        display: block;
        opacity: 1;
    }
    99% {
        display: block;
        opacity: 0;
    }
    to {
        display: none;
    }
}
@keyframes fadeOut {
    0% {
        display: block;
        opacity: 1;
    }
    99% {
        display: block;
        opacity: 0;
    }
    to {
        display: none;
    }
}
@-webkit-keyframes fadeIn {
    0% {
        display: none;
        opacity: 0;
    }
    99% {
        display: block;
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes fadeIn {
    0% {
        display: none;
        opacity: 0;
    }
    99% {
        display: block;
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-webkit-keyframes fire {
    0% {
        background-position: 0 51%;
    }
    50% {
        background-position: 100% 50%;
    }
    to {
        background-position: 0 51%;
    }
}
@keyframes fire {
    0% {
        background-position: 0 51%;
    }
    50% {
        background-position: 100% 50%;
    }
    to {
        background-position: 0 51%;
    }
}
@-webkit-keyframes scrolldown {
    0% {
        background-position: 0 -90px;
    }
    75% {
        background-position: 0 0;
    }
    to {
        background-position: 0 90px;
    }
}
@keyframes scrolldown {
    0% {
        background-position: 0 -90px;
    }
    75% {
        background-position: 0 0;
    }
    to {
        background-position: 0 90px;
    }
}
@media (max-width: 767px) {
    .hide--mobile {
        display: none !important;
    }
}
@media (min-width: 768px) and (max-width: 1219px) {
    .hide--tablet {
        display: none !important;
    }
}
@media (min-width: 1220px) {
    .hide--desktop {
        display: none !important;
    }
}
.clearfix:after {
    display: block;
    content: "";
    clear: both;
}
.toggle-visibility {
    height: auto;
    overflow: hidden;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.toggle-visibility.toggle-hidden {
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    opacity: 0;
}
body,
html {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}
body {
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-size: 16px;
    font-family: Heebo, Helvetica, Arial, sans-serif;
    color: #fff;
    background: #252429;
}
html ::-moz-selection {
    color: #fff;
    background: #ef9179;
}
html ::selection {
    color: #fff;
    background: #ef9179;
}
.scroller,
.scroller[data-scrollbar] {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
}
.scroll-content {
    max-width: 1600px;
    margin: 0 auto;
}
[data-bg-srcset] {
    background-position: 50%;
    background-size: cover;
}
[data-bg-srcset] img {
    display: none;
}
.js-animated {
    opacity: 0;
    -webkit-transform: translateY(10%);
    transform: translateY(10%);
    -webkit-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}
.js-animated.is-inview {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
svg {
    vertical-align: middle;
}
a {
    color: #fff;
}
sup {
    font-size: 0.83em;
    vertical-align: super;
}
.dealer-header h1,
.dealers-header h1,
.title-1 {
    font-size: 35px;
    line-height: 40px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #fff;
}
@media (min-width: 768px) and (max-width: 1219px) {
    .dealer-header h1,
    .dealers-header h1,
    .title-1 {
        font-size: 44px;
        line-height: 52px;
    }
}
@media (min-width: 1220px) {
    .dealer-header h1,
    .dealers-header h1,
    .title-1 {
        font-size: 60px;
        line-height: 68px;
        margin-bottom: 25px;
    }
}
@media (min-width: 88000px) {
    .dealer-header h1,
    .dealers-header h1,
    .title-1 {
        font-size: 104px;
        line-height: 112px;
    }
}
.dealer-header h1:last-child,
.dealers-header h1:last-child,
.title-1:last-child {
    margin-bottom: 0;
}
.title-1--bk {
    color: #000;
}
.atmosphered-cta h2,
.career-list-section h2,
.career-team h2,
.contact-content .cta-list h2,
.contact-content h2,
.featured-product h2,
.title-2,
[data-namespace~="warranty"] h2 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 15px;
    font-weight: 700;
    color: #fff;
}
@media (min-width: 768px) and (max-width: 1219px) {
    .atmosphered-cta h2,
    .career-list-section h2,
    .career-team h2,
    .contact-content .cta-list h2,
    .contact-content h2,
    .featured-product h2,
    .title-2,
    [data-namespace~="warranty"] h2 {
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 30px;
    }
}
@media (min-width: 1220px) {
    .atmosphered-cta h2,
    .career-list-section h2,
    .career-team h2,
    .contact-content .cta-list h2,
    .contact-content h2,
    .featured-product h2,
    .title-2,
    [data-namespace~="warranty"] h2 {
        font-size: 44px;
        line-height: 52px;
        margin-bottom: 50px;
    }
}
@media (min-width: 88000px) {
    .atmosphered-cta h2,
    .career-list-section h2,
    .career-team h2,
    .contact-content .cta-list h2,
    .contact-content h2,
    .featured-product h2,
    .title-2,
    [data-namespace~="warranty"] h2 {
        font-size: 60px;
        line-height: 68px;
    }
}
.atmosphered-cta h2:last-child,
.career-list-section h2:last-child,
.career-team h2:last-child,
.contact-content h2:last-child,
.featured-product h2:last-child,
.title-2:last-child,
[data-namespace~="warranty"] h2:last-child {
    margin-bottom: 0;
}
.title-2--bk {
    color: #000;
}
.career-list-section h3,
.category-list-item h3,
.dealers-list .dealer .infos .dealer-name,
.dealers-products-list h3,
.title-3,
.wtb-where-to-buy .no-dealers h1,
.wtb-where-to-buy .wtb-filters .wtb-filter .title {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 15px !important;
    color: #fff;
}
@media (min-width: 1220px) {
    .career-list-section h3,
    .category-list-item h3,
    .dealers-list .dealer .infos .dealer-name,
    .dealers-products-list h3,
    .title-3,
    .wtb-where-to-buy .no-dealers h1,
    .wtb-where-to-buy .wtb-filters .wtb-filter .title {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 20px;
    }
}
@media (min-width: 88000px) {
    .career-list-section h3,
    .category-list-item h3,
    .dealers-list .dealer .infos .dealer-name,
    .dealers-products-list h3,
    .title-3,
    .wtb-where-to-buy .no-dealers h1,
    .wtb-where-to-buy .wtb-filters .wtb-filter .title {
        font-size: 34px;
        line-height: 42px;
    }
}
.career-list-section h3:last-child,
.category-list-item h3:last-child,
.dealers-list .dealer .infos .dealer-name:last-child,
.dealers-products-list h3:last-child,
.title-3:last-child,
.wtb-where-to-buy .no-dealers h1:last-child,
.wtb-where-to-buy .wtb-filters .wtb-filter .title:last-child {
    margin-bottom: 0;
}
.title-3--bk {
    color: #000;
}
.career-list-item .desc,
.career-team figcaption,
.career-team p,
.text-1 {
    color: #fff;
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
    margin-bottom: 10px !important;
}
@media (min-width: 1220px) {
    .career-list-item .desc,
    .career-team figcaption,
    .career-team p,
    .text-1 {
        font-size: 18px;
        line-height: 32px;
    }
}
@media (min-width: 88000px) {
    .career-list-item .desc,
    .career-team figcaption,
    .career-team p,
    .text-1 {
        font-size: 24px;
        line-height: 42px;
    }
}
.career-list-item .desc:last-child,
.career-team figcaption:last-child,
.career-team p:last-child,
.text-1:last-child {
    margin-bottom: 0;
}
.text-1--bk {
    color: #000;
}
.text-2 {
    color: #fff;
    font-size: 12px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 10px;
}
@media (min-width: 1220px) {
    .text-2 {
        font-size: 14px;
        line-height: 26px;
    }
}
@media (min-width: 88000px) {
    .text-2 {
        font-size: 18px;
        line-height: 24px;
    }
}
.text-2:last-child {
    margin-bottom: 0;
}
.text-2--bk {
    color: #000;
}
b,
strong {
    font-weight: 700;
}
em {
    font-style: italic;
}
.btn {
    cursor: pointer;
    pointer-events: all;
    display: inline-block;
    position: relative;
    padding: 15px 40px;
    background: transparent;
    font-size: 14px;
    line-height: 26px;
    font-weight: 700;
    text-decoration: none;
    opacity: 1;
    -webkit-transition: all 0.45s cubic-bezier(0.6, 0.05, 0.01, 0.99) 50ms;
    transition: all 0.45s cubic-bezier(0.6, 0.05, 0.01, 0.99) 50ms;
    overflow: hidden;
    outline: none;
    z-index: 1;
}
.btn:before {
    -webkit-transform: scaleX(0) translateZ(0);
    transform: scaleX(0) translateZ(0);
    -webkit-transform-origin: right;
    transform-origin: right;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: -webkit-gradient(linear, left top, right top, from(#e96b4c), color-stop(#eb9d5f), to(#e96b4c));
    background: linear-gradient(90deg, #e96b4c, #eb9d5f, #e96b4c);
    background-size: 600% 600%;
    -webkit-animation: fire 15s infinite;
    animation: fire 15s infinite;
    -webkit-transition: -webkit-transform 0.9s cubic-bezier(0.6, 0.05, 0.01, 0.99) 50ms;
    transition: -webkit-transform 0.9s cubic-bezier(0.6, 0.05, 0.01, 0.99) 50ms;
    transition: transform 0.9s cubic-bezier(0.6, 0.05, 0.01, 0.99) 50ms;
    transition: transform 0.9s cubic-bezier(0.6, 0.05, 0.01, 0.99) 50ms, -webkit-transform 0.9s cubic-bezier(0.6, 0.05, 0.01, 0.99) 50ms;
    z-index: -1;
}
.btn:after,
.btn:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.btn:after {
    border: 1px solid #fff;
    opacity: 1;
    -webkit-transition: all 0.45s cubic-bezier(0.6, 0.05, 0.01, 0.99) 50ms;
    transition: all 0.45s cubic-bezier(0.6, 0.05, 0.01, 0.99) 50ms;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.btn.btn--small {
    font-size: 8px;
    line-height: 14px;
}
@media (min-width: 1220px) {
    .btn--active,
    .btn:hover {
        color: #fff;
    }
    .btn--active:before,
    .btn:hover:before {
        -webkit-transform: scaleX(1) translateZ(0);
        transform: scaleX(1) translateZ(0);
        -webkit-transform-origin: left;
        transform-origin: left;
    }
    .btn--active:after,
    .btn:hover:after {
        opacity: 0;
    }
}
@media (min-width: 88000px) {
    .btn {
        font-size: 16px;
    }
}
.btn--round {
    padding: 0;
    margin: 0;
    width: 42px;
    height: 42px;
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    flex-shrink: 0;
    border: 0;
    -webkit-box-flex: 0;
    flex-grow: 0;
    outline: none;
    overflow: visible;
    border-radius: 50%;
}
.btn--round.btn--small {
    width: 20px;
    height: 20px;
}
.btn--round:before {
    display: none;
}
.btn--round:after {
    content: "";
    border-radius: 50%;
    -webkit-transform: scale(1);
    transform: scale(1);
    z-index: -1;
}
@media (min-width: 1220px) {
    .btn--round:hover:after {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 1;
    }
}
.btn--round svg {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    fill: #fff;
    -webkit-transition: all 0.45s cubic-bezier(0.6, 0.05, 0.01, 0.99) 50ms;
    transition: all 0.45s cubic-bezier(0.6, 0.05, 0.01, 0.99) 50ms;
}
.btn--round.btn--color:after {
    border: 0;
    background: -webkit-gradient(linear, left top, right top, from(#e96b4c), color-stop(#eb9d5f), to(#e96b4c));
    background: linear-gradient(90deg, #e96b4c, #eb9d5f, #e96b4c);
    background-size: 600% 600%;
    -webkit-animation: fire 15s infinite;
    animation: fire 15s infinite;
}
.btn--round.btn--color svg {
    fill: #fff;
}
.btn--round.btn--monochrome:after {
    border: 0;
    background: #000;
}
.btn--round.btn--monochrome svg {
    fill: #fff;
}
.btn--round.btn--inverted:after {
    border-color: #fff;
}
@media (min-width: 1220px) {
    .btn--round.btn--inverted:hover:after {
        background: #fff;
    }
    .btn--round.btn--inverted:hover svg {
        fill: #252429;
    }
}
.btn--link {
    color: transparent;
    border: 0;
    position: relative;
    overflow: hidden;
    padding: 0;
}
.btn--link:after,
.btn--link:before {
    content: attr(data-label);
    color: #fff;
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    bottom: 0;
    height: 100%;
    border: 0;
    background: none;
    -webkit-animation: none;
    animation: none;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    text-align: left;
    -webkit-transition: all 0.75s cubic-bezier(0.6, 0.05, 0.01, 0.99);
    transition: all 0.75s cubic-bezier(0.6, 0.05, 0.01, 0.99);
}
.btn--link:after {
    top: 100%;
}
.btn--link svg {
    fill: #fff;
}
@media (min-width: 1220px) {
    .btn--link svg {
        margin-right: 10px;
    }
}
@media (min-width: 1220px) {
    .btn--link:hover {
        color: transparent;
    }
    .btn--link:hover:before {
        top: -100%;
        opacity: 1;
    }
    .btn--link:hover:after {
        top: 0;
        opacity: 1;
    }
}
.btn--link.btn--bk:after,
.btn--link.btn--bk:before {
    color: #000;
}
.btn--link.btn--bk svg {
    fill: #000;
}
.btn--underline {
    padding: 0;
    text-align: left;
    font-size: 14px;
    line-height: 26px;
    font-weight: 700;
}
.btn--underline:before {
    display: none;
}
.btn--underline:after {
    background: #fff;
    border: 0;
    top: auto;
    right: auto;
    height: 1px;
    width: 15px;
}
@media (min-width: 1220px) {
    .btn--underline:hover:after {
        width: 0;
    }
}
.btn--icon {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0;
}
.btn--icon:after,
.btn--icon:before {
    display: none;
}
@media (min-width: 1220px) {
    .btn--icon:hover .btn__icon {
        -webkit-transform: translateY(-125%);
        transform: translateY(-125%);
    }
    .btn--icon:hover .btn__icon--next {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
.btn--icon .btn__icon {
    fill: #fff;
    display: block;
    vertical-align: middle;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 0.35s cubic-bezier(0.6, 0.05, 0.01, 0.99);
    transition: all 0.35s cubic-bezier(0.6, 0.05, 0.01, 0.99);
}
.btn--icon .btn__icon--next {
    fill: #e96b4c;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: translateY(125%);
    transform: translateY(125%);
}
@media (min-width: 1220px) {
    .btn__wrapper {
        pointer-events: none;
    }
    .btn__wrapper:hover .btn--opacity {
        opacity: 0.4;
    }
}
@media (min-width: 1220px) {
    .btn__wrapper .btn--opacity.btn--active,
    .btn__wrapper .btn--opacity:hover {
        opacity: 1;
    }
    .btn__wrapper .btn--opacity.btn--active:after,
    .btn__wrapper .btn--opacity:hover:after {
        opacity: 1;
        width: 15px;
    }
}
@media (min-width: 1220px) {
    .btn__wrapper .btn--opacity.btn--sec {
        opacity: 1;
    }
}
@media (min-width: 1220px) {
    .btn__wrapper2 {
        pointer-events: none;
    }
    .btn__wrapper2:hover .btn--opacity2 {
        opacity: 0.4;
    }
}
@media (min-width: 1220px) {
    .btn__wrapper2 .btn--opacity2.btn--active,
    .btn__wrapper2 .btn--opacity2:hover {
        opacity: 1;
    }
    .btn__wrapper2 .btn--opacity2.btn--active:after,
    .btn__wrapper2 .btn--opacity2:hover:after {
        opacity: 1;
        width: 15px;
    }
}
@media (min-width: 1220px) {
    .btn__wrapper2 .btn--opacity2.btn--sec {
        opacity: 1;
    }
}
.btn--opacity,
.btn--opacity2 {
    position: relative;
    background: none;
    border: 0;
    pointer-events: all;
}
.btn--opacity2:before,
.btn--opacity:before {
    display: none;
}
.btn--opacity2:after,
.btn--opacity:after {
    content: "";
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    right: auto;
    border: 0;
    top: auto;
    height: 1px;
    width: 0;
    max-width: 100%;
    opacity: 1;
    -webkit-transition: all 0.45s cubic-bezier(0.6, 0.05, 0.01, 0.99) 50ms;
    transition: all 0.45s cubic-bezier(0.6, 0.05, 0.01, 0.99) 50ms;
}
@media (min-width: 1220px) {
    .btn--opacity2.btn--active,
    .btn--opacity2:hover,
    .btn--opacity.btn--active,
    .btn--opacity:hover {
        opacity: 1;
    }
    .btn--opacity2.btn--active:after,
    .btn--opacity2:hover:after,
    .btn--opacity.btn--active:after,
    .btn--opacity:hover:after {
        opacity: 1;
        width: 15px;
    }
}
@media (min-width: 1220px) {
    .btn--opacity2.btn--sec,
    .btn--opacity.btn--sec,
    .btn__item:hover .btn--opacity {
        opacity: 1;
    }
    .btn__item:hover .btn--opacity:after {
        opacity: 1;
        width: 15px;
    }
}
.btn--inverted {
    color: #19191b;
}
.btn--inverted:after {
    border-color: #19191b;
}
.btn--inverted svg {
    fill: #fff;
}
.btn--color {
    color: #fff;
    background: #e96b4c;
    border-color: #e96b4c;
}
.btn--color:before {
    background: #252429;
    border-color: #fff;
}
.btn--color:after {
    display: none;
}
.btn--color:hover {
    border-color: #fff;
}
.footer {
    overflow: hidden;
    background: #19191b;
}
.footer__row {
    border-top: 1px solid #252429;
    flex-wrap: wrap;
}
.footer__row:last-child {
    border-bottom: 1px solid #252429;
}
.footer__col--small {
    position: relative;
    width: 100%;
    padding: 30px 0;
}
@media (max-width: 767px) {
    .footer__col--small:before {
        content: "";
        position: absolute;
        top: 0;
        left: -30px;
        right: -30px;
        height: 1px;
        background: #252429;
    }
}
@media (min-width: 768px) and (max-width: 1219px) {
    .footer__col--small {
        padding: 50px 0;
        -webkit-box-flex: 0;
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: calc(41.625% - 23.33333px);
        max-width: calc(41.625% - 23.33333px);
        width: calc(41.625% - 23.33333px);
    }
    .footer__col--small:nth-child(1n) {
        margin-right: 40px;
        margin-left: 0;
    }
    .footer__col--small:last-child {
        margin-right: 0;
    }
    .footer__col--small:nth-child(2n) {
        margin-right: 0;
        margin-left: auto;
    }
}
@media (min-width: 1220px) {
    .footer__col--small {
        padding: 50px 0;
        -webkit-box-flex: 0;
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: calc(24.975% - 30px);
        max-width: calc(24.975% - 30px);
        width: calc(24.975% - 30px);
    }
    .footer__col--small:nth-child(1n) {
        margin-right: 40px;
        margin-left: 0;
    }
    .footer__col--small:last-child {
        margin-right: 0;
    }
    .footer__col--small:nth-child(2n) {
        margin-right: 0;
        margin-left: auto;
    }
}
.footer__col--medium {
    width: 100%;
    padding: 30px 0;
}
@media (min-width: 1220px) {
    .footer__col--medium {
        padding: 50px 0 50px 60px;
        -webkit-box-flex: 0;
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: calc(41.625% - 23.33333px);
        max-width: calc(41.625% - 23.33333px);
        width: calc(41.625% - 23.33333px);
        border-left: 1px solid #252429;
    }
    .footer__col--medium:nth-child(1n) {
        margin-right: 40px;
        margin-left: 0;
    }
    .footer__col--medium:last-child {
        margin-right: 0;
    }
    .footer__col--medium:nth-child(2n) {
        margin-right: 0;
        margin-left: auto;
    }
}
.footer__col--big {
    width: 100%;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: none;
    padding: 30px 0;
}
@media (min-width: 768px) and (max-width: 1219px) {
    .footer__col--big {
        padding: 50px 0;
        -webkit-box-flex: 0;
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: calc(66.6% - 13.33333px);
        max-width: calc(66.6% - 13.33333px);
        width: calc(66.6% - 13.33333px);
    }
    .footer__col--big:nth-child(1n) {
        margin-right: 40px;
        margin-left: 0;
    }
    .footer__col--big:last-child {
        margin-right: 0;
    }
    .footer__col--big:nth-child(2n) {
        margin-right: 0;
        margin-left: auto;
    }
}
@media (min-width: 1220px) {
    .footer__col--big {
        padding: 50px 0;
        -webkit-box-flex: 0;
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: calc(58.275% - 16.66667px);
        max-width: calc(58.275% - 16.66667px);
        width: calc(58.275% - 16.66667px);
    }
    .footer__col--big:nth-child(1n) {
        margin-right: 40px;
        margin-left: 0;
    }
    .footer__col--big:last-child {
        margin-right: 0;
    }
    .footer__col--big:nth-child(2n) {
        margin-right: 0;
        margin-left: auto;
    }
}
.footer__col--xbig {
    width: 100%;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: none;
    padding: 30px 0;
}
@media (min-width: 768px) and (max-width: 1219px) {
    .footer__col--xbig {
        padding: 50px 0;
        -webkit-box-flex: 0;
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: calc(58.275% - 16.66667px);
        max-width: calc(58.275% - 16.66667px);
        width: calc(58.275% - 16.66667px);
    }
    .footer__col--xbig:nth-child(1n) {
        margin-right: 40px;
        margin-left: 0;
    }
    .footer__col--xbig:last-child {
        margin-right: 0;
    }
    .footer__col--xbig:nth-child(2n) {
        margin-right: 0;
        margin-left: auto;
    }
}
@media (min-width: 1220px) {
    .footer__col--xbig {
        padding: 50px 0;
        -webkit-box-flex: 0;
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: calc(74.925% - 10px);
        max-width: calc(74.925% - 10px);
        width: calc(74.925% - 10px);
    }
    .footer__col--xbig:nth-child(1n) {
        margin-right: 40px;
        margin-left: 0;
    }
    .footer__col--xbig:last-child {
        margin-right: 0;
    }
    .footer__col--xbig:nth-child(2n) {
        margin-right: 0;
        margin-left: auto;
    }
}
@media (min-width: 768px) and (max-width: 1219px) {
    .footer__social.footer__social--top {
        display: none;
    }
}
@media (min-width: 1220px) {
    .footer__social.footer__social--top {
        -webkit-box-flex: 1;
        flex-grow: 1;
        -webkit-box-pack: end;
        justify-content: flex-end;
    }
}
.footer__social.footer__social--bottom {
    display: none;
    margin-top: 25px;
}
@media (min-width: 768px) and (max-width: 1219px) {
    .footer__social.footer__social--bottom {
        display: -webkit-box;
        display: flex;
    }
}
.footer__main {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}
@media (max-width: 767px) {
    .footer__main {
        -webkit-box-pack: justify;
        justify-content: space-between;
    }
}
@media (min-width: 1220px) {
    .footer__main {
        padding-right: 75px;
    }
}
.footer__sales {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}
@media (min-width: 1220px) {
    .footer__sales {
        -webkit-box-pack: end;
        justify-content: flex-end;
    }
}
.footer__logo {
    width: 68px;
    height: 22px;
    margin-right: 35px;
}
@media (min-width: 768px) and (max-width: 1219px) {
    .footer__logo {
        width: 76px;
        height: 24px;
        margin-right: 10px;
        margin-bottom: 15px;
    }
}
@media (min-width: 1220px) {
    .footer__logo {
        width: 85px;
        height: 27px;
        margin-right: 10px;
        margin-bottom: 20px;
    }
}
@media (min-width: 88000px) {
    .footer__logo {
        width: 120px;
        height: 38px;
        margin-right: 20px;
        margin-bottom: 27px;
    }
}
.footer__cta {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    text-decoration: none;
    font-weight: 700;
    font-size: 12px;
    line-height: 24px;
}
@media (max-width: 767px) {
    .footer__cta {
        width: 100%;
    }
}
@media (min-width: 768px) and (max-width: 1219px) {
    .footer__cta {
        width: 100%;
    }
}
@media (min-width: 1220px) {
    .footer__cta {
        font-size: 14px;
        line-height: 26px;
    }
}
@media (min-width: 88000px) {
    .footer__cta {
        font-size: 16px;
        line-height: 26px;
    }
}
.footer__cta:hover .btn:before {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.footer__cta .btn {
    width: 50px;
    height: 50px;
    margin-left: 30px;
}
.footer__navs {
    -webkit-box-pack: justify;
    justify-content: space-between;
}
@media (max-width: 767px) {
    .footer__navs {
        position: relative;
        -webkit-box-ordinal-group: 3;
        order: 2;
    }
    .footer__navs:after {
        content: "";
        position: absolute;
        top: 0;
        left: 50%;
        height: 1px;
        background: #252429;
        width: 150vw;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}
@media (min-width: 768px) and (max-width: 1219px) {
    .footer__navs {
        display: -webkit-box;
        display: flex;
        width: 100%;
        max-width: none;
        margin: 0;
        padding-right: 0;
        flex-basis: 100%;
        -webkit-box-align: start;
        align-items: flex-start;
    }
    .footer__navs:nth-child(1n) {
        margin: 0;
    }
}
@media (min-width: 1220px) {
    .footer__navs {
        display: -webkit-box;
        display: flex;
        padding-right: 40px;
    }
}
@media (min-width: 1220px) {
    .footer__nav--sp {
        margin-top: 50px;
    }
}
@media (min-width: 768px) and (max-width: 1219px) {
    .footer__nav--sp {
        -webkit-box-flex: 0;
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: calc(41.625% - 23.33333px);
        max-width: calc(41.625% - 23.33333px);
        width: calc(41.625% - 23.33333px);
        margin-top: 48px;
    }
    .footer__nav--sp:nth-child(1n) {
        margin-right: 40px;
        margin-left: 0;
    }
    .footer__nav--sp:last-child {
        margin-right: 0;
    }
    .footer__nav--sp:nth-child(2n) {
        margin-right: 0;
        margin-left: auto;
    }
}
.footer__newsletter {
    position: relative;
}
@media (max-width: 767px) {
    .footer__newsletter {
        position: relative;
        -webkit-box-ordinal-group: 2;
        order: 1;
    }
    .footer__newsletter:after {
        content: "";
        position: absolute;
        top: 0;
        left: 50%;
        height: 1px;
        background: #252429;
        width: 150vw;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}
@media (min-width: 768px) and (max-width: 1219px) {
    .footer__newsletter {
        position: relative;
        width: 100%;
        max-width: none;
        margin: 0;
        flex-basis: 100%;
        padding-left: 0;
        border-left: 0;
    }
    .footer__newsletter:after {
        content: "";
        position: absolute;
        top: 0;
        left: 50%;
        height: 1px;
        background: #252429;
        width: 150vw;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}
.footer__link {
    display: block;
    background: none;
    color: #fff;
    cursor: pointer;
    font-family: Heebo, Helvetica, Arial, sans-serif;
    font-size: 18px;
    line-height: 45px;
    font-weight: 700;
    text-decoration: none;
    width: 100%;
    padding: 0;
    border: 0;
    outline: none;
}
@media (max-width: 767px) {
    .footer__link {
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        justify-content: space-between;
    }
}
@media (min-width: 1220px) {
    .footer__link {
        font-size: 18px;
        line-height: 46px;
    }
}
@media (min-width: 88000px) {
    .footer__link {
        font-size: 28px;
        line-height: 56px;
    }
}
@media (min-width: 768px) and (max-width: 1219px) {
    .footer__link--main {
        font-size: 18px;
        line-height: 30px;
    }
}
@media (min-width: 1220px) {
    .footer__link--main {
        font-size: 18px;
        line-height: 30px;
    }
}
@media (min-width: 88000px) {
    .footer__link--main {
        font-size: 28px;
        line-height: 30px;
    }
}
@media (min-width: 768px) {
    .footer__link--mobile {
        display: none;
    }
}
@media (max-width: 767px) {
    .footer__link--desktop {
        display: none;
    }
}
.footer__link .icon {
    width: 10px;
    height: 6px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: center;
    transform-origin: center;
    pointer-events: none;
}
.footer__link .icon,
.footer__products {
    -webkit-transition: all 0.45s cubic-bezier(0.6, 0.05, 0.01, 0.99);
    transition: all 0.45s cubic-bezier(0.6, 0.05, 0.01, 0.99);
}
.footer__products {
    opacity: 0;
    max-height: 0;
    padding-bottom: 0;
}
@media (min-width: 768px) {
    .footer__products {
        max-width: 450px;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        justify-content: space-between;
        display: -webkit-box;
        display: flex;
        opacity: 1;
        max-height: none;
    }
}
.footer__category {
    padding-right: 15px;
}
@media (max-width: 767px) {
    .footer__category {
        padding: 25px 0;
        border-bottom: 1px solid #252429;
    }
    .footer__category:first-child {
        border: 0;
        padding: 15px 0 0;
    }
}
@media (min-width: 768px) {
    .footer__category {
        margin-top: 30px;
        width: 50%;
        text-transform: none;
    }
}
.footer__category > a {
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    text-transform: uppercase;
    padding: 0;
    text-decoration: none;
}
@media (min-width: 768px) and (max-width: 1219px) {
    .footer__category > a {
        font-size: 12px;
        line-height: 23px;
    }
}
@media (min-width: 1220px) {
    .footer__category > a {
        font-size: 14px;
        line-height: 26px;
    }
}
@media (min-width: 88000px) {
    .footer__category > a {
        font-size: 16px;
        line-height: 28px;
    }
}
@media (min-width: 768px) {
    .footer__category--all {
        display: none;
    }
}
.footer__sublink {
    display: block;
    text-decoration: none;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    padding: 0;
}
@media (min-width: 768px) and (max-width: 1219px) {
    .footer__sublink {
        font-size: 12px;
        line-height: 23px;
    }
}
@media (min-width: 1220px) {
    .footer__sublink {
        font-size: 14px;
        line-height: 26px;
    }
}
@media (min-width: 88000px) {
    .footer__sublink {
        font-size: 16px;
        line-height: 28px;
    }
}
.footer__all {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    text-decoration: none;
    font-size: 16px;
    line-height: 22px;
    margin-left: -30px;
    margin-right: -30px;
    width: calc(100% + 60px);
    padding: 25px 30px !important;
    background: #e96b4c;
    color: #fff;
}
.footer__all .btn {
    margin-left: 65px;
}
@media (min-width: 768px) {
    .footer__all {
        display: none;
    }
}
@media (max-width: 767px) {
    .footer__li.footer__li--active .footer__link .icon {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    .footer__li.footer__li--active .footer__products {
        opacity: 1;
        max-height: 1000px;
        padding-bottom: 15px;
    }
}
@media (min-width: 768px) and (max-width: 1219px) {
    .newsletter {
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        justify-content: space-between;
    }
}
.newsletter__col {
    width: 100%;
    flex-shrink: 1;
}
.newsletter__title {
    font-size: 12px;
    line-height: 26px;
    margin-bottom: 5px;
    font-weight: 400;
}
@media (min-width: 768px) and (max-width: 1219px) {
    .newsletter__title {
        margin-bottom: 2px;
    }
}
@media (min-width: 1220px) {
    .newsletter__title {
        font-size: 14px;
        margin-bottom: 25px;
    }
}
@media (min-width: 88000px) {
    .newsletter__title {
        font-size: 16px;
        line-height: 26px;
    }
}
.newsletter__text {
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    margin-bottom: 35px;
}
@media (min-width: 768px) and (max-width: 1219px) {
    .newsletter__text {
        font-size: 20px;
        line-height: 35px;
        margin-bottom: 0;
    }
}
@media (min-width: 1220px) {
    .newsletter__text {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 25px;
    }
}
@media (min-width: 88000px) {
    .newsletter__text {
        font-size: 46px;
        line-height: 53px;
    }
}
.newsletter__group {
    position: relative;
    width: 100%;
}
.newsletter__input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 12px 48px 12px 20px;
    color: #fff;
    background: none;
    border: 1px solid #252429;
    outline: none;
    box-shadow: none;
    font-size: 12px;
    line-height: 26px;
    font-weight: 700;
    width: 100%;
}
.newsletter__input::-webkit-input-placeholder {
    color: #fff;
    opacity: 1;
}
.newsletter__input::-moz-placeholder {
    color: #fff;
    opacity: 1;
}
.newsletter__input::-ms-input-placeholder {
    opacity: 1;
}
.newsletter__input::placeholder {
    color: #fff;
    opacity: 1;
}
.newsletter__input:-ms-input-placeholder {
    color: #fff;
}
.newsletter__input::-ms-input-placeholder {
    color: #fff;
}
.newsletter__input:-webkit-autofill,
.newsletter__input:-webkit-autofill:active,
.newsletter__input:-webkit-autofill:focus,
.newsletter__input:-webkit-autofill:hover {
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
    box-shadow: inset 0 0 0 50px #19191b !important;
}
@media (min-width: 768px) and (max-width: 1219px) {
    .newsletter__input {
        padding: 20px 48px 20px 20px;
    }
}
@media (min-width: 1220px) {
    .newsletter__input {
        font-size: 14px;
        padding: 20px 48px 20px 20px;
    }
}
.newsletter__submit {
    outline: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 48px;
    height: 100%;
    box-shadow: none;
    border: 0;
    background: none;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}
.newsletter__submit svg {
    width: 8px;
    height: 13px;
}
.footer__bottom {
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
}
.footer__bottom > * {
    padding: 30px 0;
}
@media (min-width: 768px) and (max-width: 1219px) {
    .footer__bottom > * {
        padding: 50px 0;
    }
}
@media (min-width: 1220px) {
    .footer__bottom > * {
        padding: 62px 0;
    }
}
.footer__copyright {
    font-size: 12px;
    line-height: 24px;
}
@media (max-width: 1219px) {
    .footer__copyright {
        position: relative;
        -webkit-box-ordinal-group: 3;
        order: 2;
        width: 100%;
    }
    .footer__copyright:after {
        content: "";
        position: absolute;
        top: 0;
        left: 50%;
        height: 1px;
        background: #252429;
        width: 150vw;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}
@media (min-width: 1220px) {
    .footer__copyright {
        font-size: 14px;
        line-height: 26px;
    }
}
@media (min-width: 88000px) {
    .footer__copyright {
        font-size: 16px;
        line-height: 26px;
    }
}
@media (max-width: 1219px) {
    .footer__third {
        -webkit-box-ordinal-group: 2;
        order: 1;
        width: 100%;
    }
}
@media (min-width: 768px) and (max-width: 1219px) {
    .footer__third ul {
        display: -webkit-box;
        display: flex;
        width: 100%;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        justify-content: space-between;
    }
}
.footer__third li:last-child a {
    margin-bottom: 0;
}
@media (min-width: 768px) {
    .footer__third li {
        display: inline-block;
        margin-right: 50px;
    }
    .footer__third li:last-child {
        margin-right: 0;
    }
}
.footer__third a {
    text-decoration: none;
    font-size: 12px;
    line-height: 24px;
    margin-bottom: 5px;
    padding: 0;
}
@media (min-width: 768px) and (max-width: 1219px) {
    .footer__third a {
        margin: 0;
    }
}
@media (min-width: 1220px) {
    .footer__third a {
        font-size: 14px;
        line-height: 26px;
        margin: 0;
    }
}
@media (min-width: 88000px) {
    .footer__third a {
        font-size: 16px;
        line-height: 26px;
        margin: 0;
    }
}
@media (max-width: 767px) {
    .form__row > .col .form__group {
        margin-bottom: 25px;
    }
}
@media (min-width: 768px) {
    .form__row {
        margin-bottom: 25px;
    }
    .form__row:last-child {
        margin-bottom: 0;
    }
}
.form__cond {
    position: relative;
}
.form__collapse {
    display: none;
}
.form__group {
    position: relative;
    margin-bottom: 25px;
    -webkit-transition: all 0.45s cubic-bezier(0.6, 0.05, 0.01, 0.99);
    transition: all 0.45s cubic-bezier(0.6, 0.05, 0.01, 0.99);
}
.form__group:last-child {
    margin-bottom: 0;
}
.form__group--error .form__input {
    border-color: #cb2e25;
}
.form__group--error .form__tip {
    color: #cb2e25;
}
.form__group--icon .form__input {
    padding-right: 55px;
}
.form__group--smaller {
    margin-bottom: 15px;
}
.form__label,
.form__title {
    display: block;
    color: #fff;
    font-size: 0.75rem;
    line-height: 1.063rem;
    margin-bottom: 8px;
}
.form__input,
.form__label,
.form__title {
    font-family: Heebo, Helvetica, Arial, sans-serif;
    width: 100%;
}
.form__input {
    color: #19191b;
    border-radius: 4px;
    border: 1px solid #3c3333;
    background: #fff;
    font-size: 0.813rem;
    line-height: 1.125rem;
    padding: 10px 15px;
    min-width: 100%;
    max-width: 100%;
    outline: none;
    box-shadow: none;
    -webkit-appearance: none;
    -webkit-transition: all 0.45s cubic-bezier(0.6, 0.05, 0.01, 0.99);
    transition: all 0.45s cubic-bezier(0.6, 0.05, 0.01, 0.99);
}
.form__input--cheated {
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    height: 0;
    padding: 0;
    border: 0;
    position: absolute;
    left: -9999px;
}
.form__input--cheated + .form__error {
    margin-top: 0;
}
textarea.form__input {
    min-height: 200px;
}
.form__options {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
}
.form__option {
    margin-right: 40px;
}
.form__option:last-child {
    margin-right: 0;
}
.form__tip {
    position: absolute;
    right: 10px;
    color: #19191b;
    font-weight: 700;
    font-size: 0.813rem;
    line-height: 40px;
}
.form__icon {
    position: absolute;
    right: 20px;
    top: 11px;
    fill: #3c3333;
}
.form__group--checkbox > .form__input {
    float: left;
    position: absolute;
    left: -9999px;
}
.form__group--checkbox > .form__label {
    color: #19191b;
    position: relative;
    display: block;
    top: 0;
    left: 0;
    cursor: pointer;
    pointer-events: all;
    padding: 0 0 0 30px;
    font-size: 13px;
    line-height: 24px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.form__group--checkbox > .form__label:after,
.form__group--checkbox > .form__label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    -webkit-transition: all 0.45s cubic-bezier(0.6, 0.05, 0.01, 0.99);
    transition: all 0.45s cubic-bezier(0.6, 0.05, 0.01, 0.99);
}
.form__group--checkbox > .form__label:before {
    background: transparent;
    width: 18px;
    height: 18px;
    border: 1px solid #95989a;
    border-radius: 4px;
}
.form__group--checkbox > .form__label:after {
    width: 18px;
    height: 18px;
    background: url(/static/images/svg/checkbox.svg) no-repeat 50%;
    background-size: 9px 7px;
}
.form__group--checkbox > .form__label a {
    color: #19191b;
}
.form__group--checkbox > .form__label svg {
    vertical-align: middle;
    margin-right: 5px;
}
.form__group--checkbox > .form__input:not(:checked) + .form__label:after {
    opacity: 0;
}
.form__group--checkbox > .form__input:checked + .form__label:before {
    border-color: #19191b;
    background: #19191b;
}
.form__group--checkbox > .form__input:checked + .form__label:after {
    opacity: 1;
}
.form__group--radio > .form__input,
.form__group--radio > .form__options .form__input {
    float: left;
    position: absolute;
    left: -9999px;
}
.form__group--radio > .form__label,
.form__group--radio > .form__options .form__label {
    color: #19191b;
    position: relative;
    display: block;
    top: 0;
    left: 0;
    cursor: pointer;
    pointer-events: all;
    padding: 0 0 0 25px;
    font-size: 13px;
    line-height: 18px;
    font-style: normal;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.form__group--radio > .form__label:after,
.form__group--radio > .form__label:before,
.form__group--radio > .form__options .form__label:after,
.form__group--radio > .form__options .form__label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 1px;
    -webkit-transition: all 0.45s cubic-bezier(0.6, 0.05, 0.01, 0.99);
    transition: all 0.45s cubic-bezier(0.6, 0.05, 0.01, 0.99);
}
.form__group--radio > .form__label:before,
.form__group--radio > .form__options .form__label:before {
    width: 15px;
    height: 15px;
    border: 1px solid #95989a;
    border-radius: 50%;
}
.form__group--radio > .form__label:after,
.form__group--radio > .form__options .form__label:after {
    width: 11px;
    height: 11px;
    top: 3px;
    left: 2px;
    border-radius: 50%;
    background: #19191b;
}
.form__group--radio > .form__label--center:after,
.form__group--radio > .form__label--center:before,
.form__group--radio > .form__options .form__label--center:after,
.form__group--radio > .form__options .form__label--center:before {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.form__group--radio > .form__input:not(:checked) + .form__label:after,
.form__group--radio > .form__options .form__input:not(:checked) + .form__label:after {
    opacity: 0;
}
.form__group--radio > .form__input:checked + .form__label:before,
.form__group--radio > .form__options .form__input:checked + .form__label:before {
    border-color: #19191b;
}
.form__group--radio > .form__input:checked + .form__label:after,
.form__group--radio > .form__options .form__input:checked + .form__label:after {
    opacity: 1;
}
.form__group--radio-btn {
    margin-bottom: 10px;
}
.form__group--radio-btn > .form__input {
    float: left;
    position: absolute;
    left: -9999px;
}
.form__group--radio-btn > .form__label {
    position: relative;
    display: block;
    text-align: center;
    width: 100%;
    font-family: Heebo, Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 1.438rem;
    text-transform: none;
    text-decoration: none;
    color: #19191b;
    background: none;
    border-radius: 3px;
    border: 1px solid #d5d5d5;
    padding: 10px 20px;
    -webkit-transition: all 0.45s cubic-bezier(0.6, 0.05, 0.01, 0.99);
    transition: all 0.45s cubic-bezier(0.6, 0.05, 0.01, 0.99);
    outline: none;
    opacity: 1;
    cursor: pointer;
}
@media (min-width: 1220px) {
    .form__group--radio-btn > .form__label {
        font-size: 0.938rem;
        line-height: 1.25rem;
        padding: 12px 25px;
    }
}
.form__group--radio-btn > .form__input:not(:checked) + .form__label {
    color: #19191b;
    border-color: #d5d5d5;
    background: none;
}
.form__group--radio-btn > .form__input:checked + .form__label,
.form__group--radio-btn > .form__input:not(:checked) + .form__label:hover {
    color: #fff;
    border-color: #19191b;
    background: #19191b;
}
.form__group--radio-btn.form__group--disabled > .form__label {
    cursor: not-allowed;
    opacity: 0.4;
}
.form__group--radio-btn.form__group--disabled > .form__input:not(:checked) + .form__label:hover {
    color: #19191b;
    border-color: #d5d5d5;
    background: none;
}
.form__group--radio-btn2 > .form__input {
    float: left;
    position: absolute;
    left: -9999px;
}
.form__group--radio-btn2 > .form__label {
    position: relative;
    display: block;
    text-align: left;
    width: 100%;
    font-family: Heebo, Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 0.938rem;
    line-height: 1.2;
    text-transform: none;
    text-decoration: none;
    color: #19191b;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #d5d5d5;
    padding: 12px 40px 12px 60px;
    margin: 0;
    -webkit-transition: all 0.45s cubic-bezier(0.6, 0.05, 0.01, 0.99);
    transition: all 0.45s cubic-bezier(0.6, 0.05, 0.01, 0.99);
    outline: none;
    opacity: 1;
    cursor: pointer;
}
.form__group--radio-btn2 > .form__label em {
    font-weight: 700;
    line-height: 1.4;
}
.form__group--radio-btn2 > .form__label strong {
    font-family: Heebo, Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.4;
}
.form__group--radio-btn2 > .form__label:after,
.form__group--radio-btn2 > .form__label:before {
    content: "";
    position: absolute;
    left: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.45s cubic-bezier(0.6, 0.05, 0.01, 0.99);
    transition: all 0.45s cubic-bezier(0.6, 0.05, 0.01, 0.99);
    box-sizing: content-box;
}
.form__group--radio-btn2 > .form__label:before {
    width: 16px;
    height: 16px;
    border: 2px solid #95989a;
    border-radius: 50%;
}
.form__group--radio-btn2 > .form__label:after {
    width: 10px;
    height: 10px;
    top: 50%;
    left: 25px;
    border-radius: 50%;
    background: #19191b;
}
@media (min-width: 1220px) {
    .form__group--radio-btn2 > .form__label {
        padding: 16px 40px 16px 60px;
    }
}
.form__group--radio-btn2 > .form__input:not(:checked) + .form__label {
    color: #19191b;
    background: #fff;
    border-color: #d5d5d5;
}
.form__group--radio-btn2 > .form__input:checked + .form__label,
.form__group--radio-btn2 > .form__input:not(:checked) + .form__label:hover {
    color: #19191b;
    border-color: #19191b;
    background: #fff;
}
.form__group--radio-btn2 > .form__input:not(:checked) + .form__label:after,
.form__group--radio-btn2 > .form__options .form__input:not(:checked) + .form__label:after {
    opacity: 0;
}
.form__group--radio-btn2 > .form__input:checked + .form__label:before,
.form__group--radio-btn2 > .form__options .form__input:checked + .form__label:before {
    border-color: #19191b;
}
.form__group--radio-btn2 > .form__input:checked + .form__label:after,
.form__group--radio-btn2 > .form__options .form__input:checked + .form__label:after {
    opacity: 1;
}
.form__group--radio-btn2.form__group--disabled > .form__label {
    cursor: not-allowed;
    opacity: 0.4;
}
.form__group--radio-btn2.form__group--disabled > .form__input:not(:checked) + .form__label:hover {
    color: #19191b;
    border-color: #d5d5d5;
    background: none;
}
.form__group--select {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: end;
    justify-content: flex-end;
}
.form__group--select .form__label {
    margin-right: 20px;
    margin-bottom: 0;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
}
.form__group--select .form__input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    color: #fff;
    padding: 10px 25px 10px 15px;
    border: 1px solid #efefef;
    width: 100%;
    outline: none;
    background-color: #252429;
    background-image: url(../images/svg/custom-select-w.svg);
    background-size: 9px 18px;
    background-position: right 10px center;
    background-repeat: no-repeat;
}
.form__group--select .form__input::-ms-expand {
    display: none;
}
.form__group--select.form__group--error .form__input {
    border-color: #cb2e25;
}
.form__error {
    color: #cb2e25;
}
.form__error,
.form__success {
    display: block;
    font-family: Heebo, Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 1.063rem;
    margin-top: 5px;
    -webkit-transition: all 0.45s cubic-bezier(0.6, 0.05, 0.01, 0.99);
    transition: all 0.45s cubic-bezier(0.6, 0.05, 0.01, 0.99);
}
.form__success {
    color: #5cb85c;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #3c3333;
}
.select2-container--default .select2-selection--multiple {
    border-color: #3c3333;
    min-height: 64px;
    padding-bottom: 12px;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    padding: 0 20px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    margin-right: 15px;
    margin-top: 13px;
    border: 0;
    background: #252429;
    padding: 11px;
    color: #19191b;
    font-family: Heebo, Helvetica, Arial, sans-serif;
    font-size: 0.813rem;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    margin-right: 10px;
    font-size: 15px;
    color: #19191b;
}
.select2-container .select2-search--inline .select2-search__field {
    margin-top: 13px;
    font-size: 0.813rem;
    height: 37px;
    color: #19191b;
    font-family: Heebo, Helvetica, Arial, sans-serif;
}
.header {
    position: relative;
    padding: 25px 0;
    z-index: 100;
}
@media (min-width: 768px) and (max-width: 1219px) {
    .header {
        padding: 45px 0;
    }
}
@media (min-width: 1220px) {
    .header {
        padding: 50px 0;
    }
}
.header--abs {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.header--bg {
    background: #252429;
}
.header--bg:after {
    display: none;
}
.header:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#19191b), to(rgba(25, 25, 27, 0)));
    background: linear-gradient(180deg, #19191b 0, rgba(25, 25, 27, 0));
    opacity: 0.8;
    z-index: -2;
}
.header__row {
    position: relative;
    -webkit-box-pack: justify;
    justify-content: space-between;
}
.header__menu,
.header__row {
    -webkit-box-align: center;
    align-items: center;
}
.header__menu {
    display: none;
    width: 100%;
    -webkit-box-pack: end;
    justify-content: flex-end;
}
@media (min-width: 1220px) {
    .header__menu {
        display: -webkit-box;
        display: flex;
    }
}
.header__logo {
    position: relative;
    margin-right: 40px;
    margin-bottom: 6px;
    z-index: 1;
}
@media (min-width: 1220px) {
    .header__toggle {
        display: none;
    }
}
.header__nav {
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
}
@media (min-width: 1220px) {
    .header__nav {
        width: auto;
    }
}
.header__ul {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    flex-wrap: wrap;
}
@media (min-width: 1220px) {
    .header__ul {
        flex-wrap: nowrap;
    }
}
.header__li {
    display: inline-block;
    width: 100%;
}
@media (min-width: 1220px) {
    .header__li {
        margin-right: 40px;
        width: auto;
    }
}
@media (min-width: 88000px) {
    .header__li {
        margin-right: 45px;
    }
}
.header__li:last-child {
    margin-right: 0;
}
.header__li--hide {
    display: none;
}
@media (min-width: 1220px) {
    .header__li--hide {
        display: inline-block;
    }
}
.header__li--unhide {
    display: inline-block;
}
@media (min-width: 1220px) {
    .header__li--unhide {
        display: none;
    }
}
.header__li--wrapper,
.header__link {
    display: -webkit-box;
    display: flex;
}
.header__link {
    cursor: pointer;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    color: #fff;
    background: none;
    font-family: Heebo, Helvetica, Arial, sans-serif;
    font-size: 25px;
    line-height: 50px;
    font-weight: 700;
    text-decoration: none;
    border: 0;
    outline: none;
    padding: 0 30px;
    white-space: nowrap;
}
@media (min-width: 768px) and (max-width: 1219px) {
    .header__link {
        padding: 0 60px;
    }
}
@media (min-width: 1220px) {
    .header__link {
        display: inline-block;
        width: auto;
        font-size: 14px;
        line-height: 26px;
        font-weight: 400;
        padding: 0;
    }
}
@media (min-width: 88000px) {
    .header__link {
        font-size: 16px;
        line-height: 26px;
    }
}
.header__link--uppercase {
    text-transform: uppercase;
}
.header__link--logo {
    padding: 0;
}
.header__link--logo svg {
    width: 151px;
    height: 30px;
    margin-bottom: 12px;
}
.header__link--sub {
    pointer-events: auto;
    z-index: 1;
    width: auto;
}
.header__link .icon {
    margin-left: 10px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transition: all 0.45s cubic-bezier(0.6, 0.05, 0.01, 0.99);
    transition: all 0.45s cubic-bezier(0.6, 0.05, 0.01, 0.99);
    pointer-events: none;
}
.header__link .icon,
.header__link .icon svg {
    display: inline-block;
    width: 12px;
    height: 7px;
}
@media (min-width: 1220px) {
    .submenu {
        display: -webkit-box;
        display: flex;
        -webkit-box-align: stretch;
        align-items: stretch;
        background: #19191b;
        width: 100%;
        height: 100vh;
        pointer-events: none;
        overflow: hidden;
    }
    .submenu,
    .submenu__close {
        position: fixed;
        top: 0;
        left: 0;
    }
    .submenu__close {
        cursor: pointer;
        display: none;
        right: 0;
        bottom: 0;
        z-index: -1;
        pointer-events: all;
    }
    .submenu__col {
        position: relative;
    }
    .submenu__col:first-child {
        /*width: 60%;*/
        width: 50%;
    }
    .submenu__col:last-child {
        /*width: 40%;*/
        width: 50%;
    }
    .submenu__categories {
        display: -webkit-box;
        display: flex;
        -webkit-box-align: stretch;
        align-items: stretch;
    }
    .submenu__category {
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-pack: center;
        justify-content: center;
        position: relative;
        /*width: 33.33%;*/
        width: 50%;
        height: 100%;
        padding: 40px;
        font-size: 25px;
        line-height: 32px;
        font-weight: 700;
        overflow: hidden;
    }
    .submenu__category:after {
        content: "";
        position: absolute;
        right: 0;
        bottom: 0;
        height: 200%;
        width: 2px;
        background: #242427;
    }
    .submenu__category a {
        text-decoration: none;
        -webkit-transition: all 0.45s cubic-bezier(0.6, 0.05, 0.01, 0.99) 50ms;
        transition: all 0.45s cubic-bezier(0.6, 0.05, 0.01, 0.99) 50ms;
    }
    .submenu__img {
        width: 100%;
        min-width: 0;
        margin-bottom: 60px;
        -webkit-box-flex: 0;
        flex-grow: 0;
        flex-shrink: 0;
    }
    .submenu__bottom {
        flex-basis: 20%;
    }
    .submenu__product {
        font-size: 14px;
        line-height: 26px;
        text-decoration: none;
        pointer-events: all;
    }
    .submenu__blocks {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-pack: stretch;
        justify-content: stretch;
        -webkit-box-align: start;
        align-items: flex-start;
    }
    .submenu__block,
    .submenu__blocks {
        display: -webkit-box;
        display: flex;
        overflow: hidden;
    }
    .submenu__block {
        position: relative;
        height: 100%;
        width: 100%;
        -webkit-box-align: end;
        align-items: flex-end;
        -webkit-box-pack: end;
        justify-content: flex-end;
        font-size: 14px;
        line-height: 21px;
        font-weight: 700;
        text-decoration: none;
    }
    .submenu__block:hover .btn:after {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 1;
    }
    .submenu__content {
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        justify-content: space-between;
        padding: 30px;
    }
    .submenu__anim {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }
    .submenu__bg {
        top: 0;
        z-index: -1;
    }
    .submenu__bg,
    .submenu__bg:after {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
    }
    .submenu__bg:after {
        content: "";
        z-index: 1;
        opacity: 0.6;
        height: 255px;
        background: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 93.3%, 0)), to(#242427));
        background: linear-gradient(180deg, hsla(0, 0%, 93.3%, 0) 0, #242427);
    }
    .submenu .category_name {
        font-size: 20px;
        line-height: 22x;
    }
    .submenu .btn.btn--round {
        margin-left: 20px;
    }
}
@media (min-width: 1220px) {
    .submenu {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: left;
        transform-origin: left;
        -webkit-transition: all 0.65s cubic-bezier(0.98, 0.01, 0, 1) 0.45s;
        transition: all 0.65s cubic-bezier(0.98, 0.01, 0, 1) 0.45s;
    }
    .submenu__category {
        opacity: 0;
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
        -webkit-transition: opacity 0.65s cubic-bezier(0.6, 0.05, 0.01, 0.99), -webkit-transform 0.45s cubic-bezier(0.6, 0.05, 0.01, 0.99);
        transition: opacity 0.65s cubic-bezier(0.6, 0.05, 0.01, 0.99), -webkit-transform 0.45s cubic-bezier(0.6, 0.05, 0.01, 0.99);
        transition: transform 0.45s cubic-bezier(0.6, 0.05, 0.01, 0.99), opacity 0.65s cubic-bezier(0.6, 0.05, 0.01, 0.99);
        transition: transform 0.45s cubic-bezier(0.6, 0.05, 0.01, 0.99), opacity 0.65s cubic-bezier(0.6, 0.05, 0.01, 0.99), -webkit-transform 0.45s cubic-bezier(0.6, 0.05, 0.01, 0.99);
    }
    .submenu__anim {
        -webkit-transform: translateY(25%);
        transform: translateY(25%);
        opacity: 0;
        -webkit-transition: opacity 0.35s cubic-bezier(0.6, 0.05, 0.01, 0.99), -webkit-transform 0.65s cubic-bezier(0.6, 0.05, 0.01, 0.99);
        transition: opacity 0.35s cubic-bezier(0.6, 0.05, 0.01, 0.99), -webkit-transform 0.65s cubic-bezier(0.6, 0.05, 0.01, 0.99);
        transition: transform 0.65s cubic-bezier(0.6, 0.05, 0.01, 0.99), opacity 0.35s cubic-bezier(0.6, 0.05, 0.01, 0.99);
        transition: transform 0.65s cubic-bezier(0.6, 0.05, 0.01, 0.99), opacity 0.35s cubic-bezier(0.6, 0.05, 0.01, 0.99), -webkit-transform 0.65s cubic-bezier(0.6, 0.05, 0.01, 0.99);
    }
    .submenu__content {
        opacity: 0;
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
        -webkit-transition: opacity 0.65s cubic-bezier(0.6, 0.05, 0.01, 0.99), -webkit-transform 0.45s cubic-bezier(0.6, 0.05, 0.01, 0.99);
        transition: opacity 0.65s cubic-bezier(0.6, 0.05, 0.01, 0.99), -webkit-transform 0.45s cubic-bezier(0.6, 0.05, 0.01, 0.99);
        transition: transform 0.45s cubic-bezier(0.6, 0.05, 0.01, 0.99), opacity 0.65s cubic-bezier(0.6, 0.05, 0.01, 0.99);
        transition: transform 0.45s cubic-bezier(0.6, 0.05, 0.01, 0.99), opacity 0.65s cubic-bezier(0.6, 0.05, 0.01, 0.99), -webkit-transform 0.45s cubic-bezier(0.6, 0.05, 0.01, 0.99);
    }
}
@media (min-width: 1220px) {
    .header__li--active .header__link > .icon {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    .header__li--active > .btn--opacity {
        opacity: 1;
    }
    .header__li--active > .btn--opacity:after {
        opacity: 1;
        width: 15px;
    }
    .header__li--active .submenu {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        pointer-events: all;
        -webkit-transition: all 1.1s cubic-bezier(0.98, 0.01, 0, 1) 0.5s;
        transition: all 1.1s cubic-bezier(0.98, 0.01, 0, 1) 0.5s;
    }
    .header__li--active .submenu__close {
        display: block;
    }
    .header__li--active .submenu__category {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
    .header__li--active .submenu__category:first-child {
        -webkit-transition-delay: 1.25s;
        transition-delay: 1.25s;
    }
    .header__li--active .submenu__category:nth-child(2) {
        -webkit-transition-delay: 1.4s;
        transition-delay: 1.4s;
    }
    .header__li--active .submenu__category:nth-child(3) {
        -webkit-transition-delay: 1.55s;
        transition-delay: 1.55s;
    }
    .header__li--active .submenu__category:nth-child(4) {
        -webkit-transition-delay: 1.7s;
        transition-delay: 1.7s;
    }
    .header__li--active .submenu__anim {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
        -webkit-transition: opacity 0.65s cubic-bezier(0.6, 0.05, 0.01, 0.99) 1.85s, -webkit-transform 0.65s cubic-bezier(0.6, 0.05, 0.01, 0.99) 1.85s;
        transition: opacity 0.65s cubic-bezier(0.6, 0.05, 0.01, 0.99) 1.85s, -webkit-transform 0.65s cubic-bezier(0.6, 0.05, 0.01, 0.99) 1.85s;
        transition: transform 0.65s cubic-bezier(0.6, 0.05, 0.01, 0.99) 1.85s, opacity 0.65s cubic-bezier(0.6, 0.05, 0.01, 0.99) 1.85s;
        transition: transform 0.65s cubic-bezier(0.6, 0.05, 0.01, 0.99) 1.85s, opacity 0.65s cubic-bezier(0.6, 0.05, 0.01, 0.99) 1.85s, -webkit-transform 0.65s cubic-bezier(0.6, 0.05, 0.01, 0.99) 1.85s;
    }
    .header__li--active .submenu__content {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
        -webkit-transition-delay: 2.5s;
        transition-delay: 2.5s;
    }
}
.hamburger {
    padding: 1px 0;
    display: inline-block;
    cursor: pointer;
    -webkit-transition-property: opacity, -webkit-filter;
    transition-property: opacity, -webkit-filter;
    transition-property: opacity, filter;
    transition-property: opacity, filter, -webkit-filter;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    outline: none;
    overflow: visible;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner:after,
.hamburger.is-active .hamburger-inner:before {
    background-color: #fff;
}
.hamburger.is-active .hamburger-inner {
    -webkit-transform: translate3d(0, 9px, 0) rotate(45deg);
    transform: translate3d(0, 9px, 0) rotate(45deg);
}
.hamburger.is-active .hamburger-inner:before {
    -webkit-transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
    transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
    opacity: 0;
}
.hamburger.is-active .hamburger-inner:after {
    -webkit-transform: translate3d(0, -14px, 0) rotate(-90deg);
    transform: translate3d(0, -14px, 0) rotate(-90deg);
}
.hamburger-box {
    width: 25px;
    height: 16px;
    display: inline-block;
    position: relative;
}
.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
    top: 2px;
}
.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
    width: 25px;
    height: 1.5px;
    background-color: #fff;
    border-radius: 0;
    position: absolute;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}
.hamburger-inner:after,
.hamburger-inner:before {
    content: "";
    display: block;
}
.hamburger-inner:before {
    top: 7px;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
}
.hamburger-inner:after {
    top: 14px;
    bottom: -10px;
}
@media (max-width: 1219px) {
    .header__menu {
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        align-items: flex-start;
        position: fixed;
        top: calc(var(--vh, 1vh) * -100);
        left: 0;
        background: #252429;
        height: calc(var(--vh, 1vh) * 100);
        overflow: auto;
        -webkit-transition: all 0.45s cubic-bezier(0.6, 0.05, 0.01, 0.99);
        transition: all 0.45s cubic-bezier(0.6, 0.05, 0.01, 0.99);
        z-index: -1;
        padding: 85px 0 25px;
    }
}
@media (min-width: 768px) and (max-width: 1219px) {
    .header__menu {
        padding-top: 120px;
    }
}
@media (max-width: 1219px) {
    .header__nav:last-child {
        position: relative;
        padding-top: 25px;
        margin-top: 25px;
    }
    .header__nav:last-child:before {
        content: "";
        position: absolute;
        top: 0;
        left: 30px;
        right: 30px;
        height: 1px;
        background: #3c3333;
    }
    .header__nav:last-child .header__link {
        font-size: 14px;
        font-weight: 400;
    }
}
@media (max-width: 1219px) {
    .header.is-active .header__menu {
        top: 0;
    }
}
@media (max-width: 1219px) {
    .submenu {
        overflow: hidden;
        opacity: 0;
        max-height: 0;
        -webkit-transition: all 0.45s cubic-bezier(0.6, 0.05, 0.01, 0.99);
        transition: all 0.45s cubic-bezier(0.6, 0.05, 0.01, 0.99);
        padding: 0 30px;
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        width: 100%;
    }
}
@media (max-width: 1219px) and (min-width: 768px) and (max-width: 1219px) {
    .submenu {
        padding: 0 60px;
    }
}
@media (max-width: 1219px) {
    .submenu__blocks {
        -webkit-box-ordinal-group: 2;
        order: 1;
    }
    .submenu__categories {
        -webkit-box-ordinal-group: 3;
        order: 2;
    }
    .submenu__category {
        padding: 25px 0;
        font-size: 16px;
        line-height: 26px;
        font-weight: 700;
        text-transform: uppercase;
        border-bottom: 1px solid #3c3333;
    }
    .submenu__category:last-child {
        margin-bottom: 10px;
    }
    .submenu__bottom > a {
        text-decoration: none;
        font-size: 16px;
        line-height: 26px;
        font-weight: 700;
    }
    .submenu__ghost,
    .submenu__img {
        display: none;
    }
    .submenu__product {
        font-size: 16px;
        line-height: 26px;
        font-weight: 400;
        text-transform: none;
        text-decoration: none;
    }
    .submenu__block {
        text-decoration: none;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .submenu__content {
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        justify-content: space-between;
        text-decoration: none;
        font-size: 16px;
        line-height: 22px;
        font-weight: 700;
        margin: 0 -30px;
        background: #e96b4c;
        width: calc(100% + 60px);
        padding: 25px 30px;
    }
}
@media (max-width: 1219px) and (min-width: 768px) and (max-width: 1219px) {
    .submenu__content {
        margin: 0 -60px;
        padding: 25px 60px;
        width: calc(100% + 120px);
    }
}
@media (max-width: 1219px) {
    .submenu__content .btn {
        margin-left: 65px;
    }
    .submenu__content .btn:after {
        background: none;
        border: 1px solid #fff;
    }
}
@media (max-width: 1219px) {
    .header__li--active .submenu {
        opacity: 1;
        max-height: 1000px;
        padding-top: 15px;
    }
    .header__li--active .header__link > .icon {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}
.loader {
    position: fixed;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #18181b;
    opacity: 1;
    z-index: 1000;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all 0.5s cubic-bezier(0.6, 0.05, 0.01, 0.99) 1s;
    transition: all 0.5s cubic-bezier(0.6, 0.05, 0.01, 0.99) 1s;
}
.loader--active {
    -webkit-transition: all 0.5s cubic-bezier(0.6, 0.05, 0.01, 0.99);
    transition: all 0.5s cubic-bezier(0.6, 0.05, 0.01, 0.99);
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.loader .main-loader-anim,
.loader .page-loader-anim {
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    text-align: center;
    opacity: 1;
}
@media (max-width: 1219px) {
    .loader svg {
        -webkit-transform: scale(3) !important;
        transform: scale(3) !important;
    }
}
.page {
    -webkit-transition: -webkit-filter 0.9s cubic-bezier(0.6, 0.05, 0.01, 0.99) 1s;
    transition: -webkit-filter 0.9s cubic-bezier(0.6, 0.05, 0.01, 0.99) 1s;
    transition: filter 0.9s cubic-bezier(0.6, 0.05, 0.01, 0.99) 1s;
    transition: filter 0.9s cubic-bezier(0.6, 0.05, 0.01, 0.99) 1s, -webkit-filter 0.9s cubic-bezier(0.6, 0.05, 0.01, 0.99) 1s;
}
.page--blur {
    -webkit-filter: blur(10px);
    filter: blur(10px);
    -webkit-transition: -webkit-filter 0.9s cubic-bezier(0.6, 0.05, 0.01, 0.99);
    transition: -webkit-filter 0.9s cubic-bezier(0.6, 0.05, 0.01, 0.99);
    transition: filter 0.9s cubic-bezier(0.6, 0.05, 0.01, 0.99);
    transition: filter 0.9s cubic-bezier(0.6, 0.05, 0.01, 0.99), -webkit-filter 0.9s cubic-bezier(0.6, 0.05, 0.01, 0.99);
}
.container {
    width: 100%;
    padding: 0 25px;
    margin: 0 auto;
}
@media (min-width: 768px) and (max-width: 1219px) {
    .container {
        padding: 0 60px;
    }
}
@media (min-width: 1220px) {
    .container {
        padding: 0 80px;
    }
}
.row {
    display: -webkit-box;
    display: flex;
}
.row--wrap {
    flex-wrap: wrap;
}
.row--spaceb {
    -webkit-box-pack: justify;
    justify-content: space-between;
}
.row--center {
    -webkit-box-pack: center;
    justify-content: center;
}
.row--astart {
    -webkit-box-align: start;
    align-items: flex-start;
}
.row--acenter {
    -webkit-box-align: center;
    align-items: center;
}
.wysiwyg ul {
    padding: 0;
    list-style-type: none;
}
.wysiwyg ul li {
    position: relative;
    padding-left: 15px;
}
@media (min-width: 1220px) {
    .wysiwyg ul li {
        padding-left: 20px;
    }
}
@media (min-width: 88000px) {
    .wysiwyg ul li {
        padding-left: 25px;
    }
}
.wysiwyg ul li:before {
    content: "";
    display: block;
    position: absolute;
    top: 9px;
    left: 0;
    width: 8px;
    height: 6px;
    background: url(/svg/ul.svg) 50% no-repeat;
}
.wysiwyg ol,
.wysiwyg ul {
    color: #fff;
    font-size: 12px;
    line-height: 24px;
    font-weight: 400;
}
@media (min-width: 1220px) {
    .wysiwyg ol,
    .wysiwyg ul {
        font-size: 14px;
        line-height: 26px;
    }
}
@media (min-width: 88000px) {
    .wysiwyg ol,
    .wysiwyg ul {
        font-size: 18px;
        line-height: 24px;
    }
}
.wysiwyg ol--bk,
.wysiwyg ul--bk {
    color: #000;
}
.breadcrumbs {
    position: relative;
    display: none;
    padding-left: 20px;
}
.breadcrumbs:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    right: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 7px;
    height: 11px;
    background: url(/svg/breadcrumb.svg) 50% no-repeat;
}
@media (min-width: 768px) and (max-width: 1219px) {
    .breadcrumbs {
        display: -webkit-box;
        display: flex;
    }
}
@media (min-width: 1220px) {
    .breadcrumbs {
        display: -webkit-box;
        display: flex;
    }
}
.breadcrumbs__item {
    display: inline-block;
    color: #fff;
    font-size: 12px;
    line-height: 26px;
    font-weight: 400;
}
@media (min-width: 1220px) {
    .breadcrumbs__item {
        font-size: 14px;
        line-height: 26px;
    }
}
@media (min-width: 88000px) {
    .breadcrumbs__item {
        font-size: 16px;
        line-height: 26px;
    }
}
.breadcrumbs__item:last-child .breadcrumbs__link {
    margin: 0;
    padding: 0;
}
.breadcrumbs__item:last-child .breadcrumbs__link:before {
    display: none;
}
.breadcrumbs .breadcrumbs__link {
    position: relative;
    text-decoration: none;
    pointer-events: all;
    padding: 0 20px 0 0;
    display: block;
    margin-right: 10px;
}
.breadcrumbs .breadcrumbs__link:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: auto;
    -webkit-transition: all 0.45s cubic-bezier(0.6, 0.05, 0.01, 0.99) 50ms;
    transition: all 0.45s cubic-bezier(0.6, 0.05, 0.01, 0.99) 50ms;
    right: 0;
    opacity: 1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 7px;
    height: 11px;
    background: url(/svg/breadcrumb.svg) 50% no-repeat;
}
.breadcrumbs .breadcrumbs__link:after {
    display: none;
}
.breadcrumbs .breadcrumbs__link:hover:before {
    opacity: 0.4;
}
.find {
    padding: 0 0 140px;
    background: #fff;
}
@media (max-width: 767px) {
    .find--collapse {
        padding: 0 0 70px;
    }
}
.find__title {
    color: #000;
}
.find__link {
    position: relative;
    width: 100%;
    text-decoration: none;
}
@media (max-width: 767px) {
    .find__link {
        border-top: 1px solid #19191b;
        border-bottom: 1px solid #19191b;
        overflow: hidden;
    }
    .find__link.find__link--light .find__icon {
        fill: #000;
    }
    .find__link.find__link--light .find__text {
        color: #000;
    }
    .find__link:last-child {
        border-top: 0;
    }
}
@media (min-width: 768px) {
    .find__link {
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        border-top: 1px solid #19191b;
        border-bottom: 1px solid #19191b;
    }
    .find__link:last-child {
        border-top: 0;
    }
}
@media (min-width: 1220px) {
    .find__link {
        -webkit-box-flex: 0;
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: calc(49.95% - 20px);
        max-width: calc(49.95% - 20px);
        width: calc(49.95% - 20px);
    }
    .find__link:nth-child(1n) {
        margin-right: 40px;
        margin-left: 0;
    }
    .find__link:last-child {
        margin-right: 0;
    }
    .find__link:nth-child(2n) {
        margin-right: 0;
        margin-left: auto;
    }
    .find__link:last-child {
        border-top: 1px solid #19191b;
    }
}
@media (min-width: 1220px) {
    .find__link:hover .btn:after {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 1;
    }
}
.find__content {
    width: 100%;
    padding: 25px 20px;
}
.find__row {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    width: 100%;
}
@media (max-width: 767px) {
    .find__row:first-child {
        -webkit-box-pack: start;
        justify-content: flex-start;
    }
}
.find__row--left {
    -webkit-box-pack: start;
    justify-content: flex-start;
}
.find__icon {
    margin-right: 20px;
}
@media (min-width: 768px) {
    .find__icon {
        margin-right: 0;
    }
}
.find__text {
    color: #000;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    padding: 0 10px 0 0;
    max-width: 350px;
}
@media (min-width: 768px) {
    .find__text {
        font-size: 25px;
        line-height: 32px;
        padding: 0 45px;
    }
}
.find__subtext {
    display: block;
    font-size: 12px;
    line-height: 23px;
    font-weight: 700;
}
@media (min-width: 768px) {
    .find__subtext {
        font-size: 14px;
        line-height: 26px;
    }
}
.find--light {
    background: #eae5de;
}
.find--dark {
    background: #252429;
    color: #fff;
}
.find--dark .find__text,
.find--dark .find__title {
    color: #fff;
}
@media (min-width: 768px) {
    .find--dark .find__link {
        border-top: 1px solid hsla(0, 0%, 100%, 0.3);
        border-bottom: 1px solid hsla(0, 0%, 100%, 0.3);
    }
}
@media (max-width: 767px) {
    .find--dark .find__link .find__text,
    .find--dark .find__link .find__title {
        color: #fff;
    }
    .find--dark .find__link .find__icon,
    .find--dark .find__link .find__icon path {
        fill: #fff;
    }
}
.find--dark path,
.find--dark svg {
    fill: #fff;
}
.hero {
    padding-top: 200px;
    padding-bottom: 200px;
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    flex-wrap: wrap;
}
@media (max-width: 767px) {
    .hero {
        padding-top: 100px;
        padding-bottom: 50px;
    }
}
.hero .back-link {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    text-decoration: none;
    font-weight: 700;
    margin-bottom: 20px;
}
.hero .back-link svg {
    margin-left: 20px;
}
@media (min-width: 1220px) {
    .hero .back-link {
        display: none;
    }
}
.career-list-item .hero .desc,
.career-team .hero figcaption,
.career-team .hero p,
.hero .career-list-item .desc,
.hero .career-team figcaption,
.hero .career-team p,
.hero .text-1 {
    margin-bottom: 20px;
}
.hero .credits {
    font-size: 10px;
    line-height: 22px;
}
@media (min-width: 1220px) {
    .hero .credits {
        font-size: 14px;
    }
}
@media (max-width: 767px) {
    .hero {
        -webkit-box-align: end;
        align-items: flex-end;
        height: auto;
    }
}
@media (min-width: 768px) and (max-width: 1219px) {
    .hero {
        -webkit-box-align: end;
        align-items: flex-end;
        height: auto;
    }
}
@media (max-width: 767px) {
    .hero__top {
        height: auto;
        display: -webkit-box;
        display: flex;
        width: 100%;
        -webkit-box-align: end;
        align-items: flex-end;
    }
}
.hero__content {
    position: relative;
    z-index: 10;
    padding-bottom: 20px;
}
@media (max-width: 767px) {
    .hero__content {
        max-width: 320px;
        padding-bottom: 30px;
    }
}
@media (min-width: 768px) and (max-width: 1219px) {
    .hero__content {
        -webkit-box-flex: 0;
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: calc(49.95% - 20px);
        max-width: calc(49.95% - 20px);
        width: calc(49.95% - 20px);
    }
    .hero__content:nth-child(1n) {
        margin-right: 40px;
        margin-left: 0;
    }
    .hero__content:last-child {
        margin-right: 0;
    }
    .hero__content:nth-child(2n) {
        margin-right: 0;
        margin-left: auto;
    }
}
@media (min-width: 1220px) {
    .hero__content {
        -webkit-box-flex: 0;
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: calc(49.95% - 20px);
        max-width: calc(49.95% - 20px);
        width: calc(49.95% - 20px);
    }
    .hero__content:nth-child(1n) {
        margin-right: 40px;
        margin-left: 0;
    }
    .hero__content:last-child {
        margin-right: 0;
    }
    .hero__content:nth-child(2n) {
        margin-right: 0;
        margin-left: auto;
    }
}
@media (min-width: 1290px) {
    .hero__content {
        -webkit-box-flex: 0;
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: calc(41.625% - 23.33333px);
        max-width: calc(41.625% - 23.33333px);
        width: calc(41.625% - 23.33333px);
    }
    .hero__content:nth-child(1n) {
        margin-right: 40px;
        margin-left: 0;
    }
    .hero__content:last-child {
        margin-right: 0;
    }
    .hero__content:nth-child(2n) {
        margin-right: 0;
        margin-left: auto;
    }
}
.hero__bottom {
    position: relative;
    padding-top: 50px;
    z-index: 10;
}
@media (max-width: 767px) {
    .hero__bottom {
        position: static;
    }
    .hero__bottom .hero__content {
        padding-bottom: 0;
        padding-top: 0;
    }
}
.hero__title {
    font-size: 12px;
    line-height: 23px;
    font-weight: 700;
    margin-bottom: 5px;
}
@media (min-width: 768px) and (max-width: 1219px) {
    .hero__title {
        margin-bottom: 0;
        line-height: 26px;
    }
}
@media (min-width: 1220px) {
    .hero__title {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 25px;
    }
}
@media (min-width: 88000px) {
    .hero__title {
        font-size: 16px;
    }
}
.hero__limiter {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden;
}
@media (max-width: 767px) {
    .hero__limiter {
        height: 250px;
    }
}
.hero__loader {
    position: absolute;
    background: #252429;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    -webkit-transition: all 0.45s cubic-bezier(0.6, 0.05, 0.01, 0.99);
    transition: all 0.45s cubic-bezier(0.6, 0.05, 0.01, 0.99);
    z-index: 3;
}
.hero__loader--loaded {
    opacity: 0;
}
.hero__background {
    position: absolute;
    top: -5%;
    left: -5%;
    width: 110%;
    height: 110%;
    z-index: 1;
}
@media (max-width: 767px) {
    .hero__background {
        top: 0;
        width: 110%;
        height: 99%;
    }
}
.hero__front {
    z-index: 5;
}
.hero__back,
.hero__front {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.hero__back {
    z-index: 1;
}
.hero__shadow {
    position: absolute;
    bottom: -4px;
    left: 0;
    right: 0;
    height: 50%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(36, 36, 39, 0)), to(#242427));
    background: linear-gradient(180deg, rgba(36, 36, 39, 0) 0, #242427);
    z-index: 2;
}
.hero__scroll {
    position: absolute;
    bottom: 0;
}
.hero__line {
    display: none;
}
/* .hero__scroll.500 {
    display: none;
} */
.hero__line {
    overflow: hidden;
    margin-left: auto;
    width: 2px;
    height: 90px;
}
@media (min-width: 768px) {
    .hero__line {
        display: block;
    }
}
.hero__line:after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fff), color-stop(50%, hsla(0, 0%, 100%, 0)));
    background: linear-gradient(180deg, #fff 50%, hsla(0, 0%, 100%, 0) 0);
    background-size: 100% 200%;
    background-position: 0 -90px;
    -webkit-animation: scrolldown 2.2s cubic-bezier(0.6, 0.05, 0.01, 0.99) infinite forwards;
    animation: scrolldown 2.2s cubic-bezier(0.6, 0.05, 0.01, 0.99) infinite forwards;
}
.tip {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: start;
    justify-content: flex-start;
    pointer-events: none;
    cursor: pointer;
}
.tip:before {
    content: "";
    position: absolute;
    top: -50px;
    left: -40px;
    right: -40px;
    bottom: -50px;
    z-index: -1;
    background: #79746a;
    border-radius: 4px;
    opacity: 0;
    will-change: opacity;
    -webkit-transition: all 0.45s cubic-bezier(0.6, 0.05, 0.01, 0.99) 0.25s;
    transition: all 0.45s cubic-bezier(0.6, 0.05, 0.01, 0.99) 0.25s;
}
@media (max-width: 767px) {
    .tip:before {
        left: -20px;
        right: -20px;
    }
}
.tip:hover {
    pointer-events: all;
}
@media (pointer: coarse) {
    .tip:hover {
        pointer-events: none;
    }
}
@media (min-width: 1220px) {
    .tip:hover:before {
        opacity: 1;
        -webkit-transition-delay: 0ms;
        transition-delay: 0ms;
    }
}
.tip:hover .tip__content {
    visibility: visible;
    opacity: 1;
    pointer-events: all;
    -webkit-transition-delay: 0ms;
    transition-delay: 0ms;
}
@media (pointer: coarse) {
    .tip:hover .tip__content {
        pointer-events: none;
    }
}
.tip__btn {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
    pointer-events: all;
}
@media (min-width: 1220px) {
    .tip__btn {
        -webkit-box-flex: 0;
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: calc(24.975% - 30px);
        max-width: calc(24.975% - 30px);
        width: calc(24.975% - 30px);
    }
    .tip__btn:nth-child(1n) {
        margin-right: 40px;
        margin-left: 0;
    }
    .tip__btn:last-child {
        margin-right: 0;
    }
    .tip__btn:nth-child(2n) {
        margin-right: 0;
        margin-left: auto;
    }
}
.tip__icon {
    margin-right: 15px;
    -webkit-box-flex: 0;
    flex-grow: 0;
    flex-shrink: 0;
}
.tip__text {
    font-size: 12px;
    line-height: 24px;
    font-weight: 700;
    max-width: 170px;
    -webkit-box-flex: 1;
    flex-grow: 1;
}
@media (min-width: 1220px) {
    .tip__text {
        font-size: 14px;
        line-height: 26px;
    }
}
@media (min-width: 88000px) {
    .tip__text {
        font-size: 16px;
        line-height: 28px;
    }
}
.tip__info {
    line-height: 26px;
    margin-left: 5px;
}
.tip__content {
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    color: #fff;
    font-size: 12px;
    line-height: 24px;
    -webkit-transition: all 0.45s cubic-bezier(0.6, 0.05, 0.01, 0.99) 0.25s;
    transition: all 0.45s cubic-bezier(0.6, 0.05, 0.01, 0.99) 0.25s;
}
@media (max-width: 1219px) {
    .tip__content {
        position: absolute;
        left: 0;
        top: 110%;
        max-width: 450px;
        width: calc(100vw - 60px);
        padding: 20px;
        background: #79746a;
        border-radius: 4px;
    }
}
@media (min-width: 1220px) {
    .tip__content {
        position: static;
        -webkit-box-flex: 0;
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: calc(74.925% - 10px);
        max-width: calc(74.925% - 10px);
        width: calc(74.925% - 10px);
        font-size: 14px;
        line-height: 26px;
    }
    .tip__content:nth-child(1n) {
        margin-right: 40px;
        margin-left: 0;
    }
    .tip__content:last-child {
        margin-right: 0;
    }
    .tip__content:nth-child(2n) {
        margin-right: 0;
        margin-left: auto;
    }
}
@media (min-width: 88000px) {
    .tip__content {
        font-size: 18px;
        line-height: 28px;
    }
}
.aboutmenu {
    flex-wrap: wrap;
}
.aboutmenu,
.aboutmenu__link {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}
.aboutmenu__link {
    -webkit-box-pack: start;
    justify-content: flex-start;
    position: relative;
    width: 100%;
    padding: 15px 0;
    text-decoration: none;
    font-weight: 700;
    opacity: 1;
    margin: 0;
    border-top: 1px solid #3c3333;
    -webkit-transition: all 0.45s cubic-bezier(0.6, 0.05, 0.01, 0.99);
    transition: all 0.45s cubic-bezier(0.6, 0.05, 0.01, 0.99);
}
@media (max-width: 767px) {
    .aboutmenu__link {
        -webkit-box-pack: justify;
        justify-content: space-between;
    }
    .aboutmenu__link:last-child {
        border-bottom: 1px solid #3c3333;
    }
}
@media (min-width: 768px) and (max-width: 1219px) {
    .aboutmenu__link {
        -webkit-box-pack: justify;
        justify-content: space-between;
    }
    .aboutmenu__link:last-child {
        border-bottom: 1px solid #3c3333;
    }
}
@media (min-width: 1220px) {
    .aboutmenu__link {
        padding: 0;
        border: 0;
        width: 50%;
        margin: 0;
    }
    .aboutmenu__link:hover {
        opacity: 0.7;
    }
}
.aboutmenu__icon {
    fill: #e96b4c;
    margin-left: 25px;
    -webkit-box-ordinal-group: 3;
    order: 2;
}
@media (min-width: 1220px) {
    .aboutmenu__icon {
        -webkit-box-ordinal-group: 1;
        order: 0;
        margin-left: 0;
        margin-right: 25px;
    }
}
.near {
    position: relative;
    padding: 0 0 55px;
}
@media (min-width: 768px) and (max-width: 1219px) {
    .near {
        padding: 0 0 90px;
    }
}
@media (min-width: 1220px) {
    .near {
        padding: 0 0 120px;
    }
}
.near--small {
    padding: 55px 0;
}
@media (min-width: 768px) and (max-width: 1219px) {
    .near--small {
        padding: 55px 0 90px;
    }
}
@media (min-width: 1220px) {
    .near--small {
        padding: 55px 0 120px;
    }
}
.near--small .near__intro {
    padding: 0;
    min-height: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: start;
    justify-content: flex-start;
}
@media (min-width: 768px) {
    .near--small .near__intro {
        -webkit-box-align: center;
        align-items: center;
    }
}
.near--small .near__content {
    margin-top: 90px;
}
.near__intro {
    padding: 10vh 0;
    min-height: 80vh;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: start;
    justify-content: flex-start;
}
@media (min-width: 768px) {
    .near__intro {
        -webkit-box-align: center;
        align-items: center;
    }
}
.near__bg {
    height: 80vh;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
}
.near__title {
    max-width: 420px;
    margin: 0;
}
.near__content {
    position: relative;
    z-index: 5;
    margin-top: -10vh;
}
.near__row {
    -webkit-box-align: stretch;
    align-items: stretch;
}
.near__item {
    position: relative;
    background: #19191b;
    width: 100%;
    padding: 50px 50px 100px;
    margin-bottom: 75px;
}
.near__item:last-child {
    margin-bottom: 0;
}
@media (min-width: 768px) and (max-width: 1219px) {
    .near__item {
        -webkit-box-flex: 0;
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: calc(49.95% - 20px);
        max-width: calc(49.95% - 20px);
        width: calc(49.95% - 20px);
    }
    .near__item:nth-child(1n) {
        margin-right: 40px;
        margin-left: 0;
    }
    .near__item:last-child {
        margin-right: 0;
    }
    .near__item:nth-child(2n) {
        margin-right: 0;
        margin-left: auto;
    }
}
@media (min-width: 1220px) {
    .near__item {
        -webkit-box-flex: 0;
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: calc(33.3% - 26.66667px);
        max-width: calc(33.3% - 26.66667px);
        width: calc(33.3% - 26.66667px);
        margin-bottom: 0;
    }
    .near__item:nth-child(1n) {
        margin-right: 40px;
        margin-left: 0;
    }
    .near__item:last-child {
        margin-right: 0;
    }
    .near__item:nth-child(3n) {
        margin-right: 0;
        margin-left: auto;
    }
}
.near__nb {
    display: block;
    font-size: 80px;
    line-height: 84px;
    font-weight: 400;
    margin-top: -94px;
    margin-bottom: 20px;
}
.near__name {
    margin-bottom: 10px;
    max-width: 70%;
}
.near__text {
    margin: 0;
}
.near__link {
    position: absolute;
    left: 50px;
    bottom: 50px;
}
.pinterest {
    padding: 95px 0 55px;
    background: #eae5de;
}
@media (min-width: 768px) and (max-width: 1219px) {
    .pinterest {
        padding: 90px 0 50px;
    }
}
@media (min-width: 1220px) {
    .pinterest {
        padding: 120px 0 80px;
    }
}
.pinterest__item {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-bottom: 40px;
    height: 43vh;
}
@media (min-width: 768px) and (max-width: 1219px) {
    .pinterest__item {
        -webkit-box-flex: 0;
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: calc(49.95% - 20px);
        max-width: calc(49.95% - 20px);
        width: calc(49.95% - 20px);
    }
    .pinterest__item:nth-child(1n) {
        margin-right: 40px;
        margin-left: 0;
    }
    .pinterest__item:last-child {
        margin-right: 0;
    }
    .pinterest__item:nth-child(2n) {
        margin-right: 0;
        margin-left: auto;
    }
}
@media (min-width: 1220px) {
    .pinterest__item {
        -webkit-box-flex: 0;
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: calc(33.3% - 26.66667px);
        max-width: calc(33.3% - 26.66667px);
        width: calc(33.3% - 26.66667px);
    }
    .pinterest__item:nth-child(1n) {
        margin-right: 40px;
        margin-left: 0;
    }
    .pinterest__item:last-child {
        margin-right: 0;
    }
    .pinterest__item:nth-child(3n) {
        margin-right: 0;
        margin-left: auto;
    }
    .pinterest__item:hover .pinterest__icon:after {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 1;
    }
    .pinterest__item:hover .pinterest__bg {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}
.pinterest__item:after {
    content: "";
    display: block;
    height: 0;
    padding-top: 150%;
}
@media (min-width: 1220px) {
    .pinterest__item:after {
        padding-top: 165%;
    }
}
.pinterest__item--mobile {
    display: block;
}
.pinterest__item--mobile:after {
    display: none;
}
@media (min-width: 1220px) {
    .pinterest__item--mobile {
        display: none;
    }
}
.pinterest__intro {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    align-items: flex-start;
    margin-bottom: 20px;
}
@media (min-width: 1220px) {
    .pinterest__intro {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
}
.pinterest__icon {
    position: absolute;
    top: 20px;
    left: 20px;
}
.pinterest__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.45s cubic-bezier(0.6, 0.05, 0.01, 0.99);
    transition: all 0.45s cubic-bezier(0.6, 0.05, 0.01, 0.99);
}
.pinterest__title {
    color: #000;
    margin-top: 15px;
    margin-bottom: 40px;
    font-size: 30px !important;
    line-height: 32px !important;
}
@media (min-width: 1220px) {
    .pinterest__title {
        margin-bottom: 50px;
    }
}
.pinterest .swiper-slide {
    max-width: 215px;
    margin-bottom: 0;
}
.relatedposts {
    padding: 55px 0;
}
@media (min-width: 768px) and (max-width: 1219px) {
    .relatedposts {
        padding: 90px 0;
    }
}
@media (min-width: 1220px) {
    .relatedposts {
        padding: 120px 0;
    }
}
.relatedposts__intro {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin-bottom: 50px;
}
.relatedposts__title {
    margin-bottom: 0;
}
.relatedposts__item {
    position: relative;
    width: 100%;
    margin-bottom: 40px;
    text-decoration: none;
    overflow: hidden;
}
@media (max-width: 767px) {
    .relatedposts__item {
        display: none;
        margin: 0;
    }
    .relatedposts__item:first-child {
        display: block;
    }
}
@media (min-width: 768px) and (max-width: 1219px) {
    .relatedposts__item {
        -webkit-box-flex: 0;
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: calc(49.95% - 20px);
        max-width: calc(49.95% - 20px);
        width: calc(49.95% - 20px);
    }
    .relatedposts__item:nth-child(1n) {
        margin-right: 40px;
        margin-left: 0;
    }
    .relatedposts__item:last-child {
        margin-right: 0;
    }
    .relatedposts__item:nth-child(2n) {
        margin-right: 0;
        margin-left: auto;
    }
    .relatedposts__item--last {
        display: none;
    }
}
@media (min-width: 1220px) {
    .relatedposts__item {
        -webkit-box-flex: 0;
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: calc(24.975% - 30px);
        max-width: calc(24.975% - 30px);
        width: calc(24.975% - 30px);
        margin-bottom: 0;
    }
    .relatedposts__item:nth-child(1n) {
        margin-right: 40px;
        margin-left: 0;
    }
    .relatedposts__item:last-child {
        margin-right: 0;
    }
    .relatedposts__item:nth-child(3n) {
        margin-right: 0;
        margin-left: auto;
    }
    .relatedposts__item--last {
        -webkit-box-flex: 0;
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: calc(49.95% - 20px);
        max-width: calc(49.95% - 20px);
        width: calc(49.95% - 20px);
    }
    .relatedposts__item--last:nth-child(1n) {
        margin-right: 40px;
        margin-left: 0;
    }
    .relatedposts__item--last:last-child {
        margin-right: 0;
    }
    .relatedposts__item--last:nth-child(3n) {
        margin-right: 0;
        margin-left: auto;
    }
    .relatedposts__item:hover .relatedposts__img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    .relatedposts__item:hover .btn--link:before {
        top: -100%;
        opacity: 1;
    }
    .relatedposts__item:hover .btn--link:after {
        top: 0;
        opacity: 1;
    }
}
.relatedposts__item--last {
    position: relative;
}
.relatedposts__item--last .relatedposts__overflow {
    margin: 0;
}
.relatedposts__item--last .relatedposts__img:before {
    padding-top: 100%;
}
.relatedposts__item--last .relatedposts__content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 45px 65px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    justify-content: space-between;
    z-index: 1;
}
.relatedposts__item--last .relatedposts__content:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 93.3%, 0)), to(#242427));
    background: linear-gradient(180deg, hsla(0, 0%, 93.3%, 0) 0, #242427);
    opacity: 0.6;
    z-index: -1;
}
.relatedposts__item--last span {
    width: 100%;
}
.relatedposts__item--last .relatedposts__name {
    color: #fff;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
}
.relatedposts__item--last .relatedposts__text {
    color: #fff;
}
.relatedposts__overflow {
    overflow: hidden;
    margin-bottom: 30px;
}
.relatedposts__img {
    position: relative;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.45s cubic-bezier(0.6, 0.05, 0.01, 0.99);
    transition: all 0.45s cubic-bezier(0.6, 0.05, 0.01, 0.99);
}
.relatedposts__img:before {
    content: "";
    display: block;
    height: 0;
    padding-top: 70%;
}
.relatedposts__cat {
    position: absolute;
    top: 10px;
    left: 10px;
    display: inline-block;
    color: #fff;
    background: #e96b4c;
    border-radius: 2px;
    font-size: 14px;
    line-height: 26px;
    font-weight: 700;
    padding: 3px 10px;
    z-index: 1;
}
.relatedposts__name {
    margin-bottom: 15px;
}
@media (min-width: 1220px) {
    .relatedposts__name {
        margin-bottom: 20px;
    }
}
.relatedposts__text {
    margin-bottom: 0;
}
.relatedposts--white {
    background: #fff;
    color: #000;
}
.relatedposts--white .relatedposts__item,
.relatedposts--white .relatedposts__name,
.relatedposts--white .relatedposts__text,
.relatedposts--white .relatedposts__title {
    color: #000;
}
.relatedposts--white .relatedposts__item--last,
.relatedposts--white .relatedposts__item--last .relatedposts__name,
.relatedposts--white .relatedposts__item--last .relatedposts__text {
    color: #fff;
}
.relatedposts--white .btn--underline {
    color: #000;
}
.relatedposts--white .btn--underline:after {
    background: #000;
}
.relatedposts--light {
    background: #eae5de;
    color: #000;
}
.relatedposts--light .relatedposts__item,
.relatedposts--light .relatedposts__name,
.relatedposts--light .relatedposts__text,
.relatedposts--light .relatedposts__title {
    color: #000;
}
.relatedposts--light .relatedposts__item--last,
.relatedposts--light .relatedposts__item--last .relatedposts__name,
.relatedposts--light .relatedposts__item--last .relatedposts__text {
    color: #fff;
}
.relatedposts--light .btn--underline {
    color: #000;
}
.relatedposts--light .btn--underline:after {
    background: #000;
}
.postsGrid {
    margin-bottom: 55px;
}
@media (min-width: 768px) and (max-width: 1219px) {
    .postsGrid {
        margin-bottom: 80px;
    }
}
@media (min-width: 1220px) {
    .postsGrid {
        margin-bottom: 110px;
    }
}
.postsGrid__product_filter {
    margin-bottom: 50px;
}
.postsGrid__product_filter .form__group--select {
    -webkit-box-pack: start;
    justify-content: flex-start;
}
.postsGrid__product_filter .form__group--select .form__label {
    font-size: 25px;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
}
.postsGrid__product_filter .form__group--select .form__input {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    min-width: 0;
    max-width: none;
    width: auto;
}
.postsGrid__row {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
}
.postsGrid__item {
    position: relative;
    margin-bottom: 40px;
    text-decoration: none;
    overflow: hidden;
}
.postsGrid__item > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.postsGrid__item--newsletter {
    overflow: visible;
}
.postsGrid__item--newsletter .error {
    color: #cb2e25;
}
.postsGrid__item--newsletter .message {
    margin-bottom: 1em;
    padding: 10px;
    color: #fff;
    border-radius: 5px;
    background: #e96b4c;
}
.postsGrid__item--newsletter .message.error {
    background: #cb2e25;
}
.postsGrid__item--newsletter .all-in-one-input {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    background: #19191b;
    color: #fff;
    padding: 0;
}
.postsGrid__item--newsletter .all-in-one-input input {
    -webkit-box-flex: 0;
    flex: 0 1 100%;
    padding: 10px 30px 10px 15px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    background: none;
    color: currentColor;
    border: none;
    outline: none;
}
.postsGrid__item--newsletter .all-in-one-input button {
    cursor: pointer;
    padding: 20px;
    color: currentColor;
    background: none;
    outline: none;
    border: none;
}
.postsGrid__item--newsletter .all-in-one-input button svg {
    fill: currentColor;
}
.postsGrid__item--newsletter .all-in-one-input.error {
    color: #cb2e25;
}
.postsGrid__item--newsletter .postsGrid__img {
    width: 100%;
    height: 106.18182%;
    position: absolute;
    top: -6.18181818%;
    background: top no-repeat;
    background-size: cover;
}
.postsGrid__item--newsletter .postsGrid__img:before {
    display: none;
}
.postsGrid__item--newsletter .postsGrid__img img {
    display: block;
    width: 100%;
}
.postsGrid__item--newsletter .postsGrid__content {
    position: absolute;
    bottom: 40px;
    left: 30px;
    right: 30px;
}
.postsGrid__item--newsletter:hover {
    cursor: default !important;
}
.postsGrid__item--newsletter:hover .postsGrid__img {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.postsGrid__item--newsletter:hover .btn--link:after,
.postsGrid__item--newsletter:hover .btn--link:before {
    top: 0;
    opacity: 0;
}
.postsGrid__item--module .postsGrid__img {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    background: bottom no-repeat;
    background-size: cover;
}
.postsGrid__item--module .postsGrid__img:before {
    display: none;
    padding-top: 147%;
}
.postsGrid__item--module .postsGrid__img img {
    display: block;
    width: 100%;
}
.postsGrid__item--module .btn {
    color: #fff;
}
.postsGrid__item--module .postsGrid__content {
    position: absolute;
    bottom: 40px;
    left: 30px;
}
@media (max-width: 767px) {
    .postsGrid__item {
        width: 100%;
    }
    .postsGrid__item--module .postsGrid__content,
    .postsGrid__item--newsletter .postsGrid__content {
        position: relative;
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
        padding: 260px 20px 30px;
    }
}
@media (min-width: 768px) {
    .postsGrid__item {
        margin-bottom: 70px;
        width: calc(50% - 20px);
        margin-right: 40px;
    }
    .postsGrid__item:nth-child(2n) {
        margin-right: 0;
    }
}
@media (min-width: 1024px) {
    .postsGrid__item {
        width: calc(33.3% - 26.66667px);
    }
    .postsGrid__item,
    .postsGrid__item:nth-child(2n) {
        margin-right: 40px;
    }
    .postsGrid__item:nth-child(10n + 1),
    .postsGrid__item:nth-child(10n + 7) {
        width: calc(66.6% - 13.33333px);
        margin-right: 40px;
    }
    .postsGrid__item:nth-child(10n + 1) .postsGrid__overflow,
    .postsGrid__item:nth-child(10n + 7) .postsGrid__overflow {
        position: relative;
    }
    .postsGrid__item:nth-child(10n + 1) .postsGrid__overflow:after,
    .postsGrid__item:nth-child(10n + 7) .postsGrid__overflow:after {
        content: "";
        position: absolute;
        top: 50%;
        bottom: 0;
        left: 0;
        right: 0;
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(37, 36, 41, 0)), color-stop(9%, rgba(37, 36, 41, 0)), to(#252429));
        background: linear-gradient(180deg, rgba(37, 36, 41, 0) 0, rgba(37, 36, 41, 0) 9%, #252429);
    }
    .postsGrid__item:nth-child(10n + 1) .postsGrid__content,
    .postsGrid__item:nth-child(10n + 7) .postsGrid__content {
        position: absolute;
        bottom: 62px;
        left: 32px;
        max-width: 350px;
    }
    .postsGrid__item:nth-child(10n + 2),
    .postsGrid__item:nth-child(10n + 5),
    .postsGrid__item:nth-child(10n + 7),
    .postsGrid__item:nth-child(10n + 10) {
        margin-right: 0;
    }
    .postsGrid__item:hover {
        cursor: pointer;
    }
    .postsGrid__item:hover .postsGrid__img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    .postsGrid__item:hover .btn--link:before {
        top: -100%;
        opacity: 1;
    }
    .postsGrid__item:hover .btn--link:after {
        top: 0;
        opacity: 1;
    }
    .postsGrid__item--module:hover .postsGrid__img,
    .postsGrid__item--newsletter:hover .postsGrid__img {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@media (min-width: 1220px) {
    .postsGrid__item {
        margin-bottom: 90px;
    }
}

.postsGrid__overflow {
    overflow: hidden;
    margin-bottom: 30px;
}
.postsGrid__img {
    position: relative;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.45s cubic-bezier(0.6, 0.05, 0.01, 0.99);
    transition: all 0.45s cubic-bezier(0.6, 0.05, 0.01, 0.99);
    background: 50% no-repeat;
    background-size: cover;
}
.postsGrid__img:before {
    content: "";
    display: block;
    height: 0;
    padding-top: 70%;
}
.postsGrid__cat {
    position: absolute;
    top: 10px;
    left: 10px;
    display: inline-block;
    color: #fff;
    background: #e96b4c;
    border-radius: 2px;
    font-size: 14px;
    line-height: 26px;
    font-weight: 700;
    padding: 3px 10px;
    z-index: 1;
}
.postsGrid__name {
    margin-bottom: 15px;
    padding-right: 20px;
}
@media (min-width: 1220px) {
    .postsGrid__name {
        margin-bottom: 20px;
    }
}
.postsGrid__text {
    margin-bottom: 0;
}
@media (max-width: 1219px) {
    .postsGrid__nav {
        display: block;
        margin-bottom: 40px;
    }
    .postsGrid__nav--fuels {
        display: none;
        padding: 0 25px;
        margin-top: 20px;
    }
    .postsGrid__nav--container {
        padding: 0;
    }
    .postsGrid__nav--container.hide-mobile {
        display: none;
    }
    .postsGrid__nav .postsGrid__nav--categories {
        display: block;
        overflow: hidden;
        max-height: 0;
    }
    .postsGrid__nav--button,
    .postsGrid__nav .postGrid__nav__active-category {
        position: relative;
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        align-items: center;
        width: 100%;
        padding: 30px 25px;
        text-decoration: none;
        color: #fff;
        font-weight: 700;
        background: #19191b;
        margin-bottom: 0;
        font-size: 12px;
    }
    .postsGrid__nav .no-filter {
        background: #19191b;
        padding: 30px 25px;
    }
    .postsGrid__nav--count {
        margin-left: auto;
        font-size: 16px;
    }
    .postsGrid__nav--button {
        border-top: 1px solid hsla(0, 0%, 100%, 0.1);
    }
    .postsGrid__nav--button .postsGrid__nav--count {
        margin-right: 25px;
    }
    .postsGrid__nav .postGrid__nav__active-category img {
        margin-left: 12px;
    }
}
@media (min-width: 1220px) {
    .postsGrid__nav {
        display: -webkit-box;
        display: flex;
        -webkit-box-align: start;
        align-items: flex-start;
        -webkit-box-pack: justify;
        justify-content: space-between;
        margin-bottom: 70px;
        border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
    }
    .postsGrid__nav .postGrid__nav__active-category {
        display: none;
    }
    .postsGrid__nav--button {
        position: relative;
        padding-bottom: 30px;
        margin-right: 40px;
        margin-bottom: 0;
        border: 0;
        line-height: 30px;
        color: #fff;
        font-weight: 700;
        overflow: visible;
        background: transparent;
        outline: none;
        pointer-events: all;
        cursor: pointer;
        display: inline-block;
        text-decoration: none;
    }
    .postsGrid__nav--button:after {
        content: "";
        position: absolute;
        bottom: 10px;
        left: 0;
        width: 100%;
        height: 3px;
        opacity: 0;
        background-color: #e96b4c;
        -webkit-transition: all 0.45s cubic-bezier(0.6, 0.05, 0.01, 0.99);
        transition: all 0.45s cubic-bezier(0.6, 0.05, 0.01, 0.99);
    }
    .postsGrid__nav--button.isActive:after,
    .postsGrid__nav--button:hover:after {
        opacity: 1;
        bottom: 0;
    }
    .postsGrid__nav--count {
        position: absolute;
        top: -10px;
        right: -18px;
        font-size: 12px;
    }
}
.postsGrid__pagination {
    text-align: center;
    margin: 55px 0;
}
@media (min-width: 768px) and (max-width: 1219px) {
    .postsGrid__pagination {
        margin: 80px 0;
    }
}
@media (min-width: 1220px) {
    .postsGrid__pagination {
        margin: 110px 0;
    }
}
.postsGrid__pagination--current {
    font-weight: 700;
    margin-bottom: 20px;
}
@media (max-width: 767px) {
    .signature {
        padding-bottom: 32px;
        background: none !important;
    }
}
@media (min-width: 768px) {
    .signature {
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        width: 100%;
    }
}
@media (min-width: 768px) and (max-width: 1219px) {
    .signature {
        min-height: 62.5vw;
    }
}
@media (min-width: 1220px) {
    .signature {
        min-height: 50vw;
    }
}
.signature__row {
    -webkit-box-align: center;
    align-items: center;
    flex-wrap: wrap;
}
.signature__col {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    order: 1;
}
@media (min-width: 768px) {
    .signature__col {
        -webkit-box-flex: 0;
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: calc(49.95% - 20px);
        max-width: calc(49.95% - 20px);
        width: calc(49.95% - 20px);
        padding: 32px 0;
    }
    .signature__col:nth-child(1n) {
        margin-right: 40px;
        margin-left: 0;
    }
    .signature__col:last-child {
        margin-right: 0;
    }
    .signature__col:nth-child(2n) {
        margin-right: 0;
        margin-left: auto;
    }
}
@media (max-width: 767px) {
    .signature__col--text {
        -webkit-box-ordinal-group: 3;
        order: 2;
    }
}
@media (min-width: 1220px) {
    .signature__col--text {
        -webkit-box-flex: 0;
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: calc(41.625% - 23.33333px);
        max-width: calc(41.625% - 23.33333px);
        width: calc(41.625% - 23.33333px);
        margin-left: calc(8.325% + 3.33333px) !important;
    }
    .signature__col--text:nth-child(1n) {
        margin-right: 40px;
        margin-left: 0;
    }
    .signature__col--text:last-child {
        margin-right: 0;
    }
    .signature__col--text:nth-child(2n) {
        margin-right: 0;
        margin-left: auto;
    }
}
.signature__img {
    display: block !important;
    margin-left: -25px;
    margin-right: -25px;
    margin-bottom: 32px;
    width: calc(100% + 50px);
}
@media (min-width: 768px) {
    .signature__img {
        display: none !important;
    }
}
.signature__title {
    margin-bottom: 15px;
}
@media (min-width: 768px) and (max-width: 1219px) {
    .signature__title {
        margin-bottom: 25px;
    }
}
@media (min-width: 1220px) {
    .signature__title {
        margin-bottom: 40px;
    }
}
.signature__text {
    margin-bottom: 15px;
}
.signature__text strong {
    font-weight: 700;
}
@media (min-width: 768px) and (max-width: 1219px) {
    .signature__text {
        margin-bottom: 25px;
    }
}
@media (min-width: 1220px) {
    .signature__text {
        margin-bottom: 40px;
    }
}
.similar__title {
    max-width: 600px;
}
.similar__item {
    position: relative;
    width: 100%;
    overflow: hidden;
}
@media (min-width: 768px) {
    .similar__item {
        width: 50%;
    }
}
.similar__item:before {
    content: "";
    display: block;
    height: 0;
    padding-top: 100%;
}
.similar__item:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 1px;
    background: #3c3333;
    z-index: 5;
}
@media (min-width: 1220px) {
    .similar__item:hover .similar__bg {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    .similar__item:hover .similar__link:before {
        top: -100%;
        opacity: 1;
    }
    .similar__item:hover .similar__link:after {
        top: 0;
        opacity: 1;
    }
}
.similar__content {
    display: -webkit-box;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 20px 30px;
    -webkit-box-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    justify-content: space-between;
    z-index: 10;
}
@media (min-width: 768px) and (max-width: 1219px) {
    .similar__content {
        padding: 20px 60px;
    }
}
@media (min-width: 1220px) {
    .similar__content {
        padding: 35px 80px;
    }
}
.similar__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.75s cubic-bezier(0.6, 0.05, 0.01, 0.99);
    transition: all 0.75s cubic-bezier(0.6, 0.05, 0.01, 0.99);
}
.similar__cat,
.similar__name {
    margin: 0;
}
.social {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}
.social__item {
    display: inline-block;
    margin-right: 30px;
}
.social__item:last-child {
    margin-right: 0;
}
@media (min-width: 768px) {
    .social__item {
        margin-right: 40px;
    }
}
.social__link {
    position: relative;
    display: block;
    overflow: hidden;
}
@media (min-width: 1220px) {
    .social__link:hover .social__icon {
        -webkit-transform: translateY(-125%);
        transform: translateY(-125%);
    }
    .social__link:hover .social__icon--next {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
.social__icon {
    fill: #fff;
    display: block;
    vertical-align: middle;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 0.35s cubic-bezier(0.6, 0.05, 0.01, 0.99);
    transition: all 0.35s cubic-bezier(0.6, 0.05, 0.01, 0.99);
}
.social__icon--next {
    fill: #e96b4c;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: translateY(125%);
    transform: translateY(125%);
}
.split {
    position: relative;
    width: 100%;
    overflow: hidden;
    max-height: 80vh;
}
.split:before {
    content: "";
    display: block;
    height: 0;
    padding-top: 80vh;
}
@media (min-width: 768px) {
    .split:before {
        padding-top: 50%;
    }
}
.split__content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    z-index: 10;
}
@media (max-width: 767px) {
    .split__offset {
        padding: 35px 0;
        height: 100%;
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-align: start;
        align-items: flex-start;
        -webkit-box-pack: justify;
        justify-content: space-between;
    }
}
@media (min-width: 1220px) {
    .split__offset {
        margin-left: calc(8.325% + 3.33333px) !important;
    }
}
.split__shadow {
    z-index: 5;
    opacity: 0.6;
    background: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 93.3%, 0)), to(#242427));
    background: linear-gradient(180deg, hsla(0, 0%, 93.3%, 0) 0, #242427);
}
.split__bg,
.split__shadow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.split__bg {
    z-index: 1;
}
@media (min-width: 768px) {
    .split__bg {
        width: 50%;
    }
}
.split__bg--desktop {
    display: none;
    left: 50%;
}
@media (min-width: 768px) {
    .split__bg--desktop {
        display: block;
    }
}
.split__title {
    margin-bottom: 20px;
}
.splitArticle {
    padding: 55px 0;
}
@media (min-width: 768px) and (max-width: 1219px) {
    .splitArticle {
        padding: 90px 0;
    }
}
@media (min-width: 1220px) {
    .splitArticle {
        padding: 120px 0;
    }
}
.splitArticle__wrapper {
    position: relative;
    z-index: 5;
}
@media (min-width: 1023px) {
    .splitArticle__wrapper {
        -webkit-box-flex: 0;
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: calc(49.95% - 20px);
        max-width: calc(49.95% - 20px);
        width: calc(49.95% - 20px);
        display: -webkit-box;
        display: flex;
    }
    .splitArticle__wrapper:nth-child(1n) {
        margin-right: 40px;
        margin-left: 0;
    }
    .splitArticle__wrapper:last-child {
        margin-right: 0;
    }
    .splitArticle__wrapper:nth-child(2n) {
        margin-right: 0;
        margin-left: auto;
    }
}
@media (min-width: 1023px) {
    .splitArticle__content {
        -webkit-box-flex: 0;
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: calc(66.6% - 13.33333px);
        max-width: calc(66.6% - 13.33333px);
        width: calc(66.6% - 13.33333px);
        margin-left: calc(16.65% + 6.66667px) !important;
    }
    .splitArticle__content:nth-child(1n) {
        margin-right: 40px;
        margin-left: 0;
    }
    .splitArticle__content:last-child {
        margin-right: 0;
    }
    .splitArticle__content:nth-child(1n) {
        margin-right: 0;
        margin-left: auto;
    }
}
.splitArticle__img {
    position: relative;
    margin-bottom: 30px;
    margin-left: -10px;
    margin-right: -10px;
    width: calc(100% + 20px);
}
.splitArticle__img:before {
    content: "";
    display: block;
    height: 0;
    padding-top: 130%;
}
@media (min-width: 1023px) {
    .splitArticle__img {
        -webkit-box-flex: 0;
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: calc(49.95% - 20px);
        max-width: calc(49.95% - 20px);
        width: calc(49.95% - 20px);
        height: 80vh;
        margin-bottom: 0;
    }
    .splitArticle__img:nth-child(1n) {
        margin-right: 40px;
        margin-left: 0;
    }
    .splitArticle__img:last-child {
        margin-right: 0;
    }
    .splitArticle__img:nth-child(2n) {
        margin-right: 0;
        margin-left: auto;
    }
    .splitArticle__img:before {
        display: none;
    }
}
.splitArticle__subtitle {
    font-weight: 700;
    margin: 0;
}
.splitArticle__text {
    margin-bottom: 23px;
}
@media (min-width: 1220px) {
    .splitArticle__text {
        margin-bottom: 25px;
    }
}
.splitArticle__text:last-child {
    margin-bottom: 0;
}
.splitArticle--light {
    background: #eae5de;
    color: #000;
}
.splitArticle--light .splitArticle__subtitle,
.splitArticle--light .splitArticle__text,
.splitArticle--light .splitArticle__title {
    color: #000;
}
@media (min-width: 1023px) {
    .splitArticle--inverse .splitArticle__img {
        -webkit-box-ordinal-group: 3;
        order: 2;
    }
}
.splitCta {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    align-items: stretch;
    width: 100%;
}
.splitCta--vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}
.splitCta--vertical .splitCta__item + .splitCta__item {
    margin-top: 30px;
}
@media (min-width: 768px) {
    .splitCta--vertical .splitCta__item {
        width: 100%;
    }
}
.splitCta__item {
    position: relative;
    width: 100%;
    overflow: hidden;
}
@media (min-width: 768px) {
    .splitCta__item {
        width: 50%;
    }
}
@media (min-width: 1220px) {
    .splitCta__item {
        max-height: 80vh;
    }
}
.splitCta__item:before {
    content: "";
    display: block;
    height: 0;
    padding-top: 100%;
}
@media (min-width: 1220px) {
    .splitCta__item:hover .splitCta__bg {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    .splitCta__item:hover .splitCta__link:before {
        top: -100%;
        opacity: 1;
    }
    .splitCta__item:hover .splitCta__link:after {
        top: 0;
        opacity: 1;
    }
}
.splitCta__content {
    display: -webkit-box;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 20px 30px;
    -webkit-box-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    justify-content: space-between;
    z-index: 10;
}
@media (min-width: 768px) and (max-width: 1219px) {
    .splitCta__content {
        padding: 20px 60px;
    }
}
@media (min-width: 1220px) {
    .splitCta__content {
        padding: 35px 80px;
    }
}
.splitCta__shadow {
    z-index: 5;
    opacity: 0.6;
    background: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 93.3%, 0)), to(#242427));
    background: linear-gradient(180deg, hsla(0, 0%, 93.3%, 0) 0, #242427);
}
.splitCta__bg,
.splitCta__shadow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.splitCta__bg {
    z-index: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.75s cubic-bezier(0.6, 0.05, 0.01, 0.99);
    transition: all 0.75s cubic-bezier(0.6, 0.05, 0.01, 0.99);
}
.splitCta__title {
    margin-right: 10px;
    margin-bottom: 0;
    max-width: 60%;
}
.swiper {
    position: relative;
}
.swiper.swiper--hidden {
    display: none;
}
.swiper-button-next,
.swiper-button-prev {
    width: 70px;
    height: 100%;
    background: -webkit-gradient(linear, right top, left top, from(rgba(36, 36, 39, 0)), to(#242427));
    background: linear-gradient(270deg, rgba(36, 36, 39, 0) 0, #242427);
    top: 0;
    position: absolute;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    outline: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
}
@media (min-width: 768px) and (max-width: 1219px) {
    .swiper-button-next,
    .swiper-button-prev {
        width: 140px;
    }
}
@media (min-width: 1220px) {
    .swiper-button-next,
    .swiper-button-prev {
        width: 200px;
    }
}
.swiper-button-next.swiper-button-prev,
.swiper-button-prev.swiper-button-prev {
    left: 25px;
}
@media (min-width: 768px) and (max-width: 1219px) {
    .swiper-button-next.swiper-button-prev,
    .swiper-button-prev.swiper-button-prev {
        left: 60px;
    }
}
@media (min-width: 1220px) {
    .swiper-button-next.swiper-button-prev,
    .swiper-button-prev.swiper-button-prev {
        left: 0;
    }
}
.swiper-button-next.swiper-button-prev .arrow,
.swiper-button-prev.swiper-button-prev .arrow {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.swiper-button-next.swiper-button-next,
.swiper-button-prev.swiper-button-next {
    right: 25px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(36, 36, 39, 0)), to(#242427));
    background: linear-gradient(90deg, rgba(36, 36, 39, 0) 0, #242427);
}
@media (min-width: 768px) and (max-width: 1219px) {
    .swiper-button-next.swiper-button-next,
    .swiper-button-prev.swiper-button-next {
        right: 60px;
    }
}
@media (min-width: 1220px) {
    .swiper-button-next.swiper-button-next,
    .swiper-button-prev.swiper-button-next {
        right: 0;
    }
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    display: none;
}
.swiper-button-next:hover .arrow,
.swiper-button-prev:hover .arrow {
    background: #fff;
}
.swiper-button-next:hover .arrow svg,
.swiper-button-prev:hover .arrow svg {
    fill: #e96b4c;
}
.specs__table__category .swiper-button-next,
.specs__table__category .swiper-button-prev {
    width: 60px;
    background: none;
    height: 60%;
    top: 20%;
}
.specs__table__category .swiper-button-next.swiper-button-prev,
.specs__table__category .swiper-button-prev.swiper-button-prev {
    display: -webkit-box;
    display: flex;
    left: 105px;
}
.specs__table__category .swiper-button-next.swiper-button-next,
.specs__table__category .swiper-button-prev.swiper-button-next {
    display: -webkit-box;
    display: flex;
    right: -25px;
    background: none;
}
@media (min-width: 768px) and (max-width: 1219px) {
    .specs__table__category .swiper-button-next.swiper-button-next,
    .specs__table__category .swiper-button-prev.swiper-button-next {
        right: -60px;
    }
}
@media (min-width: 1220px) {
    .specs__table__category .swiper-button-next.swiper-button-next,
    .specs__table__category .swiper-button-prev.swiper-button-next {
        right: 0;
    }
}
.specs__table__category .swiper-button-next:hover .arrow,
.specs__table__category .swiper-button-prev:hover .arrow {
    background: #000;
}
.specs__table__category .swiper-button-next:hover .arrow svg,
.specs__table__category .swiper-button-prev:hover .arrow svg {
    fill: #fff;
}
.specs__table__category .swiper-button-next.swiper-button-disabled,
.specs__table__category .swiper-button-prev.swiper-button-disabled {
    display: none;
}

.specs__table__categories {
    overflow: hidden;
    width: 97%;
}

.swiper--overflow {
    margin-left: -25px;
    margin-right: -25px;
    position: relative;
}
@media (min-width: 768px) and (max-width: 1219px) {
    .swiper--overflow {
        margin-left: -60px;
        margin-right: -60px;
    }
}
@media (min-width: 1220px) {
    .swiper--overflow {
        margin-left: 0;
        margin-right: 0;
    }
}
.slick-slider {
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list,
.slick-slider {
    position: relative;
    display: block;
}
.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:after,
.slick-track:before {
    content: "";
    display: table;
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}
[dir="rtl"] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.slick-loading .slick-list {
    background: #fff url(/node_modules/slick-carousel/slick/ajax-loader.gif) 50% no-repeat;
}
@font-face {
    font-family: slick;
    src: url(/node_modules/slick-carousel/slick/fonts/slick.eot);
    src: url(/node_modules/slick-carousel/slick/fonts/slick.eot?#iefix) format("embedded-opentype"), url(/node_modules/slick-carousel/slick/fonts/slick.woff) format("woff"),
        url(/node_modules/slick-carousel/slick/fonts/slick.ttf) format("truetype"), url(/node_modules/slick-carousel/slick/fonts/slick.svg#slick) format("svg");
    font-weight: 400;
    font-style: normal;
}
.slick-next,
.slick-prev {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0;
    border: none;
}
.slick-next,
.slick-next:focus,
.slick-next:hover,
.slick-prev,
.slick-prev:focus,
.slick-prev:hover {
    background: transparent;
    color: transparent;
    outline: none;
}
.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
    opacity: 1;
}
.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
    opacity: 0.25;
}
.slick-next:before,
.slick-prev:before {
    font-family: slick;
    font-size: 20px;
    line-height: 1;
    color: #fff;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
    left: -25px;
}
[dir="rtl"] .slick-prev {
    left: auto;
    right: -25px;
}
.slick-prev:before {
    content: "\2190";
}
[dir="rtl"] .slick-prev:before {
    content: "\2192";
}
.slick-next {
    right: -25px;
}
[dir="rtl"] .slick-next {
    left: -25px;
    right: auto;
}
.slick-next:before {
    content: "\2192";
}
[dir="rtl"] .slick-next:before {
    content: "\2190";
}
.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    padding: 0;
}
.slick-dots li,
.slick-dots li button {
    height: 20px;
    width: 20px;
    cursor: pointer;
}
.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    outline: none;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px;
}
.slick-dots li button:focus,
.slick-dots li button:hover {
    outline: none;
}
.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
    opacity: 1;
}
.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "\2022";
    width: 20px;
    height: 20px;
    font-family: slick;
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: #000;
    opacity: 0.25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
    color: #000;
    opacity: 0.75;
}
.postsSlider {
    position: relative;
    margin-bottom: 200px;
}
.postsSlider img {
    max-width: 100%;
}
.postsSlider .infos {
    color: #fff;
    width: 100%;
    position: absolute;
    bottom: -75px;
    left: 0;
    font-size: 18px;
}
.postsSlider .infos .content {
    -webkit-box-flex: 0;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(33.3% - 26.66667px);
    max-width: calc(33.3% - 26.66667px);
    width: calc(33.3% - 26.66667px);
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
}
.postsSlider .infos .content:nth-child(1n) {
    margin-right: 40px;
    margin-left: 0;
}
.postsSlider .infos .content:last-child {
    margin-right: 0;
}
.postsSlider .infos .content:nth-child(2n) {
    margin-right: 0;
    margin-left: auto;
}
.postsSlider .infos .product-name {
    font-weight: 700;
}
.postsSlider .infos .slides-count {
    white-space: nowrap;
}
.postsSlider .infos .slides-count span {
    font-size: 25px;
    font-weight: 700;
}
@media (min-width: 1220px) {
    .postsSlider .infos .slides-count {
        padding-left: 40px;
    }
}
@media (max-width: 767px) {
    .postsSlider {
        margin-bottom: 40px;
    }
    .postsSlider .infos {
        position: relative;
        bottom: auto;
        left: auto;
        margin-top: 30px;
    }
    .postsSlider .infos .content {
        -webkit-box-flex: 0;
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: 99.9%;
        max-width: 99.9%;
        width: 99.9%;
        -webkit-box-pack: center;
        justify-content: center;
        flex-wrap: wrap;
    }
    .postsSlider .infos .content:nth-child(1n) {
        margin-right: 40px;
        margin-left: 0;
    }
    .postsSlider .infos .content:last-child {
        margin-right: 0;
    }
    .postsSlider .infos .content:nth-child(12n) {
        margin-right: 0;
        margin-left: auto;
    }
    .postsSlider .infos .product-name {
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        text-align: center;
        margin-bottom: 15px;
    }
}
.postsSlider .big-slider .slick-next,
.postsSlider .big-slider .slick-prev,
.postsSlider .small-slider .slick-next,
.postsSlider .small-slider .slick-prev {
    width: 40px;
    height: 40px;
    background: #e96b4c;
    border-radius: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    z-index: 10;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.5);
}
.postsSlider .big-slider .slick-next:before,
.postsSlider .big-slider .slick-prev:before,
.postsSlider .small-slider .slick-next:before,
.postsSlider .small-slider .slick-prev:before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 11px;
    background: url(../images/svg/arrow-right-white.svg) 50% no-repeat;
    background-size: cover;
}
.postsSlider .big-slider .slick-prev,
.postsSlider .small-slider .slick-prev {
    left: 0;
    -webkit-transform: translateY(-50%) rotate(180deg) scale(1);
    transform: translateY(-50%) rotate(180deg) scale(1);
}
.postsSlider .big-slider .slick-prev:hover,
.postsSlider .small-slider .slick-prev:hover {
    -webkit-transform: translateY(-50%) rotate(180deg) scale(1.1);
    transform: translateY(-50%) rotate(180deg) scale(1.1);
}
.postsSlider .big-slider .slick-next,
.postsSlider .small-slider .slick-next {
    right: 0;
    -webkit-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
}
.postsSlider .big-slider .slick-next:hover,
.postsSlider .small-slider .slick-next:hover {
    -webkit-transform: translateY(-50%) scale(1.1);
    transform: translateY(-50%) scale(1.1);
}
.postsSlider .big-slider .slick-slide,
.postsSlider .small-slider .slick-slide {
    outline: none;
}
.postsSlider .big-slider .slick-current .small-slider__slide:after,
.postsSlider .small-slider .slick-current .small-slider__slide:after {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}
@media (max-width: 767px) {
    .postsSlider .big-slider {
        padding: 0 50px;
    }
    .postsSlider .big-slider .slick-prev {
        left: -20px;
    }
    .postsSlider .big-slider .slick-next {
        right: -20px;
    }
}
.postsSlider .small-slider {
    position: absolute;
    right: 80px;
    bottom: -115px;
}
@media (min-width: 768px) and (max-width: 1219px) {
    .postsSlider .small-slider {
        right: 60px;
    }
}
@media (max-width: 767px) {
    .postsSlider .small-slider {
        display: none;
    }
}
.postsSlider .small-slider__slide {
    padding: 20px;
    position: relative;
    outline: none;
}
.postsSlider .small-slider__slide:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: calc(100% - 40px);
    height: 3px;
    background: #e96b4c;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}
.postsSlider .small-slider__slide img {
    display: block;
    width: 100%;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.8);
}
.wtb-where-to-buy {
    position: relative;
    box-sizing: border-box;
}
.wtb-where-to-buy .wtb-side-panel {
    padding: 0;
    width: 100%;
    margin-bottom: 55px;
}
.wtb-where-to-buy .wtb-side-panel .search-btn {
    padding: 8.5px 10px;
    -webkit-box-flex: 0;
    flex: auto;
    margin-top: 10px;
    max-width: 12rem;
}
@media (min-width: 1120px) {
    .wtb-where-to-buy .wtb-side-panel .search-btn {
        padding: 8.5px 40px;
        margin-left: 20px;
        margin-top: 0;
    }
}
.wtb-where-to-buy .wtb-side-panel .wtb-search {
    position: relative;
    padding: 0;
    line-height: 50px;
    text-align: center;
    font-size: 0;
    z-index: 2;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: start;
    justify-content: flex-start;
    flex-wrap: wrap;
}
@media (min-width: 1600) {
    .wtb-where-to-buy .wtb-side-panel .wtb-search {
        height: 50px;
        padding: 0 20px 0 0;
        flex-wrap: nowrap;
    }
}
@media (min-width: 1400px) {
    .wtb-search .search-btn {
        flex: 0 0 auto;
        margin-right: 1rem;
    }
}
.wtb-where-to-buy .wtb-side-panel .wtb-search input {
    vertical-align: middle;
    display: inline-block;
    outline: none;
    background: none;
    height: 45px;
    border: 1px solid hsla(0, 0%, 100%, 0.1);
    color: #fff;
    font-weight: 700;
    margin: 0;
    font-size: 14px;
    min-width: 0;
    padding: 0 15px;
    -webkit-box-flex: 1;
    flex: 1 0 calc(100% - 45px);
    width: calc(100% - 45px);
}
@media (min-width: 1120px) {
    .wtb-where-to-buy .wtb-side-panel .wtb-search input {
        padding: 0 25px;
        -webkit-box-flex: 0;
        flex: 0 1 auto;
        width: 386px;
    }
}
.wtb-where-to-buy .wtb-side-panel .wtb-search ::-webkit-input-placeholder {
    color: #fff;
    font-weight: 700;
}
.wtb-where-to-buy .wtb-side-panel .wtb-search :-moz-placeholder,
.wtb-where-to-buy .wtb-side-panel .wtb-search ::-moz-placeholder {
    color: #fff;
    font-weight: 700;
}
.wtb-where-to-buy .wtb-side-panel .wtb-search :-ms-input-placeholder {
    color: #fff;
    font-weight: 700;
}
.wtb-where-to-buy .wtb-side-panel .wtb-search .pos-btn {
    display: inline-block;
    vertical-align: middle;
    height: 45px;
    width: 45px;
    min-width: 0;
    padding: 0;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    margin-bottom: 0;
    margin-right: 0;
    border: none;
    outline: none;
    background: transparent no-repeat 50%;
    cursor: pointer;
}
@media (min-width: 1120px) {
    .wtb-where-to-buy .wtb-side-panel .wtb-search .pos-btn {
        margin-right: 20px;
    }
}
.wtb-where-to-buy .wtb-side-panel .wtb-search .wtb-confirm-btn {
    background-image: url(../images/wtb-search.png);
    margin-left: 0;
}
.wtb-where-to-buy .wtb-side-panel .wtb-search .location {
    background-image: url(../images/wtb-location.png);
}
@media (max-width: 1120px) {
    .wtb-where-to-buy .wtb-side-panel .wtb-search .location {
        margin-left: -10px;
    }
}
@-webkit-keyframes rotate-center {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}
@keyframes rotate-center {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}
.wtb-where-to-buy .wtb-side-panel .wtb-search .fetching {
    position: relative;
}
.wtb-where-to-buy .wtb-side-panel .wtb-search .fetching:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/wtb-location.png) no-repeat 50%;
    -webkit-animation: rotate-center 1.2s linear infinite;
    animation: rotate-center 1.2s linear infinite;
}
.wtb-where-to-buy .wtb-side-panel .wtb-search .wtb-range-field {
    -webkit-box-flex: 0;
    flex: 0 0 85px;
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    margin-left: 35px;
}
.wtb-where-to-buy .wtb-side-panel .wtb-search .wtb-range-field .form__input {
    border: 1px solid hsla(0, 0%, 100%, 0.1);
    padding: 13px 25px 13px 15px;
    border-radius: 0;
    margin-top: 10px;
}
@media (min-width: 1120px) {
    .wtb-where-to-buy .wtb-side-panel .wtb-search .wtb-range-field {
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        margin-left: 20px;
    }
    .wtb-where-to-buy .wtb-side-panel .wtb-search .wtb-range-field .form__input {
        border-top: 1px solid hsla(0, 0%, 100%, 0.1);
        margin-top: 0;
    }
}
.wtb-where-to-buy .wtb-map-ctn {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 500px;
    -webkit-transition: width 0.6s cubic-bezier(0.645, 0.045, 0.355, 1), left 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: width 0.6s cubic-bezier(0.645, 0.045, 0.355, 1), left 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.wtb-where-to-buy .wtb-map-ctn .wtb-map {
    width: 100%;
    height: 100%;
    position: relative;
}
@media (min-width: 1220px) {
    .wtb-where-to-buy .wtb-map-ctn {
        height: 680px;
    }
}
.wtb-where-to-buy .wtb-filters {
    z-index: 2;
    width: 100%;
}
.wtb-where-to-buy .wtb-filters .container {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
}
@media (max-width: 1120px) {
    .wtb-where-to-buy .wtb-filters .container {
        padding: 0;
    }
}
@media (min-width: 1120px) {
    .wtb-where-to-buy .wtb-filters {
        margin: -50px 0 0;
        width: 100%;
    }
}
.wtb-where-to-buy .wtb-filters .wtb-filter {
    position: relative;
    color: #fff;
    background: #19191b;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    display: -webkit-box;
    display: flex;
}
.wtb-where-to-buy .wtb-filters .wtb-filter + .wtb-filter:after {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: hsla(0, 0%, 100%, 0.1);
}
@media (min-width: 768px) {
    .wtb-where-to-buy .wtb-filters .wtb-filter + .wtb-filter:after {
        left: 40px;
        width: calc(100% - 80px);
    }
}
.wtb-where-to-buy .wtb-filters .wtb-filter input[type="checkbox"] {
    display: none;
}
.wtb-where-to-buy .wtb-filters .wtb-filter input[type="checkbox"] + label {
    padding: 30px 35px;
    width: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}
.wtb-where-to-buy .wtb-filters .wtb-filter .title {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}
@media (max-width: 767px) {
    .wtb-where-to-buy .wtb-filters .wtb-filter .title {
        margin-bottom: 0;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        flex-direction: row-reverse;
        -webkit-box-pack: end;
        justify-content: flex-end;
    }
}
.wtb-where-to-buy .wtb-filters .wtb-filter .text {
    line-height: 1.85714em;
}
.wtb-where-to-buy .wtb-filters .wtb-filter .pellet {
    width: 14px;
    height: 14px;
    border-radius: 100%;
    margin-right: 10px;
}
@media (min-width: 768px) {
    .wtb-where-to-buy .wtb-filters .wtb-filter .pellet {
        margin-left: 10px;
        margin-right: 0;
    }
}
.wtb-where-to-buy .wtb-filters .wtb-filter.wtb-filter-studio label {
    background: #e96b4c;
}
.wtb-where-to-buy .wtb-filters .wtb-filter.wtb-filter-studio .pellet {
    width: 19px;
    height: 19px;
    border: 5px solid #c6bfa9;
    background: #e96b4c;
}
.wtb-where-to-buy .wtb-filters .wtb-filter.wtb-filter-espace .pellet {
    background: #718b64;
}
.wtb-where-to-buy .wtb-filters .wtb-filter.wtb-filter-dealer .pellet {
    background: #6167ac;
}
@media (min-width: 1024px) {
    .wtb-where-to-buy .wtb-filters .wtb-filter {
        -webkit-box-flex: 0;
        flex: 0 0 33.33333%;
    }
    .wtb-where-to-buy .wtb-filters .wtb-filter + .wtb-filter:after {
        top: 40px;
        left: 0;
        width: 1px;
        height: calc(100% - 80px);
    }
    .wtb-where-to-buy .wtb-filters .wtb-filter input[type="checkbox"] + label {
        padding: 50px 55px;
    }
}
.wtb-where-to-buy .no-dealers {
    margin-bottom: 50px;
    text-align: center;
}
.back-to-top-wrapper {
    position: fixed;
    bottom: 65px;
    right: 0;
    width: 100%;
    pointer-events: none;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
    transition: opacity 0.3s, visibility 0.3s, transform 0.3s, -webkit-transform 0.3s;
}
.back-to-top-wrapper .wrap {
    max-width: 1600px;
    width: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: end;
    justify-content: flex-end;
    margin: 0 auto;
    padding: 0 25px;
}
@media (min-width: 768px) and (max-width: 1219px) {
    .back-to-top-wrapper .wrap {
        padding: 0 10px;
    }
}
@media (min-width: 1220px) {
    .back-to-top-wrapper .wrap {
        padding: 0 15px;
    }
}
.back-to-top-wrapper.shown {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0);
    transform: translate(0);
}
.back-to-top-wrapper.shown .back-to-top {
    pointer-events: all;
}
.back-to-top {
    width: 40px;
    height: 40px;
    cursor: pointer;
}
.back-to-top svg {
    max-width: 100%;
    max-height: 100%;
}
@media (min-width: 1220px) {
    .back-to-top {
        width: 40px;
        height: 40px;
    }
}
@media (min-width: 1366px) {
    .back-to-top {
        width: 52px;
        height: 52px;
    }
}
.share-modal {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    z-index: 999;
    pointer-events: none;
}
.share-modal.active .share-modal-content {
    pointer-events: all;
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
}
.share-modal-content {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    height: auto;
    min-width: 300px;
    max-width: 80%;
    max-height: 80%;
    box-shadow: 2px 4px 10px 0 rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    background: #eae5de;
    color: #000;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(10%);
    transform: translateY(10%);
    -webkit-transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
    transition: opacity 0.3s, visibility 0.3s, transform 0.3s, -webkit-transform 0.3s;
    overflow: hidden;
}
.share-modal-content .close {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}
.share-modal-content .close svg {
    width: 12px;
}
.share-modal-content .title {
    padding: 30px 25px;
    font-size: 24px;
    font-weight: 700;
    -webkit-box-pack: justify;
    justify-content: space-between;
}
.share-modal-content .method-row,
.share-modal-content .title {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}
.share-modal-content .method-row {
    padding: 20px 40px;
    border-top: 1px solid #fff;
    cursor: pointer;
    -webkit-transition: padding 0.3s;
    transition: padding 0.3s;
}
.share-modal-content .method-row .icon {
    margin-right: 13px;
    width: 20px;
}
.share-modal-content .method-row span {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    font-weight: 700;
}
.share-modal-content .method-row span:before {
    display: block;
    content: "";
    height: 30px;
    width: 1px;
    background: #000;
    margin-right: 15px;
}
.share-modal-content .method-row:hover {
    padding-left: 60px;
}
.why {
    padding: 55px 0;
}
@media (min-width: 768px) and (max-width: 1219px) {
    .why {
        padding: 90px 0;
    }
}
@media (min-width: 1220px) {
    .why {
        padding: 120px 0;
    }
}
.why__item {
    width: 100%;
    margin-bottom: 75px;
}
@media (min-width: 768px) and (max-width: 1219px) {
    .why__item {
        -webkit-box-flex: 0;
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: calc(49.95% - 20px);
        max-width: calc(49.95% - 20px);
        width: calc(49.95% - 20px);
        margin-bottom: 50px;
    }
    .why__item:nth-child(1n) {
        margin-right: 40px;
        margin-left: 0;
    }
    .why__item:last-child {
        margin-right: 0;
    }
    .why__item:nth-child(2n) {
        margin-right: 0;
        margin-left: auto;
    }
}
@media (min-width: 1220px) {
    .why__item {
        -webkit-box-flex: 0;
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: calc(33.3% - 26.66667px);
        max-width: calc(33.3% - 26.66667px);
        width: calc(33.3% - 26.66667px);
        margin-bottom: 0;
    }
    .why__item:nth-child(1n) {
        margin-right: 40px;
        margin-left: 0;
    }
    .why__item:last-child {
        margin-right: 0;
    }
    .why__item:nth-child(3n) {
        margin-right: 0;
        margin-left: auto;
    }
}
.why__item:last-child {
    margin-bottom: 0;
}
.why__img {
    position: relative;
    margin-bottom: 35px;
}
@media (max-width: 767px) {
    .why__img {
        position: relative;
        margin-left: -10px;
        margin-right: -10px;
        width: calc(100% + 20px);
        margin-bottom: -75px;
    }
}
.why__img:before {
    content: "";
    display: block;
    height: 0;
    padding-top: 165%;
}
@media (min-width: 768px) and (max-width: 1219px) {
    .why__img:before {
        padding-top: 150%;
    }
}
@media (min-width: 1220px) {
    .why__img:before {
        padding-top: 150%;
    }
}
.why__shadow {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 145px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(36, 36, 39, 0)), to(#242427));
    background: linear-gradient(180deg, rgba(36, 36, 39, 0) 0, #242427);
    z-index: 1;
}
@media (min-width: 768px) {
    .why__shadow {
        display: none;
    }
}
.why__content {
    position: relative;
    z-index: 5;
}
.why__cat {
    font-weight: 700;
    margin-bottom: 15px;
}
.why__name {
    margin-bottom: 20px;
}
.why__text {
    margin: 0;
}
@media (min-width: 768px) and (max-width: 1219px) {
    .innovation {
        padding-bottom: 90px;
    }
}
@media (min-width: 1220px) {
    .innovation {
        padding-bottom: 120px;
    }
}
.innovation__sep {
    display: block;
    height: 1px;
    width: 100%;
    background: #3c3333;
    margin-bottom: 55px;
}
@media (min-width: 768px) {
    .innovation__sep {
        display: none;
    }
}
.innovation__item {
    width: 100%;
    padding: 45px 30px;
    background: #19191b;
}
@media (max-width: 767px) {
    .innovation__item {
        width: calc(100% + 50px);
        margin-left: -25px;
        margin-right: -25px;
    }
}
@media (min-width: 1220px) {
    .innovation__item {
        padding: 55px 100px;
        -webkit-box-flex: 0;
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: calc(49.95% - 20px);
        max-width: calc(49.95% - 20px);
        width: calc(49.95% - 20px);
    }
    .innovation__item:nth-child(1n) {
        margin-right: 40px;
        margin-left: 0;
    }
    .innovation__item:last-child {
        margin-right: 0;
    }
    .innovation__item:nth-child(2n) {
        margin-right: 0;
        margin-left: auto;
    }
}
.innovation__icon {
    width: 100px;
    height: 80px;
    margin-bottom: 60px;
}
@media (min-width: 1220px) {
    .innovation__icon {
        margin-top: -95px;
        margin-bottom: 55px;
    }
}
@media (min-width: 1220px) {
    .innovation__title {
        margin-bottom: 90px;
    }
}
.innovation__text {
    margin-bottom: 20px;
    white-space: pre-wrap;
    text-align: left;
}
.innovation__text ul {
    line-height: 10px;
    list-style: disc;
    padding-left: 20px;
}
.innovation__text ul li {
    line-height: 20px;
}
@media (min-width: 1220px) {
    .innovation__text {
        margin-bottom: 25px;
    }
}
.partners {
    padding: 55px 0;
    background: #fff;
    color: #000;
}
@media (min-width: 768px) and (max-width: 1219px) {
    .partners {
        padding: 90px 0;
    }
}
@media (min-width: 1220px) {
    .partners {
        padding: 120px 0;
    }
}
.partners__title {
    margin-bottom: 25px;
}
.partners__subtitle {
    font-size: 12px;
    line-height: 23px;
    font-weight: 700;
    max-width: 600px;
}
@media (min-width: 1220px) {
    .partners__subtitle {
        font-size: 18px;
        line-height: 32px;
        font-weight: 400;
    }
}
.partners__row {
    margin-top: 60px;
}
@media (min-width: 1220px) {
    .partners__row {
        margin-top: 90px;
    }
}
.partners__item {
    width: 100%;
}
@media (max-width: 767px) {
    .partners__item:last-child {
        margin-bottom: 0;
    }
}
@media (min-width: 768px) and (max-width: 1219px) {
    .partners__item {
        -webkit-box-flex: 0;
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: calc(49.95% - 20px);
        max-width: calc(49.95% - 20px);
        width: calc(49.95% - 20px);
    }
    .partners__item:nth-child(1n) {
        margin-right: 40px;
        margin-left: 0;
    }
    .partners__item:last-child {
        margin-right: 0;
    }
    .partners__item:nth-child(2n) {
        margin-right: 0;
        margin-left: auto;
    }
}
@media (min-width: 1220px) {
    .partners__item {
        -webkit-box-flex: 0;
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: calc(33.3% - 26.66667px);
        max-width: calc(33.3% - 26.66667px);
        width: calc(33.3% - 26.66667px);
    }
    .partners__item:nth-child(1n) {
        margin-right: 40px;
        margin-left: 0;
    }
    .partners__item:last-child {
        margin-right: 0;
    }
    .partners__item:nth-child(3n) {
        margin-right: 0;
        margin-left: auto;
    }
}
.partners__img {
    position: relative;
    margin-bottom: 30px;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.45s cubic-bezier(0.6, 0.05, 0.01, 0.99);
    transition: all 0.45s cubic-bezier(0.6, 0.05, 0.01, 0.99);
}
.partners__img:before {
    content: "";
    display: block;
    height: 0;
    padding-top: 70%;
}
.partners__name {
    font-weight: 700;
    margin-bottom: 15px;
}
@media (min-width: 1220px) {
    .partners__name {
        margin-bottom: 20px;
    }
}
.partners__text {
    margin-bottom: 0;
}
.partners__link {
    display: block;
    text-decoration: none;
    overflow: hidden;
    margin-bottom: 30px;
}
.partners__link .partners__img {
    margin: 0;
}
@media (min-width: 1220px) {
    .partners__link:hover .partners__img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}
.quoteH {
    padding: 0 0 55px;
}
@media (min-width: 768px) and (max-width: 1219px) {
    .quoteH {
        padding: 0 0 90px;
    }
}
@media (min-width: 1220px) {
    .quoteH {
        padding: 0 0 120px;
    }
}
.quoteH__sep {
    display: block;
    height: 1px;
    width: 100%;
    background: #3c3333;
    margin-bottom: 55px;
}
@media (min-width: 768px) {
    .quoteH__sep {
        display: none;
    }
}
.quoteH__content {
    margin: 0 auto;
}
@media (min-width: 768px) {
    .quoteH__content {
        max-width: 445px;
    }
}
@media (min-width: 88000px) {
    .quoteH__content {
        max-width: 650px;
    }
}
.quoteH__text {
    position: relative;
    font-style: italic;
    margin-bottom: 30px;
}
.quoteH__name {
    margin: 0;
}
.category-list-section {
    margin: 85px 0;
    /*margin-bottom: 85px;*/
}
@media (max-width: 767px) {
    .category-list-section {
        margin-bottom: 20px;
    }
}
.category-list {
    display: -webkit-box;
    display: flex;
}
@media (max-width: 767px) {
    .category-list {
        flex-wrap: wrap;
    }
}
.category-list-item {
    padding: 20px 65px;
    -webkit-box-flex: 0;
    /*flex: 0 0 33.33333%;*/
    flex: 0 0 50%;
}
.category-list-item .icon-wrapper {
    height: 30px;
    margin-bottom: 45px;
}
.category-list-item p {
    line-height: 1.85714em;
    margin-bottom: 1em;
}
.category-list-item a {
    font-weight: 700;
    text-decoration: none;
}
.category-list-item a svg {
    fill: #fff;
    margin-right: 10px;
    vertical-align: middle;
}
.category-list-item + .category-list-item {
    border-left: 1px solid hsla(0, 0%, 100%, 0.1);
}
.category-list-item:first-child {
    padding-left: 0;
}
.category-list-item:last-child {
    padding-right: 0;
}
@media (max-width: 1219px) {
    .category-list-item {
        padding: 20px 40px;
    }
}
@media (max-width: 767px) {
    .category-list-item {
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        padding: 40px 0;
    }
    .category-list-item + .category-list-item {
        border-left: none;
        border-top: 1px solid hsla(0, 0%, 100%, 0.1);
    }
}
.featured-product {
    position: relative;
    background: #19191b;
}
.featured-product h2 {
    margin-bottom: 5px;
}
.featured-product strong {
    font-weight: 700;
}
.featured-product p {
    line-height: 1.85714em;
    margin: 30px 0;
}
.featured-product .container {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
}
.featured-product .content {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    padding: 40px 0;
}
@media (min-width: 768px) {
    .featured-product .content {
        -webkit-box-ordinal-group: 2;
        order: 1;
        padding: 75px 0;
        margin-left: calc(8.325% + 3.33333px) !important;
        -webkit-box-flex: 0;
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: calc(41.625% - 23.33333px);
        max-width: calc(41.625% - 23.33333px);
        width: calc(41.625% - 23.33333px);
    }
    .featured-product .content:nth-child(1n) {
        margin-right: 40px;
        margin-left: 0;
    }
    .featured-product .content:last-child {
        margin-right: 0;
    }
    .featured-product .content:nth-child(12n) {
        margin-right: 0;
        margin-left: auto;
    }
}
@media (min-width: 1220px) {
    .featured-product .content {
        -webkit-box-flex: 0;
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: calc(33.3% - 26.66667px);
        max-width: calc(33.3% - 26.66667px);
        width: calc(33.3% - 26.66667px);
        padding: 130px 0;
    }
    .featured-product .content:nth-child(1n) {
        margin-right: 40px;
        margin-left: 0;
    }
    .featured-product .content:last-child {
        margin-right: 0;
    }
    .featured-product .content:nth-child(12n) {
        margin-right: 0;
        margin-left: auto;
    }
}
.featured-product .image {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
}
.featured-product .image img {
    max-width: 100%;
}
@media (min-width: 768px) {
    .featured-product .image {
        -webkit-box-flex: 0;
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: calc(49.95% - 20px);
        max-width: calc(49.95% - 20px);
        width: calc(49.95% - 20px);
        -webkit-box-ordinal-group: 3;
        order: 2;
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        align-items: center;
    }
    .featured-product .image:nth-child(1n) {
        margin-right: 40px;
        margin-left: 0;
    }
    .featured-product .image:last-child {
        margin-right: 0;
    }
    .featured-product .image:nth-child(1n) {
        margin-right: 0;
        margin-left: auto;
    }
    .featured-product .image img {
        max-width: calc(100% - 80px);
    }
}
@media (min-width: 1220px) {
    .featured-product .image {
        -webkit-box-flex: 0;
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: calc(58.275% - 16.66667px);
        max-width: calc(58.275% - 16.66667px);
        width: calc(58.275% - 16.66667px);
    }
    .featured-product .image:nth-child(1n) {
        margin-right: 40px;
        margin-left: 0;
    }
    .featured-product .image:last-child {
        margin-right: 0;
    }
    .featured-product .image:nth-child(1n) {
        margin-right: 0;
        margin-left: auto;
    }
}
.atmosphered-cta {
    position: relative;
    padding: 55px 0;
    background: #252429;
}
.atmosphered-cta--light {
    background: #eae5de;
}
@media (max-width: 767px) {
    .atmosphered-cta--light .btn,
    .atmosphered-cta--light .content,
    .atmosphered-cta--light h2 {
        color: #000;
    }
    .atmosphered-cta--light .btn:after {
        border-color: #000;
    }
}
@media (min-width: 768px) {
    .atmosphered-cta {
        padding: 95px 0;
    }
}
@media (min-width: 1220px) {
    .atmosphered-cta {
        padding: 130px 0;
    }
}
.atmosphered-cta p {
    line-height: 1.85714em;
    margin: 30px 0;
}
.atmosphered-cta .bg {
    background: 50% no-repeat;
    background-size: cover;
    position: relative;
    width: 100%;
    padding-top: 128.67647%;
    margin-bottom: 30px;
}
@media (min-width: 768px) {
    .atmosphered-cta .bg {
        padding-top: 0;
        position: absolute;
        top: 0;
        left: 60px;
        width: calc(100% - 120px);
        height: 100%;
    }
}
@media (min-width: 1220px) {
    .atmosphered-cta .bg {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
}
@media (min-width: 768px) and (max-width: 1219px) {
    .atmosphered-cta .container {
        min-height: 53.25521vw;
        position: relative;
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
    }
}
@media (min-width: 1220px) {
    .atmosphered-cta .container {
        min-height: calc(50.73314vw - 260px);
    }
}
.atmosphered-cta .content {
    position: relative;
    z-index: 2;
}
@media (min-width: 768px) {
    .atmosphered-cta .content {
        margin-left: calc(8.325% + 3.33333px) !important;
        -webkit-box-flex: 0;
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: calc(49.95% - 20px);
        max-width: calc(49.95% - 20px);
        width: calc(49.95% - 20px);
        padding: 80px 0;
    }
    .atmosphered-cta .content:nth-child(1n) {
        margin-right: 40px;
        margin-left: 0;
    }
    .atmosphered-cta .content:last-child {
        margin-right: 0;
    }
    .atmosphered-cta .content:nth-child(12n) {
        margin-right: 0;
        margin-left: auto;
    }
}
@media (min-width: 1220px) {
    .atmosphered-cta .content {
        -webkit-box-flex: 0;
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: calc(33.3% - 26.66667px);
        max-width: calc(33.3% - 26.66667px);
        width: calc(33.3% - 26.66667px);
        padding: 0;
    }
    .atmosphered-cta .content:nth-child(1n) {
        margin-right: 40px;
        margin-left: 0;
    }
    .atmosphered-cta .content:last-child {
        margin-right: 0;
    }
    .atmosphered-cta .content:nth-child(12n) {
        margin-right: 0;
        margin-left: auto;
    }
}
.product-slider {
    padding: 55px 0;
    position: relative;
    overflow: hidden;
}
.product-slider .radial {
    position: absolute;
    bottom: 30%;
    left: 0;
    width: 100%;
    height: calc(100% - 80px);
    overflow: hidden;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    justify-content: center;
}
.product-slider .radial:after {
    position: relative;
    width: 100%;
    height: 100%;
    content: "";
    background: radial-gradient(circle at bottom, hsla(0, 0%, 72.2%, 0.1) 0, hsla(0, 0%, 100%, 0) 60%);
}
.dealer-header .product-slider h1,
.dealer-header .product-slider h1:last-child,
.dealers-header .product-slider h1,
.dealers-header .product-slider h1:last-child,
.product-slider .dealer-header h1,
.product-slider .dealer-header h1:last-child,
.product-slider .dealers-header h1,
.product-slider .dealers-header h1:last-child,
.product-slider .title-1,
.product-slider .title-1:last-child {
    margin-bottom: 25px;
}
@media (min-width: 768px) {
    .product-slider {
        padding: 60px 0;
    }
    .dealer-header .product-slider h1,
    .dealer-header .product-slider h1:last-child,
    .dealers-header .product-slider h1,
    .dealers-header .product-slider h1:last-child,
    .product-slider .dealer-header h1,
    .product-slider .dealer-header h1:last-child,
    .product-slider .dealers-header h1,
    .product-slider .dealers-header h1:last-child,
    .product-slider .title-1,
    .product-slider .title-1:last-child {
        margin-bottom: 50px;
    }
}
@media (min-width: 1220px) {
    .product-slider {
        padding: 120px 0 80px;
    }
    .dealer-header .product-slider h1,
    .dealer-header .product-slider h1:last-child,
    .dealers-header .product-slider h1,
    .dealers-header .product-slider h1:last-child,
    .product-slider .dealer-header h1,
    .product-slider .dealer-header h1:last-child,
    .product-slider .dealers-header h1,
    .product-slider .dealers-header h1:last-child,
    .product-slider .title-1,
    .product-slider .title-1:last-child {
        margin-bottom: 75px;
    }
}
.product-slider-item {
    width: 200px;
    text-align: center;
}
.product-slider-item strong {
    display: inline-block;
    font-weight: 700;
    margin-top: 30px;
}
.product-slider-item img {
    max-width: 100%;
}
.product-slider-item > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.product-slider-item .dealer_model {
    margin-top: 10px;
}
@media (min-width: 768px) {
    .product-slider-item {
        width: 275px;
        padding-left: 20px;
        padding-right: 20px;
    }
}
.showcase {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: justify;
    justify-content: space-between;
    width: 100%;
    min-height: 80vh;
    padding: 40px 0 calc(10vh + 40px);
    margin-bottom: 45px;
    overflow: hidden;
}
@media (max-width: 767px) {
    .showcase {
        padding-bottom: 0;
        min-height: 90vh;
    }
}
.showcase__title {
    margin: 0;
}
.showcase__share li {
    display: inline-block;
    margin-right: 30px;
}
.showcase__share li:last-child {
    margin: 0;
}
.showcase__category {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    font-weight: 700;
    margin: 0;
}
.showcase__category img {
    display: block;
    width: 27px;
    margin-left: 15px;
}
@media (max-width: 767px) {
    .showcase__category {
        width: 100%;
        -webkit-box-pack: justify;
        justify-content: space-between;
        border-top: 1px solid #3c3333;
        border-bottom: 1px solid #3c3333;
        padding: 15px 0;
    }
}
.showcase__images {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
}
@media (max-width: 767px) {
    .showcase__images {
        bottom: 20%;
    }
}
.showcase__product {
    position: absolute;
    display: block;
    left: 50%;
    top: 0;
    height: 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 2;
}
.showcase__bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 10%;
    left: 0;
    opacity: 1;
    z-index: 1;
    -webkit-filter: blur(10px);
    filter: blur(10px);
    -webkit-animation: blur-out 2s 2s forwards;
    animation: blur-out 2s 2s forwards;
}
@-webkit-keyframes blur-out {
    0% {
        -webkit-filter: blur(10px);
        filter: blur(10px);
    }
    to {
        -webkit-filter: blur(0);
        filter: blur(.1px);
    }
}
@keyframes blur-out {
    0% {
        -webkit-filter: blur(10px);
        filter: blur(10px);
    }
    to {
        -webkit-filter: blur(0);
        filter: blur(.1px);
    }
}
.intro {
    padding: 30px 0 0;
}
@media (min-width: 768px) and (max-width: 1219px) {
    .intro {
        padding: 45px 0 0;
    }
}
@media (min-width: 1220px) {
    .intro {
        padding: 60px 0 0;
    }
}
.intro__lead,
.intro__title {
    width: 100%;
}
@media (min-width: 1220px) {
    .intro__lead,
    .intro__title {
        -webkit-box-flex: 0;
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: calc(49.95% - 20px);
        max-width: calc(49.95% - 20px);
        width: calc(49.95% - 20px);
    }
    .intro__lead:nth-child(1n),
    .intro__title:nth-child(1n) {
        margin-right: 40px;
        margin-left: 0;
    }
    .intro__lead:last-child,
    .intro__title:last-child {
        margin-right: 0;
    }
    .intro__lead:nth-child(2n),
    .intro__title:nth-child(2n) {
        margin-right: 0;
        margin-left: auto;
    }
}
@media (min-width: 1220px) {
    .intro__title {
        margin-bottom: 0;
    }
}
.intro__lead {
    margin: 0;
}
.intro__menu {
    max-width: 400px;
    width: 100%;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin-top: 35px;
    font-size: 14px;
}
@media (max-width: 767px) {
    .intro__menu {
        font-size: 11px;
    }
}
.intro__images {
    display: none;
}
@media (min-width: 768px) and (max-width: 1219px) {
    .intro__images {
        display: -webkit-box;
        display: flex;
        margin-top: 90px;
    }
}
@media (min-width: 1220px) {
    .intro__images {
        display: -webkit-box;
        display: flex;
        margin-top: 120px;
    }
}
.intro__image {
    width: 50%;
    position: relative;
}
.intro__image:before {
    content: "";
    display: block;
    height: 0;
    padding-top: 114.62%;
}
.sticky-menu {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    display: -webkit-box;
    display: flex;
    padding-top: 40px;
    padding-bottom: 25px;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(37, 36, 41, 0)), to(#252429));
    background: linear-gradient(180deg, rgba(37, 36, 41, 0), #252429);
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s, visibility 0.3s;
    transition: opacity 0.3s, visibility 0.3s;
}
@media (max-width: 767px) {
    .sticky-menu {
        -webkit-box-align: start;
        align-items: flex-start;
        padding-top: 15px;
        padding-bottom: 10px;
    }
}
.sticky-menu--shown {
    opacity: 1;
    visibility: visible;
}
.sticky-menu__left-block {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}
@media (max-width: 767px) {
    .sticky-menu__left-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-align: start;
        align-items: flex-start;
    }
}
.sticky-menu__title {
    margin-bottom: 0;
    margin-right: 140px;
}
@media (min-width: 768px) and (max-width: 1219px) {
    .sticky-menu__title {
        margin-right: 75px;
    }
}
@media (max-width: 767px) {
    .sticky-menu__title {
        margin-bottom: 20px;
    }
}
.sticky-menu__nav {
    display: -webkit-box;
    display: flex;
}
.sticky-menu__nav__item {
    white-space: nowrap;
    position: relative;
}
.sticky-menu__nav__item a {
    text-decoration: none;
}
@media (max-width: 767px) {
    .sticky-menu__nav__item {
        font-size: 11px;
    }
}
.sticky-menu__nav__item:not(:last-child) {
    margin-right: 45px;
}
@media (min-width: 768px) and (max-width: 1219px) {
    .sticky-menu__nav__item:not(:last-child) {
        margin-right: 35px;
    }
}
@media (max-width: 767px) {
    .sticky-menu__nav__item:not(:last-child) {
        margin-right: 25px;
    }
}
@media (max-width: 375px) {
    .sticky-menu__nav__item:not(:last-child) {
        margin-right: 15px;
    }
}
.sticky-menu__nav__item.active {
    font-weight: 700;
}
.sticky-menu__nav__item.active:after {
    content: "";
    width: calc(100% + 30px);
    position: absolute;
    bottom: -27px;
    left: -15px;
    border-bottom: 2px solid #e96b4c;
}
@media (min-width: 768px) and (max-width: 1219px) {
    .sticky-menu__nav__item.active:after {
        bottom: -25px;
        width: calc(100% + 20px);
        left: -10px;
    }
}
@media (max-width: 767px) {
    .sticky-menu__nav__item.active:after {
        width: 100%;
        bottom: 0;
        left: 0;
        border-bottom: 1px solid #e96b4c;
    }
}
.sticky-menu__share {
    display: -webkit-box;
    display: flex;
}
@media (max-width: 767px) {
    .sticky-menu__share {
        position: absolute;
        right: 20px;
    }
}
.sticky-menu__share li:first-child {
    margin-right: 30px;
}
@media (max-width: 767px) {
    .sticky-menu__share li:first-child {
        display: none;
        position: absolute;
        right: 20px;
    }
}
.innovations {
    padding: 70px 0;
}
@media (min-width: 768px) and (max-width: 1219px) {
    .innovations {
        padding: 110px 0;
    }
}
@media (min-width: 1220px) {
    .innovations {
        padding: 150px 0;
    }
}
.innovations__item {
    margin-bottom: 55px;
}
@media (min-width: 768px) and (max-width: 1219px) {
    .innovations__item {
        margin-bottom: 90px;
    }
    .innovations__item:nth-child(2n) .innovations__content {
        -webkit-box-ordinal-group: 3;
        order: 2;
    }
    .innovations__item:nth-child(2n) .innovations__img {
        -webkit-box-ordinal-group: 2;
        order: 1;
        margin-left: 0;
    }
}
@media (min-width: 1220px) {
    .innovations__item {
        margin-bottom: 120px;
    }
    .innovations__item:nth-child(2n) .innovations__content {
        -webkit-box-ordinal-group: 3;
        order: 2;
    }
    .innovations__item:nth-child(2n) .innovations__img {
        -webkit-box-ordinal-group: 2;
        order: 1;
        margin-left: 0;
    }
}
.innovations__item:last-child {
    margin-bottom: 0;
}
.innovations__content {
    -webkit-box-ordinal-group: 3;
    order: 2;
}
@media (min-width: 768px) and (max-width: 1219px) {
    .innovations__content {
        margin-top: -35px;
        z-index: 5;
        -webkit-box-flex: 0;
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: calc(33.3% - 26.66667px);
        max-width: calc(33.3% - 26.66667px);
        width: calc(33.3% - 26.66667px);
        margin-left: calc(8.325% + 3.33333px) !important;
        -webkit-box-ordinal-group: 2;
        order: 1;
    }
}
@media (min-width: 768px) and (max-width: 1219px) {
    .innovations__content:nth-child(1n) {
        margin-right: 40px;
        margin-left: 0;
    }
    .innovations__content:last-child {
        margin-right: 0;
    }
    .innovations__content:nth-child(2n) {
        margin-right: 0;
        margin-left: auto;
    }
}
@media (min-width: 1220px) {
    .innovations__content {
        -webkit-box-flex: 0;
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: calc(33.3% - 26.66667px);
        max-width: calc(33.3% - 26.66667px);
        width: calc(33.3% - 26.66667px);
        margin-left: calc(8.325% + 3.33333px) !important;
        -webkit-box-ordinal-group: 2;
        order: 1;
    }
    .innovations__content:nth-child(1n) {
        margin-right: 40px;
        margin-left: 0;
    }
    .innovations__content:last-child {
        margin-right: 0;
    }
    .innovations__content:nth-child(2n) {
        margin-right: 0;
        margin-left: auto;
    }
}
.innovations__img,
.innovations__video {
    -webkit-box-ordinal-group: 2;
    order: 1;
    position: relative;
}
.innovations__img:before,
.innovations__video:before {
    content: "";
    display: block;
    height: 0;
    padding-top: 122%;
}
@media (max-width: 767px) {
    .innovations__img,
    .innovations__video {
        margin-left: -10px;
        margin-right: -10px;
        width: calc(100% + 20px);
    }
}
@media (min-width: 768px) and (max-width: 1219px) {
    .innovations__img,
    .innovations__video {
        -webkit-box-flex: 0;
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: calc(49.95% - 20px);
        max-width: calc(49.95% - 20px);
        width: calc(49.95% - 20px);
        height: 50vh;
        -webkit-box-ordinal-group: 2;
        order: 1;
    }
    .innovations__img:nth-child(1n),
    .innovations__video:nth-child(1n) {
        margin-right: 40px;
        margin-left: 0;
    }
    .innovations__img:last-child,
    .innovations__video:last-child {
        margin-right: 0;
    }
    .innovations__img:nth-child(2n),
    .innovations__video:nth-child(2n) {
        margin-right: 0;
        margin-left: auto;
    }
    .innovations__img:before,
    .innovations__video:before {
        display: none;
    }
}
@media (min-width: 1220px) {
    .innovations__img,
    .innovations__video {
        -webkit-box-flex: 0;
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: calc(49.95% - 20px);
        max-width: calc(49.95% - 20px);
        width: calc(49.95% - 20px);
        height: 80vh;
        -webkit-box-ordinal-group: 2;
        order: 1;
    }
    .innovations__img:nth-child(1n),
    .innovations__video:nth-child(1n) {
        margin-right: 40px;
        margin-left: 0;
    }
    .innovations__img:last-child,
    .innovations__video:last-child {
        margin-right: 0;
    }
    .innovations__img:nth-child(2n),
    .innovations__video:nth-child(2n) {
        margin-right: 0;
        margin-left: auto;
    }
    .innovations__img:before,
    .innovations__video:before {
        display: none;
    }
}
.innovations__img .js-videoplayer,
.innovations__video .js-videoplayer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    pointer-events: none;
    overflow: hidden;
}
.innovations__img .js-videoplayer > div,
.innovations__video .js-videoplayer > div {
    padding: 0 !important;
    position: static !important;
}
.innovations__img .js-videoplayer iframe,
.innovations__video .js-videoplayer iframe {
    width: 100% !important;
    height: 100% !important;
    min-height: 100% !important;
    min-width: 100% !important;
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    -webkit-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
}
.innovations__svg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 250px;
    height: 250px;
}
.innovations__svg img {
    display: block;
    width: 100%;
}
.innovations__shadow {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 145px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(36, 36, 39, 0)), to(#242427));
    background: linear-gradient(180deg, rgba(36, 36, 39, 0) 0, #242427);
}
@media (min-width: 768px) {
    .innovations__shadow {
        display: none;
    }
}
.innovations__title {
    margin-bottom: 20px;
}
.innovations__lead {
    margin: 0;
}
.characteristics {
    padding: 0 0 70px;
    background: #eae5de;
}
@media (min-width: 768px) and (max-width: 1219px) {
    .characteristics {
        padding: 0 0 110px;
    }
}
@media (min-width: 1220px) {
    .characteristics {
        padding: 0 0 150px;
    }
}
.characteristics__cover {
    width: 100%;
    margin-bottom: 70px;
}
.characteristics__cover .cover-image {
    height: 60vh;
    width: 100%;
    margin-bottom: 15px;
}
@media (min-width: 768px) {
    .characteristics__cover .cover-image {
        height: 100vh;
        margin-bottom: 20px;
    }
}
.characteristics__cover .credits {
    font-weight: 700;
    text-align: right;
    color: #000;
}
@media (min-width: 768px) and (max-width: 1219px) {
    .characteristics__cover {
        margin-bottom: 110px;
    }
}
@media (min-width: 1220px) {
    .characteristics__cover {
        margin-bottom: 150px;
    }
}
.characteristics__item {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
}
@media (max-width: 767px) {
    .characteristics__item {
        margin-bottom: 50px;
    }
    .characteristics__item:last-child {
        margin-bottom: 0;
    }
}
@media (min-width: 768px) {
    .characteristics__item {
        -webkit-box-flex: 0;
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: calc(33.3% - 26.66667px);
        max-width: calc(33.3% - 26.66667px);
        width: calc(33.3% - 26.66667px);
    }
    .characteristics__item:nth-child(1n) {
        margin-right: 40px;
        margin-left: 0;
    }
    .characteristics__item:last-child {
        margin-right: 0;
    }
    .characteristics__item:nth-child(3n) {
        margin-right: 0;
        margin-left: auto;
    }
}
.characteristics__img {
    display: inline-block;
    margin-bottom: 25px;
    max-width: 100%;
    height: 115px;
}
@media (min-width: 1220px) {
    .characteristics__img {
        margin-bottom: 35px;
    }
}
.characteristics__text {
    color: #000;
    max-width: 200px;
    text-align: center;
}
.mechanisms {
    padding: 0 0 70px;
    background: #eae5de;
}
@media (min-width: 768px) and (max-width: 1219px) {
    .mechanisms {
        padding: 0 0 110px;
    }
}
@media (min-width: 1220px) {
    .mechanisms {
        padding: 0 0 150px;
    }
}
.mechanisms__title {
    color: #000;
    text-align: center;
}
.mechanisms__name {
    font-size: 20px;
}
.mechanisms__slider {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: stretch;
    align-items: stretch;
    overflow: hidden;
    z-index: 1;
    background: #252429;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}
@media (min-width: 1220px) {
    .mechanisms__slider {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
        min-height: 560px;
    }
}
.mechanisms__item {
    position: relative;
    -webkit-box-flex: 1;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 20%;
    -webkit-transition: all 0.45s cubic-bezier(0.6, 0.05, 0.01, 0.99);
    transition: all 0.45s cubic-bezier(0.6, 0.05, 0.01, 0.99);
    border-bottom: 1px solid #d8d8d8;
    -webkit-box-align: center;
    align-items: center;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
}
.mechanisms__item:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #252429;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}
@media (min-width: 1220px) {
    .mechanisms__item {
        -webkit-box-align: end;
        align-items: flex-end;
        border: 0;
        -webkit-transition: all 0.45s cubic-bezier(0.6, 0.05, 0.01, 0.99) 0.4s;
        transition: all 0.45s cubic-bezier(0.6, 0.05, 0.01, 0.99) 0.4s;
    }
}
.mechanisms__item:last-child .mechanisms__preview {
    border: 0;
}
.mechanisms__item--active {
    flex-shrink: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
}
@media (min-width: 1220px) {
    .mechanisms__item--active {
        flex-basis: 70%;
    }
}
@media (max-width: 1219px) {
    .mechanisms__item--active .mechanisms__open {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }
    .mechanisms__item--active .mechanisms__open:after {
        background: #fff;
        opacity: 1;
    }
    .mechanisms__item--active .mechanisms__open svg {
        fill: #252429;
    }
}
@media (min-width: 1220px) {
    .mechanisms__item--active .mechanisms__preview {
        opacity: 0;
        -webkit-transition-delay: 0ms;
        transition-delay: 0ms;
        pointer-events: none;
    }
}
.mechanisms__item--active .mechanisms__content {
    opacity: 1;
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
    pointer-events: all;
    max-width: 675px;
    width: 100%;
}
@media (max-width: 1219px) {
    .mechanisms__item--active .mechanisms__content {
        -webkit-transition: margin-top 0.3s ease-in-out, max-height 0.3s ease-in-out, opacity 0.3s ease-in-out, padding 0ms linear 0ms, max-width 0ms ease-in-out 0ms, width 0ms ease-in-out 0ms;
        transition: margin-top 0.3s ease-in-out, max-height 0.3s ease-in-out, opacity 0.3s ease-in-out, padding 0ms linear 0ms, max-width 0ms ease-in-out 0ms, width 0ms ease-in-out 0ms;
        max-height: 2000px;
        margin-top: -25px;
        padding: 0 30px 25px;
    }
}
@media (min-width: 1220px) {
    .mechanisms__item--active .mechanisms__content .mechanisms__name {
        padding-right: 20px;
        font-size: 30px;
        line-height: 34px;
    }
}
@media (min-width: 1220px) {
    .mechanisms__item--active .mechanisms__content .mechanisms__text {
        margin-top: 5px;
        margin-bottom: 18px;
    }
}
@media (min-width: 1220px) {
    .mechanisms__item--active .mechanisms__content .mechanisms__image {
        padding-left: 50px;
    }
    .mechanisms__item--active .mechanisms__content .mechanisms__image img {
        max-width: 500px;
    }
}
.mechanisms__item--active .mechanisms__close {
    margin-bottom: 50px;
    display: none;
}
@media (min-width: 1220px) {
    .mechanisms__item--active .mechanisms__close {
        position: absolute;
        right: 31px;
        top: 40px;
        display: block;
        z-index: 3;
    }
}
.mechanisms__preview {
    position: relative;
    cursor: pointer;
    width: 100%;
    height: 100%;
    padding: 60px 30px;
    background: none;
    border: 0;
    outline: none;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: opacity 0.4s cubic-bezier(0.6, 0.05, 0.01, 0.99) 0.4s, padding 0.4s cubic-bezier(0.6, 0.05, 0.01, 0.99), -webkit-transform 0.4s cubic-bezier(0.6, 0.05, 0.01, 0.99) 0.4s;
    transition: opacity 0.4s cubic-bezier(0.6, 0.05, 0.01, 0.99) 0.4s, padding 0.4s cubic-bezier(0.6, 0.05, 0.01, 0.99), -webkit-transform 0.4s cubic-bezier(0.6, 0.05, 0.01, 0.99) 0.4s;
    transition: transform 0.4s cubic-bezier(0.6, 0.05, 0.01, 0.99) 0.4s, opacity 0.4s cubic-bezier(0.6, 0.05, 0.01, 0.99) 0.4s, padding 0.4s cubic-bezier(0.6, 0.05, 0.01, 0.99);
    transition: transform 0.4s cubic-bezier(0.6, 0.05, 0.01, 0.99) 0.4s, opacity 0.4s cubic-bezier(0.6, 0.05, 0.01, 0.99) 0.4s, padding 0.4s cubic-bezier(0.6, 0.05, 0.01, 0.99),
        -webkit-transform 0.4s cubic-bezier(0.6, 0.05, 0.01, 0.99) 0.4s;
    z-index: 1;
}
.mechanisms__preview,
.mechanisms__preview .content {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: end;
    justify-content: flex-end;
}
.mechanisms__preview .content {
    height: 200px;
}
.mechanisms__preview:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #19191b;
    opacity: 0;
    -webkit-transition: all 0.45s cubic-bezier(0.6, 0.05, 0.01, 0.99);
    transition: all 0.45s cubic-bezier(0.6, 0.05, 0.01, 0.99);
    z-index: -1;
}
@media (max-width: 1219px) {
    .mechanisms__preview {
        padding: 25px 30px;
        -webkit-transition: all 0.4s cubic-bezier(0.6, 0.05, 0.01, 0.99);
        transition: all 0.4s cubic-bezier(0.6, 0.05, 0.01, 0.99);
    }
    .mechanisms__preview,
    .mechanisms__preview .content {
        height: 100%;
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        justify-content: space-between;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
    }
    .mechanisms__preview .content {
        width: 100%;
    }
}
@media (min-width: 1220px) {
    .mechanisms__preview:hover {
        padding-bottom: 100px;
    }
    .mechanisms__preview:hover .btn:after {
        background: #fff;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 1;
    }
    .mechanisms__preview:hover .btn svg {
        fill: #252429;
    }
    .mechanisms__preview:hover:before {
        opacity: 0.5;
    }
}
.mechanisms__preview .mechanisms__name {
    padding-left: 0;
    padding-right: 10px;
}
@media (min-width: 1220px) {
    .mechanisms__preview .mechanisms__name {
        margin-bottom: auto;
        font-size: 22px;
        padding-right: 0;
    }
}
.mechanisms__preview--sp {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-flex: 0;
    flex-grow: 0;
    flex-shrink: 1;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    pointer-events: none;
    -webkit-transition: opacity 0.4s cubic-bezier(0.6, 0.05, 0.01, 0.99) 0ms, padding 0.4s cubic-bezier(0.6, 0.05, 0.01, 0.99), -webkit-transform 0.4s cubic-bezier(0.6, 0.05, 0.01, 0.99) 0.4s;
    transition: opacity 0.4s cubic-bezier(0.6, 0.05, 0.01, 0.99) 0ms, padding 0.4s cubic-bezier(0.6, 0.05, 0.01, 0.99), -webkit-transform 0.4s cubic-bezier(0.6, 0.05, 0.01, 0.99) 0.4s;
    transition: transform 0.4s cubic-bezier(0.6, 0.05, 0.01, 0.99) 0.4s, opacity 0.4s cubic-bezier(0.6, 0.05, 0.01, 0.99) 0ms, padding 0.4s cubic-bezier(0.6, 0.05, 0.01, 0.99);
    transition: transform 0.4s cubic-bezier(0.6, 0.05, 0.01, 0.99) 0.4s, opacity 0.4s cubic-bezier(0.6, 0.05, 0.01, 0.99) 0ms, padding 0.4s cubic-bezier(0.6, 0.05, 0.01, 0.99), -webkit-transform 0.4s cubic-bezier(0.6, 0.05, 0.01, 0.99) 0.4s;
}
@media (max-width: 1219px) {
    .mechanisms__preview--sp {
        display: none;
    }
}
@media (min-width: 1220px) {
    .mechanisms__preview--sp .mechanisms__name {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        position: absolute;
        bottom: 40px;
        left: 50%;
        -webkit-transition: all 1ms cubic-bezier(0.6, 0.05, 0.01, 0.99) 0.4s;
        transition: all 1ms cubic-bezier(0.6, 0.05, 0.01, 0.99) 0.4s;
    }
}
.mechanisms__open {
    -webkit-box-ordinal-group: 3;
    order: 2;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
@media (min-width: 1220px) {
    .mechanisms__open {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-box-ordinal-group: initial;
        order: 0;
        margin-bottom: 45px;
    }
}
.mechanisms__close {
    display: none;
}
.mechanisms__name {
    position: relative;
    text-align: left;
    -webkit-transform-origin: center left;
    transform-origin: center left;
    z-index: 1;
    margin: 0;
    width: auto;
}
@media (min-width: 1220px) {
    .mechanisms__name {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        width: 100%;
        -webkit-transition: all 0ms cubic-bezier(0.6, 0.05, 0.01, 0.99) 0.4s;
        transition: all 0ms cubic-bezier(0.6, 0.05, 0.01, 0.99) 0.4s;
        padding-left: 50px;
    }
}
.mechanisms__text {
    margin-top: 20px;
}
@media (min-width: 1220px) {
    .mechanisms__text {
        padding-left: 50px;
    }
}
.mechanisms__content {
    opacity: 0;
    max-height: 0;
    max-width: 475px;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: 475px;
    padding: 0;
    pointer-events: none;
    -webkit-transition: margin-top 0.3s ease-in-out, max-height 0.3s ease-in-out, opacity 0.3s ease-in-out, padding 0ms ease-in-out 0.3s, max-width 0.3s ease-in-out 0.3s, width 0.3s ease-in-out 0.3s;
    transition: margin-top 0.3s ease-in-out, max-height 0.3s ease-in-out, opacity 0.3s ease-in-out, padding 0ms ease-in-out 0.3s, max-width 0.3s ease-in-out 0.3s, width 0.3s ease-in-out 0.3s;
    will-change: width, transform, padding, margin-top;
    z-index: 2;
}
.mechanisms__content img {
    max-width: 100%;
}
@media (min-width: 1220px) {
    .mechanisms__content {
        max-height: none;
        position: absolute;
        top: 0;
        left: 0;
        padding: 40px;
        -webkit-transition: opacity 0.3s ease-in-out, width 0.3s ease-in-out, max-width 0.3s ease-in-out;
        transition: opacity 0.3s ease-in-out, width 0.3s ease-in-out, max-width 0.3s ease-in-out;
    }
}
.mechanisms__content .mechanisms__name {
    display: none;
}
@media (min-width: 1220px) {
    .mechanisms__content .mechanisms__name {
        display: block;
    }
}
.mechanisms__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
@media (max-width: 1219px) {
    .mechanisms__bg {
        background-position: top;
        background-size: auto;
    }
}
.mechanisms__bg--item {
    opacity: 0;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
@media (min-width: 1220px) {
    .mechanisms__bg--item {
        -webkit-transition-delay: 0.45s;
        transition-delay: 0.45s;
    }
}
.mechanisms--active .mechanisms__item--active:after,
.mechanisms__bg--active {
    opacity: 1;
    -webkit-transition-delay: 0ms;
    transition-delay: 0ms;
}
@media (min-width: 1220px) {
    .mechanisms--active .mechanisms__item {
        border-right: 1px solid #d8d8d8;
    }
    .mechanisms--active .mechanisms__item:last-child {
        border: 0;
    }
}
.mechanisms--active .mechanisms__item:not(.mechanisms__item--active) {
    flex-shrink: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -webkit-transition-delay: 0ms;
    transition-delay: 0ms;
}
@media (min-width: 1220px) {
    .mechanisms--active .mechanisms__item:not(.mechanisms__item--active) {
        flex-basis: 5%;
        -webkit-box-flex: 0;
        flex-grow: 0;
        -webkit-transition-delay: 0.5s;
        transition-delay: 0.5s;
    }
}
@media (min-width: 1220px) {
    .mechanisms--active .mechanisms__item:not(.mechanisms__item--active) .mechanisms__preview {
        opacity: 0;
        -webkit-transition-delay: 0ms;
        transition-delay: 0ms;
        padding: 40px 15px;
    }
    .mechanisms--active .mechanisms__item:not(.mechanisms__item--active) .mechanisms__preview--sp {
        opacity: 1;
        pointer-events: all;
        -webkit-transition: opacity 0.4s cubic-bezier(0.6, 0.05, 0.01, 0.99) 0.4s, padding 0.4s cubic-bezier(0.6, 0.05, 0.01, 0.99), -webkit-transform 0.4s cubic-bezier(0.6, 0.05, 0.01, 0.99) 0.4s;
        transition: opacity 0.4s cubic-bezier(0.6, 0.05, 0.01, 0.99) 0.4s, padding 0.4s cubic-bezier(0.6, 0.05, 0.01, 0.99), -webkit-transform 0.4s cubic-bezier(0.6, 0.05, 0.01, 0.99) 0.4s;
        transition: transform 0.4s cubic-bezier(0.6, 0.05, 0.01, 0.99) 0.4s, opacity 0.4s cubic-bezier(0.6, 0.05, 0.01, 0.99) 0.4s, padding 0.4s cubic-bezier(0.6, 0.05, 0.01, 0.99);
        transition: transform 0.4s cubic-bezier(0.6, 0.05, 0.01, 0.99) 0.4s, opacity 0.4s cubic-bezier(0.6, 0.05, 0.01, 0.99) 0.4s, padding 0.4s cubic-bezier(0.6, 0.05, 0.01, 0.99),
            -webkit-transform 0.4s cubic-bezier(0.6, 0.05, 0.01, 0.99) 0.4s;
    }
}
@media (min-width: 1220px) {
    .mechanisms--active .mechanisms__item:not(.mechanisms__item--active) .mechanisms__name {
        font-size: 18px;
        width: 300%;
        -webkit-transition: all 0ms cubic-bezier(0.6, 0.05, 0.01, 0.99) 0.4s;
        transition: all 0ms cubic-bezier(0.6, 0.05, 0.01, 0.99) 0.4s;
    }
}
@media (min-width: 1220px) {
    .mechanisms--loading .mechanisms__preview {
        opacity: 0;
        -webkit-transition-delay: 0ms;
        transition-delay: 0ms;
    }
}
.performance {
    padding: 0 0 70px;
    background: #eae5de;
}
@media (min-width: 768px) and (max-width: 1219px) {
    .performance {
        padding: 0 0 110px;
    }
}
@media (min-width: 1220px) {
    .performance {
        padding: 0 0 150px;
    }
}
.performance__img {
    text-align: center;
    margin: 0 auto 40px;
}
@media (min-width: 1220px) {
    .performance__img {
        margin: 0;
        -webkit-box-flex: 0;
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: calc(41.625% - 23.33333px);
        max-width: calc(41.625% - 23.33333px);
        width: calc(41.625% - 23.33333px);
    }
    .performance__img:nth-child(1n) {
        margin-right: 40px;
        margin-left: 0;
    }
    .performance__img:last-child {
        margin-right: 0;
    }
    .performance__img:nth-child(2n) {
        margin-right: 0;
        margin-left: auto;
    }
}
.performance__img img {
    display: inline-block;
    max-width: 100%;
}
@media (min-width: 1220px) {
    .performance__content {
        -webkit-box-flex: 0;
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: calc(49.95% - 20px);
        max-width: calc(49.95% - 20px);
        width: calc(49.95% - 20px);
        margin-left: calc(8.325% + 3.33333px) !important;
    }
    .performance__content:nth-child(1n) {
        margin-right: 40px;
        margin-left: 0;
    }
    .performance__content:last-child {
        margin-right: 0;
    }
    .performance__content:nth-child(2n) {
        margin-right: 0;
        margin-left: auto;
    }
}
.performance__title {
    margin-bottom: 50px;
}
.performance__items {
    border-top: 1px solid #000;
    -webkit-box-align: stretch;
    align-items: stretch;
    flex-wrap: wrap;
}
.performance__item,
.performance__items {
    display: -webkit-box;
    display: flex;
    width: 100%;
}
.performance__item {
    position: relative;
    align-self: stretch;
    -webkit-box-align: start;
    align-items: flex-start;
    padding: 20px 0;
    border-bottom: 1px solid #000;
}
@media (min-width: 768px) {
    .performance__item {
        padding: 35px 0;
        -webkit-box-flex: 0;
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: calc(49.95% - 20px);
        max-width: calc(49.95% - 20px);
        width: calc(49.95% - 20px);
    }
    .performance__item:nth-child(1n) {
        margin-right: 40px;
        margin-left: 0;
    }
    .performance__item:last-child {
        margin-right: 0;
    }
    .performance__item:nth-child(2n) {
        margin-right: 0;
        margin-left: auto;
    }
    .performance__item:nth-child(1n):after {
        content: "";
        position: absolute;
        bottom: -1px;
        right: -41px;
        width: 41px;
        height: 1px;
        background: #000;
    }
    .performance__item:last-child:after,
    .performance__item:nth-child(2n):after {
        display: none;
    }
}
.performance__number {
    display: inline-block;
    color: #000;
    font-size: 40px;
    line-height: 42px;
    font-weight: 400;
    margin-right: 20px;
    -webkit-box-flex: 0;
    flex-grow: 0;
    flex-shrink: 0;
}
@media (min-width: 768px) {
    .performance__number {
        font-size: 80px;
        line-height: 84px;
    }
}
.performance__text {
    display: inline-block;
    -webkit-box-flex: 0;
    flex-grow: 0;
    margin: 0;
}
.quote {
    padding: 0 0 55px;
    background: #eae5de;
}
@media (min-width: 768px) and (max-width: 1219px) {
    .quote {
        padding: 0 0 90px;
    }
}
@media (min-width: 1220px) {
    .quote {
        padding: 0 0 120px;
    }
}
.quote__img {
    width: 100%;
    margin-bottom: 40px;
    text-align: center;
}
@media (min-width: 768px) and (max-width: 1219px) {
    .quote__img {
        -webkit-box-flex: 0;
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: calc(33.3% - 26.66667px);
        max-width: calc(33.3% - 26.66667px);
        width: calc(33.3% - 26.66667px);
        margin-bottom: 0;
    }
    .quote__img:nth-child(1n) {
        margin-right: 40px;
        margin-left: 0;
    }
    .quote__img:last-child {
        margin-right: 0;
    }
    .quote__img:nth-child(2n) {
        margin-right: 0;
        margin-left: auto;
    }
}
@media (min-width: 1220px) {
    .quote__img {
        -webkit-box-flex: 0;
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: calc(41.625% - 23.33333px);
        max-width: calc(41.625% - 23.33333px);
        width: calc(41.625% - 23.33333px);
        margin-bottom: 0;
    }
    .quote__img:nth-child(1n) {
        margin-right: 40px;
        margin-left: 0;
    }
    .quote__img:last-child {
        margin-right: 0;
    }
    .quote__img:nth-child(2n) {
        margin-right: 0;
        margin-left: auto;
    }
}
.quote__img img {
    margin: 0 auto;
    max-width: 100%;
}
@media (min-width: 768px) and (max-width: 1219px) {
    .quote__content {
        -webkit-box-flex: 0;
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: calc(66.6% - 13.33333px);
        max-width: calc(66.6% - 13.33333px);
        width: calc(66.6% - 13.33333px);
    }
    .quote__content:nth-child(1n) {
        margin-right: 40px;
        margin-left: 0;
    }
    .quote__content:last-child {
        margin-right: 0;
    }
    .quote__content:nth-child(2n) {
        margin-right: 0;
        margin-left: auto;
    }
}
@media (min-width: 1220px) {
    .quote__content {
        -webkit-box-flex: 0;
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: calc(58.275% - 16.66667px);
        max-width: calc(58.275% - 16.66667px);
        width: calc(58.275% - 16.66667px);
    }
    .quote__content:nth-child(1n) {
        margin-right: 40px;
        margin-left: 0;
    }
    .quote__content:last-child {
        margin-right: 0;
    }
    .quote__content:nth-child(2n) {
        margin-right: 0;
        margin-left: auto;
    }
}
.quote__content strong {
    font-weight: 700;
}
.quote__content em {
    font-style: italic;
}
.quote__title {
    margin-bottom: 20px;
}
.quote__text {
    margin-bottom: 0;
}
.specs {
    padding: 55px 0 0;
    background: #fff;
    overflow: hidden;
    z-index: 0;
}
@media (min-width: 768px) and (max-width: 1219px) {
    .specs {
        padding: 90px 0 0;
    }
}
@media (min-width: 1220px) {
    .specs {
        padding: 120px 0 0;
    }
}
.specs__models-categories {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    align-items: flex-end;
    margin-bottom: 50px;
    position: relative;
}
.specs__models-categories.no-categories {
    display: none;
}
.specs__models-categories:before {
    content: "";
    display: none;
}
@media (min-width: 768px) {
    .specs__models-categories:before {
        display: block;
        width: 250px;
    }
}
@media (min-width: 1220px) {
    .specs__models-categories:before {
        margin-right: 40px;
        -webkit-box-flex: 0;
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: calc(41.625% - 23.33333px);
        max-width: calc(41.625% - 23.33333px);
        width: calc(41.625% - 23.33333px);
    }
    .specs__models-categories:before:nth-child(1n) {
        margin-right: 40px;
        margin-left: 0;
    }
    .specs__models-categories:before:last-child {
        margin-right: 0;
    }
    .specs__models-categories:before:nth-child(2n) {
        margin-right: 0;
        margin-left: auto;
    }
}
.specs__models-categories:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #979797;
}
@media (min-width: 768px) {
    .specs__models-categories:after {
        margin-left: 250px;
    }
}
@media (min-width: 1220px) {
    .specs__models-categories:after {
        margin-left: calc(41.625% + 16.66667px) !important;
    }
}
@media (min-width: 768px) {
    .specs__models-categories {
        -webkit-box-pack: start;
        justify-content: flex-start;
    }
}
.specs__model-category {
    font-weight: 700;
    padding-bottom: 30px;
    color: #979797;
    position: relative;
    cursor: pointer;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    font-size: 0.8em;
    padding-right: 10px;
    z-index: 2;
}
.specs__model-category sup {
    font-size: 0.8em;
    position: absolute;
    top: -0.8em;
    right: 0;
}
.specs__model-category + .specs__model-category {
    margin-left: 25px;
}
.specs__model-category:after {
    content: "";
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #e96b4c;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
}
.specs__model-category.active,
.specs__model-category:hover {
    color: #000;
}
.specs__model-category.active:after,
.specs__model-category:hover:after {
    -webkit-transform: scale(1);
    transform: scale(1);
}
@media (min-width: 768px) {
    .specs__model-category {
        font-size: 1em;
        padding-right: 0;
    }
    .specs__model-category sup {
        right: -1.5em;
    }
    .specs__model-category + .specs__model-category {
        margin-left: 55px;
    }
}
.specs__table__category {
    display: none;
}
.specs__table__category.active {
    display: block;
}
.specs__intro {
    margin-bottom: 100px;
}
.specs__subtitle {
    font-weight: 700;
    margin-bottom: 10px;
}
.specs__title {
    max-width: 500px;
    margin-bottom: 25px;
}
.specs__lead p {
    max-width: 500px;
    margin: 0;
}
.specs__row {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}
.specs__row:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100vw;
    height: 1px;
    background: #000;
}
.specs__row:last-child:after {
    display: none;
}
.specs__row--main {
    -webkit-box-align: end;
    align-items: flex-end;
}
.specs__name {
    position: relative;
    margin-bottom: 0;
    font-weight: 700;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: start;
    justify-content: flex-start;
    padding: 15px 0 16px;
    width: 110px;
    margin-right: 25px;
    flex-shrink: 0;
}
@media (min-width: 768px) {
    .specs__name {
        width: 200px;
    }
}
@media (min-width: 1220px) {
    .specs__name {
        -webkit-box-flex: 0;
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: calc(41.625% - 23.33333px);
        max-width: calc(41.625% - 23.33333px);
        width: calc(41.625% - 23.33333px);
        padding: 25px 0 26px;
    }
    .specs__name:nth-child(1n) {
        margin-right: 40px;
        margin-left: 0;
    }
    .specs__name:last-child {
        margin-right: 0;
    }
    .specs__name:nth-child(2n) {
        margin-right: 0;
        margin-left: auto;
    }
}
.specs__name--main {
    padding-bottom: 26px;
}
.specs__name .btn {
    font-weight: 400;
}
.specs__content {
    -webkit-box-flex: 1;
    flex-grow: 1;
    flex-shrink: 1;
    align-self: stretch;
    width: calc(100% - 135px);
    display: -webkit-box;
    display: flex;
}
@media (max-width: 767px) {
    .specs__content {
        margin-right: -25px;
        margin-left: 0;
    }
}
@media (min-width: 768px) and (max-width: 1219px) {
    .specs__content {
        margin-right: -60px;
        margin-left: 0;
    }
}
@media (min-width: 1220px) {
    .specs__content {
        -webkit-box-flex: 0;
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: calc(66.6% - 13.33333px);
        max-width: calc(66.6% - 13.33333px);
        width: calc(66.6% - 13.33333px);
    }
    .specs__content:nth-child(1n) {
        margin-right: 40px;
        margin-left: 0;
    }
    .specs__content:last-child {
        margin-right: 0;
    }
    .specs__content:nth-child(2n) {
        margin-right: 0;
        margin-left: auto;
    }
}
.specs__content .swiper-container {
    height: 100%;
    padding: 15px 20px 16px 0;
    margin-left: 0;
}
@media (min-width: 1220px) {
    .specs__content .swiper-container {
        padding: 25px 40px 26px 0;
    }
}
.specs__col {
    width: 165px;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    justify-content: center;
    margin-bottom: 0;
}
.specs__col--main {
    padding-bottom: 10px;
    -webkit-box-pack: end;
    justify-content: flex-end;
}
@media (min-width: 768px) and (max-width: 1219px) {
    .specs__col--main {
        padding-bottom: 17px;
    }
}
@media (min-width: 1220px) {
    .specs__col--main {
        padding-bottom: 7px;
    }
}
.specs__icon--name {
    width: 100%;
    max-width: 40px;
    max-height: 40px;
    margin-right: 60px;
}
@media (max-width: 767px) {
    .specs__icon--name {
        display: none;
    }
}
.specs__icon--model {
    height: 100%;
    max-height: 75px;
    margin-bottom: 50px;
}
.specMore {
    position: absolute;
    top: 50%;
    left: 0;
    width: 450px;
    -webkit-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0);
    padding: 20px;
    background: #252429;
    z-index: 200;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.45s cubic-bezier(0.6, 0.05, 0.01, 0.99);
    transition: all 0.45s cubic-bezier(0.6, 0.05, 0.01, 0.99);
}
@media (max-width: 767px) {
    .specMore {
        max-width: calc(100vw - 50px);
    }
}
.specMore__close {
    position: absolute;
    top: 20px;
    right: 20px;
}
.specMore__content {
    padding-right: 60px;
}
.specMore--active {
    pointer-events: all;
    opacity: 1;
    -webkit-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
}
.specsTech {
    padding: 55px 0 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    flex-wrap: wrap;
}
@media (min-width: 768px) and (max-width: 1219px) {
    .specsTech {
        padding: 90px 0 0;
    }
}
@media (min-width: 1220px) {
    .specsTech {
        padding: 120px 0 0;
    }
}
.specsTech__title {
    margin: 0;
    width: 100%;
}
@media (max-width: 767px) {
    .specsTech__title {
        margin-bottom: 40px;
    }
}
@media (min-width: 768px) and (max-width: 1219px) {
    .specsTech__title {
        margin-bottom: 40px;
    }
}
@media (min-width: 1220px) {
    .specsTech__title {
        -webkit-box-flex: 0;
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: calc(33.3% - 26.66667px);
        max-width: calc(33.3% - 26.66667px);
        width: calc(33.3% - 26.66667px);
        margin-top: 13px;
    }
    .specsTech__title:nth-child(1n) {
        margin-right: 40px;
        margin-left: 0;
    }
    .specsTech__title:last-child {
        margin-right: 0;
    }
    .specsTech__title:nth-child(2n) {
        margin-right: 0;
        margin-left: auto;
    }
}
.specsTech__wrapper {
    width: 100%;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    justify-content: flex-end;
}
@media (min-width: 1220px) {
    .specsTech__wrapper {
        -webkit-box-flex: 0;
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: calc(66.6% - 13.33333px);
        max-width: calc(66.6% - 13.33333px);
        width: calc(66.6% - 13.33333px);
        flex-wrap: nowrap;
    }
    .specsTech__wrapper:nth-child(1n) {
        margin-right: 40px;
        margin-left: 0;
    }
    .specsTech__wrapper:last-child {
        margin-right: 0;
    }
    .specsTech__wrapper:nth-child(2n) {
        margin-right: 0;
        margin-left: auto;
    }
}
.specsTech__item {
    -webkit-box-flex: 0;
    flex-grow: 0;
    flex-shrink: 1;
    color: #000;
    margin-right: 20px;
}
@media (max-width: 767px) {
    .specsTech__item {
        width: 100%;
        margin-bottom: 20px;
        margin-right: 0;
    }
}
@media (min-width: 768px) and (max-width: 1219px) {
    .specsTech__item {
        width: 100%;
        margin-bottom: 20px;
        margin-right: 0;
    }
}
.specsTech__item:last-child {
    margin: 0;
}
.specsTech__item--active .specsTech__choices {
    pointer-events: all;
    max-height: 1000px;
    opacity: 1;
}
.specsTech__name {
    position: relative;
    cursor: pointer;
    display: block;
    font-weight: 700;
    margin: 0;
    padding: 15px 40px 15px 30px;
    border: 1px solid #000;
    outline: none;
    width: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: start;
    justify-content: flex-start;
    background: #fff;
}
.specsTech__name--image {
    padding: 10px 20px;
}
.specsTech__name--image img {
    height: 36px;
}
@media (min-width: 768px) and (max-width: 1219px) {
    .specsTech__name {
        padding: 15px 40px 15px 15px;
    }
}
.specsTech__pdf {
    margin-right: 10px;
}
.specsTech__arrow {
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.specsTech__choices {
    pointer-events: none;
    border: 1px solid #000;
    border-top: 0;
    opacity: 0;
    max-height: 0;
    -webkit-transition: all 0.45s cubic-bezier(0.6, 0.05, 0.01, 0.99);
    transition: all 0.45s cubic-bezier(0.6, 0.05, 0.01, 0.99);
}
.specsTech__choices li {
    display: none;
}
.specsTech__choices li.active {
    display: list-item;
}
.specsTech__choices li:last-child .specsTech__link {
    border-bottom: 0;
}
.specsTech__link {
    position: relative;
    overflow: hidden;
    display: block;
    padding: 15px 15px 15px 30px;
    border-bottom: 1px solid #000;
    background: #fff;
    text-decoration: none;
    will-change: background;
    -webkit-transition: all 0.45s cubic-bezier(0.6, 0.05, 0.01, 0.99);
    transition: all 0.45s cubic-bezier(0.6, 0.05, 0.01, 0.99);
}
@media (min-width: 1220px) {
    .specsTech__link:hover {
        color: #fff;
        background: -webkit-gradient(linear, left top, right top, from(#e96b4c), color-stop(#eb9d5f), to(#e96b4c));
        background: linear-gradient(90deg, #e96b4c, #eb9d5f, #e96b4c);
        background-size: 600% 600%;
        -webkit-animation: fire 15s infinite;
        animation: fire 15s infinite;
    }
}
.frames {
    padding: 55px 0 0;
    background: #fff;
    color: #000;
}
@media (min-width: 768px) and (max-width: 1219px) {
    .frames {
        padding: 90px 0 0;
    }
}
@media (min-width: 1220px) {
    .frames {
        padding: 120px 0 0;
    }
}
.frames__intro {
    margin-bottom: 20px;
}
@media (min-width: 768px) and (max-width: 1219px) {
    .frames__intro {
        margin-bottom: 35px;
    }
}
@media (min-width: 1220px) {
    .frames__intro {
        margin-bottom: 50px;
    }
}
.frames__intro__wrapper {
    position: relative;
    z-index: 5;
}
@media (min-width: 1023px) {
    .frames__intro__wrapper {
        -webkit-box-flex: 0;
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: calc(49.95% - 20px);
        max-width: calc(49.95% - 20px);
        width: calc(49.95% - 20px);
        display: -webkit-box;
        display: flex;
    }
    .frames__intro__wrapper:nth-child(1n) {
        margin-right: 40px;
        margin-left: 0;
    }
    .frames__intro__wrapper:last-child {
        margin-right: 0;
    }
    .frames__intro__wrapper:nth-child(2n) {
        margin-right: 0;
        margin-left: auto;
    }
}
@media (min-width: 1023px) {
    .frames__intro__content {
        -webkit-box-flex: 0;
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: calc(66.6% - 13.33333px);
        max-width: calc(66.6% - 13.33333px);
        width: calc(66.6% - 13.33333px);
    }
    .frames__intro__content:nth-child(1n) {
        margin-right: 40px;
        margin-left: 0;
    }
    .frames__intro__content:last-child {
        margin-right: 0;
    }
    .frames__intro__content:nth-child(6n) {
        margin-right: 0;
        margin-left: auto;
    }
}
.frames__intro__img {
    position: relative;
    margin-bottom: 30px;
    margin-left: -10px;
    margin-right: -10px;
    width: calc(100% + 20px);
}
.frames__intro__img:before {
    content: "";
    display: block;
    height: 0;
    padding-top: 130%;
}
@media (min-width: 1023px) {
    .frames__intro__img {
        -webkit-box-flex: 0;
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: calc(49.95% - 20px);
        max-width: calc(49.95% - 20px);
        width: calc(49.95% - 20px);
        height: 60vh;
        margin-bottom: 0;
    }
    .frames__intro__img:nth-child(1n) {
        margin-right: 40px;
        margin-left: 0;
    }
    .frames__intro__img:last-child {
        margin-right: 0;
    }
    .frames__intro__img:nth-child(2n) {
        margin-right: 0;
        margin-left: auto;
    }
    .frames__intro__img:before {
        display: none;
    }
}
.frames__subtitle {
    font-weight: 700;
    margin-bottom: 10px;
}
.frames__title {
    margin: 0;
}
.frames__item {
    width: 222px;
    margin-bottom: 45px;
}
@media (min-width: 1220px) {
    .frames__item {
        -webkit-box-flex: 0;
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: calc(24.975% - 30px);
        max-width: calc(24.975% - 30px);
        width: calc(24.975% - 30px);
    }
    .frames__item:nth-child(1n) {
        margin-right: 40px;
        margin-left: 0;
    }
    .frames__item:last-child {
        margin-right: 0;
    }
    .frames__item:nth-child(4n) {
        margin-right: 0;
        margin-left: auto;
    }
}
.frames__img {
    position: relative;
    margin-bottom: 15px;
}
.frames__img:before {
    content: "";
    display: block;
    height: 0;
    padding-top: 150%;
}
@media (min-width: 1220px) {
    .frames__img:before {
        padding-top: 115%;
    }
}
@media (min-width: 1220px) {
    .frames__img {
        margin-bottom: 45px;
    }
}
.frames__name {
    margin-bottom: 10px;
}
.tints {
    padding: 55px 0 0;
    background: #fff;
    color: #000;
}
.tints img {
    max-width: 100%;
    height: auto;
}
.tints h5 {
    font-weight: 700;
}
.tints__subtitle {
    font-weight: 700;
    margin-bottom: 10px;
}
.tints__intro {
    margin-bottom: 30px;
}
@media (min-width: 1220px) {
    .tints__intro {
        margin-bottom: 50px;
    }
}
.tints__title {
    margin: 0;
}
.tints__item {
    width: 222px;
    margin-bottom: 45px;
}
@media (min-width: 1220px) {
    .tints__item {
        -webkit-box-flex: 0;
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: calc(33.3% - 26.66667px);
        max-width: calc(33.3% - 26.66667px);
        width: calc(33.3% - 26.66667px);
    }
    .tints__item:nth-child(1n) {
        margin-right: 40px;
        margin-left: 0;
    }
    .tints__item:last-child {
        margin-right: 0;
    }
    .tints__item:nth-child(3n) {
        margin-right: 0;
        margin-left: auto;
    }
}
.tints__img {
    position: relative;
    margin-bottom: 15px;
}
.tints__img:before {
    content: "";
    display: block;
    height: 0;
    padding-top: 50px;
}
@media (min-width: 1220px) {
    .tints__img:before {
        padding-top: 50px;
    }
}
@media (min-width: 1220px) {
    .tints__img {
        margin-bottom: 25px;
    }
}
@media (min-width: 768px) {
    .tints__text {
        -webkit-box-flex: 0;
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: calc(49.95% - 20px);
        max-width: calc(49.95% - 20px);
        width: calc(49.95% - 20px);
        margin-left: 0;
    }
    .tints__text:nth-child(1n) {
        margin-right: 40px;
        margin-left: 0;
    }
    .tints__text:last-child {
        margin-right: 0;
    }
}
@media (min-width: 768px) and (max-width: 1219px) {
    .tints {
        padding: 90px 0 0;
    }
}
@media (min-width: 1220px) {
    .tints {
        padding: 90px 0;
    }
}
.finishings {
    padding: 55px 0 0;
    background: #fff;
}
@media (min-width: 768px) and (max-width: 1219px) {
    .finishings {
        padding: 90px 0 0;
    }
}
@media (min-width: 1220px) {
    .finishings {
        padding: 120px 0 0;
        margin-bottom: -40px;
    }
}
.finishings__intro {
    margin-bottom: 20px;
}
@media (min-width: 768px) and (max-width: 1219px) {
    .finishings__intro {
        margin-bottom: 35px;
    }
}
@media (min-width: 1220px) {
    .finishings__intro {
        margin-bottom: 50px;
    }
}
.finishings__subtitle {
    font-weight: 700;
    margin-bottom: 10px;
}
.finishings__title {
    margin: 0;
}
.finishings__item {
    width: 222px;
}
@media (min-width: 1220px) {
    .finishings__item {
        -webkit-box-flex: 0;
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: calc(33.3% - 26.66667px);
        max-width: calc(33.3% - 26.66667px);
        width: calc(33.3% - 26.66667px);
        margin-bottom: 40px;
    }
    .finishings__item:nth-child(1n) {
        margin-right: 40px;
        margin-left: 0;
    }
    .finishings__item:last-child {
        margin-right: 0;
    }
    .finishings__item:nth-child(3n) {
        margin-right: 0;
        margin-left: auto;
    }
}
.finishings__img {
    position: relative;
    margin-bottom: 45px;
}
.finishings__img:before {
    content: "";
    display: block;
    height: 0;
    padding-top: 150%;
}
@media (min-width: 1220px) {
    .finishings__img:before {
        padding-top: 115%;
    }
}
.finishings__name {
    margin-bottom: 10px;
}
.accessories {
    background: #fff;
    padding: 55px 0;
}
@media (min-width: 768px) and (max-width: 1219px) {
    .accessories {
        padding: 90px 0;
    }
}
@media (min-width: 1220px) {
    .accessories {
        padding: 120px 0 30px;
    }
}
.accessories__intro {
    margin-bottom: 20px;
}
@media (min-width: 768px) and (max-width: 1219px) {
    .accessories__intro {
        margin-bottom: 35px;
    }
}
@media (min-width: 1220px) {
    .accessories__intro {
        margin-bottom: 50px;
    }
}
.accessories__subtitle {
    font-weight: 700;
    margin-bottom: 10px;
}
.accessories__title {
    margin: 0;
}
.accessories__item {
    width: 222px;
}
@media (min-width: 1220px) {
    .accessories__item {
        -webkit-box-flex: 0;
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: calc(24.975% - 30px);
        max-width: calc(24.975% - 30px);
        width: calc(24.975% - 30px);
        margin-bottom: 90px;
    }
    .accessories__item:nth-child(1n) {
        margin-right: 40px;
        margin-left: 0;
    }
    .accessories__item:last-child {
        margin-right: 0;
    }
    .accessories__item:nth-child(4n) {
        margin-right: 0;
        margin-left: auto;
    }
}
.accessories__img {
    position: relative;
    margin-bottom: 40px;
}
.accessories__img:before {
    content: "";
    display: block;
    height: 0;
    padding-top: 100%;
}
.accessories__name {
    margin-bottom: 10px;
}
.accessories__text {
    margin-bottom: 15px;
}
.accessories__link {
    margin-bottom: 10px;
}
.accessories div:last-child > .accessories__link {
    margin-bottom: 0;
}
.categories {
    margin-top: 45px;
}
@media (min-width: 768px) and (max-width: 1219px) {
    .categories {
        margin-top: 15px;
    }
}
@media (min-width: 1220px) {
    .categories {
        margin-top: 75px;
    }
}
@media (min-width: 88000px) {
    .categories {
        margin-top: 95px;
    }
}
.categorie:first-child .categorie__item:before {
    display: none;
}
.categorie__item {
    position: relative;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: start;
    align-items: flex-start;
    padding: 30px 0;
    margin-bottom: 45px;
}
@media (min-width: 768px) and (max-width: 1219px) {
    .categorie__item {
        padding: 35px 0;
        margin-bottom: 50px;
    }
}
@media (min-width: 1220px) {
    .categorie__item {
        padding: 45px 0;
        margin-bottom: 80px;
    }
}
@media (min-width: 88000px) {
    .categorie__item {
        padding: 60px 0;
    }
}
.categorie__item:last-child {
    margin-bottom: 0;
}
.categorie__item:after,
.categorie__item:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    opacity: 0.1;
    background: #fff;
}
@media (min-width: 1220px) {
    .categorie__item:after,
    .categorie__item:before {
        left: 0;
        right: 0;
    }
}
.categorie__item:before {
    top: 0;
}
.categorie__item:after {
    bottom: 0;
}
.categorie__title {
    width: 100%;
}
@media (min-width: 768px) and (max-width: 1219px) {
    .categorie__title {
        -webkit-box-flex: 0;
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: calc(41.625% - 23.33333px);
        max-width: calc(41.625% - 23.33333px);
        width: calc(41.625% - 23.33333px);
        margin-bottom: 0;
    }
    .categorie__title:nth-child(1n) {
        margin-right: 40px;
        margin-left: 0;
    }
    .categorie__title:last-child {
        margin-right: 0;
    }
    .categorie__title:nth-child(2n) {
        margin-right: 0;
        margin-left: auto;
    }
}
@media (min-width: 1220px) {
    .categorie__title {
        -webkit-box-flex: 0;
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: calc(39.96% - 24px);
        max-width: calc(39.96% - 24px);
        width: calc(39.96% - 24px);
        margin-bottom: 0;
    }
    .categorie__title:nth-child(1n) {
        margin-right: 40px;
        margin-left: 0;
    }
    .categorie__title:last-child {
        margin-right: 0;
    }
    .categorie__title:nth-child(2n) {
        margin-right: 0;
        margin-left: auto;
    }
}
.categorie__lead {
    width: 100%;
}
@media (min-width: 768px) and (max-width: 1219px) {
    .categorie__lead {
        -webkit-box-flex: 0;
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: calc(58.275% - 16.66667px);
        max-width: calc(58.275% - 16.66667px);
        width: calc(58.275% - 16.66667px);
    }
    .categorie__lead:nth-child(1n) {
        margin-right: 40px;
        margin-left: 0;
    }
    .categorie__lead:last-child {
        margin-right: 0;
    }
    .categorie__lead:nth-child(2n) {
        margin-right: 0;
        margin-left: auto;
    }
}
@media (min-width: 1220px) {
    .categorie__lead {
        -webkit-box-flex: 0;
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: calc(59.94% - 16px);
        max-width: calc(59.94% - 16px);
        width: calc(59.94% - 16px);
    }
    .categorie__lead:nth-child(1n) {
        margin-right: 40px;
        margin-left: 0;
    }
    .categorie__lead:last-child {
        margin-right: 0;
    }
    .categorie__lead:nth-child(2n) {
        margin-right: 0;
        margin-left: auto;
    }
}
.categorie__products {
    margin-bottom: 115px;
}
@media (min-width: 768px) and (max-width: 1219px) {
    .categorie__products {
        margin-bottom: 110px;
    }
}
@media (min-width: 1220px) {
    .categorie__products {
        margin-bottom: 150px;
    }
}
@media (min-width: 88000px) {
    .categorie__products {
        margin-bottom: 170px;
    }
}
.product {
    position: relative;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    margin-bottom: 70px;
}
@media (min-width: 768px) and (max-width: 1219px) {
    .product {
        margin-bottom: 60px;
    }
}
@media (min-width: 1220px) {
    .product {
        margin-bottom: 70px;
    }
}
@media (min-width: 88000px) {
    .product {
        margin-bottom: 90px;
    }
}
.product:last-child {
    margin-bottom: 0;
}
.product__col {
    width: 100%;
}
@media (min-width: 768px) and (max-width: 1219px) {
    .product__col {
        -webkit-box-flex: 0;
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: calc(41.625% - 23.33333px);
        max-width: calc(41.625% - 23.33333px);
        width: calc(41.625% - 23.33333px);
    }
    .product__col:nth-child(1n) {
        margin-right: 40px;
        margin-left: 0;
    }
    .product__col:last-child {
        margin-right: 0;
    }
    .product__col:nth-child(2n) {
        margin-right: 0;
        margin-left: auto;
    }
}
@media (min-width: 1220px) {
    .product__col {
        -webkit-box-flex: 0;
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: calc(41.625% - 23.33333px);
        max-width: calc(41.625% - 23.33333px);
        width: calc(41.625% - 23.33333px);
    }
    .product__col:nth-child(1n) {
        margin-right: 40px;
        margin-left: 0;
    }
    .product__col:last-child {
        margin-right: 0;
    }
    .product__col:nth-child(2n) {
        margin-right: 0;
        margin-left: auto;
    }
}
@media (min-width: 88000px) {
    .product__col {
        -webkit-box-flex: 0;
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: calc(49.95% - 20px);
        max-width: calc(49.95% - 20px);
        width: calc(49.95% - 20px);
    }
    .product__col:nth-child(1n) {
        margin-right: 40px;
        margin-left: 0;
    }
    .product__col:last-child {
        margin-right: 0;
    }
    .product__col:nth-child(2n) {
        margin-right: 0;
        margin-left: auto;
    }
}
.product__col--img {
    position: relative;
}
.product__col--img:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 85%;
    opacity: 0.4;
    background-image: radial-gradient(circle at bottom center, #313037, #252429 50%);
    z-index: -1;
}
@media (min-width: 768px) and (max-width: 1219px) {
    .product__col--img:before {
        width: calc(171.44% + 40px);
    }
}
@media (min-width: 1220px) {
    .product__col--img:before {
        width: calc(171.44% + 40px);
    }
}
@media (min-width: 88000px) {
    .product__col--img:before {
        width: calc(200% + 40px);
    }
}
@media (max-width: 767px) {
    .product__col--img {
        margin-bottom: 40px;
    }
}
@media (min-width: 768px) and (max-width: 1219px) {
    .product__col--img {
        -webkit-box-flex: 0;
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: calc(58.275% - 16.66667px);
        max-width: calc(58.275% - 16.66667px);
        width: calc(58.275% - 16.66667px);
    }
    .product__col--img:nth-child(1n) {
        margin-right: 40px;
        margin-left: 0;
    }
    .product__col--img:last-child {
        margin-right: 0;
    }
    .product__col--img:nth-child(2n) {
        margin-right: 0;
        margin-left: auto;
    }
}
@media (min-width: 1220px) {
    .product__col--img {
        -webkit-box-flex: 0;
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: calc(58.275% - 16.66667px);
        max-width: calc(58.275% - 16.66667px);
        width: calc(58.275% - 16.66667px);
    }
    .product__col--img:nth-child(1n) {
        margin-right: 40px;
        margin-left: 0;
    }
    .product__col--img:last-child {
        margin-right: 0;
    }
    .product__col--img:nth-child(2n) {
        margin-right: 0;
        margin-left: auto;
    }
}
@media (min-width: 88000px) {
    .product__col--img {
        -webkit-box-flex: 0;
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: calc(49.95% - 20px);
        max-width: calc(49.95% - 20px);
        width: calc(49.95% - 20px);
    }
    .product__col--img:nth-child(1n) {
        margin-right: 40px;
        margin-left: 0;
    }
    .product__col--img:last-child {
        margin-right: 0;
    }
    .product__col--img:nth-child(2n) {
        margin-right: 0;
        margin-left: auto;
    }
}
.product__img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}
.product__head {
    position: relative;
}
@media (max-width: 767px) {
    .product__head {
        position: static;
    }
}
.product__epa {
    display: inline-block;
    margin-bottom: 35px;
    margin-right: 20px;
    -webkit-box-flex: 0;
    flex-grow: 0;
    flex-shrink: 0;
}
@media (max-width: 767px) {
    .product__epa {
        position: absolute;
        top: 50px;
        left: 0;
    }
}
@media (min-width: 768px) and (max-width: 1219px) {
    .product__epa {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 100%;
        margin-right: 20px;
    }
}
.product__title {
    line-height: 24px;
}
@media (min-width: 1220px) {
    .product__title {
        margin-bottom: 20px;
    }
}
@media (min-width: 88000px) {
    .product__title {
        margin-bottom: 40px;
    }
}
.product__subtitle {
    font-size: 18px;
    font-weight: 700;
    padding: 0;
    margin: -12px 0 0;
}
.product__lead {
    margin-bottom: 30px;
    margin-top: 32px;
}
@media (min-width: 88000px) {
    .product__lead {
        margin-bottom: 40px;
    }
}
[data-view~="posts"] .pinterest {
    padding-top: 55px;
}
@media (min-width: 768px) and (max-width: 1219px) {
    [data-view~="posts"] .pinterest {
        padding-top: 80px;
    }
}
@media (min-width: 1220px) {
    [data-view~="posts"] .pinterest {
        padding-top: 110px;
    }
}
.postsGrid__nav .form__input {
    min-width: 100px;
}
.postsGrid__nav .back-link {
    text-decoration: none;
}
.postsGrid__nav .back-link span {
    display: inline-block;
    margin-right: 20px;
}
@media (max-width: 1219px) {
    .postsGrid__nav .back-link {
        position: absolute;
        right: 25px;
        top: -15px;
    }
}
[data-namespace~="post"] .post__content {
    margin: 0 0 60px;
}
@media (min-width: 768px) {
    [data-namespace~="post"] .post__content {
        margin: 60px 0;
    }
}
[data-namespace~="post"] .post__content blockquote,
[data-namespace~="post"] .post__content h1,
[data-namespace~="post"] .post__content h2,
[data-namespace~="post"] .post__content h3,
[data-namespace~="post"] .post__content h4,
[data-namespace~="post"] .post__content p,
[data-namespace~="post"] .post__content ul {
    /*margin: 0 auto;
    max-width: 48.54772%;
    min-width: 400px;*/
}
.post__content .container {
    padding: 0 25%;
}
[data-namespace~="post"] .post__content blockquote > p {
    max-width: 100%;
}
[data-namespace~="post"] .post__content p > img,
[data-namespace~="post"] .post__content span > img {
    display: block;
    height: auto !important;
    /*position: relative;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    max-width: 100vw;
    padding: 0 25px;*/
    padding: 0 !important;
    margin: 40px auto 0 auto;
    width: 100%;
}
@media (min-width: 768px) and (max-width: 1219px) {
    [data-namespace~="post"] .post__content p > img,
    [data-namespace~="post"] .post__content span > img {
        padding: 0 60px;
    }
    .post__content .container {
        padding: 0 60px;
    }
}
@media (min-width: 1220px) {
    [data-namespace~="post"] .post__content p > img,
    [data-namespace~="post"] .post__content span > img {
        padding: 0 80px;
    }
}
[data-namespace~="post"] .post__content p {
    color: #fff;
    font-size: 12px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 10px;
}
@media (min-width: 1220px) {
    [data-namespace~="post"] .post__content p {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 40px;
    }
}
@media (min-width: 88000px) {
    [data-namespace~="post"] .post__content p {
        font-size: 18px;
        line-height: 24px;
    }
}
[data-namespace~="post"] .post__content p:last-child {
    margin-bottom: 0;
}
[data-namespace~="post"] .post__content blockquote {
    position: relative;
    font-size: 18px;
    line-height: 32px;
    font-style: italic;
    padding-left: 25px;
    margin-bottom: 30px;
}
[data-namespace~="post"] .post__content blockquote:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #e96b4c;
}
@media (max-width: 767px) {
    [data-namespace~="post"] .post__content blockquote,
    [data-namespace~="post"] .post__content h1,
    [data-namespace~="post"] .post__content h2,
    [data-namespace~="post"] .post__content h3,
    [data-namespace~="post"] .post__content h4,
    [data-namespace~="post"] .post__content p,
    [data-namespace~="post"] .post__content ul {
        margin: 0 auto;
        max-width: 100%;
        min-width: 0;
    }
    [data-namespace~="post"] .post__content p {
        margin: 10px auto;
    }
    .post__content .container {
        padding: 0 25px;
    }
}
@media (min-width: 768px) and (max-width: 1219px) {
    [data-namespace~="post"] .post__content {
        margin: 80px 0;
    }
}
@media (min-width: 1220px) {
    [data-namespace~="post"] .post__content {
        margin: 110px 0;
    }
}
[data-namespace~="post"] .similar {
    margin-bottom: 100px;
}
.legalPage__header {
    padding-top: 150px;
}
.legalPage__header-subTitle {
    margin-bottom: 15px;
}
.dealer-header h1.legalPage__header-title,
.dealers-header h1.legalPage__header-title,
.legalPage__header-title.title-1 {
    margin: 40px 0 80px;
}
.dealer-header h1.legalPage__header-title:first-letter,
.dealers-header h1.legalPage__header-title:first-letter,
.legalPage__header-title.title-1:first-letter {
    text-transform: capitalize;
}
.legalPage__main-content {
    margin-top: 40px;
    margin-bottom: 125px;
    line-height: 1.8;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    width: 100%;
}
@media (min-width: 768px) {
    .legalPage__main-content {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
    }
}
.legalPage__navigation-left {
    flex-basis: 41.66667%;
    position: relative;
    margin-bottom: 50px;
}
@media (min-width: 768px) {
    .legalPage__navigation-left {
        flex-basis: 25%;
        margin-bottom: 0;
    }
}
.legalPage__navigation-left ul li {
    font-size: 25px;
    line-height: 32px;
}
.legalPage__navigation-left ul li a {
    font-size: 25px;
    color: #fff;
    line-height: 32px;
    opacity: 0.5;
    font-weight: 700;
    text-decoration: none;
    padding: 0;
}
.legalPage__navigation-left ul li a.active {
    opacity: 1;
}
.legalPage__navigation-left ul.static {
    position: static;
}
.legalPage__navigation-left ul.sticky {
    position: fixed;
    max-width: 41.66667%;
}
.legalPage__navigation-left ul.absolute {
    position: absolute;
    bottom: 0;
    top: auto;
}
.legalPage__content-right {
    border: none;
    flex-basis: 58.33333%;
}
.legalPage__content-right h3 {
    font-size: 14px;
    line-height: 32px;
    font-weight: 600;
    text-transform: uppercase;
}
.legalPage__content-right p + h3 {
    margin-top: 30px;
}
.legalPage__content-right h4 {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
}
.legalPage__content-right ul {
    list-style: disc;
    margin: 30px 20px;
}
.legalPage__content-right ul li {
    margin-bottom: 12px;
}
.legalPage__content-right p {
    margin-bottom: 24px;
}
@media (min-width: 768px) {
    .legalPage__content-right {
        padding: 0 40px;
        flex-basis: 75%;
        border-left: 1px solid grey;
    }
}
.career-list-item .error__pages-404 .desc,
.career-list-item .error__pages-500 .desc,
.career-list-item .error__pages-503 .desc,
.career-team .error__pages-404 figcaption,
.career-team .error__pages-404 p,
.career-team .error__pages-500 figcaption,
.career-team .error__pages-500 p,
.career-team .error__pages-503 figcaption,
.career-team .error__pages-503 p,
.error__pages-404 .career-list-item .desc,
.error__pages-404 .career-team figcaption,
.error__pages-404 .career-team p,
.error__pages-404 .text-1,
.error__pages-500 .career-list-item .desc,
.error__pages-500 .career-team figcaption,
.error__pages-500 .career-team p,
.error__pages-500 .text-1,
.error__pages-503 .career-list-item .desc,
.error__pages-503 .career-team figcaption,
.error__pages-503 .career-team p,
.error__pages-503 .text-1 {
    font-size: 24px;
    color: #fff;
    line-height: 32px;
}
.dealer-header .error__pages-404 h1,
.dealer-header .error__pages-500 h1,
.dealer-header .error__pages-503 h1,
.dealers-header .error__pages-404 h1,
.dealers-header .error__pages-500 h1,
.dealers-header .error__pages-503 h1,
.error__pages-404 .dealer-header h1,
.error__pages-404 .dealers-header h1,
.error__pages-404 .title-1,
.error__pages-500 .dealer-header h1,
.error__pages-500 .dealers-header h1,
.error__pages-500 .title-1,
.error__pages-503 .dealer-header h1,
.error__pages-503 .dealers-header h1,
.error__pages-503 .title-1 {
    max-width: 58.33333%;
    width: 58.33333%;
    flex-basis: 58.33333%;
    font-size: 60px;
    line-height: 68px;
}
.cta-500 {
    width: 83.33333%;
    padding: 0 25px;
    position: absolute;
    bottom: 30%;
}
.cta-500 h4 {
    padding: 25px 0;
    margin-top: 25px;
    border-top: 1px solid grey;
    border-bottom: 1px solid grey;
    line-height: 1.5;
}
@media (min-width: 768px) {
    .cta-500 {
        padding: 0 60px;
        width: 50%;
        bottom: 0;
    }
}
@media (min-width: 1220px) {
    .cta-500 {
        padding: 0 80px;
        width: 33.33333%;
    }
}
.hero-image-404 {
    background-repeat: no-repeat;
    background-size: cover;
}
[data-namespace~="warranty"] .warranty-row-wrapper {
    display: block;
    margin-bottom: 50px;
}
@media (min-width: 1024px) {
    [data-namespace~="warranty"] .warranty-row-wrapper {
        display: -webkit-box;
        display: flex;
    }
}
[data-namespace~="warranty"] .warranty-text .wysiwyg h1 {
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    margin-bottom: 25px;
}
@media (min-width: 1024px) {
    [data-namespace~="warranty"] .warranty-text .wysiwyg h1 {
        font-size: 25px;
        line-height: 32px;
        margin-bottom: 35px;
    }
}
[data-namespace~="warranty"] .warranty-text .wysiwyg h2 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    margin-bottom: 0;
}
@media (min-width: 1024px) {
    [data-namespace~="warranty"] .warranty-text .wysiwyg h2 {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 0;
    }
}
[data-namespace~="warranty"] .warranty-text .wysiwyg h3 {
    font-size: 12px;
    line-height: 22px;
    font-weight: 700;
    margin-bottom: 0;
}
@media (min-width: 1024px) {
    [data-namespace~="warranty"] .warranty-text .wysiwyg h3 {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: v0px;
    }
}
[data-namespace~="warranty"] .warranty-text .wysiwyg ul {
    margin-bottom: 15px;
}
@media (min-width: 1024px) {
    [data-namespace~="warranty"] .warranty-text .wysiwyg ul {
        margin-bottom: 35px;
    }
}
[data-namespace~="warranty"] .warranty-text .wysiwyg ul li {
    padding-left: 25px;
}
[data-namespace~="warranty"] .warranty-text .wysiwyg ul li:before {
    background: none;
    background-color: #fff;
    border-radius: 50%;
    width: 4px;
    height: 4px;
}
[data-namespace~="warranty"] .warranty-text .wysiwyg p {
    margin-bottom: 15px;
    line-height: 26px;
    font-size: 14px;
}
@media (min-width: 1024px) {
    [data-namespace~="warranty"] .warranty-text .wysiwyg p {
        margin-bottom: 35px;
    }
}
[data-namespace~="warranty"] .form-container {
    -webkit-box-ordinal-group: 1;
    order: 0;
    margin-top: 50px;
}
[data-namespace~="warranty"] .warranty-form-title {
    font-size: 25px;
    line-height: 31px;
}
@media (min-width: 1024px) {
    [data-namespace~="warranty"] .warranty-form-title {
        font-size: 45px;
        line-height: 53px;
    }
}
[data-namespace~="warranty"] .warranty-form-subtitle {
    font-size: 10px;
    line-height: 14px;
    margin-bottom: 58px;
}
@media (min-width: 1024px) {
    [data-namespace~="warranty"] .warranty-form-subtitle {
        font-size: 14px;
        line-height: 32px;
        margin-bottom: 43px;
    }
}
[data-namespace~="warranty"] .warranty-form-header {
    font-size: 18px;
    line-height: 53px;
    margin-bottom: 15px;
    font-weight: 700;
}
@media (min-width: 1024px) {
    [data-namespace~="warranty"] .warranty-form-header {
        font-size: 24px;
        line-height: 53px;
    }
}
[data-namespace~="warranty"] .warranty-agreement {
    font-size: 9px;
    line-height: 13px;
    margin-bottom: 10px;
}
@media (min-width: 1024px) {
    [data-namespace~="warranty"] .warranty-agreement {
        font-size: 11px;
        line-height: 17px;
    }
}
@media (min-width: 1024px) {
    [data-namespace~="warranty"] .warranty-text {
        -webkit-box-flex: 0;
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: calc(49.95% - 20px);
        max-width: calc(49.95% - 20px);
        width: calc(49.95% - 20px);
        -webkit-box-ordinal-group: 1;
        order: 0;
    }
    [data-namespace~="warranty"] .warranty-text:nth-child(1n) {
        margin-right: 40px;
        margin-left: 0;
    }
    [data-namespace~="warranty"] .warranty-text:last-child {
        margin-right: 0;
    }
    [data-namespace~="warranty"] .warranty-text:nth-child(2n) {
        margin-right: 0;
        margin-left: auto;
    }
    [data-namespace~="warranty"] .form-container {
        margin-top: 0;
        -webkit-box-ordinal-group: 2;
        order: 1;
        -webkit-box-flex: 0;
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: calc(49.95% - 20px);
        max-width: calc(49.95% - 20px);
        width: calc(49.95% - 20px);
    }
    [data-namespace~="warranty"] .form-container:nth-child(1n) {
        margin-right: 40px;
        margin-left: 0;
    }
    [data-namespace~="warranty"] .form-container:last-child {
        margin-right: 0;
    }
    [data-namespace~="warranty"] .form-container:nth-child(12n) {
        margin-right: 0;
        margin-left: auto;
    }
}
@media (min-width: 1024px) {
    [data-namespace~="warranty"] .form-container {
        -webkit-box-flex: 0;
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: calc(33.3% - 26.66667px);
        max-width: calc(33.3% - 26.66667px);
        width: calc(33.3% - 26.66667px);
        margin-left: calc(8.325% + 3.33333px) !important;
    }
    [data-namespace~="warranty"] .form-container:nth-child(1n) {
        margin-right: 40px;
        margin-left: 0;
    }
    [data-namespace~="warranty"] .form-container:last-child {
        margin-right: 0;
    }
    [data-namespace~="warranty"] .form-container:nth-child(12n) {
        margin-right: 0;
        margin-left: auto;
    }
}
[data-namespace~="warranty"] .field-label {
    font-size: 14px;
    line-height: 32px;
}
[data-namespace~="warranty"] .form__group--select {
    -webkit-box-pack: start;
    justify-content: flex-start;
}
[data-namespace~="warranty"] .form__group--select .form__input {
    min-width: auto;
    max-width: auto;
    border: 1px solid hsla(0, 0%, 84.7%, 0.1);
    border-radius: 0;
    padding: 13px 25px 13px 5px;
}
[data-namespace~="warranty"] .form__group--select .form__input:nth-child(2) {
    margin-left: 8px;
    margin-right: 8px;
}
[data-namespace~="warranty"] .field {
    position: relative;
    margin-bottom: 35px;
}
[data-namespace~="warranty"] .field input {
    background: none;
    outline: none;
    width: 100%;
    height: 45px;
    line-height: 45px;
    font-size: 14px;
    color: #fff;
    border: none;
    border-bottom: 1px solid hsla(0, 0%, 84.7%, 0.1);
}
[data-namespace~="warranty"] .field:after {
    content: attr(data-validation-message);
    position: absolute;
    bottom: -20px;
    left: 0;
    font-weight: 700;
    font-size: 14px;
    color: #e96b4c;
    visibility: hidden;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    opacity: 0;
    -webkit-transition: visibility 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    transition: visibility 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    transition: visibility 0.3s, transform 0.3s, opacity 0.3s;
    transition: visibility 0.3s, transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
}
[data-namespace~="warranty"] .field.error:after {
    visibility: visible;
    -webkit-transform: translate(0);
    transform: translate(0);
    opacity: 1;
}
[data-namespace~="warranty"] .field.error input {
    border-bottom: 1px solid #e96b4c;
}
[data-namespace~="warranty"] form .btn {
    display: block;
    width: 100%;
    text-align: center;
}
[data-namespace~="warranty"] form .btn + .btn {
    margin-top: 15px;
}
[data-namespace~="warranty"] .checkbox-input input {
    display: none;
}
[data-namespace~="warranty"] .checkbox-input label {
    display: block;
    width: 100%;
    border: 1px solid hsla(0, 0%, 84.7%, 0.1);
    padding: 20px 70px 20px 30px;
    font-weight: 700;
    position: relative;
    cursor: pointer;
    -webkit-transition: border-color 0.3s, background 0.3s;
    transition: border-color 0.3s, background 0.3s;
}
[data-namespace~="warranty"] .checkbox-input label:after {
    position: absolute;
    right: 30px;
    top: 50%;
    border: 2px solid #fff;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "";
}
[data-namespace~="warranty"] .checkbox-input label:hover {
    border-color: hsla(0, 0%, 84.7%, 0.8);
}
[data-namespace~="warranty"] .checkbox-input input:checked ~ label {
    background: #e96b4c;
}
[data-namespace~="warranty"] .checkbox-input input:checked ~ label:after {
    background: #fff;
}
.dealers-header {
    padding: 40px 0;
}
@media (min-width: 768px) {
    .dealers-header {
        padding: 40px 0 100px;
    }
}
.dealers-header strong {
    font-weight: 700;
}
.dealers-header h1 {
    margin: 20px 0 0;
}
.hero {
    padding-bottom: 0;
}
.dealers-products-list {
    margin-top: 80px;
}
@media (max-width: 1219px) {
    .dealers-products-list {
        margin-top: 50px;
    }
}
@media (max-width: 1219px) {
    .dealers-products-list .product-list-wrap {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}
.dealers-products-list .dealer-product {
    font-weight: 700;
    padding: 20px 30px;
    border: 1px solid grey;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    margin-right: 25px;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.3;
    -webkit-transition: background 0.3s, border-color 0.3s, opacity 0.3s;
    transition: background 0.3s, border-color 0.3s, opacity 0.3s;
}
.dealers-products-list .dealer-product.active {
    opacity: 1;
}
.dealers-products-list .dealer-product:hover {
    background: #e96b4c;
    border-color: #e96b4c;
}
.dealers-products-list .dealer-product:last-child {
    margin-right: 0;
}
.dealers-list {
    margin-top: 100px;
}
@media (max-width: 1219px) {
    .dealers-list {
        margin-top: 70px;
    }
}
.dealers-list .dealers-list-wrap {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
}
.dealers-list .dealer {
    -webkit-box-flex: 0;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 99.9%;
    max-width: 99.9%;
    width: 99.9%;
    margin-bottom: 50px;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    position: relative;
}
.dealers-list .dealer:nth-child(1n) {
    margin-right: 40px;
    margin-left: 0;
}
.dealers-list .dealer:last-child {
    margin-right: 0;
}
.dealers-list .dealer:nth-child(12n) {
    margin-right: 0;
    margin-left: auto;
}
.dealers-list .dealer:after {
    position: absolute;
    top: -2px;
    left: -2px;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    content: "";
    z-index: 1;
}
.dealers-list .dealer.active:after {
    border: 2px solid #e96b4c;
}
.dealers-list .dealer .infos {
    background: 50% no-repeat;
    background-size: cover;
    padding: 25px 20px;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    position: relative;
    z-index: 2;
}
.dealers-list .dealer .infos .icon {
    position: absolute;
    top: -33px;
    right: -10px;
}
.dealers-list .dealer .infos .icon #big-pin {
    display: none;
}
@media (min-width: 768px) {
    .dealers-list .dealer .infos .icon {
        right: 10px;
    }
}
.dealers-list .dealer .infos .dealer-address {
    line-height: 1.85714em;
    margin-bottom: auto;
}
.dealers-list .dealer .infos .dealer-links {
    margin: 30px 0;
}
.dealers-list .dealer .infos .dealer-links a {
    display: inline-block;
    border: 1px solid hsla(0, 0%, 100%, 0.3);
    border-radius: 5px;
    padding: 10px 15px;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    margin-top: 10px;
    -webkit-transition: background 0.3s, border-color 0.3s;
    transition: background 0.3s, border-color 0.3s;
}
.dealers-list .dealer .infos .dealer-links a:hover {
    background: #e96b4c;
    border-color: #e96b4c;
}
.dealers-list .dealer .infos .dealer-links a:not(:last-child) {
    margin-right: 10px;
}
@media (max-width: 767px) {
    .dealers-list .dealer .infos .dealer-links a {
        text-align: center;
        display: block;
    }
    .dealers-list .dealer .infos .dealer-links a:not(:last-child) {
        margin-top: 10px;
        margin-left: 0;
        margin-right: 0;
    }
}
.dealers-list .dealer .infos .phone-link svg {
    margin-right: 10px;
    vertical-align: middle;
}
.dealers-list .dealer .infos .email-link {
    margin-right: 10px;
}
.dealers-list .dealer .infos .other-links {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}
.dealers-list .dealer .infos .other-links a:not([class]) {
    display: block;
    font-weight: 700;
    color: #fff;
    margin-left: 20px;
    text-decoration: none;
    position: relative;
}
.dealers-list .dealer .infos .other-links a:not([class]):after {
    content: " ";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #fff;
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}
.dealers-list .dealer .infos .other-links a:not([class]):hover:after {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.dealers-list .dealer .infos .other-links .btn {
    text-align: center;
    padding-left: 26px;
    padding-right: 26px;
}
@media (max-width: 767px) {
    .dealers-list .dealer .infos .other-links {
        display: block;
        padding: 30px 0;
    }
    .dealers-list .dealer .infos .other-links a + a {
        margin-top: 20px;
    }
}
.dealers-list .dealer.type-1 .infos {
    background-image: url(../images/studio-background.jpg);
}
.dealers-list .dealer.type-1 .infos .icon {
    position: absolute;
    top: -33px;
    right: -10px;
}
@media (min-width: 768px) {
    .dealers-list .dealer.type-1 .infos .icon {
        right: 30px;
    }
}
.dealers-list .dealer.type-1 .infos .icon #big-pin {
    display: block;
}
.dealers-list .dealer.type-1 .infos .icon #small-pin {
    display: none;
}
.dealers-list .dealer.type-2 .infos {
    background-image: url(../images/revendeurs-background.jpg);
}
.dealers-list .dealer.type-2 .infos #small-pin {
    fill: #6167ac;
}
.dealers-list .dealer.type-3 .infos {
    background-image: url(../images/espace-background.jpg);
}
.dealers-list .dealer.type-3 .infos #small-pin {
    fill: #718b64;
}
.dealers-list .dealer.type-1 {
    -webkit-box-flex: 0;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 99.9%;
    max-width: 99.9%;
    width: 99.9%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}
.dealers-list .dealer.type-1:nth-child(1n) {
    margin-right: 40px;
    margin-left: 0;
}
.dealers-list .dealer.type-1:last-child {
    margin-right: 0;
}
.dealers-list .dealer.type-1:nth-child(12n) {
    margin-right: 0;
    margin-left: auto;
}
@media (min-width: 1024px) {
    .dealers-list .dealer {
        -webkit-box-flex: 0;
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: calc(49.95% - 20px);
        max-width: calc(49.95% - 20px);
        width: calc(49.95% - 20px);
    }
    .dealers-list .dealer:nth-child(1n) {
        margin-right: 40px;
        margin-left: 0;
    }
    .dealers-list .dealer:last-child {
        margin-right: 0;
    }
    .dealers-list .dealer:nth-child(2n) {
        margin-right: 0;
        margin-left: auto;
    }
    .dealers-list .dealer .infos {
        padding: 35px 40px;
    }
    .dealers-list .dealer.type-1 {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
    }
    .dealers-list .dealer.type-1 .infos {
        -webkit-box-flex: 0;
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: calc(49.95% - 20px);
        max-width: calc(49.95% - 20px);
        width: calc(49.95% - 20px);
        margin-right: 0 !important;
    }
    .dealers-list .dealer.type-1 .infos:nth-child(1n) {
        margin-right: 40px;
        margin-left: 0;
    }
    .dealers-list .dealer.type-1 .infos:last-child {
        margin-right: 0;
    }
    .dealers-list .dealer.type-1 .infos:nth-child(2n) {
        margin-right: 0;
        margin-left: auto;
    }
    .dealers-list .dealer.type-1 .image {
        -webkit-box-flex: 1;
        flex: 1 1 auto;
        background: 50% no-repeat;
        background-size: cover;
        margin-right: 0 !important;
    }
}
@media (min-width: 1220px) {
    .dealers-list .dealer {
        -webkit-box-flex: 0;
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: calc(33.3% - 26.66667px);
        max-width: calc(33.3% - 26.66667px);
        width: calc(33.3% - 26.66667px);
    }
    .dealers-list .dealer:nth-child(1n) {
        margin-right: 40px;
        margin-left: 0;
    }
    .dealers-list .dealer:last-child {
        margin-right: 0;
    }
    .dealers-list .dealer:nth-child(3n) {
        margin-right: 0;
        margin-left: auto;
    }
    .dealers-list .dealer.type-1 .infos {
        -webkit-box-flex: 0;
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: calc(33.3% - 26.66667px);
        max-width: calc(33.3% - 26.66667px);
        width: calc(33.3% - 26.66667px);
    }
    .dealers-list .dealer.type-1 .infos:nth-child(1n) {
        margin-right: 40px;
        margin-left: 0;
    }
    .dealers-list .dealer.type-1 .infos:last-child {
        margin-right: 0;
    }
    .dealers-list .dealer.type-1 .infos:nth-child(3n) {
        margin-right: 0;
        margin-left: auto;
    }
}
.dealer-header {
    padding: 40px 0;
}
.dealer-header .back-link {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    text-decoration: none;
    font-weight: 700;
    margin-bottom: 20px;
}
.dealer-header .back-link svg {
    margin-left: 20px;
}
.dealer-contact {
    margin: 0 0 40px;
}
@media (min-width: 768px) {
    .dealer-contact {
        margin: 50px 0;
    }
}
.dealer-contact .container {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
}
.dealer-contact .infos {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    -webkit-box-ordinal-group: 3;
    order: 2;
}
.career-list-section .dealer-contact .infos h3,
.category-list-item .dealer-contact .infos h3,
.dealer-contact .dealers-list .dealer .infos .dealer-name,
.dealer-contact .infos .career-list-section h3,
.dealer-contact .infos .category-list-item h3,
.dealer-contact .infos .dealers-products-list h3,
.dealer-contact .infos .title-3,
.dealer-contact .infos .wtb-where-to-buy .no-dealers h1,
.dealer-contact .infos .wtb-where-to-buy .wtb-filters .wtb-filter .title,
.dealers-list .dealer .dealer-contact .infos .dealer-name,
.dealers-products-list .dealer-contact .infos h3,
.wtb-where-to-buy .no-dealers .dealer-contact .infos h1,
.wtb-where-to-buy .wtb-filters .wtb-filter .dealer-contact .infos .title {
    margin-bottom: 10px;
    margin-top: 40px;
}
.career-list-section .dealer-contact .infos h3:first-child,
.category-list-item .dealer-contact .infos h3:first-child,
.dealer-contact .dealers-list .dealer .infos .dealer-name:first-child,
.dealer-contact .infos .career-list-section h3:first-child,
.dealer-contact .infos .category-list-item h3:first-child,
.dealer-contact .infos .dealers-products-list h3:first-child,
.dealer-contact .infos .title-3:first-child,
.dealer-contact .infos .wtb-where-to-buy .no-dealers h1:first-child,
.dealer-contact .infos .wtb-where-to-buy .wtb-filters .wtb-filter .title:first-child,
.dealers-list .dealer .dealer-contact .infos .dealer-name:first-child,
.dealers-products-list .dealer-contact .infos h3:first-child,
.wtb-where-to-buy .no-dealers .dealer-contact .infos h1:first-child,
.wtb-where-to-buy .wtb-filters .wtb-filter .dealer-contact .infos .title:first-child {
    margin-top: 0;
}
.dealer-contact .infos p {
    line-height: 1.85714em;
}
.dealer-contact .infos .btn {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 45px;
}
.dealer-contact .infos .btn + .btn {
    margin-top: 15px;
}
.dealer-contact .map {
    -webkit-box-flex: 1;
    flex: 1 1 100%;
    margin-bottom: 50px;
    -webkit-box-ordinal-group: 2;
    order: 1;
}
.dealer-contact .map img {
    width: 100%;
}
@media (min-width: 1024px) {
    .dealer-contact {
        margin: 80px 0;
    }
    .dealer-contact .infos {
        -webkit-box-flex: 0;
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: calc(24.975% - 30px);
        max-width: calc(24.975% - 30px);
        width: calc(24.975% - 30px);
        margin-right: 0 !important;
        margin-left: 0 !important;
        -webkit-box-ordinal-group: 2;
        order: 1;
    }
    .dealer-contact .infos:nth-child(1n) {
        margin-right: 40px;
        margin-left: 0;
    }
    .dealer-contact .infos:last-child {
        margin-right: 0;
    }
    .dealer-contact .infos:nth-child(12n) {
        margin-right: 0;
        margin-left: auto;
    }
    .dealer-contact .map {
        margin-left: auto !important;
        -webkit-box-flex: 0;
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: calc(66.6% - 13.33333px);
        max-width: calc(66.6% - 13.33333px);
        width: calc(66.6% - 13.33333px);
        -webkit-box-ordinal-group: 3;
        order: 2;
    }
    .dealer-contact .map:nth-child(1n) {
        margin-right: 40px;
        margin-left: 0;
    }
    .dealer-contact .map:last-child {
        margin-right: 0;
    }
    .dealer-contact .map:nth-child(12n) {
        margin-right: 0;
        margin-left: auto;
    }
    .dealer-contact .map img {
        width: 100%;
    }
}
.dealer-video {
    position: relative;
    margin-bottom: 55px;
}
@media (min-width: 768px) {
    .dealer-video {
        margin-bottom: 90px;
    }
}
@media (min-width: 1220px) {
    .dealer-video {
        margin-bottom: 120px;
    }
}
.dealer-video .video-wrapper {
    padding-top: 50.625%;
    position: relative;
    width: 90%;
    margin: 0 auto;
}
.dealer-video .video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.career-list-section {
    padding: 55px 0;
}
@media (min-width: 768px) and (max-width: 1219px) {
    .career-list-section {
        padding: 90px 0;
    }
}
@media (min-width: 1220px) {
    .career-list-section {
        padding: 120px 0;
    }
}
.career-team {
    margin-top: 55px;
}
@media (min-width: 768px) and (max-width: 1219px) {
    .career-team {
        margin-top: 80px;
    }
}
@media (min-width: 1220px) {
    .career-team {
        margin-top: 110px;
    }
}
.career-team .row {
    display: block;
}
.career-team .team-content {
    margin-bottom: 40px;
}
.career-team .team-picture img {
    width: 100%;
}
@media (min-width: 1024px) {
    .career-team .row {
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
    }
    .career-team .team-content {
        -webkit-box-flex: 0;
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: calc(49.95% - 20px);
        max-width: calc(49.95% - 20px);
        width: calc(49.95% - 20px);
        margin-bottom: 0;
    }
    .career-team .team-content:nth-child(1n) {
        margin-right: 40px;
        margin-left: 0;
    }
    .career-team .team-content:last-child {
        margin-right: 0;
    }
    .career-team .team-content:nth-child(2n) {
        margin-right: 0;
        margin-left: auto;
    }
    .career-team .team-picture {
        -webkit-box-flex: 0;
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: calc(41.625% - 23.33333px);
        max-width: calc(41.625% - 23.33333px);
        width: calc(41.625% - 23.33333px);
        margin-left: calc(8.325% + 3.33333px) !important;
    }
    .career-team .team-picture:nth-child(1n) {
        margin-right: 40px;
        margin-left: 0;
    }
    .career-team .team-picture:last-child {
        margin-right: 0;
    }
    .career-team .team-picture:nth-child(12n) {
        margin-right: 0;
        margin-left: auto;
    }
}
.career-team figcaption {
    margin-top: 20px;
}
.career-team strong {
    font-weight: 700;
}
@media (max-width: 767px) {
    .career-list {
        margin-left: -25px;
        margin-right: -25px;
    }
}
@media (min-width: 768px) {
    .career-list {
        overflow: hidden;
    }
}
.career-list-item {
    position: relative;
    padding: 35px 25px 75px;
    background: #19191b;
}
.career-list-item + .career-list-item {
    margin-top: 55px;
}
.career-list-item .mobile-link {
    position: absolute;
    bottom: 35px;
    left: 25px;
    display: -webkit-box;
    display: flex;
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    border-radius: 100%;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
}
.career-list-item .mobile-link svg {
    max-width: 40%;
    max-height: 40%;
    width: auto;
    height: auto;
}
.career-list-item .cta a {
    display: none;
}
.career-list-item .desc {
    margin-bottom: 0;
}
.career-list-item .over-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}
@media (min-width: 768px) {
    .career-list-item {
        display: -webkit-box;
        display: flex;
        border-top: 1px solid hsla(0, 0%, 100%, 0.3);
        padding: 0;
        background: none;
    }
    .career-list-item + .career-list-item {
        margin-top: 0;
    }
    .career-list-item .mobile-link {
        display: none;
    }
    .career-list-item .cta {
        -webkit-box-flex: 1;
        flex: 1 1 100%;
        padding: 35px;
        position: relative;
        z-index: 2;
    }
    .career-list-item .cta a {
        display: inline-block;
        position: relative;
        font-weight: 700;
        text-decoration: none;
    }
    .career-list-item .cta a:after {
        content: "";
        position: absolute;
        bottom: -5px;
        left: 0;
        width: 100%;
        height: 1px;
        background: #fff;
        -webkit-transform-origin: left center;
        transform-origin: left center;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transition: -webkit-transform 0.3s;
        transition: -webkit-transform 0.3s;
        transition: transform 0.3s;
        transition: transform 0.3s, -webkit-transform 0.3s;
    }
    .career-list-item .desc {
        -webkit-box-flex: 1;
        flex: 1 1 100%;
        padding: 35px;
        position: relative;
        z-index: 2;
        line-height: 1.85714em;
    }
    .career-list-item:before {
        content: "";
        position: absolute;
        top: -1px;
        left: 0;
        width: 100%;
        height: calc(100% + 1px);
        background: #e96b4c;
        -webkit-transform: translate(-100%) translate(5px);
        transform: translate(-100%) translate(5px);
        -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    }
    .career-list-item .cta:hover a:after {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@media (min-width: 1220px) {
    .career-list-item .cta {
        max-width: 230px;
        padding: 35px 60px;
    }
    .career-list-item .desc {
        padding: 35px 60px;
    }
}
.contact-content {
    padding: 0 0 55px;
}
.contact-content__phone {
    margin-top: 45px;
}
.contact-content__phone p {
    margin-bottom: 10px;
    font-weight: 700;
}
.contact-content__phone a {
    text-decoration: none;
    border-bottom: 2px solid;
}
@media (min-width: 768px) and (max-width: 1219px) {
    .contact-content {
        padding: 90px 0;
    }
}
@media (min-width: 1220px) {
    .contact-content {
        padding: 120px 0;
    }
}
.contact-content .row {
    display: -webkit-box;
    display: flex;
}
.contact-content .cta-list {
    -webkit-box-ordinal-group: 2;
    order: 1;
}
.contact-content .form-container {
    -webkit-box-ordinal-group: 1;
    order: 0;
    margin-top: 50px;
}
@media (min-width: 1024px) {
    .contact-content .cta-list {
        -webkit-box-flex: 0;
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: calc(49.95% - 20px);
        max-width: calc(49.95% - 20px);
        width: calc(49.95% - 20px);
        -webkit-box-ordinal-group: 1;
        order: 0;
    }
    .contact-content .cta-list:nth-child(1n) {
        margin-right: 40px;
        margin-left: 0;
    }
    .contact-content .cta-list:last-child {
        margin-right: 0;
    }
    .contact-content .cta-list:nth-child(2n) {
        margin-right: 0;
        margin-left: auto;
    }
    .contact-content .form-container {
        margin-top: 0;
        -webkit-box-ordinal-group: 2;
        order: 1;
        -webkit-box-flex: 0;
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: calc(49.95% - 20px);
        max-width: calc(49.95% - 20px);
        width: calc(49.95% - 20px);
    }
    .contact-content .form-container:nth-child(1n) {
        margin-right: 40px;
        margin-left: 0;
    }
    .contact-content .form-container:last-child {
        margin-right: 0;
    }
    .contact-content .form-container:nth-child(12n) {
        margin-right: 0;
        margin-left: auto;
    }
}
@media (min-width: 1220px) {
    .contact-content .form-container {
        -webkit-box-flex: 0;
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: calc(33.3% - 26.66667px);
        max-width: calc(33.3% - 26.66667px);
        width: calc(33.3% - 26.66667px);
        margin-left: calc(8.325% + 3.33333px) !important;
    }
    .contact-content .form-container:nth-child(1n) {
        margin-right: 40px;
        margin-left: 0;
    }
    .contact-content .form-container:last-child {
        margin-right: 0;
    }
    .contact-content .form-container:nth-child(12n) {
        margin-right: 0;
        margin-left: auto;
    }
}
.contact-content .form__group--select .form__input {
    border: 1px solid hsla(0, 0%, 84.7%, 0.1);
    border-radius: 0;
    padding: 13px 25px;
}
.contact-content .hero {
    padding-bottom: 50px;
}
.contact-content .field {
    position: relative;
    margin-bottom: 50px;
}
.contact-content .field input {
    background: none;
    outline: none;
    width: 100%;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    color: #fff;
    border: none;
    border-bottom: 1px solid hsla(0, 0%, 84.7%, 0.1);
}
.contact-content .field:after {
    content: attr(data-validation-message);
    position: absolute;
    bottom: -20px;
    left: 0;
    font-weight: 700;
    font-size: 14px;
    color: #e96b4c;
    visibility: hidden;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    opacity: 0;
    -webkit-transition: visibility 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    transition: visibility 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    transition: visibility 0.3s, transform 0.3s, opacity 0.3s;
    transition: visibility 0.3s, transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
}
.contact-content .field.error:after {
    visibility: visible;
    -webkit-transform: translate(0);
    transform: translate(0);
    opacity: 1;
}
.contact-content .field.error input {
    border-bottom: 1px solid #e96b4c;
}
.contact-content form .btn {
    display: block;
    width: 100%;
    text-align: center;
}
.contact-content form .btn + .btn {
    margin-top: 15px;
}
.contact-content .checkbox-input input {
    display: none;
}
.contact-content .checkbox-input label {
    display: block;
    width: 100%;
    border: 1px solid hsla(0, 0%, 84.7%, 0.1);
    padding: 20px 70px 20px 30px;
    font-weight: 700;
    position: relative;
    cursor: pointer;
    -webkit-transition: border-color 0.3s, background 0.3s;
    transition: border-color 0.3s, background 0.3s;
}
.contact-content .checkbox-input label:after {
    position: absolute;
    right: 30px;
    top: 50%;
    border: 2px solid #fff;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "";
}
.contact-content .checkbox-input label:hover {
    border-color: hsla(0, 0%, 84.7%, 0.8);
}
.contact-content .checkbox-input input:checked ~ label {
    background: #e96b4c;
}
.contact-content .checkbox-input input:checked ~ label:after {
    background: #fff;
}


/* EM */

/* Remove wpml class from the custom language switcher */
.wpml-ls-legacy-list-horizontal a { padding: 0 !important; }
.wpml-ls-legacy-list-horizontal { padding: 0 !important; border: 0 !important; }

a.prev.page-numbers, a.next.page-numbers {
    display: none;
}

a.page-numbers {
    cursor: pointer;
    pointer-events: all;
    display: inline-block;
    position: relative;
    padding: 15px 40px;
    background: transparent;
    font-size: 14px;
    line-height: 26px;
    font-weight: 700;
    text-decoration: none;
    opacity: 1;
    -webkit-transition: all 0.45s cubic-bezier(0.6, 0.05, 0.01, 0.99) 50ms;
    transition: all 0.45s cubic-bezier(0.6, 0.05, 0.01, 0.99) 50ms;
    overflow: hidden;
    outline: none;
    z-index: 1;
    color: #fff;
    background: #e96b4c;
    border:1px solid  #e96b4c;
}
.page-numbers.current {
    cursor: pointer;
    pointer-events: all;
    display: inline-block;
    position: relative;
    padding: 15px 40px;
    background: transparent;
    font-size: 14px;
    line-height: 26px;
    font-weight: 700;
    text-decoration: none;
    opacity: 1;
    -webkit-transition: all 0.45s cubic-bezier(0.6, 0.05, 0.01, 0.99) 50ms;
    transition: all 0.45s cubic-bezier(0.6, 0.05, 0.01, 0.99) 50ms;
    overflow: hidden;
    outline: none;
    z-index: 1;
    color: #fff;
    background: transparent;
    border:1px solid  #fff;
}
a.page-numbers:before {
    -webkit-transform: scaleX(0) translateZ(0);
    transform: scaleX(0) translateZ(0);
    -webkit-transform-origin: right;
    transform-origin: right;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: -webkit-gradient(linear, left top, right top, from(#e96b4c), color-stop(#eb9d5f), to(#e96b4c));
    background: linear-gradient(90deg, #e96b4c, #eb9d5f, #e96b4c);
    background-size: 600% 600%;
    -webkit-animation: fire 15s infinite;
    animation: fire 15s infinite;
    -webkit-transition: -webkit-transform 0.9s cubic-bezier(0.6, 0.05, 0.01, 0.99) 50ms;
    transition: -webkit-transform 0.9s cubic-bezier(0.6, 0.05, 0.01, 0.99) 50ms;
    transition: transform 0.9s cubic-bezier(0.6, 0.05, 0.01, 0.99) 50ms;
    transition: transform 0.9s cubic-bezier(0.6, 0.05, 0.01, 0.99) 50ms, -webkit-transform 0.9s cubic-bezier(0.6, 0.05, 0.01, 0.99) 50ms;
    z-index: -1;
}
a.page-numbers:after,
a.page-numbers:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
a.page-numbers:after {
    border: 1px solid #fff;
    opacity: 1;
    -webkit-transition: all 0.45s cubic-bezier(0.6, 0.05, 0.01, 0.99) 50ms;
    transition: all 0.45s cubic-bezier(0.6, 0.05, 0.01, 0.99) 50ms;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
a.page-numbers:before {
    background: #252429;
    border-color: #fff;
}
a.page-numbers:after {
    display: none;
}
.page-numbers-current,
a.page-numbers:hover {
    color: #fff;
    border-color: #fff;
}
.page-numbers--current:before,
a.page-numbers:hover:before {
    -webkit-transform: scaleX(1) translateZ(0);
    transform: scaleX(1) translateZ(0);
    -webkit-transform-origin: left;
    transform-origin: left;
}
.page-numbers.current:after,
a.page-numbers:hover:after {
    opacity: 0;
}

.wpcf7-form-control-wrap { width:100%; }



.wysiwyg ul {
    margin: 1.5vw 0;
}
.wysiwyg ul li:before {
    content: "";
    display: block;
    position: absolute;
    top: 9px;
    left: 0;
    width: 8px;
    height: 6px;
    background: url(../svg/ul.svg) 50% no-repeat;
}
#slickRealisation {
    padding-bottom: 3rem;
}
#wrap-slickSecondaire {
    display: flex;
}
#slickSecondaire {
    margin-top: -2rem;
}
#slickSecondaire-info, #slickSecondaire {
    width: 50%;
}
#slickRealisation button.slick-arrow {
    width: 40px;
    height: 40px;
    background: #e96b4c;
    border-radius: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    z-index: 10;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s,-webkit-transform .3s;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    box-shadow: 0 0 10px 1px rgb(0 0 0 / 50%);
}
#slickRealisation button.slick-prev::before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 11px;
    background: url(/wp-content/themes/stuvamerica/images/svg/arrow-right-white.svg) 50% no-repeat;
    background-size: cover;
}
#slickRealisation button.slick-next::before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 11px;
    background: url(/wp-content/themes/stuvamerica/images/svg/arrow-right-white.svg) 50% no-repeat;
    background-size: cover;
}
#slickRealisation .slick-prev {
    left: -.5rem;
    -webkit-transform: translateY(-50%) rotate(180deg) scale(1);
    transform: translateY(-50%) rotate(180deg) scale(1);
}
#slickRealisation .slick-next {
    right: -.5rem;
}
#slickSecondaire img {
    margin: 0 1rem;
    box-shadow: 0 0 10px 1px rgb(0 0 0 / 80%);
}
#slickSecondaire-info {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
}
#slickTitle {
    font-weight: 700;
    font-size: 18px;
    width: 50%;
}
#slickRealisation .slick-next, #slickRealisation .slick-next:focus, #slickRealisation .slick-next:hover, #slickRealisation .slick-prev, #slickRealisation .slick-prev:focus, #slickRealisation .slick-prev:hover {
    background: #e96b4c;
    color: inherit !important;
}
#slickCount {
    width: 50%;
    margin-left: 4rem;
}
#slickCount span {
    font-size: 25px;
    font-weight: 700;
}

@media (max-width: 767px) { 
    #slickRealisation {
        padding: 0 3.5rem 4rem 3.5rem;
    }

    #slickSecondaire {
        display: none;
    }

    #slickSecondaire-info {
        width: 100%;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding-top: 3rem;
    }

    #slickTitle {
        text-align: center;
        padding-bottom: 15px;
        width: 100%;
    }

    #slickCount {
        text-align: center;
        margin-left: 0;
    }

    #slickRealisation .slick-prev {
        left: -1.5rem;
    }

    #slickRealisation .slick-next {
        right: -1.5rem;
    }

    #wrap-slickSecondaire {
        padding: 0
    }

    .specs__table__categories {
        width: 90%;
    }
    .specs__table__category .swiper-button-next.swiper-button-next, .specs__table__category .swiper-button-prev.swiper-button-next {
        right: -18px;
    }
    .specs__table__category .swiper-button-next.swiper-button-prev, .specs__table__category .swiper-button-prev.swiper-button-prev {
        left: 0px;
    }
}

@media (min-width: 1400px) { 
    #slickRealisation {
        margin-bottom: 6rem;
    }

    #slickSecondaire-info {
        margin-top: 2rem;
    }

    #slickSecondaire {
        margin-top: -1rem
    }
}

button, .button, .faux-button, .wp-block-button__link, .wp-block-file .wp-block-file__button, input[type="button"], input[type="reset"], input[type="submit"], .bg-accent, .bg-accent-hover:hover, .bg-accent-hover:focus, :root .has-accent-background-color, .comment-reply-link {
    background-color: #e96b4c;
}

.postsGrid__nav .postsGrid__nav--categories.active {
    max-height: 385px;
}

.togdnone {
    display: none;
}

.page-template-contact .toggle-visibility.toggle-hidden {
    display: block !important;
    height: inherit !important;
    margin-bottom: 50px !important;
    padding: inherit !important;
    opacity: 1;
}

label[for=owner] {
    /*background-color: #e96b4c;*/
}




.stuv-modal { position: fixed; top: 0; left: 0; width: 100%; height: 100vh; background-color: #19191b80; display: flex; align-items: center; justify-content: center; padding: 5vw; opacity: 0; z-index: 99999; transition: all 0.25s ease; z-index: -1; }
.stuv-modal .featured-product { width: 75%; }
.stuv-modal .featured-product .content { text-align: center; padding: 2.5vw 0; max-width: inherit; -webkit-box-ordinal-group: inherit; order: inherit; margin-left: inherit!important; -webkit-box-flex: inherit; flex-grow: inherit; flex-shrink: inherit; flex-basis: inherit; width: inherit; }
.stuv-modal .featured-product h2 { margin: 0 0 30px 0; }
.stuv-modal .featured-product p { margin: 0 0 1rem 0; }
.stuv-modal .featured-product .btn { margin: 1rem 0 0 0; }
.stuv-modal .content { width:100%; margin:auto !important; }
.closeBtn { color: #fff; font-size: 1.5rem; position: absolute; top: 1rem; right: 1rem; cursor: pointer; }

.stuv-modal2 { position: fixed; top: 0; left: 0; width: 100%; height: 100vh; background-color: #19191b80; display: flex; align-items: center; justify-content: center; padding: 5vw; opacity: 0; z-index: 99999; transition: all 0.25s ease; z-index: -1; }
.stuv-modal2 .featured-product { width: 75%; }
.stuv-modal2 .featured-product .content { text-align: center; padding: 2.5vw 0; max-width: inherit; -webkit-box-ordinal-group: inherit; order: inherit; margin-left: inherit!important; -webkit-box-flex: inherit; flex-grow: inherit; flex-shrink: inherit; flex-basis: inherit; width: inherit; }
.stuv-modal2 .featured-product h2 { margin: 0 20px 20px 20px; }
.stuv-modal2 .featured-product p { margin: 0 0 1rem 0; }
.stuv-modal2 .featured-product .btn { margin: 0 0 0 .5rem; padding: .25rem 1rem; border: 0; }
.stuv-modal2 .content { width:100%; margin:auto !important; }
.closeBtn2 { color: #fff; font-size: 1.5rem; position: absolute; top: 1rem; right: 1rem; cursor: pointer; }

.noscroll { overflow: hidden; }
.showup { opacity: 1; z-index: 9999; }

.stuv-modal2 .wpcf7 {
    margin-bottom: 2rem;
}

.stuv-modal2 .wpcf7-form-control-wrap {
    margin: .5rem;
}

.stuv-modal2 .wpcf7-text, .stuv-modal2 .wpcf7-select {
    border: 0;
    padding: .5rem;
    height: 2rem;
}

.stuv-modal2 .wpcf7 form.sent .wpcf7-response-output {
    border: 0;
    background-color: #e96b4c;
    padding: 1rem;
}

@media (max-width: 767px) { 
    .stuv-modal2 .featured-product { width: 95%; max-height: 95%; overflow-y: auto; }
    .stuv-modal2 .wpcf7-form-control-wrap { display: block; }
    .stuv-modal2 .wpcf7-text, .stuv-modal2 .wpcf7-select { width: 100%; }
    .stuv-modal2 .featured-product p { line-height: 1.5; }
    .stuv-modal2 .wpcf7 { margin-bottom: 0; }
    .stuv-modal2 .featured-product p:last-child { margin: 0; }
}

#screen-marker_info {
    display: none;
}

#realform {
    display: none;
}

.aside_snprod {
    font-weight: 600 !important;
    margin: 2rem 0 1rem 0 !important;
}

/* Start: Formulaires Hubspot */

.hbspt-form h2 {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 30px !important;
    font-weight: 700;
    color: white !important;
}

.hbspt-form input[type="text"] {
    background: 0 0;
    outline: none;
    width: 100%;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    color: #fff;
    border: none;
    border-bottom: 1px solid hsla(0,0%,84.7%,.1);
    padding: 0;
    margin-bottom: 0;
}

.hbspt-form input[type="text"]::placeholder {
    color: #7c7979;
}

.hbspt-form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    color: #fff;
    width: 100%;
    outline: none;
    background-color: #252429;
    background-image: url(../images/svg/custom-select-w.svg);
    background-size: 9px 18px;
    background-position: right 10px center;
    background-repeat: no-repeat;
    border: 1px solid hsla(0, 0%, 84.7%, 0.1);
    border-radius: 0;
    padding: 13px 25px;
}

.hbspt-form textarea {
    background: none;
    outline: none;
    width: 100%;
    min-height: 8rem;
    font-size: 16px;
    padding: 1rem;
    color: #fff;
    border: 1px solid hsla(0, 0%, 84.7%, 0.1);
    resize: none;
}

.hbspt-form .hs-form-booleancheckbox-display {
    display: block;
    position: relative;
    width: 100%;
    border: 1px solid hsla(0, 0%, 84.7%, 0.1);
    padding: 20px 70px 20px 30px;
    font-weight: 700;
    cursor: pointer;
    transition: border-color 0.3s, background 0.3s;
}

.hbspt-form .hs-form-booleancheckbox-display:hover {
    border: 1px solid white;
}

.hbspt-form .hs-form-booleancheckbox-display:after {
    position: absolute;
    right: 30px;
    top: 50%;
    border: 2px solid #fff;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "";
}

.hbspt-form .hs-form-booleancheckbox-display > input[type="checkbox"] {
    display: none;
}

.hbspt-form .hs-form-booleancheckbox-display.clicked {
    background-color: #e96b4c;
}

.hbspt-form .hs-form-booleancheckbox-display.clicked:after {
    background: white;
}

.hbspt-form input[type="submit"] {
    width: 100%;
    text-align: center;
    color: #fff;
    background: #e96b4c;
    border-color: #e96b4c;
    cursor: pointer;
    pointer-events: all;
    display: inline-block;
    position: relative;
    padding: 15px 40px;
    font-size: 14px;
    line-height: 26px;
    font-weight: 700;
    text-decoration: none;
    opacity: 1;
    -webkit-transition: all 0.45s cubic-bezier(0.6, 0.05, 0.01, 0.99) 50ms;
    transition: all 0.45s cubic-bezier(0.6, 0.05, 0.01, 0.99) 50ms;
    overflow: hidden;
    outline: none;
    z-index: 1;
}

.hbspt-form input[type="submit"]:hover {
    border-color: white;
}

.hbspt-form #label-je_possede_deja_un_stuv-7c9fbd02-3b20-41ae-8ba2-05cd317209e6 {
    display: block;
    margin-bottom: 10px;
}

.hbspt-form .hs_submit {
    margin-top: 8px;
}

#realform p {
    color: black;
    margin-bottom: 2rem;
    max-width: 20rem;
}

#realform input[type="text"],
#realform input[type="email"],
#realform input[type="tel"] {
    background: 0 0;
    outline: none;
    width: 100%;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    color: black;
    border: none;
    border-bottom: 1px solid hsla(0,0%,84.7%,.1);
    padding: 0;
    margin-bottom: 0;
}

#realform .hs-form-booleancheckbox-display {
    padding: 20px 0;
    display: flex;
    justify-content: start;
    align-items: center;
}

#realform .hs-form-booleancheckbox-display > .hs-input {
    display: inline-block;
}

#realform .hs-form-booleancheckbox-display > span {
    font-weight: normal;
}

#realform ul.inputs-list {
    margin-bottom: 3rem;
}

#realform ul.inputs-list > li {
    margin-bottom: .5rem;
}

#realform ul.inputs-list > li > label {
    display: flex;
    align-items: center;
}

#realform input[type="checkbox"] {
    margin-right: 1rem;
    width: 24px;
    height: 24px;
}

#realform .submitted-message {
    color: black;
}

#brochurePanel {
    align-items: start !important;
    padding: 4rem 2rem 10rem !important;
}

#brochurePanel .input {
    margin-bottom: 1rem;
}

#brochurePanel input[type="email"] {
    background: 0 0;
    outline: none;
    width: 100%;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    color: #fff;
    border: none;
    border-bottom: 1px solid hsla(0,0%,84.7%,.1);
    padding: 0;
    margin-bottom: 0;
}

#brochurePanel .hs_comment_voulez_vous_recevoir_le_catalogue_ label span {
    display: block;
    margin-bottom: .5rem;
}

#brochurePanel #email-1acd89a1-4b0e-4ec1-a3d7-2b44e40dddc4 {
    margin-bottom: 1rem;
}

#brochurePanel input[type="submit"] {
    margin-top: 1rem;
}

#brochurePanel #comment_voulez_vous_recevoir_le_catalogue_-0ca7f1df-bfc2-4b6c-8b03-de96552ec725 {
    width: 100% !important;
}

#brochurePanel fieldset[data-reactid=".hbspt-forms-0.1:$4"] {
    margin-bottom: 1rem;
}

#brochurePanel fieldset[data-reactid=".hbspt-forms-0.1:$1"] {
    margin-bottom: 2rem;
}

#brochurePanel fieldset[data-reactid=".hbspt-forms-0.1:$3"] {
    margin-bottom: 1rem;
}

#brochurePanel .hbspt-form .hs-form-booleancheckbox-display:after {
    display: none;
}

#brochurePanel .hbspt-form .hs-form-booleancheckbox-display {
    font-weight: normal !important;
    padding: 0;
    border: 0;
}

#brochurePanel .hbspt-form .hs-form-booleancheckbox-display > input[type="checkbox"] {
    display: inline-block;
    width: 17px;
    height: 17px;
    margin-right: 1rem;
}


/** S:Erreurs **/
.hbspt-form ul.no-list {
    margin-top: 14px;
}

.hbspt-form ul.no-list label {
    color: #e86a4c;
}

#realform ul.inputs-list.hs-error-msgs {
    margin-top: 0;
    margin-bottom: 1.2rem;
}

#realform .hs-error-msg {
    color: #e86a4c !important;
}
/** E:Erreurs **/

/* End: Formulaires Hubspot */