@charset "UTF-8";

/*--reset.css--*/

html {
    margin: 0;
    padding: 0;
    border: 0;
}

body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
nav, section {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure, dialog,
footer, header, menu, nav, section {
    display: block;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
}

blockquote, q {
    quotes: "" "";
}

a img {
    border: none;
}

input:focus {
    outline: none;
}

/*--end reset*/
/*--Containers--*/

.page_container{
    position: relative;
    width: 100%;
    min-width: 320px;
    font-family: 'Montserrat', sans-serif;
    color: #1E1E20;
}

.container{
    position: relative;
    width: 100%;
    max-width: 1320px;
    box-sizing: border-box;
    margin: auto;
}

.container:after{
    content: "";
    display: table;
    clear: both;
}

.col2{
    float: left;
    width: 50%;
    padding-right: 15px;
    padding-left: 15px;
    box-sizing: border-box;
}

.col3{
    float: left;
    width: 33.33333%;
    padding-right: 15px;
    padding-left: 15px;
    box-sizing: border-box;
}

.col4{
    float: left;
    width: 25%;
    padding-right: 15px;
    padding-left: 15px;
    box-sizing: border-box;
}

.col930{
    position: relative;
    width: calc(100% - 390px);
    box-sizing: border-box;
    float: left;
}

article{
    width: 100%;
    /*padding: 0 15px 0 95px;*/
    box-sizing: border-box;
}

aside{
    position: relative;
    width: 360px;
    float: right;
    padding-right: 15px;
    padding-left: 15px;
    box-sizing: border-box;
}

.container:after, .col2:after, .col3:after, .col4:after,
.col930:after, article:after, aside:after{
    content: "";
    display: table;
    clear: both;
}

.pad_lr {
    padding-right: 15px;
    padding-left: 15px;
}

.mob_pad_lr{
    padding-right: 0;
    padding-left: 0;
}

.pad_b {
    padding-bottom: 40px;
}

.mar_b{
    margin-bottom: 50px;
}

.no_pad{
    padding: 0;
}

/*--end containers--*/

/*-- text--*/

h1{
    font-size: 40px;
    font-weight: 500;
    line-height: 1.1em;
    margin: 0 0 24px;
}

h2, h3, h4, h5, h6{
    font-size: 26px;
    font-weight: 500;
    line-height: 1.3em;
    margin: 0 0 20px;
}

p{
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.04em;
    line-height: 1.8em;
    margin: 0 0 20px;
    color: #464646;
}

p a{
    font-weight: 500;
    color: #65ADDE;
}

a{
    transition: all 0.3s ease;
}

a:hover{
    opacity: 0.6;
}

b{
    font-weight: 700;
}

i{
    font-style: italic;
}

/*-- end text--*/
/*--header--*/
header{
    position: relative;
    width: 100%;
    z-index: 2;
    margin-bottom: 20px;
}

header:after {
    content: "";
    display: table;
    clear: both;
}

.header_top_info{
    width: 100%;
    height: 40px;
    background-color: #1E1E20;
    color: #B4B4B4;
    font-size: 0;
    letter-spacing: 0.06em;
}

.header_top_info:after {
    content: "";
    display: table;
    clear: both;
}

.header_link{
    float: left;
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    line-height: 40px;
    color: #B4B4B4;
    margin-right: 24px;
}

.conf_select{
    float: left;
    display: inline-block;
    position: relative;
    font-size: 12px;
    font-weight: 500;
    line-height: 40px;
}
.conf_current{
    cursor: pointer;
    background: url(img/select_arrow_grey@2x.png) no-repeat 100% 50%;
    background-size: 8px 4px;
    padding-right: 18px;
    transition: all 0.3s ease;
}

.conf_select ul{
    position: absolute;
    top: 100%;
    right: 50%;
    z-index: 10000;
    transform: translate(50%, 0);
    list-style-type: none;
    padding: 15px 30px;
    background-color: #FFFFFF;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16);
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease;
    -webkit-perspective: 1000;
    -webkit-backface-visibility: hidden;
}

.conf_select ul li a{
    width: 100%;
    height: 34px;
    color: #1E1E20;
    white-space: nowrap;
    display: block;
    text-decoration: none;
    line-height: 34px;
    margin-right: 0;
}

.conf_select:hover .conf_current{
    opacity: 0.6;
}

.conf_select:hover ul{
    visibility: visible;
    opacity: 1;
}

.about_info{
    float: right;
}

.about_info span{
    display: inline-block;
    margin-right: 24px;
    vertical-align: middle;
}

.about_info span a{
    font-size: 12px;
    font-weight: 500;
    line-height: 40px;
    color: #B4B4B4;
    text-decoration: none;
}

.social_links{
    list-style-type: none;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
}

.social_links li{
    display: inline-block;
    vertical-align: middle;
    padding-right: 24px;
}

.social_links li a{
    display: block;
    width: 16px;
    height: 16px;
}

.social_links li a img{
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
}

.user_account{
    background: url("img/account_white@2x.png") no-repeat 24px 50%;
    background-size: 16px 16px;
    display: inline-block;
    vertical-align: middle;
    height: 40px;
    border-left: solid 1px #B4B4B4;
    padding-left: 52px;
    font-size: 12px;
    font-weight: 500;
    line-height: 40px;
    color: #FFFFFF;
    text-decoration: none;
}

.header{
    position: relative;
    width: 100%;
    max-width: 1320px;
    margin: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    box-sizing: border-box;
}

.header:after {
    content: "";
    display: table;
    clear: both;
}

.header .line{
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 2px;
    background-color: #1E1E20;
}

.header_logo{
    position: relative;
    z-index: 1000;
    display: block;
    float: left;
}

.header_logo img{
    display: block;
    height: 40px;
    width: auto;
    margin: 0;
    padding: 0;
}

.toggle_nav{
    cursor: pointer;
    display: none;
    position: relative;
    z-index: 1000;
    float: right;
    width: 30px;
    height: 30px;
    background: url("img/mob_menu@2x.png") no-repeat 50% 50%;
    background-size: 26px 26px;
    transition: all 0.3s ease;
}

.visible .toggle_nav{
    background: url("img/close_mob_menu@2x.png") no-repeat 50% 50%;
    background-size: 26px 26px;
}

.navigation{
    float: right;
}

nav > ul{
    list-style-type: none;
    font-size: 0;
}

nav > ul > li{
    position: relative;
    display: inline-block;
}

nav > ul > li > a, nav > ul > li > .lvl2{
    font-size: 14px;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: 0.04em;
    color: #1E1E20;
    text-decoration: none;
    padding: 0 12px;
}

.nav_tickets{
    display: inline-block;
    padding: 0 24px;
    background-color: #C0392B;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #FFFFFF;
    box-shadow: 0 0 0 rgba(0,0,0,0);
}

nav > ul > li ul{
    border-top: solid 4px #C0392B;
    list-style-type: none;
    position: absolute;
    top: 120%;
    right: 50%;
    z-index: 100;
    transform: translate(50%, 0);
    padding: 15px 30px;
    background-color: #FFFFFF;
    box-shadow: 0 3px 6px rgba(0,0,0,0.2);
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s ease;
    transition-delay: 0.2s;
    -webkit-perspective: 1000;
    -webkit-backface-visibility: hidden;
}

nav > ul > li ul a{
    display: block;
    font-size: 12px;
    font-weight: 500;
    line-height: 1em;
    letter-spacing: 0.04em;
    color: #1E1E20;
    text-decoration: none;
    padding: 15px 0;
    white-space: nowrap;
    -webkit-perspective: 1000;
    -webkit-backface-visibility: hidden;
}

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

    nav > ul > li:hover ul{
        visibility: visible;
        opacity: 1;
    }

    .nav_tickets:hover{
        opacity: 1;
        background-color: #F1C40F;
        box-shadow: 0 3px 6px rgba(0,0,0,0.2);
    }

    nav > ul > li ul a:hover{
        opacity: 1;
        color: #C0392B;
    }

    .index_page nav > ul > li > a, .index_page nav > ul > li > .lvl2{
        color: #FFFFFF;
    }
}



