@font-face {
	font-family: 'GolosText';
    src:url('../fonts/Golos-Text/golos-text_regular.woff2') format('woff2'),
        url('../fonts/Golos-Text/golos-text_regular.woff') format('woff');
    font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'GolosText';
    src:url('../fonts/Golos-Text/golos-text_medium.woff2') format('woff2'),
        url('../fonts/Golos-Text/golos-text_medium.woff') format('woff');
    font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: 'GolosText';
    src:url('../fonts/Golos-Text/golos-text_demibold.woff2') format('woff2'),
        url('../fonts/Golos-Text/golos-text_demibold.woff') format('woff');
    font-weight: 600;
	font-style: normal;
}
@font-face {
	font-family: 'GolosText';
    src:url('../fonts/Golos-Text/golos-text_bold.woff2') format('woff2'),
        url('../fonts/Golos-Text/golos-text_bold.woff') format('woff');
    font-weight: 700;
	font-style: normal;
}
@font-face {
	font-family: 'DelaGothicOne';
	src: url('../fonts/Dela_Gothic_One/DelaGothicOne-Regular.ttf') format('truetype');
    font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Poppins';
	src: url('../fonts/Poppins/Poppins-Regular.ttf') format('truetype');
    font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'Poppins';
	src: url('../fonts/Poppins/Poppins-Medium.ttf') format('truetype');
    font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: 'Poppins';
	src: url('../fonts/Poppins/Poppins-SemiBold.ttf') format('truetype');
    font-weight: 600;
	font-style: normal;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'GolosText', sans-serif;
}

html,
body {
    width: 100%;
    height: 100%;
    font-family: 'GolosText', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

body {
    background-color: #ffffff;
}
.page-wrapper {
    width: 100%;
}

.container {
    margin: 0 auto;
    display: block;
    padding: 0 30px;
    width: 100%;
    position: relative;
}
/* (max-width: 640px) (min-width: 992px) */
@media (min-width: 641px) {
    .container {
        width: 100%;
        max-width: 1600px;
        margin: 0 auto;
        padding: 0 75px;
        min-width: 1380px;
    }
}

@media (max-width: 1400px) {
    .container {
        padding: 0 50px;
    }
}
@media (max-width: 640px) {
    .container {
        padding: 0 30px;
    }
}

/* @media (max-width: 640px) and (orientation:portrait)  {
 */

.header_logotypes {
    display: flex;
    flex-direction: row;
    gap: 20px;
    transition: all 0.25s ease-in;
    padding-top: 20px;
}
.header_logotypes__logo {
    height: 46px;
}
/* на большом экране >1600 увеличить header_back  */
.header_back {
    position: absolute;
    right: 0;
    top: 0;
    width: 800px;
}
.header_badge {
    background-color: #F9EFFF;
    border-radius: 100px;
    display: inline-block;
    padding: 13px 22px 13px 17px;
    margin-top: 77px;
    margin-bottom: 21px;
}
.header_badge img {
    width: 41px;
    height: 41px;
    vertical-align: middle;
}
.header_badge span {
    font-family: 'DelaGothicOne';
    font-size: 27px;
    color:#000000;
    vertical-align: middle;
    padding-left: 7px;
    font-weight: 400;
}
.header_title {
    font-family: 'DelaGothicOne';
    font-weight: 400;
    font-size: 65px;
    color:#0E0729;
    padding-left: 5px;
    letter-spacing: -5.5%;
    line-height: 142%;
    margin-bottom: 55px;
    z-index: 10;
    position: relative;
}
.header_text {
    font-size: 20px;
    font-weight: 500;
    line-height: 130%;
    color:#827F8D;
    width: 820px;
    display: block;
}
.header_text span {
    color:#0E0729;
    display: block;
    font-weight: 600;
    padding-top: 7px;
}
.header_btn {
    background: #07AF8D;
    font-weight: 600;
    font-size: 22px;
    color:#FFFFFF;
    text-align: center;
    text-decoration: none;
    outline: none;
    border-radius: 100px;
    border: 0;
    padding: 18px 40px;
    margin-top: 40px;
    margin-bottom: 45px;
    display: inline-block;
}
.header_btn:hover {
    filter: saturate(130%);
}
.header_card {
    position: absolute;
    width: 240px;
    padding: 40px 45px;
    border-radius: 26px;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(5px);
    border: 2px solid rgb(236,235,240);
    text-align: center;
}
.header_card-1 { 
    right: 98px;
    top: 70px;
    z-index: 3;
}
.header_card-2 { 
    right: 315px;
    top: 205px;
    z-index: 2;
}
.header_card-3 { 
    right: 40px;
    top: 408px;
}
.header_card__icon1 {
    position: absolute;
    width: 215px;
    right: 0;
    top: 0;
    z-index: 4;
}
.header_card__icon2 {
    position: absolute;
    width: 160px;
    right: 226px;
    top: 459px;
    z-index: 4;
}
.header_card__photo {
    width: 125px;
    margin-bottom: 25px;
}
.header_card__bio-fio {
    font-size: 18px;
    font-weight: 500;
    line-height: 100%;
    color:#0E0729;
    padding-bottom: 5px;
}
.header_card__bio-job {
    font-size: 10px;
    font-weight: 400;
    line-height: 120%;
    color:#0E0729;
}
.header_main-theme {
    display: flex;
    position: relative;
    flex-direction: row;
    z-index: 10;
    gap: 30px;
    padding: 15px 30px;
    border-radius: 26px;
    box-shadow: 0px 39px 40px 0px rgba(14, 7, 41, 0.07);
    background: rgb(255, 255, 255);
}
.header_main-theme__img {
    width: 100px;
}
.header_main-theme__caption {
    font-size: 24px;
    font-weight: 700;
    line-height: 120%;
    color:#0E0729;
}
.header_main-theme__desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 140%;
    padding-top: 12px;
    color:#827F8D;
}

