@font-face {
    font-family: 'Aeroport';
    src: url(../fonts/Aeroport.eot);
    src: url(../fonts/Aeroport.eot?#iefix) format('embedded-opentype'), 
        url(../fonts/Aeroport.otf) format('otf'), 
        url(../fonts/Aeroport.svg#Aeroport) format('svg'), 
        url(../fonts/Aeroport.ttf) format('truetype'), 
        url(../fonts/Aeroport.woff) format('woff'), 
        url(../fonts/Aeroport.woff2) format('woff2');
    font-style: normal;
	font-weight: 400;
}
@font-face {
    font-family: 'Aeroport';
    src: url(../fonts/AeroportBlack.eot);
    src: url(../fonts/AeroportBlack.eot?#iefix) format('embedded-opentype'), 
        url(../fonts/AeroportBlack.otf) format('otf'), 
        url(../fonts/AeroportBlack.svg#AeroportBlack) format('svg'), 
        url(../fonts/AeroportBlack.ttf) format('truetype'), 
        url(../fonts/AeroportBlack.woff) format('woff'), 
        url(../fonts/AeroportBlack.woff2) format('woff2');
    font-style: normal;
	font-weight: 700;
}
@font-face {
    font-family: 'fairfax';
    src: url(../fonts/fairfax.eot);
    src: url(../fonts/fairfax.eot?#iefix) format('embedded-opentype'),
        url(../fonts/fairfax.otf) format('otf'), url(../fonts/fairfax.svg#fairfax) format('svg'), url(../fonts/fairfax.ttf) format('truetype'),
        url(../fonts/fairfax.woff) format('woff'), url(../fonts/fairfax.woff2) format('woff2');
}
body {
    padding: 0;
    margin: 0;
    font-family: 'Aeroport';
    color: #000;
    background-color: #f5f5f5;
}
.timetable__a {
    color: #000;
    text-decoration: none;
    font-weight: bold;
    font-size: .75em;
    white-space: nowrap;
}
.timetable__a:hover {
    color: #000;
    text-decoration: underline;
}
/* Модалки */
.modal-dialog {
    max-width: 375px;
    margin-left: auto;
    margin-right: auto;
}
.customModal .modal-dialog {
    max-width: 709px;
}
.modal-header {
    padding: 48px;
    padding-bottom: 0;
    border: 0;
    margin-bottom: 36px;
}
.modal-content {
    border-radius: 48px;
    background: #c9c9c9;
    border: none;
}
.modal-backdrop {
    /*background-color: #fff;*/
}
.modal-backdrop.show {
    
}
.modal-title {
    color: var(--black, #000);
    text-align: center;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px; /* 72.222% */
    text-align: center;
    width: 100%;
}
.modal__close {
    position: absolute;
    top: 34px;
    right: 34px;
    display: block;
    cursor: pointer;
}
.modal-body {
    padding: 0 19.5px;
    padding-bottom: 25px;
}
.error-box {
    display: block;
    position: absolute;
    color: #FF4053;
    font-size: 10px;
    bottom: -12px;
    left: 13px;
}

.error-block-custom {
    color: #FF4053;
    font-size: 10px;
    bottom: -12px;
    left: 13px;
}

.form-floating .modal__form_input {
    border-radius: 12px;
    border: 1px solid var(--white, #FFF);
    background: var(--white, #FFF);
    height: 46px;
    color: var(--black, #000);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 14px */
}

.form-floating > .form-control:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label, .form-floating > .form-select ~ label {
    opacity: 0.5;
    transform: scale(.85) translateY(-15px) translateX(0px);
}

.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
    padding-top: 0;
    padding-bottom: 0px;
}

.form-floating > label {
    color: var(--black, #000);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 14px */
    opacity: 0.5;
}

.modal__form_field {
    margin-bottom: 16px;
    position: relative;
}

.input-validation-error {
    border: 1px solid var(--red, #FF4053) !important;
}

.btn-mod {
    border-radius: 40px;
    background: var(--green, #04E061);
    width: 100%;
    height: 50px;
    color: var(--white, #FFF);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    max-width: 336px;
}
.btn-mod2 {
    padding: 0 47px;
    width: auto;
}

.btn-mod:hover {
    color: var(--white, #FFF);
}

.mod-text {
    color: var(--black, #000);
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    opacity: 0.5;
}

.modal__form_submit {
}

.modal__form_link0 {
    color: var(--black, #000);
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    opacity: 0.5;
    text-decoration: none;
}

    .modal__form_link0:hover {
        color: var(--black, #000);
    }

.mod-text2 {
    color: #000;
    text-align: center;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px; /* 86.667% */
    margin-bottom: 36px;
}

.customModal .modal-title {
    font-size: 28px;
}

.customModal .mod-text2 {
    font-size: 22px;
}

.modal__form_field_r {
    color: var(--black, #000);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 14px */
}

.field_input_radio {
    display: flex;
    justify-content: center;
}

    .field_input_radio div + div {
        margin-left: 20px;
    }

.input_radio {
    display: none;
}

.label_radio {
    color: var(--black, #000);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 12px; /* 85.714% */
    padding-left: 32px;
    position: relative;
    display: flex;
    height: 24px;
    align-items: center;
    cursor: pointer;
}

    .label_radio:before {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        background-color: #fff;
        border-radius: 50%;
        height: 24px;
        width: 24px;
    }

.input_radio:checked + .label_radio:after {
    position: absolute;
    content: '';
    top: 6px;
    left: 6px;
    background-color: #04E061;
    border-radius: 50%;
    height: 12px;
    width: 12px;
}

.modal__form_label {
    color: rgb(0, 0, 0, .5);
    font-family: Aeroport;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 32px;
    cursor: pointer;
}

    .modal__form_label a {
        color: rgb(0, 0, 0, .5);
    }

        .modal__form_label a:hover {
            color: rgb(0, 0, 0, .5);
            text-decoration: none;
        }

    .modal__form_label:before {
        position: absolute;
        content: '';
        top: calc(50% - 12px);
        left: 0;
        background-color: #fff;
        border-radius: 6px;
        height: 24px;
        width: 24px;
    }

.input_radio:checked + .modal__form_label:after {
    position: absolute;
    content: '';
    top: calc(50% - 7px);
    left: 5px;
    background-color: #04E061;
    border-radius: 6px;
    height: 14px;
    width: 14px;
}

.modal_text2 {
    color: var(--black, #000);
    font-size: 9px;
    font-style: italic;
    font-weight: 400;
    line-height: normal;
    opacity: 0.5;
    margin: 0 auto;
    width: 100%;
    max-width: 276px;
    padding-top: 20px;
}
.mmb16 {
    margin-bottom: 16px;
}
/* */

.soon {
    display: flex;
    flex-direction: column;
    padding-top: 112px;
}
.avpage {
    overflow: hidden;
    position: relative;
}
.soon-page {
    width: 100%;
    max-width: 375px;
    margin: 0 auto;
    padding: 0 16px;
    position: relative;
}
.soon-logo {
    width: 168px;
}
.soon-header {
    padding-top: 17px;
    margin-bottom: 48px;
}
.r_blue {
    height: 175px;
    width: 175px;
    background-color: #0AF;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: -10px;
}
.r_green {
    height: 130px;
    width: 130px;
    background-color: #04D55B;
    border-radius: 50%;
    position: absolute;
    top: 200px;
    right: -26px;
}
.r_red {
    height: 200px;
    width: 200px;
    background-color: #FF4053;
    border-radius: 50%;
    position: absolute;
    top: 345px;
    left: -85px;
}
.r_violet {
    height: 205px;
    width: 205px;
    background-color: #965EEB;
    border-radius: 50%;
    position: absolute;
    top: 610px;
    left: 40px;
}
.soon-box {
    border-radius: 24px;
    background: rgba(217, 217, 217, 0.30);
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.10) inset;
    height: 555px;
    position: relative;
}
.soon-blur {
    backdrop-filter: blur(35px);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 24px;
}
.soon-footer {
    background-color: #F0F0F0;
    position: relative;
    margin-top: auto;
    padding: 24px 0;
    margin-top: 50px;
}
.soon-footer-box {
    padding-left: 50px;
}
.soon-footer-copyrigt {
    color: var(--Black, var(--black, #000));
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 12px; /* 85.714% */
    margin-bottom: 12px;
}
.soon-footer-a {
    color: var(--Blue, var(--Blue, #0AF));
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 12px; /* 85.714% */
    text-decoration: none;
    display: inline-block;
}
.soon-footer-a:hover {
    color: var(--Blue, var(--Blue, #0AF));
}
.soon-footer-a + .soon-footer-a {
    margin-top: 12px;
}
.soon-box-info {
    position: relative;
    padding-top: 45px;
}
.soon-box-date {
    color: var(--Black, var(--black, #000));
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 16px */
    position: relative;
    display: flex;
    align-items: center;
    margin-left: 40px;
    flex-wrap: wrap;
}
.soon-box-date img {
    display: block;
    width: 30px;
    margin: 0 10px;
}
.soon-box-date div {
    margin-bottom: 20px;
}
.soon-box-title {
    color: #000;
    font-size: 37px;
    font-style: normal;
    font-weight: 400;
    line-height: 1; /* 33.3px */
    margin-bottom: 28px;
}
.soon-box-title span {
    padding: 0 10px;
    display: inline-flex;
    height: 38px;
    align-items: center;
}
.soon-box-title-bg {
    border-radius: 38.239px;
    background: var(--Green, #04D55B);
}
span.soon-box-title-last {
    padding-bottom: 10px;
    margin-bottom: -4px;
}
.soon-box-btn {
    border-radius: 109.703px;
    background: var(--Red, #FF4053);
    border: 0;
    height: 48px;
    width: 292px;
    color: var(--White, var(--white, #FFF));
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
    transition: .7s;
    position: relative;
    overflow: hidden;
}
.soon-box-btn:hover {
    background-color: #0AF;
    transition: .7s;
}
.soon-box-btn span {
    position: relative;
}
.soon-box-btn-img {
    display: block;
    position: absolute;
    top: 0;
    left: -75%;
    height: 48px;
    mix-blend-mode: multiply;
    width: 75%;
    transition: .7s;
}
.soon-box-btn:hover .soon-box-btn-img {
    width: 100%;
    transition: .7s;
    left: 0;
}
.soon-box-btns {
    margin-bottom: 32px;
}
.soon-timer {
    padding-left: 42px;
}
.soon-timer-title {
    color: var(--black, #000);
    font-size: 16.842px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 16.842px */
    margin-bottom: 11px;
}
.soon-timer-box {
    display: flex;
    width: 200px;
    justify-content: space-between;
}
.soon-timer-interval {
    border-radius: 8.421px;
    background: var(--white, #FFF);
    width: 64px;
    height: 39px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.soon-timer-text {
    color: var(--black, #000);
    font-size: 12.632px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 12.632px */
    position: absolute;
    top: 0.5px;
    left: 6px;
}
.soon-timer-time {
    color: var(--Violet, var(--violet, #965EEB));
    font-size: 25.263px;
    font-style: normal;
    font-weight: 700;
    line-height: 25.263px; /* 100% */
}
span.soon-box-title-f1 {
    height: 20px;
}
.soon-text-line {
    position: absolute;
    top: 0;
    width: 17px;
    font-family: 'fairfax';
    color: #000;
    font-size: 33.805px;
    font-style: normal;
    font-weight: 500;
    line-height: 80%; /* 27.044px */
    text-transform: uppercase;
    z-index: 2;
    height: 667px;
}
.soon-text-line1 {
    left: calc(50% + 158px);
}
.soon-text-line2 {
    left: calc(50% + 133px);
}
.timetable {
    padding-top: 58px;
    position: relative;
}
.xpage {
    width: 100%;
    max-width: 375px;
    margin: 0 auto;
    padding: 0 16px;
    position: relative;
}
.timetable__title {
    color: var(--black, #000);
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 28.5px;
}
.timetable__box {
    width: 100%;
    max-width: 375px;
    margin: 0 auto;
    background: var(--Green, #04D55B);
    padding: 24px 16px;
}
.timetable__tr {
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.60);
    padding: 12px 24px;
}
.timetable__tr + .timetable__tr {
    margin-top: 4px;
}
.timetable__tdAll {
    color: var(--black, #000);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.timetable__td1 {
    color: var(--black, #000);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 16px;
}
.timetable__td2 {
    color: var(--black, #000);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 16px;
}
.timetable__position {
    color: var(--black, #000);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 12px; /* 100% */
    opacity: 0.5;
}
.timetable__name {
    color: var(--black, #171717);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 185.714% */
}
.timetable__name + .timetable__position {
    margin-top: 16px;
}
.timetable__header {
    width: 100%;
    max-width: 375px;
    margin: 0 auto;
}
.info__box {
    margin: 0 auto;
    max-width: 375px;
    width: 100%;
    padding: 0 16px;
}
.info {
    padding-top: 113px;
    position: relative;
}
.info__statistic_n {
    color: var(--Red, var(--red, #FF4053));
    font-size: 44px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.info__statistic_t {
    color: var(--dark_gray, #40464D);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 125% */
}
.info__title {
    color: var(--dark_gray, #40464D);
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -.5px;
    margin-bottom: 15px;
}
.info__text {
    color: var(--dark_gray, #40464D);
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 15px;
}
.info__case {
    border-radius: 24px;
    background: var(--Green, #04D55B);
    padding: 24px;
    margin-bottom: 6px;
}
.info__case_title {
    color: var(--White, #FFF);
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 6px;
}
.info__case_text {
    color: var(--White, #FFF);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 122.222% */
}
.info__case1 {
    background: var(--Blue, #0AF);
}
.info__case2 {
    background: #965EEB;
}
.info__statistic_box {
    margin-bottom: 12px;
}
.info__statistic + .info__statistic {
    margin-bottom: 32px;
}
.info__text + .info__text {
    margin-bottom: 35px;
}
.xpage {
    margin: 0 auto;
    max-width: 375px;
    width: 100%;
    padding: 0 16px;
}
.speakers {
    padding-top: 55px;
}
.speakers__title {
    color: var(--black, #000);
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 12px;
}
.speakers__description {
    color: var(--dark_gray, #40464D);
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 118.182% */
    margin-bottom: 48px;
}
.speakers__notification {
    color: var(--red, #FF4053);
    text-align: center;
    font-size: 35px;
    font-style: normal;
    font-weight: 500;
    line-height: 41px; /* 117.143% */
    padding-bottom: 250px;
}
.product_menu_l {
    border-radius: 30px 30px 0px 0px;
    background: #79EAA8;
    width: 49px;
    color: var(--White, #FFF);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: center;
    padding-top: 15px;
    height: 50px;
}
.product_menu_l.active {
    background: #04D55B;
    color: var(--White, #FFF);
    width: 277px;
    padding-top: 10px;
}
.product_menu_l:hover {
    color: var(--White, #FFF);
}
.map {
    padding-top: 45px;
}
.faq__title {
    color: var(--black, #000);
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 16px;
}
.faq__box {
    margin: 0 auto;
    max-width: 375px;
    width: 100%;
    padding: 0 16px;
}
.faq {
    padding-top: 45px;
}
#avitoFaq .accordion-item {
    border-radius: 24px;
    background: var(--Blue, #0AF);
    padding: 12px 24px;
}
#avitoFaq .accordion-item + .accordion-item {
    margin-top: 5px;
}
.faq__item_header {
    cursor: pointer;
    color: var(--White, #FFF);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-right: 24px;
    background-image: url(../img/faq-down.svg);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: right top;
}
.faq__item_header[aria-expanded="true"] {
    background-image: url(../img/faq-up.svg);
}
.faq__item_body {
    padding-top: 12px;
    color: var(--White, #FFF);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 128.571% */
}
.tpage {
    margin: 0 auto;
    width: 100%;
    max-width: 375px;
    padding: 0;
    position: relative;
}
.profile__avatar {
    width: 176px;
    height: 300px;
    border-radius: 30px;
    overflow: hidden;
    position: relative;
    margin-right: 10px;
}
.profile__avatar img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.profile__field {
    font-size: 12px;
    margin-bottom: auto;
}

.profile__lastname {
    font-size: 22px;
}

.profile__lastname {
    color: var(--black, #000);
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 150px;
}
.profile__news_item {
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.60);
    padding: 12px 18px;
    display: flex;
}

.profile__news {
    height: 360px;
    overflow: hidden;
    color: var(--black, #000);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%; /* 17.6px */
    width: calc(100% + 20px);
}

.profile__news_date {
    width: 57px;
}

.profile__news_title {
    width: 207px;
    padding-right: 12px;
}

.profile__news_link img {
    width: 30px;
}

.profile__news_item + .profile__news_item {
    margin-top: 6px;
}

.profile__news_box {
    margin-bottom: 16px;
}
.mCSB_scrollTools .mCSB_draggerRail {
    border-radius: 10px;
    background: var(--white, #FFF);
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    border-radius: 10px;
    background: #0AF;
    width: 5px;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 5px;
    background: var(--green, #04E061);
}
.mCSB_inside > .mCSB_container {
    margin-right: 20px;
}
.profile__box {
    display: flex;
    margin-bottom: 20px;
}
.profile-blur2 {
    position: absolute;
    top: -280px;
    left: calc(50% - 200px);
    display: block;
}
.profile__page {
    position: relative;
}
.profile__info_text {
    color: var(--dark_gray, #40464D);
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 17px;
}
.profile__info_qr_box {
    width: 239px;
    height: 239px;
    border-radius: 30px;
    background: #FFF;
    justify-content: center;
    align-items: center;
    display: flex;
}
.profile__info_next {
    margin-bottom: 17px;
}
.profile__info_qr_code {
    width: 193px;
}
.profile__info {
    margin-bottom: 20px;
}
.product_menu_l.active .short {
    display:none;
}
.product_menu_l .full {
    display: none;
}
.product_menu_l.active .full {
    display: block;
}
.product_menu_l.active {
    padding-left: 0;
    padding-right: 0;
    align-items: center;
}

#hall2-tab {
    background-color: #9DF;
}
#hall2-tab.active {
    background-color: #0AF;
    padding-top: 15px;
}
#hall2 .timetable__box {
    background-color: #0AF;
}
#hall3-tab {
    background-color: #D5BFF7;
}
#hall3-tab.active {
    background-color: #965EEB;
}
#hall3 .timetable__box {
    background-color: #965EEB;
}
.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 50px;
    background: rgba(240, 240, 240);
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.04);
    z-index: 10;
}
.header__logo2 {
    width: 92px;
}
.header__box {
    display: flex;
    align-items: center;
    height: 50px;
}
.header__green {
    padding: 0 18px;
    border-radius: 45px;
    background: var(--Green, #04D55B);
    color: var(--black, #000);
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    height: 38px;
    border: 0;
}
.header__blue {
    border-radius: 45px;
    background: var(--violet, #965EEB);
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 6px;
    margin-left: 12px;
    color: #fff;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration: none;
}
.header__blue span + span {
    margin-left: 3px;
}
.header__blue:hover {
    color: #fff;
}
.pheader {
    margin-top: 50px;
    padding-top: 20px;
}
.header__menu {
    display: none;
}
.swiper-slide {
    width: 279px;
    padding-top: 102px;
}

.speaker {
    width: 179px;
}

.swiper-slide-active {
    padding-top: 0;
}

    .swiper-slide-active .speaker {
        width: 279px;
    }

.speaker__img {
    width: 100%;
}

.speaker__img_box {
    width: 179px;
    height: 310px;
    position: relative;
    border-radius: 17px;
    overflow: hidden;
}

.speaker__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-slide-active .speaker__img_box {
    width: 279px;
    height: 412px;
    border-radius: 25px;
}

.speakers__box {
    margin-right: -20px;
}

.speaker__info {
    display: none;
}

.swiper-slide-active .speaker__info {
    display: block;
    padding-top: 20px;
}

.speaker__name {
    color: var(--black, #000);
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 90.909% */
    margin-bottom: 20px;
}

.speaker__position {
    color: var(--black, #000);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 128.571% */
    margin-bottom: 20px;
}

.speaker__theme {
    color: var(--violet, #965EEB);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; /* 133.333% */
}

.swiper-button-prev {
    display: none;
}

.speakers__blur {
    display: block;
    position: absolute;
    top: 20px;
    left: calc(50% - 200px);
    z-index: -1;
}

.swiper-button-next:after {
    display: none;
}

.swiper-button-next {
    width: 36px;
    height: 24px;
    background-image: url(../img/arrows.svg);
    background-size: 100%;
    right: 0;
    top: 45px;
}
.timetable__position {
    color: var(--black, #000);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 12px; /* 100% */
    opacity: 0.5;
}
.timetable__lastname {
    color: var(--black, #171717);
    font-family: Aeroport;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 185.714% */
}
.moderator .timetable__position,
.moderator .timetable__lastname {
    font-weight: 700 !important;
}
.timetable__speaker + .timetable__speaker {
    margin-top: 16px;
}
.brpage {
    padding-top: 80px;
}
.broadcast__title {
    color: var(--black, #000);
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 12px;
}
.broadcast__btns {
    display: flex;
    justify-content: center;
}
.broadcast__box {
    margin-bottom: 32px;
}
.broadcast__btn {
    border-radius: 14px;
    background: var(--Green, #04D55B);
    color: var(--White, #FFF);
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border: 0;
    width: 160px;
    height: 50px;
}
.broadcast__btn + .broadcast__btn {
    margin-left: 10px;
}
.iframe_wrap iframe {
    min-height: 198px;
}
.form__description {
    color: var(--black, #000);
    font-family: Aeroport;
    font-size: 12px;
    font-style: italic;
    font-weight: 400;
    line-height: normal;
    opacity: 0.5;
}
.mob_menu {
    height: 40px;
    background: var(--white, #FFF);
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    bottom: 0;
    z-index: 10;
}
.mob_menu__box {
    height: 40px;
    padding: 0 7px;
    width: 375px;
    margin: 0 auto;
    align-items: center;
    display: flex;
}
.mob_menu_a {
    color: var(--black, #000);
    font-family: Aeroport;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration: none;
    display: flex;
    height: 40px;
    align-items: center;
}
.mob_menu_a + .mob_menu_a {
    margin-left: 10px;
}
.mob_menu_a.active {
    background-image: url('../img/active.svg');
    background-position: center 25px;
    background-repeat: no-repeat;
}
.mob_menu_a:hover {
    color: var(--black, #000);
}
.profile__notification {
    text-align: center;
    font-size: 15px;
    padding-top: 20px;
}
@media (min-width: 576px) {
    .customModal .modal-title {
        font-size: 36px;
        letter-spacing: -2px;
    }
    .customModal .mod-text2 {
        font-size: 30px;
    }
}
@media (min-width: 768px) {
    
}

@media (min-width: 992px) {
    .profile__notification {
        text-align: center;
        font-size: 18px;
        padding: 62px 80px;
        margin-left: -310px;
    }
    .soon-page {
        max-width: 992px;
        padding: 0 35px;
    }
    .soon-logo {
        width: 195px;
        margin-left: -20px;
    }
    .soon-box {
        border-radius: 32px;
        height: 457px;
    }
    .soon-blur {
        border-radius: 32px;
    }
    .soon-box-date {
        font-size: 17px;
        margin-left: 78px;
        margin-bottom: 30px;
    }
    .soon-box-title {
        font-size: 55px;
        margin-bottom: 20px;
    }
    .soon-box-btn {
        height: 58px;
        width: 412px;
        font-size: 17px;
    }
    .soon-timer-title {
        font-size: 17px;
    }
    .soon-timer-interval {
        width: 83px;
        height: 37px;
        border-radius: 11px;
    }
    .soon-timer-time {
        font-size: 33px;
    }
    .soon-timer-text {
        font-size: 17px;
        top: -1px;
    }
    .r_blue {
        height: 185px;
        width: 185px;
        right: 50px;
    }
    .r_green {
        height: 167px;
        width: 167px;
        top: 160px;
        right: -50px;
    }
    .r_red {
        height: 204px;
        width: 204px;
        top: 185px;
        left: -60px;
    }
    .r_violet {
        height: 204px;
        width: 204px;
        top: 440px;
        left: 90px;
    }
    .soon-footer {
        padding: 17px 0px;
    }
    .soon-text-line {
        font-size: 35px;
        bottom: auto;
        height: 534px;
        position: absolute;
    }
    .soon-box-date img {
        width: 23px;
        margin: 0px 14px;
    }
    .soon-timer-box {
        width: 262px;
    }
    .soon-header {
        padding-top: 12px;
        margin-bottom: 10px;
    }
    .soon-box-info {
        padding-top: 25px;
    }
    .soon-box-date div {
        margin-bottom: 0;
    }
    span.soon-box-title-f1 {
        padding-right: 0;
        padding-left: 18px;
    }
    span.soon-box-title-f2 {
        padding: 0;
    }
    span.soon-box-title-last {
        padding-bottom: 0;
        margin-bottom: 0;
        background-color: transparent;
        padding: 0;
        height: auto;
        display: inline;
    }
    span.soon-box-title-last + span.soon-box-title-last {
        margin-left: 15px;
    }
    .soon-box-title-bg2 {
        background: var(--Green, #04D55B);
        border-radius: 68.889px;
        height: 58px;
        padding: 0 18px;
        display: inline-flex;
        align-items: center;
        padding-bottom: 12px;
    }
    .soon-footer-box {
        padding-left: 0;
        display: flex;
        align-items: center;
    }
    .soon-footer-copyrigt {
        margin-bottom: 0;
        margin-right: auto;
        
    }
    .soon-footer-a + .soon-footer-a {
        margin-top: 0;
        margin-left: 17px;
    }
    
    .soon-box-btns {
        margin-bottom: 20px;
    }
    .soon-text-line1 {
        left: calc(50% + 410px);
    }
    .soon-text-line2 {
        left: calc(50% + 385px);
    }
    .soon-box-btn-img {
        height: 58px;
    }
    .info__box {
        max-width: 992px;
        padding: 0 35px;
    }
    .info__statistic {
        display: flex;
        flex-wrap: wrap;
    }
    .info__statistic_box {
        margin-bottom: 0;
        width: 218px;
    }
    .info__statistic_n {
        font-size: 40px;
        margin-bottom: 3px;
    }
    .info__box_level {
        padding: 0 78px;
    }
    .info_col {
        width: 33.3333%;
        margin-bottom: 12px;
    }
    .info__title {
        font-size: 23px;
        margin-bottom: 10px;
    }
    .info__text {
        font-size: 19px;
        margin-bottom: 10px;
    }
    .info__cases {
        display: flex;
        justify-content: space-between;
    }
    .info__case {
        width: 297px;
        padding: 17px;
        margin-bottom: 0;
        border-radius: 17px;
        height: 100%;
    }
    .info__case_title {
        font-size: 24px;
        margin-bottom: 2px;
    }
    .info__case_text {
        font-size: 16px;
    }
    .info {
        padding-top: 102px;
    }
    .col2 {
        padding-left: 57px;
    }
    .col3 {
        padding-left: 42px;
    }
    .info__statistic + .info__statistic {
        margin-bottom: 23px;
    }
    .info__text + .info__text {
        margin-bottom: 33px;
    }
    .xpage {
        max-width: 800px;
        padding: 0;
    }
    .timetable__header {
        max-width: 800px;
    }
    .timetable {
        padding-top: 71px;
    }
    .speakers__title {
        font-size: 33px;
        text-align: center;
        margin-bottom: 6px;
    }
    .speakers__description {
        font-size: 15px;
        text-align: center;
        margin-bottom: 90px;
    }
    .speakers__notification {
        font-size: 29px;
        line-height: 120%;
        padding-bottom: 170px;
        margin: 0 auto;
        width: 630px;
    }
    .speakers {
        padding-top: 68px;
    }
    .timetable__box {
        max-width: 800px;
        padding: 17px;
        border-radius: 0 20.667px 20.667px 20.667px;
    }
    .timetable__tr {
        border-radius: 16.533px;
        background: rgba(255, 255, 255, 0.60);
        padding: 8.267px 16.533px;
        display: flex;
    }
    .timetable__tdAll {
        font-size: 16.533px;
    }
    .timetable__td1 {
        width: 127px;
        margin-bottom: 0;
    }
    .timetable__td2 {
        margin-bottom: 0;
        width: 361px;
        padding-right: 17px;
    }
    .timetable__title {
        font-size: 33.067px;
    }
    .product_menu_l {
        font-size: 17px;
        width: 100.578px;
        padding: 6.889px 6.889px 6.889px 6.889px;
        border-radius: 20.667px 20.667px 0px 0px;
        padding-top: 10px;
    }
    .map__box {
        max-width: 764px;
        width: 100%;
        padding: 0;
        margin: 0 auto;
        overflow: hidden;
        border-radius: 17px;
    }
    .faq__title {
        font-size: 33.067px;
        text-align: center;
    }
    .faq__box {
        max-width: 764px;
        padding: 0;
    }
    #avitoFaq .accordion-item {
        border-radius: 16px;
        padding: 16px;
    }
    .tpage {
        max-width: 992px;
        padding: 0 37px;
        padding-top: 40px;
    }
    .profile__page {
        display: flex;
        position: relative;
    }
    .profile__avatar {
        width: 227px;
        height: 387px;
        margin-bottom: 0;
        margin-right: 17px;
    }
    .profile__info {
        width: 219px;
        height: auto;
        display: flex;
        flex-direction: column;
        margin-right: 78px;
        padding-top: 53px;
    }
    .profile__lastname {
        font-size: 22px;
        width: auto;
        min-height: 60px;
    }
    .profile-blur2 {
        left: calc(50% - 560px);
    }
    .profile__info_text {
        font-size: 16px;
    }
    .profile__info_next {
        margin-bottom: 9px;
    }
    .profile__info_qr_box {
        width: 219px;
        height: 219px;
        border-radius: 20px;
    }
    .profile__info_qr_code {
        width: 176px;
    }
    .profile__add_ca .soon-box-title {
        font-size: 33px;
        margin-bottom: 30px;
    }
    .profile__add_ca .soon-box-title-bg2 {
        padding: 0 13px;
        height: 38px;
    }
    .profile__news {
        font-size: 12px;
        height: 300px;
        margin-bottom: 12px;
    }

    .profile__news_box {
        margin-bottom: 0;
    }

    .profile__news_item {
        padding: 8.267px 16.533px;
        border-radius: 16.533px;
        align-items: center;
    }

    .profile__news_title {
        width: 235px;
    }
    .product_menu_l.active br {
        display: none;
    }
    .product_menu_l.active {
        width: auto;
        padding-left: 16px;
        padding-right: 16px;
    }
    .product_menu_l {
        height: 40px;
    }
    .header__menu {
        display: block;
        margin-right: auto;
    }
    .header__menu_a {
        color: var(--black, #000);
        font-size: 13px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        text-decoration: none;
    }
    .header__menu_a:hover {
        color: var(--black, #000);
    }
    .header__menu_a + .header__menu_a {
        margin-left: 17px;
    }
    .soon {
        padding-top: 80px;
    }
    .speakers .xpage {
        max-width: 992px;  
    }
    .swiper-slide {
        width: auto;
        padding-top: 0;
    }

    .speakers__title {
        font-size: 33px;
        text-align: center;
        position: relative;
        line-height: 120%;
        margin-bottom: 32px;
    }

    .speakers__description {
        font-size: 14px;
        line-height: 120%;
        text-align: center;
        position: relative;
        margin-bottom: 20px;
    }

    .speakers__box {
        margin-right: 0;
    }

    .speaker {
        width: 146px;
        padding-top: 40px;
    }

    .swiper-slide-active .speaker {
        width: 470px;
        display: flex;
        align-items: end;
        padding-top: 0;
    }

    .speaker__img_box {
        width: 146px;
        height: 254px;
        position: relative;
        border-radius: 14px;
        overflow: hidden;
    }

    .swiper-slide-active .speaker__img_box {
        width: 227px;
        margin-right: 17px;
        height: 336px;
        border-radius: 21px;
    }

    .speaker__img {
        border-radius: 0;
        position: absolute;
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

    .speaker__name {
        font-size: 16px;
        line-height: 120%;
        margin-bottom: 27px;
    }

    .speaker__position {
        font-size: 12px;
        line-height: 120%;
        opacity: 0.5;
        margin-bottom: 27px;
    }

    .swiper-slide-active .speaker__info {
        padding-bottom: 40px;
        padding-top: 0;
        position: relative;
        width: 226px;
    }

    .swiper-button-next {
        background-image: url(../img/s_right.svg);
        width: 35px;
        height: 17px;
        top: auto;
        bottom: 0;
        margin: 0;
        padding: 0;
        right: 110px;
    }

    .swiper-button-prev {
        display: block;
        background-image: url(../img/s_left.svg);
        width: 35px;
        height: 17px;
        background-size: 100%;
        top: auto;
        bottom: 0;
        margin: 0;
        padding: 0;
        left: 0;
    }

        .swiper-button-next::after, .swiper-button-prev::after {
            display: none;
        }

    .speakers__blur {
        top: -80px;
        left: calc(50% - 370px);
    }

    .speakers {
        overflow: initial;
        min-height: auto;
        padding-bottom: 0;
    }

    .swiper-button-prev, .swiper-button-next {
        display: block;
    }
    .profile .avpage {
        display: flex;
        flex-direction: column;
        min-height: 100vh;
    }
    .profile .soon-footer {
        margin-top: auto;
    }
    .broadcast__title {
        font-size: 33.067px;
        text-align: center;
    }
    .broadcast__blur {
        position: absolute;
        width: 596px;
        top: 200px;
        left: 50%;
    }
    .iframe_wrap {
        border-radius: 15px;
        overflow: hidden;
    }
    .iframe_wrap iframe {
        min-height: 440px;
    }
    .broadcast__btn {
        font-size: 24px;
        width: 380px;
        height: 90px;
    }
}
@media (min-width: 1440px) {
    .profile__notification {
        text-align: center;
        font-size: 24px;
        padding: 110px 160px;
        margin-left: -470px;
    }
    .soon-logo {
        width: 282px;
        margin-left: -25px;
    }
    .soon-page {
        max-width: 1440px;
        padding: 0px 50px;
    }
    .soon-header {
        margin-bottom: 6px;
        padding-top: 17px;
    }
    .soon-box {
        border-radius: 46px;
        height: 663px;
    }

    .soon-box-date {
        font-size: 24px;
        margin-left: 110px;
        margin-bottom: 40px;
    }
    .soon-box-title {
        font-size: 80px;
        margin-bottom: 30px;
    }
    .soon-box-btn {
        height: 85px;
        width: 598px;
        font-size: 24px;
        border-radius: 192.949px;
    }
    .soon-timer-title {
        font-size: 24px;
        margin-bottom: 14px;
    }
    .soon-timer-interval {
        width: 120px;
        height: 54px;
        border-radius: 16px;
    }
    .soon-timer-time {
        font-size: 48px;
    }
    .soon-timer-text {
        font-size: 24px;
    }
    .soon-timer-box {
        width: 378px;
    }
    .soon-box-title-bg2 {
        height: 83px;
        border-radius: 100px;
        padding: 0 25px;
        padding-bottom: 22px;
    }
    .soon-text-line {
        font-size: 50px;
        width: 26px;
        height: 765px;
    }
    .soon-footer {
        padding: 24px 0px;
    }
    .r_blue {
        height: 268px;
        width: 268px;
        right: 73px;
    }
    .r_green {
        height: 243px;
        width: 243px;
        top: 232px;
        right: -73px;
    }
    .r_red {
        height: 296px;
        width: 296px;
        top: 268px;
        left: -86px;
    }
    .r_violet {
        height: 296px;
        width: 296px;
        top: 638px;
        left: 130px;
    }
    .soon-box-info {
        padding-top: 42px;
    }
    .soon-timer {
        padding-left: 110px;
    }
    .soon-box-btns {
        margin-bottom: 30px;
    }
    .soon-text-line1 {
        left: calc(50% + 590px);
    }
    .soon-text-line2 {
        left: calc(50% + 545px);
    }
    span.soon-box-title-f1 {
        padding-left: 25px;
    }
    span.soon-box-title-f2 {
        padding: 0;
    }
    .soon-box-btn-img {
        height: 85px;
    }
    span.soon-box-title-last + span.soon-box-title-last {
        margin-left: 20px;
    }
    .info__statistic_n {
        font-size: 58px;
        margin-bottom: 9px;
    }
    .info__statistic_t {
        font-size: 22px;
        line-height: 120%;
    }
    .info__title {
        font-size: 34px;
        margin-bottom: 12px;
    }
    .info__text {
        font-size: 28px;
        margin-bottom: 15px;
    }
    .info__case_title {
        font-size: 36px;
        margin-bottom: 8px;
    }
    .info__case_text {
        font-size: 22px;
    }
    .info__box {
        max-width: 1440px;
        padding: 0 50px;
    }
    .info__box_level {
        padding: 0 114px;
    }
    .info__statistic_box {
        width: 317px;
    }
    .info__case {
        width: 430px;
        padding: 24px;
        border-radius: 24px;
    }
    .info {
        padding-top: 145px;
    }
    .info_col {
        margin-bottom: 18px;
    }
    .info__statistic + .info__statistic {
        margin-bottom: 33px;
    }
    .info__text + .info__text {
        margin-bottom: 45px;
    }
    .speakers__title {
        font-size: 48px;
        margin-bottom: 15px;
    }
    .speakers__description {
        font-size: 22px;
        margin-bottom: 140px;
    }
    .speakers__notification {
        font-size: 41px;
        width: 880px;
        padding-bottom: 250px;
    }
    .speakers {
        padding-top: 100px;
    }
    .timetable__title {
        font-size: 48px;
        margin-bottom: 34px;
    }
    .timetable__box {
        max-width: 1162px;
        padding: 24px;
        border-radius: 0 30px 30px 30px;
    }
    .timetable__tr {
        padding: 12px 24px;
        border-radius: 24px;
    }
    .timetable__tdAll {
        font-size: 24px;
    }
    .timetable__td1 {
        font-size: 24px;
        width: 184px;
    }
    .timetable__td2 {
        font-size: 24px;
        width: 524px;
        padding-left: 24px;
    }
    .timetable__lastname {
        font-size: 18px;
    }
    .timetable__speaker + .timetable__speaker {
        margin-top: 12px;
    }
    .xpage {
        max-width: 1162px;
    }
    .timetable__header {
        max-width: 1162px;
    }
    .product_menu_l {
        font-size: 24px;
        width: 146px;
        padding: 10px 10px 10px 10px;
    }
    .timetable {
        padding-top: 103px;
    }
    .map__box {
        max-width: 1110px;
        border-radius: 17px;
        padding: 0;
    }
    .map {
        padding-top: 105px;
    }
    .map__box iframe {
        height: 563px!important;
    }
    .faq__title {
        font-size: 48px;
        margin-bottom: 32px;
    }
    .faq {
        padding-top: 75px;
    }
    #avitoFaq .accordion-item {
        padding: 24px;
        border-radius: 24px;
        font-size: 24px;
    }
    .faq__box {
        max-width: 1110px;
    }
    .faq__item_header {
        font-size: 24px;
    }
    .faq__item_body {
        font-size: 16px;
        line-height: 26px;
    }
    .tpage {
        max-width: 1440px;
        padding: 0 52px;
        padding-top: 60px;
    }
    .profile__avatar {
        width: 330px;
        height: 562px;
        margin-right: 24px;
    }
    .profile__info {
        width: 316px;
        height: auto;
        margin-right: 127px;
        padding-top: 70px;
    }
    .profile__lastname {
        font-size: 32px;
        min-height: 88px;
    }
    .profile__info_text {
        font-size: 22px;
    }
    .profile__info_next {
        margin-bottom: 17px;
    }
    .profile__info_qr_box {
        width: 316px;
        height: 316px;
        border-radius: 30px;
    }
    .profile__info_qr_code {
        width: 255px;
    }
    .profile__add_ca .soon-box-title {
        font-size: 50px;
        margin-bottom: 55px;
    }
    .profile__add_ca .soon-box-title-bg2 {
        padding: 0 20px;
        height: 50px;
        padding-bottom: 10px;
    }
    .profile__add_ca span.soon-box-title-last + span.soon-box-title-last {
        white-space: nowrap;
    }
    .profile__news_item {
        padding: 12px 24px;
        border-radius: 24px;
    }

    .profile__news {
        font-size: 18px;
        height: 402px;
        margin-bottom: 0;
    }

    .profile__news_date {
        width: 84px;
    }

    .profile__news_title {
        width: 382px;
    }
    .profile__news_box {
        padding-right: 20px;
    }
    .product_menu_l {
        height: 57px;
        padding-top: 12px;
    }
    .product_menu_l.active {
        padding-top: 12px;
    }
    .header {
        height: 70px;
    }
    .soon {
        padding-top: 100px;
    }
    .header__box {
        height: 70px;
    }
    .header__menu_a {
        font-size: 16px;
    }
    .header__menu_a + .header__menu_a {
        margin-left: 24px;
    }
    .header__green {
        font-size: 16px;
    }
    .header__logo2 {
        width: 132px;
    }
    .speakers .xpage {
        max-width: 1440px;
    }
    .speakers__title {
        font-size: 48px;
        margin-bottom: 20px;
    }

    .speakers__description {
        font-size: 22px;
        margin-bottom: 57px;
    }

    .swiper-slide-active .speaker {
        width: 683px;
    }

    .speaker__img_box {
        width: 212px;
        height: 368px;
        border-radius: 20px;
    }

    .speaker {
        width: 212px;
        padding-top: 60px;
    }

    .swiper-slide-active .speaker__img_box {
        width: 330px;
        height: 488px;
        margin-right: 24px;
        border-radius: 30px;
    }

    .speaker__name {
        font-size: 22px;
    }

    .speaker__position {
        font-size: 18px;
        margin-bottom: 22px;
    }

    .speaker__theme {
        font-size: 15px;
    }

    .swiper-button-prev {
        width: 50px;
        height: 24px;
        left: 0;
    }

    .swiper-button-next {
        width: 50px;
        height: 24px;
        right: 180px;
    }

    .speakers__blur {
        top: -150px;
        left: calc(50% - 600px);
        width: 700px;
    }

    .swiper-slide-active .speaker__info {
        padding-bottom: 50px;
        width: 329px;
    }
    .broadcast__title {
        font-size: 48px;
        margin-bottom: 16px;
    }
    .broadcast__box {
        margin-bottom: 55px;
    }
    .broadcast__btn {
        border-radius: 24px;
        width: 570px;
        height: 145px;
        font-size: 36px;
    }
    .broadcast__blur {
        width: auto;
        top: 250px;
    }
    .iframe_wrap {
        border-radius: 20px;
    }
    .iframe_wrap iframe {
        min-height: 625px;
    }
}