.index_page header{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    margin-bottom: 0;
}

.index_page .header .line{
    display: none;
}

.index_page .toggle_nav{
    background: url("img/mob_menu_white@2x.png") no-repeat 50% 50%;
    background-size: 26px 26px;
}

.index_page .visible .toggle_nav{
    background: url("img/close_mob_menu@2x.png") no-repeat 50% 50%;
    background-size: 26px 26px;
}
/*-- end index--*/
/*--conf hero--*/

.conf_hero{
    position: relative;
    width: 100%;
    height: 50vh;
    max-height: 800px;
    min-height: 600px;
    overflow: hidden;
}

.conf_hero video {
    position: absolute;
    left: 50%;
    top: 50%;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 0;
}

.conf_hero_content{
    background: url("img/hero_content_bg@2x.png") no-repeat center center;
    background-size: auto 100%;
    width: 100%;
    max-width: 680px;
    height: 50%;
    padding: 100px 20px 0;
    box-sizing: border-box;
    position: relative;
    z-index: 1 ;
    margin: auto;
    text-align: center;
    top: 40%;
    transform: translateY(-50%);
}

.cof_hero_date{
    font-size: 46px;
    font-weight: 300;
    line-height: 1em;
    letter-spacing: 0.04em;
    color: #FFFFFF;
    margin-bottom: 40px;
}

.cof_hero_location{
    font-size: 14px;
    font-weight: 400;
    line-height: 1em;
    letter-spacing: 0.06em;
    color: #FFFFFF;
    margin-bottom: 16px;
}

.conf_hero_content h1{
    font-size: 28px;
    font-weight: 500;
    line-height: 1.5em;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    margin-bottom: 0;
}

.conf_hero_partners{
    width: 100%;
    position: absolute;
    bottom: 50px;
    opacity: 0.7;
}

.conf_hero_partners p{
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 1em;
    letter-spacing: 0.06em;
    color: #FFFFFF;
    margin-bottom: 24px;
}

.p_list{
    font-size: 0;
    list-style-type: none;
    text-align: center;
}

.p_list li{
    display: inline-block;
    width: 16%;
    padding: 0 20px;
    box-sizing: border-box;
}

.p_list li a{
    display: block;
    position: relative;
    width: 100%;
    height: 60px;
}

