/*********General*********/
*{
    box-sizing: border-box;
    outline: none;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
    padding: 0;
    margin: 0;
}
table {
    border-spacing: 0;
    border-collapse: collapse;
}
fieldset,img {
    border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-weight: normal;
    font-style: normal;
}
caption,th {
    text-align: left;
}
h1,h2,h3,h4,h5,h6 {
    font-size: 100%;
    font-weight: normal;
}
q:before,q:after {
    content:'';
}
abbr,acronym { border: 0;
}
body{
    font: 16px 'AvenirNextCyrRegular', sans-serif;
    color: #fff;
    min-width: 670px;
    background: #121113;
    position: relative;
}
.clearfix:after{
    content: '';
    display: block;
    clear: both;
    overflow: hidden;
}
.modal{
    display: none;
}
a{
    cursor: pointer;
    text-decoration: none;
    color: #fff;
    transition: .2s;
}
textarea{
    resize: none;
}
.scroller {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    visibility: hidden;
}
.page_wp img{
    display: inline-block;
    vertical-align: bottom;
    max-width: 100%;
    height: auto;
}
a:hover{
    text-decoration: none;
}
.scroller {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    visibility: hidden;
}
.flex{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.justify-content-start {
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}
.justify-content-end {
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

.justify-content-center {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.justify-content-between {
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.justify-content-around {
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}

.align-items-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.align-items-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}

.align-items-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.align-items-baseline {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    -webkit-align-items: baseline;
    align-items: baseline;
}

.align-items-stretch {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
}
@font-face {
    font-family: 'AvenirNextCyrBold';
    src: url('../fonts/AvenirNextCyr-Bold.ttf') format('truetype');
}
@font-face {
    font-family: 'AvenirNextCyr-Demi';
    src: url('../fonts/AvenirNextCyr-M.otf') format('opentype');
}
@font-face {
    font-family: 'AvenirNextCyr-Medium';
    src: url('../fonts/AvenirNextCyr-Medium.otf') format('opentype');
}
@font-face {
    font-family: 'AvenirNextCyrRegular';
    src: url('../fonts/AvenirNextCyr-L.otf') format('opentype');
}
.scroller {
    width: 100%;
    height: 1px;
    visibility: hidden;
    position: fixed;
    z-index: -1;
    left: 0;
    top: 0;
    opacity: 0;
}
.wrapper{
    width: 1180px;
    margin: 0 auto;
    padding: 0 10px;
    position: relative;
}
header{
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 99999;
    background: #121113;
}
.logo{
    margin-top: -8px;
}
.top_social a{
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    margin-left: 14px;
}
.topmenu{
    padding-left: 10px;
}
.topmenu li{
    list-style: none;
    margin: 0 15px;
}
.topmenu li a{
    font: 16px 'AvenirNextCyr-Demi';
}
.buy_btn{
    width: 180px;
    height: 40px;
    font: 16px 'AvenirNextCyr-Demi';
    line-height: 40px;
    text-align: center;
    background: url("../images/btn1.png") no-repeat;
    margin-right: 17px;
    border-radius: 20px;
}
.buy_btn:hover{
    background: linear-gradient(13.25deg, #5000D5 -5.99%, #48FAFF 94.52%);
}
.screen_1{
    position: relative;
    padding-bottom: 100px;
    min-height: 953px;
    height: 100vh;
}
.main_img{
    position: absolute;
    /* top: 105px; */
    right: 3px;
    width: 100%;
    text-align: right;
    bottom: 0;
}
.main_img img{
    max-width: 60%;
    height: auto;
}
.main_info{
    padding-top: 225px;
    width: 65%;
    margin-bottom: 100px;
}
.data_text{
    font-size: 20px;
    padding-left: 30px;
    background: url("../images/ico3.svg") no-repeat 0 center;
    background-size: 18px 18px;
    margin-right: 47px;
}
.place_text{
    font-size: 20px;
    padding-left: 20px;
    background: url("../images/ico4.svg") no-repeat 0 center;
    background-size: 12px 18px;
}
h1{
    font: 86px 'AvenirNextCyrBold';
    line-height: 100px;
    letter-spacing: -2.38889px;
    margin-bottom: 31px;
}
.place_info_wp{
    margin-bottom: 45px;
}
.subtitle{
    font-size: 24px;
    margin-bottom: 35px;
}
.sponsor_block{
    margin-bottom: 55px;
}
.sponsor_block p{
    font-size: 24px;
    opacity: 0.5;
    margin-right: 30px;
    line-height: 1;
}
.sponsor_block a{
    margin-right: 30px;
}
.sponsor_block img:last-child{
    margin-right: 0;
}
.main_btn{
    width: 260px;
    height: 52px;
    background: linear-gradient(13.25deg, #5000D5 -5.99%, #48FAFF 94.52%);
    font: 18px 'AvenirNextCyr-Demi';
    border-radius: 26px;
    display: block;
    text-align: center;
    line-height: 52px;
    position: relative;
    transition: .2s;
}
.main_btn:before{
    content: '';
    width: 100%;
    height: 100%;
    border: 3px solid rgba(255,255,255,0);
    border-radius: 26px;
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    transition: .2s;
}
.main_btn:hover:before{
    border: 3px solid #48FAFF;
}
.main_btn:hover{
    background: none;
}
.scroll_ico{
    width: 100%;
    height: 46px;
    background: url("../images/arrow1.svg") no-repeat center 0;
    background-size: 12px 46px;
}
.at_img{
    width: 684px;
    position: absolute;
    left: -260px;
}
.at_info{
    padding-left: 430px;
    padding-top: 127px;
}
.screen_2{
    padding-top: 165px;
}
.at_info p{
    font-size: 24px;
    line-height: 38px;
    margin-bottom: 38px;
}
.about_info_block{
    width: 33.333%;
    text-align: center;
}
.about_center{
    padding-top: 290px;
}
.aib_text{
    font: 24px 'AvenirNextCyr-Demi';
    line-height: 30px;
    padding: 0 20px;
}
.aib_img{
    margin-bottom: 55px;
}
.lb_num{
    width: 83px;
    height: 83px;
    background-size: 100%;
    margin-top: -10px;
    margin-left: -10px;
}
.learn_column{
    width: 31%;
}
.lb_text{
    width: calc(100% - 83px);
    padding-left: 10px;
}
h2{
    font: 55px 'AvenirNextCyrBold';
    line-height: 67px;
    letter-spacing: -1.52778px;
    margin-bottom: 60px;
}
.about_bot{
    padding-top: 140px;
}
.lb_text p{
    font: 18px 'AvenirNextCyr-Demi';
    line-height: 22px;
}
.learn_block{
    height: 120px;
    margin-bottom: 30px;
}

.s2_desctop{
    margin-top: -13px;
    height: 521px;
    background: url("../images/wave.png");
    background-size: auto 521px;
}

.s2_mobile{
    margin-top: -13px;
    height: 521px;
    background: url("../images/s2-img.svg");
    background-size: auto 521px;
    display: none;
}
.s2_img img{
    width: 100%;
    height: auto;
}
.whom_block{
    width: 48%;
    padding-top: 40px;
    margin-bottom: 58px;
}
.whom_block p{
    font-size: 24px;
    line-height: 38px;
    padding-top: 10px;
}
.wp_m1{
    margin-top: -17px;
}
.wb_bg1{
    background: url("../images/line1.png") no-repeat;
    background-size: 50% auto;
}
.wb_bg2{
    background: url("../images/line2.png") no-repeat;
    background-size: 50% auto;
}
.wb_bg3{
    background: url("../images/line3.png") no-repeat;
    background-size: 50% auto;
}
.wb_bg4{
    background: url("../images/line4.png") no-repeat;
    background-size: 50% auto;
}
.screen_3{
    padding-top: 87px;
    padding-bottom: 143px;
}
.screen_3 h2{
    font-size: 86px;
    line-height: 70px;
    letter-spacing: -2.38889px;
}
.programm_block{
    padding-left: 35px;
    position: relative;
}
.programm_block:before{
    content: '';
    width: 15px;
    height: 15px;
    background: url("../images/plus.svg") no-repeat;
    background-size: 15px 15px;
    position: absolute;
    top: -7px;
    left: -10px;
}
.pb_info{
    border-top: 1px solid #414142;
    padding-top: 45px;
    padding-bottom: 43px;
}
.programm_wp{
    padding-top: 22px;
}
.programm_time{
    padding-left: 25px;
    background: url("../images/ico5.svg") no-repeat 0 center;
    color: #656465;
    font-size: 14px;
    margin-bottom: 20px;
}
.programm_title{
    font: 28px 'AvenirNextCyr-Demi';
}
.more_hidden {
    display: none;
}
.programm_text{
    padding-top: 10px;
    font-size: 18px;
    line-height: 26px;
    padding-right: 30px;
    margin-bottom: 15px;
}
.programm_text span{
    font: 18px 'AvenirNextCyr-Demi';
}
.pb_info .programm_text:last-child{
    margin-bottom: 0;
}
.programm_text span a{
    text-decoration: underline;
}
.programm_text span a:hover{
    color: #5000D5;
    text-decoration: none;
}
.programm_btn{
    width: 340px;
    height: 52px;
    background: linear-gradient(13.25deg, #5000D5 -5.99%, #48FAFF 94.52%);
    font: 18px 'AvenirNextCyr-Demi';
    border-radius: 26px;
    display: block;
    text-align: center;
    line-height: 52px;
    margin-left: 35px;
    position: relative;
    transition: .2s;
}
.programm_btn:before{
    content: '';
    width: 100%;
    height: 100%;
    border: 3px solid rgba(255,255,255,0);
    border-radius: 26px;
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    transition: .2s;
}
.programm_btn:hover:before{
    border: 3px solid #48FAFF;
}
.programm_btn:hover{
    background: none;
}
.pb_close{
    display: none;
}
.scroll_ico{
    width: 100%;
    height: 46px;
    background: url("../images/arrow1.svg") no-repeat center 0;
    background-size: 12px 46px;
}
.video_block_wp{
    width: 50%;
    padding: 0 20px;
    margin-bottom: 60px;
}
.video_block_wp_w1{
    width: 33.333%;
}
.video_wp{
    margin-left: -20px;
    margin-right: -20px;
    padding-top: 5px;
}
.video_block_wp_w1 .video_item{
    padding: 15px;
    border-radius: 6px;
}
.video_item{
    padding: 10px;
    border-radius: 10px;
    position: relative;
    margin-bottom: 24px;
}
.video_item:after{
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 10px;
}
.video_item:before{
    content: '';
    width: 600px;
    height: 420px;
    background: url("../images/video-f.png") no-repeat;
    position: absolute;
    top: -20px;
    left: -20px;
    background-size: 600px auto;
}
.video_block_wp_w1 .video_item:before{
    content: '';
    width: 370px;
    height: 259px;
    background: url("../images/video-m.png") no-repeat;
    background-size: 370px 259px;
    position: absolute;
    top: -6px;
    left: -6px;
}
.play_btn{
    width: 124px;
    height: 124px;
    border-radius: 50%;
    background: url("../images/play.png") no-repeat center center;
    background-size: 122px auto;
    position: absolute;
    top: 50%;
    margin-top: -62px;
    left: 50%;
    margin-left: -62px;
    z-index: 99;
}
.video_title{
    font: 24px 'AvenirNextCyr-Demi';
    margin-bottom: 10px;
}
.video_text{
    font-size: 18px;
    line-height: 26px;
    opacity: 0.4;
}
.screen_4{
    overflow: hidden;
}
.speaker_block{
    width: 33.333%;
    text-align: center;
    margin-bottom: 50px;
}
.screen_5{
    padding-top: 80px;
}
.screen_5 h2{
    margin-bottom: 20px;
    padding-left: 50px;
}
.screen_5 .wrapper{
    width: 1280px;
}
.speaker_title{
    font: 24px 'AvenirNextCyr-Demi';
    margin-top: -28px;
    margin-bottom: 10px;
}
.speaker_text{
    font-size: 18px;
    line-height: 24px;
    opacity: 0.4;
    padding: 0 40px;
}
.speaker_btn{
    width: 282px;
    height: 52px;
    font: 18px 'AvenirNextCyr-Demi';
    line-height: 52px;
    text-align: center;
    background: url("../images/btn2.png") no-repeat;
    display: block;
    border-radius: 26px;
}
.speaker_btn:hover{
    background: linear-gradient(13.25deg, #5000D5 -5.99%, #48FAFF 94.52%);
}
.speaker_dop{
    padding-left: 50px;
    padding-top: 15px;
}
.speaker_dop p{
    font: 44px 'AvenirNextCyrBold';
    letter-spacing: -1.22222px;
    margin-bottom: 28px;
}
.screen_6{
    padding-top: 145px;
    overflow: hidden;
}
.price_block_wp{
    width: 33.333%;
    padding: 0 20px;
}
.price_block{
    position: relative;
    border-radius: 10px;
    padding: 43px 40px 38px 40px;
    height: 800px;
    border: 1px solid #48faff;
    margin-bottom: 8px;
}
.price_block:before{
    content: '';
    width: 386px;
    height: 824px;
    background: url("../images/price-f.png") no-repeat;
    background-size: 384px 824px;
    position: absolute;
    top: -13px;
    left: -13px;
    opacity: 0;
    transition: .2s;

}
.price_block:hover:before{
    opacity: 1;
}
.price_wp{
   margin-left: -20px;
    margin-right: -20px;
    padding-top: 6px;
}
.price_title{
    font: 34px 'AvenirNextCyrBold';
    letter-spacing: -0.944444px;
    margin-bottom: 35px;
}
.price_list p{
    padding-left: 35px;
    line-height: 24px;
    margin-bottom: 27px;
}
.price_list p.yes{
    background: url("../images/ico1.svg") no-repeat 0 7px;
    background-size: 14px 10px;
}
.price_list p.no{
    background: url("../images/ico2.svg") no-repeat 0 7px;
    background-size: 14px 10px;
    opacity: 0.4;
}
.price_info{
    padding-top: 10px;
}
.pi_main{
    font: 48px 'AvenirNextCyrBold';
    letter-spacing: -1.33333px;
    margin-bottom: 10px;
}
.pi_text1{
    margin-bottom: 15px;
}
.pi_dop{
    line-height: 24px;
    margin-bottom: 44px;
}
.pi_dop span{
    font: 16px 'AvenirNextCyrBold';
}
.pi_btn{
    width: 282px;
    height: 52px;
    font: 18px 'AvenirNextCyr-Demi';
    line-height: 52px;
    text-align: center;
    background: url("../images/btn2.png") no-repeat;
    display: block;
    margin: 0 auto;
    border-radius: 26px;
    transition: .2s;
    position: relative;
    z-index: 99;
}
.pi_btn:hover{
    background: linear-gradient(12.33deg, #5000D5 -5.99%, #48FAFF 94.52%);
}
.screen_7{
    padding-top: 145px;
    position: relative;
}
.brand_wp{
    margin-bottom: 80px;
}
.s7_img{
    position: absolute;
    top: 430px;
    right: 0;
}
.s7_img img{
    width: 410px;
    height: auto;
}
.contacts_block{
    width: 32%;
}
.screen_8{
    padding-top: 60px;
    padding-bottom: 155px;
}
.cb_text1{
    font: 18px 'AvenirNextCyr-Demi';
    margin-bottom: 30px;
}
.cb_name{
    font: 28px 'AvenirNextCyr-Demi';
    margin-bottom: 17px;
}
.cb_info{
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;
}
.cb_mail{
    font-size: 18px;
    opacity: 0.5;
}
.contacts_form {
    position: relative;
    z-index: 99;
}
.contacts_form input {
    color: #fff;
}
.contacts_forma{
    box-sizing: border-box;
    border-radius: 10px;
    padding: 75px 80px;
    position: relative;
}
.contacts_forma:before{
    content: '';
    width: 1186px;
    height: 676px;
    background: url("../images/form-f.png") no-repeat;
    position: absolute;
    top: -13px;
    left: -13px;
    background-size: 1184px 668px;
}
.contacts_wp{
    margin-bottom: 155px;
}
.cf_title{
    font: 40px 'AvenirNextCyrBold';
    text-align: center;
    line-height: 40px;
    letter-spacing: -1.66667px;
    margin-bottom: 35px;
}
.cf_input{
    width: 100%;
    height: 45px;
    border: none!important;
    border-bottom: 1px solid #414142!important;
    background: none;
    font: 18px 'AvenirNextCyrRegular', sans-serif;
}
.cf_input:required {
    border: none!important;
    border-bottom: 1px solid #414142!important;
    box-shadow: none!important;
}
.cf_input::placeholder{
    color: #fff;
}
.cf_line .cf_block{
    width: 47%;
}
.cf_block{
    margin-bottom: 25px;
}
.cf_pole{
    width: 100%;
    height: 45px;
    border: none;
    border-bottom: 1px solid #414142;
    background: none;
    font: 18px 'AvenirNextCyrRegular', sans-serif;
    color: #fff;
    padding-top: 10px;
}
.cf_pole::placeholder{
    color: #fff;
}
.cf_btn{
    width: 360px;
    height: 52px;
    background: linear-gradient(13.25deg, #5000D5 -5.99%, #48FAFF 94.52%);
    font: 18px 'AvenirNextCyr-Demi';
    border-radius: 26px;
    display: block;
    text-align: center;
    line-height: 52px;
    margin: 70px auto 0 auto;
    position: relative;
    transition: .2s;
}
.cf_btn:before{
    content: '';
    width: 100%;
    height: 100%;
    border: 3px solid rgba(255,255,255,0);
    border-radius: 26px;
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    transition: .2s;
}
.cf_btn:hover:before{
    border: 3px solid #48FAFF;
}
.cf_btn:hover{
    background: none;
}
.event_block{
    width: 18%;
}
.events_wp h2{
    width: 100%;
}
.events_wp{
    padding-top: 150px;
}
.eb_data{
    padding-left: 25px;
    background: url("../images/ico3.svg") no-repeat 0 center;
    background-size: 14px 14px;
    font-size: 15px;
    margin-bottom: 20px;
}
.eb_text{
    font: 15px 'AvenirNextCyr-Demi';
    line-height: 19px;
}
footer{
    width: 100%;
    background: #000;
    padding-top: 80px;
    padding-bottom: 70px;
}
.f_social{
    margin-right: 0;
}
.f_social a{
    position: relative;
    width: 41px;
    height: 41px;
    margin-left: 7px;
    margin-right: 7px;
}
.f_social a:before{
    content: '';
    width: 41px;
    height: 41px;
    background: url("../images/soc_bg1.svg") no-repeat;
    background-size: 41px 41px;
    position: absolute;
    top: 0;
    left: 0;
}
.copyright{
    font: 14px 'AvenirNextCyr-Medium';
    opacity: 0.4;
    position: absolute;
    left: 0;
}
.soc1{
    background: url("../images/soc1.svg") no-repeat center center;
    background-size: 9px 18px;
}
.soc2{
    background: url("../images/soc2.svg") no-repeat center center;
    background-size: 18px 15px;
}
.soc3{
    background: url("../images/soc3.svg") no-repeat center center;
    background-size: 18px 11px;
}
.soc4{
    background: url("../images/soc4.svg") no-repeat center center;
    background-size: 18px 18px;
}
.soc5{
    background: url("../images/soc5.svg") no-repeat center center;
    background-size: 16px 16px;
}
.soc6{
    background: url("../images/soc6.svg") no-repeat center center;
    background-size: 13px 22px;
}
.soc7{
    background: url("../images/soc7.svg") no-repeat center center;
    background-size: 18px 16px;
}
.soc8{
    background: url("../images/soc8.svg") no-repeat center center;
    background-size: 19px 14px;
}
.soc9{
    background: url("../images/soc9.svg") no-repeat center center;
    background-size: 12px 20px;
}
.soc10{
    background: url("../images/soc10.svg") no-repeat center center;
    background-size: 16px 20px;
}
.soc11{
    background: url("../images/soc11.svg") no-repeat center center;
    background-size: 18px 20px;
}
.soc12{
    background: url("../images/soc12.svg") no-repeat center center;
    background-size: 20px 15px;
}
.si_img{
    width: 429px;
    position: relative;
}
.si_text_block{
    width: calc(100% - 429px);
    padding-left: 10px;
    padding-top: 60px;
    opacity: 0;
}
.modal_w1{
    background: #121113;
    border: 1px solid #48FAFF;
    box-shadow: 0 0 10px #7A40FF;
    border-radius: 10px;
    width: 1000px;
    padding: 60px 80px 80px 60px;
    overflow: visible;
    margin-top: 60px;
}
.si_title{
    font: 24px 'AvenirNextCyr-Demi';
    margin-bottom: 15px;
}
.si_text{
    font-size: 18px;
    line-height: 24px;
    opacity: 0.4;
    padding-right: 30px;
}
.si_text_scroll{
    height: 223px;
    overflow: auto;
    margin-bottom: 40px;
}
.si_btn{
    width: 260px;
    height: 52px;
    background: linear-gradient(13.25deg, #5000D5 -5.99%, #48FAFF 94.52%);
    font: 18px 'AvenirNextCyr-Demi';
    border-radius: 26px;
    display: block;
    text-align: center;
    line-height: 52px;
    position: relative;
    transition: .2s;
}
.si_btn:before{
    content: '';
    width: 100%;
    height: 100%;
    border: 3px solid rgba(255,255,255,0);
    border-radius: 26px;
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    transition: .2s;
}
.si_btn:hover:before{
    border: 3px solid #48FAFF;
}
.si_btn:hover{
    background: none;
}
.fancybox-close-small:after{
    display: none;
}
.fancybox-close-small{
    width: 20px;
    height: 20px;
    background: url("../images/close.svg") no-repeat;
    position: absolute;
    top: -50px!important;
    right: 0;
}
.fancybox-close-small svg {
    display: none!important;
}
.fancybox-bg {
    background: rgba(0,0,0,0.8);
}
.modal_w2{
    background: #121113;
    border: 1px solid #48FAFF;
    box-shadow: 0 0 10px #7A40FF;
    border-radius: 10px;
    width: 700px;
    padding: 80px 60px 80px 60px;
    overflow: visible;
    margin-top: 60px;
}
.mf_title{
    font: 34px 'AvenirNextCyrBold';
    margin-bottom: 40px;
}
.mf_check{
    position: relative;
    padding-left: 60px;
    margin-bottom: 35px;
}
.mf_check input[type='radio']{
    display: none;
}
.mf_check input[type='radio'] + label:before{
    content: '';
    width: 50px;
    height: 50px;
    display: block;
    background: url("../images/check1.png") no-repeat;
    margin-right: 10px;
    cursor: pointer;
    position: absolute;
    top: -10px;
    left: 0;
}
.mf_check input[type='radio']:checked + label:before{
    background-position: 0 -50px;
}
.mf_check label{
    font-size: 18px;
    color: #fff;
    cursor: pointer;
}
.mf_check2{
    position: relative;
    padding-left: 40px;
    margin-bottom: 10px;
}
.mf_check2 input[type='checkbox']{
    display: none;
}
.mf_check2 input[type='checkbox'] + label:before{
    content: '';
    width: 34px;
    height: 34px;
    display: block;
    background: url("../images/check2.png") no-repeat;
    margin-right: 10px;
    cursor: pointer;
    position: absolute;
    top: -5px;
    left: 0;
}
.mf_check2 input[type='checkbox']:checked + label:before{
    background-position: 0 -34px;
}
.mf_check2 label{
    font-size: 14px;
    line-height: 20px;
}
.mf_title2{
    font: 34px 'AvenirNextCyrBold';
    line-height: 32px;
    letter-spacing: -0.944444px;
    margin-bottom: 20px;
}
.mf_text{
    margin-bottom: 30px;
}
.mf_text span{
    font: 16px 'AvenirNextCyr-Demi';
}
.mf_line{
    position: relative;
    margin-bottom: 20px;
}
.mf_input{
    width: 100%;
    height: 52px;
    border-radius: 26px;
    border: 1px solid #414143;
    padding-right: 90px;
    background: none;
    font: 18px 'AvenirNextCyrRegular', sans-serif;
    padding-left: 28px;
    color: #fff;
}
.mf_input::placeholder{
    color: #fff;
}
.mf_btn{
    width: 84px;
    height: 52px;
    background: linear-gradient(36.08deg, #5000D5 -5.99%, #48FAFF 94.52%);
    border-radius: 26px;
    position: absolute;
    top: 0;
    right: 0;
}
.mf_btn:before{
    content: '';
    width: 20px;
    height: 12px;
    background: url("../images/arrow2.svg") no-repeat;
    background-size: 20px 12px;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    left: 50%;
    margin-left: -10px;
}
.mob_menu{
    display: none;
}
.mm_link{
    width: 44px;
    height: 34px;
    background: url("../images/burger.svg") no-repeat;
    background-size: 44px 34px;
    display: none;
}
.price_mob_slider{
    display: none;
}
.pb_p1{
    position: relative;
    z-index: 1000;
}
.speaker_img{
    position: relative;
}
.speaker_img:before{
    content: '';
    width: 320px;
    height: 320px;
    background: rgba(0,0,0,0.3) url("../images/member-h.png") no-repeat center center;
    position: absolute;
    top: 48px;
    left: 48px;
    transition: .2s;
    border-radius: 50%;
    z-index: 100;
}
.speaker_img:hover:before{
    opacity: 0;
}
.pi_main img{
    position: relative;
    top: -11px;
}
.pi_dop img{
    width: 9px;
    height: auto;
    position: relative;
    top: -6px;
}
.si_l{
    width: 420px;
    height: 416px;
    background: url("../images/fask.png") no-repeat center center;
    background-size: 416px auto;
    top: 0;
    left: -2px;
    position: absolute;
}
.speaker_img img{
    position: relative;
    z-index: 3;
    border-radius: 50%;
}
.scene_type {
    margin-left: auto;
    display: inline-block;
    text-transform: uppercase;
}
.scene_big {
    color: #48faff;
    font: 14px 'AvenirNextCyr-Demi';
}
.scene_small {
    color: #7a40ff;
    font: 14px 'AvenirNextCyr-Demi';
}
.speacker_info_wp .si_l{
    width: 420px !important;
    height: 416px !important;
    background: url("../images/fask.png") no-repeat center center;
    background-size: 416px;
    top: 0;
    left: -2px;
    position: absolute;
}
.all_video_btn{
    display: none;
}
.sp_close {
    display: none;
}
.speaker_hidden {
    display: none;
}
.brand_block{
    height: 66px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.close_video_btn {
    display: none;
}
.scroll_ico {
    position: relative;
    -webkit-animation: arrow-animation .8s infinite;
    -moz-animation: arrow-animation .8s infinite;
    -o-animation: arrow-animation .8s infinite;
    animation: arrow-animation .8s infinite;
}
@-webkit-keyframes arrow-animation {
    0% {
        top: 0
    }
    25% {
        top: 40px
    }
    75% {
        top: 0
    }
}

@-moz-keyframes arrow-animation {
    0% {
        top: 0
    }
    25% {
        top: 40px
    }
    75% {
        top: 0
    }
}

@-o-keyframes arrow-animation {
    0% {
        top: 0
    }
    25% {
        top: 40px
    }
    75% {
        top: 0
    }
}

@keyframes arrow-animation {
    0% {
        top: 0
    }
    25% {
        top: 40px
    }
    75% {
        top: 0
    }
}
.age_info{
    width: 40px;
    height: 40px;
    background: url("../images/ico6.png") no-repeat;
    background-size: 100%;
    margin-left: 15px;
}
.si_img img{
    position: relative;
    z-index: 100;
    left: 2px;
}
.thank_text{
    font-size: 20px;
    margin-top: -30px;
}
input.invalid {
    border: 1px red solid;
}
input.invalid + label {
    color: red;
}
input.invalid + label a{
    color: red;
}
button[type="submit"]{
    border: none;
    color: #fff;
    cursor: pointer;
}
#feedback_thanks .mf_title, #feedback_thanks .mf_title{
    margin-bottom: 0;
}
.fancybox-container {
    z-index: 999999;
}
.buy_btn_mob {
    display: none;
}