.header_back__desktop {
    display: block;
}
.header_back__mob {
    display: none;
}

@media (max-width: 640px) {



    .header_logotypes__logo {
        height: 33px;
        z-index: 10;
    }
    .header_title {
        font-family: 'DelaGothicOne';
        font-weight: 400;
        font-size: 30px;
        color:#0E0729;
        padding-left: 5px;
        letter-spacing: -5.5%;
        line-height: 142%;
        margin-bottom: 40px;
    }
    .header_badge {
        background-color: #F9EFFF;
        border-radius: 100px;
        display: inline-block;
        padding: 12px 15px;
        margin-top: 77px;
        margin-bottom: 21px;
        z-index: 10;
        position: relative;
    }
    .header_badge img {
        width: 28px;
        height: 28px;
        vertical-align: middle;
    }
    .header_badge span {
        font-family: 'DelaGothicOne';
        font-size: 16px;
        color:#000000;
        vertical-align: middle;
        padding-left: 7px;
        font-weight: 400;
    }
    .header_main-theme {
        display: flex;
        flex-direction: column;
    }
    .header_back, .header_card, .header_card__icon1, .header_card__icon2 {
        display: none;
    }

    .header_text {
        line-height: 125%;
        width: 100%;
        font-size: 18px;
        font-weight: 500;
        color:#827F8D;
        display: block;
        z-index: 10;
        position: relative;
    }
    .header_btn {
        background: #07AF8D;
        font-weight: 600;
        font-size: 20px;
        color:#FFFFFF;
        text-align: center;
        text-decoration: none;
        outline: none;
        border-radius: 100px;
        border: 0;
        padding: 15px 35px;
        margin-top: 40px;
        margin-bottom: 45px;
        display: inline-block;
    }

    .header_main-theme {
        display: flex;
        position: relative;
        flex-direction: column;
        z-index: 10;
        gap: 20px;
        padding: 15px 30px;
        border-radius: 26px;
        box-shadow: 0px 39px 40px 0px rgba(14, 7, 41, 0.07);
        background: rgb(255, 255, 255);
    }
    .header_main-theme__img {
        width: 70px;
    }
    .header_main-theme__caption {
        font-size: 24px;
        font-weight: 700;
        line-height: 120%;
        color:#0E0729;
    }
    .header_main-theme__desc {
        font-size: 18px;
        font-weight: 400;
        line-height: 125%;
        padding-top: 12px;
        color:#827F8D;
    }

    .header_back__desktop {
        display: none;
    }
    .header_back__mob {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        width: 70%;
        z-index: 1;
        opacity: 0.8;
    }
}

