@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 {
    margin: 0;
    font-family: 'DINPro';
}

.page-ixeo {
    padding: 0;
    margin: 0 auto;
    color: #fff;
    background-color: #fff;
    max-width: 1180px;
    position: relative;
    
}

.btn-back {
    position: absolute;
    left: 75px;
    top: 34px;
}

.ixeo-container {
    max-width: 1206px;
    margin: auto;
    padding: 0;
}

@media(max-width: 1200px) {
    .ixeo-container {
        padding: 0 16px;
    }
}

.ixeo-title {
    font-size: 56px;
    line-height: 1.1em;
    text-transform: uppercase;
}

.ixeo-text {
    font-size: 20px;
    line-height: 1.5em;
    color: #D9D9D9;
}

a, button, input, svg, path, img {
    transition: all 0.5s ease;
}

input, input:hover, input:focus, input:active,
button, button:hover, button:focus, button:active

{
    outline: none;
}

h1, h2, h3, h4, h5, h6, p {
    margin: 0;
}

ul, li {
    display: block;
    margin: 0;
    padding: 0;
}

img {
    max-width: 100%;
    vertical-align: middle;
    border-style: none;
}

.page-ixeo * {
    box-sizing: border-box;
}

.ixeo-btn {
    display: inline-block;
    outline: none;
    border: transparent;
    cursor: pointer;
    max-width: max-content;
    width: 100%;
    padding: 8px 38px;
    text-align: center;
    font-size: 22px;
    font-weight: 500;
    color: #fff;
    background: linear-gradient(180deg, #FFA218 0%, #FC8507 100%);
    border-radius: 4px;
    text-decoration: none;
    margin: 0;
    line-height: 1.5em;
    letter-spacing: -0.03em;
}

.no-wrapp {
    white-space: nowrap;
}

.ixeo-mob,
.swiper-button-next::after,
.swiper-button-prev::after {
    display: none;
}

sup {
    line-height: 0;
    display: inline-block;
    font-size: 0.6em;
}

/* ixeo-banner */

.ixeo-banner {
    background: url(../img/banner-main.jpg) no-repeat center right/cover;
    padding: 118px 0;
    margin-bottom: 16px;
}

.ixeo-banner__wrapper {
    max-width: 544px;
    text-align: center;
    margin-left: 41px;
}

.ixeo-banner__logo {
    display: block;
}

.ixeo-banner__title {
    font-size: 33px;
    line-height: 1.1em;
    margin-bottom: 25px;
    letter-spacing: -0.03em;
    color: #2D2D2D;
    text-transform: uppercase;
}

.ixeo-banner__title::before {
    content: '';
    display: block;
    background: url(../img/left-top.png) no-repeat center/contain;
    width: 87px;
    height: 21px;
}

.ixeo-banner__title:after {
    content: '';
    display: block;
    background: url(../img/right-bottom.png) no-repeat center/contain;
    width: 87px;
    height: 21px;
    margin-left: auto;
    margin-top: 4px;
}

.ixeo-banner__logos {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    gap: 22px;
}

@media(max-width: 1200px)  {
    .ixeo-banner__title {
        font-size: 40px;
    }
    .ixeo-banner {
        padding-top: clamp(70px, 9vw, 113px);
        padding-bottom: clamp(40px, 7vw, 88px);
    }
    .ixeo-banner__wrapper {
        max-width: clamp(350px, 41vw, 512px);
    }
    .ixeo-banner__logo img {
        max-width: 104px;
        height: auto;
    }
    
}

@media (max-width: 992px) {
    .ixeo-banner {
        padding-top: 50px;
        padding-bottom: 40px;
    }
    .ixeo-banner__title {
        font-size: 30px;
    }
}

@media (max-width: 768px) {
    .btn-back {
        position: static;
        padding: 18px;
        display: block;
    }
    .ixeo-banner {
        padding-top: 50px;
        padding-bottom: 40px;
        background-image: none;
        background: linear-gradient(2deg, #E9EAEC 20.04%, #EAEAEA 69.15%);
    }
    .ixeo-banner__title {
        font-size: 28px;
    }
    .ixeo-mob {
        display: block;
    }
    .ixeo-pc {
        display: none;
    }
    .ixeo-banner__wrapper {
        max-width: none;
        position: relative;
    }
    .ixeo-banner__title {
        max-width: 330px;
        margin: 0 auto -20px;
    }
    .ixeo-banner__mob  {
        margin: 0 auto -30px;
    }
    .ixeo-banner__title:after,
    .ixeo-banner__title:before {
        width: 64px;
        height: 15px;
    }
    .ixeo-banner__france {
        position: absolute;
        right: 0;
        bottom: 130px; 
    }
}

/* .ixeo-listing */

.ixeo-listing {
    margin-bottom: 106px;
}

.ixeo-listing-slider .swiper-wrapper {
    justify-content: center;
}

.ixeo-listing-slider .swiper-slide {
    max-width: 312px;
    text-align: center;
}

.ixeo-listing-slider img {
    margin-bottom: 14px;
}

.ixeo-listing-slider p {
    margin-bottom: 12px;
    color: #333;
    font-size: 16px;
    text-align: left;
    max-width: 232px;
    margin: 0 auto 12px;
}

@media(max-width: 768px) {
    .ixeo-listing {
        margin-bottom: 40px;
    }
    .ixeo-listing .ixeo-container {
        padding: 0;
    }
    .ixeo-listing-slider {
        padding: 0 16px 50px;
    }
    .ixeo-listing-slider .swiper-wrapper {
        justify-content: flex-start;
    }
    .ixeo-listing-slider .swiper-slide {
        max-width: none;
    }
}

/* ixeo-advantages */

.ixeo-advantages {
    margin-bottom: 96px;
}

.ixeo-advantages__slider {
    max-width: 955px;
    margin: auto;
}

.ixeo-advantages__item {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}

.ixeo-advantages__overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    gap: 9px;
    padding: 14px;
    z-index: 11;
}

.ixeo-advantages__number {
    font-size: 66px;
    font-weight: 700;
    line-height: .8em;
}

.ixeo-advantages__title {
    font-size: 27px;
    margin: 0 0 8px;
    line-height: 1.1em;
    font-weight: 500;
    letter-spacing: -0.04em;
}

.ixeo-advantages__text {
    font-size: 17px;
    font-weight: 500;
    line-height: 1.5em;
    color: #d3d3d3;
    letter-spacing: -0.04em;
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    opacity: 1;
    background: #E5E7EB;
}
.swiper-pagination-bullet-active {
    background: #EC8B35;
}

@media(max-width: 1200px) {
    .ixeo-advantages__overlay {
        padding: 15px;
    }
    .ixeo-advantages__title {
        font-size: 28px;
    }
    .ixeo-advantages__text {
        font-size: 17px;
    }
    .ixeo-advantages__item img {
        height: auto;
    }
    .ixeo-advantages__number {
        font-size: 70px;
    }
}

@media(max-width: 992px) {
    .ixeo-advantages {
        margin-bottom: 48px;
    }
    .ixeo-advantages__slider {
        padding-bottom: 50px;
    }
    .ixeo-advantages__item img {
        width: 100%;
    }
    
}

@media(max-width: 576px) {
    .ixeo-advantages .ixeo-container {
        padding: 0;
    }
    .ixeo-advantages__slider {
        padding: 0 16px 50px;
    }
    .ixeo-advantages__text {
        font-size: 18px;
    }
}

@media(max-width: 370px)  {
    .ixeo-advantages__text {
        font-size: 16px;
    }
    .ixeo-advantages__title {
        font-size: 22px;
    }
    .ixeo-advantages__number {
        font-size: 55px;
    }
}

/* ixeo-speed */

.ixeo-speed {
    background: linear-gradient(261deg, #424242 3.85%, #222 55.67%, #111 100%);
    overflow: hidden;
    margin-bottom: 98px;
    border-radius: 16px;
}

.ixeo-speed__wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

.ixeo-speed__content {
    width: 100%;
    max-width: 400px;
    margin-left: 105px;
}

.ixeo-speed__title {
    line-height: 1.2em;
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 8px;
    letter-spacing: -0.03em;
}

.ixeo-speed__text {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5em;
    letter-spacing: -0.03em;
}

@media(max-width: 992px) {
    .ixeo-speed {
        padding: 80px 0 40px;
    }
}

@media(max-width: 768px) {
    .ixeo-speed {
        padding: 0;
        background: none;
        margin-bottom: 40px;
    }
    
    .ixeo-speed__wrapper {
        padding: 24px 0 0;
        flex-direction: column;
        text-align: center;
        border-radius: 8px;
        background: radial-gradient(153.94% 98.69% at 57.73% 96.64%, #424242 0%, #222 46.19%, #111 100%);
    }
    .ixeo-speed__images {
        margin: 0;
        transform: none;
    }
    .ixeo-speed__images img {
        width: 100%;
    }
    .ixeo-speed__content {
        padding: 0 24px;
        margin: 0 0 24px;
    }
    .ixeo-speed__title {
        font-size: 28px;
    }
}

/* ixeo-setting */

.ixeo-setting {
    margin-bottom: 98px;
}

.ixeo-setting-slider__text {
    color: #222;
    font-size: 22px;
    font-weight: 500;
    margin-top: 15px;
    line-height: 1.2em;
    text-align: center;
    letter-spacing: -0.03em;
}

.swiper-scrollbar {
    display: none;
}

@media(max-width: 992px) {
    .ixeo-setting  {
        margin-bottom: 48px;
    }
    .ixeo-setting-slider {
        padding-bottom: 50px;
    }
    .ixeo-setting-slider img {
        width: 100%;
        height: auto;
    }
    .ixeo-setting-slider__text {
        line-height: 1.5em;
    }
}

@media(max-width: 768px) {
    .ixeo-setting  .ixeo-container {
        padding: 0;
    }
    .ixeo-setting-slider {
        padding: 0 16px 50px;
    }
    .ixeo-setting-slider__text {
        font-size: 14px;
        margin-top: 8px;
        text-align: left;
    }
    .swiper-scrollbar {
        display: block;
    }
}

/* ixeo-chess */

.ixeo-chess {
    margin-bottom: 64px;
}

.ixeo-chess__row {
    display: flex;
    gap: 28px;
    align-items: center;
    margin-bottom: 64px;
}

.ixeo-chess__row_reverse {
    flex-direction: row-reverse;
}

.ixeo-chess__images {
    max-width: 52%;
    width: 100%;
}

.ixeo-chess__content {
    width: 100%;
    max-width: 46%;
    padding: 0 32px;
    color: #222;
}

.ixeo-chess__title {
    font-size: 34px;
    line-height: 1.2em;
    letter-spacing: -0.03em;
    margin-bottom: 8px;
}

.ixeo-chess__text {
    font-size: 18px;
    line-height: 1.5em;
    margin-bottom: 24px;
}

.ixeo-chess__btn {
    border: 2px solid #EB212E;
    color: #EB212E;
    background-color: transparent;
    background: none;
    max-width: max-content;
    padding: 12px 20px;
    display: flex;
    font-size: 17px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    cursor: pointer;
    letter-spacing: -0.03em;
    margin-bottom: 24px;
    border-radius: 8px;
}

.ixeo-chess__btn_center svg {
    transform: translateY(-2px);
}
.ixeo-chess__list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 60px;
    color: #222;
    margin: 94px 0;
}

.ixeo-chess__item {
    width: 100%;
    max-width: 31%;
}

.ixeo-chess__item img {
    margin-bottom: 23px;
}

.ixeo-chess__item h3 {
    margin-bottom: 8px;
    font-size: 25px;
    line-height: 1.3em;
    letter-spacing: -0.03em;
}

.ixeo-chess__item p {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5em;
    letter-spacing: -0.03em;
}


@media(hover:hover) {
    .ixeo-chess__btn:hover {
        color: #fff;
        background-color: #EB212E;
    }
    .ixeo-chess__btn:hover svg path {
        stroke: #fff;
    }
    .foto-button-prev:hover svg rect,
    .foto-button-next:hover svg rect,
    .video-button-prev:hover svg rect,
    .video-button-next:hover svg rect {
        fill: #B91122;
    }
    .ixeo-header-menu__link:hover {
        color: #EB212E;
    }
    .ixeo-btn:hover {
        background-color: #B91122;
    }
    .close:hover svg {
        fill: #EB212E;
    }
    .close:hover path:not(:first-child) {
        stroke: #fff;
    }
}

@media(max-width: 1200px) {
    .ixeo-chess__images img,
    .ixeo-chess__item img {
        height: auto;
        width: 100%;
    }
    .ixeo-chess__item img {
        margin-bottom: 16px;
    }
}

@media(max-width: 768px) {
    .ixeo-chess {
        margin-bottom: 40px;
    }
    .ixeo-chess__list {
        margin: 46px auto 0;
        row-gap: 32px;
    }
    .ixeo-chess__row {
        flex-direction: column;
        margin-bottom: 8px;
        gap: 0;
    }
    .ixeo-chess__images,
    .ixeo-chess__content {
        max-width: none;
    }
    .ixeo-chess__item {
        max-width: 48%;
    }
    .ixeo-chess__content {
        padding: 0;
    }
    .ixeo-chess__images {
        margin-bottom: 8px;
    }
    .ixeo-chess__btn {
        max-width: none;
    }
    .ixeo-chess__item h3 {
        font-size: 20px;
    }
    .ixeo-chess__item p {
        font-size: 16px;
    }
}

@media(max-width: 576px) {
    .ixeo-chess__title {
        font-size: 28px;
    }
    .ixeo-chess__item {
        max-width: 48%;
    }
    
    .ixeo-chess__item p {
        font-weight: 400;
    }
}

/* ixeo-table */

.ixeo-table {
    margin-bottom: 64px;
    color: #222;
}


/* flex-table__content */

.ixeo-table__content {
    margin: auto;
    display: flex;
}

.ixeo-table__type {
    display: block;
    align-self: flex-end;
    width: 100%;
    max-width: 377px;
}

.ixeo-table__list {
    padding-right: 46px;
}

.ixeo-table__list li {
    display: flex;
    align-items: center;
    height: 95px;
    border-top: 1px solid #E5E7EB;
}

.ixeo-table__list li:first-child {
    transform: translateY(-173px);
    height: auto;
    border: transparent;
}

.ixeo-table__list h4 {
    font-size: 32px;
    font-weight: 500;
    line-height: 1.4em;
}

.ixeo-table__list p {
    font-size: 18px;
    font-weight: 500;
}

/* flex-table__slider */

.ixeo-table__slider {
    width: 80%;
    margin-right: 0;
}

.ixeo-table__slider .swiper-wrapper {
    justify-content: space-between;
}

.ixeo-table__slider .swiper-slide {
    width: 50%;
}

.ixeo-table__item {
   height: 100%; 
   display: flex;
   flex-direction: column;
   align-items: center;
   text-align: center;
   width: 100%;
   padding: 0 42px;
   position: relative;
}

.ixeo-table__item:before {
    content: '';
    width: 1px;
    height: 84%;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background-color: #E5E7EB;
}

.ixeo-table__name {
    font-size: 24px;
    line-height: 1.2em;
    text-transform: uppercase;
    margin: 20px 0 0;
}

.ixeo-table__pharacteristics p.ixeo-table__price {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 16px;
    color: #EB212E;
}

.ixeo-table__pharacteristics {
    width: 100%;
    padding-top: 27px;
}

.ixeo-table__pharacteristics li {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 95px;
    border-top: 1px solid #E5E7EB;
    padding: 0 42px;
}

.ixeo-table__pharacteristics li:last-child,
.ixeo-table__list li:last-child {
    border: none;
}

.ixeo-table__row {
    display: flex;
    align-items: center;
}

.ixeo-table__row img {
    margin-right: 10px;
}

.ixeo-table__pharacteristics img {
    display: block;
}

.ixeo-table__pharacteristics p {
    font-size: 18px;
}


.ixeo-table__mob-text {
    display: none;
}

@media(max-width: 1200px) {
    .ixeo-table__item:before {
        left: 0;
    }
    .ixeo-table__slider .swiper-slide {
        width: 245px;
    }
    .ixeo-table__bg img {
        height: auto;
    }
    .ixeo-table__slider {
        width: 76%;
    }
    .ixeo-table__item {
        padding: 0 20px;
    }
}

@media(max-width: 992px) {
    .ixeo-table__type {
        max-width: 260px;
    }
    .ixeo-table__btn {
        padding: 8px 0;
        max-width: 120px;
    }
    .swiper-scrollbar-drag {
        background: #FFA218;
        
    }
    .swiper-horizontal>.swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
        width: calc(100% - 32px);
        left: 50%;
        transform: translateX(-50%);
    }
}

@media(max-width: 768px) {

    .ixeo-table .ixeo-title {
        display: block;
        text-align: center;
        font-size: 32px;
        text-transform: none;
        margin: 0 auto 40px;
    }
    .ixeo-table__slider {
        padding-bottom: 50px;
    }
    .ixeo-table__navs {
        margin-bottom: 0;
    }
    .ixeo-table__slider .swiper-wrapper {
        justify-content: flex-start;
    }
    .ixeo-table__slider .swiper-slide {
        max-width: 33%;
        width: 100%;
        margin: 0;
    }
    .ixeo-table__slider {
        padding: 0;
        width: 100%;
    }
    .ixeo-table__content {
        max-width: none;
    }
    
    .ixeo-table__type,
    .ixeo-table__pharacteristics .ixeo-pc {
        display: none;
    }
    .ixeo-table__pharacteristics p {
        font-size: 16px;
    }
    
    .ixeo-table__mob-text {
        display: block;
        font-size: 16px;
        font-weight: 500;
        margin-bottom: 6px;
    }
    .ixeo-table__pharacteristics li {
        padding: 0;
    }
    .ixeo-table__pharacteristics {
        border: none;
        padding: 0 16px;
    }
    .ixeo-table__pharacteristics li:first-child {
        margin: 16px 0 0;
    }
}

@media(max-width: 768px) {
    .ixeo-table {
        margin-bottom: 48px;
    }
    .ixeo-table__navs {
        flex-direction: column;
        align-items: center;
        row-gap: 16px;
    }
    .ixeo-table__text {
        display: none;
    }
    .ixeo-table__title {
        font-size: 32px;
        margin-bottom: 30px;
    }
    .ixeo-table__bg {
        width: 100%;
    }
    .ixeo-table .ixeo-title sup {
        font-size: 0.5em;
    }
    .ixeo-table__slider .swiper-slide {
        max-width: none;
    }
    .ixeo-table__item:before {
        left: -5px;
    }
    .ixeo-table__name {
        font-size: 16px;
    }
    .ixeo-table__pharacteristics li {
        height: auto;
        padding: 15px 0;
    }
    .ixeo-table__pharacteristics li:last-child, .ixeo-table__list li:last-child {
        height: auto;
    }
    .ixeo-table__slider {
        padding: 0 0 50px;
    }
}

.ixeo-video__title {
    text-align: center;
    margin-bottom: 16px;
    color: #222;
    font-size: 32px;
    text-transform: none;
}

/* ixeo-video */

.ixeo-video {
    margin-bottom: 48px;
}

.ixeo-video__wrapper {
    position: relative;
}

.ixeo-video-slider {
    max-width: 98%;
    margin: auto;
    padding-bottom: 50px;
}

.ixeo-video-slider__images img {
    border-radius: 8px;
}

.ixeo-video-slider__images {
    position: relative;
    width: 100%;
    margin-bottom: 12px;
}

.ixeo-video-slider__images svg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.ixeo-video-slider p {
    font-size: 18px;
    letter-spacing: -0.03em;
    font-weight: 700;
    color: #222;
}

.video-button-prev,
.video-button-next {
    width: 36px;
    height: 36px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 18px;
    cursor: pointer;
    z-index: 1;
}

.video-button-prev:focus-visible,
.video-button-next:focus-visible {
    outline: none;
}

.video-button-prev {
    left: -22px;
}

.foto-button-next {
    top: 43%;
}

.video-button-prev,
.video-button-next {
    top: 34%;
}

@media(max-width: 1200px) {
    .ixeo-video__wrapper img {
        height: auto;
        width: 100%;
    }
}

@media(max-width: 992px) {
    .video-button-prev,
    .video-button-next {
        display: none;
    }
    .ixeo-video .ixeo-container {
        padding: 0;
    }
    .ixeo-video-slider {
        padding: 0 16px 50px;
    }
}

@media(max-width: 768px) {
    .ixeo-video__title {
        font-size: 28px;
        max-width: calc(100% - 32px);
        margin: 0 auto 24px;
    }
}

/* ixeo-disclaimer */

.ixeo-disclaimer {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 50px 0;
    margin-bottom: 50px;
}

.ixeo-disclaimer__item {
    font-size: 14px;
    line-height: 1.5em;
    color: #777;
    max-width: 967px;
    font-weight: 500;
    margin: auto;
}

/* modal */

/* ixeo-popup-reciept */

.ixeo-popup {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
}

.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.8);
}

