@font-face {
    font-family: "Neue Hans Kendrick";
    src: url("../fonts/NeueHansKendrick-RegularItalic.woff2") format("woff2"),url("../fonts/NeueHansKendrick-RegularItalic.woff") format("woff");
    font-weight: normal;
    font-style: italic
}

@font-face {
    font-family: "Neue Hans Kendrick";
    src: url("../fonts/NeueHansKendrick-Regular.woff2") format("woff2"),url("../fonts/NeueHansKendrick-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: "Neue Hans Kendrick";
    src: url("../fonts/NeueHansKendrick-Bold.woff2") format("woff2"),url("../fonts/NeueHansKendrick-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal
}

@font-face {
    font-family: "BBBT";
    src: url("../fonts/Bauer-Bodoni-BT.woff2") format("woff2"),url("../fonts/Bauer-Bodoni-BT.woff") format("woff");
    font-weight: normal;
    font-style: normal
}
.footer {
    padding-bottom: 100px;
    position: relative;
    margin-top: 45px
}

.footer__top {
    margin-bottom: 75px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* padding-right: 117px */
}

.footer__bottom {
    display: flex;
    flex-direction: row;
    margin-bottom: 75px
}

.footer__logo {
    display: flex;
    flex-direction: row;
    align-items: center
}

.footer__logo svg {
    vertical-align: initial;
    width: 151px
}

.footer__logo-text {
    font-size: 12px;
    line-height: 1.66666667;
    color: #000;
    font-weight: bold;
    margin-left: 40px
}

.footer__tile {
    width: 100%;
    height: 100%;
    display: inline-flex;
    justify-content: flex-end;
    align-items: flex-end
}

.footer__tile img {
    width: 100px
}

.footer__block {
    width: 25%;
    padding-right: 10px
}

.footer__title {
    margin: 0;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 29px
}

.footer__menu {
    list-style: none;
    margin: 0;
    padding: 0
}

.footer__menu li {
    margin-bottom: 6px
}

.footer__menu li:last-child {
    margin-bottom: 0
}

.footer__menu a {
    color: #000;
    font-size: 12px;
    text-decoration: none;
    line-height: 1.5
}

.footer__menu .sub-menu {
    display: none
}

.footer__firm {
    font-weight: 400;
    font-size: 12px;
    margin-bottom: 27px
}

.footer__firm div {
    display: inline-block
}

.footer__firm a {
    text-decoration: underline;
    color: #000
}

.footer__credits a svg {
    width: 93px
}

@media only screen and (max-width: 1440px) {
    .footer {
        padding-bottom:6.9444444444vw;
        margin-top: 3.125vw
    }

    .footer__top {
        margin-bottom: 5.2083333333vw;
        /* padding-right: 8.125vw */
    }

    .footer__bottom {
        margin-bottom: 5.2083333333vw
    }

    .footer__logo svg {
        width: 10.4861111111vw
    }

    .footer__logo-text {
        font-size: .8333333333vw;
        margin-left: 2.7777777778vw
    }

    .footer__title {
        font-size: 1.1111111111vw;
        margin-bottom: 2.0138888889vw
    }

    .footer__menu li {
        margin-bottom: .4166666667vw
    }

    .footer__menu a {
        font-size: .8333333333vw
    }

    .footer__firm {
        font-size: .8333333333vw;
        margin-bottom: 1.875vw
    }

    .footer__credits a svg {
        width: 6.4583333333vw
    }
}

@media only screen and (max-width: 1100px) {
    .footer {
        padding-bottom:100px;
        margin-top: 45px
    }

    .footer__top {
        margin-bottom: 75px;
        padding-right: 0
    }

    .footer__bottom {
        margin-bottom: 75px
    }

    .footer__block--empty {
        display: none
    }

    .footer__logo svg {
        width: 150px
    }

    .footer__logo-text {
        font-size: 12px;
        margin-left: 40px
    }

    .footer__title {
        font-size: 16px;
        margin-bottom: 29px
    }

    .footer__menu li {
        margin-bottom: 6px
    }

    .footer__menu a {
        font-size: 12px
    }

    .footer__firm {
        font-size: 12px;
        margin-bottom: 27px
    }

    .footer__credits a svg {
        width: 93px
    }
}

@media only screen and (max-width: 767px) {
    .footer {
        padding-bottom:50px
    }

    .footer__top {
        text-align: center;
        margin-bottom: 0;
        display: flex;
        flex-direction: column
    }

    .footer__logo {
        display: block
    }

    .footer__logo-text {
        margin-left: 0
    }

    .footer__bottom {
        display: block;
        text-align: center;
        margin-bottom: 0
    }

    .footer__block {
        width: 100%;
        margin-bottom: 26px
    }

    .footer__title {
        margin-bottom: 6px
    }

    .footer__tile {
        justify-content: center;
        align-items: center
    }

    .footer__credits {
        text-align: center
    }

    .footer__firm {
        text-align: center;
        line-height: 1.5
    }

    .footer__firm strong {
        font-weight: 400;
        display: block
    }

    .footer__firm div {
        display: block;
        margin-top: 20px
    }
}

.stripe {
    width: 194px;
    height: 640px;
    background-image: linear-gradient(26deg, #EB1B28 5%, #EB1B28 100%);
    position: absolute
}

.stripe--right {
    right: 0;
    top: -110px
}

.stripe--far-right {
    right: -10%
}

.stripe--left {
    left: 0;
    top: 80px
}

@media only screen and (max-width: 1440px) {
    .stripe {
        width:13.4722222222vw;
        height: 44.4444444444vw
    }

    .stripe--right {
        top: -7.6388888889vw
    }

    .stripe--left {
        top: 5.5555555556vw
    }
}

@media only screen and (min-width: 850px)and (max-width: 1023px) {
    .stripe--right {
        top:-60px;
        width: 150px;
        height: 500px
    }
}

@media only screen and (max-width: 850px) {
    .stripe--right {
        top:-60px;
        width: 150px;
        height: 400px
    }
}

@media only screen and (max-width: 767px) {
    .stripe {
        width:14%;
        height: 290px
    }

    .stripe--right {
        top: -30px;
        width: 120px;
        height: 350px
    }

    .stripe--left {
        top: 30px
    }
}

@media only screen and (max-width: 650px) {
    .stripe--right {
        height:300px
    }
}

@media only screen and (max-width: 540px) {
    .stripe--right {
        width:90px;
        height: 240px
    }
}

@media only screen and (max-width: 430px) {
    .stripe--right {
        width:80px;
        height: 200px
    }
}

@media only screen and (max-width: 360px) {
    .stripe--right {
        width:60px;
        height: 160px
    }
}

.vertical-text {
    position: absolute;
    bottom: 0;
    transform: rotate(-90deg);
    font-size: 400px;
    color: #f7f7f7;
    line-height: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    font-weight: bold;
    z-index: -1
}

.vertical-text--left {
    left: -115px
}

.vertical-text--right {
    right: 50px;
    transform-origin: 80% 50%;
    bottom: 400px
}

.vertical-text--gray {
    color: #f0f0f0
}

.vertical-text--collection {
    right: 0;
    bottom: auto;
    top: 0;
    font-size: 300px
}

@media only screen and (max-width: 1440px) {
    .vertical-text {
        font-size:27.7777777778vw
    }

    .vertical-text--left {
        left: -7.9861111111vw
    }

    .vertical-text--right {
        right: 3.4722222222vw;
        bottom: 27.7777777778vw
    }

    .vertical-text--collection {
        font-size: 20.8333333333vw
    }
}

@media only screen and (max-width: 1100px) {
    .vertical-text {
        font-size:400px
    }

    .vertical-text--left {
        left: -115px
    }

    .vertical-text--right {
        right: 50px;
        bottom: 400px
    }

    .vertical-text--collection {
        font-size: 300px
    }
}

@media only screen and (max-width: 998px) {
    .vertical-text {
        display:none
    }
}

.breadcrumbs {
    margin: 0;
    padding: 0
}

.breadcrumbs li {
    display: inline-block
}

.breadcrumbs .separator {
    margin: 0 4px
}

.breadcrumbs a,.breadcrumbs .bread-current {
    font-size: 14px;
    color: #fff;
    position: relative;
    text-decoration: none
}

.breadcrumbs a {
    font-weight: 300
}

.breadcrumbs a:before {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 3px;
    transform: scaleX(0);
    background-color: #EB1B28;
    transform-origin: 100% 100%;
    transition: transform .25s cubic-bezier(0.694, 0.048, 0.335, 1)
}

.breadcrumbs a:hover:before {
    transform: scaleX(1);
    transform-origin: 0 100%
}

.breadcrumbs .bread-current {
    font-weight: 600
}

@media only screen and (max-width: 1440px) {
    .breadcrumbs .separator {
        margin:0 .2777777778vw
    }

    .breadcrumbs a,.breadcrumbs .bread-current {
        font-size: .9722222222vw
    }

    .breadcrumbs a:before,.breadcrumbs .bread-current:before {
        bottom: -0.2083333333vw;
        height: .2083333333vw
    }
}

@media only screen and (max-width: 1100px) {
    .breadcrumbs .separator {
        margin:0 4px
    }

    .breadcrumbs a,.breadcrumbs .bread-current {
        font-size: 14px
    }

    .breadcrumbs a:before,.breadcrumbs .bread-current:before {
        bottom: -3px;
        height: 3px
    }
}

.image-text {
    margin-top: 74px
}

.image-text__container {
    display: flex;
    position: relative
}

.image-text__container--reverse {
    flex-direction: row-reverse
}

.image-text__container--reverse .image-text__image {
    left: -8.58333%
}

.image-text__container--reverse .image-text__content {
    left: 17.16667%
}

.image-text__image {
    position: relative;
    overflow: hidden;
    left: 8.58333%;
    width: 41.66667%;
    height: 670px
}

.image-text__image-img {
    position: absolute;
    height: 100%;
    width: 100%
}

.image-text__image-img img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;"
}

.image-text--slider .image-text__slider-images {
    height: 100%
}

.image-text--slider .image-text__slider-images .flickity-slider {
    height: 100%
}

.image-text--slider .image-text__slider-cta {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    background-color: #EB1B28;
    z-index: 1
}

.image-text--slider .image-text__slider-cta svg {
    position: relative;
    pointer-events: none;
    z-index: 3
}

.image-text--slider .image-text__slider-cta:before,.image-text--slider .image-text__slider-cta:after {
    content: "";
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: scaleX(0);
    transform-origin: 100% 100%;
    transition: transform .3s cubic-bezier(0.694, 0.048, 0.335, 1)
}

.image-text--slider .image-text__slider-cta:before {
    background-color: #000;
    z-index: 1
}

.image-text--slider .image-text__slider-cta:after {
    background-color: #EB1B28;
    z-index: 2
}

.image-text--slider .image-text__slider-cta:hover:after {
    transition-delay: .22s
}

.image-text--slider .image-text__slider-cta:hover:before,.image-text--slider .image-text__slider-cta:hover:after {
    transform: scaleX(1);
    transform-origin: 0 100%
}

.image-text--slider .image-text__content {
    min-height: 480px
}

.image-text--slider .image-text__slider-content-item {
    width: 100%
}

@media only screen and (max-width: 1100px) {
    .image-text--slider .image-text__slider-images .image-text__image-img {
        height:400px
    }

    .image-text--slider .image-text__slider-cta {
        top: 200px
    }
}

.image-text__content {
    overflow: hidden;
    background-color: #fff;
    padding: 99px 50px 64px 76px;
    left: 42.91667%;
    width: 41.66667%;
    position: absolute;
    top: 74px;
    display: flex;
    flex-direction: column;
    z-index: 10
}

.image-text__content-label {
    margin-bottom: 21px
}

.image-text__content-title {
    margin-bottom: 45px
}

.image-text__content-title span {
    color: #EB1B28
}

.image-text__content-text p {
    font-weight: 400;
    color: #a3a3a3;
    font-size: 16px;
    line-height: 1.5;
    margin: 0
}

.image-text__content-button {
    margin-top: 60px
}

@media only screen and (max-width: 1440px) {
    .image {
        margin-top:5.1388888889vw
    }

    .image-text__image-arrow-btn {
        width: 4.0277777778vw;
        height: 4.0277777778vw
    }

    .image-text__image-arrow-btn svg {
        height: 1.3888888889vw
    }

    .image-text__image {
        height: 46.5277777778vw
    }

    .image-text__content {
        padding: 6.875vw 3.4722222222vw 4.4444444444vw 5.2777777778vw
    }

    .image-text__content-label {
        margin-bottom: 1.4583333333vw
    }

    .image-text__content-title {
        margin-bottom: 3.125vw
    }

    .image-text__content-text p {
        font-size: 1.1111111111vw
    }

    .image-text__slider-cta {
        width: 5.5555555556vw;
        height: 5.5555555556vw
    }

    .image-text__content-button {
        margin-top: 4.1666666667vw
    }

    .image-text--slider .image-text__content {
        min-height: 33.3333333333vw
    }
}

@media only screen and (max-width: 1100px) {
    .image-text--slider .image-text__content {
        min-height:480px
    }

    .image-text__container {
        flex-direction: column
    }

    .image-text__image {
        left: 10%;
        width: 90%;
        height: 670px
    }

    .image-text__image-img {
        height: auto;
        position: relative
    }

    .image-text__content {
        width: 100%;
        position: relative;
        left: auto;
        top: 30px
    }

    .image-text__content-label {
        margin-bottom: 21px
    }

    .image-text__content-title {
        margin-bottom: 28px
    }

    .image-text__content-text p {
        font-size: 16px
    }

    .image-text__content-button {
        margin-top: 27px
    }

    .image-text__slider-cta {
        width: 80px;
        height: 80px
    }

    .image-text__container--reverse .image-text__image {
        left: 0
    }

    .image-text__container--reverse .image-text__content {
        left: 0
    }
}

@media only screen and (max-width: 767px) {
    .image-text__content {
        padding:40px 5%
    }

    .image-text__container {
        width: 100%;
        margin: 0
    }

    .image-text__image {
        height: 285px
    }

    .image-text__slider-cta {
        top: 45%
    }

    .image-text--slider .image-text__content {
        min-height: initial
    }
}

.intro--small {
    margin-bottom: 50px
}

.intro-logo {
    margin-bottom: 62px
}

.intro-logo svg {
    height: 35px
}

.intro-surtitle {
    font-size: 30px;
    letter-spacing: -2px;
    color: #000;
    line-height: 2.4565;
    font-weight: 700;
    padding: 0;
    margin: 0
}

.intro-title {
    font-size: 50px;
    letter-spacing: -2px;
    color: #000;
    line-height: 1;
    padding: 0;
    margin: 0 0 40px 0;
    font-weight: 700
}

.intro-title span {
    color: #EB1B28
}

.intro-subtitle {
    font-size: 18px;
    line-height: 1.625;
    color: #a3a3a3;
    margin-bottom: 34px
}

.intro-subtitle:last-child {
    margin-bottom: 0
}

.intro-subtitle--in-block {
    width: 80%;
    max-width: 672px
}

.intro.is-products {
    margin-bottom: 80px
}

@media only screen and (max-width: 1440px) {
    .intro--small {
        margin-bottom:3.4722222222vw
    }

    .intro-logo {
        margin-bottom: 4.3055555556vw
    }

    .intro-logo svg {
        height: 2.4305555556vw
    }

    .intro-surtitle {
        font-size: 3.1944444444vw;
        letter-spacing: -0.1388888889vw
    }

    .intro-title {
        font-size: 5.5555555556vw;
        letter-spacing: -0.1388888889vw;
        margin: 0 0 2.7777777778vw 0
    }

    .intro-subtitle {
        font-size: 1.2465277778vw;
        margin-bottom: 2.3611111111vw
    }

    .intro.is-products {
        margin-bottom: 5.5555555556vw
    }
}

@media only screen and (max-width: 1100px) {
    .intro--small {
        margin-bottom:50px
    }

    .intro-logo {
        margin-bottom: 62px
    }

    .intro-logo svg {
        height: 35px
    }

    .intro.is-products {
        margin-bottom: 80px
    }
}

@media only screen and (max-width: 767px) {
    .intro--small {
        margin-bottom:35px
    }

    .intro-surtitle {
        font-size: 28px
    }

    .intro-title {
        font-size: 42px;
        line-height: 1.238;
        margin-bottom: 22px
    }

    .intro-subtitle {
        font-size: 16px
    }

    .intro-subtitle--in-block {
        width: 95%
    }
}

@media only screen and (max-width: 540px) {
    .intro-surtitle {
        font-size:22px;
        line-height: 42px;
        letter-spacing: -1px
    }

    .intro-title {
        font-size: 32px;
        line-height: 1.3125
    }
}

.button {
    font-weight: 700;
    display: inline-block;
    background: rgba(0,0,0,0);
    background-color: #EB1B28;
    color: #fff;
    position: relative;
    line-height: 1.5;
    text-decoration: none;
    padding: 11px 29px;
    font-size: 18px;
    min-width: 135px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    text-align: center;
    outline: 0;
    border: none;
    cursor: pointer
}

.button--heart {
    padding: 11px 20px;
    font-size: 16px
}

.button::before,.button::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: scaleX(0);
    transform-origin: 100% 100%;
    transition: transform .3s cubic-bezier(0.694, 0.048, 0.335, 1)
}

.button::before {
    background-color: #000;
    z-index: 1
}

.button::after {
    background-color: #EB1B28;
    z-index: 2
}

.button:focus {
    outline: none
}

.button[disabled] {
    opacity: .6;
    cursor: not-allowed;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none
}

.button__content {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 3;
}

.button__icon {
    margin-left: 12px
}

.button__heart {
    position: absolute;
    top: 8px;
    left: 50%;
    width: 22px;
    height: 22px;
    background-color: #EB1B28;
    transform: rotate(-45deg) translateX(-50%);
    pointer-events: none;
    z-index: 2
}

.button__heart::before,.button__heart::after {
    content: "";
    background-color: #EB1B28;
    border-radius: 50%;
    position: absolute;
    width: 22px;
    height: 22px
}

.button__heart:before {
    top: -11px;
    left: 0
}

.button--heart {
    /* background-color: #fff; */
    border: 1.5px solid #000
}

.button--heart:before {
    background-color: #EB1B28
}

.button--heart:after {
    background-color: #EB1B28
}

.button--heart-logged {
    background-color: #fff;
    padding-left: 5px;
    padding-right: 5px;
    min-width: 1px
}

.button--heart-logged:before {
    background-color: #fff
}

.button--heart-logged:after {
    background-color: #fff
}

@media(hover: hover) {
    .button:hover:after {
        transition-delay:.22s
    }

    .button:hover:before,.button:hover:after {
        transform: scaleX(1);
        transform-origin: 0 100%
    }
}

@media only screen and (max-width: 1440px) {
    .button {
        padding:.7638888889vw 2.0138888889vw;
        font-size: 1.25vw;
        min-width: 9.375vw
    }

    .button--heart {
        padding: .7638888889vw 1.3888888889vw;
        font-size: 1.1111111111vw
    }

    .button__icon {
        margin-left: .8333333333vw
    }

    .button__heart {
        top: .5555555556vw;
        width: 1.5277777778vw;
        height: 1.5277777778vw
    }

    .button__heart::before,.button__heart::after {
        width: 1.5277777778vw;
        height: 1.5277777778vw
    }

    .button__heart:before {
        top: -0.7638888889vw
    }

    .button--heart-logged {
        padding-left: .3472222222vw;
        padding-right: .3472222222vw
    }
}

@media only screen and (max-width: 1100px) {
    .button {
        padding:11px 29px;
        font-size: 18px;
        min-width: 135px
    }

    .button--heart {
        padding: 8px 14px;
        font-size: 16px;
        min-width: 100px
    }

    .button__icon {
        margin-left: 12px
    }

    .button__heart {
        top: 5px;
        width: 20px;
        height: 20px
    }

    .button__heart::before,.button__heart::after {
        width: 20px;
        height: 20px
    }

    .button__heart:before {
        top: -11px
    }

    .button--heart-logged {
        padding-left: 5px;
        padding-right: 5px
    }
}

.instagram__container {
    max-width: 1294px;
    width: 100%;
    margin: auto
}

.instagram__header {
    margin-bottom: 60px;
    display: flex;
    align-items: center
}

.instagram__title h5 {
    font-style: italic;
    font-size: 24px;
    color: #a3a3a3;
    font-style: italic;
    letter-spacing: 8px;
    margin: 0;
    display: flex;
    align-items: center
}

.instagram__title .instagram__icon {
    margin-right: 24px
}

.instagram__title .instagram__icon svg {
    width: 34px;
    height: 34px
}

.instagram__contact {
    margin-left: 24px
}

.instagram__contact h2 {
    font-weight: 400;
    font-size: 40px;
    line-height: 48px;
    letter-spacing: 5px;
    color: #a3a3a3;
    text-transform: uppercase
}

.instagram__content {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between
}

.instagram__images {
    width: 100%;
    overflow: hidden;
    outline: 0;
    height: 404px
}

.instagram__image-container {
    width: 300px;
    margin-right: 20px
}

.instagram__image {
    height: 300px;
    background-size: cover
}

.instagram__image-text {
    margin-top: 24px;
    height: 80px;
    padding: 0 1%
}

.instagram__image-text p {
    font-size: 16px;
    line-height: 26px;
    color: #909090;
    margin: 0
}

.instagram__image-text p strong {
    color: #000;
    font-weight: 700
}

.instagram__image-img img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;"
}