.involvement {
    display: flex;
    flex-direction: row;
    gap: 40px;
    margin-top: 80px;
    margin-bottom: 70px;
}
.involvement_caption nobr {
    font-family: 'DelaGothicOne';
    font-size: 28px;
    font-weight: 400;
    line-height: 120%;
    color:#333333;
}
.involvement_text {
    font-size: 20px;
    font-weight: 400;
    line-height: 140%;
    color:#0E0729;
}

.programm {
    background-image: url("../img/programm_back.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center left;
    transition: all 0.25s ease-in;
    margin-left: auto;
    margin-right: auto;
    max-width: 1600px;
    min-width: 1380px;
}
.programm_label {
    font-family: 'DelaGothicOne';
    font-size: 28px;
    font-weight: 400;
    line-height: 120%;
    color:#0E0729;
    margin-bottom: 40px;
}
.programm_listbox {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 50px;
}
.programm_listbox__item {
    width: 31%;
    /* min-height: 300px; */
    padding: 45px 24px 25px 24px; 
    border-radius: 26px;
    box-shadow: 0px 39px 40px 0px rgba(14, 7, 41, 0.07);
    background: #fafafa;
}
.programm_listbox__item-img {
    width: 100px;
}
.programm_listbox__item-caption {
    font-size: 25px;
    font-weight: 500;
    line-height: 140%;
    color:#0E0729;
    padding-top: 21px;
}
.programm_listbox__itemGo {
    background-color: #07AF8D;
    text-decoration: none;
    outline: none;
}
.programm_listbox__itemGo:hover {
    filter: saturate(130%);
}
.programm_listbox__itemGo .programm_listbox__item-img {
    width: 125px;
}
.programm_listbox__itemGo .programm_listbox__item-caption {
    color: #FFFFFF;
    font-family: 'DelaGothicOne';
    font-size: 30px;
    font-weight: 400;
    line-height: 140%;
    padding-top: 10px;
}
.programm_label2 {
    font-family: 'DelaGothicOne';
    font-size: 36px;
    font-weight: 400;
    line-height: 120%;
    color:#0E0729;
    padding-top: 90px;
    padding-bottom: 30px;
}


.speakers {
    background-color: #07AF8D;
    padding-top: 40px;
    padding-bottom: 60px;
    min-width: 1380px;
    background-image: url("../img/speakers_back3x.png");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center left;
    transition: all 0.25s ease-in;
    margin-left: auto;
    margin-right: auto;
}
.speakers_listbox {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 50px;
}
.speakers_listbox__two {
    margin-top: 60px;
}
.speakers_listbox__item {
    width: 310px;
}
.speakers_listbox__item-title {
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    line-height: 120%;
    color:#FFFFFF;
}
.speakers_listbox__item-title span {
    font-weight: 700;
    display: block;
}
.speakers_listbox__item-card {
    width: 100%;
    padding: 40px 50px;
    border-radius: 26px;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(5px);
    border: 2px solid rgb(255,255,255);
    text-align: center;
    margin-top: 15px;
    min-height: 400px;
}
.speakers_listbox__item-card__photo {
    width: 100%;
    margin-bottom: 15px;
}
.speakers_listbox__item-card__fio {
    font-family: 'DelaGothicOne';
    font-size: 18px;
    font-weight: 400;
    line-height: 100%;
    color:#FFFFFF;
    padding-bottom: 8px;
}
.speakers_listbox__item-card__job {
    font-size: 13px;
    font-weight: 400;
    line-height: 120%;
    color:#FFFFFF;
}

@media (max-width: 640px) {

    .involvement {
        display: flex;
        flex-direction: column;
        gap: 20px;
        margin-top: 60px;
        margin-bottom: 60px;
    }

    .involvement_caption nobr {
        font-family: 'DelaGothicOne';
        font-size: 26px;
        font-weight: 400;
        line-height: 120%;
        color:#333333;
    }
    .involvement_text {
        font-size: 20px;
        font-weight: 400;
        line-height: 140%;
        color:#0E0729;
    }


    .programm {
        min-width: auto;
    }

    
    .programm_listbox {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: space-between;
        row-gap: 30px;
    }

    .programm_listbox__item {
        width: 100%;
        padding: 25px 24px 25px 24px; 
        border-radius: 26px;
        box-shadow: 0px 39px 40px 0px rgba(14, 7, 41, 0.07);
        background: #fafafa;
    }
    .programm_listbox__item-img {
        width: 60px;
    }
    .programm_listbox__item-caption {
        font-size: 21px;
        font-weight: 500;
        line-height: 125%;
        color:#0E0729;
        padding-top: 15px;
    }

    .programm_listbox__itemGo {
        background-color: #07AF8D;
        text-decoration: none;
        outline: none;
    }
    .programm_listbox__itemGo:hover {
        filter: saturate(130%);
    }
    .programm_listbox__itemGo .programm_listbox__item-img {
        width: 70px;
    }
    .programm_listbox__itemGo .programm_listbox__item-caption {
        color: #FFFFFF;
        font-family: 'DelaGothicOne';
        font-size: 24px;
        font-weight: 400;
        line-height: 140%;
        padding-top: 10px;
    }
    .programm_label2 {
        font-family: 'DelaGothicOne';
        font-size: 32px;
        font-weight: 400;
        line-height: 120%;
        color:#0E0729;
        padding-top: 75px;
        padding-bottom: 20px;
    }
    

    .speakers {
        background-color: #07AF8D;
        padding-top: 40px;
        padding-bottom: 60px;
        min-width: auto;
        background-image: none;
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: center left;
        transition: all 0.25s ease-in;
        margin-left: auto;
        margin-right: auto;
    }
    .speakers_listbox {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: space-between;
        row-gap: 40px;
    }
    .speakers_listbox__two {
        margin-top: 40px;
    }
    .speakers_listbox__item {
        width: 100%;
    }
    .speakers_listbox__item-title {
        text-align: center;
        font-size: 24px;
        font-weight: 400;
        line-height: 120%;
        color:#FFFFFF;
    }
    .speakers_listbox__item-title br {
        display: none;
    }
    .speakers_listbox__item-title span {
        font-weight: 700;
        display: block;
    }
    .speakers_listbox__item-card {
        width: 100%;
        padding: 20px 20px;
        border-radius: 26px;
        background: rgba(255, 255, 255, 0.2);
        backdrop-filter: blur(5px);
        border: 1px solid rgb(255,255,255);
        text-align: center;
        margin-top: 15px;
        min-height: auto;
    }
    .speakers_listbox__item-card__photo {
        width: 50%;
        margin-bottom: 15px;
    }
    .speakers_listbox__item-card__fio {
        font-family: 'DelaGothicOne';
        font-size: 18px;
        font-weight: 400;
        line-height: 100%;
        color:#FFFFFF;
        padding-bottom: 8px;
    }
    .speakers_listbox__item-card__job {
        font-size: 14px;
        font-weight: 400;
        line-height: 120%;
        color:#FFFFFF;
    }
    
}




.text-bubble {
    font-size: 24px;
    font-weight: 400;
    line-height: 120%;
    color:#000000;
    text-align: left;
    padding: 25px 100px 25px 40px;
    background: #F9EFFF;
    border-radius: 30px;
    margin-top: 40px;
    margin-bottom: 40px;
}


.jumbotron {
    text-align: center;
    margin-bottom: 60px;
}
.jumbotron-pitch {
    font-family: 'DelaGothicOne';
    font-size: 28px;
    font-weight: 400;
    line-height: 120%;
    color:#079A83;
}
.jumbotron-btn {
    font-size: 24px;
    font-weight: 700;
    line-height: 120%;
    color:#FFFFFF;
    background-color: #00DBAE;
    outline: none;
    border: 0;
    border-radius: 10px;
    text-decoration: none;
    padding: 15px 80px;
    display: inline-block;
    margin-top: 27px;
    margin-bottom: 27px;
}
.jumbotron-message {
    font-size: 24px;
    font-weight: 400;
    line-height: 120%;
    color:#58585A;
}

.faq {
    padding-bottom: 75px;
}
.faq-label {
    font-family: 'DelaGothicOne';
    font-size: 36px;
    font-weight: 400;
    line-height: 120%;
    color:#07AF8D;
    padding-left: 40px;
}
.faq-label span{
    font-family: 'DelaGothicOne';
    font-size: 21px;
    font-weight: 400;
    line-height: 120%;
    color:#07AF8D;
}
.faq-item {
    width: 80%;
    padding: 35px 250px 35px 40px;
    border-radius: 26px;
    box-shadow: 0px 39px 40px 0px rgba(14, 7, 41, 0.07);
    background: rgb(255, 255, 255);
    position: relative;
    cursor: pointer;
    margin-top: 22px;
}
.faq-item_question {
    font-size: 24px;
    font-weight: 500;
    line-height: 120%;
    color:#0E0729;
    margin-bottom: 20px;
}
.faq-item_answer {
    font-size: 20px;
    font-weight: 400;
    line-height: 120%;
    color:#827F8D;
    display: none;
}
.faq-item.active .faq-item_answer {
    display: block;
}
.faq-item_arrow {
    width: 52px;
    position: absolute;
    right: 30px;
    top: 50%;
    margin-top: -26px;
    transition: all 0.25s ease-in;
}
.faq-item_arrow.active {
    width: 52px;
    position: absolute;
    right: 30px;
    top: 50%;
    margin-top: -26px;
    transform: rotate(180deg);
}

@media (max-width: 640px) {
    .text-bubble {
        font-size: 20px;
        font-weight: 400;
        line-height: 130%;
        color:#000000;
        text-align: left;
        padding: 25px 25px;
        background: #F9EFFF;
        border-radius: 30px;
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .jumbotron {
        text-align: center;
        margin-bottom: 60px;
    }
    .jumbotron-pitch {
        font-family: 'DelaGothicOne';
        font-size: 24px;
        font-weight: 400;
        line-height: 120%;
        color:#079A83;
    }
    .jumbotron-pitch br {
        display: none;
    }
    .jumbotron-btn {
        font-size: 20px;
        font-weight: 700;
        line-height: 120%;
        color:#FFFFFF;
        background-color: #00DBAE;
        outline: none;
        border: 0;
        border-radius: 10px;
        text-decoration: none;
        padding: 15px 40px;
        display: inline-block;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .jumbotron-message {
        font-size: 18px;
        font-weight: 400;
        line-height: 120%;
        color:#58585A;
    }
    .jumbotron-message br {
        display: none;
    }


    .faq {
        padding-bottom: 55px;
    }
    .faq-label {
        font-family: 'DelaGothicOne';
        font-size: 26px;
        font-weight: 400;
        line-height: 120%;
        color:#07AF8D;
        padding-left: 0;
        text-align: center;
    }
    .faq-label span{
        font-family: 'DelaGothicOne';
        font-size: 21px;
        font-weight: 400;
        line-height: 120%;
        color:#07AF8D;
    }
    .faq-item {
        width: 100%;
        padding: 25px 80px 25px 25px;
        border-radius: 26px;
        box-shadow: 0px 39px 40px 0px rgba(14, 7, 41, 0.07);
        background: rgb(255, 255, 255);
        position: relative;
        cursor: pointer;
        margin-top: 22px;
    }
    .faq-item_question {
        font-size: 20px;
        font-weight: 500;
        line-height: 120%;
        color:#0E0729;
        margin-bottom: 15px;
    }
    .faq-item_answer {
        font-size: 18px;
        font-weight: 400;
        line-height: 120%;
        color:#827F8D;
        display: none;
    }
    .faq-item.active .faq-item_answer {
        display: block;
    }
    .faq-item_arrow {
        width: 30px;
        position: absolute;
        right: 30px;
        top: 25px;
        margin-top: 0;
        transition: all 0.25s ease-in;
    }
    .faq-item_arrow.active {
        width: 30px;
        position: absolute;
        right: 30px;
        top: 25px;
        margin-top: 0;
        transform: rotate(180deg);
    }

}


footer {
    text-align: center;
    padding: 50px 0;
}
.footer_icon {
    width: 70px;
}
.footer_text {
    font-size: 19px;
    font-weight: 500;
    line-height: 120%;
    color:#000000;
    padding-bottom: 10px;
}
.footer_phone {
    font-size: 18px;
    font-weight: 400;
    line-height: 120%;
    color:#000000;
    padding-bottom: 8px;
    text-decoration: none;
    display: block;
}
.footer_email {
    font-size: 18px;
    font-weight: 400;
    line-height: 120%;
    color:#000000;
    text-decoration: none;
    display: block;
}

@media (max-width: 640px) {
    footer {
        text-align: center;
        padding: 20px 0;
        padding-bottom: 55px;
    }
}