.p_list li a img{
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    position: absolute;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
}

/*--end conf hero--*/
/*--subscription--*/

.mail_subscription{
    width: 100%;
    padding: 30px 0;
    background-color: #FAF0EF;
    font-size: 0;
}

aside .mail_subscription{
    width: 100%;
    padding: 40px 30px;
    box-sizing: border-box;
    margin-bottom: 40px;
}

.subscr_info{
    display: inline-block;
    vertical-align: middle;
    width: 440px;
    padding-right: 30px;
    box-sizing: border-box;
}

aside .subscr_info{
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
}

.subscr_info h3{
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3em;
    margin-bottom: 4px;
}

.subscr_info h3 > span{
    white-space: nowrap;
}

aside .subscr_info h3 > span{
    display: block;
    font-size: 34px;
    margin-bottom: 15px;
}

.subscr_info p{
    font-size: 12px;
    line-height: 1.5em;
    margin-bottom: 0;
}

.subscr_form {
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    width: calc(100% - 440px);
    height: 54px;
    background-color: #FFFFFF;
    border-radius: 26px;
    overflow: hidden;
    border: solid 1px #D9D9D9;
}

aside .subscr_form {
    display: block;
    width: 100%;
    height: auto;
    background-color: transparent;
    border-radius: unset;
    overflow: visible;
    border: none;
}

.subscr_wrap {
    width: 100%;
    padding: 3px;
    box-sizing: border-box;
}

aside .subscr_wrap {
    padding: 0;
}

.subscr_wrap input[type="text"] {
    display: inline-block;
    vertical-align: middle;
    border: none;
    outline: none;
    -webkit-appearance: none;
    width: calc(100% - 183px);
    height: 46px;
    padding-left: 30px;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: 400;
    color: #1E1E20;
}

aside .subscr_wrap input[type="text"] {
    display: block;
    float: none;
    border: solid 1px #D9D9D9;
    width: 100%;
    height: 54px;
    border-radius: 27px;
    text-align: center;
    padding: 0;
    margin-bottom: 15px;
}

input[type="text"]::-webkit-input-placeholder, input[type="text"]:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder, input[type="text"]:-ms-input-placeholder {
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
    color: #AEAEAE;
    letter-spacing: 0.04em;
}

input[type="text"]::placeholder {
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
    color: #AEAEAE;
    letter-spacing: 0.04em;
    opacity: 1;
}

.subscr_wrap input[type="submit"] {
    cursor: pointer;
    background-color: #65ADDE;
    width: 180px;
    height: 46px;
    border: none;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 46px;
    color: #ffffff;
    text-align: center;
    border-radius: 23px;
    float: right;
    transition: all 0.3s ease;
}

aside .subscr_wrap input[type="submit"] {
    float: none;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    border-radius: 27px;
    height: 54px;
    line-height: 54px;
}

.subscr_wrap input[type="submit"]:hover {
    opacity: 0.8;
}

/*--end subscription--*/
/*--index elements--*/

.key_heading{
    width: 100%;
    max-width: 800px;
    padding: 70px 15px 0;
    box-sizing: border-box;
}

.key_heading > span{
    display: block;
    font-size: 10px;
    font-weight: 400;
    color: #464646;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    line-height: 2em;
    margin-bottom: 10px;
}

.key_heading h2{
    font-size: 36px;
    font-weight: 700;
    line-height: 1.38em;
    margin-bottom: 50px;
}

.key_heading h2 span{
    display: block;
    padding-bottom: 10px;
    background: url("img/underline@2x.png") no-repeat left 20px bottom 0;
    background-size: 300px 30px;
}

.key_points{
    width: 100%;
    font-size: 0;
    list-style-type: none;
}

.key_points li{
    display: inline-block;
    vertical-align: top;
    width: 33.33333%;
    padding: 0 15px 30px;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.06em;
    line-height: 1.8em;
}

.key_points li span{
    display: block;
    font-size: 54px;
    font-weight: 300;
    letter-spacing: normal;
    line-height: normal;
    color: #C0392B;
}

.section_heading{
    width: 100%;
    margin-bottom: 30px;
}

.topics_wrap .section_heading{
    max-width: 540px;
}

.section_heading h1, .section_heading h2, .section_heading h3,
.section_heading h4, .section_heading h5, .section_heading h6{
    font-size: 40px;
    font-weight: 500;
    letter-spacing: normal;
    margin-bottom: 24px;
    line-height: 1.05em;
    max-width: 640px;
}

.section_heading h1:before, .section_heading h2:before, .section_heading h3:before,
.section_heading h4:before, .section_heading h5:before, .section_heading h6:before{
    content: "// ";
    font-weight: 700;
}

.section_heading p{
    font-size: 14px;
    line-height: 1.8em;
    margin-bottom: 20px;
    max-width: 640px;
}

.tickets_wrap .section_heading h1, .tickets_wrap .section_heading h2,
.tickets_wrap .section_heading h3, .tickets_wrap .section_heading h4,
.tickets_wrap .section_heading h5, .tickets_wrap .section_heading h6{
    max-width: 100%;
    text-align: center;
}

