/*  Новый дизайн START  */
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

/*
кастомные
 */
.frii{
    font-size: 22px;
    margin-bottom: 24px;
    color: #FFFFFF;
    font-weight: bold;
}
.case{
    font-weight: bold!important;
    font-size: 14px!important;
    color: rgb(16, 30, 81) !important;

}
body{
    font-family: Montserrat;
}
body.hidden {
    overflow: hidden;
    height: 100vh;
    position: relative;
}

.wrap{
    max-width: 1184px;
    padding: 0 24px;
    margin: 0 auto;
}
@media screen and (min-width: 1500px){
    .wrap{
        max-width: 1384px;
    }
}
.programm_hidden{
   opacity: 0;
}
/* Шапка */


/*.header__button{*/
/*    height: 100px;*/
/*    width: 310px;*/
/*    margin-right: -33px;*/
/*    border-radius: 0;*/
/*}*/
/*header .wrap{*/
/*    margin-top: 0px;*/
/*}*/









header{
    height: 64px;
    width: 100%;

    background: rgba(16, 30, 81, 1);
    border-bottom: none;

    position: fixed;
    top: 0;
    left: 0;
    z-index: 4;

    display: flex;
    align-items: center;
    justify-content: flex-start;

}

.header_scrolled{
    background: #101E51;
    border-bottom: none;
}
header .wrap{
    padding-left: 0;
    padding-right: 32px;
    margin-top: 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;

    width: 100%;
}
.info_conf__alert{
   padding-bottom: 24px;
    text-align: center;
    font-size: 16px;
    line-height: 150%;
}
.header__button{
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    -webkit-appearance: none;
    justify-content: center;
    background: linear-gradient(118.03deg, #F32F52 21.31%, #F52A4F 122.06%, #FDB8AF 232.61%, #CBAEAD 232.64%);
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.02em;
    cursor: pointer;
    color: #FFFFFF!important;
    padding: 22px 46px;
    white-space: nowrap;
    width: 178px;
    margin-right: -33px;
    border-radius: 0;
}

.header__button:hover{
    background: #DA1B3E;
}
.button-effect{
    content: '';
    width: 32px;
    height: 32px;
    position: absolute;
    top: calc(50% - 16px);
    left: calc(50% - 16px);
    transform: scale(0);
    background: #FFFFFF;
    opacity: 0.15;
    transition: 250ms;
    border-radius: 50%;
    pointer-events: none;
}
.header__button span{
    position: relative;
    z-index: 2;
}
.header__button:active{
    background: linear-gradient(0deg, #5865E9 0%, #5176EF 100%);
    box-shadow: inset 0px 2px 2px rgba(18, 19, 41, 0.2);
}
.header__button.disabled{
    opacity: 0.4;
    pointer-events: none;
}

.menu-desktop__item{
    position: relative;
}
.menu-desktop__item.active:after{
    display: block;
    position: absolute;
    left: 0;
    bottom: -38px;
    width: 100%;
    height: 2px;
    background-color: #fff;
    content: "";
    transition: width 0.3s ease-out;
}


.lang{
    font-size: 20px;
    line-height: 24px;

    color: #FFFFFF!important;
}

.btn-menu{
    width: 24px;
    height: 18px;

    background: url("/img/ic_menu.svg") no-repeat center / contain;

    margin-left: 32px;
}

.header__btns{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.mainscreen{
    margin-top: 64px;
    position: relative;
    padding: 40px 0;
}

.mainscreen .wrap{
    position: relative;
    z-index: 3;
}

.mainscreen__mask{
    display: block;
    z-index: 2;

    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0;

    mix-blend-mode: hard-light;

    background: linear-gradient(160.59deg, rgba(13, 29, 177, 0.9) 11.1%, rgba(103, 14, 172, 0.9) 42.74%, rgba(61, 16, 158, 0.9) 86.05%);
}
.mainscreen__img,
.mainscreen__video{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mainscreen__img{
    background: url("/img/mainscreen-mobile.png") no-repeat center / cover;
}

.logo{
    width: 272px;
    height: 67px;

    background: url("/img/logo-new.svg") no-repeat left center / contain;
    margin-bottom: 30px;
}

.mainscreen__title{
    font-weight: bold;
    font-size: 14px;
    line-height: 150%;
    /* or 27px */
    display: block;
    align-items: center;
    letter-spacing: 0.02em;

    color: #FFFFFF;

    /* тень на тексте */
    /*text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);*/
    margin-bottom: 24px;
}


.mainscreen__data{
    margin-bottom: 30px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
}

.mainscreen__year{
    font-size: 54px;
    line-height: 66px;
    display: flex;
    align-items: center;

    color: #FFFFFF;
}

.mainscreen__day{
    font-size: 20px;
    line-height: 24px;

    color: #FFFFFF;

    margin-top: 6px;
}

.mainscreen__address span{
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
}
.mainscreen__address{
    font-weight: 500;
    font-size: 14px;
    line-height: 160%;
    /* or 38px */

    color: #FFFFFF;
}

.mainscreen__link{
    padding: 12px 24px;
    /*width: 100%;*/
    background: #DF19FF;
    border-radius: 22px;
    position: relative;

    display: inline-block;
    font-size: 18px;
    line-height: 99%;
    /* identical to box height, or 27px */

    text-align: center;
    letter-spacing: 0.01em;

    color: #FFFFFF;
    margin-bottom: 40px;
}
.mainscreen__link:hover{
    background: #0E12EA;
    color: #fff!important;
    text-decoration: none;
}

.mainscreen__column:first-child{
    padding-right: 12px;
    margin-right: 12px;
    border-right: 1px solid rgba(255,255,255, .4);
    /*width: 175px;*/
}


.mainscreen__partner__item{
    width: 225px;
    height: 28px;
    background: no-repeat center bottom / contain;

    display: block;
    margin-bottom: 16px;
}

.mainscreen__partner__item:last-child{
    margin-bottom: 0;
}

.mainscreen__partner__title{
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;

    color: #FFFFFF;
    margin-bottom: 16px;
}

@media screen and (min-width: 768px){

    .mainscreen__img{
        background: url("/img/mainscreen-tablet.png") no-repeat center / cover;
    }


    .btn-menu{
        margin-left: 64px;
    }
    header{
        height: 100px;
    }
    header .wrap{
        margin-top: 0px;
    }
    .mainscreen{
         margin-top: 0px;
    }

    .mainscreen .wrap{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        margin-top: 120px;
    }

    .logo{
        order: 3;
        width: 597px;
        height: 146px;
    }

    .mainscreen__title{
        order: 4;
    }

    .mainscreen__link{
        order: 2;
    }
    .mainscreen__column:first-child{
        width: auto;
    }
    .mainscreen__column:first-child .mainscreen__day{
        display: none;
    }
    .mainscreen__column:last-child .mainscreen__day{
        display: flex;
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 6px;
    }
    .mainscreen__year{
        font-size: 69px;
        line-height: 64px;
    }
    .mainscreen__address br{
        display: none;
    }
    .mainscreen__data{
        order: 1;
        margin-bottom: 30px;
    }
    .mainscreen__link{
        padding-left: 24px;
        padding-right: 24px;
        width: auto;
        display: inline-block;

        line-height: 106%;
    }
    .mainscreen__partner{
        /*border-top: 1px solid rgba(255,255,255, .4);*/
        order: 5;

        width: 100%;

        padding-top: 32px;
    }
    .logo{
        margin-bottom: 32px;
    }
    .mainscreen__title{
        font-weight: bold;
        font-size: 24px;
        line-height: 150%;
        /* or 48px */
        letter-spacing: 0.02em;

        color: #FFFFFF;

        /* тень на тексте */
        /*text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);*/
        max-width: 596px;
        margin-bottom: 28px;
    }
    .mainscreen{
        padding-bottom: 64px;
    }
    .mainscreen__partner{
        display: flex;
        align-items: center;
        flex-wrap: wrap;

        border-top: 1px solid rgba(255,255,255, .4);
        padding-top: 32px;
    }
    .mainscreen__partner__title{
        min-width: 100%;
        margin-bottom: 24px;

        font-weight: 500;
        font-size: 24px;
        line-height: 150%;
        /* identical to box height, or 36px */
        color: #FFFFFF;
    }
    .mainscreen__partner__item{
        width: 328px;
        height: 34px;
        margin-bottom: 0;
        background-position: left top;
        margin-right: 40px;
    }
    .mainscreen__partner__item:last-child{
        margin-right: 0;
    }

    .header__button{
        font-size: 20px;
        line-height: 24px;
        height: 100px;
        width: 300px;

    }
    .mainscreen__title{
        display: block;
    }
    .mainscreen__title span{
        margin-right: 0px;
    }
}

@media screen and (min-width: 1170px){

    .mainscreen__img{
        background: url("/img/mainscreen-desktop.png") no-repeat center / cover;
    }



    .mainscreen{
        padding-bottom: 109px;
    }

    .mainscreen__title{
        font-weight: bold;
        font-size: 24px;
        line-height: 160%;
        letter-spacing: 0.02em;
        margin-top: -186px;
        transform: translateX(650px);
        max-width: 467px;
        margin-bottom: 0;
        display: block;

        margin-bottom: 0;
    }
    .mainscreen__title span{
        margin-right: 240px;
    }
    .mainscreen__partner{
        margin-top: 72px;
        width: auto;

        padding-top: 0;
        border-top: 0;
    }
    .mainscreen__partner__item:last-child{
        width: 280px;
    }
    .mainscreen__partner,
    .mainscreen__partner__title{
        width: 660px;
        min-width: auto;
    }

    header{
        border-bottom: 1px solid rgba(255,255,255, .4);
        background: rgba(16, 30, 81, .2);

        display: flex;
        align-items: center;
        justify-content: flex-start;

    }

    .header__button{
        height: auto;
        border-radius: 4px;
        width: auto;
        margin-right: 0;
        font-size: 20px;
        line-height: 24px;
    }
    header .wrap {
        width: 100%;
    }
}

/* Шапка */

/* О конференции START */
.about{
    padding-top: 40px;
}
.about__title{
    font-weight: bold;
    font-size: 16px;
    line-height: 160%;
    color : #04202F
}
.about__title span{
    font-weight: bold;
    font-size: 28px;
    line-height: 150%;

    color: #04202F;
}
.about__text p{
    font-size: 14px;
    line-height: 160%;
    color: #04202F;
    margin: 16px 0;
}
.about__text >*:last-child{
    margin-bottom: 0;
}
.about__sidebar{
    margin: 0 -24px;
    margin-top: 40px;
    background: linear-gradient(184.36deg, #DF19FF 21.34%, #6A19F8 92.96%, #560CB4 105.98%);
}
.about__counter__list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;

    padding: 40px 24px;

    position: relative;
    z-index: 2;
}

.about__sidebar{
    position: relative;
    overflow: hidden;
}
.about__counter__num{
    font-weight: bold;
    font-size: 54px;
    line-height: 150%;
    text-align: center;
    color: #FFFFFF
}
.about__counter__text{
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #FFFFFF
}
.about__counter__item{
    width: calc(50% - 16px);
    margin-bottom: 24px;
}
.about__counter__item:nth-child(3),
.about__counter__item:last-child{
    margin-bottom: 0;
}

.about__img{
    width: 100vw;
    height: 203px;

    object-fit: cover;
}



.about__sidebar:after{
    content: '';
    width: 120%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url("/img/about-d.svg") no-repeat center top / contain;

}


@media (min-width: 768px) and (max-width: 1170px){
    .about__counter__list{
        flex-wrap: nowrap;
    }
    .about__counter__item{
        width: calc(25% - 16px);
        margin-bottom: 0;
    }
    .about__counter__item:nth-child(2){
        display: none;
    }

    .about__img{
        height: 488px;
    }
    .about__sidebar{
        margin-top: 70px;
    }
}
@media screen and (min-width: 768px){
    .about__title span {
        font-size: 48px;
    }
    .about__title{
        font-size: 24px;
        margin-bottom: 40px;
    }
    .about__text p{
        font-size: 18px;
    }
    .about__counter__text{
        font-size: 20px;
    }
    .about__counter__num{
        font-size: 56px;
    }
    .about__sidebar{
        position: relative;
    }

    .about__counter__list{
        position: relative;
        z-index: 2;
    }
}
@media screen and (min-width: 1170px){
    .about__sidebar{
        width: 100%;
        max-width: 480px;
        margin: 0;
        margin-top: -108px;
        background: linear-gradient(184.36deg, #DF19FF 21.34%, #6A19F8 92.96%, #560CB4 105.98%);
        z-index: 2;
    }
    .about__counter__text,
    .about__counter__num{
        text-align: left;
    }
    .about__counter__list{
        padding: 70px 88px;
    }
    .about__img{
        width: 100%;
        height: 306px;
    }
    .about .wrap{
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }
    .about__text{
        max-width: 464px;
        padding: 0;
    }
    .about{
        padding: 70px 0;

    }
    .about__sidebar:after{
        width: 100%;
    }
}
/* О конференции END */


/* Программа START */
.program{
    background: #F8F9FA;
}
.program__title{
    padding: 24px 0;
}
.program_name,
.program_time{
    font-weight: 800;
    font-size: 16px;
    line-height: 150%;

    color: #04202F;
}
.program_name{
    font-weight: bold;
    margin-bottom: 4px;
}
.program_desc{
    font-size: 14px;
    line-height: 150%;

    color: #04202F;
    opacity: 0.8;
}
.program__section{
    display: flex;
    align-items: flex-start;

    padding: 24px 0;
    margin-top: -36px;
}

.program_time{
    margin-right: 12px;
}

.program__title{
    font-weight: bold;
    font-size: 28px;
    line-height: 150%;

    color: #04202F;
    padding: 40px 0 32px;
    border-bottom: 1px solid #BCC7CD;
}

.program__item__ic{
    min-width: 21px;
    width: 21px;
    height: 35px;

    background: url("/img/ic_program.svg") no-repeat center / contain;
    margin-right: 20px;
}
.program__item__ic_2{
    background-image: url("/img/ic_program-2.svg");
}
.program__item__ic-1{
    background-image: url("/img/ic_program--1.svg");
}
.program__item__ic_3{
    background-image: url("/img/ic_program-3.svg");
}
.program__item__ic_4{
    background-image: url("/img/ic_program-4.svg");
}
.program__item__title{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.program__item__title_start{
    align-items: flex-start;
}

.program__item__headline{
    padding-bottom: 24px;
    /*border-bottom: 4px solid #2A36CE;*/
    margin-bottom: 36px;

    position: relative;
}

.program__item__headline:after{
    content: '';
    width: calc(100% - 40px);
    height: 4px;
    background: #2A36CE;

    bottom: 0;
    left: 40px;
    position: absolute;
}

.program__item__headline:last-child:after,
.program__item__headline:first-child:after{
    display: none;
}

.program__item__headline:first-child{
    margin-top: 0;
    padding-bottom: 0;
}
.program__item__headline:last-child{
    padding-bottom: 0;
    margin-bottom: 0;
}

.program__item__name{
    font-weight: bold;
    font-size: 16px;
    line-height: 150%;

    color: #04202F;
    /*margin-bottom: 8px;*/
}
.program__item__loc{
    font-size: 14px;
    line-height: 150%;
    color: #04202F;
    opacity: 0.8;
}
.program__item{

}
.program__time{
    font-weight: 800;
    font-size: 16px;
    line-height: 150%;
    color: #04202F;
    width: 58px;
}
.program__duration{
    font-size: 12px;
    line-height: 150%;

    /* Основной */
    color: #04202F;
    opacity: 0.8;
}
.program__profile__img{
    box-shadow: -4px 6px 13px rgba(181, 147, 208, 0.19);
    border-radius: 50%;
    width: 32px;
    min-width: 32px;
    height: 32px;
    object-fit: cover;
    margin-right: 8px;
}
.program__profile__name{
    font-weight: bold;
    font-size: 14px;
    line-height: 150%;
    color: #04202F;
}
.program__profile__name a{
    color: #2A36CE;
    text-decoration: underline;
}
.program__profile__name a:hover{
    color: #16255B;
}

.program__profile__desc{
    font-size: 12px;
    line-height: 150%;
    color: #04202F;
    opacity: 0.8;
}
.program__profile > div:first-child{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 8px;
}
.program__profile{
    margin-top: 16px;
}
.program__profile:first-child{
    margin-top: 0;
}
/*.program__event{*/
    /*display: flex;*/
    /*justify-content: flex-start;*/
    /*align-items: flex-start;*/
/*}*/

.program__event__right{
    margin-top: 16px;
    padding-left: 40px;
}
.program__tag{
    padding: 4px 12px;
    font-weight: 500;
    font-size: 12px;
    line-height: 150%;

    letter-spacing: 0.01em;
    color: #04202F;

    background: rgba(42, 54, 206, .1);
    border-radius: 12px;
    display: inline-block;

    margin: 16px 0 8px;
}
.program__event__name{
    font-weight: bold;
    font-size: 12px;
    line-height: 150%;
    color: #04202F
}
.program__event{
    margin-bottom: 36px;
}

.program__item__event{
    padding-left: 40px;
    margin-top: 16px;
}
.program__item__event .program__event__name{
    margin-bottom: 20px;
}
.program__event:last-child{
    margin-bottom: 0;
}
.program__item{
    padding-bottom: 52px;
    margin-right: 20px;
}
.program__list{
    margin-top: 36px;
}
.program__list::-webkit-scrollbar{
    display: none;
}
.program__event__left{
    width: 58px;
    margin-right: 12px;
}
@media (min-width: 768) and (max-width: 1169px){
    .program__list{
        margin-right: -24px;
    }
    .program__item{
        margin-left: 0;
        width: 552px;
        min-width: 552px;
        max-width: 552px;
    }
}
@media screen and (min-width: 768px){

    .program__list{
        margin-top: 60px;
    }

    .program__item__headline:first-child{
        padding-bottom: 45px!important;
        margin-bottom: 45px!important;

        border-bottom: 1px solid #BCC7CD;
    }

    .program__item__headline:after{
        left: 0;
        width: 472px;
    }

    .program__item__loc{
        width: 408px;
        font-weight: bold;
        font-size: 16px;
        line-height: 150%;

        color: #04202F;
        opacity: 1;

        margin-top: 24px;
    }

    .program__profile__name br{
        display: none;
    }
    .program__event{
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        padding-top: 24px;
    }
    .program_name,
    .program__time{
        font-size: 24px;
    }
    .program__time{
        width: 63px;
    }
    .program__duration{
        font-size: 14px;
    }
    .program_desc,
    .program__profile__name{
        font-size: 18px;
    }
    .program__profile__desc{
        font-size: 14px;
    }
    .program__event__name{
        font-size: 16px;
    }
    .program__event__left{
        width: 68px;
        margin-right: 36px;
    }
    .program__event__right{
        margin-top: 0;
    }
    .program__item{
        /*max-width: 552px;*/
        /*min-width: 552px;*/
        margin-left: 0;
    }

    /*.program__item__title{*/
        /*margin-bottom: 35px;*/
    /*}*/

    .program__event{
        padding-top: 0;
        padding-bottom: 45px;
        margin-bottom: 45px;

        border-bottom: 1px solid #BCC7CD;
    }
    .program__profile{
        margin-top: 36px;
        max-width: 400px;

        padding-left: 64px;
        position: relative;
    }

    .program__profile__img{
        min-width: 48px;
        width: 48px;
        height: 48px;

        position: absolute;
        left: 0;
        top: 0;
    }

    .program__profile > div:first-child{
        display: block;
    }

    .program__item__name{
        font-size: 32px;
        margin-bottom: 0;
    }
    .program__item__ic{
        width: 28px;
        height: 48.75px;
    }

    .program__item{
        padding-bottom: 82px;
    }

    .program__item__event,
    .program__event__right{
        padding-left: 120px;
    }

    .program__item__ic{
        margin-right: 56px;
        margin-left: 36px;
    }

    .program__item__event .program__event__name{
        margin-bottom: 24px;
    }
    .program__title{
        padding: 70px 0 40px;
        font-weight: bold;
        font-size: 48px;
        line-height: 150%;
        text-align: center;
        color: #04202F;
    }
    .program__event:last-child{
        margin-bottom: 0;
    }
    .program__item{
        padding-bottom: 40px;
    }
}

.program__section{
    border-top: 1px solid #BCC7CD;
    border-bottom: 1px solid #BCC7CD;

    margin: 24px 0;
}
@media screen and (min-width: 768px){
    .program__section {
        padding: 44px 16px;
        margin-bottom: 48px;
        border-top: 0;
        margin-top: -32px;
    }
}
@media screen and (min-width: 1170px){
    .program__item{
        background: transparent;
        border-radius: 0;
        /*margin-left: -24px;*/
        padding-left: 0;
        padding-right: 0;
        padding-top: 0;
    }
    /*.program__event,*/
    /*.program__item__headline .program__item__event{*/
        /*padding-left: 16px;*/
        /*padding-right: 16px;*/
    /*}*/
    .program__section_border-top{
        border-top: 1px solid #BCC7CD;
    }
    .program__section_border-bottom{
        border-bottom: 1px solid #BCC7CD;
    }

    .program__event{
        margin-bottom: 40px;
        padding-top: 0;
    }
    .program__title{
        text-align: left;
    }
    .program__list{
        justify-content: space-between;
        margin-left: 0;
    }
    .program__item__headline .program__event{
        margin-left: 120px;
    }
    .program__item__headline{
        margin-bottom: 46px;
    }
    .program__item{
        padding-bottom: 88px;
    }

    .program__item__event{
        margin-top: 36px;
    }
    /*.program__item__headline .program__item__ic{*/
        /*width: 100px;*/
        /*margin-right: 20px;*/
    /*}*/
    /*.program__item{*/
        /*width: calc(50% - 44px);*/
    /*}*/
    /*.program__item__headline .program__item__event{*/
        /*margin-left: 96px;*/
    /*}*/
}
/* Программа END */

/* Спикеры START */
.speaker{
    padding: 40px 0;
}
.speaker__title{
    font-weight: bold;
    font-size: 28px;
    line-height: 150%;
    color: #04202F;
    margin-bottom: 32px;
}
.speaker__img{
    box-shadow: -4px 6px 13px rgba(181, 147, 208, 0.19);
    width: 100px;
    min-width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 50%;
    margin-right: 16px;
    z-index: 3;
}
.speaker__name{
    font-weight: bold;
    font-size: 16px;
    line-height: 150%;

    color: #04202F;
}
.speaker__profile{
    display: flex;
    align-items: center;
}
.speaker__post{
    font-weight: bold;
    font-size: 14px;
    line-height: 150%;
    color: #04202F;
    padding-top: 16px;
    border-top: 4px solid #2A36CE;
    margin-top: 20px;
    margin-bottom: 12px;
}
.speaker__post_desktop{
    display: none;
}
.speaker__text{
    font-size: 14px;
    line-height: 150%;
    color: #04202F;
    opacity: 0.8;
}
.speaker__item{
    margin-bottom: 32px;
}
.speaker__item:last-child{
    margin-bottom: 0;
}
.speaker__list{
    position: relative;
    z-index: 3;
}
@media screen and (min-width: 768px){
    .speaker{
        padding: 70px 0;
    }
    .speaker__title{
        text-align: center;
        font-size: 48px;
        margin-bottom: 40px;
    }
    .speaker__img{
        width: 122px;
        min-width: 122px;
        height: 122px;
        margin-right: 24px;
    }
    .speaker__name{
        font-size: 24px;
        margin-bottom: 12px;
    }
    .speaker__name br{
        display: none;
    }
    .speaker__post_mobile{
        display: none;
    }
    .speaker__post_desktop{
        display: block;
        position: relative;
        border-top: 0;
        margin-top: 0;
    }
    .speaker__post_desktop:before{
        content: '';
        width: 120px;
        height: 4px;
        left: 0;
        top: 0;

        background: #2A36CE;
        position: absolute;
    }
    .speaker__profile{
        align-items: flex-start;
    }
    .speaker__content{
        margin-top: 16px;
    }
    .speaker__text{
        margin-top: 24px;
    }
}
@media screen and (min-width: 1170px){
    .speaker__title{
        text-align: left;
        margin-bottom: 64px;
    }
    .speaker__img{
        width: 160px;
        min-width: 160px;
        height: 160px;
        margin-right: 32px;
    }
    .speaker__content{
        margin-top: 0!important;
    }
    .speaker__profile{
        align-items: center;
    }
    .speaker__text{
        margin-top: 32px;
    }
    .speaker__list{
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-wrap: wrap;
        /*margin-left: -176px;*/
    }
    .speaker__item{
        /*margin-left: 176px;*/
        width: calc(50% - 88px);
        margin-bottom: 66px;
    }
    /*.speaker__item:nth-child(3),*/
    /*.speaker__item:last-child{*/
        /*margin-bottom: 0;*/
    /*}*/
    .speaker{
        position: relative;
        overflow: hidden;
    }
    .speaker .wrap{
        position: relative;
        z-index: 2;
    }
    .speaker .wrap:before{
        content: '';
        width: 1402.19px;
        height: 429.31px;
        position: absolute;
        bottom: -70px;
        left: 24px;
        background: url("/img/digital-pharma.svg") no-repeat left bottom/ contain;
    }

}
/* Спикеры END */

/* Карта START */
.location{
    background: #F8F9FA;
    padding-top: 40px;
}
.location__title{
    font-weight: bold;
    font-size: 28px;
    line-height: 150%;
    color: #04202F;
    margin-bottom: 32px;
}
.location__plate{
    background: linear-gradient(198.76deg, #4031F2 -4.01%, #1840D1 50.4%, #560CB4 184.84%);
    padding: 40px 24px;
}
.location__address{
    font-weight: bold;
    font-size: 24px;
    line-height: 150%;

    color: #FFFFFF;
    margin-bottom: 16px;
}
.location__description{
    font-size: 16px;
    line-height: 150%;
    /* or 24px */

    color: #FFFFFF;
    margin-bottom: 32px;
}
.location__link{
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 150%;
    color: #FFFFFF;
    opacity: 0.8;
}
.location__link a{
    text-decoration: underline;
    color: #fff;

}
.location__link:last-child{
    margin-bottom: 0;
}
.location__map{
    height: 264px;
}
/*.location{*/
    /*overflow: hidden;*/
/*}*/
@media screen and (min-width: 768px){
    .location__title{
        font-size: 48px;
        text-align: center;
        margin-bottom: 40px;
    }
    .location__plate{
        padding: 70px 24px;
    }
    .location__address{
        font-size: 18px;
        margin-bottom: 24px;
    }
    .location__description{
        margin-bottom: 0;
    }
    .location__flex{
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }
    .location__description{
        max-width: 288px;
    }
    .location__map{
        height: 556px;
    }
}
@media screen and (min-width: 1170px){
    .location__title{
        text-align: left;
        margin-bottom: 64px;
    }
    .location{
        position: relative;
        /*overflow: hidden;*/
    }
    .location__plate{
        padding: 70px 88px;
        width: 100%;
        max-width: 43vw;
        position: absolute;
        right: 0;
        bottom: -56px;
    }
    .location__plate > *{
        max-width: 376px;
    }
    .location__description{
        margin-bottom: 32px;
    }
    .location__flex{
        display: block;
    }
    .location__description{
        max-width: none;
    }
    .location__map{
        margin: 0;
        max-width: calc(100vw - 152px);
    }
    .location{
        padding-top: 70px;
    }
}
/* Карта END */

/* Партнеры START */
.partners__link {
    margin-top: 24px;
    display: block;
}
.partners__link:before {
    background-image: url("../img/doc.svg");
}
.partners__headline {
    margin-bottom: 50px;
}
.partners__btn {
    margin-top: 42px;
}
.partners__list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
/*.partners__item {*/
/*margin-left: -25px;*/
/*}*/
.partners__item:last-child {
    margin-left: 0;
}
.partners__item img {
    max-width: 160px;
    max-height: 70px;
}
.partners__btn-container {
    text-align: center;
}
.partners-page__list .partners__item{
    /*width: 50%;*/
    text-align: center;
    min-width: 50%;
}
.partners-page__list .partners__item img{
    width: 100px;
    height: 100px;
    max-height: none;
    object-fit: contain;
}

.partners{
    padding: 40px 0;
}
.partners__title{
    font-weight: bold;
    font-size: 28px;
    line-height: 150%;
    /* identical to box height, or 42px */

    /* Основной */
    color: #04202F;
    margin-bottom: 32px;
}
@media screen and (min-width: 768px) {
    .partners__item {
        margin-right: 25px;
        margin-left: 0;
    }
    .partners__item:nth-child(3) {
        margin-right: 0;
    }
    .partners__item img {
        width: 224px;
        max-width: none;
        max-height: 140px;
    }
    .partners__headline {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .partners__link {
        margin-top: 0;
    }
    .partners__list {
        justify-content: flex-start;
    }
    .partners{
        padding: 70px 0;
    }
    .partners__title{
        text-align: center;
        font-size: 48px;
        margin-bottom: 40px;
    }
}
@media screen and (min-width: 1170px) {
    .partners__btn-container {
        text-align: left;
    }
    .partners__headline {
        justify-content: flex-start;
        margin-bottom: 65px;
    }
    .partners__link {
        margin-left: 50px;
    }
    .partners__btn {
        margin-top: 50px;
    }
    .partners__list {
        justify-content: space-between;
        margin-left: 0;
    }
    .partners__item {
        /*width: calc(100% / 5 - 40px);*/
        margin-right: 0;

        /*width: 224px;*/
        /*height: 107px;*/
    }
    .partners__item.nestle{
        width: 140px;
        height: 91px;
        margin-top: -18px;
    }
    .partners__item.philips{
        width: 168px;
        height: 111px;
    }
    .partners__item.boiron{
        width: 176px;
        height: 107px;
    }
    .partners__item.omron{
        width: 171px;
        height: 107px;
    }
    .partners__item.drreddys{
        width: 214px;
        height: 107px;
    }
    .partners__item img {
        width: 100%;
    }
    .partners__item:nth-child(3) {
        margin-right: 0;
        /*padding: 0 24px;*/
    }
    .partners__item:last-child {
        margin-right: 0;
        width: 210px;
    }
    .partners__title{
        text-align: left;
    }
}
.partners__pdg__click{
    width: 96px;
    min-width: 96px;
    height: 96px;
    border-radius: 50%;
    position: relative;
    display: block;
    margin-right: 22px;
}
.partners__pdg__bg{
    width: 100%;
    height: 100%;
    background: url('/img/pdf_bg.png') no-repeat center / cover;
}
.partners__pdg__iс{
    content: '';
    transition: 200ms;
    width: 44px;
    height: 44px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border-radius: 50%;
    background: #fff;
}
.partners__pdg__iс:before{
    content: 'PDF';

    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    /* identical to box height, or 136% */
    text-align: center;
    letter-spacing: 0.05em;

    color: #0066FF;

    position: absolute;
    bottom: 38px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: 200ms;
}
.partners__pdg__iс:after{
    content: '';
    width: 18px;
    height: 18px;
    background: #fff url('/img/doc.svg') no-repeat center / 16px auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-9px,-9px);
    z-index: 2;
    transition: 200ms;
}
.partners__pdg__item{
    margin-bottom: 36px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.partners__pdg__item:last-child{
    margin-bottom: 0;
}
.partners__pdg__item img{
    width: 100px;
    height: 100px;
    object-fit: contain;
}
.partners-page__list .partners__item{
    /*width: 50%;*/
    text-align: center;
    min-width: 50%;
}
.partners-page__list .partners__item img{
    width: 100px;
    height: 100px;
    max-height: none;
    object-fit: contain;
}

@media screen and (min-width: 768px){
    .section-gray{
        padding: 50px 0;
    }
    .partners__pdg__item:last-child{
        margin-bottom: 0;
    }
    .partners__pdg__item{
        margin-bottom: 50px;
    }
    .partners__pdf__list{
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: wrap;
        margin-left: -103px;
    }
    .partners__pdg__item{
        margin-left: 103px;
    }
    .partners__pdg__click{
        width: 120px;
        min-width: 120px;
        height: 120px;
        margin-right: 35px;
    }

    .partners__pdg__iс{
        width: 64px;
        height: 64px;
    }
    .partners__pdg__item img{
        width: 132px;
        height: 132px;
    }
}
@media screen and (min-width: 768px){
    .partners-page__list{
        justify-content: flex-start;
        /*margin-left: -80px;*/
    }
    .partners-page__list .partners__item img{
        width: 176px;
        height: 176px;
        object-fit: contain;
        display: inline-block;
    }
    .partners-page__list .partners__item{
        margin-right: 0;
        /*flex-basis: calc(100% /4.8);*/
        text-align: center;
        /*margin-left: 80px;*/

    }
    .partners-page__list .partners__item{
        min-width: calc(100% / 3);
        margin-left: 0;
    }
    .partners-page__list .partners__item img{
        width: 176px;
        height: 176px;
    }
}
@media screen and (min-width: 1170px){
    /*.partners__pdg__item{*/
    /*margin-bottom: 0;*/
    /*}*/
    .partners-page__list{
        margin-left:-160px;
    }

    .partners-page__list .partners__item{
        margin-left: 164px;
        min-width: auto;
    }
    .partners_conf_ph__item{
        margin-left: 144px!important;
        margin-bottom: 20px!important;

    }

    .partners__pdg__item:nth-child(7),
    .partners__pdg__item:nth-child(8){
        margin-bottom: 0;
    }
    .partners-page__list .partners__item:last-child{
        width: auto;
    }
    .partners__pdg__click:hover .partners__pdg__iс{
        width: 100%;
        height: 100%;
    }
    .partners__pdg__click:hover .partners__pdg__iс:after{
        top: 37px;
        transform: translateX(-50%);
    }
    .partners__pdg__click:hover .partners__pdg__iс:before{
        opacity: 1;
        /*bottom: 38px;*/
    }
}
/* Партнеры END */


/* Футер START */
footer {
    background-color: #040729;
}
.footer__body {
    padding: 40px 0 28px;
    color: #fff;
}

.footer__column{
    margin-bottom: 40px;
}
.footer__logo {
    width: 224px;
    height: 55.15px;
    background: url("/img/logo-new.svg") no-repeat center/contain;
    display: block;
}
.footer__nav__title {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    margin-bottom: 20px;
    display: block;
}
a.footer__nav__title:hover{
    color: #fff;
    text-decoration: underline;
}
.footer__nav__item {
    font-weight: normal;
    font-size: 16px;
    line-height: 150%;
    /* or 143% */
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
}
a.footer__nav__item {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: underline;
}
.footer__nav {
    margin-bottom: 32px;
}
.footer__nav:last-child{
    margin-bottom: 0;
}
.footer__nav li {
    list-style: none;
    margin-bottom: 20px;
}
.footer__nav li:last-child{
    margin-bottom: 0;
}
.footer__nav__last {
    border-bottom: 1px solid rgba(174,197,215,0.2);
    padding-bottom: 16px;
}
.footer__contact__item {
    font-size: 14px;
    line-height: 20px;
    /* or 143% */
    color: #889097;
    max-width: 154px;
    display: block;
    margin-bottom: 16px;
}
.footer__footer {
    padding: 32px 0;
    border-top: 1px solid rgba(174,197,215,0.2);
}
.footer__footer .wrap > * {
    display: block;
    font-size: 14px;
    line-height: 17px;
    color: rgba(255, 255, 255, 0.4);
    margin-bottom: 20px;
}
.footer__footer .wrap > *:nth-child(3),
.footer__footer .wrap > *:last-child {
    margin-bottom: 0;
}
.footer__footer .wrap > a {
    text-decoration: underline;
    color: rgba(255, 255, 255, 0.4);
}
@media screen and (min-width: 768px) {
    .footer__body {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-wrap: wrap;
        padding: 70px 0 52px;
    }
    .footer__logo {
        min-width: 100%;
        margin-left: 0;
        background-position: left center;
    }

    .footer__column{
        order: -1;
        margin-bottom: 64px;
    }

    .footer__nav {
        width: calc(50% - 70px);
    }
    /*.footer__nav:nth-child(2){*/
        /*margin-top: -119px;*/
    /*}*/
    .footer__nav:last-child{
        order: -1;
        margin-left: 70px;
    }
    .footer__nav__last {
        border-bottom: 0;
        padding-bottom: 0;
    }
    .footer__footer .wrap {
        display: flex;
        align-items: flex-start;
        flex-wrap: wrap;
        flex-direction: row;
        /*flex-direction: row-reverse;*/
        justify-content: space-between;
    }
    .footer__footer .wrap > * {
        width: calc(50% - 70px);
        margin-bottom: 0;
    }

    .footer_year {
        margin-top: 32px;
    }
}
@media screen and (min-width: 1170px) {
    .footer__logo {
        min-width: auto;
        /*margin-right: 96px;*/
    }
    .footer__nav {
        width: auto;
        margin-top: 0;
    }
    .footer__nav:nth-child(2){
        margin-top: 0;
    }
    .footer__nav:nth-child(2){
        display: flex;
        justify-content: flex-end;
    }
    .footer__body {
        flex-wrap: nowrap;
    }
    .footer__nav:last-child{
        margin-left: 0;
        column-count: 2;
    }
    .footer__footer .wrap > *{
        width: calc(38% - 70px);
    }
    .footer_year {
        margin-top: 0;
    }
    .footer__body > *{
        width: calc(38% - 70px);
    }
    .footer_year{
        text-align: right;
    }
}

/* Футер END */

/* LAST START */
.last-year{
    background-image: url(/img/bg_2018.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #16255B;
    background-position: 0px 108px;
    padding: 40px 0;
}
.last-year__title{
    font-weight: bold;
    font-size: 28px;
    line-height: 150%;
    color: #F5F5F5;
    margin-bottom: 32px;
}
.last-year__video{
    width: 100%;
    height: 134px;
    position: relative;
    margin-bottom: 16px;
    margin-right: 30px;
}
.last-year__images{
    padding-bottom: 56px;
}
.video-tag{
    padding: 3px 12px;
    font-weight: 500;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    position: absolute;
    background: #2A36CE;
    border-radius: 12px;
    top: 12px;
    left: 12px;
}
.btn-play{
    width: 48px;
    height: 48px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: url("/img/btn-play.svg") no-repeat center / contain;
    filter:drop-shadow(0px 9px 20px rgba(27, 36, 241, 0.39));
}
.btn-play:hover{
    box-shadow: 0px 9px 20px rgba(27, 36, 241, 0.39);
}
.last-year__video img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.last-year__images img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.last-year__images a{
    height: 80px;
}
.slick-slide a{
    margin-bottom: 8px;
}
.slick-arrow{
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 0;
    width: 16px;
    height: 16px;
    -webkit-appearance: none;
    border: 0;
    outline: none!important;
    cursor: pointer;
}
.slick-prev{
    right: 48px;
    background: url("/img/arr_left.svg") no-repeat center / contain;
}
.slick-next:hover{
    background: url("/img/arr_left_hover.svg") no-repeat center / contain;
    width: 40px;
    height: 40px;
    position: absolute;
    bottom: -12px;
    right: -11px;
}
.slick-next:active{
    background: url("/img/arr_left_active.svg") no-repeat center / contain;
    width: 40px;
    height: 40px;
    position: absolute;
    bottom: -12px;
    right: -11px;
}
.slick-next{
    right: 0;
    background: url("/img/arr_next.svg") no-repeat center / contain;
}
.slick-prev:hover{
    background: url("/img/arr_left_hover.svg") no-repeat center / contain;
    transform: rotate(180deg);
    width: 40px;
    height: 40px;
    position: absolute;
    bottom: -52px;
    right: 34px;
}
.slick-prev:active{
    background: url("/img/arr_left_active.svg") no-repeat center / contain;
    transform: rotate(180deg);
    width: 40px;
    height: 40px;
    position: absolute;
    bottom: -52px;
    right: 34px;
}

.slick-list{
    margin-left: -16px;
}
.slick-slide{
    margin-left: 16px;
}
.last-year__desc{
    font-size: 14px;
    line-height: 150%;
    margin-bottom: 16px;
    color: #FFFFFF;
}
.p-more{
    display: none;
}
.btn-more{
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.01em;
    color: rgba(255,255,255,.8)!important;
    border: 1px solid rgba(255,255,255,.6);
    border-radius: 22px;
    padding: 9px 24px;
    margin-top: 24px;
    display: inline-block;
    cursor: pointer;
}
.btn-more:hover{
    background: #FFFFFF;
    color: #16255B!important;
}
.btn-more_dark{
    border: 1px solid rgba(4, 32, 47, .8);
    color: rgba(4, 32, 47, .8)!important;
}
.read_close,
.read_more{
    cursor: pointer;
    display: inline-block;
    text-decoration: underline;
    margin-left: 3px;
}
.last-year__content{
    margin-top: 40px;
}
.last-year__content__title{
    font-weight: bold;
    font-size: 16px;
    line-height: 160%;
    color: #FFFFFF;
    margin-bottom: 16px;
}
.last-year__content__desc p{
    font-size: 14px;
    line-height: 160%;
    color: rgba(255,255,255, .8);
}
@media screen and (min-width: 768px){
    .last-year{
        padding: 70px 0;
    }
    .last-year__title{
        font-size: 48px;
    }
    .last-year__video{
        height: 357px;
    }
    .btn-more{
        margin-top: 40px;
        font-size: 18px;
        padding: 7px 24px 8px;
    }
    .last-year__content{
        max-width: 656px;
    }
    .last-year__images a{
        height: 104px;
    }

}
@media screen and (min-width: 1170px){
    .last-year__title{
        font-size: 48px;
        text-align: left;
    }
    .last-year__video{
        height: 278px;
        width: 560px;
    }
    .last-year__gallery{
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .last-year__images{
        width: 560px;
        padding-bottom: 24px;
        border-bottom: 1px solid rgba(255,255,255,.4);
        margin-bottom: 40px;
    }
    .slick-arrow{
        bottom: -24px;
        transform: translateY(100%);
    }
    .last-year__images a{
        height: 82px;
    }
}
/* LAST END */

/* Меню START */
.menu-desktop{
    display: none;
}
.menu-mobile__item{
    padding: 24px;
    border-bottom: 1px solid rgba(174, 197, 215, 0.2);

    font-weight: 500;
    font-size: 18px;
    line-height: 22px;

    letter-spacing: 0.01em;
    color: #FFFFFF!important;
    display: block;
}
.menu-mobile__item:hover{
    color: #fff;
    text-decoration: none;
}
.popup {
    opacity: 0;
    visibility: hidden;
    z-index: 8;
}

.menu-popup{
    background: linear-gradient(203.73deg, #4031F2 -6.9%, #1840D1 26.03%, #560CB4 107.4%);
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 8;padding-top: 32px;
}
.btn-close{
    cursor: pointer;
    width: 18px;
    height: 18px;

    background: url("/img/ic_close.svg") no-repeat center / contain;
    position: absolute;
    top: 24px;
    right: 24px;
}
.menu-mobile__item:last-child{
    border-bottom: 0;
}
@media screen and (min-width: 768px){
    .menu-popup{
        padding-top: 72px;
    }
    .btn-close{
        width: 26px;
        height: 26px;
        top: 32px;
        right: 32px;
    }
}
@media screen and (min-width: 1170px){
    .btn-menu{
        display: none;
    }
    .menu-desktop{
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex: 1;
    }
    .menu-desktop__item{
        font-weight: 500;
        font-size: 18px;
        line-height: 22px;
        letter-spacing: 0.01em;
        color: #FFFFFF;
        margin: 0 30px;

        height: 100px;
        display: flex;
        align-items: center;

        border-bottom: 2px solid transparent;

        transition: 200ms;
    }
    .menu-desktop__item:hover{
        color: #fff;
        text-decoration: none;

        border-bottom: 2px solid #FFFFFF;
    }
}
/* Меню END */

/* Попап START */
.order-popup::-webkit-scrollbar {
    width: 4px;
}
.order-popup::-webkit-scrollbar-thumb {
    border: 0;
    background: #ece9e9;
    border-radius: 2px;
}
.order-popup::-webkit-scrollbar-track {
    background-color: transparent;
}
.order-popup{
    position: fixed;
    right: -100%;
    top: 0;

    width: 100vw;
    min-height: 100vh;
    height: 100vh;

    background: #fff;
    padding: 56px 24px 62px;
    z-index: 4;

    overflow-y: auto;
    overflow-x: hidden;
}
.order-popup .btn-close{
    background-image: url("/img/ic_close_black.svg");
}
.order-popup__title{
    font-weight: bold;
    font-size: 24px;
    line-height: 150%;
    text-align: center;
    color: #04202F;
    margin-bottom: 32px;
}
@media screen and (min-width: 1170px){
    .order-popup__title{
        font-weight: bold;
        font-size: 48px;
        line-height: 150%;
        color: #04202F;
    }
    .order-popup{
        width: 1096px;
        padding-top: 70px;
        box-shadow: 0 0 1000px 1000px rgba(0, 0, 0, 0.43);
        padding-bottom: 200px;
        /*background: #fff url("/img/digital-pharma.svg") no-repeat left bottom / contain;*/
    }
}
/* Попап END */

/* Форма START */
.form__item{
    position: relative;
    margin-bottom: 24px;
}

.form__item input{
    width: 100%;
    -webkit-appearance: none;
    outline: none;
    background: #F8F9FA;
    border: 1px solid #E4E4E4;
    height: 65px;
    border-radius: 8px;
    font-size: 14px;
    line-height: 150%;
    color: #04202F;
    padding: 34px 60px 16px 20px
}
.has-error.form__item input{
  border-color: #F24922;
}
.p-error{
    display: none;
    margin-top: 6px;
}
.has-error.form__item .p-error{
    font-size: 12px;
    line-height: 150%;
    color: #F24922;
    display: block;
}
.form__item label{
    font-size: 14px;
    line-height: 150%;
    color: #707982;
    position: absolute;
    top: 22px;
    left: 20px;
    transition: 200ms;

    pointer-events: none;
}
.form__item .input:focus ~ label,
.form__item .has-content.input ~ label{
    top: 12px;
    font-size: 10px;
}

.form__item .has-content.textarea ~ label {
    top: -15px;
    bottom: auto;
    font-size: 10px;
}

.help-box{
    position: absolute;
    top: 18px;
    right: 20px;
}
.help-btn{
    cursor: pointer;
    width: 28px;
    height: 28px;

    background: url("/img/ic_help.svg") no-repeat center / contain;
}
.help-btn.active{
    background-image: url("/img/ic_help-active.svg");
}
.help-plate{
    padding: 8px 24px 8px 12px;
    background: #04202F;
    border-radius: 4px;
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    color: #FFFFFF;

    position: absolute;
    right: -20px;
    transform: translateY(-100%);
    top: -8px;
    width: 250px;

    z-index: 3;
}
.help-plate:after{
    content: '';
    width: 0;
    height: 0;
    border-top: 4px solid #04202F;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    position: absolute;
    right: 29px;
    bottom: -4px;
}
.form{
    max-width: 468px;
    margin: 0 auto;
}
.form__desc{
    font-size: 14px;
    line-height: 150%;
    text-align: center;
    color: #707982;
    margin: 24px auto 32px;
    max-width: 414px;
}
.form__desc a{
    color: #707982;
    text-decoration: underline;
}
.button_gradient{
    overflow: hidden;
    position: relative;
    cursor: pointer;
    -webkit-appearance: none;
    border: 0;
    outline: none;
    display: inline-block;
    padding: 19px 55px;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF!important;
    background: linear-gradient(122.75deg, #F32F52 21.31%, #F52A4F 122.06%, #FDB8AF 232.61%, #CBAEAD 232.64%);
    border-radius: 100px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    text-align: center;
}
.button-effect{
    content: '';
    width: 32px;
    height: 32px;
    position: absolute;
    top: calc(50% - 16px);
    left: calc(50% - 16px);
    transform: scale(0);
    background: #FFFFFF;
    opacity: 0.15;
    transition: 250ms;
    border-radius: 50%;
    pointer-events: none;
}
.button_gradient span{
    position: relative;
    z-index: 2;
}
.button_gradient:active{
    background: linear-gradient(0deg, #5865E9 0%, #5176EF 100%);
    box-shadow: inset 0px 2px 2px rgba(18, 19, 41, 0.2);
}
.button-container{
    text-align: center;
}
.button_gradient.disabled{
    opacity: 0.4;
    pointer-events: none;
}
@media screen and (min-width: 768px){
    .help-plate{
        right: auto;
        left: 50%;
        transform: translate(-50%, -100%);
    }
    .help-plate:after{
        right: auto;
        left: 50%;
        transform: translateX(-50%);
    }
}

.btn-download{
    padding-left: 82px;
    color: #fff;
    background: #2A36CE url("/img/ic_check.svg") no-repeat left 44px center / 22px 30px;
}
.step-2-2,
.step-2{
    max-width: 503px;
    margin: 0 auto;
    text-align: center;
}
.order-popup__desc{
    font-size: 14px;
    line-height: 160%;
    margin: 32px 0;
    text-align: center;
    color: #04202F;
}
@media screen and (min-width: 1170px){
    .order-popup__desc{
        margin: 40px 0;
    }
}
/* Форма END */

/*  Новый дизайн END  */


.program__time__desc{
    font-size: 14px;
    line-height: 150%;
    color: #04202F;
    opacity: 0.8;
}

/* js START */
.helpPlate{
    opacity: 0;
    visibility: hidden;
}
.popup{
    transition: 250ms;
}
.show{
    opacity: 1;
    visibility: visible;
}
.order-popup{
    right: -100%;
}
.order-popup.show{
    right: 0;
}
.menu-popup{
    left: auto;
    right: -100%;
}
.menu-popup.show{
    right: 0;
}

.btnDesc:before,
.btnMore:before{
    content: 'Подробнее'
}
.btnDescOpen:before,
.btnMoreOpen:before{
    content: 'Скрыть'
}
/* js END */

/* select START */
.select2-container .select2-selection--single{
    height: auto!important;
    border: 0!important;
}
.select2-container{
    width: 100%!important;
}
.cabinet__form__container > div{
    margin-bottom: 24px!important;
}
.select2-selection__rendered{
    height: 64px;
    background: #F8F9FA;
    border: 1px solid #DDDFE0;
    border-radius: 8px;
    display: flex!important;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
    line-height: 19px;
    color: #707982!important;
    padding: 0 20px!important;
    width: 100%;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    width: 48px!important;
    height: 36px!important;
    top: 16px!important;
    border-left: 1px solid #DDDFE0;
}
.cabinet__form__label{
    font-size: 16px;
    line-height: 20px;
    color: #04202F;
    display: block;
    margin-bottom: 12px;
}
.select2-container:last-child{
    margin-bottom: 0!important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b{
    border-color: #04202F transparent transparent transparent!important;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{
    border-color: transparent transparent #04202F transparent!important;
}
.select2-results__option{
    background: #FFFFFF;
    border: 1px solid #DDDFE0;
    border-left: 0;
    border-right: 0;
    border-top: 0!important;
    height: 52px;
    padding: 0 20px!important;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
    line-height: 17px;
    color: #707982;
}
.select2-container--default .select2-results__option--highlighted[aria-selected]{
    background: #F8F9FA!important;
    font-size: 14px!important;
    line-height: 17px!important;
    color: #545C64!important;
}
.select2-dropdown{
    border: 1px solid #DDDFE0!important;
    /*border-top: 0!important;*/
}
.select2-search.select2-search--dropdown{
    display: block;
}
.select2-search{
    padding: 6px;
    border-bottom: 1px solid #DDDFE0;
}
.no-search .select2-search,
.auth-data .select2-search__field{
    display: none!important;
}
.select2-search__field{
    padding: 14px 16px!important;
    background: #FFFFFF;
    border: 1px solid #D7D8D9!important;
    box-sizing: border-box;
    box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.07);
    border-radius: 8px;
    font-size: 14px;
    line-height: 17px;
    color: #04202F;
}
.select2-container--open .select2-selection__rendered{
    border-radius: 8px 8px 0 0;
    border-bottom: 0!important;
}
.select2-container--open{
    z-index: 4;
}
.select2-container--default .select2-results > .select2-results__options{
    max-height: 208px!important;
}

.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar {
    width: 10px;
}
.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-thumb {
    background: #EEEFEF;
    width: 6px;
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
}
.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-track {
    background: #FFFFFF;
    border-radius: 0 0 4px 0;
    width: 16px;
}
.select2-container--default .select2-selection--single,
.select2-container{
    border-radius: 8px!important;
}

.select2-container--default .select2-results__option[aria-selected=true]{
    background-color: #F8F9FA!important;
}
.select2-search{
    display: none!important;
}
/* select END */

/* fixed START */
.fixed-block{
    /*position:-webkit-sticky; position:sticky; top:0;*/
    /*!*position: sticky;*!*/
    /*!*top: 100px;*!*/
}
.stick-top {
    position: fixed;
    top: 100px;
    background-color: #F8F9FA;
    padding-bottom: 22px;
    padding-top: 48px;
    width:40%;
    z-index: 2;
    border-bottom: 4px solid #2A36CE;
}
.stick-bottom {
    position: static;
}
/* fixed END */


.partners_conf{
    padding: 70px 0;
    background: #F8F9FA;
}
.partners_conf__item {
    margin: 10px;
}
.partners_conf__item img{
    width: auto!important;
    height: 112px!important;
}
.partners_conf__item img.sm{
    width: auto!important;
    width: 170px!important;
}
.partners_conf__list{
    justify-content: center;
}
@media (min-width: 768px) {
    .partners_conf__list{
        justify-content:flex-start ;
    }
}


@keyframes grow {
    0% {
        transform: scale(1);
        z-index: 2;
    }
    100% {
        transform: scale(40);
        opacity: 0;
        /*z-index: -1;*/
    }
}
.grow {
    animation: grow 3s ease-out forwards;
}


.popup-broadcasting{
    position: fixed;
    top: 0;
    right: -100px;

    width: 100vw;
    height: 100vh;

    background: #fff;

    overflow-x: hidden;
    overflow-y: scroll;

    z-index: 10;
    padding: 58px 24px 86px;

    opacity: 0;
    visibility: hidden;

    transition: 200ms;
}
.popup-broadcasting.open{
    opacity: 1;
    visibility: visible;
    right: 0;
}

.popup-broadcasting__close{
    width: 14px;
    height: 14px;
    display: block;

    position: absolute;
    top: 24px;
    right: 24px;

    background: url('/img/ic_cancel.svg') no-repeat center / contain;
    cursor: pointer;
}

.popup-broadcasting__title{
    font-weight: 800;
    font-size: 16px;
    line-height: 160%;
    /* or 26px */
    text-align: center;

    /* Основной */
    color: #04202F;
    margin-bottom: 24px;
}

.popup-broadcasting__content p{
    font-size: 14px;
    line-height: 160%;
    /* or 22px */

    /* Основной */
    color: #04202F;
}

.popup-broadcasting__content p a{
    color: #2A36CE;
}

.popup-broadcasting__button{
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    height: 60px;
    /* identical to box height */
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: 0.02em;

    color: #FFFFFF;

    background: #DA1B3E linear-gradient(-121.91deg, #F32F52 21.31%, #F52A4F 122.06%, #FDB8AF 232.61%, #CBAEAD 232.64%);
    border-radius: 32px;
    text-align: center;

    margin-top: 24px;

    outline: none;
    transition: 200ms;
}

.button-play{
    background: #DA1B3E linear-gradient(98.31deg, #F32F52 21.31%, #F52A4F 122.06%, #FDB8AF 232.61%, #CBAEAD 232.64%);
    border-radius: 32px;

    width: 64px;
    height: 64px;

    display: flex;
    justify-content: center;
    align-items: center;

    cursor: pointer;
}

.button-container_popup{
    position: fixed;
    right: 16px;
    top: 80px;

    z-index: 4;

    width: 64px;
    height: 64px;
}

.button-play__ic{
    background: url("/img/ic_play.svg") no-repeat center / contain;

    width: 14px;
    height: 18px;

    transition: 200ms;
    /*margin-left: -1px;*/
}

.button-play:hover .button-play__ic{
    filter: drop-shadow(0 0 20px rgba(27, 36, 241, 0.39));
}

.popup-broadcasting__button:hover{
    text-decoration: none;
    color: #fff;
    background: #DA1B3E;
}

.button-plate{
    display: none;
}

.popup-broadcasting::-webkit-scrollbar {
    width: 4px;
}
.popup-broadcasting::-webkit-scrollbar-thumb {
    border: 0;
    background: #ece9e9;
    border-radius: 2px;
}
.popup-broadcasting::-webkit-scrollbar-track {
    background-color: transparent;
}

@media screen and (min-width: 768px){
    .popup-broadcasting{
        max-width: 560px;

        top: 16px;
        right: 16px;
        left: auto;

        box-shadow: 0 0 40px rgba(5, 12, 20, 0.06);
        border-radius: 8px;

        height: auto;

        padding: 66px;

        text-align: center;
    }

    .popup-broadcasting.open {
        opacity: 1;
        visibility: visible;
        right: 16px;
    }

    .popup-broadcasting__button{
        padding: 20px 24px 21px;
        max-width: 342px;
        margin-left: auto;
        margin-right: auto;

        font-weight: 500;
        font-size: 18px;
        line-height: 22px;
        letter-spacing: 0.02em;

        color: #FFFFFF;
    }
    .popup-broadcasting__content{
        text-align: left;
    }
    .popup-broadcasting__content p:last-child{
        margin-bottom: 0;
    }
    .popup-broadcasting__ic{
        width: 14px;
        height: 60px;

        display: inline-block;
        background: url("/img/ic_play.svg") no-repeat center / contain;
        margin-left: 24px;
    }
    .button-container{
        top: 124px;
    }
}

@media screen and (min-width: 1170px) {
    .popup-broadcasting {
        right: -100px;
    }

    .popup-broadcasting.open {
        opacity: 1;
        visibility: visible;
        right: 16px;
    }

    .button-plate {
        background: #FFFFFF;
        border-radius: 4px;

        padding: 12px 20px;
        position: absolute;
        left: -8px;
        top: 50%;
        transform: translate(-100%, -50%);

        font-size: 12px;
        line-height: 18px;
        /* identical to box height */

        /* Основной */
        color: #04202F;
        white-space: nowrap;

        opacity: 0;
        visibility: hidden;
        display: block;
    }

    .button-plate.show{
        opacity: 1;
        visibility: visible;
    }

    .button-plate:after {
        content: '';

        width: 0;
        height: 0;
        border-top: 4px solid transparent;
        border-left: 4px solid #fff;
        border-bottom: 4px solid transparent;

        position: absolute;
        right: -3px;
        top: 50%;
        transform: translateY(-50%);
    }
    .button-container_popup{
        top: 132px;
    }
}
@media screen and (min-width: 1300px){
    .popup-broadcasting{
        left: 50%;
        right: auto!important;
        transform: translateX(147px);
    }
    .button-container_popup{
        top: 132px;
        left: 50%;
        right: auto;
        transform: translateX(600px);
    }
}


.button-effect{
    content: '';
    width: 32px;
    height: 32px;
    position: absolute;
    top: calc(50% - 16px);
    left: calc(50% - 16px);
    transform: scale(0);
    background: #FFFFFF;
    opacity: 0.15;
    transition: 250ms;
    border-radius: 50%;
    pointer-events: none;
}
.grow {
    animation: grow 400ms ease-out forwards;
}

@keyframes grow {
    0% {
        transform: scale(1);
        z-index: 2;
    }
    100% {
        transform: scale(40);
        opacity: 0;
    }
}



.try{
    background: #16255B url("/img/try_ic.svg") no-repeat right 25px center / 124px;
    padding: 40px 0;
}


.try__title{
    font-weight: bold;
    font-size: 14px;
    line-height: 160%;
    color: #FFFFFF;
}


.try__mail{
    margin-top: 20px;
    display: block;
    font-weight: bold;
    font-size: 15px;
    line-height: 150%;
    text-decoration-line: underline;

    color: #FFFFFF;
}


@media screen and (min-width: 768px){
    .try{
        padding: 87px 0 79px;
    }
    .try__title{
        font-size: 16px;
        line-height: 160%;

        max-width: 402px;
    }
    .try__mail{
        margin-top: 24px;
        font-size: 32px;
        line-height: 150%;
    }
}

@media screen and (min-width: 1170px){
    .try{
        background-size: 260px;
        background-position: right 150px center;

        padding: 78px 0 76px;
    }

    .try__title{
        font-size: 24px;
        line-height: 160%;

        max-width: 630px;
    }

    .try__mail{
        font-weight: bold;
        font-size: 48px;
        line-height: 150%;
        margin-top: 24px;
    }
}


.reg{
    padding: 40px 0 49px;
}
.reg__title{
    font-weight: bold;
    font-size: 28px;
    line-height: 150%;

    margin-bottom: 40px;
    color: #04202F;
}

@media screen and (min-width: 768px){
    .reg{
        padding: 70px 0 82px;
    }
    .reg__title{
        font-weight: bold;
        font-size: 48px;
        line-height: 150%;

        text-align: center;
    }

    .form__line{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .form__line > *{
        width: calc(50% - 16px);
    }

    .reg .form{
        width: 100%;
    }
}
@media screen and (min-width: 1170px){
    .reg{
        padding: 70px 0 88px;
        background: url("/img/reg_bg.svg") no-repeat right bottom / contain;
    }

    .reg .form{
        width: 672px;
        margin-left: 0;
    }
    .reg__title{
        text-align: left;
    }
    .reg .form__desc{
        text-align: left;
        max-width: 571px;
    }

    .reg .button-container{
        text-align: left;
    }
}


.icon-success{
    background: url("/img/icon-success.svg") no-repeat center / contain;
    width: 120px;
    height: 120px;
    margin: 0 auto 24px;
}


.program__item__time{
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;

    color: #04202F;
    margin-top: 12px;
}
@media screen and (min-width: 768px){
    .program__item__time{
    font-weight: 600;
    font-size: 24px;
    line-height: 150%;
}
}


.footer__links{
    display: flex;
    align-items: center;
    margin-top: 32px;
}
.footer__link{
    width: 120px;
    height: 30px;

    background: no-repeat center / contain;

    display: block;
    margin-right: 24px;
}
.footer__link.mz{
    background-image: url("/img/logo_mz.svg");
}
.footer__link.fz{
    background-image: url("/img/logo_fz.svg");
}