.instagram__image-cta {
    position: absolute;
    right: -30px;
    top: 50%;
    transform: translateY(-50%)
}

.instagram__image-cta button {
    background-color: #f2f2f2
}

.instagram__cta {
    margin-top: 48px
}

.instagram__cta .button {
    min-width: 300px
}

@media only screen and (max-width: 1440px) {
    .instagram__header {
        margin-bottom:4.1666666667vw
    }

    .instagram__title h5 {
        font-size: 1.6666666667vw;
        letter-spacing: .5555555556vw
    }

    .instagram__title .instagram__icon {
        margin-right: 1.6666666667vw
    }

    .instagram__title .instagram__icon svg {
        width: 2.3611111111vw;
        height: 2.3611111111vw
    }

    .instagram__contact {
        margin-left: 1.6666666667vw
    }

    .instagram__contact h2 {
        font-size: 2.7777777778vw;
        line-height: 3.3333333333vw;
        letter-spacing: .3472222222vw
    }

    .instagram__images {
        height: wvd(404)
    }

    .instagram__image-container {
        width: 20.8333333333vw;
        margin-right: 1.3888888889vw
    }

    .instagram__image {
        height: 20.8333333333vw
    }

    .instagram__image-text {
        margin-top: 1.6666666667vw;
        height: wvd(80)
    }

    .instagram__image-text p {
        font-size: 1.1111111111vw;
        line-height: 1.8055555556vw
    }

    .instagram__image-cta {
        right: -2.0833333333vw
    }

    .instagram__cta {
        margin-top: 3.3333333333vw
    }

    .instagram__cta .button {
        min-width: 20.8333333333vw
    }
}