.tickets_wrap .section_heading h1:before, .tickets_wrap .section_heading h2:before,
.tickets_wrap .section_heading h3:before, .tickets_wrap .section_heading h4:before,
.tickets_wrap .section_heading h5:before, .tickets_wrap .section_heading h6:before{
    content: "";
}

.tickets_wrap .section_heading p{
    width: 100%;
    text-align: center;
}

.more_btn, .more_btn_w, .more_btn_r{
    width: 100%;
    padding-right: 28px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1em;
    text-decoration: none;
}

.more_btn{
    background: url("img/link_arrow_black.png") no-repeat right center;
    background-size: 18px 10px;
    color: #1E1E20;
}

.more_btn_w{
    background: url("img/link_arrow_white.png") no-repeat right center;
    background-size: 18px 10px;
    color: #FFFFFF;
}

.more_btn_r{
    background: url("img/link_arrow_white.png") no-repeat right center;
    background-size: 18px 10px;
    color: #FFFFFF;
}

.is_item{
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    overflow: hidden;
}

.is_item img{
    position: absolute;
    display: block;
    width: 100%;
    height: auto;
    margin: auto;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    transition: all 0.4s ease;
}

/*--end index elements--*/
/*--Speakers--*/

.speaker_list, .topics_list{
    width: 100%;
    font-size: 0;
    list-style-type: none;
}

.speaker_list > li, .topics_list > li{
    display: inline-block;
    vertical-align: top;
    width: 33.33333%;
    padding: 0 15px 30px;
    box-sizing: border-box;
}

.speaker_item{
    width: 100%;
}

.speaker_slider .speaker_item{
    width: 250px;
    padding-bottom: 30px;
}

.speaker_img_wrap{
    width: 100%;
    overflow: hidden;
    margin-bottom: 10px;
    transition: all 0.2s ease-in-out;
}

.speaker_item:hover .speaker_img_wrap{
    box-shadow: 0 3px 10px rgba(0,0,0,0.2);
}

.topic_item .speaker_img_wrap{
    width: 60px;
    height: 60px;
    border-radius: 30px;
    overflow: hidden;
    margin: 15px 0 7px;
}

.speaker_img_wrap img{
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
}

.s_info_wrap{
    display: block;
    width: 100%;
    text-decoration: none;
    color: #1E1E20;
}

.s_name{
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.04em;
    line-height: 1.33em;
    margin-bottom: 4px;
    text-decoration: none;
}

.topic_item .s_name{
    font-size: 12px;
    letter-spacing: 0.04em;
    line-height: 1.4em;
    margin-bottom: 0;
    text-decoration: none;
}

.aside_list .s_name{
    margin-bottom: 4px;
}


.topics_wrap .topic_item .s_name{
    color: #FFFFFF;
    margin-top: 15px;
}

.s_title{
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.04em;
    line-height: 1.2em;
}

.s_appearance{
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 0.04em;
    line-height: 1em;
}

.s_appearance span{
    display: inline-block;
    padding: 0 6px 0 0;
    margin-top: 4px;
}

.s_appearance span:before{
    content: "|";
    margin-right: 6px;
}

.topics_wrap .s_appearance{
    color: #FFFFFF;
}

.s_links{
    width: 100%;
    list-style-type: none;
    font-size: 0;
    margin-top: 18px;
}

.s_links li{
    display: inline-block;
    vertical-align: middle;
    padding-right: 24px;
}

.s_links li a{
    display: block;
    width: 16px;
    height: 16px;
}

.s_links li a img{
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
}



.inline_element .speaker_img_wrap{
    width: 80px;
    height: 80px;
    border-radius: 40px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px 0 0;
}

.inline_element .s_info_wrap{
    max-width: 300px;
    display: inline-block;
    vertical-align: middle;
}

/*--end speakers--*/
/*--topics--*/

.topics_wrap{
    width: 100%;
    padding: 100px 0 20px;
    background: url("img/topics_bg.jpg") no-repeat center bottom;
    background-size: cover;
    margin-bottom: 50px;
}

.topics_wrap .section_heading h1, .topics_wrap .section_heading h2, .topics_wrap .section_heading h3,
.topics_wrap .section_heading h4, .topics_wrap .section_heading h5, .topics_wrap .section_heading h6{
    color: #FFFFFF;
}

.topics_wrap .section_heading h1:before, .topics_wrap .section_heading h2:before, .topics_wrap .section_heading h3:before,
.topics_wrap .section_heading h4:before, .topics_wrap .section_heading h5:before, .topics_wrap .section_heading h6:before{
    content: "// ";
    font-weight: 700;
}

.topics_wrap .section_heading p{
    color: #FFFFFF;
}

.topic_item{
    width: 100%;
    padding-top: 26px;
    border-top: solid 1px #F5F5F5;
}

.t_tag{
    display: block;
    color: #C0392B;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 1em;
    margin-bottom: 15px;
    text-decoration: none;
}

.t_title{
    display: block;
    min-height: 80px;
    color: #1E1E20;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.02em;
    line-height: 1.4em;
    text-decoration: none;
}

.topics_wrap .topics_list > li{
    width: 50%;
}

.topics_wrap .topic_item{
    border-top: solid 1px rgba(255,255,255,0.3);
}

