@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');

body {
    padding: 0;
    margin: 0;
    font-family: 'Roboto', sans-serif;
    background-color: #fff;
}

p,h2,h3,h4 {
    margin: 0;
    color: #fff;
}

.ixeo-land .container {
    max-width: 1120px;
    width: 100%;
    margin: auto;
}

.ixeo-land .d-flex {
    display: flex;
}

.ixeo-land .align-items-center {
    align-items: center;
}

.ixeo-land .justify-content-center {
    justify-content: center;
}

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%;
}

div, a {
    box-sizing: border-box;
}

.ixeo-land .btn {
    border: 2px solid #E02E2B;
    border-radius: 4px;
    width: 100%;
    max-width: 212px;
    background-color: #E02E2B;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5em;
    letter-spacing: -0.02em;
    text-decoration: none;
    text-align: center;
    padding: 6px 0;
}

.no-wrapp {
    white-space: nowrap;
}

/* banner */

.ixeo-land .banner {
    background: linear-gradient(260.87deg, #424242 3.85%, #222222 55.67%, #111111 100%);
    padding: 114px 0 69px;
}

.ixeo-land .banner .container {
    position: relative;
}

.ixeo-land .banner .header__button {
    display: none;
}

.ixeo-land .banner-content {
    text-align: center;
    max-width: 523px;
    margin-left: 66px;
}

.ixeo-land .banner-logo {
    max-width: 272px;
}

.ixeo-land .banner-content h1 {
    position: relative;
    font-size: 48px;
    color: #fff;
    text-align: center;
    max-width: 503px;
    width: 100%;
    letter-spacing: -0.03em;
    line-height: 1.1em;
    margin: 0;
}

.ixeo-land .banner-content__item {
    position: absolute;
    max-width: 352px;
    right: 101px;
    top: -113px;
}

.banner-preview {
    text-align: center;
    width: 100%;
    max-width: 600px;
    margin: 100px auto 64px;
}

.banner-preview svg {
    display: block;
    margin-top: -8px;
}

.banner-preview svg:last-child {
    margin-left: auto;
}

/* modal */

body.modal-open {
    overflow: hidden;
}

.m-overlay,
.table-mob {
    display: none;
}

body.modal-open .m-overlay {
    display: block;
}

.modal-ixeo {
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    top: 0;
    width: 1120px;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: scroll;
    display: none;
    z-index: 10000;
}

.modal-ixeo::-webkit-scrollbar,
.modal-main::-webkit-scrollbar {
    width: 0; /* ширина для вертикального скролла */
    height: 0; /* высота для горизонтального скролла */
}

/* ползунок скроллбара */
.modal-ixeo::-webkit-scrollbar-thumb {
   width: 0;
   height: 0;
}

.modal-ixeo.active {
    display: block;
}

.modal-main {
    background: #fff;
    width: 100%;
    height: 100%;
    margin: auto;
    position: relative;
    border-radius: 16px;
    z-index: 1;
}

.modal-header {
    box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.16);
    padding: 28px 64px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background: #fff;
    z-index: 1;
    height: auto;
}
.modal-main {
    overflow: scroll;
    padding-top: 114px;
}

.modal-header h2 {
    color: #222222;
    font-size: 32px;
    line-height: 1.2;
    letter-spacing: -0.03em;
}

.modal-body {
    position: relative;
}

.modal-body__bg {
    position: absolute;
    right: 0;
    top: 0;
    max-width: 448px;
    max-height: 280px;
}

.modal-body__setting {
    display: flex;
    align-items: flex-start;
    margin-left: 96px;
    max-width: 924px;
    padding-top: 80px;
}

.modal-body__setting div {
    padding-top: 10px;
}

.modal-body__setting img {
    max-width: 120px;
    margin-right: 40px;
}

.modal-body__setting h4 {
    font-size: 24px;
    line-height: 1.2em;
    letter-spacing: -0.03em;
    color: #222222;
}