@media only screen and (max-width: 1100px) {
    .instagram__header {
        margin-bottom:60px
    }

    .instagram__title h5 {
        font-size: 24px;
        letter-spacing: 8px
    }

    .instagram__title .instagram__icon {
        margin-right: 24px
    }

    .instagram__title .instagram__icon svg {
        width: 34px;
        height: 34px
    }

    .instagram__contact {
        margin-left: 24px
    }

    .instagram__contact h2 {
        font-size: 40px;
        line-height: 48px;
        letter-spacing: 5px
    }

    .instagram__images {
        height: 404px
    }

    .instagram__image-container {
        width: 300px;
        margin-right: 20px
    }

    .instagram__image {
        height: 300px
    }

    .instagram__image-text {
        margin-top: 24px;
        height: 80px
    }

    .instagram__image-text p {
        font-size: 16px;
        line-height: 26px
    }

    .instagram__image-cta {
        right: -30px
    }

    .instagram__cta {
        margin-top: 48px
    }

    .instagram__cta .button {
        min-width: 300px
    }
}

@media only screen and (max-width: 767px) {
    .instagram__header {
        display:flex;
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 40px
    }

    .instagram__header .instagram__contact {
        margin-left: 0
    }

    .instagram__title h5 {
        font-size: 20px
    }

    .instagram__contact h2 {
        font-size: 20px;
        line-height: 130%
    }
}

.newsletter__background {
    position: relative
}

.newsletter {
    padding-top: 80px;
    padding-bottom: 80px
}

.newsletter__spacer {
    max-width: 514px
}

.newsletter__title {
    color: #000;
    margin-bottom: 37px
}

@media only screen and (max-width: 1440px) {
    .newsletter {
        padding-top:5.5555555556vw;
        padding-bottom: 5.5555555556vw
    }

    .newsletter__spacer {
        max-width: 35.6944444444vw
    }

    .newsletter__title {
        margin-bottom: 2.5694444444vw
    }
}

@media only screen and (max-width: 1100px) {
    .newsletter {
        padding-top:80px;
        padding-bottom: 80px
    }

    .newsletter__spacer {
        max-width: 514px
    }

    .newsletter__title {
        margin-bottom: 37px
    }
}

@media only screen and (max-width: 767px) {
    .newsletter {
        padding:100px 0
    }
}

.form__row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 104%;
    margin-left: -2%
}

.form__row>.form__item {
    margin-left: 2%;
    margin-right: 2%
}

.form__item {
    margin-bottom: 25px
}

@media only screen and (max-width: 1440px) {
    .form__item {
        margin-bottom:1.7361111111vw
    }
}

@media only screen and (max-width: 1100px) {
    .form__item {
        margin-bottom:25px
    }
}

@media only screen and (max-width: 767px) {
    .form__row {
        display:flex;
        flex-direction: column;
        width: 100%;
        margin-left: 0
    }

    .form__row>.form__item {
        margin-left: 0;
        margin-right: 0
    }
}

.form__input {
    display: flex;
    flex-direction: row;
    width: 100%
}

.form__input input,.form__input select,.form__input textarea {
    background: rgba(0,0,0,0);
    background-color: #f2f2f2;
    border: none;
    outline: 0;
    width: 100%;
    padding: 18px;
    font-size: 14px;
    color: #000;
    resize: none
}

.form__input input::-moz-placeholder, .form__input select::-moz-placeholder, .form__input textarea::-moz-placeholder {
    font-size: 14px;
    color: #000
}

.form__input input:-ms-input-placeholder, .form__input select:-ms-input-placeholder, .form__input textarea:-ms-input-placeholder {
    font-size: 14px;
    color: #000
}

.form__input input::placeholder,.form__input select::placeholder,.form__input textarea::placeholder {
    font-size: 14px;
    color: #000
}

.form__input select {
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-repeat: no-repeat;
    background-position-x: 100%;
    background-position-y: 50%
}

.form__privacy-text {
    font-size: 14px;
    color: #a3a3a3;
    margin-bottom: 10px
}

.form__privacy-text a {
    color: #000;
    text-decoration: none;
    font-weight: 600
}

@media only screen and (max-width: 1440px) {
    .form__input input,.form__input select,.form__input textarea {
        padding:1.25vw;
        font-size: .9722222222vw
    }
}

@media only screen and (max-width: 1100px) {
    .form__input input,.form__input select,.form__input textarea {
        padding:18px;
        font-size: 14px
    }
}

@media only screen and (max-width: 767px) {
    .form__input {
        display:block
    }

    .form__input .button {
        margin-top: 30px
    }
}

.form__checkbox-container {
    display: block;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    font-size: 10px;
    line-height: 1.5;
    font-family: "Neue Hans Kendrick",-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;
    font-weight: 400;
    color: #a3a3a3;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.form__checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    top: 0;
    left: 0
}

.form__checkbox-checkmark {
    position: absolute;
    top: 2px;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #fff;
    border: solid 1px #909090
}

.form__checkbox-container input:checked~.form__checkbox-checkmark {
    background-color: rgba(0,0,0,0);
    border-color: #000
}

.form__checkbox-checkmark:after {
    content: "";
    position: absolute;
    display: none
}

.form__checkbox-container input:checked~.form__checkbox-checkmark:after {
    display: block
}

.form__checkbox-container .form__checkbox-checkmark:after {
    width: calc(100% - 5px);
    height: calc(100% - 5px);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #EB1B28
}

.form__checkbox--large .form__checkbox-container {
    font-size: 14px
}

.form__checkbox--large .form__checkbox-checkmark {
    width: 18px;
    height: 18px;
    top: 4px
}

@media only screen and (max-width: 1440px) {
    .form__checkbox-container {
        padding-left:1.875vw;
        font-size: .8333333333vw
    }

    .form__checkbox-checkmark {
        height: 1.1111111111vw;
        width: 1.1111111111vw;
        top: .1388888889vw
    }

    .form__checkbox--large .form__checkbox-container {
        font-size: .9722222222vw
    }

    .form__checkbox--large .form__checkbox-checkmark {
        width: 1.25vw;
        height: 1.25vw;
        top: .2777777778vw
    }
}

@media only screen and (max-width: 1100px) {
    .form__checkbox-container {
        padding-left:27px;
        font-size: 12px
    }

    .form__checkbox-checkmark {
        height: 16px;
        width: 16px;
        top: 2px
    }

    .form__checkbox--large .form__checkbox-container {
        font-size: 14px
    }

    .form__checkbox--large .form__checkbox-checkmark {
        width: 18px;
        height: 18px;
        top: 4px
    }
}

.faq__title {
    margin-bottom: 40px;
    font-size: 80px;
    letter-spacing: -2px;
    line-height: 1;
    font-weight: bold
}

.faq__item-question {
    cursor: pointer;
    position: relative;
    padding: 15px 0;
    padding-left: 1em;
    margin: 0
}

.faq__item-question:before {
    content: "";
    display: block;
    width: .5em;
    height: .5em;
    background-color: #EB1B28;
    position: absolute;
    top: calc(50% - .25em);
    left: 0;
    border-radius: 50%
}

.faq__item-answer {
    font-size: 16px;
    font-weight: 400;
    padding-left: 20px;
    margin-bottom: 15px;
    overflow: hidden;
    max-height: 0;
    line-height: 1.5;
    transition: all .35s ease
}

.faq__item-answer.is-active {
    max-height: 50vh !important
}

@media only screen and (max-width: 1440px) {
    .faq__title {
        margin-bottom:2.7777777778vw;
        font-size: 5.5555555556vw
    }

    .faq__item-question {
        padding: 1.0416666667vw
    }

    .faq__item-answer {
        font-size: 1.1111111111vw
    }
}

@media only screen and (max-width: 1100px) {
    .faq__title {
        margin-bottom:32px;
        font-size: 80px
    }

    .faq__item-question {
        padding: 15px
    }

    .faq__item-answer {
        font-size: 16px
    }
}

@media only screen and (max-width: 767px) {
    .faq__title {
        margin-bottom:22px;
        line-height: 1.2;
        font-size: 42px
    }
}

.contacts__title {
    margin-bottom: 50px
}

@media only screen and (max-width: 1440px) {
    .contacts__title {
        margin-bottom:3.4722222222vw
    }
}

@media only screen and (max-width: 1100px) {
    .contacts__title {
        margin-bottom:50px
    }
}

.c-dealers {
    width: 100%;
    position: relative
}

.c-dealers__loading {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all .35s ease;
    z-index: -1
}

.c-dealers.is-loading .c-dealers__loading {
    opacity: 1;
    z-index: 1
}

.c-dealers__breadcrumbs {
    margin-top: 150px
}

.c-dealers__breadcrumbs a,.c-dealers__breadcrumbs .bread-current {
    color: #000
}

.c-dealers__container {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    transition: all .35s ease;
    height: calc(100vh - 150px)
}

.c-dealers.is-loading .c-dealers__container {
    opacity: 0
}

.c-dealers__side {
    width: 480px;
    height: 100%;
    padding-top: 80px
}