.topics_wrap .t_tag{
    color: rgba(255,255,255,0.5);
}


.topics_wrap .t_title{
    min-height: 80px;
    color: #FFFFFF;
}

.aside_list .topics_list > li{
    width: 100%;
    padding: 0 0 30px;
}

.aside_list .topic_item{
    padding-top: 0;
    border-top: none;
}

.aside_list  .t_title{
    display: block;
    min-height: auto;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 8px;
}

.past_conf .topic_item{
    padding-top: 0;
    border-top: none;
}

.past_conf .topics_list > li{
    width: 25%;
}

.past_conf .t_tag{
    display: none;
}

/*--end topics--*/
/*--news--*/

.news_list{
    width: 100%;
    font-size: 0;
    list-style-type: none;
}

.news_list li{
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding: 0 15px 30px;
    box-sizing: border-box;
}

.news_item{
    display: block;
    position: relative;
    width: 100%;
    text-decoration: none;
    color: #FFFFFF;
}

.news_img_container{
    background: url("img/no_img.png") no-repeat 50% 50% #f0f0f0;
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    overflow: hidden;
}

.news_img_container img{
    position: absolute;
    display: block;
    width: 100%;
    height: auto;
    margin: auto;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    transition: all 0.4s ease;
}

.news_title{
    position: absolute;
    background: linear-gradient(to top, rgba(0,0,0,0.6), rgba(0,0,0,0));
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 50px 30px 30px;
    box-sizing: border-box;
}

.date{
    font-size: 12px;
    font-weight: 400;
    color: #1E1E20;
    line-height: 1em;
    letter-spacing: 0.12em;
    margin-bottom: 10px;
}

.news_list .date{
    color: #FFFFFF;
}

.news_title h2, .news_title h3, .news_title h4,
.news_title h5, .news_title h6, .news_title span{
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.02em;
    line-height: 1.33em;
    margin: 0;
}

.news_item:hover{
    opacity: 1;
    box-shadow: 0 3px 10px rgba(0,0,0,0.25);
}

.news_item:hover .news_img_container img{
    transform: scale(1.05,1.05);
}

.aside_list .news_list li{
    display: block;
    width: 100%;
    padding: 0 0 30px;
}

.aside_list .news_item{
    color: #1E1E20;
}

.aside_list .news_item:hover{
    opacity: 0.6;
    box-shadow: none;
}

.aside_list .news_title{
    position: static;
    background: none;
    bottom:unset;
    left: unset;
    width: 100%;
    padding: 0;
}

.aside_list .news_list .date{
    color: #1E1E20;
}

.aside_list .news_title h2, .aside_list .news_title h3, .aside_list .news_title h4,
.aside_list .news_title h5, .aside_list .news_title h6, .aside_list .news_title span{
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1.33em;
    margin: 0;
}

.news_wrap .news_list li{
    float: left;
}

.news_wrap .news_list li{
    padding: 0 15px 20px;
}

.news_wrap .news_list li .news_img_container{
    display: none;
}

.news_wrap .news_list li .news_title{
    position: static;
    background: none;
    bottom:unset;
    left: unset;
    width: 100%;
    padding: 20px 0 0;
    border-top: solid 1px #e6e6e6;
}

.news_wrap .news_list li .date{
    color: #1E1E20;
}

.news_wrap .news_list li .news_title h2,
.news_wrap .news_list li .news_title h3,
.news_wrap .news_list li .news_title h4,
.news_wrap .news_list li .news_title h5,
.news_wrap .news_list li .news_title h6,
.news_wrap .news_list li .news_title span{
    color: #1E1E20;
    line-height: 1.2em;
}

.news_wrap .news_list li .news_item:hover{
    opacity: 0.6;
    box-shadow: none;
}
/*--end news--*/
/*--partners--*/

.partner_list{
    width: 100%;
    font-size: 0;
    list-style-type: none;
}

.partner_list li{
    display: inline-block;
    vertical-align: top;
    width: 33.33333%;
    padding: 0 15px 30px;
    box-sizing: border-box;
}

.partner_item{
    display: block;
    width: 100%;
    text-decoration: none;
    color: #1E1E20;
}

.p_logo_container{
    width: 100%;
    padding: 5px 20px;
    box-sizing: border-box;
    border: solid 1px #D2D2D2;
    margin-bottom: 8px;
    transition: all 0.3s ease-in-out;
}

.p_logo_container img{
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
}

.p_name{
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0;
}

.partner_item span{
    display: block;
    font-size: 10px;
    font-weight: 400;
    line-height: 1.4em;
    letter-spacing: 0.06em;
    margin-top: 2px;
    text-align: center;
}

.partner_item span.p_name{
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0;
}

.partner_item:hover{
    opacity: 1;
}

.partner_item:hover .p_logo_container{
    box-shadow: 0 3px 10px rgba(0,0,0,0.2);
}

