@font-face {
    font-family: 'DINPro';
    src: url('../fonts/DINPro.eot'); /* IE9 Compat Modes */
    src: url('../fonts/DINPro.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/DINPro.woff') format('woff'), /* Pretty Modern Browsers */
         url('../fonts/DINPro.ttf')  format('truetype'), /* Safari, Android, iOS */
         url('../fonts/DINPro.svg#svgFontName') format('svg'); /* Legacy iOS */
     font-weight: 400;    
}

@font-face {
    font-family: 'DINPro';
    src: url('../fonts/DINPro-Medium.eot'); /* IE9 Compat Modes */
    src: url('../fonts/DINPro-Medium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/DINPro-Medium.woff') format('woff'), /* Pretty Modern Browsers */
         url('../fonts/DINPro-Medium.ttf')  format('truetype'), /* Safari, Android, iOS */
         url('../fonts/DINPro-Medium.svg#svgFontName') format('svg'); /* Legacy iOS */
     font-weight: 500;    
}
    
@font-face {
    font-family: 'DINPro';
    src: url('../fonts/DINPro-Bold.eot'); /* IE9 Compat Modes */
    src: url('../fonts/DINPro-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/DINPro-Bold.woff') format('woff'), /* Pretty Modern Browsers */
         url('../fonts/DINPro-Bold.ttf')  format('truetype'), /* Safari, Android, iOS */
         url('../fonts/DINPro-Bold.svg#svgFontName') format('svg'); /* Legacy iOS */
     font-weight: 700;    
}

body {
    padding: 0;
    margin: 0;
    
}

.page-flex {
    font-family: 'DINPro';
    color: #fff;
    max-width: 1220px;
    padding: 0 20px;
    margin: auto;
}

.page-flex h2 {
    font-size: 36px;
    line-height: 1.1em;
    text-align: center;
    letter-spacing: -0.04em;
    text-transform: uppercase;
    color: #FFFFFF;
    text-shadow: 0px 0px 10px rgba(255, 0, 107, 0.83);
}

p,h1,h2,h3,h4 {
    margin: 0;
    color: #fff;
}

 h2 {
    font-size: 32px;
    letter-spacing: -0.03em;
    line-height: 1.3em;
}

.flex-container {
    width: 100%;
    margin: auto;
}

ul, li {
    display: block;
    padding: 0;
    margin: 0;
}

a, button, input {
    transition: all 0.5s ease;
}

input, input:hover, input:focus, input:active,
button, button:hover, button:focus, button:active

 {
    outline: none;
}


img {
    max-width: 100%;
    vertical-align: middle;
    border-style: none;
}

div, a {
    box-sizing: border-box;
}

.btn {
    border: 2px solid #E02E2B;
    border-radius: 8px;
    width: 100%;
    max-width: 248px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #E02E2B;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5em;
    letter-spacing: -0.02em;
    text-decoration: none;
    text-align: center;
    padding: 7px 0;
}

.red-text {
    color: #E02E2B;
}

.no-wrapp {
    white-space: nowrap;
}

.buying-back {
    position: absolute;
    top: 32px;
    left: 72px;
    z-index: 1;
}

/* banner */