.c-dealers__main {
    width: calc(100% - 480px);
    height: 100%
}

.c-dealers__items {
    position: relative;
    display: flex;
    flex-direction: column;
    max-height: 100%
}

.c-dealers__items-results {
    background-color: #EB1B28;
    color: #000;
    font-size: 14px;
    font-weight: bold;
    padding: 17px 20px;
    position: absolute;
    top: 0;
    left: 0;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    z-index: 1;
    min-height: 160px;
    text-align: center
}

.c-dealers__items-title {
    padding: 40px 0;
    padding-left: 80px;
    padding-right: 40px;
    font-size: 22px
}

.c-dealers__items-dealers {
    overflow-y: auto;
    padding-left: 80px;
    padding-right: 40px;
    padding-bottom: 80px
}

.c-dealers__filters {
    height: 80px;
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.c-dealers__filters-label {
    margin-right: 30px
}

.c-dealers__filters-form .form__item {
    width: 350px;
    margin-bottom: 0
}

.c-dealers__maps {
    width: 100%;
    height: calc(100% - 80px)
}

.c-dealers__mobile-actions {
    display: none;
    position: fixed;
    background-color: #fff;
    bottom: 0;
    left: 0;
    width: 100%;
    flex-direction: row;
    z-index: 101
}

.c-dealers.is-loading .c-dealers__mobile-actions {
    transform: translateY(100%)
}

.c-dealers__mobile-action {
    padding: 20px 2.5%;
    flex-grow: 1;
    text-align: center
}

.c-dealers__mobile-action.only-filter-close {
    display: block
}

.c-dealers.is-filter-open .c-dealers__mobile-action.only-filter-close {
    display: none
}

.c-dealers__mobile-action.only-filter-open {
    display: none
}

.c-dealers.is-filter-open .c-dealers__mobile-action.only-filter-open {
    display: block
}

@media only screen and (max-width: 1440px) {
    .c-dealers__breadcrumbs {
        margin-top:10.4166666667vw
    }

    .c-dealers__container {
        height: calc(100vh - 10.4166666667vw)
    }

    .c-dealers__side {
        width: 33.3333333333vw;
        padding-top: 5.5555555556vw
    }

    .c-dealers__main {
        width: calc(100% - 33.3333333333vw)
    }

    .c-dealers__items-results {
        font-size: .9722222222vw;
        padding: 1.1805555556vw 1.3888888889vw;
        min-height: 11.1111111111vw
    }

    .c-dealers__items-title {
        padding: 2.7777777778vw 0;
        padding-left: 5.5555555556vw;
        padding-right: 2.7777777778vw;
        font-size: 1.5277777778vw
    }

    .c-dealers__items-dealers {
        padding-left: 5.5555555556vw;
        padding-right: 2.7777777778vw;
        padding-bottom: 5.5555555556vw
    }

    .c-dealers__filters {
        height: 5.5555555556vw
    }

    .c-dealers__filters-label {
        margin-right: 2.0833333333vw
    }

    .c-dealers__filters-form .form__item {
        width: 24.3055555556vw
    }

    .c-dealers__maps {
        height: calc(100% - 5.5555555556vw)
    }
}

@media only screen and (max-width: 1100px) {
    .c-dealers__breadcrumbs {
        margin-top:150px
    }

    .c-dealers__container {
        height: 100vh
    }

    .c-dealers__side {
        width: 100%;
        height: calc(100% - 152px);
        padding-top: 0;
        position: fixed;
        bottom: 0;
        left: 0;
        background-color: #fff;
        z-index: 997;
        transform: translateY(100%);
        transition: all .35s ease
    }

    .is-filter-open .c-dealers__side {
        transform: translateY(0)
    }

    .is-filter-open .c-dealers__side .c-dealers__items {
        transition-delay: .3s;
        transform: translateY(0);
        opacity: 1
    }

    .c-dealers__main {
        width: 100%
    }

    .c-dealers__items {
        transform: translateY(20px);
        opacity: 0;
        transition: all .35s ease 0s
    }

    .c-dealers__items-results {
        display: none
    }

    .c-dealers__items-title {
        padding: 0;
        padding-left: 16px;
        padding-right: 16px;
        margin-bottom: 16px;
        margin-top: 16px;
        font-size: 22px
    }

    .c-dealers__items-dealers {
        padding-left: 16px;
        padding-right: 16px;
        padding-bottom: 100px;
        padding-top: 30px
    }

    .c-dealers__filters {
        height: 152px;
        padding: 16px;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background-color: #fff;
        z-index: 998;
        transform: translateY(-100%);
        transition: all .35s ease;
        border-bottom: solid 2px #EB1B28
    }

    .is-filter-open .c-dealers__filters {
        transition-delay: .2s;
        transform: translateY(0)
    }

    .is-filter-open .c-dealers__filters .c-dealers__filters-form .form__item {
        transition-delay: .4s;
        transform: translateY(0);
        opacity: 1
    }

    .is-filter-open .c-dealers__filters .c-dealers__filters-form .form__item:last-child {
        transition-delay: .45s
    }

    .c-dealers__filters-label {
        display: none
    }

    .c-dealers__filters-form {
        width: 100%
    }

    .c-dealers__filters-form .form__item {
        width: 100%;
        margin-bottom: 10px;
        transform: translateY(-20px);
        opacity: 0;
        transition: all .35s ease 0s
    }

    .c-dealers__maps {
        height: calc(100% - 5.5555555556vw)
    }

    .c-dealers__mobile-actions {
        display: flex;
        z-index: 999
    }

    .c-dealers__breadcrumbs {
        display: none
    }
}

.dealers-dealer {
    margin-bottom: 22px
}

.dealers-dealer:last-child {
    margin-bottom: 0
}

.dealers-dealer__title {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px
}

.dealers-dealer__info {
    color: #a3a3a3;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.57
}

.dealers-dealer__info a {
    color: #a3a3a3
}

@media only screen and (max-width: 1440px) {
    .dealers-dealer {
        margin-bottom:1.5277777778vw
    }

    .dealers-dealer__title {
        font-size: 1.3888888889vw;
        margin-bottom: 1.0416666667vw
    }

    .dealers-dealer__info {
        font-size: .9722222222vw
    }
}

@media only screen and (max-width: 1100px) {
    .dealers-dealer {
        margin-bottom:22px
    }

    .dealers-dealer__title {
        font-size: 20px;
        margin-bottom: 15px
    }

    .dealers-dealer__info {
        font-size: 14px
    }
}

.news__container {
    display: flex
}

.news__container--reverse {
    flex-direction: row-reverse
}

.news__image {
    width: 38.8729703915%;
    position: relative
}

.news__image-img {
    position: absolute;
    width: 100%;
    height: 100%
}

.news__image-img img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;"
}

.news__content {
    width: 61.1270296085%;
    background-color: #fff;
    padding-top: 82px;
    padding-right: 59px;
    padding-bottom: 87px;
    padding-left: 127px
}

.news__content-label {
    margin-bottom: 21px
}

.news__content-title {
    margin-bottom: 28px
}

.news__content-title-label {
    margin-top: 8px;
    text-transform: uppercase;
    font-size: 10px
}

.news__content-text {
    position: relative
}

.news__content-text p {
    font-weight: 400;
    color: #909090;
    font-size: 18px;
    line-height: 32px;
    padding-left: 53px;
    margin: 0
}

.news__content-text:before {
    content: "";
    height: 142px;
    width: 5px;
    background-color: #a3a3a3;
    position: absolute;
    top: 0;
    left: 0
}

.news__content-cta {
    margin-top: 45px
}

@media only screen and (max-width: 1440px) {
    .news__content {
        padding-top:5.6944444444vw;
        padding-right: 4.0972222222vw;
        padding-bottom: 6.0416666667vw;
        padding-left: 8.8194444444vw
    }

    .news__content-label {
        margin-bottom: 1.4583333333vw
    }

    .news__content-title {
        margin-bottom: 1.9444444444vw
    }

    .news__content-title-label {
        margin-top: .5555555556vw;
        font-size: .6944444444vw
    }

    .news__content-text {
        position: relative
    }

    .news__content-text p {
        font-size: 1.25vw;
        line-height: 2.2222222222vw;
        padding-left: 3.6805555556vw
    }

    .news__content-cta {
        margin-top: 3.125vw
    }
}

@media only screen and (max-width: 1100px) {
    .news__content {
        padding-top:82px;
        padding-right: 59px;
        padding-bottom: 87px;
        padding-left: 127px
    }

    .news__content-label {
        margin-bottom: 21px
    }

    .news__content-title {
        margin-bottom: 28px
    }

    .news__content-title-label {
        margin-top: 8px;
        font-size: 10px
    }

    .news__content-text {
        position: relative
    }

    .news__content-text p {
        font-size: 18px;
        line-height: 32px;
        padding-left: 53px
    }

    .news__content-cta {
        margin-top: 45px
    }
}

@media only screen and (max-width: 767px) {
    .news__container {
        flex-direction:column
    }

    .news__image {
        width: 100%
    }

    .news__image-img {
        position: relative
    }

    .news__content {
        width: 100%;
        padding: 40px 2.5%
    }
}

.archive-products {
    position: relative;
    padding-top: 90px;
    background-color: #f7f7f7
}

.archive-products.is-loading .archive-products__loading {
    opacity: 1
}

.archive-products__container {
    display: flex;
    flex-direction: row;
    justify-content: space-between
}

.archive-products__filters {
    width: 22%;
    padding: 0 26px 0 70px;
    position: relative;
    top: -130px;
    background-color: #fff
}

.archive-products__filters-banner {
    background-color: #EB1B28;
    color: #000;
    font-size: 14px;
    padding: 30px 14px;
    position: absolute;
    top: 0;
    left: 0;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    z-index: 1;
    text-align: center;
    transform: rotate(180deg)
}

.archive-products__filters-main-title {
    color: #000;
    font-size: 22px;
    letter-spacing: -1px;
    font-weight: bold;
    margin-top: 65px;
    margin-bottom: 40px
}

.archive-products__filters-block {
    position: relative;
    margin-bottom: 40px;
    padding-left: 10px
}

.archive-products__filters-block:first-child {
    padding-top: 10px
}

.archive-products__filters-title {
    margin: 0;
    font-size: 20px;
    margin-bottom: 20px
}

.archive-products__filters-reset {
    padding: 0;
    outline: 0;
    border: none;
    background-color: rgba(0,0,0,0);
    border-radius: 0;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer
}

.archive-products__filters-reset:before,.archive-products__filters-reset:after {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #000;
    position: absolute;
    top: 50%;
    left: 50%
}

.archive-products__filters-reset:before {
    transform: translate(-50%, -50%) rotate(-45deg)
}

.archive-products__filters-reset:after {
    transform: translate(-50%, -50%) rotate(45deg)
}