.modal-body__setting p {
    font-size: 18px;
    line-height: 1.5em;
    letter-spacing: -0.03em;
    color: #222222;
    margin-top: 12px;
    font-weight: 500;
}

.red-text {
    color: #E02E2B;
    text-transform: uppercase;
}

.fancybox-button--close,
.fancybox-close-small,
.wrappe-item__mob {
    display: none;
}

.modal-body__disclaimer {
    font-size: 16px;
    color: #bababa;
    font-weight: 500;
    line-height: 1.5em;
    letter-spacing: -0.03em;
    margin: 34px 0;
}

.btn-close-ixeo {
    display: block;
    position: absolute;
    right: 27px;
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
    width: 40px;
    height: 40px;
    background: transparent;
    cursor: pointer;
    outline: none;
    border: none;
}

/* advantages */

.ixeo-land .advantages {
    padding: 80px 0 75px;
}

.ixeo-land .advantages-slider {
    width: 100%;
}

.ixeo-land .advantages-slider .swiper-wrapper {
    width: 100%;
    justify-content: space-between;
}

.ixeo-land .advantages-slider .swiper-slide {
    position: relative;
    max-width: 352px;
}

.ixeo-land .advantages-slider .swiper-slide img {
    border-radius: 16px;
}

.ixeo-land .advantages-slider__overlay {
    display: flex;
    align-items: flex-start;
    position: absolute;
    max-width: 312px;
    bottom: 29px;
    left: 18px;
}

.ixeo-land .advantages-slider .swiper-slide  .advantages-slider__overlay img {
    border-radius: 0;
    margin-right: 14px;
    height: 57px;
    width: 35px;
}

.ixeo-land .advantages-slider__overlay h2 {
    line-height: 1.1em;
    letter-spacing: -0.04em;
    font-weight: 500;
    margin: -6px 0 4px;
    font-size: 32px;
}

.ixeo-land .advantages-slider__overlay p {
    font-size: 18px;
    line-height: 1.5em;
    letter-spacing: -0.03em;
    color: rgba(255, 255, 255, 0.8);
}

/* banner-second */

.ixeo-land .banner-second {
    position: relative;
    padding: 162px 0 137px;
    background: linear-gradient(260.87deg, #424242 3.85%, #222222 55.67%, #111111 100%);
}

.ixeo-land .banner-second__content {
    max-width: 448px;
    width: 100%;
}

.ixeo-land .banner-second h2 {
    margin-bottom: 23px;
    font-size: 32px;
    line-height: 1.2;
    letter-spacing: -0.03em;
}

.ixeo-land .banner-second p {
    font-size: 18px;
    line-height: 1.5em;
    letter-spacing: 0;
    font-weight: 500;
    max-width: 492px;
    letter-spacing: -0.03em;
}

.ixeo-land .banner-second__pc {
    position: absolute;
    right: 0;
    top: 0;
    max-width: 761px;
}

.ixeo-land .banner-second__mob {
    display: none;
}

/* possibilites */

.ixeo-land .possibilites {
    padding: 80px 101px;
}

.ixeo-land .possibilites-slider {
    width: 100%;
}

.ixeo-land .possibilites-slider .swiper-wrapper {
    justify-content: space-between;
}

.ixeo-land .possibilites-slider .swiper-slide {
    max-width: 352px;
}

.ixeo-land .possibilites-slider p {
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: -0.03em;
    line-height: 1.2em;
    margin-top: 14px;
    color: #222;
}

/* wrapper-list */

.ixeo-land .wrappe-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 55px;
}

.ixeo-land .wrappe-item__images {
    max-width: 576px;
    width: 100%;
}

.ixeo-land .wrappe-item__content {
    max-width: 480px;
    width: 100%;
}