.flex-banner {
    background: linear-gradient(180deg, #121213 0%, #121213 100%);
    position: relative;
    overflow: hidden;
}

.flex-banner .flex-container {
    position: relative;
    padding: 110px 0;
}

.banner-mob,
.flex-mob,
.autonomy-mob,
.header__burger {
    display: none;
}

.banner-shadow {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.banner-mob-logo {
    max-width: 108px;
    margin: auto;
    display: block;
}

.banner-mob-logo.flex-mob {
    display: none;
}

.banner-pc {
    position: absolute;
    right: 80px;
    top: 0;
    max-width: 471px;
    z-index: 1;
}

.banner-content {
    width: 100%;
    max-width: 481px;
    position: relative;
    z-index: 1;
    margin-left: 75px;
}

.banner-content__title {
    text-align: center;
    margin: 24px auto;
}

.banner-content__title h1 {
    font-size: 33px;
    line-height: 1.4em;
    text-align: center;
    letter-spacing: -0.03em;
    text-transform: uppercase;
   
}

.banner-content__title h1:before {
    content: '';
    display: block;
    background: url(../img/top-left.png) no-repeat center/cover;
    width: 87px;
    height: 21px;
    margin-bottom: 3px;
}

.banner-content__title h1::after {
    content: '';
    display: block;
    background: url(../img/bottom-right.png) no-repeat center/cover;
    width: 87px;
    height: 21px;
    margin-left: auto;
}

.banner-content__buttons {
    display: flex;
    justify-content: center;
}

.banner-content__buttons .btn {
    border-radius: 4px;
    background: linear-gradient(180deg, #FFA218 0%, #FC8507 100%);
    color: #fff;
    border-color: transparent;
    max-width: max-content;
    padding: 6px 19px;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.5em;
}

/* ixeo-listing */

.ixeo-listing {
    background-color: #1C1C20;
    margin: -1px 0;
    padding: 70px 0;
}

.ixeo-listing__list {
    max-width: 830px;
    margin: auto;
}

.ixeo-listing__item {
    width: 100%;
    text-align: center;
}

.ixeo-listing__item img {
    margin-bottom: 16px;
}

.ixeo-listing__item p {
    margin-bottom: 16px;
    font-size: 18px;
    letter-spacing: -0.02em;
    line-height: 1.5em;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ixeo-listing__btn {
    font-size: 18px;
    font-weight: 500;
    max-width: 144px;
    background: linear-gradient(180deg, #FFA218 0%, #FC8507 100%);
    color: #fff;
    border: none;
    border-radius: 5px;
    margin: auto;
    font-size: 22px;
}

.swiper-pagination-bullet-active {
    background: #EC8B35;
}

@media(max-width:1200px) {
    .ixeo-listing__item img {
        height: auto;
    }
}

@media(max-width: 992px) {
    .ixeo-listing {
        padding: 32px 0 64px;
    }
    .ixeo-listing__list {
        padding-bottom: 50px;
    }
    .ixeo-listing-images {
        height: 340px;
    }
}

@media(max-width: 768px) {
    .ixeo-listing .ixeo-container {
        padding: 0;
    }
    .ixeo-listing__list {
        padding: 0 16px 50px;
    }
}


/* flex-advantages */

.flex-advantages {
    padding: 22px 0;
    background-color: #0E121A;
}

.advantages-list {
    display: flex;
    justify-content: space-between;
    margin: auto;
    max-width: 1110px;
}

.advantages-list li {
    width: 100%;
    max-width: 180px;
    text-align: center;
}

.advantages-list li a {
    display: block;
    text-decoration: none;
    cursor: default;
    pointer-events: none;
}

.advantages-list a p {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5em;
    text-align: center;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    margin: 8px 0 0;
}

/* flex-power */

.flex-power {
    background: #2C0101 url(../img/power-banner.jpg) no-repeat left center/cover;
    padding: 62px 0 185px;
    position: relative;
}

.flex-power h2 {
    text-align: center;
}

.div {
    display: flex;
    justify-content: flex-start;
}

.flex-content-right {
    margin-left: auto;
}

.flex-power .flex-content p {
    letter-spacing: -0.04em;
}

.flex-power .flex-content {
    margin: 129px 136px 0 auto;
    max-width: 349px;
}

.flex-content {
    max-width: 448px;
    position: relative;
}

.flex-power .flex-content::before {
    content: '';
    display: block;
    background: url(../img/power-text-img.svg) no-repeat center/cover;
    width: 94px;
    height: 147px;
    position: absolute;
    left: -36%;
    top: -7px;
}

.flex-content h4 {
    font-size: 26px;
    line-height: 1.2em;
    letter-spacing: -0.04em;
    text-transform: uppercase;
    color: #FF006B;
    font-weight: 400;
    margin: 32px 0 17px;
}

.flex-content p {
    font-size: 20px;
    line-height: 1.5em;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    font-weight: 500;
}

.flex-desclaimer {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
    text-align: center;
    font-size: 12px;
    line-height: 1.5em;
    text-align: center;
    letter-spacing: -0.02em;
    color: rgba(255, 255, 255, 0.4);
}

/* .flex-autonomy */

.flex-autonomy {
    background: #323232 url(../img/autonomy-bg.jpg) no-repeat left top/cover;
    padding: 109px 0 97px;
    position: relative;
}

.flex-content h2 {
    text-align: left;
    text-shadow: 0px 0px 10px rgba(238, 238, 238, 0.8);
    margin-top: 10px;
}

.flex-autonomy .flex-content {
    margin-right: 38px;
}

.flex-autonomy .flex-desclaimer {
    bottom: 7px;
}

/* flex-smart */

.flex-smart {
    background: #323232 url(../img/smart-bg.jpg) no-repeat right center/contain;
    padding: 57px 0 65px;
    position: relative;
}

.flex-smart .flex-content {
    max-width: 453px;
}

.flex-smart h4 {
    margin-bottom: 14px;
}

.flex-smart .flex-desclaimer {
    bottom: 8px;
}

/* flex-aqua */

.flex-aqua {
    background-color: #161618;
}

.flex-aqua .flex-container {
    display: flex;
    max-width: none;
    justify-content: flex-start;
    position: relative;
    align-items: center;
    height: 460px;
}

.aqua-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.aqua-video {
    max-width: 50%;
    height: 100%;
}

.aqua-video img {
    height: 100%;
}

.flex-aqua .flex-content {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-left: 104px;
}

.flex-aqua .flex-content p {
    margin-top: 32px;
}

/* flex-video */

.flex-zone {
    position: relative;
    max-height: 485px;
    margin-top: -5px;
    margin-bottom: -3px;
}

.flex-zone .flex-container {
    max-width: none;
}

.zone-content {
    position: absolute;
    top: 57px;
    width: 100%;
}

.zone-content h2 {
    margin-bottom: 40px;
    text-shadow: 0px 0px 8.194px rgba(255, 0, 107, 0.83);
    font-size: 30px;
}

.zone-content__wrapp {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 888px;
    margin: auto;
}

.zone-content__wrapp div {
    width: 100%;
    max-width: 267px;
    text-align: center;
}

.zone-content__wrapp div h3 {
    font-size: 21px;
    margin-bottom: 6px;
    text-transform: uppercase;
    letter-spacing: -0.04em;
    line-height: 1.2em;
}

.zone-content__wrapp div p {
    font-size: 16px;
    line-height: 1.5em;
    letter-spacing: -0.02em;
    color: #FFFFFF;
}

.flex-zone video {
    max-height: 485px;
    object-fit: cover;
}

.flex-zone .flex-desclaimer {
    bottom: 10px;
    font-size: 10px;
}


/* .accessories */

.accessories {
    padding: 64px 0 0;
    background-color: #EEEEEE;
}

.accessories h2,
.flex-video h2 {
    font-size: 36px;
    line-height: 1.1em;
    letter-spacing: -0.04em;
    color: #111;
    text-shadow: none;
}

.accessories .accessories__wrap .swiper-slide h4 {
    color: #111111;
    font-size: 24px;
    line-height: 1.5em;
    letter-spacing: -0.04em;
    text-transform: uppercase;
    font-weight: 500;
    margin-top: 20px;
    max-width: 256px;
}

.accessories .flex-container {
    max-width: 1288px;
    position: relative;
}

.accessories .swiper-scrollbar,
.flex-video .swiper-scrollbar {
    display: none;
}

.accessories__wrap {
    max-width: 1120px;
    margin-top: 72px;
}

.accessories .accessories__wrap .swiper-slide p {
    font-size: 20px;
    line-height: 1.5em;
    letter-spacing: -0.03em;
    color: rgba(17, 17, 17, 0.75);
    margin-top: 8px;
}

.accessories-description {
    width: 100%;
    max-width: 1120px;
    font-size: 12px;
    line-height: 1.5em;
    letter-spacing: -0.03em;
    margin: 24px auto 0;
    color: rgba(17, 17, 17, 0.5);
    text-align: center;
}

/* flex-video */

.flex-video {
    padding: 72px 0;
    background-color: #EEEEEE;
}

.video-slider {
    max-width: 976px;
}

.video-slider .swiper-slide {
    display: block;
    text-decoration: none;
    margin-top: 32px;
    cursor: pointer;
}

.video-slider .swiper-slide div {
    position: relative;
}

.video-slider .swiper-slide div img {
    border-radius: 16px;
}

.video-slider .swiper-slide div svg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.video-slider .swiper-slide p {
    font-size: 16px;
    line-height: 1.5em;
    text-align: center;
    letter-spacing: -0.03em;
    color: #111111;
    margin-top: 8px;
}

.btn__bot {
    background: #E02E2B;
    border-radius: 8px;
    display: block;
    margin: 40px auto;
    max-width: 352px;
    color: #fff;
    font-size: 18px;
    padding: 12px 0;
}

.flex-last-text {
    padding-bottom: 80px;
    background-color: #EEEEEE;
}

.flex-last-text p {
    font-size: 14px;
    text-transform: uppercase;
    line-height: 1.3em;
    color: #777;
    margin: auto;
    max-width: 962px;
}

.flex-last-text p a {
    color: #777;
    text-decoration: none;
}


/* popup */

.modal{
    position:fixed;
    left:0;
    top:0;
    width:100vw;
    height:100vh;
    display:flex;
    align-items:center;
    justify-content:center;
    overflow:hidden;
    display:none;
    background:#2b2b2beb;
    z-index:10000
}
.modal__x{
    position:absolute;
    right:40px;
    top:20px;
    cursor:pointer
}
.modal_yt-bg{
    position:absolute;
    width:100%;
    height:100%
}
#yt_iframe{
    z-index:100
}