.ixeo-popup-content {
    background-color: #fff;
    margin: 5% auto;
    width: 100%;
    max-width: 1120px;
    position: relative;
}

.close {
    cursor: pointer;
}


.red-text {
    color: #EB322F;
}

.ixeo-popup-content__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 28px 64px;
    box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.16);
}

.ixeo-popup-content__title {
    font-size: 32px;
}

.ixeo-popup-content__images {
    position: absolute;
    right: 0;
    top: 0;
}

.ixeo-popup-content__body {
    padding: 80px 0 5px;
    position: relative;
}

.ixeo-popup-content__item {
    max-width: 928px;
    margin: 0 auto 80px;
    display: flex;
    gap: 40px;
    color: #222;
}

.ixeo-popup-content__info h3 {
    font-size: 24px;
    letter-spacing: -0.03em;
    margin-bottom: 16px;
}

.ixeo-popup-content__info p {
    font-size: 18px;
    line-height: 1.5em;
    margin-bottom: 16px;
    font-weight: 500;
}

.ixeo-popup-content__disclaimer {
    font-size: 18px;
    line-height: 1.5em;
    font-weight: 500;
    color: #BABABA;
}

@media(max-width: 992px) {
    .ixeo-popup-content__head {
        padding: 16px 20px;
    }
    .ixeo-popup-content__body {
        padding: 40px 16px;
    }
    .ixeo-popup-content__images {
        max-width: 250px;
    }
    .ixeo-popup-content {
        margin: 20% auto;
    }
}

@media(max-width: 768px) {
    .ixeo-popup-content__item {
        flex-direction: column;
        gap: 16px;
    }
    .ixeo-popup-content__title {
        font-size: 28px;
    }
    .ixeo-disclaimer {
        padding: 40px 0;
        border: none;
    }
}

@media(max-width: 576px) {
    .ixeo-popup-content__title {
        font-size: 26px;
        letter-spacing: -0.03em;
    }
}

.ixeo-last-text {
    padding-bottom: 80px;
}

.ixeo-last-text p {
    font-size: 14px;
    text-transform: uppercase;
    line-height: 1.3em;
    color: #777;
    max-width: 968px;
    margin: auto;
}

.ixeo-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
}