

/* Start:/bitrix/templates/landings/components/bitrix/news/configurator/style.css?1748124779105965*/
html {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    font-weight: 100;
}
* {outline: 0;}

.hid {
    display: none !important;
}

.swiper-container {
    position: relative;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    overflow: hidden;
    z-index: 1
}

/* anddron 2023-11-30 (было 40%) */
.swiper-container + .swiper-container {
    max-width: 70%;
}
/* /anddron */

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical>.swiper-wrapper {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal
}

.swiper-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    z-index: 1;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.swiper-container-multirow>.swiper-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
    margin: 0 auto;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-slide {
    position: relative;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    -webkit-transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -ms-flex-negative: 0;
    /*margin: 5px;*/
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    -o-transition-property: transform, height;
    transition-property: height, -webkit-transform;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform;
    -webkit-box-align: start;
    -ms-flex-align: start
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    pointer-events: none
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), transparent);
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), transparent);
    background-image: linear-gradient(270deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), transparent);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), transparent);
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), transparent);
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), transparent);
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), transparent);
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), transparent);
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal>.swiper-wrapper {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical>.swiper-wrapper {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 27px 44px;
    cursor: pointer;
    z-index: 10;
    transition: .3s;
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8);
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    cursor: auto;
    opacity: .35;
    /*pointer-events: none*/
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    right: auto;
    left: 10px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23007aff'/%3E%3C/svg%3E")
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: auto;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23007aff'/%3E%3C/svg%3E")
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fff'/%3E%3C/svg%3E")
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fff'/%3E%3C/svg%3E")
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z'/%3E%3C/svg%3E")
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z'/%3E%3C/svg%3E")
}