.ixeo-land .wrappe-item__content .btn {
    margin-left: 0;
    border: 2px solid #EB322F;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    color: #EB322F;
    max-width: 248px;
    padding: 14px 0;
    font-size: 18px;
    letter-spacing: -0.02em;
    border-radius: 8px;
}
.ixeo-land .wrappe-item__content .btn:hover {
    background-color: transparent!important;
    color: #EB322F!important;
}

.ixeo-land .wrappe-item__content .btn svg {
    display: block;
    margin-left: 10px;
}

.ixeo-land .wrappe-item__content h2 {
    color: #222222;
    font-size: 32px;
    line-height: 1.2;
    letter-spacing: -0.03em;
}

.ixeo-land .wrappe-item__content p {
    font-size: 18px;
    line-height: 1.5em;
    letter-spacing: -0.02em;
    color: #222222;
    margin: 20px 0;
}

.ixeo-land .btn.btn-change {
    margin: 74px auto 0;
    max-width: 352px;
    text-transform: none;
    border: 2px solid #EB322F;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    color: #EB322F;
    padding: 14px 0;
    font-size: 18px;
    letter-spacing: -0.02em;
    border-radius: 8px;
}
.ixeo-land .btn.btn-change:hover {
    background-color: transparent!important;
    color: #EB322F!important;
}

.btn-change svg {
    margin-left: 10px;
}

.ixeo-land .wrappe-item_none,
.hidden-overflow .ixeo-land .wrappe-item__hidden {
    display: none;
}

.ixeo-land .wrappe-item__visible {
    display: none;
}

.hidden-overflow .ixeo-land .wrappe-item__visible {
    display: flex;
    margin-top: 0;
}

.hidden-overflow .ixeo-land .wrappe-item_none {
    display: flex;
}

.ixeo-land .wrappe-item_none {
    flex-wrap: wrap;
    justify-content: space-between;
}

.ixeo-land .wrappe-item_none .wrappe-item {
    max-width: 32%;
    flex-direction: column;
    justify-content: flex-start;
}

.ixeo-land .wrappe-item_none .wrappe-item__content h2 {
    font-size: 24px;
    line-height: 1.2;
    margin: 20px 0 0;
}

/* table */

.ixeo-land .table {
    padding: 78px 0;
}

.ixeo-land .table h2 {
    color: #222;
    text-align: center;
    margin-bottom: 40px;
    line-height: 1.2;
    font-size: 32px;
}

.ixeo-land .item-comparison__content {
    display: flex;
    margin: auto;
}

.ixeo-land .item-comparison__characteristics {
    max-width: 19.9%;
    width: 100%;
}

.ixeo-land .item-comparison__main {
    width: 100%;
    max-width: 82%;
}

.ixeo-land .item-comparison__content ul {
    padding: 0;
    max-width: 184px;
    margin: auto;
}

.ixeo-land .item-comparison__content ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 26px 0;
    color: #222;
    font-weight: 400;
    text-align: center;
    font-size: 18px;
    border-top: 1px solid rgba(34, 34, 34, 0.12);
    max-width: 200px;
    min-height: 40px;
}

.ixeo-land .item-comparison__content ul li img {
    max-width: 40px;
}

.ixeo-land .item-comparison__content ul li p {
    font-size: 24px;
    line-height: 1.2em;
    letter-spacing: -0.03em;
    color: #E31235;
    font-weight: 500;
}

.ixeo-land .item-comparison__image.text-left {
    text-align: left;
    margin-bottom: 40px;
}

.ixeo-land .item-comparison__direction {
    flex-direction: column;
}

.ixeo-land .item-comparison__direction .btn {
    margin-top: 16px;
    max-width: 120px;
    background-color: #E02E2B;
    border-radius: 100px;
    color: #fff;
    padding: 6px 0;
}

.ixeo-land .item-comparison__image h2 {
    color: #222;
    font-weight: 500;
    margin-top: 158px;
    text-align: left;
}

.ixeo-land .item-comparison__content ul li span {
    display: none;
}