.archive-products__filters-option.is-selected.is-input label {
    color: #000
}

.archive-products__filters-option.is-selected.is-input .archive-products__checkbox {
    border-color: #000
}

.archive-products__filters-option.is-selected.is-color .square {
    border: 2px solid #a3a3a3
}

.archive-products__filters-option.is-input {
    margin-bottom: 15px
}

.archive-products__filters-option.is-color {
    margin-bottom: 12px;
    display: inline-block;
    position: relative;
    margin-right: 10px;
    width: 40px;
    height: 40px;
    cursor: pointer
}

.archive-products__filters-option.is-color .label {
    display: none
}

.archive-products__filters-option.is-color .square {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    border: solid 1px #909090;
    border-radius: 50%
}

.archive-products__filters-option.is-color input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    cursor: pointer
}

.archive-products__filters-resetall {
    padding: 0;
    outline: 0;
    border: none;
    background-color: rgba(0,0,0,0);
    border-radius: 0;
    font-size: 14px;
    font-weight: 700;
    color: #000;
    text-align: left;
    display: flex;
    flex-direction: row;
    align-items: center;
    cursor: pointer
}

.archive-products__filters-resetall svg {
    width: 24px;
    margin-right: 16px
}

.archive-products__filters-resetall svg circle {
    fill: #000
}

.archive-products__filters-resetall span {
    padding-top: 3px
}

.archive-products__contents {
    width: 74%;
    position: relative
}

.archive-products__content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    transition: all .35s ease
}

.archive-products__more {
    display: flex;
    justify-content: flex-end;
    margin-top: 16px;
    width: 100%
}

.archive-products__loading {
    background-color: #f7f7f7;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all .35s ease
}

.archive-products__message {
    text-align: center;
    font-size: 20px
}

.archive-products__result {
    width: calc(50% - 15px);
    height: auto;
    margin-bottom: 30px
}

.archive-products__mobile-actions {
    display: none
}

.archive-products__filters-mobile-close {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #EB1B28;
    transform: translateY(-100%);
    transition: transform .32s cubic-bezier(0.694, 0.048, 0.335, 1)
}

.archive-products__checkbox {
    border-radius: 50%
}

.archive-products__checkbox::after {
    border-radius: 50%;
    background-color: #EB1B28 !important;
    width: calc(100% - 7px) !important;
    height: calc(100% - 7px) !important
}

@media only screen and (max-width: 1440px) {
    .archive-products {
        padding-top:6.25vw
    }

    .archive-products__filters {
        padding: 0 1.8055555556vw 0 4.8611111111vw;
        top: -9.0277777778vw
    }

    .archive-products__filters-banner {
        font-size: .9722222222vw;
        padding: 2.0833333333vw .9722222222vw
    }

    .archive-products__filters-main-title {
        font-size: 1.5277777778vw;
        letter-spacing: -0.0694444444vw;
        margin-top: 4.5138888889vw;
        margin-bottom: 2.7777777778vw
    }

    .archive-products__filters-block {
        margin-bottom: 2.7777777778vw;
        padding-left: .6944444444vw
    }

    .archive-products__filters-block:first-child {
        padding-top: .6944444444vw
    }

    .archive-products__filters-title {
        font-size: 1.3888888889vw;
        margin-bottom: 1.3888888889vw
    }

    .archive-products__filters-reset {
        width: 1.0416666667vw;
        height: 1.0416666667vw
    }

    .archive-products__filters-option.is-input {
        margin-bottom: 1.0416666667vw
    }

    .archive-products__filters-option.is-color {
        margin-bottom: .8333333333vw;
        margin-right: .6944444444vw;
        width: 2.7777777778vw;
        height: 2.7777777778vw
    }

    .archive-products__filters-resetall {
        font-size: .9722222222vw
    }

    .archive-products__filters-resetall svg {
        width: 1.6666666667vw;
        margin-right: 1.1111111111vw
    }

    .archive-products__filters-resetall span {
        padding-top: .2083333333vw
    }

    .archive-products__message {
        font-size: 1.3888888889vw
    }

    .archive-products__more {
        margin-top: 1.1111111111vw
    }

    .archive-products__result {
        width: calc(50% - 1.0416666667vw);
        margin-bottom: 2.0833333333vw
    }
}

@media only screen and (max-width: 1100px) {
    .archive-products {
        padding-top:90px
    }

    .archive-products__message {
        font-size: 20px
    }

    .archive-products__more {
        margin-top: 16px
    }

    .archive-products__result {
        width: calc(50% - 15px);
        margin-bottom: 30px
    }
}

@media only screen and (max-width: 998px) {
    .archive-products {
        padding-top:50px;
        margin-top: 50px
    }

    .archive-products__container {
        display: block
    }

    .archive-products__mobile-actions {
        display: block
    }

    .archive-products.is-filter-open .archive-products__mobile-actions {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 101
    }

    .archive-products__filters {
        padding: 0 2.5%
    }

    .archive-products__filters-main-title {
        font-size: 20px;
        margin-top: 50px;
        margin-bottom: 31px
    }

    .archive-products__filters-block {
        margin-bottom: 40px;
        padding-left: 0
    }

    .archive-products__filters-title {
        padding-right: 20px;
        margin-bottom: 25px;
        font-size: 20px
    }

    .archive-products__filters-reset {
        width: 15px;
        height: 15px
    }

    .archive-products__filters-resetall {
        font-size: 14px
    }

    .archive-products__filters-resetall svg {
        width: 24px;
        margin-right: 16px
    }

    .archive-products__filters-resetall span {
        padding-top: 3px
    }

    .archive-products__filters-option.is-input {
        margin-bottom: 15px
    }

    .archive-products__filters-option.is-color {
        margin-bottom: 12px;
        margin-right: 10px;
        width: 40px;
        height: 40px
    }

    .archive-products__filters-mobile-close {
        display: block
    }

    .archive-products__mobile-action {
        display: block;
        width: 100%
    }

    .archive-products__mobile-action:first-child {
        position: absolute;
        top: -23px;
        left: 2.5%;
        width: 95%;
        background-color: #fff;
        box-shadow: 0 4px 12px 0 rgba(0,0,0,.11)
    }

    .archive-products__mobile-action:first-child .button__content::after {
        content: "";
        margin-left: 8px;
        position: relative;
        border-top: 6px solid #EB1B28;
        border-right: 6px solid rgba(0,0,0,0);
        border-left: 6px solid rgba(0,0,0,0)
    }

    .archive-products__mobile-action:last-child {
        background-color: #EB1B28
    }

    .archive-products__mobile-action.only-filter-close {
        display: block
    }

    .archive-products__mobile-action.only-filter-open {
        display: none
    }

    .archive-products.is-filter-open .archive-products__mobile-action.only-filter-close {
        display: none
    }

    .archive-products.is-filter-open .archive-products__mobile-action.only-filter-open {
        display: block
    }

    .archive-products.is-filter-open .archive-products__filters-mobile-close {
        transition-delay: .28s;
        transform: translateY(0)
    }

    .archive-products__filters {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #fff;
        z-index: 100;
        padding-top: 40px;
        padding-bottom: 78px;
        overflow-x: auto;
        transform: translateY(-100%);
        transition: transform .35s cubic-bezier(0.694, 0.048, 0.335, 1)
    }

    .archive-products.is-filter-open .archive-products__filters {
        transform: translateY(0)
    }

    .archive-products__filters-banner {
        display: none
    }

    .archive-products__contents {
        width: 100%;
        margin-top: 30px
    }
}

@media only screen and (max-width: 767px) {
    .archive-products__result {
        width:100%
    }
}

.card-product {
    width: 100%;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    display: block
}

.card-product__image {
    width: 100%;
    height: 0;
    padding-bottom: 60%;
    background-color: #EB1B28
}

.card-product__image-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;"
}

.card-product__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 68%);
    opacity: .5
}

.card-product__content {
    width: 100%;
    position: absolute;
    bottom: 18px;
    left: 0;
    padding: 0 40px
}

.card-product__title {
    font-size: 36px;
    color: #fff;
    letter-spacing: -1px;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 0;
    height: 40px;
    overflow: hidden;
}

.card-product__title span {
    color: #EB1B28
}

.card-product__description {
    width: 85%;
    font-size: 18px;
    color: #fff;
    line-height: 1.5;
    position: absolute;
    top: 56px;
    left: 40px;
    font-weight: 300;
    margin: 0
}

@media(hover: hover) {
    .card-product .card-product__image {
        transition:transform .35s cubic-bezier(0.694, 0.048, 0.335, 1)
    }

    .card-product .card-product__overlay {
        transition: opacity .3s ease
    }

    .card-product .card-product__content {
        transition: transform .3s cubic-bezier(0.694, 0.048, 0.335, 1)
    }

    .card-product .card-product__description {
        transform: translateY(35px);
        opacity: 0;
        transition: transform .3s cubic-bezier(0.694, 0.048, 0.335, 1),opacity .3s ease-in-out
    }

    .card-product:hover .card-product__image {
        transform: scale(1.1)
    }

    .card-product:hover .card-product__overlay {
        opacity: .7
    }

    .card-product:hover .card-product__content {
        transform: translateY(-60px)
    }

    .card-product:hover .card-product__description {
        transition-delay: .12s;
        opacity: 1;
        transform: translateY(0)
    }
}

@media only screen and (max-width: 1440px) {
    .card-product__content {
        bottom:1.25vw;
        padding: 0 2.7777777778vw
    }

    .card-product__title {
        font-size: 2.7777777778vw;
        letter-spacing: -0.0694444444vw;
        margin-bottom: .6944444444vw
    }

    .card-product__description {
        font-size: .8333333333vw;
        top: 3.8888888889vw;
        left: 2.7777777778vw
    }
}

@media only screen and (max-width: 1100px) {
    .card-product__content {
        bottom:18px;
        padding: 0 40px
    }

    .card-product__title {
        font-size: 40px;
        letter-spacing: -1px;
        margin-bottom: 10px
    }

    .card-product__description {
        font-size: 12px;
        top: 56px;
        left: 40px
    }
}

@media only screen and (max-width: 998px) {
    .card-product__title {
        font-size:32px
    }

    .card-product__description {
        position: relative;
        top: auto;
        left: auto;
        transform: translateY(0) !important;
        opacity: 1 !important
    }
}

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

.features__item {
    width: 33.3333%;
    padding-right: 50px;
    text-align: center
}

.features__item svg {
    width: 75px;
    height: 75px;
    margin: auto;
    display: block
}

.features__item-title {
    font-weight: 600;
    color: #000;
    font-size: 16px;
    margin-bottom: 15px;
    text-align: center;
    text-transform: uppercase;
    margin-top: 30px
}

.features__item-content {
    font-size: 14px;
    color: #a3a3a3;
    line-height: 1.5;
    font-weight: 400
}