.swiper-button-next:hover,
.swiper-button-next.swiper-button-white:hover,
.swiper-button-next.swiper-button-black:hover {
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9);
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23ed1c24'/%3E%3C/svg%3E")
}
.swiper-button-prev:hover,
.swiper-button-prev.swiper-button-white:hover,
.swiper-button-prev.swiper-button-black:hover {
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9);
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23ed1c24'/%3E%3C/svg%3E")
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: opacity .3s;
    -o-transition: .3s opacity;
    transition: opacity .3s;
    text-align: center;
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    font-size: 0;
    overflow: hidden
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    position: relative;
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(.66);
    -ms-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(.66);
    -ms-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullet {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    margin: 0;
    padding: 0;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet-active {
    background: #007aff;
    opacity: 1
}

.swiper-container-vertical>.swiper-pagination-bullets {
    top: 50%;
    right: 10px;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    display: block;
    margin: 6px 0
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    width: 8px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: top .2s, -webkit-transform .2s;
    -o-transition: .2s transform, .2s top;
    transition: top .2s, -webkit-transform .2s;
    transition: transform .2s, top .2s;
    transition: transform .2s, top .2s, -webkit-transform .2s
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: left .2s, -webkit-transform .2s;
    -o-transition: .2s transform, .2s left;
    transition: left .2s, -webkit-transform .2s;
    transition: transform .2s, left .2s;
    transition: transform .2s, left .2s, -webkit-transform .2s
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: right .2s, -webkit-transform .2s;
    -o-transition: .2s transform, .2s right;
    transition: right .2s, -webkit-transform .2s;
    transition: transform .2s, right .2s;
    transition: transform .2s, right .2s, -webkit-transform .2s
}

.swiper-pagination-progressbar {
    position: absolute;
    background: rgba(0, 0, 0, .25)
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    background: #007aff
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    top: 0;
    left: 0;
    width: 100%;
    height: 4px
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical>.swiper-pagination-progressbar {
    top: 0;
    left: 0;
    width: 4px;
    height: 100%
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-progressbar.swiper-pagination-white {
    background: hsla(0, 0%, 100%, .25)
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
    background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(0, 0, 0, .25)
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
    background: #000
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    position: relative;
    border-radius: 10px;
    background: rgba(0, 0, 0, .1);
    -ms-touch-action: none
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    bottom: 3px;
    left: 1%;
    width: 98%;
    height: 5px;
    z-index: 50
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    top: 1%;
    right: 3px;
    width: 5px;
    height: 98%;
    z-index: 50
}

.swiper-scrollbar-drag {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background: rgba(0, 0, 0, .5)
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 42px;
    height: 42px;
    margin-top: -21px;
    margin-left: -21px;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    z-index: 10;
    -webkit-animation: a 1s steps(12) infinite;
    animation: a 1s steps(12) infinite
}

.swiper-lazy-preloader:after {
    display: block;
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%236c6c6c' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100%;
    content: ""
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%23fff' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E")
}

@-webkit-keyframes a {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes a {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.swiper-container .swiper-notification {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -1000;
    pointer-events: none
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    pointer-events: none
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube {
    overflow: visible
}

.swiper-container-cube .swiper-slide {
    width: 100%;
    height: 100%;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    visibility: hidden;
    z-index: 1;
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    visibility: visible;
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    z-index: 0;
    -webkit-filter: blur(50px);
    filter: blur(50px)
}

.swiper-container-flip {
    overflow: visible
}

.swiper-container-flip .swiper-slide {
    z-index: 1;
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-coverflow .swiper-wrapper {
    -ms-perspective: 1200px
}


.header {
    position: relative;
    height: 100vh;
    min-height: 400px;
    /*padding-top: 132px;*/
    margin-top: 95px;
    overflow: hidden
}
@media (max-width:1199px) {
    .header:not(.header--small) {
        margin-top: 84px;
    }
}
@media (max-width:767px) {
    .header:not(.header--small) {
        margin-top: 60px;
    }
}

.header--small {
    height: auto;
    min-height: 0;
    padding-top: 50px;
    padding-bottom: 12px;
    background-attachment: scroll;
    background-attachment: fixed;
    background-position: 50%;
    background-size: cover
}

@media (min-width:860px) {
    .header--small {
        padding-top: 100px;
        padding-bottom: 36px
    }
}

.header--small:before {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: hsla(0, 0%, 7%, .85);
    content: ""
}

.header__row {
    z-index: 2
}

.header__slider {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    z-index: 1;
    position: absolute;
}

.header__slider_mini {
    display: block;
    position: relative;
    height: 300px;
    background-size: cover;
    z-index: 1
}

.header__item {
    width: 100%;
    height: 100%;
    background-attachment: scroll;
    background-size: cover;
    text-transform: uppercase;
    overflow: hidden
}

.header__item .icon {
    /*bottom: -65px;*/
    left: calc(50% - 46px / 2);
    width: 46px;
    min-height: 46px;
    position: absolute;
    /*top: calc(50% - 46px / 2);*/
    bottom: -70px;
}

.header__item--video video,
.videoplay-on-hover video {
    object-fit: cover;
}

@media (min-width:860px) {
    /*.header__item .icon {
        bottom: -90px;
        top: auto;
    }*/

    .header__slider_mini .header__item .icon {
        bottom: -56px;
    }
}

@media (min-width:1600px) {
    .header__item .icon {
        bottom: -95px;
        left: calc(50% - 70px / 2);
        width: 70px;
        min-height: 70px
    }

    .header__slider_mini .header__item .icon {
        bottom: -56px;
    }

    .header__item .header__info > span+.icon {
        top: auto;
        bottom: -90px;
        position: absolute;
    }

    .header__slider_mini .header__info > span+.icon {
        bottom: -80px;
    }

    .header__slider_mini {
        height: 370px;
    }
}

.header__item-bg {
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-position: 50% 0;
    background-size: cover
}

.header__item-bg:before {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: hsla(0, 0%, 7%, .85);
    content: "";
    z-index: 2
}

.header__item-bg video {
    object-fit: cover;
    top: 0;
    left: 0;
    width: auto;
    min-width: 100%;
    /*max-width: 100%;*/
    height: auto;
    min-height: 100%;
    max-height: 100%;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    opacity: 1
}

.header .swiper-slide-active .header__item-content {
    -webkit-animation: Ib 1s;
    animation: Ib 1s
}

.header__item-content {
    top: 0;
    right: 0;
    bottom: 15%;
    left: 0;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: opacity .3s, top .3s;
    -o-transition: opacity .3s, top .3s;
    transition: opacity .3s, top .3s;
    opacity: 1;
    z-index: 4;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal
}

.header__slider_mini .header__item-content {
    bottom: 0;
    transform: translateY(-50%);
    top: 40%;
}

.header__slider_mini a .header__item-content {
    top: 50%;
}

.header__title {
    margin-bottom: 5px;
    font-size: 27px;
    text-align: center
}

.header__slider_mini .header__title {
    font-size: 21px;
    margin-bottom: 10px
}

@media (min-width:768px) {
    .header__title {
        font-size: 36px;
        margin-bottom: 35px;
    }

    .header__slider_mini .header__title {
        font-size: 36px;
        margin-bottom: 15px
    }
}

@media (min-width:860px) {
    .header__title {
        font-size: 42px;
        margin-bottom: 35px;
    }
    .header__slider_mini .header__title {
        font-size: 42px;
    }
}

@media (min-width:1200px) {
    .header__title {
        margin-bottom: 46px;
        font-size: 56px
    }
    .header__slider_mini .header__title {
        font-size: 48px;
        margin-bottom: 20px;
    }
}

@media (min-width:1600px) {
    .header__title {
        margin-bottom: 70px;
        font-size: 72px
    }
    .header__slider_mini .header__title {
        margin-bottom: 25px;
        font-size: 68px;
    }
}

.header__title:before {
    top: calc(100% + 25px / 2);
    left: calc(50% - 50px / 2);
    width: 50px;
    height: 2px;
    background-color: #e00022;
    content: ""
}

.header__slider_mini .header__title:before {
    top: calc(100% + 7px / 2);
}

@media (min-width:1200px) {
    .header__title:before {
        top: calc(100% + 40px / 2);
        left: calc(50% - 80px / 2);
        width: 80px
    }

    .header__slider_mini .header__title:before {
        top: calc(100% + 15px / 2);
    }
}

@media (min-width:1600px) {
    .header__title:before {
        top: calc(100% + 60px / 2);
        left: calc(50% - 108px / 2);
        width: 108px
    }

    .header__slider_mini .header__title:before {
        top: calc(100% + 20px / 2);
    }
}

.header__title-page {
    margin: 24px auto 12px;
    color: #ebebeb;
    font-size: 24px;
    text-align: center;
    text-transform: uppercase
}

@media (min-width:860px) {
    .header__title-page {
        margin-top: 30px;
        margin-bottom: 24px;
        font-size: 40px
    }
}

@media (min-width:1600px) {
    .header__title-page {
        margin-top: 60px;
        margin-bottom: 30px
    }
}

.header__info {
    font-size: 16px;
    position: relative;
}

@media (min-width:1200px) {
    .header__info {
        font-size: 24px
    }
}

@media (min-width:1600px) {
    .header__info {
        font-size: 32px
    }
}

.header__slider-pagination {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
}

.header__slider-pagination,
.swiper-container-horizontal>.header__slider-pagination.swiper-pagination-bullets
 {
    bottom: 100px;
    width: 90%;
    margin: 0 5%;
    z-index: 5
}

@media (min-width:860px) {
    .header__slider-pagination,
    .swiper-container-horizontal>.header__slider-pagination.swiper-pagination-bullets {
        bottom: 64px
    }
}

.item__slider .header__slider-pagination,
.item__slider.swiper-container-horizontal>.header__slider-pagination.swiper-pagination-bullets {
    bottom: 10%;
}

.header__slider-pagination .item {
    width: 60px;
    height: 4px;
    border-radius: 0;
    background-color: #e00022;
    opacity: 1;
    position: relative;
}

@media (min-width:860px) {
    .header__slider-pagination .item {
        width: 80px;
        height: 2px
    }
}

@media (min-width:1200px) {
    .header__slider-pagination .item {
        width: 112px;
        height: 3px
    }
}

.item__slider .header__slider-pagination .item {
    width: 10%;
    pointer-events: none;
}

.header__slider-pagination .item:before {
    position: absolute;
    top: -20px;
    right: 0;
    bottom: -20px;
    left: 0;
    content: ""
}

.header__slider-pagination .item:focus {
    outline: 0 none
}

.header__slider-pagination .item+.item {
    margin-left: 15px
}

.header__slider-pagination .is-active {
    background-color: #fff
}

.header__slider-pagination .is-active:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #e00022;
    content: "";
    -webkit-animation: Jb 6s;
    animation: Jb 6s
}

@media (min-width:860px) {
    .header__slider-pagination .is-active:after {
        -webkit-animation: Kb 6s;
        animation: Kb 6s
    }
}

@media (min-width:1200px) {
    .header__slider-pagination .is-active:after {
        -webkit-animation: Lb 6s;
        animation: Lb 6s
    }
}

.header__slider-pagination .is-active:focus {
    outline: 0 none
}

.header__slider-pagination .is-active~.item {
    background-color: #fff
}

.header__btn {
    position: absolute;
    bottom: 30px;
    left: calc(50% - 13px);
    width: 26px;
    height: 26px;
    border: 0 none;
    background-color: transparent;
    color: #fff;
    z-index: 10
}

.header__btn .icon {
    position: relative;
    top: 0;
    width: 26px;
    height: 26px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-animation: Hb 1s ease-in-out;
    animation: Hb 1s ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

@media (max-width: 1199px) {
    .header:not(.header--small) {
        height: calc((100vw / 1920) * 1080);
        min-height: auto;
        margin-top: 84px;
    }
    .header__item-bg {
        background-repeat: no-repeat;
        background-size: contain;
    }

    .header__slider-pagination,
    .swiper-container-horizontal>.header__slider-pagination.swiper-pagination-bullets {
        bottom: 12%;
    }

    .header__slider-pagination .item {
        width: 10%;
        max-width: 40px;
        height: 1px;
    }

    .header__item-content {
        bottom: 18%;
    }

    .header__item .icon {
        /*bottom: auto;*/
        /*position: relative;*/
        display: block;
        margin-top: 30px;
    }

    .header__info {
        max-width: 85%;
        text-align: center;
    }
}

@media (max-width: 767px) {
    .header__item .icon {
        bottom: -48px;
        left: calc(50% - 36px / 2);
        width: 36px;
        min-height: 36px;
        /*top: calc(50% - 36px / 2);*/
    }

    .header__title:before,
    .header__slider_mini .header__title:before {
        display: none;
    }

    .header:not(.header--small) {
        margin-top: 60px;
    }
}

@media (max-width: 359px) {
    .header__item .icon {
        bottom: -40px;
    }
    .header__title {
        margin-bottom: 5px;
        font-size: 21px;
    }
    .header__title:before {
        top: calc(100% + 20px / 2);
        height: 1px;
    }
    .header__slider_mini .header__title:before {
        top: calc(100% + 7px / 2);
        height: 1px;
    }
    .header__info {
        font-size: 13px;
    }
    .header__item .icon {
        left: calc(50% - 15px);
        width: 30px;
        min-height: 30px;
    }
}

@-webkit-keyframes Hb {
    0% {
        top: -20px;
        opacity: 0
    }
    50% {
        opacity: 1
    }
    to {
        top: 10px;
        opacity: 0
    }
}

@keyframes Hb {
    0% {
        top: -20px;
        opacity: 0
    }
    50% {
        opacity: 1
    }
    to {
        top: 10px;
        opacity: 0
    }
}

@-webkit-keyframes Ib {
    0% {
        top: -50px;
        opacity: 0
    }
    to {
        top: 0;
        opacity: 1
    }
}

@keyframes Ib {
    0% {
        top: -50px;
        opacity: 0
    }
    to {
        top: 0;
        opacity: 1
    }
}

@-webkit-keyframes Jb {
    0% {
        width: 0
    }
    to {
        width: 100% /*60px*/
    }
}

@keyframes Jb {
    0% {
        width: 0
    }
    to {
        width: 100% /* 60px */
    }
}

@-webkit-keyframes Kb {
    0% {
        width: 0
    }
    to {
        width: 100% /*80px*/
    }
}

@keyframes Kb {
    0% {
        width: 0
    }
    to {
        width: 100% /*80px*/
    }
}

@-webkit-keyframes Lb {
    0% {
        width: 0
    }
    to {
        width: 100% /*112px*/
    }
}

@keyframes Lb {
    0% {
        width: 0
    }
    to {
        width: 100% /*112px*/
    }
}
.nav {
    background-color: #000;
    box-shadow: 0 20px 40px -20px rgba(0, 0, 0, 0.1);
}

.nav__container {
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.header__item-bg:before {
    content: none !important;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xxl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
}
@media (min-width: 992px) {
    .col-lg-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

section img {
    vertical-align: middle;
    border-style: none;
}
sup {
    font-size: 75% !important;
}

[class^='form--button'], .picture-teaser__mute, .picture-teaser__full-screen {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: 0;
    cursor: pointer;
    display: inline-block;
    line-height: 30px;
    padding: 12px 0 8px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: background-color .1s linear;
    width: 100%;
}
[class^='form--button'], .picture-teaser__mute, .picture-teaser__full-screen, label, .form--text, .form--label, .form--label__multiLine, .form--row .form--select, .form--radio [type='radio']+label, .form--radio [type='checkbox']+label, .form--checkbox [type='radio']+label, .form--checkbox [type='checkbox']~label.form--label__multiLine {
    font-size: 18px;
}
@media (min-width: 768px) {
    [class^='form--button'], .picture-teaser__mute, .picture-teaser__full-screen, label, .form--text, .form--label, .form--label__multiLine, .form--row .form--select, .form--radio [type='radio']+label, .form--radio [type='checkbox']+label, .form--checkbox [type='radio']+label, .form--checkbox [type='checkbox']~label.form--label__multiLine {
        font-size: 20px;
    }
}

.nav__container:before {
    display: none;
}

.picture-teaser-m, .picture-teaser-l {
    overflow: hidden;
    position: relative;
}

.picture-teaser-container-l, .picture-teaser-container-l .picture-teaser-l, .picture-teaser-container-l .picture-teaser-content {
    min-height: 320px;
}

@media (min-width: 576px) {
    .picture-teaser-container-l, .picture-teaser-container-l .picture-teaser-l, .picture-teaser-container-l .picture-teaser-content {
        min-height: 480px;
    }
}

@media (min-width: 992px) {
    .picture-teaser-container-l, .picture-teaser-container-l .picture-teaser-l, .picture-teaser-container-l .picture-teaser-content {
        min-height: 600px;
    }
}

@media (min-width: 1200px) {
    .picture-teaser-container-l, .picture-teaser-container-l .picture-teaser-l, .picture-teaser-container-l .picture-teaser-content {
        min-height: 720px;
    }
}

picture, picture img {
    margin: auto;
}

picture img {
    width: auto;
    max-width: none;
    height: auto;
    max-height: none;
}

.picture-teaser-m picture, .picture-teaser-m .picture-teaser__media, .picture-teaser-l picture, .picture-teaser-l .picture-teaser__media, .picture-teaser-fullscreen .picture-teaser__media, .picture-teaser--align-middle picture, .picture-teaser--align-middle .picture-teaser__media, .teaser-warranty picture, .teaser-newsletter picture {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}

@media screen and (min-width: 1920px) {
    .picture-teaser-m picture, .picture-teaser-m .picture-teaser__media, .picture-teaser-m img, .picture-teaser-l picture, .picture-teaser-l .picture-teaser__media, .picture-teaser-l img {
        width: calc(100% + 20px);
    }
}

.teaser-warranty picture {
    width: 100%;
}
.teaser-warranty picture img {
    max-width: 100%;
    min-width: 100%;
}


figcaption, figure {
    display: block;
    position: relative;
}

@media (min-width: 576px) {
    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
@media (min-width: 768px) {
    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media (min-width: 992px) {
    .col-lg-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}
@media (min-width: 1200px){
    .col-xl-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (min-width: 1601px) {
    .col-xxl-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}


.text-uppercase {
    text-transform: uppercase !important;
}
.text-center {
    text-align: center !important;
}
.col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}

@media (min-width: 576px) {
    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

.container-fluid {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
    font-weight: 100;
}

.main-navigation, h3, .font-size-medium, .page-title h1, .main-title__headline, .text-box h3, h3.headline-padding-large {
    font-size: 24px;
    line-height: 30px;
}
@media (min-width: 576px) {
    .main-navigation, h3, .font-size-medium, .page-title h1, .main-title__headline, .text-box h3, h3.headline-padding-large {
        font-size: 24px;
        line-height: 30px;
    }
}
@media (min-width: 768px) {
    .main-navigation, h3, .font-size-medium, .page-title h1, .main-title__headline, .text-box h3, h3.headline-padding-large {
        font-size: 27px;
        line-height: 30px;
    }
}
@media (min-width: 992px) {
    .main-navigation, h3, .font-size-medium, .page-title h1, .main-title__headline, .text-box h3, h3.headline-padding-large {
        font-size: 32px;
        line-height: 35px;
    }
}

main>section:first-child h1 {
    padding-top: 104px;
}

@media (max-width: 1199px) {
    main>section:first-child h1 {
        padding-top: 78px;
    }
}
@media (max-width: 768px) {
    main>section:first-child h1 {
        padding-top: 49px;
    }
}


[class^='container'].responsive-gutter {
    padding-left: 20px;
    padding-right: 20px;
}

@media (min-width: 576px) {
    [class^='container'].responsive-gutter {
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media (min-width: 768px) {
    [class^='container'].responsive-gutter {
        padding-left: 80px;
        padding-right: 80px;
    }
}

@media (min-width: 992px) {
    [class^='container'].responsive-gutter {
        padding-left: 100px;
        padding-right: 100px;
    }
}

[class^='container'].responsive-gutter .row {
    margin-left: -10px;
    margin-right: -10px;
}

@media (min-width: 576px) {
    [class^='container'].responsive-gutter .row {
        margin-left: -20px;
        margin-right: -20px;
    }
}

@media (min-width: 768px) {
    [class^='container'].responsive-gutter .row {
        margin-left: -40px;
        margin-right: -40px;
    }
}

@media (min-width: 992px) {
    [class^='container'].responsive-gutter .row {
        margin-left: -50px;
        margin-right: -50px;
    }
}


.picture-teaser-content {
    height: 100%;
}

.align-items-start {
    align-items: flex-start !important;
}
.justify-content-end {
    justify-content: flex-end !important;
}
.justify-content-center {
    justify-content: center !important;
}
.justify-content-start {
    justify-content: flex-start !important;
}
.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
}

.picture-teaser-caption.dark {
    color: #000;
}
.picture-teaser-caption {
    color: #fff;
}

.accordion__panel .structured-content, .section-padding-small, .text-box--accordion {
    padding-bottom: 15px;
    padding-top: 15px;
}
@media (min-width: 768px) {
    .accordion__panel .structured-content, .section-padding-small, .text-box--accordion {
        padding-bottom: 30px;
        padding-top: 30px;
    }
}
@media (min-width: 992px) {
    .accordion__panel .structured-content, .section-padding-small, .text-box--accordion {
        padding-bottom: 30px;
        padding-top: 30px;
    }
}

h1.headline-padding-medium, h2.headline-padding-medium, h3.headline-padding-medium, h4.headline-padding-medium, h5.headline-padding-medium {
    margin-bottom: 15px;
}
@media (min-width: 768px) {
    h1.headline-padding-medium, h2.headline-padding-medium, h3.headline-padding-medium, h4.headline-padding-medium, h5.headline-padding-medium {
        margin-bottom: 35px;
    }
}
@media (min-width: 992px) {
    h1.headline-padding-medium, h2.headline-padding-medium, h3.headline-padding-medium, h4.headline-padding-medium, h5.headline-padding-medium {
        margin-bottom: 53px;
    }
}


[class^='container'].responsive-gutter .col, footer[class^='container'] .col, [class^='container'].responsive-gutter [class*='col-'], footer[class^='container'] [class*='col-'] {
    padding-left: 10px;
    padding-right: 10px;
}

@media (min-width: 576px) {
    [class^='container'].responsive-gutter .col, footer[class^='container'] .col, [class^='container'].responsive-gutter [class*='col-'], footer[class^='container'] [class*='col-'] {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (min-width: 768px) {
    [class^='container'].responsive-gutter .col, footer[class^='container'] .col, [class^='container'].responsive-gutter [class*='col-'], footer[class^='container'] [class*='col-'] {
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media (min-width: 992px){
    [class^='container'].responsive-gutter .col, footer[class^='container'] .col, [class^='container'].responsive-gutter [class*='col-'], footer[class^='container'] [class*='col-'] {
        padding-left: 50px;
        padding-right: 50px;
    }
}

.section-padding-large, .picture-teaser-caption, .structured-content.section-padding-large, .text-box-container, .text-box-tiny-container {
    padding-bottom: 35px;
    padding-top: 35px;
}

@media (min-width: 768px) {
    .section-padding-large, .picture-teaser-caption, .structured-content.section-padding-large, .text-box-container, .text-box-tiny-container {
        padding-bottom: 60px;
        padding-top: 60px;
    }
}

@media (min-width: 992px) {
    .section-padding-large, .picture-teaser-caption, .structured-content.section-padding-large, .text-box-container, .text-box-tiny-container {
        padding-bottom: 110px;
        padding-top: 110px;
    }
}

.text-left {
    text-align: left !important;
}

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

.col-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}

@media (min-width: 768px) {
    .col-md-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
}

@media (min-width: 992px) {
    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-lg-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
}

h3.font-size-medium {
    font-weight: 600;
}

h4, .font-size-small, .accordion__header h3, .link-list-item, .structured-content h4, .structured-table .car-price, .nav-category a, .tag, .text-box h4, .energy-label h3 {
    font-size: 19px;
    line-height: 20px;
}
@media (min-width: 768px) {
    h4, .font-size-small, .accordion__header h3, .link-list-item, .structured-content h4, .structured-table .car-price, .nav-category a, .tag, .text-box h4, .energy-label h3 {
        font-size: 21px;
        line-height: 21px;
    }
}
@media (min-width: 992px) {
    h4, .font-size-small, .accordion__header h3, .link-list-item, .structured-content h4, .structured-table .car-price, .nav-category a, .tag, .text-box h4, .energy-label h3 {
        font-size: 18px;
        line-height: 24px;
    }
}

h5, .font-size-x-small, .dealer-search-addresses li [class^='label'], .grid-teaser h4, .product-list .product-list-header__caption, .energy-label--figure h3 {
    font-size: 16px;
    line-height: 25px;
}
@media (min-width: 992px) {
    h5, .font-size-x-small, .dealer-search-addresses li [class^='label'], .grid-teaser h4, .product-list .product-list-header__caption, .energy-label--figure h3 {
        font-size: 17px;
        line-height: 30px;
    }
}


.header__slider {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    z-index: 1
}

.header__item-bg,
.header__item-content,
.header__slider-pagination {
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center
}
.header__item-bg img {
    display: none;
    max-width: 100%;
}

.header__slider-pagination .item{
    width: 40px !important;
    height: 4px !important;
    border-radius: 2px;
    cursor: pointer;
}
.header__slider-pagination .is-active:after{
    -webkit-animation:Lb2 6s !important;
    animation:Lb2 6s !important
}
@media (min-width:768px){
    .header__slider-pagination .item{
        width:60px!important;height:1px
    }
}
@media (min-width:1200px){
    .header__slider-pagination .item{
        width:60px;height:1px
    }
}
@-webkit-keyframes Lb2{0%{width:0}to{width:100%}}
@keyframes Lb2{0%{width:0}to{width:100%}}


@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .grid-teaser-image {
        background-color: #000
    }

    .grid-teaser-image img {
        opacity: .97
    }

    .grid-teaser-package img {
        padding: 0
    }
}

@supports (-ms-accelerator: true) {
    .grid-teaser-image {
        background-color: #000
    }

    .grid-teaser-image img {
        opacity: .97
    }

    .grid-teaser-package img {
        padding: 0
    }
}

.grid-teaser-overlay {
    background-color: #fff;
    display: block;
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: left;
    cursor: pointer;
}
@media (min-width: 768px) {
    .grid-teaser-overlay {
        margin-left: -30px;
        margin-right: -30px;
        padding-left: 30px;
        padding-right: 30px;
    }
}
.icon-close-small::before {
    content: '\e006'
}

.grid-teaser-overlay .icon-close-small {
    display: none;
}

.grid-teaser-badge {
    background-color: #000;
    color: #fff;
    font-size: 15px;
    letter-spacing: 1.92px;
    margin: 0 0 10px;
    padding: 9px 15px 9px;
    text-transform: uppercase;
    display: inline-block;
}

.grid-teaser-badge.grid-teaser-badge--in_stock,
.grid-teaser-badge.grid-teaser-badge--in_production,
.grid-teaser-badge.grid-teaser-badge--on_sale {
    background-color: #e00022;
}

.grid-teaser p.grid-teaser-price {
    font-weight: 600;
    color: rgba(0, 0, 0, 0.87);
    /*margin-top: 10px;*/
    font-size: 130%;
}

.grid-teaser p.grid-teaser-price span {
    font-weight: normal;
    display: block;
    font-weight: 100;
    font-size: 14px;
    color: #666;
    line-height: normal;
}

.grid-teaser .form--row .form--button--cta:first-child {
    margin-bottom: 20px;
}

.grid-teaser .form--row .form--button--cta {
    padding: 8px 20px 9px;
    margin-left: auto;
    margin-right: auto;
    letter-spacing: 1.1px;
    font: 100 14px "Open Sans";
    width: 100%;
    outline: 0;
}

h1+p, h2+p, h3+p, h4+p, h5+p {
    margin-bottom: 0;
    margin-top: 0;
}

.grid-teaser-sold .grid-teaser-image {
    position: relative;
    overflow: hidden;
}
.grid-teaser-sold .grid-teaser-image:before {
    content: 'Продано';
    font-size: calc(((100vw - 400px) / 3) / 6.3);
    font-weight: bold;
    color: #fff;
    display: block;
    position: absolute;
    transform: rotate(-35deg);
    opacity: .6;
    text-transform: uppercase;
    text-align: center;
    /* top: 50%; */
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}
.grid-teaser-sold.en .grid-teaser-image:before {
    content: 'Sold';
    letter-spacing: 14px;
}

@media (max-width: 991px) {
    .grid-teaser-sold .grid-teaser-image:before {
        font-size: calc(((100vw - 240px) / 2) / 6.3);
    }
}
@media (max-width: 767px) {
    .grid-teaser-sold .grid-teaser-image:before {
        font-size: calc((100vw - 80px) / 6.3);
    }
}
@media (max-width: 575px) {
    .grid-teaser-sold .grid-teaser-image:before {
        font-size: calc((100vw - 40px) / 6.3);
    }
}

.grid-teaser-sold img {
    opacity: .5;
}

.grid-teaser p {
    color: #666;
}

/* <-- Кнопка информации по конфигурации */
.grid-teaser-info-link {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 0;
    right: 0;
    background-color: #FF002C;
    color: #fff;
    padding: 0;
    margin: 0;
    border-radius: 0;
    text-align: center;
    outline: 0;
    z-index: 2;
    border: 0;
}
.grid-teaser-info-link:hover {
    background-color: #ed1c24;
}
.grid-teaser-info-link svg {
    height: 16px;
    width: 7.71px;
    margin: 0;
    vertical-align: baseline;
    display: inline;
    fill: #ffffff;

}
/* Кнопка информации по конфигурации --> */


.copy-small, .grid-teaser p, .grid-teaser li, .picture-teaser-caption p, .teaser-warranty p {
    font-size: 16px;
    line-height: 25px;
}
@media (min-width: 576px) {
    .copy-small, .grid-teaser p, .grid-teaser li, .picture-teaser-caption p, .teaser-warranty p {
        font-size: 17px;
        line-height: 30px;
    }
}
@media (min-width: 768px) {
    .copy-small, .grid-teaser p, .grid-teaser li, .picture-teaser-caption p, .teaser-warranty p {
        font-size: 18px;
        line-height: 30px;
    }
}

.structured-content {
    padding-bottom: 30px;
    padding-top: 15px;
}
.grid-teaser-details {
    display: block;
}

@media (min-width: 992px) {
    .structured-content [class^='structured-'] {
        margin-bottom: 0;
    }
}
.structured-table {
    border-top: 1px solid #ccc;
    width: 100%;
}
.structured-content [class^='structured-']+[class^='structured-'] {
    margin-top: 30px;
}

table.structured-table tbody {
    border-bottom: 1px solid #ccc;
}

.structured-list, .structured-table th, .structured-table td {
    font-size: 16px;
    line-height: 25px;
    font-weight: 200;
}
@media (min-width: 768px) {
    .structured-list, .structured-table th, .structured-table td {
        font-size: 17px;
        line-height: 30px;
    }
}
@media (min-width: 992px) {
    .structured-list, .structured-table th, .structured-table td {
        font-size: 18px;
    }
}

.grid-teaser ul li, .bordered li, .structured-list li, .structured-table th, .structured-table td {
    line-height: 1.1em;
    min-height: 25px;
    padding: 5px 0 2px;
}
@media (min-width: 768px) {
    .grid-teaser ul li, .bordered li, .structured-list li, .structured-table th, .structured-table td {
        min-height: 30px;
        padding: 7px 0 4px;
    }
}
.structured-table td {
    width: auto;
}
.configurator-container .structured-table th, .configurator-container .structured-table td {
    border-bottom: 1px solid #ccc;
    font-size: 15px;
}
.copy-large, .text-box p.copy-large, .copy, .text-box p, .copy-small, .grid-teaser p, .grid-teaser li, .picture-teaser-caption p, .teaser-warranty p, .copy-xs, .product-attribute__label, .copy-tiny, .text-box-tiny p, .form--label, .form--label__multiLine, .form--row .form--select, .language-navigation a, .flyout-navigation-footer-links .flyout-item>a, .team .language-navigation a, .flyout-navigation-team-footer-links .flyout-item>a, .main-navigation .main-navigation-link, .font-style-light, .light, table td, .picture-teaser-caption.dark p, .picture-teaser-caption h2, .link-list-item, .structured-content h4, .structured-table td, .structured-table .key, .nav-category a, .product-list__caption, .product-list .product-list-header__caption, .product-teaser__caption, .product-group__caption, .spec a, .tag, .text-box h2, .text-box h3, .text-box h4, .text-box h5, .energy-label h3 {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    /*font-family: 'DINNextLT-Light',sans-serif;
    font-weight: 100;*/
}
.configurator-container .structured-table .key {
    padding-right: 10px;
    width: 80%;
    /*font-weight: 100;*/
}
.configurator-container .structured-table .value {
    width: 20%;
    font-weight: 100;
    line-height: 1.5;
    text-align: right
}

@media (max-width: 991px) {
    .structured-content [class*='col-']:not(:first-child) {
        padding-top: 30px;
    }
}

.form--row {
    position: relative;
}
.form--row::after {
    display: block;
    clear: both;
    content: "";
}
.grid-teaser .form--row {
    margin-bottom: 25px;
    margin-top: 20px;
}
@media (min-width: 768px) {
    .grid-teaser .form--row {
        margin-bottom: 10px;
    }
}

button:not(:disabled), [type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled) {
    cursor: pointer;
}


.grid-teaser-overlay.with-hover {
    padding-top: 0;
    z-index: 3;
}

.grid-teaser-overlay.with-hover .grid-teaser-link {
    display: block;
}

.grid-teaser-shadow.with-hover {
    outline: none;
    -moz-box-shadow: 0 0 7px 0 rgb(66 66 66 / 33%);
    -webkit-box-shadow: 0 0 7px 0 rgb(66 66 66 / 33%);
    box-shadow: 0 0 7px 0 rgb(66 66 66 / 33%);
    transition: all .2s cubic-bezier(.165,.84,.44,1);
    margin-bottom: 40px;
}

.grid-teaser-shadow.with-hover:hover {
    outline: none;
    -moz-box-shadow: 0 0 17px 0 rgb(66 66 66 / 33%);
    -webkit-box-shadow: 0 0 17px 0 rgb(66 66 66 / 33%);
    box-shadow: 0 0 17px 0 rgb(66 66 66 / 33%);
}

.grid-teaser-overlay.with-hover .grid-teaser-details {
        display: block;
        padding-bottom: 0
    }







.mtm30 {
    margin-top: -20px;
}

.grid-teaser {
    color: #000;
    padding-bottom: 15px;
}

@media (min-width: 768px) {
    .grid-teaser {
        padding-bottom: 30px;
    }
}

.grid-teaser-image {
    background-color: #ffffff; /*#f5f5f5;*/
}

.grid-teaser .grid-teaser-image {
    margin-bottom: 0; /*20px;*/
    margin-top: 0;
    margin-left: -20px;
    margin-right: -20px;
}

@media (min-width: 768px) {
    .grid-teaser .grid-teaser-image {
        margin-bottom: 0; /*30px;*/
        margin-left: -30px;
        margin-right: -30px;
    }
    .mtm30 {
        margin-top: -30px;
    }
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.grid-teaser-image img {
    mix-blend-mode: multiply;
    width: 100%;
}

.grid-teaser h4 {
    text-transform: uppercase;
    font-weight: 600;
}




.picture-teaser-caption h2 {
    letter-spacing: 1.92px;
    text-transform: uppercase;
}

.picture-teaser-caption h2+p {
    margin-top: 4px;
}

.font-size-small {
    font-size: 19px;
    line-height: 20px;
}

@media (min-width: 768px) {
    .font-size-small {
        font-size: 21px;
        line-height: 21px;
    }
}

@media (min-width: 992px) {
    .font-size-small {
        font-size: 24px;
        line-height: 24px;
    }
}

.picture-teaser-caption p, .teaser-warranty p {
    font-size: 16px;
    line-height: 25px;
}

@media (min-width: 576px) {
    .copy-small, .grid-teaser p, .grid-teaser li, .picture-teaser-caption p, .teaser-warranty p {
        font-size: 14px;
        line-height: 30px;
    }
}

@media (min-width: 768px) {
    .copy-small, .grid-teaser p, .grid-teaser li, .picture-teaser-caption p, .teaser-warranty p {
        font-size: 14px;
        line-height: 30px;
    }
}

.picture-teaser-caption p+.form--row {
    margin-top: 15px;
}
.picture-teaser-caption p:last-child {
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .picture-teaser-caption p+.form--row {
        margin-top: 30px;
    }
}

@media (min-width: 992px) {
    .picture-teaser-caption p+.form--row {
        margin-top: 30px;
    }
}

.form--row::after {
    display: block;
    clear: both;
    content: "";
}

@media (hover: hover) {
    .form--button-dark:hover,
    .form--button-dark:active {
        color: #fff;
        background-color: #ed1c24;
        text-decoration: none;
    }
    .form--button-dark:hover span,
    .form--button-dark:active span {
        color: #fff;
        text-decoration: none;
    }
}

[class^='form--button'], .picture-teaser__mute, .picture-teaser__full-screen {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: 0;
    cursor: pointer;
    display: inline-block;
    line-height: 30px;
    padding: 12px 0 8px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: background-color .1s linear;
    width: 100%;
}

.form--button-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.form--button-small {
    width: auto;
}
.form--button-light {
    background-color: #fff;
    color: #000;
}
.form--button-border {
    border: 1px solid #222;
    border-style: solid !important;
    padding: 9px 0 5px;
}


.form--button-small.form--button--cta, .picture-teaser-caption.dark .picture-teaser-button, .picture-teaser-button {
    -moz-box-shadow: 0 20px 40px -18px rgba(0,0,0,0.75);
    -webkit-box-shadow: 0 20px 40px -18px rgba(0,0,0,0.75);
    box-shadow: 0 20px 40px -18px rgba(0,0,0,0.75);
}

.form--button--cta, .text-box-light [class^='form--button'], .text-box-white [class^='form--button'], .text-box-dark [class^='form--button'], .text-box-black [class^='form--button'], .text-box-red [class^='form--button'] {
    -moz-box-shadow: 0 20px 40px -20px rgba(0,0,0,0.75);
    -webkit-box-shadow: 0 20px 40px -20px rgba(0,0,0,0.75);
    box-shadow: 0 20px 40px -20px rgba(0,0,0,0.75);
}

.form--text.auto, .auto[class^='form--button'], .picture-teaser-button, .cart-layer__add-to-cart {
    margin: 0;
    padding-left: 30px;
    padding-right: 30px;
    width: auto;
}
[class^='form--button'], .picture-teaser__mute, .picture-teaser__full-screen, label, .form--text, .form--label, .form--label__multiLine, .form--row .form--select, .form--radio [type='radio']+label, .form--radio [type='checkbox']+label, .form--checkbox [type='radio']+label, .form--checkbox [type='checkbox']~label.form--label__multiLine {
    font-size: 18px;
}

/*@media (min-width: 768px) {
    [class^='form--button'], .picture-teaser__mute, .picture-teaser__full-screen, label, .form--text, .form--label, .form--label__multiLine, .form--row .form--select, .form--radio [type='radio']+label, .form--radio [type='checkbox']+label, .form--checkbox [type='radio']+label, .form--checkbox [type='checkbox']+label {
        font-size: 20px;
    }
}*/

.form--button-small, .picture-teaser-button {
    font-size: 15px;
    letter-spacing: 1.92px;
    padding: 6px 30px 4px;
}

.picture-teaser-button {
    white-space: nowrap;
}
.form--button-dark {
    background-color: #000;
    color: #fff;
    position: relative;
}

.form--button-dark span {
    color: #fff;
}

.main-title+.structured-content,
.main-title+.text-box-container,
.main-title+.text-box-tiny-container {
    padding-top: 20px;
}

.text-box-container {
    padding-left: 20px;
    padding-right: 20px;
}

.section-padding-large,
.picture-teaser-caption,
.structured-content.section-padding-large,
.text-box-container,
.text-box-tiny-container {
    padding-bottom: 35px;
    padding-top: 35px;
}

.text-box {
    position: relative;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: 200;
}

.main-title {
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
}

.main-title__headline {
    margin-bottom: 15px;
    letter-spacing: 1.92px;
    text-align: center;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 30px;
}

.text-box-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.text-link, .text-box p a {
    font-size: 13px;
    text-transform: uppercase;
    color: #e00022;
}

@media (min-width: 992px) {
    .text-link, .text-box p a {
        font-size: 16px;
    }
}

.text-box p a::after {
    content: '\2192';
}

.section--black, .text-box-black {
    color: #fff;
    background-color: #000;
}

.text-box p+p {
    margin-top: 25px;
}

@media (min-width: 576px) {
    .main-title {
        padding-left: 40px;
        padding-right: 40px;
    }

    .text-box-container {
        padding-left: 40px;
        padding-right: 40px;
    }

    .text-box {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (min-width: 768px) {
    .text-box p+p {
        margin-top: 30px;
    }

    .main-title {
        padding-left: 80px;
        padding-right: 80px;
    }

    .main-title__headline {
        margin-bottom: 30px;
        font-size: 27px;
        line-height: 30px;
    }

    .text-box-container {
        padding-left: 80px;
        padding-right: 80px;
    }

    .text-box {
        padding-left: 40px;
        padding-right: 40px;
    }

    .section-padding-large,
    .picture-teaser-caption,
    .structured-content.section-padding-large,
    .text-box-container,
    .text-box-tiny-container {
        padding-bottom: 60px;
        padding-top: 60px;
    }
}

@media (min-width: 992px) {
    .text-box p+p {
        margin-top: 35px;
    }

    .main-title {
        padding-left: 100px;
        padding-right: 100px;
    }

    .main-title__headline {
        margin-left: auto;
        margin-right: auto;
        max-width: 82%;
        font-size: 32px;
        line-height: 35px;
    }

    .text-box-container {
        padding-left: 100px;
        padding-right: 100px;
    }

    .text-box {
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
        padding-left: 50px;
        padding-right: 50px;
    }

    .section-padding-large,
    .picture-teaser-caption,
    .structured-content.section-padding-large,
    .text-box-container,
    .text-box-tiny-container {
        padding-bottom: 110px;
        padding-top: 110px;
    }
}

h3, .font-size-medium, .page-title h1, .main-title__headline, .text-box h3 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 200;
}

@media (min-width: 768px) {
    .main-navigation, h3, .font-size-medium, .page-title h1, .main-title__headline, .text-box h3 {
        font-size: 27px;
        line-height: 30px;
    }
}
@media (min-width: 992px) {
    .main-navigation, h3, .font-size-medium, .page-title h1, .main-title__headline, .text-box h3 {
        font-size: 32px;
        line-height: 35px;
    }
}

.text-box h2, .text-box h3 {
    margin-bottom: 22px;
}
.text-box h3 {
    text-transform: uppercase;
}

.text-box h3 strong, .main-title__headline strong, .main-title__headline strong,
h1.main-title__headline, .strong,
.structured-table .key.strong,
.structured-table .value.strong {
    font-weight: 600;
}

@media (min-width: 768px) {
    .text-box h2, .text-box h3 {
        margin-bottom: 44px;
    }
}
@media (min-width: 992px) {
    .text-box h2, .text-box h3 {
        margin-bottom: 90px;
    }
}

.copy, .text-box p {
    font-size: 16px;
    line-height: 25px;
}

@media (min-width: 576px) {
    .copy, .text-box p {
        font-size: 16px;
        line-height: 25px;
    }
}

@media (min-width: 768px) {
    .copy, .text-box p {
        font-size: 17px;
        line-height: 30px;
    }
}

@media (min-width: 992px) {
    .copy, .text-box p {
        font-size: 19px;
        line-height: 35px;
    }
}

.text-box p {
    margin-bottom: 0;
    font-weight: 100;
}

.text-box-tiny p {
    color: #999;
}
.copy-tiny, .text-box-tiny p {
    font-size: 13px;
    line-height: 15px;
    font-weight: 100;
}


.flickity-enabled.is-draggable {
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.flickity-enabled {
    position: relative;
}
.flickity-enabled.is-draggable .flickity-viewport {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab;
}
.flickity-viewport {
    overflow: hidden;
    position: relative;
    height: 100%;
}
.flickity-slider {
    position: absolute;
    width: 100%;
    height: 100%;
}
.carousel-cell {
    overflow: hidden;
}
.carousel-cell .carousel-cell__media, .carousel-cell img {
    display: block;
    height: 400px;
    padding: 0 10px 0 0;
}
@media (min-width: 768px) {
    .carousel-cell .carousel-cell__media, .carousel-cell img {
        height: 680px;
    }
}
@media (min-width: 992px) {
    .carousel-cell .carousel-cell__media, .carousel-cell img {
        height: 780px;
    }
}
button {
    border-radius: 0;
}
input, button, select, optgroup, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button, input {
    overflow: visible;
}
button, select {
    text-transform: none;
}
button, [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button;
}
.flickity-button {
    position: absolute;
    background: rgba(255,255,255,0.75);
    border: 0;
    color: #333;
}
.flickity-prev-next-button {
    top: 50%;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    transform: translateY(-50%);
}
button:not(:disabled), [type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled) {
    cursor: pointer;
}
.carousel .flickity-prev-next-button {
    background: transparent;
    border-radius: 0;
    font-size: 60px;
    height: 60px;
    padding: 0;
    position: absolute;
    top: 200px;
    width: 30px;
}
@media (min-width: 768px) {
    .carousel .flickity-prev-next-button {
        top: 340px;
    }
}
@media (min-width: 992px) {
    .carousel .flickity-prev-next-button {
        top: 390px;
    }
}
.navbar-toggler>span, .navbar-link>span, .breadcrumb-item::before, .team .flyout-item.sub:after, .team .flyout-breadcrumb .flyout-breadcrumb-item::before, .form--row.form--valid::after, .form--row .form--select-label::after, .text-link::after, .text-box p a::after, .carousel .flickity-prev-next-button, .link-list-item a::after, .icon, .separating-element::after, .slick-prev, .slick-next {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: 'BRABUSIcon-Regular',sans-serif;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
}
.flickity-prev-next-button.previous {
    left: 10px;
}
.flickity-prev-next-button.next {
    right: 10px;
}
.carousel .flickity-prev-next-button:hover {
    background-color: transparent;
}
.flickity-button:hover {
    background: white;
    cursor: pointer;
}
.flickity-button:active {
    opacity: .6;
}
svg {
    overflow: hidden;
    vertical-align: middle;
}
.flickity-button-icon {
    fill: currentColor;
}
.flickity-prev-next-button .flickity-button-icon {
    position: absolute;
    left: 20%;
    top: 20%;
    width: 60%;
    height: 60%;
}
.carousel .flickity-prev-next-button svg {
    display: none;
}
.carousel .flickity-prev-next-button::before {
    color: #fff;
    font-weight: bold;
    text-shadow: 0 2px 15px rgba(255,255,255,0.5);
}
.carousel .flickity-prev-next-button.previous::before {
    content: '\e014';
}
.carousel .flickity-prev-next-button.next::before {
    content: '\e015';
}



.separating-element {
    background-color: #fff;
    border: 0;
    box-sizing: border-box;
    height: 23vw;
    margin: 0;
    position: relative;
    width: 100%;
}
.separating-element::after {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    color: #444;
    content: '';
    background: url(/bitrix/templates/landings/components/bitrix/news/configurator/../../../../img/logo_mini.png) 0 0 no-repeat;
    background-size: contain;
    width: 50px;
    height: 50px;
    opacity: .7;
}
@media (min-width: 576px) {
    .separating-element::after {
        width: 60px;
        height: 60px;
    }
}
@media (min-width: 992px) {
    .separating-element::after {
        width: 80px;
        height: 80px;
    }
}





.accordion__header {
    border-top: 1px solid #ccc;
    cursor: pointer;
    height: auto;
    padding: 15px 0 10px;
    position: relative;
}
@media (min-width: 768px) {
    .accordion__header {
        display: table-cell;
        height: 90px;
        vertical-align: middle;
        width: 100vw;
    }
}
@media (min-width: 992px) {
    .accordion__header {
        height: 110px;
    }
}


h4, .font-size-small, .accordion__header h3, .link-list-item, .structured-content h4, .structured-table .car-price, .nav-category a, .tag, .text-box h4, .energy-label h3 {
    font-size: 19px;
    line-height: 20px;
}
.accordion__header h3 {
    text-transform: uppercase;
    width: calc(100% - 50px);
}
@media (min-width: 768px) {
    h4, .font-size-small, .accordion__header h3, .link-list-item, .structured-content h4, .structured-table .car-price, .nav-category a, .tag, .text-box h4, .energy-label h3 {
        font-size: 21px;
        line-height: 21px;
    }
}
@media (min-width: 992px) {
    h4, .font-size-small, .accordion__header h3, .link-list-item, .structured-content h4, .structured-table .car-price, .nav-category a, .tag, .text-box h4, .energy-label h3 {
        font-size: 24px;
        line-height: 24px;
    }
}
.accordion__header h3 {
    font-weight: 500;
}
.accordion__header.collapsed h3 {
    font-weight: 100;
}
.accordion__header .icon {
    height: 30px;
    position: absolute;
    right: 0;
    top: 7px;
    background: none;
}
@media (min-width: 768px) {
    .accordion__header .icon {
        right: .3px;
        top: 30px;
    }
}
@media (min-width: 992px) {
    .accordion__header .icon {
        top: 40px;
    }
}

.thank__header .icon {
    background: none;
}
.icon {
    display: inline-block;
    font-size: 30px;
    position: relative;
    background: none;
}
.icon-plus::before {
    content: '\e007';
}
.accordion__header .icon::before {
    content: '\e008';
}
.accordion__header.collapsed .icon::before {
    content: '\e007';
}
.accordion__body {
    border-top: 1px solid #f0f0f0;
}
.accordion__panel:last-child {
    border-bottom: 1px solid #ccc;
}
.collapse:not(.show) {
    display: none;
}
.structured-content h4 {
    margin-bottom: 27px;
    text-transform: uppercase;
    font-weight: 100;
}
@media (min-width: 768px) {
    .structured-content h4 {
        margin-bottom: 28px;
    }
}
@media (min-width: 992px) {
    .structured-content h4 {
        margin-bottom: 25px;
    }
}
table tr, ul {
    font-size: 16px;
}
@media (min-width: 768px) {
    table tr, ul {
        font-size: 17px;
    }
}
@media (min-width: 992px) {
    table tr, ul {
        font-size: 21px;
    }
}

h1.headline-padding-large, h2.headline-padding-large, h3.headline-padding-large, h4.headline-padding-large, h5.headline-padding-large, .energy-label h3, .energy-label table {
    margin-bottom: 33px;
}
@media (min-width: 768px) {
    h1.headline-padding-large, h2.headline-padding-large, h3.headline-padding-large, h4.headline-padding-large, h5.headline-padding-large, .energy-label h3, .energy-label table {
        margin-bottom: 54px;
    }
}
@media (min-width: 992px) {
    h1.headline-padding-large, h2.headline-padding-large, h3.headline-padding-large, h4.headline-padding-large, h5.headline-padding-large, .energy-label h3, .energy-label table {
        margin-bottom: 101px;
    }
}


.modal {
    position: fixed !important;
    top: 0;
    left: 0;
    z-index: 10050 !important;
    display: none;
    width: 100% !important;
    height: 100%;
    overflow: hidden;
    outline: 0;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none;
}
@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }
}
@media (min-width: 992px) {
    .modal-lg, .modal-xl {
        max-width: 75vw;
    }
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 0;
    outline: 0;
}
.modal .modal-content {
    padding: 20px;
}
@media (min-width: 768px) {
    .modal .modal-content {
        padding: 40px;
    }
}
@media (min-width: 992px) {
    .modal .modal-content {
        padding: 60px;
    }
}
.modal-lg .modal-content, .modal-xl .modal-content {
    padding-bottom: 35px;
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 35px;
}
@media (min-width: 768px) {
    .modal-lg .modal-content, .modal-xl .modal-content {
        padding-bottom: 60px;
        padding-left: 60px;
        padding-right: 60px;
        padding-top: 60px;
    }
}
@media (min-width: 992px) {
    .modal-lg .modal-content, .modal-xl .modal-content {
        padding-bottom: 60px;
        padding-left: 100px;
        padding-right: 100px;
        padding-top: 60px;
    }
}
.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #ccc;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.modal .modal-header {
    margin-bottom: 15px;
    margin-top: -1rem;
    padding-left: 0;
    padding-right: 0;
}
@media (min-width: 768px) {
    .modal .modal-header {
        margin-bottom: 30px;
    }
}
@media (min-width: 992px) {
    .modal .modal-header {
        margin-bottom: 30px;
    }
}

.modal-header h3 {
    font-weight: 300;
    font-size: 200%;
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0;
    opacity: .5;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
    opacity: .75;
}
button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    appearance: none;
}
.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
}
.modal .modal-header .close {
    margin: 0;
    position: absolute;
    right: 1rem;
    top: 1rem;
}
.modal .modal-header .close span {
    color: transparent;
    font-size: 0;
}
.modal .modal-header .close span::before {
    -moz-osx-font-smoothing: grayscale;
    color: #000;
    content: '\e004';
    font-family: 'BRABUSIcon-Regular',sans-serif;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
}
.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 0;
}
.modal .modal-body {
    margin-bottom: 15px;
    margin-top: 15px;
}
@media (min-width: 768px) {
    .modal .modal-body {
        margin-bottom: 30px;
        margin-top: 30px;
    }
}
@media (min-width: 992px) {
    .modal .modal-body {
        margin-bottom: 30px;
        margin-top: 30px;
    }
}

.section-padding-medium, footer {
    padding-bottom: 20px;
    padding-top: 20px;
}
@media (min-width: 768px) {
    .section-padding-medium, footer {
        padding-bottom: 40px;
        padding-top: 40px;
    }
}
@media (min-width: 992px) {
    .section-padding-medium, footer {
        padding-bottom: 60px;
        padding-top: 60px;
    }
}
.teaser-dark {
    background-color: #666;
    color: #fff;
}
.modal [class^='container'] {
    padding-left: 0;
    padding-right: 0;
}
.modal [class^='container'].responsive-gutter, .modal footer[class^='container'] {
    margin-left: -53px;
    margin-right: -53px;
    padding-left: 35px;
    padding-right: 35px;
    width: auto;
}
@media (min-width: 768px) {
    .modal [class^='container'].responsive-gutter, .modal footer[class^='container'] {
        margin-left: -78px;
        margin-right: -78px;
        padding-left: 60px;
        padding-right: 60px;
    }
}
@media (min-width: 992px) {
    .modal [class^='container'].responsive-gutter, .modal footer[class^='container'] {
        margin-left: -118px;
        margin-right: -118px;
        padding-left: 110px;
        padding-right: 110px;
    }
}
.modal [class^='container']:first-child {
    margin-top: -20px;
}
@media (min-width: 768px) {
    .modal [class^='container']:first-child {
        margin-top: -40px;
    }
}
@media (min-width: 992px) {
    .modal [class^='container']:first-child {
        margin-top: -60px;
    }
}

.teaser-dark a {
    color: #fff;
}
.copy a {
    text-decoration: none;
}

.modal [class^='container']:last-child {
    margin-bottom: -20px;
}
@media (min-width: 768px) {
    .modal [class^='container']:last-child {
        margin-bottom: -40px;
    }
}
@media (min-width: 992px) {
    .modal [class^='container']:last-child {
        margin-bottom: -60px;
    }
}

h1.headline-padding-small, h2.headline-padding-small, h3.headline-padding-small, h4.headline-padding-small, h5.headline-padding-small, .text-box h4 {
    margin-bottom: 14px;
}
@media (min-width: 768px) {
    h1.headline-padding-small, h2.headline-padding-small, h3.headline-padding-small, h4.headline-padding-small, h5.headline-padding-small, .text-box h4 {
        margin-bottom: 28px;
    }
}
@media (min-width: 992px) {
    h1.headline-padding-small, h2.headline-padding-small, h3.headline-padding-small, h4.headline-padding-small, h5.headline-padding-small, .text-box h4 {
        margin-bottom: 25px;
    }
}

.text-box ul+h3, .text-box p+h3, .text-box>.form--row {
    margin-top: 30px;
}
@media (min-width: 768px) {
    .text-box ul+h3, .text-box p+h3, .text-box>.form--row {
        margin-top: 53px;
    }
}
@media (min-width: 992px) {
    .text-box ul+h3, .text-box p+h3, .text-box>.form--row {
        margin-top: 101px;
    }
}

label {
    display: inline-block;
    margin-bottom: .5rem;
}
.form--label {
    color: #aaa;
    left: 10px;
    margin-top: -2px;
    padding: 0 8px;
    position: absolute;
    top: 14px;
    transition: transform .1s linear,font-size .1s linear;
}
.form--text {
    background-color: transparent;
    border-radius: 0;
    margin: 0;
    padding: 12px 20px 7px;
    width: 100%;
}
.form--border {
    border: 1px solid #ccc;
}
.form--text.form--border {
    padding: 11px 19px 7px;
}
textarea {
    overflow: auto;
    resize: vertical;
}
.form--radio, .form--checkbox {
    padding: 13px 20px 6px;
}
.form--radio.form--border-none, .form--checkbox.form--border-none {
    padding: 0;
}
input[type="radio"], input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
}
.form--radio [type='radio'], .form--radio [type='checkbox'], .form--checkbox [type='radio'], .form--checkbox [type='checkbox'] {
    left: -9999px;
    position: absolute;
}
.form--label__multiLine {
    color: #000;
}
.form--radio [type='radio']+label, .form--radio [type='checkbox']+label, .form--checkbox [type='radio']+label, .form--checkbox [type='checkbox']~label.form--label__multiLine {
    cursor: pointer;
    margin-bottom: 0;
    padding-left: 2.25em;
    position: relative;
}
.form--radio [type='radio']+label::before, .form--radio [type='checkbox']+label::before, .form--checkbox [type='radio']+label::before, .form--checkbox [type='checkbox']~label.form--label__multiLine::before {
    background: #fff;
    border: 1px solid #ccc;
    content: '';
    height: 24px;
    left: 0;
    position: absolute;
    top: 0;
    width: 24px;
}
.form--radio [type='checkbox']+label::before, .form--checkbox [type='checkbox']~label.form--label__multiLine::before {
    border-radius: 0;
}
.form--radio [type='radio']:not(:checked)+label::before, .form--radio [type='checkbox']:not(:checked)+label::before, .form--checkbox [type='radio']:not(:checked)+label::before, .form--checkbox [type='checkbox']:not(:checked)~label.form--label__multiLine::before {
    border-color: #999;
}
.form--radio [type='radio']+label::after, .form--radio [type='checkbox']+label::after, .form--checkbox [type='radio']+label::after, .form--checkbox [type='checkbox']~label.form--label__multiLine::after {
    color: #ccc;
    font-size: 20px;
    left: 2px;
    position: absolute;
    top: 1px;
    transition: color .1s;
}
.form--radio [type='checkbox']+label::after, .form--checkbox [type='checkbox']~label.form--label__multiLine::after {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: 'BRABUSIcon-Regular',sans-serif;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    color: #000;
    content: '\e020';
    font-size: 20px;
    font-weight: 600;
}
.form--radio [type='radio']:not(:checked)+label::after, .form--radio [type='checkbox']:not(:checked)+label::after, .form--checkbox [type='radio']:not(:checked)+label::after, .form--checkbox [type='checkbox']:not(:checked)~label.form--label__multiLine::after {
    opacity: 0;
    transform: scale(0);
}
.form--checkbox label {
    margin-left: 0 !important;
}

.form--row+.form--row {
    margin: 40px 0 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10040 !important;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}
.modal-backdrop.show {
    opacity: .5;
}
.modal-backdrop.show {
    background-color: rgba(0,0,0,0.5);
    opacity: 1;
}


figure[class^='picture-teaser'], figure.teaser-warranty {
    margin-bottom: 0;
}
.picture-teaser-xl--contains-text {
    overflow: hidden;
    position: relative;
}
.picture-teaser--opaque {
    background: #000;
}
.full-video {
    display: none;
}
.picture-teaser--opaque video {
    display: block;
    opacity: .8;
}
.picture-teaser-xl--contains-text video {
    height: 400px;
    width: auto;
}
@media (min-width: 576px) {
    .picture-teaser-xl--contains-text video {
        height: auto;
        width: 100%;
    }
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}
.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}
.slick-track:before, .slick-track:after {
    content: "";
    display: table;
}
.slick-track:after {
    clear: both;
}
.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-initialized .slick-slide {
    display: block;
}

.form--row.in .form--label {
    font-size: 12px;
    transform: translate(-18px,-27px);
}
.picture-teaser__mute,
.picture-teaser__full-screen {
    -webkit-appearance: none;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
    height: 40px;
    width: 40px;
}
.picture-teaser__mute--right {
    bottom: 20px;
    position: absolute;
    right: 10px;
    z-index: 1100;
}
.dark .picture-teaser__mute {
    background-image: url(data:image/svg+xml;utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%221000px%22%20height%3D%221000px%22%20viewBox%3D%220%200%201000%201000%22%20enable-background%3D%22new%200%200%201000%201000%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20d%3D%22M716%2C706l-30-24l5-6c40-50%2C61-111%2C61-175c0-65-23-128-64-178l-5-6l30-25l5%2C6c47%2C57%2C72%2C129%2C72%2C203c0%2C73-24%2C142-69%2C199%20L716%2C706z%20M638%2C638l-30-24l5-6c24-32%2C37-70%2C37-110c0-39-12-77-36-108l-5-6l31-23l5%2C6c29%2C38%2C44%2C83%2C44%2C131c0%2C49-16%2C95-46%2C133L638%2C638z%20M492%2C670v-97V331l-124%2C98H260v143h109L492%2C670z%20M531%2C749L355%2C611H222V392h133l176-141V749z%20M501%2C950c249%2C0%2C450-201%2C450-450%20S750%2C50%2C501%2C50S51%2C251%2C51%2C500S252%2C950%2C501%2C950z%22%20fill%3D%22black%22%2F%3E%3C%2Fsvg%3E);
}
.dark .picture-teaser__mute.muted {
    background-image: url(data:image/svg+xml;utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%221000px%22%20height%3D%221000px%22%20viewBox%3D%220%200%201000%201000%22%20enable-background%3D%22new%200%200%201000%201000%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20d%3D%22M255%2C772l-27-27l136-135h-73V390h134l175-140v122l146-146l27%2C28L255%2C772z%20M330%2C571h72l160-161v-81l-124%2C99H330V571z%20M600%2C747L453%2C631l27-28l82%2C65V521l38-38V747z%20M501%2C950c249%2C0%2C450-201%2C450-450S750%2C50%2C501%2C50S51%2C251%2C51%2C500S252%2C950%2C501%2C950z%22%20fill%3D%22black%22%2F%3E%3C%2Fsvg%3E);
}

.dark .picture-teaser__full-screen {
    background-image: url(data:image/svg+xml;utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%22425.2px%22%20height%3D%22425.2px%22%20viewBox%3D%220%200%20425.2%20425.2%22%20enable-background%3D%22new%200%200%20425.2%20425.2%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20d%3D%22M212.601-0.039C95.173-0.039-0.021%2C95.154-0.021%2C212.58S95.173%2C425.2%2C212.601%2C425.2c117.427%2C0%2C212.62-95.194%2C212.62-212.62%20S330.027-0.039%2C212.601-0.039z%20M176.788%2C324.315h-75.921v-75.925h18.406v57.517h57.515V324.315z%20M176.788%2C119.254h-57.515v57.516h-18.406v-75.923h75.921V119.254z%20M324.334%2C324.315H248.41v-18.408h57.518v-57.517h18.406V324.315z%20M324.334%2C176.77h-18.406v-57.516H248.41v-18.408h75.924V176.77z%22%20fill%3D%22%20black%20%22%2F%3E%3C%2Fsvg%3E);
}

.picture-teaser__full-screen--right {
    bottom: 20px;
    position: absolute;
    right: 60px;
    z-index: 1100;
}




.picture-teaser-container-l, .picture-teaser-container-l .picture-teaser-l, .picture-teaser-container-l .picture-teaser-content {
    min-height: 320px;
}
@media (min-width: 576px) {
    .picture-teaser-container-l, .picture-teaser-container-l .picture-teaser-l, .picture-teaser-container-l .picture-teaser-content {
        min-height: 480px;
    }
}
@media (min-width: 992px) {
    .picture-teaser-container-l, .picture-teaser-container-l .picture-teaser-l, .picture-teaser-container-l .picture-teaser-content {
        min-height: 600px;
    }
}
@media (min-width: 1200px) {
    .picture-teaser-container-l, .picture-teaser-container-l .picture-teaser-l, .picture-teaser-container-l .picture-teaser-content {
        min-height: 720px;
    }
}

.form--text:focus {
    outline: 0;
}
.dirty {
    background-color: #FFF;
}

.form--button-border {
    border: 1px solid #222;
    padding: 9px 0 5px;
}
.form--button-light {
    background-color: #fff;
    color: #000;
}

.form--button-border:hover {
    border-color: #ed1c24;
}
.form--button-light:hover {
    color: #fff;
    background-color: #ed1c24;
    text-decoration: none;
}

.modal label.error,
.form--row label.error {
    position: absolute;
    left: 0;
    bottom: -32px;
    color: #e00022;
    font-size: 13px;
    margin-left: 0;
}
input[type="checkbox"]~label.error {
    bottom: -28px;
    left: 3.25em;
    margin-left: 0;
}

.teaser-container-warranty, .teaser-container-warranty .teaser-warranty, .teaser-container-warranty .picture-teaser-content {
    /*background-color: #ccc;*/
    min-height: 300px;
    overflow: hidden;
}
@media screen and (min-width: 375px) {
    .teaser-container-warranty, .teaser-container-warranty .teaser-warranty, .teaser-container-warranty .picture-teaser-content {
        min-height: 290px;
    }
}
@media (min-width: 768px) {
    .teaser-container-warranty, .teaser-container-warranty .teaser-warranty, .teaser-container-warranty .picture-teaser-content {
        min-height: 420px;
    }
}

.teaser-warranty h3 {
    font-size: 27px;
    line-height: 32px;
    font-weight: 100;
}
@media (min-width: 768px) {
    .teaser-warranty h3 {
        font-size: 33px;
        line-height: 37px;
    }
}
@media (min-width: 992px) {
    .teaser-warranty h3 {
        font-size: 40px;
        line-height: 45px;
    }
}
.teaser-warranty p {
    font-weight: 400 !important;
}

.col-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.align-items-center {
    align-items: center !important;
}
.justify-content-between {
    justify-content: space-between !important;
}


#requestResult,
#bookCancelResult,
#bookResult,
#requestInlineResult,
#saveConfigResult {
    display: none;
}


.structured-content [class^='structured-']+h4 {
    margin-top: 30px;
}
@media (min-width: 768px) {
    .structured-content [class^='structured-']+h4 {
        margin-top: 15px;
    }
}
@media (min-width: 768px) {
    .structured-content [class^='structured-']+h4 {
        margin-top: 30px;
    }
}
@media (min-width: 768px) and (min-width: 992px) {
    .structured-content [class^='structured-']+h4 {
        margin-top: 30px;
    }
}
@media (min-width: 992px) {
    .structured-content [class^='structured-']+h4 {
        margin-top: 15px;
    }
}
@media (min-width: 768px) and (min-width: 992px) {
    .structured-content [class^='structured-']+h4 {
        margin-top: 30px;
    }
}
@media (min-width: 992px) {
    .structured-content [class^='structured-']+h4 {
        margin-top: 30px;
    }
}

.share {
    text-align: center;
}

.icon.social {
    font-size: 36px;
    background: none;
}
.share .icon {
    color: #000;
    padding: 15px;
    width: auto;
    height: auto;
}
.share .hide {
    margin-top: 0;
}
@media (min-width: 576px) {
    .share .right h4, .share .right .icon {
        float: right;
    }

    .share .left h4, .share .left .icon {
        float: left;
    }
}

.icon.social.icon-presentation {
    font-size: 28px;
    line-height: 36px;
}

.icon-presentation::before {
    content: '\e026';
}
.icon-brochure::before {
    content: '\e070';
}
.icon-flyer::before {
    content: '\e044';
}

.icon-share::before {
    content: '\e039';
}

.share a:hover h4,
.share a:hover .icon {
    color: #FF002C;
}

.share h4 {
    padding: 22px 0;
}
@media (min-width: 576px) {
    .share .right h4, .share .right .icon {
        float: right;
    }
}

.icon-facebook::before {
    content: '\e100';
}
.icon-linkedin::before {
    content: '\e041';
}
.icon-twitter::before {
    content: '\e102';
}
.icon-mail::before {
    content: '\e038';
}
.share .icon:hover {
    color: #ed1c24;
}


.grid-headline-icon {
    padding-right: 32px;
    position: relative;
}
.grid-teaser .grid-teaser__icon {
    position: relative;
    float: right;
    height: 17px;
    vertical-align: middle;
    font-size: unset;
    line-height: 0;
}

.energy-label--gray {
    background-color: #f5f5f5;
}

.column-margin-top-lg {
    padding-top: 35px;
}
@media (min-width: 768px) {
    .column-margin-top-lg {
        padding-top: 60px;
    }
}
@media (min-width: 992px) {
    .column-margin-top-lg {
        padding-top: 0;
    }
}

.energy-label h3 {
    text-transform: uppercase;
}

.energy-label p+p {
    margin-top: 1rem;
}

@media (min-width: 992px) {
    .energy-label table {
        margin-bottom: 51px;
    }
}

.energy-label--figure {
    margin-bottom: 0;
}

.energy-label h3 {
    text-transform: uppercase;
}
.energy-label--figure h3 {
    margin-bottom: 0;
}
label, .form--text, .flyout-body a, .team .flyout-body-team a, .font-style-medium, h1, h2, h3, h4, h5, h6, .copy strong, table th, .grid-teaser-badge, .picture-teaser-caption h2 strong, .link-list-item strong, .cart-item-title, .cart-item-price, .cart-item-end-price, .structured-list strong, .structured-list .structured-list-headline, .structured-table th, .structured-table .car-price, .product-list-summary__amount, .text-box h2 strong, .text-box h3 strong, .text-box h4 strong, .text-box h5 strong, .energy-label .energy-label--figure h3, .main-entry a {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    /*font-family: 'DINNextLT-Pro-Medium',sans-serif;
    font-weight: 100;*/
}

.copy-tiny, .text-box-tiny p {
    font-size: 13px;
    line-height: 15px;
}
.text-box-tiny p {
    color: #999;
}
.energy-label p:last-child {
    margin-bottom: 0;
    font-size: 90%;
}

.energy-label .text-box-tiny p {
    font-size: 80%;
}

.modal .thank__header {
    margin-top: -60px;
    background-color: #fff;
}
.request-inline-form .thank__header {
    background-color: #fff;
}
.modal .thank__container,
.request-inline-form .thank__container {
    text-align: center;
}

.modal .thank__header h2,
.request-inline-form .thank__header h2 {
    margin-top: 30px;
}

.modal .modal__submit .button {
    margin: 0 auto;
}

#modal-map {
    width: 90%;
    height: 90%;
    padding: 0;
}
#modal-map #modal-map-content {
    width: 100%;
    height: 100%;
}
.ymaps-2-1-77-controls__toolbar_right {
    margin-right: 50px;
}
#modal-map .fancybox-close-small {
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    background: #fff;
    -webkit-box-shadow: rgba(0, 0, 0, .3) 0 1px 4px -1px;
    box-shadow: 0 1px 4px -1px rgba(0, 0, 0, .3);
    z-index: 99999999;
}

.modal .copy {
    color: #fff;
}

.container-fluid.download .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
}
.container-fluid.download a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    max-width: 375px;
    border: 1px solid #000;
    border-radius: 4px;
    margin: 15px 20px;
    -webkit-flex-basis: 100%; 
    flex-basis: 100%;
    padding: 15px;
}
.container-fluid.download a .icon {
    padding: 0;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}
.container-fluid.download.share h4 {
    position: relative;
    padding: 0;
    text-align: center;
    font-size: 15.28px;
    font-weight: bold;
    padding-left: 40px;
}
.container-fluid.download.share h4 span {
    display: inline-block;
    text-align: center;
}
.container-fluid.download a:hover,
.container-fluid.download a:focus {
    border-color: #e00022;
}
.container-fluid.download a:hover span,
.container-fluid.download a:focus span {
    color: #e00022;
}

@media (max-width: 425px) {
    .container-fluid.download.share h4 {
        max-width: 185px;
    }
}

#vinfoModal.modal .modal-header,
#configuratorApplyFeatureModal.modal .modal-header {
    display: block;
}
#vinfoModal.modal .modal-header .vinfo__model-model,
#configuratorApplyFeatureModal.modal .modal-header .vinfo__model-model {
    display: block;
    padding: 0;
    margin: 5px 0 0;
    font-weight: 100;
}
#vinfoModal .modal-body,
#configuratorApplyFeatureModal .modal-body {
    padding-top: 0;
    margin-top: 0;
    margin-bottom: 0;
}
#vinfoModal .modal-body h3,
#configuratorApplyFeatureModal .modal-body h3 {
    font-weight: bold;
    margin-bottom: 20px;
}
#vinfoModal .item__description,
#configuratorApplyFeatureModal .modal-body h3 {
    margin-top: 25px;
}
#vinfoModal .structured-table,
#configuratorApplyFeatureModal .structured-table {
    border-top: 0;
}
#vinfoModal .structured-table .value,
#vinfoModal .structured-table .value h6,
#configuratorApplyFeatureModal .structured-table .value,
#configuratorApplyFeatureModal .structured-table .value h6 {
    width: 100%;
    font-size: 17.72px;
    line-height: 1.7;
}
#vinfoModal .structured-table .subvalue:before,
#configuratorApplyFeatureModal .structured-table .subvalue:before {
    position: relative;
    display: inline-block;
    width: 35px;
    height: 100%;
    content: '\2022';
    text-align: center;
}
#vinfoModal .modal-footer,
#configuratorApplyFeatureModal .modal-footer {
    display: block;
    text-align: right;
    padding: 1rem 0;
}
@media (max-width: 991px) {
    #vinfoModal .modal-footer .form--button-small.form--button--cta,
    #configuratorApplyFeatureModal .modal-footer .form--button-small.form--button--cta {
        display: block;
        width: 100%;
        margin: 0;
    }
    #vinfoModal .modal-footer .form--button-small.form--button--cta:not(:last-child),
    #configuratorApplyFeatureModal .modal-footer .form--button-small.form--button--cta:not(:last-child) {
        margin-bottom: 25px;
    }
}
#vinfoModal .vinfo__model-price,
#configuratorApplyFeatureModal .vinfo__model-price {
    display: block;
    text-align: right;
    margin-bottom: 25px;
    color: #666;
    font-size: 90%;
    font-weight: 100;
}
#vinfoModal .vinfo__model-price strong,
#configuratorApplyFeatureModal .vinfo__model-price strong {
    display: block;
    text-align: right;
    color: #212529;
    font-size: 200%;
}