.ixeo-land .item-comparison__content .item-comparison__characteristics ul li {
    font-weight: 500;
    text-align: left;
    justify-content: flex-start;
}

.ixeo-land .item-comparison__characteristics ul {
    margin-left: 0;
}

.ixeo-land .item-comparison__image {
    min-height: 228px;
    text-align: center;
    margin-bottom: 32px;
}

.ixeo-land .item-comparison__image img {
   max-width: 200px;
   width: 100%;
}

.ixeo-land .item-comparison__image h3 {
    color: #222;
    text-transform: uppercase;
    margin: 10px 0 0;
    min-height: 41px;
    font-size: 24px;
    line-height: 1.2em;
    letter-spacing: -0.02em;
    font-weight: 500;
}

.ixeo-land .item-comparison__image a {
    max-width: 152px;
    width: 100%;
    background-color: #F28130;
    display: inline-block;
    text-align: center;
    padding: 16px 0;
    font-size: 13px;
    font-weight: 900;
    color: #fff;
    border-radius: 50px;
    text-transform: uppercase;
    margin-top: 15px;
}

.ixeo-land .table .btn {
    display: block;
    width: 100%;
    max-width: 120px;
    text-align: center;
    margin: 16px auto 0;
    border: 2px solid #E31235;
    border-radius: 5px;
    padding: 6px 0;
    color: #fff;
    font-size: 16px;
    background-color: #E31235;
}

.ixeo-land .table .swiper-slide {
    max-width: 33%;
    border-left: 1px solid rgba(34, 34, 34, 0.12);
    padding: 0;
}

/* photo-user */

.photo-user {
    padding-bottom: 80px;
}

.photo-user h2,
.ixeo-land .advide h2 {
    font-size: 32px;
    line-height: 1.2;
    color: #222;
    margin: 0;
    letter-spacing: -0.03em;
    text-align: center;
    font-weight: 500;
}

.photo-user-wrapper {
    margin: 66px auto 0;
    max-width: 1240px;
    position: relative;
}

.photo-user-wrapper .swiper-scrollbar {
    display: none;
}

.photo-button-prev,
.photo-button-next {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
}

.photo-button-prev {
    left: 0;
}

.photo-button-next {
    right: 0;
}

.photo-user-slider {
    max-width: 1130px;
    width: 100%;
    margin: auto;
}

.swiper-button-disabled {
    opacity: 0.3;
}

/* advide */

.ixeo-mob {
    display: none;
}

.ixeo-land .advice-slider {
    width: 100%;
    margin-top: 66px;
    margin: 66pz auto 0;
    max-width: 1130px;
}

.ixeo-land .advide .container {
    max-width: 1260px;
}

.ixeo-land .advice-slider .swiper-wrapper {
    justify-content: space-between;
}

.ixeo-land .advice-slider .swiper-slide {
    max-width: 364px;
    width: 100%;
    display: block;
    text-decoration: none;
}

.ixeo-land .advice-slider .swiper-slide div {
    position: relative;
}

.ixeo-land .advice-slider svg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.ixeo-land .advice-slider p {
    font-size: 20px;
    line-height: 1.5em;
    letter-spacing: -0.03em;
    color: #222222;
    margin-top: 16px;
    font-weight: 500;
}

.ixeo-land .advide .btn {
    font-size: 16px;
    max-width: 210px;
    text-transform: none;
    margin: 38px auto;
}

.ixeo-disclaimer {
    letter-spacing: -0.02em;
    font-size: 14px;
    color: #222;
    opacity: 0.6;
    max-width: 1120px;
    margin: 50px auto;
    font-weight: 500;
}

.m-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: gray;
    opacity: 0.5;
}

.advice-slider .swiper-scrollbar {
    display: none;
}

.advice-wrapper {
    position: relative;
}



/* popup video */

.m-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
}

.swiper-button-disabled {
    opacity: 0.4;
}