@media only screen and (max-width: 1440px) {
    .features__item {
        padding-right:3.4722222222vw
    }

    .features__item svg {
        width: 5.2083333333vw;
        height: 5.2083333333vw
    }

    .features__item-title {
        font-size: 1.1111111111vw;
        margin-top: 2.0833333333vw;
        margin-bottom: 1.0416666667vw
    }

    .features__item-content {
        font-size: .9722222222vw
    }
}

@media only screen and (max-width: 1100px) {
    .features__item {
        padding-right:50px
    }

    .features__item svg {
        width: 100px;
        height: 100px
    }

    .features__item-title {
        font-size: 16px;
        margin-top: 30px;
        margin-bottom: 15px
    }

    .features__item-content {
        font-size: 14px
    }
}

@media only screen and (max-width: 767px) {
    .features__items {
        flex-direction:column;
        align-items: center
    }

    .features__item {
        width: 100%;
        margin: 0 auto;
        margin-bottom: 50px;
        max-width: 250px;
        padding: 0
    }

    .features__item svg {
        width: 200px;
        height: 200px
    }
}

.slider-product__slider {
    position: relative
}

.slider-product__slider-items {
    width: 100%;
    overflow: hidden;
    outline: 0
}

.slider-product__slider-item {
    width: 100%
}

.slider-product__slider-item-cta {
    position: absolute;
    bottom: 30px;
    right: 30px
}

.slider-product__slider-item-img {
    display: block
}

.slider-product__slider-item-img img {
    display: block;
    width: 100%;
    height: 85vh;
    max-height: 720px;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;"
}

.slider-product__slider-nav-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -40px;
    width: 80px;
    height: 80px;
    cursor: pointer;
    background-color: #EB1B28;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10
}

.slider-product__slider-nav-next svg {
    width: 23px;
    position: relative;
    z-index: 3
}

.slider-product__slider-nav-next:before,.slider-product__slider-nav-next:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: scaleX(0);
    transform-origin: 100% 100%;
    transition: transform .3s cubic-bezier(0.694, 0.048, 0.335, 1)
}

.slider-product__slider-nav-next:before {
    background-color: #000;
    z-index: 1
}

.slider-product__slider-nav-next:after {
    background-color: #EB1B28;
    z-index: 2
}

.slider-product__slider-nav-next:hover:after {
    transition-delay: .22s
}

.slider-product__slider-nav-next:hover:before,.slider-product__slider-nav-next:hover:after {
    transform: scaleX(1);
    transform-origin: 0 100%
}

.slider-product__progress {
    width: 830px;
    height: 4px;
    position: relative;
    overflow: hidden;
    margin: 40px auto;
    background-color: #e8e8e8
}

.slider-product__progress-bar {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-color: #EB1B28;
    transition: width .35s cubic-bezier(0.694, 0.048, 0.335, 1)
}

@media only screen and (max-width: 1440px) {
    .slider-product__slider-item-cta {
        bottom:2.0833333333vw;
        left: 2.0833333333vw
    }

    .slider-product__slider-item-img img {
        max-height: 50vw
    }

    .slider-product__progress {
        width: 57.6388888889vw
    }

    .slider-product__slider-nav-next {
        right: -2.7777777778vw;
        width: 5.5555555556vw;
        height: 5.5555555556vw
    }

    .slider-product__slider-nav-next svg {
        width: 1.5972222222vw
    }
}

@media only screen and (max-width: 1280px) {
    .slider-product__slider-nav-next {
        right:2.0833333333vw
    }
}

@media only screen and (max-width: 1100px) {
    .slider-product__slider-item-cta {
        bottom:30px;
        left: 30px
    }

    .slider-product__slider-item-img img {
        height: 60vh;
        max-height: 720px
    }

    .slider-product__progress {
        width: 830px
    }

    .slider-product__slider-nav-next {
        right: 30px;
        width: 80px;
        height: 80px
    }

    .slider-product__slider-nav-next svg {
        width: 23px
    }
}

@media only screen and (max-width: 767px) {
    .slider-product__progress {
        width:95%
    }
}

.reason-why__title {
    margin-bottom: 45px
}

.reason-why__items {
    display: flex;
    justify-content: space-between;
    margin: 0 -32px
}

.reason-why__item {
    width: calc(33.3333% - 32px);
    margin: 0 32px
}

.reason-why__item-image {
    width: 66px;
    height: 66px;
    margin: auto
}

.reason-why__item-image svg {
    width: 100%;
    height: 100%
}

.reason-why__item-title {
    font-size: 16px;
    margin: 0;
    margin-top: 20px;
    text-transform: uppercase;
    color: #000;
    text-align: center
}

.reason-why__item-content {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    margin-top: 18px;
    line-height: 1.5;
    color: #a3a3a3;
    text-align: center
}

@media only screen and (max-width: 1440px) {
    .reason-why__title {
        margin-bottom:3.125vw
    }

    .reason-why__items {
        margin: 0 -2.2222222222vw
    }

    .reason-why__item {
        width: calc(33.3333% - 2.2222222222vw);
        margin: 0 2.2222222222vw
    }

    .reason-why__item-image {
        width: 4.5833333333vw;
        height: 4.5833333333vw
    }

    .reason-why__item-title {
        font-size: 1.1111111111vw;
        margin-top: 1.3888888889vw
    }

    .reason-why__item-content {
        font-size: 1.1111111111vw;
        margin-top: 1.25vw
    }
}

@media only screen and (max-width: 1100px) {
    .reason-why__title {
        margin-bottom:45px
    }

    .reason-why__items {
        margin: 0 -32px
    }

    .reason-why__item {
        width: calc(33.3333% - 32px);
        margin: 0 32px
    }

    .reason-why__item-image {
        width: 66px;
        height: 66px
    }

    .reason-why__item-title {
        font-size: 16px;
        margin-top: 20px
    }

    .reason-why__item-content {
        font-size: 16px;
        margin-top: 18px
    }
}

@media only screen and (max-width: 767px) {
    .reason-why__items {
        flex-direction:column;
        align-items: center
    }

    .reason-why__item {
        width: 100%;
        max-width: 250px;
        margin: 0 auto;
        margin-bottom: 50px
    }
}

.filter-product {
    padding: 80px 0;
    background-color: #f7f7f7
}

.filter-product__accordion-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    cursor: pointer
}

.filter-product__accordion-header svg {
    width: 25px;
    margin-left: 25px
}

.filter-product__accordion-header-title {
    max-width: calc(100% - 50px)
}

.filter-product__accordion-body {
    max-height: 0;
    overflow: hidden;
    transition: all .35s ease
}

.filter-product__accordion-content {
    padding-top: 59px
}

.filter-product__accordion-content>div {
    margin-bottom: 64px
}

.filter-product__accordion-content>div:last-child {
    margin-bottom: 0
}

.filter-product__filter-title {
    font-size: 36px;
    margin-bottom: 25px
}

.filter-product__filter-options {
    margin-left: 20px
}

.filter-product__filter-options .form__row .form__item {
    width: 50%
}

@media only screen and (max-width: 1440px) {
    .filter-product {
        padding:5.5555555556vw 0
    }

    .filter-product__accordion-header svg {
        width: 1.7361111111vw;
        margin-left: 1.7361111111vw
    }

    .filter-product__accordion-content {
        padding-top: 4.0972222222vw
    }

    .filter-product__accordion-content>div {
        margin-bottom: 4.4444444444vw
    }

    .filter-product__filter-title {
        font-size: 2.5vw;
        margin-bottom: 1.7361111111vw
    }

    .filter-product__filter-options {
        margin-left: 1.3888888889vw
    }
}

@media only screen and (max-width: 1100px) {
    .filter-product {
        padding:80px 0
    }

    .filter-product__accordion-header svg {
        width: 25px;
        margin-left: 25px
    }

    .filter-product__accordion-content {
        padding-top: 59px
    }

    .filter-product__accordion-content>div {
        margin-bottom: 64px
    }

    .filter-product__filter-title {
        font-size: 36px;
        margin-bottom: 25px
    }

    .filter-product__filter-options {
        margin-left: 20px
    }
}

@media only screen and (max-width: 767px) {
    .filter-product {
        padding:40px 0
    }

    .filter-product__accordion-content {
        padding-top: 50px
    }

    .filter-product__filter-title {
        font-size: 28px
    }
}

.filter-product__filter-sizes {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start
}

.filter-product__size {
    width: 120px;
    height: 260px;
    margin-right: 12px;
    margin-bottom: 50px;
    text-align: center;
    position: relative
}

.filter-product__size-label {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    cursor: pointer;
    font-size: 10px;
    font-weight: 600
}

.filter-product__size-label input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0
}

.filter-product__size-checkmark {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 2em);
    background-color: #eee
}

.filter-product__size-checkmark span {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #d8d8d8
}

.filter-product__size-checkmark:after {
    content: "";
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: solid 3px #EB1B28;
    opacity: 0
}

.filter-product__size-label input:checked~.filter-product__size-checkmark:after {
    opacity: 1
}

@media only screen and (max-width: 1440px) {
    .filter-product__size {
        width:8.3333333333vw;
        height: 18.0555555556vw;
        margin-right: .8333333333vw;
        margin-bottom: 3.4722222222vw
    }

    .filter-product__size-label {
        font-size: .6944444444vw
    }
}

@media only screen and (max-width: 1100px) {
    .filter-product__size {
        width:120px;
        height: 260px;
        margin-right: 12px;
        margin-bottom: 50px
    }

    .filter-product__size-label {
        font-size: 10px
    }
}

@media only screen and (max-width: 767px) {
    .filter-product__size {
        width:82px;
        height: 166px;
        margin-right: 35px;
        margin-bottom: 35px
    }

    .filter-product__size-label {
        font-size: 10px
    }
}

.filter-product__bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #eee;
    padding: 40px 0;
    transform: scaleY(0);
    transform-origin: 50% 100%;
    z-index: 20;
    transition: transform .3s cubic-bezier(0.694, 0.048, 0.335, 1) 0s
}

.filter-product__bar.is-active {
    transform: scaleY(1)
}

.filter-product__bar.is-active .filter-product__bar-container {
    opacity: 1;
    transition-delay: .3s
}

.filter-product__bar-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    opacity: 0;
    transition: opacity .3s ease 0s
}

.filter-product__bar-resume {
    display: flex;
    align-items: center
}

.filter-product__bar-infos {
    display: flex;
    flex-direction: row
}

.filter-product__bar-info {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    line-height: 1.5
}

.filter-product__bar-info:not(:last-child) {
    margin-right: 70px
}

.filter-product__bar-info-title,.filter-product__bar-info-value {
    font-size: 14px;
    display: block
}

.filter-product__bar-info-title {
    color: #000;
    font-weight: bold
}