@media (min-width: 992px) {
    #vinfoModal .modal-lg {
        max-width: 85vw;
    }
}
@media (min-width: 1200px) {
    #vinfoModal .modal-lg {
        max-width: 75vw;
    }
}
@media (max-width: 991px) {
    .modal .modal-header .close {
        top: 0;
        right: 0;
    }

    .modal .modal-header h3 {
        line-height: 36px;
        font-size: 150%;
    }

    #vinfoModal .modal-footer {
        border-top: 0;
    }
}


label[for="request-tac"] {
    font-size: 16px !important;
}
#request-tac-error {
    position: initial !important;
}

#cars4sale-request #contact-actions {
    text-align: center;
}

.grid-teaser .form--row .form--button--cta:first-child,
.grid-teaser .form--row .form--button--cta:first-child:focus,
.grid-teaser .form--row .form--button--cta:first-child:visited {
    color: #000;
}
#pdf_theme {
    letter-spacing: 1.1px;
    font: 100 14px "Open Sans";
    padding: 6px 20px 7px;
    display: inline-block;
    margin-bottom: 11px;
    border-radius: 0;
    border: 1px solid #000;
    outline: 0;
}


/** Ручные доп опции */
.advoptgroups fieldset {
    padding: 0 10px 10px;
    margin: 10px;
    border: 1px dotted #ccc;
    font-size: 0.8rem;
}
.advoptgroups fieldset > legend {
    display: inline-block;
    width: auto;
    padding: 5px;
    font-size: 0.8rem;
    background-color: #fff;
}
.advoptgroups fieldset > legend > span,
.advoptgroups .add-group {
    font-size: 0.5rem;
    display: inline-block;
    background-color: #eeaaaa;
    padding: 4px 7px;
    margin: 3px 7px 0;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 2px;
    vertical-align: top;
    color: #000;
}
.advoptgroups .add-group {
    background-color: #bbee99;
}
.advoptgroups fieldset .field-row .field-name {
    width: auto;
    white-space: nowrap;
    padding-right: 10px;
}
.advoptgroups fieldset .field-row input + .field-name {
    margin-left: 15px;
}
.advoptgroups fieldset .field-row .rm_field {
    font-size: 0.5rem;
    display: inline-block;
    background-color: #eeaaaa;
    padding: 4px 7px;
    margin: 3px 15px 0;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 2px;
    vertical-align: top;
    color: #000;
}
.advoptgroups fieldset button {
    font-size: 0.5rem;
    display: inline-block;
    background-color: #bbee99;
    padding: 4px 7px;
    margin: 10px 0 0;
    text-transform: uppercase;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
}

