/*********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;
}
@font-face {
    font-family: 'AvenirNextCyrBold';
    src: url('../fonts/AvenirNextCyr-Bold.otf') format('opentype');
}
@font-face {
    font-family: 'AvenirNextCyr-Demi';
    src: url('../fonts/AvenirNextCyr-Demi.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-Regular.otf') format('opentype');
}
@font-face {
    font-family: 'AvenirNextCyr-MediumItalic';
    src: url('../fonts/AvenirNextCyr-MediumItalic.otf') format('opentype');
}
@font-face {
    font-family: 'AvenirNextCyr-LightItalic';
    src: url('../fonts/AvenirNextCyr-LightItalic.otf') format('opentype');
}
body{
    font: 16px 'AvenirNextCyrRegular', sans-serif;
    color: #000;
    min-width: 320px;
    background: #fff;
    position: relative;
}
.clearfix:after{
    content: '';
    display: block;
    clear: both;
    overflow: hidden;
}
.modal{
    display: none;
}
a{
    cursor: pointer;
    text-decoration: none;
    color: #000;
    transition: .2s;
}
textarea{
    resize: none;
}
.scroller {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    visibility: hidden;
}
.page_wp{
    overflow: 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;
}

.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;
    margin-top: 40px;
    position: absolute;
    padding-bottom: 20px;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    background: #fff;
}
header.fixed{
    position: fixed;
    margin-top: 0;
}
.social_block{
    padding-top: 7px;
    padding-right: 5px;
}
.social_block a{
    width: 20px;
    height: 20px;
    margin-left: 34px;
}
.soc_fb{
    background: url("../images/soc1.png") no-repeat center center;
}
.soc_tv{
    background: url("../images/soc2.png") no-repeat center center;
}
.soc_vk{
    background: url("../images/soc3.png") no-repeat center center;
}
.soc_ig{
    background: url("../images/soc4.png") no-repeat center center;
}
.soc_ok{
    background: url("../images/soc5.png") no-repeat center center;
}
.soc_pt{
    background: url("../images/soc6.png") no-repeat center center;
}
.soc_tg{
    background: url("../images/soc7.png") no-repeat center center;
}
.soc_yb{
    background: url("../images/soc8.png") no-repeat center center;
    width: 25px !important;
}
.soc_s{
    background: url("../images/soc9.png") no-repeat center center;
}
.topmenu{
    padding-left: 30px;
    position: relative;
    bottom: -10px;
}
.topmenu li{
    list-style: none;
    margin: 0 15px;
}
.topmenu li a{
    text-transform: uppercase;
    font-size: 14px;
    border-bottom: 5px solid rgba(255,255,255,0);
}
.topmenu li a:hover{
    border-bottom: 5px solid #FFD91A;
}
.tm_reg_btn{
    width: 200px;
    height: 32px;
    background: #FFD91A;
    line-height: 32px;
    text-align: center;
    display: inline-block;
    position: relative;
    top: -5px;
}
.screen_1{
    width: 100%;
    background: url("../images/bg1.png") no-repeat center 305px;
    padding-top: 200px;
    padding-bottom: 640px;
}
.title_f1{
    font: 48px 'AvenirNextCyrBold';
    display: block;
    margin-bottom: 12px;
}
h1{
    font: 40px 'AvenirNextCyr-Demi';
    line-height: 73px;
    margin-bottom: 70px;
}
.title_f2{
    display: block;
    background: #FFD91A;
    color: #fff;
    line-height: 1;
    width: 374px;
    text-align: center;
    position: relative;
    top: -5px;
    padding: 5px 0;
}
.data_text{
    font: 36px 'AvenirNextCyrBold';
    margin-bottom: 35px;
}
.main_btn{
    display: block;
    width: 290px;
    height: 43px;
    border: 3px solid #FFD91A;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
}
h2{
    display: block;
    background: #FFD91A;
    color: #fff;
    font: 48px 'AvenirNextCyrBold';
    line-height: 1;
    text-align: center;
}
.screen_2{
    margin-top: -35px;
}
.screen_2 h2{
    width: 305px;
    padding-bottom: 7px;
    margin-bottom: 90px;
}
.video_block{
    position: relative;
}
.play_btn{
    width: 125px;
    height: 125px;
    background: url("../images/ico1.png") no-repeat;
    position: absolute;
    top: 50%;
    margin-top: -65px;
    left: 50%;
    margin-left: -65px;
}
.about_wp{
    position: relative;
    padding-top: 285px;
}
.about_img{
    position: absolute;
    top: 150px;
    left: -260px;
}
.about_info{
    width: 57%;
    padding-bottom: 220px;
}
.about_info p{
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 30px
}
.screen_3{
    padding-top: 125px;
}
.screen_3 h2{
    width: 297px;
    padding-bottom: 7px;
    margin-bottom: 60px;
}
.pb_time{
    color: #FFD91A;
    font: 30px 'AvenirNextCyrBold';
}
.pb_title{
    font: 24px 'AvenirNextCyrBold';
    margin-bottom: 20px;
}
.pb_list li{
    list-style: none;
    font-size: 22px;
    line-height: 27px;
    padding-left: 30px;
    position: relative;
}
.pb_list li:before{
    content: '';
    width: 14px;
    height: 5px;
    background: #FFD91A;
    position: absolute;
    top: 9px;
    left: 0;
}
.program_block{
    position: relative;
    padding-bottom: 35px;
    margin-bottom: 30px;
}
.pb_last{
    margin-bottom: 10px;
}
.program_block:before{
    content: '';
    width: 75px;
    height: 10px;
    background: #959595;
    position: absolute;
    left: 0;
    bottom: 0;
}
.pb_last:before{
    display: none;
}
.program_wp{
    position: relative;
    padding-bottom: 65px;
}
.program_img{
    position: absolute;
    top: 240px;
    right: -310px;
}
.program_btn{
    display: block;
    width: 290px;
    height: 43px;
    background: #FFD91A;
    line-height: 43px;
    text-align: center;
    font-size: 20px;
}
.screen_4{
    padding-top: 110px;
}
.screen_4 .wrapper{
    padding: 0;
}
.screen_4 h2{
    width: 245px;
    padding-bottom: 7px;
    margin-bottom: 60px;
    margin-left: 10px;
}
.speaker_block{
    width: 277px;
    text-align: center;
    margin: 0 80px;
}
.sb_img{
    margin-bottom: 20px;
}
.sb_img img{
    border: 6px solid #FFD91A;
}
.sb_title{
    font: 24px 'AvenirNextCyrBold';
}
.sb_text{
    font-size: 22px;
    line-height: 27px;
    height: 135px;
}
.screen_5{
     padding-top: 90px;
 }
.screen_5 h2{
    width: 271px;
    padding-bottom: 7px;
    margin-bottom: 80px;
    margin-left: 10px;
}
.screen_6{
    padding-top: 155px;
    position: relative;
}
.screen_6 h2{
    width: 261px;
    padding-bottom: 7px;
    margin-bottom: 90px;
    margin-left: 10px;
}
.contacts_column{
    width: 48%;
}
.c_title{
    font-size: 22px;
    margin-bottom: 27px;
}
.cb_name{
    font: 22px 'AvenirNextCyrBold';
}
.cb_text{
    font-size: 22px;
    color: #959595;
}
.ab_link{
    font-size: 22px;
}
.contacts_block{
    position: relative;
    padding-bottom: 60px;
}
.contacts_block:before{
    content: '';
    width: 75px;
    height: 10px;
    background: #FFD91A;
    position: absolute;
    left: 0;
    bottom: 25px;
}
.cb_bn:before{
    display: none;
}
.contacts_line{
    width: 617px;
    height: 455px;
    background: url("../images/line1.png") no-repeat;
    position: absolute;
    bottom: 0;
    left: -500px;
}
.contacts_wp{
    padding-bottom: 175px;
}
footer{
    background: #FFD91A;
    padding: 30px 0;
}
.copyright{
    font-size: 19px;
    margin-right: 190px;
}
footer .social_block{
    padding-top: 0;
}
.mm_link{
    width: 40px;
    height: 40px;
    background: url("../images/burger.svg") no-repeat center center;
    background-size: 100% auto;
    display: none;
    margin-right: 25px;
    margin-top: -3px;
}
body > iframe {
    display: none;
}
.mob_s_btn{
    width: 200px;
    height: 60px;
    border: 3px solid #FFD91A;
    line-height: 57px;
    text-align: center;
    font-size: 20px;
    display: block;
    margin: 0 auto;
    text-transform: uppercase;
}
.speaker_wp {
    margin-left: -70px;
    margin-right: -70px;
}
.speaker_open .speaker_block{
    display: block;
}
.video_block iframe {
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    background: #000;
}
.brand_block {
    margin-right: 40px;
}