.filter-product__bar-info-value {
    color: #a3a3a3
}

.filter-product__bar-actions {
    display: flex;
    flex-direction: row;
    align-items: center
}

.filter-product__bar-reset {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    margin-right: 50px;
    background: rgba(0,0,0,0);
    border: none
}

.filter-product__bar-progress {
    width: 40px;
    height: 1px;
    background-color: #a3a3a3;
    margin-right: 25px;
    position: relative;
    overflow: hidden
}

.filter-product__bar-progress-bar {
    background-color: #000;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: width .3s ease
}

.filter-product__bar-progress-text {
    text-transform: uppercase;
    font-size: 10px;
    color: #000;
    letter-spacing: 1px
}

@media only screen and (max-width: 1440px) {
    .filter-product__bar {
        padding:2.7777777778vw 0
    }

    .filter-product__bar-info:not(:last-child) {
        margin-right: 4.8611111111vw
    }

    .filter-product__bar-info-title,.filter-product__bar-info-value {
        font-size: .9722222222vw
    }

    .filter-product__bar-info-value {
        font-size: .8333333333vw
    }
}

@media only screen and (max-width: 1100px) {
    .filter-product__bar {
        padding:40px 0
    }

    .filter-product__bar-info:not(:last-child) {
        margin-right: 40px
    }

    .filter-product__bar-info-title,.filter-product__bar-info-value {
        font-size: 14px
    }

    .filter-product__bar-info-value {
        font-size: 12px
    }
}

@media only screen and (max-width: 767px) {
    .filter-product__bar {
        padding:0
    }

    .filter-product__bar-resume,.filter-product__bar-reset {
        display: none
    }

    .filter-product__bar-container,.filter-product__bar-actions {
        width: 100%
    }

    .filter-product__bar-actions button {
        width: 100%
    }
}

.video {
    margin-top: 110px
}

.video__container {
    position: relative
}

.video__container.is-active .video__player {
    pointer-events: all
}

.video__wrapper {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56%;
    overflow: hidden
}

.video__wrapper .plyr--full-ui input[type=range] {
    color: #EB1B28 !important
}

.video__wrapper .plyr--video .plyr__controls .plyr__control.plyr__tab-focus,.video__wrapper .plyr--video .plyr__controls .plyr__control:hover,.video__wrapper .plyr--video .plyr__controls .plyr__controls .plyr__control[aria-expanded=true] {
    background: #EB1B28 !important
}

.video__wrapper .plyr__control--overlaid {
    background: rgba(253,200,84,.8) !important
}

.video__wrapper .plyr__control--overlaid:hover {
    background: #EB1B28 !important
}

.video__play-overlay,.video__anim-overlay {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000
}

.video__anim-overlay {
    top: 0;
    z-index: 11
}

.video__play-overlay {
    top: 100%;
    z-index: 10
}

.video__poster {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1
}

.video__poster-cta {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 44px;
    letter-spacing: -2px;
    text-decoration: none;
    cursor: pointer;
    font-weight: bold
}

.video__poster-cta-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px
}

.video__poster-cta-icon svg {
    width: 37px;
    height: 37px
}

.video__player {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    pointer-events: none;
    z-index: 2;
    transition: all .3s ease-out
}

.video__player.is-active {
    opacity: 1
}

.video__text {
    font-size: 16px;
    width: 100%;
    color: #a3a3a3;
    line-height: 1.5;
    margin-top: 40px
}

.video__text p {
    margin: 0
}

@media only screen and (max-width: 1440px) {
    .video {
        margin-top:7.6388888889vw
    }

    .video__poster-cta {
        font-size: 4.1666666667vw;
        letter-spacing: -0.1388888889vw
    }

    .video__poster-cta-icon {
        margin-right: 1.3888888889vw
    }

    .video__poster-cta-icon svg {
        width: 2.5694444444vw;
        height: 2.5694444444vw
    }

    .video__text {
        font-size: 1.1111111111vw;
        margin-top: 2.7777777778vw
    }
}

@media only screen and (max-width: 1100px) {
    .video__poster-cta {
        font-size:60px;
        padding-left: 10%
    }

    .video__poster-cta-icon {
        margin-right: 20px
    }

    .video__poster-cta-icon svg {
        width: 37px;
        height: 37px
    }

    .video__text {
        font-size: 16px;
        margin-top: 40px
    }
}

@media only screen and (max-width: 1023px) {
    .video__anim-overlay {
        display:none
    }
}

@media only screen and (max-width: 767px) {
    .video__container {
        margin:0
    }

    .video__poster-cta-icon {
        margin-right: 13px
    }

    .video__poster-cta {
        font-size: 35px
    }

    .video__poster-cta-icon svg {
        width: 20px;
        height: auto
    }

    .video__text {
        margin-top: 30px;
        font-size: 10px
    }
}

.loading .lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px
}

.loading .lds-ellipsis div {
    position: absolute;
    top: 33px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #EB1B28;
    -webkit-animation-timing-function: cubic-bezier(0, 1, 1, 0);
    animation-timing-function: cubic-bezier(0, 1, 1, 0)
}

.loading .lds-ellipsis div:nth-child(1) {
    left: 8px;
    -webkit-animation: lds-ellipsis1 .6s infinite;
    animation: lds-ellipsis1 .6s infinite
}

.loading .lds-ellipsis div:nth-child(2) {
    left: 8px;
    -webkit-animation: lds-ellipsis2 .6s infinite;
    animation: lds-ellipsis2 .6s infinite
}

.loading .lds-ellipsis div:nth-child(3) {
    left: 32px;
    -webkit-animation: lds-ellipsis2 .6s infinite;
    animation: lds-ellipsis2 .6s infinite
}

.loading .lds-ellipsis div:nth-child(4) {
    left: 56px;
    -webkit-animation: lds-ellipsis3 .6s infinite;
    animation: lds-ellipsis3 .6s infinite
}

@-webkit-keyframes lds-ellipsis1 {
    0% {
        transform: scale(0)
    }

    100% {
        transform: scale(1)
    }
}

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0)
    }

    100% {
        transform: scale(1)
    }
}

@-webkit-keyframes lds-ellipsis3 {
    0% {
        transform: scale(1)
    }

    100% {
        transform: scale(0)
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1)
    }

    100% {
        transform: scale(0)
    }
}

@-webkit-keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0)
    }

    100% {
        transform: translate(24px, 0)
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0)
    }

    100% {
        transform: translate(24px, 0)
    }
}

.related-products__container-title {
    margin-bottom: 48px
}

.related-products__container-products {
    display: flex;
    flex-direction: row;
    margin: 0 -13px;
    outline: 0
}

.related-products__container-products .flickity-viewport {
    width: 100%
}

.related-products__container-product {
    margin: 0 13px;
    width: calc(33.3333% - 26px)
}

@media only screen and (max-width: 1440px) {
    .related-products__container-title {
        margin-bottom:3.3333333333vw
    }

    .related-products__container-products {
        margin: 0 -.9027777778vw
    }

    .related-products__container-product {
        margin: 0 .9027777778vw;
        width: calc(33.3333% - 1.8055555556vw)
    }
}

@media only screen and (max-width: 1100px) {
    .related-products .card-product__title {
        font-size:32px
    }

    .related-products__container-title {
        margin-bottom: 48px
    }

    .related-products__container-products {
        margin: 0
    }

    .related-products__container-product {
        margin: 0;
        margin-right: 26px;
        width: 50%
    }
}

@media only screen and (max-width: 767px) {
    .related-products__container-product {
        width:100%
    }
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transform: translateY(100%);
    transition: all .35s ease
}

.modal.is-open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0)
}

.modal__overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
    top: 0;
    left: 0
}

.modal__wrapper {
    position: absolute;
    width: 100%;
    height: 90%;
    background-color: #fff;
    top: 10%;
    left: 0
}

.modal__body {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto
}

.modal__container {
    padding: 40px 0
}

.modal__title {
    margin-bottom: 40px
}

.modal__content {
    position: relative;
    min-height: 70vh
}

.modal__content .container-2 {
    width: 100% !important
}

.modal__close {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    z-index: 1
}

.modal__loading {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: all .35s ease
}

.modal.is-loading .modal__loading {
    opacity: 1;
    visibility: visible
}

.modal__slider,.modal__slider-container {
    width: 100%;
    height: 100%
}

.modal__slider {
    position: relative
}

.modal__slider .flickity-viewport,.modal__slider .flickity-slider {
    height: 100% !important
}

.modal__slider-container {
    overflow: hidden;
    outline: 0
}

.modal__slide {
    display: flex;
    align-items: center;
    height: 100%;
    width: 67%;
    margin-right: 20%
}

.modal__slider-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 80px;
    height: 80px;
    background-color: #EB1B28;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    overflow: hidden;
    z-index: 10
}

.modal__slider-nav::before,.modal__slider-nav::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: scaleX(0);
    transform-origin: 100% 100%;
    transition: transform .3s cubic-bezier(0.694, 0.048, 0.335, 1)
}

.modal__slider-nav::before {
    background-color: #000;
    z-index: 1
}

.modal__slider-nav::after {
    background-color: #EB1B28;
    z-index: 2
}

.modal__slider-nav svg {
    width: 23px;
    height: 13px;
    position: relative;
    z-index: 10
}

.modal__slider-nav--prev {
    left: 0
}

.modal__slider-nav--next {
    right: 0
}