.manager-options select {
    padding: 2px;
}
#kp_currency_rate {
    display: none;
}


/** Сохранение конфигураций */
.form--field-note {
    font-size: 12px;
    font-style: italic;
    color: crimson;
    font-weight: 400;
}
.savedconfig__table .rm_field {
    font-size: 0.5rem;
    display: inline-block;
    background-color: #eeaaaa;
    padding: 6px 9px 4px;
    margin: 3px 15px 0;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 2px;
    vertical-align: super;
    color: #000;
}
.savedconfig__table .rm_field:hover {
    background-color: #ff9999;
}
.config-save,
.config-showlist {
    margin-top: 2px !important;
    vertical-align: middle;
}
.config-showlist {
    width: 36px;
    height: 36px;
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: center;
    background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0nTGF5ZXJfMScgZW5hYmxlLWJhY2tncm91bmQ9J25ldyAwIDAgNTEyIDUxMicgdmlld0JveD0nMCAwIDUxMiA1MTInIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zyc+PGcgaWQ9J194MzVfMC5MaXN0Jz48cGF0aCBkPSdtNDkxIDEzNC43NWgtMzEzLjc1Yy04LjI4NCAwLTE1LTYuNzE2LTE1LTE1di00MGMwLTguMjg0IDYuNzE2LTE1IDE1LTE1aDMxMy43NWM4LjI4NCAwIDE1IDYuNzE2IDE1IDE1djQwYzAgOC4yODQtNi43MTYgMTUtMTUgMTV6JyBmaWxsPScjRkZGRkZGJy8+PHBhdGggZD0nbTQ5MSAyOTFoLTMxMy43NWMtOC4yODQgMC0xNS02LjcxNi0xNS0xNXYtNDBjMC04LjI4NCA2LjcxNi0xNSAxNS0xNWgzMTMuNzVjOC4yODQgMCAxNSA2LjcxNiAxNSAxNXY0MGMwIDguMjg0LTYuNzE2IDE1LTE1IDE1eicgZmlsbD0nI0ZGRkZGRicvPjxwYXRoIGQ9J200OTEgNDQ3LjI1aC0zMTMuNzVjLTguMjg0IDAtMTUtNi43MTYtMTUtMTV2LTQwYzAtOC4yODQgNi43MTYtMTUgMTUtMTVoMzEzLjc1YzguMjg0IDAgMTUgNi43MTYgMTUgMTV2NDBjMCA4LjI4NC02LjcxNiAxNS0xNSAxNXonIGZpbGw9JyNGRkZGRkYnLz48cGF0aCBkPSdtMTE1LjAzMSAzNjQuODg1Yy0zLjY1My0zLjY2Ni05LjU4Ny0zLjY3Ny0xMy4yNTMtLjAyMy0uMDA4LjAwOC0uMDE1LjAxNS0uMDIzLjAyM2wtNDkuNzMyIDQ5LjQ0My0xNy43MjgtMTcuMjc1Yy0zLjY1My0zLjY2Ni05LjU4Ny0zLjY3Ni0xMy4yNTMtLjAyMy0uMDA4LjAwOC0uMDE1LjAxNS0uMDIzLjAyM2wtMTIuMjYzIDEyLjI3N2MtMy42NjYgMy42NTQtMy42NzcgOS41ODctLjAyMyAxMy4yNTQuMDA4LjAwOC4wMTUuMDE1LjAyMy4wMjNsMzcuMTY2IDM3LjAxOGMzLjg1MyAzLjY2MiA5LjkgMy42NjIgMTMuNzUzIDBsMTIuMTc1LTEyLjE5OSA1Ni4zODYtNTYuMzc4YzMuNjU2LTMuNjU5IDMuNjg4LTkuNTc5LjA3LTEzLjI3N3onIGZpbGw9JyNGRkZGRkYnLz48cGF0aCBkPSdtMTE1LjAzMSAyMDguNjM1Yy0zLjY1My0zLjY2Ni05LjU4Ny0zLjY3Ny0xMy4yNTMtLjAyMy0uMDA4LjAwOC0uMDE1LjAxNS0uMDIzLjAyM2wtNDkuNzMyIDQ5LjQ0My0xNy43MjgtMTcuMjc1Yy0zLjY1My0zLjY2Ni05LjU4Ny0zLjY3Ny0xMy4yNTMtLjAyMy0uMDA4LjAwOC0uMDE1LjAxNS0uMDIzLjAyM2wtMTIuMjYzIDEyLjI3N2MtMy42NjYgMy42NTQtMy42NzcgOS41ODctLjAyMyAxMy4yNTQuMDA4LjAwOC4wMTUuMDE1LjAyMy4wMjNsMzcuMTY2IDM3LjAxOGMzLjg1MyAzLjY2MiA5LjkgMy42NjIgMTMuNzUzIDBsMTIuMTc1LTEyLjE5OSA1Ni4zODYtNTYuMzc4YzMuNjU2LTMuNjU5IDMuNjg4LTkuNTc5LjA3LTEzLjI3N3onIGZpbGw9JyNGRkZGRkYnLz48cGF0aCBkPSdtMTE1LjAzMSA1Mi4zODVjLTMuNjUzLTMuNjY2LTkuNTg3LTMuNjc3LTEzLjI1My0uMDIzLS4wMDguMDA4LS4wMTUuMDE1LS4wMjMuMDIzbC00OS43MzIgNDkuNDQzLTE3LjcyOS0xNy4yNzVjLTMuNjUzLTMuNjY2LTkuNTg3LTMuNjc3LTEzLjI1My0uMDIzLS4wMDguMDA4LS4wMTUuMDE1LS4wMjMuMDIzbC0xMi4yNjIgMTIuMjc3Yy0zLjY2NiAzLjY1My0zLjY3NyA5LjU4Ny0uMDIzIDEzLjI1M2wuMDIzLjAyMyAzNy4xNjYgMzcuMDE4YzMuODUzIDMuNjYyIDkuOSAzLjY2MiAxMy43NTMgMGwxMi4xNzUtMTIuMTk5IDU2LjM4Ni01Ni4zNzhjMy42NTYtMy42NTkgMy42ODgtOS41NzkuMDctMTMuMjc3eicgZmlsbD0nI0ZGRkZGRicvPjwvZz48L3N2Zz4=");
}
#showConfigs .modal-body {
    padding: 0;
    margin: 0;
    overflow: auto;
    max-height: calc(100vh - 120px - 3.5rem - 70px);
}
.savedconfig__table {
    width: 100%;
    border: 0;
}
.savedconfig__table th,
.savedconfig__table td {
    padding: 7px;
    font-size: 15px;
}
.savedconfig__table th:nth-child(1),
.savedconfig__table th:nth-child(3),
.savedconfig__table th:nth-child(4),
.savedconfig__table th:nth-child(5) {
    text-align: center;
}
.savedconfig__table td:nth-child(1),
.savedconfig__table th:nth-child(5) {
    width: 20px;
}
.savedconfig__table td span {
    display: block;
    font-size: 80%;
}
.savedconfig__table td:nth-child(3),
.savedconfig__table td:nth-child(4) {
    width: 15%;
    white-space: nowrap;
}
.modal-lg.w1200 {
    max-width: 1200px;
}

/* End */
/* /bitrix/templates/landings/components/bitrix/news/configurator/style.css?1748124779105965 */