.pw_heading{
    padding-left: 15px;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.06em;
    line-height: 1.4em;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.partner_wrap span{
    display: none;
}

.partner_wrap .p_logo_container{
    margin-bottom: 0;
}

/*--end partners--*/
/*--aside elements--*/

.join_conf{
    position: relative;
    width: 100%;
    margin-bottom: 40px;
}

.bg_form{
    width: 220px;
    height: 220px;
    border-radius: 110px;
    background-color: #F5F5F5;
    margin: auto;
}

.jc_content{
    width: 100%;
    max-width: 480px;
    position: absolute;
    top: 15px;
    right: 50%;
    transform: translateX(50%);
}

.jc_content img{
    display: block;
    padding: 0;
    margin: 0 auto 20px;
    width: 60px;
    height: auto;
}

.jc_content span{
    display: block;
    width: 100%;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3em;
    text-align: center;
    margin: 0 auto 20px;

}

.jc_content_btn{
    display: block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1em;
    text-decoration: none;
    color: #C0392B;
    text-align: center;
}

.jc_content_btn:after {
    display: inline-block;
    content: "";
    width: 16px;
    height: 10px;
    background: transparent url('img/link_arrow_red.png') no-repeat 0 0;
    background-size: 16px 10px;
    margin-left: 10px;
    vertical-align: center;
}

.tickets_wrap .jc_content_btn{
    text-align: left;
    color: #1E1E20;
}

.tickets_wrap .jc_content_btn:after {
    background: transparent url('img/link_arrow_black.png') no-repeat 0 0;
    background-size: 16px 10px;
}

.center_fare .jc_content_btn{
    text-align: left;
    color: #FFFFFF;
}

.center_fare .jc_content_btn:after {
    background: transparent url('img/link_arrow_white.png') no-repeat 0 0;
    background-size: 16px 10px;
}

.conf_banner{
    background: url("img/video_bg.jpg") no-repeat center center;
    background-size: cover;
    width: 100%;
    padding: 40px 30px 50px;
    box-sizing: border-box;
    margin-bottom: 40px;
}

.conf_banner .conf_hero_content{
    background: url("img/hero_content_bg@2x.png") no-repeat top center;
    background-size: 100% auto;
    width: 100%;
    max-width: 270px;
    padding: 40px 0 0;
    box-sizing: border-box;
    position: static;
    z-index: 1 ;
    margin: auto;
    text-align: center;
    top: unset;
    transform: none;
}

.conf_banner .cof_hero_date{
    font-size: 28px;
    margin-bottom: 10px;
}

.conf_banner.cof_hero_location{
    margin-bottom: 24px;
}

.conf_hero_content span{
    display: block;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4em;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    margin-bottom: 60px;
}

.buy_link{
    cursor: pointer;
    display: block;
    width: 100%;
    max-width: 270px;
    height: 52px;
    background-color: #C0392B;
    border-radius: 26px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.06em;
    line-height: 54px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    color: #FFFFFF;
    box-shadow: 0 3px 6px rgba(0,0,0,0.2);
}

.buy_link:hover{
    opacity: 1;
    background-color: #F1C40F;
}

.aside_list{
    width: 100%;
    margin-bottom: 30px;
}

.aside_heading{
    display: block;
    width: 100%;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 0.02em;
    line-height: 1.4em;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.tag_list{
    width: 100%;
    font-size: 0;
    margin-bottom: 34px;
}

.tag_list > a{
    display: inline-block;
    vertical-align: top;
    padding: 10px 18px;
    border: solid 1px #707070;
    color: #707070;
    background-color: #FFFFFF;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.02em;
    line-height: 1em;
    text-decoration: none;
    margin: 0 6px 6px 0;
    white-space: nowrap;
}

.tag_list > a:hover{
    opacity: 1;
    border-color: #65ADDE;
    color: #65ADDE;
}

/*--end aside elements--*/
/*--other elements--*/
.select_wrap{
    display: inline-block;
    vertical-align: top;
    width: 300px;
    height: 52px;
    background: url("img/nav_arrowD@2x.png") no-repeat right 30px center #F5F5F5;
    background-size: 8px 8px;
    border-radius: 26px;
    overflow: hidden;
    transition: all 0.4s ease;
    margin: 0 20px 0 0;
}

.select_wrap:hover{
    box-shadow: 0 3px 6px rgba(0,0,0,0.1);
}

.select_wrap select{
    width: 100%;
    height: 100%;
    padding: 0 38px 0 30px;
    box-sizing: border-box;
    border: none;
    margin: 0;
    outline: none;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    letter-spacing: 0.04em;
    font-weight: 700;
    color: #1f1f23;
    background-color: transparent;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    cursor:pointer;
}

.select_wrap select::-ms-expand {
    display: none;
}

.dropdown {
    position: relative;
    display: inline-block;
    height: 52px;
    background: url("img/nav_arrowD@2x.png") no-repeat right 30px center #F5F5F5;
    background-size: 8px 8px;
    border-radius: 26px;
    transition: all 0.4s ease;
    margin: 0 20px 0 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    letter-spacing: 0.04em;
    font-weight: 700;
    color: #1f1f23;
    outline: none;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 12px 16px;
    z-index: 1;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.bg_transition_top{
    background: url("img/section_bg.png") no-repeat center bottom;
}

.breadcrumbs {
    margin: 0 0 40px;
    font-size: 10px;
    font-weight: 400;
    color: #b4b4b4;
    letter-spacing: 0.04em;
    line-height: 1em;
}

.breadcrumbs a {
    color: #b4b4b4;
}

.breadcrumbs a:hover {
    color: #65ADDE;
}

.pages{
    width: 100%;
    list-style-type: none;
    font-size: 0;
    clear: both;
    padding-top: 30px;
}

.pages li{
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px;
}

.pages li a{
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    text-decoration: none;
    line-height: 40px;
    font-size: 20px;
    font-weight: 500;
    color: #1E1E20;
    background: #FFFFFF;
    border-radius: 20px;
    overflow: hidden;
}

.pages li a:hover{
    opacity: 1;
    background: #ebebeb;
}

.pages li .active{
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}

/*--end other elements--*/
/*--ticket fares--*/
.tickets_wrap{
    background: url("img/section_bg_end.png") no-repeat bottom center #FAFAFA;
    padding: 70px 0;
}

.tickets_wrap .section_heading {
    text-align: center;
    max-width: 760px;
    padding: 0 40px;
    box-sizing: border-box;
    margin: auto;
}

.ticket_fares{
    width: 100%;
    font-size: 0;
    list-style-type: none;
    text-align: center;
}

.ticket_fares li{
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 320px;
    min-height: 500px;
    padding: 50px;
    box-sizing: border-box;
    border-radius: 10px;
    overflow: hidden;
}

.ticket_fares .description li {
    min-height: 0;
    height: auto;
    padding: 0;
}

.ticket_fares .description li:first-child {
    font-weight: 700;
}

.fare_name{
    font-size: 26px;
    font-weight: 700;
    color: #C0392B;
    letter-spacing: 0.06em;
    padding-bottom: 12px;
    border-bottom: solid 1px #1E1E20;
    margin-bottom: 24px;
    text-align: left;
}

.description{
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.06em;
    line-height: 1.5em;
    text-align: left;
    margin-bottom: 15px;
}

.price_wrap{
    position: absolute;
    width: 100%;
    padding: 0 50px;
    box-sizing: border-box;
    bottom: 50px;
    left: 0;
}

.tickets_wrap .date, .tickets_wrap .date{
    text-align: left;
    font-size: 10px;
    letter-spacing: 0.04em;
}

.old_price{
    text-align: left;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.06em;
    text-decoration: line-through;
}

.current_price{
    text-align: left;
    font-size: 36px;
    font-weight: 400;
    letter-spacing: 0.06em;
}

.tickets_wrap .buy_link{
    margin-top: 30px;
}

.center_fare{
    background-color: #C0392B;
}

.center_fare .fare_name{
    color: #FFFFFF;
    border-bottom: solid 1px #FFFFFF;
}

.center_fare .description, .center_fare .old_price,
.center_fare .current_price, .center_fare .date{
    color: #FFFFFF;
}

.center_fare .buy_link{
    background-color: #FFFFFF;
    color: #1E1E20;
}

.center_fare .buy_link:hover{
    opacity: 0.6;
}

/*--end ticket fares--*/
/*--article--*/

article > img{
    display: block;
    margin: 0 auto 40px;
    padding: 0;
    width: 100%;
    height: auto;
}

article .join_conf{
    margin: 30px 0 40px;
}

article .bg_form{
    position: absolute;
    top: 0;
    left: 0;
    width: 140px;
    height: 140px;
    border-radius: 70px;
    margin: 0;
}

article .jc_content{
    width: 100%;
    max-width: none;
    position: relative;
    top: 0;
    right: unset;
    transform: unset;
    padding: 50px 0 40px 80px;
    box-sizing: border-box;
    border-bottom: solid 1px #B4B4B4;
    margin-bottom: 30px;
}

article .jc_content img{
    position: absolute;
    top: 24px;
    left: 24px;
    display: block;
    margin: 0 0 20px;
    padding: 0;
    width: 44px;
}

article .jc_content span{
    max-width: 600px;
    text-align: left;
    margin: 0 0 20px;

}

article .jc_content_btn{
    text-align: left;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    margin: 30px 0 40px;
    height: 0;
    overflow: hidden;
}

.video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

article > ul, article > ol{
    width: 100%;
    list-style-type: none;
    margin: 27px 0;
    font-size: 14px;
    letter-spacing: 0.02em;
    line-height: 1.3em;
    color: #787878;
}

article > ul > li{
    width: 100%;
    margin: 6px 0;
    padding-left: 20px;
    box-sizing: border-box;
    background: url("img/dot@2x.png") no-repeat 0 3px;
    background-size: 10px 10px;
}

article > ol > li {
    counter-increment: step-counter;
    margin: 6px 0;
}

article > ol > li::before {
    content: counter(step-counter);
    margin-right: 8px;
    color: #1E1E20;
    font-size: 14px;
    font-weight: 700;
}

.map-responsive {
    overflow: hidden;
    padding-bottom: 55%;
    position: relative;
    height: 0;
    margin-bottom: 30px;
}

.map-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

.share{
    background: url("img/share@2x.png") no-repeat left 0 bottom 9px;
    background-size: 24px 24px;
    padding-left: 44px;
    box-sizing: border-box;
    margin-top: 40px;
    padding-top: 20px;
    border-top: solid 1px #B4B4B4;
}

.share ul{
    list-style-type: none;
    font-size: 0;
}

.share ul li{
    cursor: pointer;
    display: inline-block;
    padding: 12px;
    border-radius: 20px;
    border: solid 1px #1E1E20;
    margin: 0 10px;
    transition: all 0.3s ease-in-out;
}

.share ul li:hover{
    opacity: 0.6;
}

.share ul li img{
    width: 16px;
    height: auto;
}

.share_top{
    position: absolute;
    top: 0;
    left: 0;
    background: url("img/share@2x.png") no-repeat left 9px top 20px;
    background-size: 24px 24px;
    padding-top: 60px;
    box-sizing: border-box;
}

.share_top ul{
    list-style-type: none;
    font-size: 0;
}

.share_top ul li{
    cursor: pointer;
    display: block;
    padding: 12px;
    border-radius: 20px;
    border: solid 1px #1E1E20;
    margin: 12px 0;
    transition: all 0.3s ease-in-out;
}

.share_top ul li:hover{
    opacity: 0.6;
}

.share_top ul li img{
    width: 16px;
    height: auto;
}

/*--end article--*/
/*--schedule--*/
.schedule_date{
    width: 100%;
    margin-bottom: 24px;
}

.sch_day{
    display: block;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin-bottom: 4px;
}

.sch_date{
    display: block;
    font-size: 30px;
    font-weight: 300;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.timetable{
    position: relative;
    width: 100%;
    padding-left: 170px;
    box-sizing: border-box;
    list-style-type: none;
}

.timetable li{
    width: 100%;
    padding: 25px 0 25px 30px;
    box-sizing: border-box;
    border-left: solid 2px #F5F5F5;
}

.timetable li:after{
    content: "";
    display: table;
    clear: both;
}

.tt_info{
    position: absolute;
    left: 0;
    width: 140px;
    letter-spacing: 0.04em;
    line-height: 1em;
}

.tt_time{
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 1em;
    margin-bottom: 10px;
}

.tt_tag{
    font-size: 12px;
    font-weight: 700;
    color: #C0392B;
    margin-bottom: 2px;
}

.tt_location{
    font-size: 12px;
    font-weight: 300;
}

.point{
    position: absolute;
    left: 163px;
    width: 16px;
    height: 16px;
    background-color: #C0392B;
    border-radius: 8px;
}

.topic_link{
    display: block;
    text-decoration: none;
    color: #1E1E20;
    margin-bottom: 8px;
}


.timetable h2, .timetable h3, .timetable h4,
.timetable h5, .timetable h6, .timetable > span{
    display: block;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1.4em;
    margin-bottom: 0;
}

.timetable p{
    font-size: 12px;
    margin: 10px 0 0;
    letter-spacing: 0.06em;
}

.timetable .inline_element{
    margin-top: 20px;
}

.timetable .inline_element .speaker_img_wrap{
    width: 60px;
    height: 60px;
    border-radius: 30px;
}

.timetable .inline_element .s_info_wrap{
    max-width: calc(100% - 80px);

}

.timetable .s_name{
    font-size: 14px;
}

.timetable .s_title{
    font-size: 10px;
}


/*--end schedule--*/

.offer-author{
    position: relative;
    width: 100%;
    padding-left: 0;
    box-sizing: border-box;
    list-style-type: none;
}

.offer-author .inline_element{
    margin: 20px 0;
}

.offer-author .inline_element .speaker_img_wrap{
    width: 120px;
    height: 120px;
    border-radius: 30px;
}

.offer-author .inline_element .s_info_wrap{
    vertical-align: top;
    max-width: calc(100% - 140px);
}

.offer-author .s_name{
    font-size: 18px;
}

/*--footer--*/
footer{
    width: 100%;
    padding: 50px 0;
    background-color: #1E1E20;
}

.footer_logo{
    position: relative;
    display: block;
    float: left;
}

.footer_logo img{
    display: block;
    height: 30px;
    width: auto;
    margin: 0;
    padding: 0;
}

.copyright{
    display: block;
    float: left;
    font-size: 10px;
    font-weight: 400;
    color: #B4B4B4;
    letter-spacing: 0.06em;
    line-height: 1.2em;
    margin: 3px 0 0 10px;
}

footer .about_info span a{
    line-height: 30px;
}

footer .social_links li:last-child{
    padding-right: 0;
}

.footer_links{
    width: 100%;
    font-size: 0;
    list-style-type: none;
    margin-top: 50px;
}

.footer_links > li{
    display: inline-block;
    vertical-align: top;
    width: 20%;
    padding: 0 15px;
    box-sizing: border-box;
}

.footer_links > li ul{
    width: 100%;
    list-style-type: none;
}

.footer_links > li ul li{
    font-size: 10px;
    font-weight: 400;
    color: #B4B4B4;
    letter-spacing: 0.06em;
    line-height: 1.2em;
    margin-top: 10px;
}

.footer_links > li ul li a{
    text-decoration: none;
    color: #B4B4B4;
}

.footer_links > li ul li:first-child{
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 15px;
}

/*--and footer--*/

.archive-menu{
    text-align: center;
}

.archive-menu a{
    font-size: 20px;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: 0.04em;
    color: #1E1E20;
    text-decoration: none;
    padding: 0 12px;
}

.archive-menu a.active{
    font-weight: 900;
}