.modal__video {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.modal.articles-viewer .modal__container {
    padding-top: 65px
}

.modal.articles-viewer .modal__close {
    background-color: #EB1B28
}

.modal.articles-viewer .modal__title {
    font-size: 80px;
    line-height: 1;
    margin-bottom: 30px
}

.modal.articles-viewer .modal__title span {
    color: #EB1B28;
    margin-left: 1%
}

.modal--gallery-video {
    transition-delay: .66s
}

.modal--gallery-video .modal__wrapper {
    top: 0;
    height: 100%;
    background-color: rgba(0,0,0,.8)
}

.modal--gallery-video .modal__wrapper,.modal--gallery-video .modal__overlay {
    opacity: 0;
    transition: opacity .32s ease-in-out .32s
}

.modal--gallery-video .modal__body {
    transform: translateY(60px);
    opacity: 0;
    transition: transform .34s cubic-bezier(0.694, 0.048, 0.335, 1),opacity .34s ease-in-out;
    transition-delay: 0s
}

.modal--gallery-video .video {
    margin: 0;
    width: 80%
}

.modal--gallery-video.is-open {
    transition-delay: .32s
}

.modal--gallery-video.is-open .modal__wrapper,.modal--gallery-video.is-open .modal__overlay {
    opacity: 1
}

.modal--gallery-video.is-open .modal__body {
    transition-delay: .45s;
    transform: translateY(0);
    opacity: 1
}

.modal--app {
    transition-delay: .66s
}

.modal--app .modal__overlay {
    opacity: 0;
    transition: opacity .32s ease-in-out .32s
}

.modal--app .modal__wrapper {
    transform: translateY(60px);
    opacity: 0;
    transition: transform .3s cubic-bezier(0.694, 0.048, 0.335, 1),opacity .3s ease-in-out;
    transition-delay: 0s
}

.modal--app.is-open {
    transition-delay: 0s
}

.modal--app.is-open .modal__overlay {
    transition-delay: .66s;
    opacity: 1
}

.modal--app.is-open .modal__wrapper {
    transition-delay: 1s;
    transform: translateY(0);
    opacity: 1
}

@media(hover: hover) {
    .modal__slider-nav:hover:after {
        transition-delay:.22s
    }

    .modal__slider-nav:hover:before,.modal__slider-nav:hover:after {
        transform: scaleX(1);
        transform-origin: 0 100%
    }
}

@media only screen and (max-width: 1440px) {
    .modal__container {
        padding:2.7777777778vw 0
    }

    .modal__title {
        margin-bottom: 2.7777777778vw
    }

    .modal.articles-viewer .modal__container {
        padding-top: 4.5138888889vw
    }

    .modal.articles-viewer .modal__title {
        font-size: 5.5555555556vw;
        margin-bottom: 2.0833333333vw
    }

    .modal__slider-nav {
        width: 5.5555555556vw;
        height: 5.5555555556vw
    }

    .modal__slider-nav svg {
        width: 1.5972222222vw;
        height: .9027777778vw
    }
}

@media only screen and (max-width: 1100px) {
    .modal__container {
        padding:25px 0
    }

    .modal__title {
        margin-bottom: 30px
    }

    .modal.articles-viewer .modal__container {
        padding-top: 65px
    }

    .modal.articles-viewer .modal__title {
        font-size: 80px;
        margin-bottom: 30px
    }

    .modal__slider-nav {
        width: 60px;
        height: 60px
    }

    .modal__slider-nav svg {
        width: 23px;
        height: 13px
    }
}

@media only screen and (max-width: 767px) {
    .modal.articles-viewer .modal__title {
        font-size:42px
    }

    .modal__slide {
        width: 100%;
        margin-right: 0
    }

    .modal--gallery-video .video {
        width: 95%
    }
}

.single-article__container {
    display: flex;
    flex-direction: row
}

@media print {
    .single-article__container {
        flex-direction: column
    }
}

.single-article__media {
    width: 40%
}

@media print {
    .single-article__media {
        width: 100%
    }
}

.single-article__media-img img {
    max-width: 100%;
    max-height: 350px;
    width: auto
}

.single-article__data {
    width: 60%;
    padding-left: 50px;
    color: #000
}

@media print {
    .single-article__data {
        width: 100%;
        margin-top: 50px
    }
}

@media only screen and (max-width: 1440px) {
    .single-article__data {
        padding-left:3.4722222222vw
    }
}

@media only screen and (max-width: 1100px) {
    .single-article__data {
        padding-left:50px;
        width: 65%
    }

    .single-article__media {
        width: 35%
    }
}

@media only screen and (max-width: 767px) {
    .single-article__data {
        padding-left:0;
        width: 100%
    }

    .single-article__media {
        width: 100%;
        margin-bottom: 30px
    }

    .single-article__container {
        display: block
    }
}

.single-article__title {
    margin-bottom: 20px
}

.single-article__title-label {
    font-size: 16px;
    line-height: 220%
}

@media only screen and (max-width: 1440px) {
    .single-article__title {
        margin-bottom:1.3888888889vw
    }

    .single-article__title-label {
        font-size: 1.1111111111vw
    }
}

@media only screen and (max-width: 1100px) {
    .single-article__title {
        margin-bottom:20px
    }

    .single-article__title-label {
        font-size: 16px
    }
}

.single-article__infos {
    display: flex;
    flex-direction: row
}

.single-article__infos-col {
    width: 50%;
    padding-right: 5%
}

.single-article__info {
    font-size: 14px;
    margin-bottom: 15px;
    line-height: 135%
}

.single-article__info-value {
    color: #a3a3a3
}

.single-article__info-value--block {
    display: block
}

.single-article__info-value img {
    width: 2.5em
}

@media only screen and (max-width: 1440px) {
    .single-article__info {
        font-size:.9722222222vw;
        margin-bottom: 1.0416666667vw
    }
}

@media only screen and (max-width: 1100px) {
    .single-article__info {
        font-size:14px;
        margin-bottom: 15px
    }

    .single-article__info-label {
        display: block
    }

    .single-article__info-value {
        display: block
    }
}

.single-article__share {
    border-top: solid 1px #e3e3e3;
    padding-top: 20px;
    display: flex;
    flex-direction: row;
    color: #a3a3a3;
    font-size: 16px;
    align-items: flex-end
}

.single-article__share a {
    display: inline-flex;
    align-items: center;
    margin-left: 20px
}

.single-article__share svg {
    width: 2em;
    max-height: 2.2em
}

.single-article__share svg path {
    fill: #000
}

@media print {
    .single-article__share {
        display: none
    }
}

@media only screen and (max-width: 1440px) {
    .single-article__share {
        padding-top:1.3888888889vw;
        font-size: 1.1111111111vw
    }

    .single-article__share a {
        margin-left: 1.3888888889vw
    }
}

@media only screen and (max-width: 1100px) {
    .single-article__share {
        padding-top:20px;
        font-size: 16px
    }

    .single-article__share a {
        margin-left: 20px
    }
}

.mix-slider__container {
    position: relative
}

.mix-slider__slider {
    overflow: hidden;
    outline: 0;
    height: 100%
}

.mix-slider__slider .flickity-slider {
    height: 100%
}

.mix-slider__slide {
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 100%;
    display: flex
}

.mix-slider__slide section {
    width: 100%;
    margin: 0 !important
}

.mix-slider__slide section>.container-2 {
    width: 100%
}

.mix-slider__slide .image-text__container {
    height: 100%
}

.mix-slider__slide .video__container {
    height: 100%
}

.mix-slider__slide .video__wrapper {
    height: 100%;
    padding-bottom: 0
}

.mix-slider__cta {
    position: absolute;
    top: 50%;
    right: 2%;
    transform: translateY(-50%);
    z-index: 1
}

@media only screen and (max-width: 1100px) {
    .mix-slider__slide .image-text__image,.mix-slider__slide .image-text__image-img {
        height:400px
    }

    .mix-slider__slide .video__container {
        height: 100%
    }

    .mix-slider__slide .video__wrapper {
        padding-bottom: 0;
        height: 100%
    }

    .mix-slider__slide .video__poster {
        height: 100%;
        min-height: 400px
    }
}

.spacer {
    height: 175px;
    width: 100%
}

@media only screen and (max-width: 1440px) {
    .spacer {
        height:10.4166666667vw
    }
}

@media only screen and (max-width: 1100px) {
    .spacer {
        height:50px
    }
}

@media only screen and (max-width: 767px) {
    .spacer {
        height:35px
    }
}

.cookies {
    position: fixed;
    width: 90%;
    max-width: 960px;
    height: auto;
    min-height: 50px;
    background-color: #000;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
    padding: 20px;
    transition: all .35s ease;
    font-size: 12px
}

.cookies.is-hidden {
    opacity: 0;
    transform: translateX(-50%) translateY(500px)
}

.cookies__message {
    color: #fff;
    margin-bottom: 30px
}

.cookies__message a {
    color: #fff;
    text-decoration: underline
}

.cookies__actions {
    text-align: right
}

.modalAppIcone a {
    display: inline-block;
    margin-right: 10px
}

.modalAppIcone img {
    height: 50px;
    width: auto
}

.plyr__poster {
    z-index: -1 !important
}

.configurator-viewer .modal__content {
    position: relative;
    min-height: 85vh
}

.configurator-viewer .modal__content iframe {
    width: 100%;
    height: 100%;
    border: none;
    outline: 0;
    position: absolute;
    top: 0;
    left: 0
}

.configurator-viewer .modal__container {
    max-width: 100%;
    padding-bottom: 0 !important
}

.c-general-content__container {
    margin-bottom: 200px
}

body.is-modal-open {
    overflow: hidden
}

.download-block:not(:last-child) {
    margin-bottom: 120px
}

.download-block__label {
    display: inline-flex;
    position: relative;
    margin-bottom: 16px
}

.download-block__label:before {
    content: "";
    position: absolute;
    bottom: 2px;
    left: -5%;
    width: 110%;
    height: 5px;
    background-color: #EB1B28;
    opacity: .3
}

.download-block__title {
    text-transform: uppercase;
    margin-bottom: 52px
}

.download-item {
    display: flex
}

.download-item:not(:last-child) {
    margin-bottom: 54px
}

.download-item__img-zone {
    width: 80px;
    margin-right: 3.5%
}

.download-item__img {
    width: 80px;
    height: 80px;
    -o-object-fit: cover;
    object-fit: cover
}

.download-item__content-zone {
    width: calc(96.5% - 80px)
}

.download-item__text {
    margin-bottom: 40px
}

.download-item__link {
    font-weight: 700;
    display: block;
    text-decoration: underline
}

.download-item__link:not(:last-child) {
    margin-bottom: 12px
}

.filter-product__filter-options .form__row>.form__item {
    margin: 0
}

.configurator-viewer-page {
    padding-top: 150px;
    height: 100vh
}

@media only screen and (max-width: 1440px) {
    .configurator-viewer-page {
        padding-top:11.1111111111vw
    }
}

@media only screen and (max-width: 1100px) {
    .configurator-viewer-page {
        padding-top:145px
    }
}

@media only screen and (max-width: 998px) {
    .configurator-viewer-page {
        padding-top:125px
    }
}

@media only screen and (max-width: 767px) {
    .configurator-viewer-page {
        padding-top:100px
    }
}

.configurator-viewer-page iframe {
    width: 100%;
    height: 100%;
    border: 0
}


.video__container .video__label {
    font-size: 44px;
    position: absolute;
    top: -6vw;
}
.video__poster-cta .video__poster-cta-label{
    font-size: 36px;
}
.video__poster-cta .video__poster-cta-label-en {
    font-size: 44px;
}
.proinfo video{
    height:30vw;
}
@media only screen and (max-width: 767px) {
.menu-footer-1-en-container .media-list{display:none;}
.video__container .video__label {
    font-size: 32px;
    top: -10vw;
}
.proinfo video{
    height:50vw;
}
}
@media (min-width: 1101px) {
    .hqpc {
        display: block !important;
    }
    .hqmobile {
        display: none !important;
    }
}
@media (max-width: 1100px) {
    .hqpc {
        display: none !important;
    }
    .hqmobile {
        display: block !important;
    }
}

.bgtext{
    font-family: "BBBT",-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;
}