@font-face {
    font-family: 'bebas_neue';
    src: url('/local/templates/vdk2024/fonts/bebasneue_bold-webfont.ttf') format('truetype');
    src: url('/local/templates/vdk2024/fonts/bebasneue_bold-webfont.eot');
    src: url('/local/templates/vdk2024/fonts/bebasneue_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/local/templates/vdk2024/fonts/bebasneue_bold-webfont.woff2') format('woff2'),
         url('/local/templates/vdk2024/fonts/bebasneue_bold-webfont.woff') format('woff'),
         url('/local/templates/vdk2024/fonts/bebasneue_bold-webfont.svg#bebas_neuebold') format('svg');
    font-weight: bold;
    font-style: normal;

}
@font-face {
    font-family: 'bebas_neue_book';
    src: url('/local/templates/vdk2024/fonts/bebasneue_book-webfont.ttf') format('truetype');
    src: url('/local/templates/vdk2024/fonts/bebasneue_book-webfont.eot');
    src: url('/local/templates/vdk2024/fonts/bebasneue_book-webfont.eot?#iefix') format('embedded-opentype'),
         url('/local/templates/vdk2024/fonts/bebasneue_book-webfont.woff2') format('woff2'),
         url('/local/templates/vdk2024/fonts/bebasneue_book-webfont.woff') format('woff'),
         url('/local/templates/vdk2024/fonts/bebasneue_book-webfont.svg#bebas_neuebook') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'bebas_neue';
    src: url('/local/templates/vdk2024/fonts/bebasneue_regular-webfont.ttf') format('truetype');
    src: url('/local/templates/vdk2024/fonts/bebasneue_regular-webfont.eot');
    src: url('/local/templates/vdk2024/fonts/bebasneue_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/local/templates/vdk2024/fonts/bebasneue_regular-webfont.woff2') format('woff2'),
         url('/local/templates/vdk2024/fonts/bebasneue_regular-webfont.woff') format('woff'),
         url('/local/templates/vdk2024/fonts/bebasneue_regular-webfont.svg#bebas_neueregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
*{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0!important;
    transition: all 0.3s;
}
body{
    background: #fff;
    background-size: cover;
    background-attachment: fixed;
    font-family: Montserrat,sans-serif;
    line-height: 1.5em;
    font-size: 18px;
    color: #000;
    font-weight: 400;
    margin: 0;
    text-align: left;
}
html,
body {
  height: 100%;
}
.page_container{
  display: flex;
  flex-direction: column;
  height: 100%;
}
h1{
	font-size: 2.5rem;
	line-height: 1em;
    font-weight: 400;
    letter-spacing: 1px;
    margin: 0 0 48px;
}
h2{
    font-weight: 600;
    font-size: 32px;
    line-height: 1.3em;
    margin-top: 0;
    margin-bottom: 40px;
    color: #333;
    text-transform: uppercase;
}
h3{
    margin: 2.5em 0 1.4em;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
}
h3:first-child{
    margin-top: 0;
}
h4{
    font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 20px;
}
p{
	margin: 1em 0;
}
p:first-child{
    margin-top: 0;
}
img{
	display: block;
	max-width: 100%;
}
a{
	color: #0c339f;
	transition: all 0.3s;
    text-decoration: none;
}
a:hover{
    color: #c12627;
}
ul{
    padding: 0 0 0 15px;
    list-style-type: disc;
    margin: 1em 0;
}
hr{
    border: 1px solid #dcdcdc;
    border-bottom: none;
}
label {
    display: inline-block;
    margin-bottom: .5rem;
}
iframe{
    max-width: 100%
}
.btn.program-download{
    width: auto;
    max-width: none;
}
.btn.program-download svg{
    vertical-align: middle;
}
.btn.program-download svg path{
    fill: #0c339f
}
.btn.program-download:hover svg path{
    fill: #0b8ed2;
}
.page_content{
    flex: 1 0 auto;
}
.text-right{
    text-align: right;
}
.text-center{
    text-align: center;
}
div.bx-breadcrumb{
    margin: 22px 0 0;
}
.bx-breadcrumb i {
    color: #b5bdc2;
    line-height: 13px;
    font-size: 12px;
    vertical-align: middle;
    margin-right: 5px;
}
.bx-breadcrumb .bx-breadcrumb-item {
    margin-bottom: 10px;
    white-space: nowrap;
    line-height: 13px;
    vertical-align: middle;
    margin-right: 7px;
    display: inline-block;
    font-size: 12px;
}
.bx-breadcrumb .bx-breadcrumb-item span {
    white-space: normal;
}
.bx-breadcrumb .bx-breadcrumb-item a {border-bottom: none;}
b, strong{
    font-weight: 600;
}
.lang_btn-en{
    padding-right: 22px;
}
.clearfix:after {
    display: block;
    clear: both;
    content: "";
}
.login-link{
    text-decoration: none;
    color: #47414e;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding-left: 26px;
}
.login-link span{
    max-width: 100px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
}
.login-link img{
    display: inline-block;
    border-radius: 50%;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 3px;
    background: #f0f0f0;
}
.clear{
    clear: both
}
.logo{
    color: #47414e;
    display: inline-block;
    margin-right: 50px;
    vertical-align: middle;
    text-transform: uppercase;
    font-weight: 600;
}
.logo2{
    display: inline-block;
    vertical-align: middle;
}
.logo2 img{
    width:140px;
    height:21px;
    mix-blend-mode: multiply;
    margin-top: 7px;
}
.h-top{
    padding: 12px 0;
}
.header{
    box-shadow: 0 10px 20px #1741941c;
    position: relative;
    z-index: 1;
}
.wrapper{
	max-width: 1090px;
	margin: 0 auto;
}
.row{
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
[class^="col-"]{
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
#contacts,
#speakers{
    background: #f5f5f5;
}
.contacts_descr{
    margin-top: 30px;
    padding-right: 40px;
}
.contacts_descr p{
    font-size: 16px;
    line-height: 24px;
}
.btn{
    border: 2px solid #0c339f;
    padding: 16px 50px;
    color: #0c339f;
    background: transparent;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-weight: 600;
    line-height: 1em;
    font-size: 13px;
    border-radius: 6px;
    font-family: "Montserrat", sans-serif;
}
.btn.btn-red{
    border-color: #c32420;
    color: #fff;
    background: #c32420;
}
.btn.btn-red:hover{
    background: none;
    color: #c32420;
    border-color: #c32420;
}
.btn:hover{
    color: #0b8ed2;
    border-color: #0b8ed2;
    background: none;
}
.btn.btn-black{
    border-color: #242830;
    color: #242830;
}
.btn.btn-black:hover{
    border-color: #c12627;
    color: #c12627;
    background: none;
}
.btn.btn-black:hover svg{
    fill: #c12627;
}
.btn-blue{
    background: #0c339f;
    color: #fff;
}
.btn-blue:hover{
    color: #0c339f;
    border-color: #0c339f;
    background: none;
}
.btn.btn-large{
    padding-left: 15px;
    padding-right: 15px;
}
.sp-logos{
    justify-content: space-between;
    padding-top: 1.5em;
}
.sp-logos:first-child{
    padding-top: 0
}
.sp-logos:first-child h3{
    margin-top: 0
}
.mt-2em{
    margin-top: 2em;
}
.default-frame-bg{
    background: url(/local/templates/vdk2021/img/dark-bg2.jpg) no-repeat 100% 60% #0c1f44;
    position: relative;
    box-sizing: border-box;
    height: 400px;
    display: flex;
    align-items: center;
    color: #fff;
    justify-content: center;
}
.default-frame-bg_inner{
    display: flex;
    align-items: center;
    margin-top: 40px;
    justify-content: center;
}
.default-frame-bg_inner img{
    margin-right: 20px;
    margin-left: 40px;
}
.banner_heading{
    position: absolute;
    right: 15px;
    top: 15px;
    text-align: right;
    max-width: 70%
}
.banner_heading__title{
    color: #fff;
    background: #174194;
    font-family: "bebas_neue",sans-serif;
    font-size: 28px;
    padding: 0 6px;
    letter-spacing: 1px;
}
.banner_heading__date{
    font-size: 18px;
    background: #c32420;
    padding: 0 5px;
    letter-spacing: 1px;
}
.divider{
    margin: 1.5em 0;
    height: 1px;
    background: #ddd;
}
.sp-logos h3.block-title{
    padding-left: 0;
    font-size: 12px;
    line-height: 1.3em;
    white-space: nowrap;
    text-transform: uppercase;
    color: #777;
    font-weight: bold;
    margin-top: 0;
}
.sp-logos h3.block-title:before{
    display: none;
}
.sp-banner{
    overflow: hidden;
    position: relative;
    height: 100px;
    display: flex;
}
.sp-banner-text{
    color: #fff;
    font-weight: 500;
    letter-spacing: 1px;
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    flex-basis: 100%;
    line-height: 100px;
    max-width: 1090px;
    margin: 0 auto;
}
.sp-banner-text span{
    color: #7593e6;
}

.sp-banner img{
    position: absolute;
    top: 0;
    min-height: 100%;
    width: 100%;
    z-index: 0;
}
.sp-item {
    display: flex;
    align-items: center;
    margin-bottom: 1em;
    width: auto;
    -webkit-box-flex: auto;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
    justify-content: center;
}
.sp-item span{
    height: 100%;
    display: flex;
    align-items: center;
    background: #fff
}
.sp-item img{
    max-height: 50px;
    max-width: 240px;
}
.organizators{
    background: none;
    padding: 0 15px;
    margin: 40px 0 0;
}
.organizators .row{
	align-items: center;
}
.organizators a{
    margin: 18px 0;
}
.organizators a,
.organizators span{
    opacity: 0.5;
}
.organizators a:hover{
    opacity: 0.9;
}
.organizators a img{
    width: auto;
    mix-blend-mode: multiply;
}
.news_title{
    font-weight: 600;
    line-height: 32px;
    font-size: 24px;
    letter-spacing: 1px;
    color: #000;
    margin: 0 0 20px;
}
.sponsor_banner{
    position: relative;
    border-top: 1px solid #c1c0dc;
    border-bottom: 1px solid #c1c0dc;
}
.banner .banner_logo-left{
    color: #174194;
    font-family: "bebas_neue",sans-serif;
    font-weight: bold;
    font-size: 60px;
    line-height: 1em;
    text-align: right;
    text-transform: uppercase;
    width: 370px;
    letter-spacing: 3px;
}
.banner .banner_logo-right{
    color: #174194;
    font-family: "bebas_neue",sans-serif;
    font-size: 60px;
    line-height: 1em;
    max-width: 370px;
    font-weight: bold;
    text-align: left;
    letter-spacing: 3px;
}

.banner_date{
    color: #174194;
    font-family: "bebas_neue",sans-serif;
    display: inline-block;
    font-size: 38px;
    padding: 10px;
    background: #fff;
    margin-bottom: 12px;
}
.banner_date span{
    font-size: 0.8em;
}
.banner_title{
    background: #174194;
    color: #fff;
    font-family: "bebas_neue",sans-serif;
    display: inline-block;
    font-size: 38px;
    padding: 10px;
    margin-bottom: 18px;
}
.forum_descr{
    margin-top: 12px;
    text-align: left!important;
    font-size: 16px;
    line-height: 1.5em;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    letter-spacing: 0;
    color: #000;
    padding-left: 20px;
    border-left: 8px solid #e7e7e7;
}

[class^="col-"]{
	padding: 0 15px;
    position: relative;
    -webkit-box-flex: 0;
    box-sizing: border-box;
}
.col-100{
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.col-50{
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.col-60{
    -webkit-flex: 0 0 60%;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
}
.col-40{
    -webkit-flex: 0 0 40%;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
}
.col-20{
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
.col-25{
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.col-33{
    -webkit-flex: 0 0 33%;
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    max-width: 33%;
}
.col-75{
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}
.col-80{
    -webkit-flex: 0 0 80%;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
}
.col-66{
    -webkit-flex: 0 0 66%;
    -ms-flex: 0 0 66%;
    flex: 0 0 66%;
    max-width: 66%;
}
small, .small{
    font-size: 14px;
}
table{
    width: 100%;
    margin-bottom: 40px;
}
table th{
    font-size: 12px;
    text-transform: uppercase;
    color: #777;
}
table th, table td{
    padding: 10px 15px;
    border-bottom: 1px solid rgba(255,255,255,0.2);
}
table tr:nth-child(2n+1){
    background: #eaeaea;
}
table tr:last-child td{
    border-bottom: 1px solid #e6e6e6;
}
.h5, h6{
    font-weight: bold;
    color:#777;
    text-transform: uppercase;
    font-size: 12px;
    margin: 1em 0
}
.news_list{
    margin: 40px 0;
}
.news_list > .row{
    margin-bottom: 24px;
    padding: 20px 0;
}
.event_name a{
    cursor: pointer;
    color: #000;
    text-decoration: none;
}
.news_list .img_wrapper{
    overflow: hidden;
    max-height: 160px;
    display: block;
}

.news_list img{
    max-width: none;
}
.event_name{
    font-weight: 700;
    letter-spacing: 1px;
    color: #000;
}
.event_date{
    color: #999;
    font-weight: 500;
    margin-bottom: 6px;
    font-size: 12px;
}
.button a, .button{
    color:#003494;
    text-decoration: underline;
}
a.detail_btn {
    float: right;
    display: block;
    color: #003494;
    border: 1px solid #003494;
    text-decoration: none;
    padding: 10px 20px;
    margin-left: 10px
}
a.detail_btn:hover{
    color:#fff;
    background: #003494;
}
.chat_btn{
    margin-top: 10px;
    padding: 20px 0;
}
.chat_btn a{
    color: #003494;
}
.chat_btn svg {
    float: left;
    margin-right: 20px;
}
.chat_btn span{
    display: block;
    padding-top: 21px;
    overflow: hidden;
}
.clock_time{
    margin-top: 0;
    line-height: 1.2em;
}
.clock_time img{
    display: inline-block;
    vertical-align: top;
    width: 24px;
    height: 24px;
    margin-top: -3px;
    margin-left: 5px;
}
.content_block{
    padding: 80px 0;
}
.content_block.narrow{
    padding-top: 50px;
    padding-bottom: 40px;
}
.content_block table:last-child{
    margin-bottom: 0
}
.content_block h3{
    font-weight: 600;
}
.content_block.inner_page{
    padding-top: 40px;
}
*+.detail_text{
    margin-top: 2em;
}
.about-wrap__content{
    padding: 40px 0
}
.page-title{
    display: block;
    position: relative;
    padding: 0 0 0 90px;
    margin: 0 0 50px;
    font-family: Montserrat,sans-serif;
    font-weight: 600;
    line-height: normal;
    font-size: 24px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #000;
}
.page-title:before {
    content: '';
    display: block;
    position: absolute;
    width: 67px;
    height: 4px;
    background-color: #000;
    top: 12px;
    left: 0;
}
.partners{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-wrap: wrap;
    align-items: stretch;
    margin-bottom: 60px;
    overflow: hidden;
}
.partners .col-25{
    align-items: center;
    display: flex;
    justify-content: center;
}
.partners h3{
    font-size: 13px;
    text-transform: uppercase;
    line-height: 1em;
    color: #777;
    margin: 0 0 1.5em;
}
.partner-logo{
    margin: 20px 0;
}
.partner-logo p{
    line-height: 1em;
    font-size: 12px;
    display: none;
}
.partner-logo img{
    max-height: 62px;
    max-width: 270px;
    width: auto;
    height: auto;
    display: block;
    margin: 0 auto;
}
.partners-group{
    margin-top: 50px;
}
.partners-group + .partners-group{
    border-left: 1px solid #e8e9f5;
}
.main_page_headline{
    padding: 63px 0 45px;
    background: url(/local/templates/vdk2024/img/top-bg.jpg) no-repeat 50% 0 #0c1f44;
    background-size: cover;
    background-attachment: fixed;
}
.main_page_headline h1{
    line-height: 1em;
    font-weight: 700;
    font-family: "bebas_neue",sans-serif;
    padding-top: 30px;
}
.ta-right, .ta-right *{
    text-align: right;
}
.ta-left, .ta-left *{
    text-align: left;
}
.ta-center, .ta-center *{
    text-align: center;
}
.menu{
    padding: 0 0 18px 0;
    top: 0;
    width: 100%;
    z-index: 9;
    max-width: 100%;
    transition: all 0.3s;
    background-color: #fff;
    border-bottom: 1px solid #e0e0e0;
}
.content_block__bg{
    background:  #f0f0f0;
    padding: 70px 0
}
.content_block__bg--inner{
    position: relative;
    z-index: 9;
}
.letters_block{
    padding-top: 40px;
    padding-bottom: 40px;
}
.letters_block .wrapper{
    position: relative;
    text-align: right;
}
.letter-item--first{
    margin-bottom: 1em;
}
.letters_block a{
    color: #000;
    font-weight: 600;
    letter-spacing: 1px;
}
.content_block__bg--inner .row{
    align-items: center;
}
.content_block__img{
    position: relative;
    background-position: 50% 50%;
    background-size: cover;
}
.content_block__img:before {
    background: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.8)),to(rgba(0,0,0,0.1)));
    background: -webkit-linear-gradient(top,rgba(0,0,0,.8) 0,rgba(0,0,0,0.1) 100%);
    background: -o-linear-gradient(top,rgba(0,0,0,.8) 0,rgba(0,0,0,0.1) 100%);
    background: linear-gradient(
180deg
,rgba(0,0,0,.8) 0,rgba(0,0,0,0.1) 100%);
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.white-text *,
.white-text h2,
.white-text .info-card-date__text{
    color:#fff;
    position: relative;
    z-index: 1;
}
.white-text .btn-icon svg{
    fill: #fff;
}
.white-text .btn{
    border-color: #fff;
    color: #fff;
    background: none
}
.white-text .btn:hover{
    background: none;
    border-color: #0b8ed2;
    color: #0b8ed2;
}
.white-text .btn-icon:hover,
.white-text .btn-icon:hover span{
    color: #0b8ed2;
}
.white-text .btn-icon:hover svg{
    fill: #0b8ed2;
}
#about .btn{
    margin: 0 0 40px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
}
.btn-large{
    text-align: center;
    width: 280px;
}
.btn.spec{
    line-height: 1.5em;
}
/*#about{
    background:url(../img/calendar2023.jpg?v=1) no-repeat 0 0 / cover;
}
#about:before{
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.8))
}*/
#about .hide-on-desktop .btn{
    margin: 40px 0 0 0;
}
.block-title{
    padding: 0 0 0 90px;
    position: relative;
}
.block-title:before{
    content: '';
    display: block;
    position: absolute;
    width: 67px;
    height: 4px;
    background-color: #333;
    top: 17px;
    left: 0;
}
.feedback_form{
    padding: 40px 80px;
    border: 1px solid #dcdcdc;
    background: #fff;
}

.feedback_form .news_title img{
    display: block;
    float: right;
    margin-top: -18px;
}
.white-text .block-title:before{
    background-color: #fff
}
.white-text p a{
    color: #a4e0ff;
}
.white-text p a:hover{
    text-decoration: underline;
}
.navbar-nav {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    margin-top: 0;
    -webkit-justify-content: space-between;
    -ms-flex-pack: distribute;
    justify-content: space-between;
    width: 100%;
    box-sizing: border-box;
    align-items: center;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
}
.navbar-nav .btn{
    padding: 8px 24px;
    background: #fff;
    color: #0c339f;
    font-size: 12px;
    border: 2px solid #0c339f;
}
.navbar-nav .btn:hover{
    background: #0c339f;
    color: #fff;
    border: 2px solid #0c339f;
}
.navbar-nav > li{
	list-style: none;
}
.navbar-nav > li > a{
    color: #333;
	text-decoration: none;
    font-weight: 500;
    line-height: 2em;
    display: block;
    font-size: 12px;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    vertical-align: top;
    border-bottom: 4px solid #fff;
}
.navbar-nav > li > a:hover,
.navbar-nav > li > a.active{
    color: #c32420;
    border-bottom: 4px solid #c32420;
}
.navbar-nav > li.logo > a{
    border:none!important;
}
.h3 {
    line-height: 1em;
    letter-spacing: 1px;
    margin: 0 0 20px;
}
.h4 {
    margin: 32px 0 36px;
}
.small_text {
    font-size: 12px;
    line-height: 1.5em;
    margin-top: 1em;
    color: #999;
}
.small_text a{
    color: #003494;
}
.small_text img{
    vertical-align: top;
    display: inline-block;
    margin-left: 5px;
    width: 24px;
}
.small_text span{
    display: inline-block;
    overflow: hidden;
    width: 85%;
}
ol {
    counter-reset: li;
    padding: 0;
    padding-left: 20px;
    list-style: none;
    margin: 2em 0 0;
}
ol>li:before {
    position: absolute;
    left: 0;
    top: 0;
    content: counter(li) " ";
    counter-increment: li;
    text-align: left;
    color: #c12627;
    font-weight: 600;
    line-height: 35px;
    font-size: 24px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
ol>li {
    position: relative;
    font-family: Lato,sans-serif;
    font-weight: 300;
    line-height: 24px;
    font-size: 16px;
    color: #555;
    margin-bottom: 20px;
    padding-left: 50px;
    padding-top: 6px;
}
.user_data {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    margin-bottom: 50px;
}
.user_data svg{
    margin-right: 18px;
}
.user_data-name{
    font-weight: 600;
}
.user_data-links{
    margin-top: 50px
}
.user_data__form{
    padding: 25px;
    background: #f0f0f0
}
.profile-form{
    margin-top: 20px;
}
.footer {
    background-color: #131f36;
    color: #999;
    padding: 50px 0;
    font-size: 12px;
    flex: 0 0 auto;
}
.footer .row{
    align-items: center;
}
.footer a{
	color: #fff;
}
.footer a:hover{
    color: #0b8ed2;
}
.footer .row+.row{
    margin-top: 32px;
    padding-top: 32px;
    border-top: 1px solid rgba(255,255,255,0.1);
}
.footer .nav-item{
    list-style: none;
}
.footer .col-50 {
    align-self: center;
}
.f-logo{
    font-size: 16px;
}
.f-logo img{
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
    mix-blend-mode: luminosity;
}
.soc-btns a:first-child{
    margin-left: 40px
}
.soc-item{
    margin-left: 10px;
    display: inline-block;
    text-decoration: none;
    vertical-align: middle;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 50%;
}

.soc-item svg{
    fill: #fff;
    height: 24px;
    transition: all 0.3s;
    vertical-align: middle;
    margin-top: -1px
}
.soc-item:hover{
    border-color: #0b8ed2;
}
.soc-item:hover svg{
    fill: #0b8ed2;
}
#youtube{
    height: 18px;
}
.soc-btns-contacts a{
    display: block;
    margin-bottom: 7px
}
.soc-btns-contacts svg{
    fill: #555;
    height: 24px;
    margin-right: 12px;
}
.speakers-item{
    display: flex;
    flex-direction: row;
}
.speaker-photo{
    margin-bottom: 1em;
    flex: 0 0 100px;
}
.speaker-photo img{
    width: 82px;
    height: 82px;
    border-radius: 50%;
    background: #fff;
}
.speaker-title{
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 12px;
    line-height: 1.5em;
}
.speaker-lastname{
    text-transform: uppercase;
    display: block;
}
.speaker-post{
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 40px;
    color: #7a7a7a;
}
.select_letter{
    margin-top: 40px;
    z-index: 1;
    position: relative;
}
.select_letter__inner{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
.select_letter__inner+.select_letter__inner{
    border-top: 1px solid #eee;
}
.warning{
    padding-top: 30px;
}
.popup{
    position: fixed;
    top: 0;
    left:0;
    background: rgba(0,0,0,0.8);
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    z-index: 999
}
.popup_window{
    display: flex;
    align-self: center;
    flex-direction: column;
    background-color: #fff;
    padding: 30px;
    position: relative;
    min-width: 320px;
    max-width: 700px
}
.popup_window h3{
    margin: 1em 0 0;
    font-weight: bold;
}
#about #download_doc {
    margin-top: 40px;
    margin-bottom: 0;
    max-width: 370px;
}
.letters_list {
    padding: 0;
    flex-direction: row;
    display: flex;
    flex-wrap: wrap;
}
.letters_list li {
    padding: 10px;
    list-style: none;
}
.letters_list li a {
    text-transform: uppercase;
    display: block;
    border: 1px solid #ccc;
    padding: 10px 0;
    text-decoration: none;
    color: #003494;
    font-weight: bold;
    text-align: center;
    width: 50px;
}
.close{
    position: absolute;
    right: 20px;
    top: 15px;
    color: #003494;
    font-size: 36px;
    cursor: pointer;
}
.icon-btn{
    color: #0c339f;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
}
.icon-btn:hover{
    color: #c32420;
}
.icon-btn+.icon-btn{
    margin-left: 30px;
    padding-left: 30px;
    border-left: 1px solid #dedede;
}
.icon-btn img{
    max-width: 24px;
    vertical-align: middle;
    margin-right: 8px;
    display: inline-block;
    opacity: 0.6;
}
.form-group label.error{
    color: #ec0600;
}
.red-star{
    color: #ec0600;
}
.field-error .error{
    font-size: 12px;
}
.form-group .form-control.error{
    border-color: #ec0600;
}
.form-group .form-control:disabled,
.btn:disabled{
    cursor: not-allowed;
}
.btn:disabled, .btn:disabled:hover{
    border-color: #999;
    color: #999;
    background: none
}
.marked_list{
    margin-top: 0;
    margin-bottom: 3em;
    padding: 0
}
.marked_list li{
    list-style-type: none;
    padding-left: 26px;
    position: relative;
}
.marked_list li:before{
    content: "";
    width: 10px;
    height: 10px;
    background: #c1c0dc;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 8px;
}
.content_block__bg.light_bg{
    background: url(/local/templates/vdk2021/img/light_bg.png?v=1) no-repeat -40px 50% #e2e0ff;
    position: relative;
}
.content_block__bg.light_bg:before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(/local/templates/vdk2021/img/light_bg_2.png?v=1) no-repeat 105% 0;
    z-index: 1;
}
.content_block__bg.light_bg .wrapper{
    position: relative;
    z-index: 9;
}
#contacts.light_bg-revert{
    background: url(/local/templates/vdk2021/img/light_bg_revert.png?v=1) no-repeat 115% 50% #e2e0ff;
}
.content_block__bg.light_bg.light_bg-revert:before{
    left: 0;
    top: 0;
    background: url(/local/templates/vdk2021/img/light_bg_2_revert.png?v=1) no-repeat -5% 0;
}
.file-item{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    margin-bottom: 32px
}
.file-item__thumb {
    position: relative;
    height: 50px;
    width: 42px;
    margin: 0 auto;
    background: url(/local/templates/vdk2021/img/blank.svg) no-repeat 0 0;
    background-size: contain;
}
.file-item__meta--big {
    text-align: center;
    float: left;
    margin-right: 20px;
}
.file-item__thumb[data-file-type="pdf"]:after {
    background: #c32420;
}
.file-item__thumb--big:after {
    font-size: 0.675em;
    right: -8px;
    bottom: 6px;
    padding: 3px 4px;
    font-weight: 500;
    line-height: 1;
    content: attr(data-file-type);
    text-transform: uppercase;
    color: #fff;
    position: absolute;
    background: #404040;
}
.file-item__title {
    padding-left: 32px;
    font-size: 1.125em;
}
.file-item__size {
    margin-top: 2px;
    color: #333;
    font-size: 0.625em;
    line-height: 1.5;
}
.reg_small{
    font-size: 10px;
    line-height: 1.3em;
    margin-top: 5px;
    display: block;
    color: #0c339f;
}
.reg_text{
    font-size: 16px;
    line-height: 1.5em;
    display: block;
    margin: 0 0 2em 0;
}
.mb-0{
    margin-bottom: 0;
}
.mb-2{
    margin-bottom: 20px;
}
.mt-5{
    margin-top: 70px;
}
.text_block__bg .h5{
    margin: 0
}
.text_block__bg .speaker-post,
.text_block__bg .speaker-photo{
    margin-bottom: 0;
}
.text_block__bg .speakers-item{
    margin-top: 27px;
}
.btn.action__btn{
    align-items: center;
    display: flex;
}
.action__btns{
    border-top: 1px solid rgba(255,255,255,0.1);
    padding-top: 60px;
    margin-top: 60px;
    padding-bottom: 60px;
    gap: 40px;
}

@media (max-width: 1023px){
    .sp-logos:first-child{
        margin-top: 2em;
    }

}
@media (width: 1024px){
    .sp-logos h3.block-title{
        letter-spacing: -1px;
    }
}

@media (min-width: 768px) and (max-width: 1023px){
    .sp-item img{
        height: auto
    }
    #about .btn{
        padding-left: 0;
        padding-right: 0
    }
    .banner_logo img{
        margin: 0 0 0 auto;
    }
    .col-md-50{
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-md-25{
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-md-20{
        -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .col-md-30{
        -webkit-flex: 0 0 30%;
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%;
    }
    .col-md-40{
        -webkit-flex: 0 0 40%;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%;
    }
    .col-md-60{
        -webkit-flex: 0 0 60%;
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        max-width: 60%;
    }
    .col-md-70{
        -webkit-flex: 0 0 70%;
        -ms-flex: 0 0 70%;
        flex: 0 0 70%;
        max-width: 70%;
    }
    .col-md-80{
        -webkit-flex: 0 0 80%;
        -ms-flex: 0 0 80%;
        flex: 0 0 80%;
        max-width: 80%;
    }
    .col-md-100{
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .feedback_form{
        padding-left: 30px;
        padding-right: 30px
    }

}
@media (min-height: 768px) and (min-width: 1024px){
    .content_block.inner_page{
        min-height: 450px;
    }
}
@media (min-width: 1024px){
    .col-lg-20{
        -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .col-lg-40{
        -webkit-flex: 0 0 40%;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%;
    }
    .col-lg-33{
        -webkit-flex: 0 0 33%;
        -ms-flex: 0 0 33%;
        flex: 0 0 33%;
        max-width: 33%;
    }
    .col-lg-25{
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-lg-50{
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .sp-logos{
        border-left: 1px solid #ddd;
        padding-left: 25px;
    }
    .regzone .sp-item{
        flex: 0 0 50%;
    }
    .text_block__bg{
        border-left: 5px solid #ddd;
        padding: 1px 0 0 40px;
        margin-top: 2em;
    }
}
@media (min-width: 768px){
    .hide-on-desktop{
        display: none!important
    }
    .organizators a img{
        height: auto!important
    }
}
@media (max-width: 768px){
    .sp-logos{
        border-left: none;
        padding-left: 0
    }
}

@media (max-width: 1200px){
    .organizators,
    .main_page_headline{
        padding-left: 20px;
        padding-right: 20px;
    }
    .organizators a{
        margin: 20px 0;
    }
    div.organizators{
        padding-left: 0;
        padding-right: 0;
    }
    .organizators span{
        padding: 0 15px;
    }
    .banner div.banner_logo-right{
        font-size: 52px;
    }
    .forum_descr{
        font-size: 0.8em
    }
    .speaker-photo img{
        display: block;
        margin: 0 auto 1em;
    }
    .main_page_headline{
        padding-top: 40px;
        padding-bottom: 20px
    }
    .content_block__bg.light_bg.light_bg-revert{
        background: #be879924;
    }

}
@media (max-width: 900px){
    .share-title{
        display: block;
        margin-bottom: 20px
    }
}
@media (max-width: 1024px){
    .organizators span{
        width: 100%
    }
    .content_block__bg.light_bg:before{
        background: none;
    }
    #program .btn-reg{
        width: auto;
    }
    .banner__date-text{
        display: block;
    }
    .banner__date .banner__date-img{
        display: none;
    }
}
@media (min-width: 1024px) and (max-width: 1120px){
    .wrapper{
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media (max-width: 1023px){
    .letters_block .wrapper{
        overflow: hidden;
    }
    .md-hidden{
        display: none;
    }
	.headline_logo img{height:45px;margin-bottom:20px}
	.row:not(.photoreport){
		margin-left: 0;
		margin-right: 0
	}
    div.organizators{
        margin-left: -15px;
    }
	.navbar-nav{
		padding-left: 15px;
		padding-right: 15px;
	}
	.navbar-nav li{
		margin-bottom: 10px
	}
    .partners{
        flex-wrap: wrap;
    }
    .content_block, .content_block__bg{
        padding-left: 20px;
        padding-right: 20px
    }
    .btn{
        max-width: 300px;
        display: block;
        text-align: center;
    }
    .footer{
        padding-left: 20px;
        padding-right: 20px
    }
    .copyright{
        text-align: center;
    }
    .countdown_wrapper.ta-right{
        text-align: center;
        margin-top: 70px
    }
    .bx-breadcrumb{
        padding-left: 15px;
        padding-right: 15px;
    }
    .content_block.inner_page{
        padding-left: 0;
        padding-right: 0;
    }
    .partners-group + .partners-group{
        border-left: none;
    }
    .text_block__bg{
        margin-top: 2em;
    }
    .md-ta-left{
        text-align: left!important
    }
    /*.program-download{
        margin-bottom: 40px
    }*/
}
@media (max-width: 767px){
    #program .reg-btn-label{
        margin-top: 1.5em;
    }
    .soc-item:first-of-type{
    margin-left: 0
    }
    div.login-popup,
    div.partners-popup{
        width: auto;
    }
    .partners.slick-slider{
        margin-bottom: 30px;
    }
    .partners h3{
        padding-left: 15px;
    }
    .partners_row .col-100{
        justify-content: flex-start;
    }
    .content_block__bg.light_bg iframe{
        width: 100%;
        height: 240px;
    }
    .hide-on-mobile{
        display: none!important
    }
    .col-sm-50{
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-sm-66{
        -webkit-flex: 0 0 66%;
        -ms-flex: 0 0 66%;
        flex: 0 0 66%;
        max-width: 66%;
    }
    .col-sm-33{
        -webkit-flex: 0 0 33%;
        -ms-flex: 0 0 33%;
        flex: 0 0 33%;
        max-width: 33%;
    }
    .col-sm-12, .col-sm-100{
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    [class^="col-"] .col-sm-12,
    .main_page_headline .col-sm-12{
        padding-left: 0;
        padding-right: 0
    }
    .banner div.banner_logo-right{
        font-size: 46px;
    }
    .feedback_form{
        padding-left: 30px;
        padding-right: 30px;
        margin-top: 40px;
    }
    .tip_btn{
        clear: right;
        margin: 10px 0 10px auto;
        padding: 8px 10px;
    }
    .headline_logos_row{
        justify-content: space-between;
    }
    .headline_logo{
        margin-right: 0
    }

    #program.content_block__bg{
        padding-left: 0;
        padding-right: 0;
    }
    #program.content_block__bg h2,
    #program.content_block__bg h3{
        padding-left: 20px;
        padding-right: 20px
    }
    table th{
        display: none;
    }
    table tr td:first-child,
    table tr td:nth-child(2){
        display: inline-block;
    }
    table tr td:last-child{
        display: block;
    }
    table tr td:empty{
        display: none;
    }
    .navbar-nav li.nav-item{
        white-space: nowrap;
    }
    .navbar-nav{
        margin-top: 0;
        flex-wrap: wrap;
    }
    .menu{
        padding-bottom: 0
    }
    .logo img{
        width: 100px;
        height: auto;
    }
    table tr td:first-child{
        padding-bottom: 0;
        border-bottom: 0;
        padding-top: 20px
    }
    .chat_btn{
        padding-left: 0;
        padding-right: 0
    }
    .program_detail .col-50{
        padding-left: 0;
        padding-right: 0
    }
    div.login-popup,
    div.login-popup .navigation-tabs{
        width: auto;
    }
    .copyright{
        text-align: left;
        width: 100%;
    }
    .footer .soc-btns{
        text-align: left;
    }
    .share-title{
        margin-top: 30px;
        text-align: left;
    }
    #speakers_btn_box .btn-black{
        padding-left: 30px;
        padding-right: 30px;
    }
    .speakers-item{
        padding: 0
    }
    .organizators a img{
        max-height: 42px;
        height: auto!important
    }
    .letters_block a{
        font-size: 14px;
        line-height: 1.5em;
        display: block;
    }
    .letters_block .row{
        margin-left: -15px;
        margin-right: -15px;
    }
    .letter-one{
        margin-bottom: 2em;
    }
    .content_block.inner_page iframe{
        height: 300px;
    }
    .photoreport [class^="col-"]{
        margin-bottom: 1em
    }
}
@media (max-width: 540px){

    .headline_logo img{
        height: 30px
    }
    .navbar-nav > li > a {
        padding: 8px 10px 5px;
    }
    .share-title{
        display: block;
        margin-bottom: 10px;
    }
    #show_all_speakers{
        margin-bottom: 40px;
        margin-top: 30px;
        display: block;
    }
    .footer .col-50{
        padding: 0
    }
	.partner-logo{
    	box-sizing: border-box;
	}
	.partner-logo img {
    max-height: 52px;
    width: auto;
	height: auto;
	}
    .logo img{
        margin-right: 0;
	}
    .banner_logo img{
        margin: 0 auto;
    }
    .white-text .banner_date,
    .banner_title{
        display: block;
        text-align: center;
    }
    .banner_title{
        margin-top: -10px
    }
    .banner div.banner_logo-right{
        text-align: center;
        max-width: none;
    }
    #about.content_block{
        background-attachment: fixed!important;
    }
    .feedback_form{
        margin-left: -15px;
        margin-right: -15px;
    }
    .banner_heading{
        max-width: 100%
    }
    .default-frame-bg_inner{
        margin-top: 90px;
        padding-right: 15px;
    }
}

@media (max-width: 480px){
    h1{
        font-size: 22px;
    }
    .lang_btn-en{
        font-size: 16px;
        padding-right: 17px;
    }
    .login-link span{
        font-size: 16px;
        max-width: 80px;
    }
    .content_block:not(.letters_block){
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .clock_time{
        font-size: 18px;
    }
    .block-title{
        font-size: 26px;
        line-height: 1.3em;
    }
    .block-title:before{
        display: none;
    }
    .block-title{
        padding-left: 0;
    }
    .col-xs-100{
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .col-xs-50{
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .speaker-photo img{
        margin-left: 0
    }
    .btn.program-download{
        padding-left: 10px;
        padding-right: 10px
    }
    .content_block.inner_page iframe{
        height: 200px;
    }
    .letter-item--first{
        margin-bottom: 1em
    }
    .action__btns{
        flex-wrap: wrap;
    }
    .action__btns .btn.btn-reg{
        height: 50px;
    }
    .action__btn{
        justify-content: center;
    }
}
@media (max-height: 600px){
    .popup_window{
        overflow-y:scroll;
    }
}
@media (max-width: 374px){
    .header [class^="col-"]+[class^="col-"]{
        padding-left: 0;
        white-space: nowrap;
    }
    .logo2 img{
        width: 120px;
        height: 18px;
        margin-top: 6px;
    }

}
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: .8;
}
.mfp-move-from-top.mfp-bg {
    opacity: 0;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
.mfp-move-from-top.mfp-ready.mfp-bg {
    opacity: .3;
}
.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: 0!important;
    -webkit-backface-visibility: hidden;
}
.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
    cursor: auto;
    width: 100%;
}
.login-popup {
    width: 750px;
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
    padding: 40px;
    position: relative;
}
.partners-popup{
    max-width: 600px;
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
    padding: 40px;
    position: relative;
}
#partnerForm h2{
    margin-bottom: 0;
}
#partnerForm small,
#forumInfoForm small{
    line-height: 1.3em;
    display: block;
}
#partners .row [class^="col-"] + [class^="col-"] .block-title{
    margin-top: 70px;
}
/*#partners .btn.popup-link{
    margin-top: 40px;
}*/
.mfp-move-from-top .mfp-with-anim {
    opacity: 0;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    -webkit-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    transform: translateY(-100px);
}
.mfp-move-from-top.mfp-ready .mfp-with-anim {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.login-popup .navigation-tabs {
    padding: 0;
    width: 360px;
    margin-bottom: 40px;
    border-bottom: 1px solid #e1e1e1;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.login-popup .navigation-tabs li {
    list-style-type: none;
    vertical-align: middle;
    width: 50%;
    float: left;
    margin-bottom: -1px;
}

.login-popup .navigation-tabs li:first-child a {
    text-align: left;
}
.login-popup .navigation-tabs li a {
    position: relative;
    display: block;
    width: 100%;
    float: left;
    font-family: Montserrat,sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    font-size: 18px;
    padding-bottom: 10px;
    text-transform: uppercase;
    border-bottom: 4px solid transparent;
    color: #000;
}
.login-popup .navigation-tabs li.active a {
    border-bottom: 4px solid #0c339f;
    color: #0c339f;
}
.login-popup .navigation-tabs li:last-child a {
    text-align: right;
}
.login-popup .navigation-tabs:after {
    content: "";
    display: table;
    clear: both;
}
.login-popup .accordion-item {
    display: none;
}
.login-popup .accordion-item.active {
    display: block;
}
.login-popup .accordion-item-inner {
    width: 360px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.form-group {
    margin-bottom: 30px;
    position: relative;
}
.form-group label {
    color: #555;
}
.form-group .form-control {
    height: 50px;
    border: 1px solid #dcdcdc;
    color: #000;
    padding-left: 20px;
    padding-right: 20px;
    font-family: "Proxima Nova Rg",sans-serif;
}
.form-group textarea.form-control{
    height: 90px;
    padding-top: 12px;
}
.view-password {
    position: absolute;
    right: 15px;
    bottom: 13px;
    cursor: pointer;
}
p.error___p {
    color: red!important;
}
.login-popup .accordion-item-inner button {
    float: left;
}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.btn-icon+.btn-icon{
    margin-left: 30px;
}
.btn-icon svg{
    vertical-align: middle;
    margin-top: -5px;
}
.btn-default{
    text-transform: uppercase;
    letter-spacing: .1em;
    line-height: 1;
    font-size: 13px;
}
.btn-default svg{
    fill: #0c339f;
}
.btn-default:hover svg{
    fill: #c12627;
}
.btn-white{
    background: #fff;
    padding: 16px 50px;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-weight: 600;
    line-height: 1;
    font-size: 13px;
    border-radius: 6px;
}
.login-popup .accordion-item-inner .lost-password {
    float: right;
    margin-top: 18px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    line-height: 24px;
    color: #0c339f;
    letter-spacing: 1px;
}
.login-popup .social-login {
    border-top: 1px solid #e1e1e1;
    margin-top: 40px;
    padding-top: 30px;
    position: relative;
}
.mfp-close {
    color: #c12627;
    font-size: 30px;
    opacity: 1;
    display: block;
    padding: 0;
    margin: 0;
    width: 44px;
    height: 44px;
    line-height: 44px;
    font-family: Arial,Baskerville,monospace;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    border: none;
}
button.mfp-arrow, button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: 0;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}
.send-popup {
    max-width: 750px;
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
    padding: 40px;
    position: relative;
}
.send-popup__in {
    width: 460px;
    margin: 0 auto;
    padding: 40px 0 0;
}
.send-popup h2 {
    text-transform: uppercase;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    font-size: 24px;
    letter-spacing: 1px;
    color: #000;
    margin-bottom: 40px;
}
.mfp-s-ready .mfp-preloader {
    display: none;
        color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}
.mfp-arrow, .mfp-close, .mfp-counter, .mfp-preloader {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.login-popup .social-login span {
    position: absolute;
    top: -13px;
    left: 50%;
    margin-left: -23px;
    background-color: #fff;
    padding-left: 10px;
    padding-right: 10px;
    display: inline-block;
}
.login-popup .social-login p {
    color: #000;
    margin-bottom: 20px;
}
.login-popup .social-login .social-list {
    margin: 0;
    padding: 0;
}
.login-popup .social-login .social-list li {
    list-style: none;
    display: inline-block;
    margin-right: 15px;
    text-align: center;
}
.login-popup .social-login .social-list li a {
    width: 60px;
    height: 50px;
    background-color: #dcdcdc;
    display: block;
    line-height: 48px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.login-popup .social-login .social-list li a .icon {
    font-size: 16px;
    color: #0c339f;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 16px;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -o-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}
.password-strength {
    position: relative;
}
.password-strength .box {
    position: relative;
    width: 25%;
    height: 4px;
    display: inline-block;
    background-color: #e4e4e4;
    text-align: center;
}
.password-strength .box div.bar {
    position: absolute;
    width: 0%;
    height: 100%;
    z-index: 2;
    -o-transition: 1s;
    -webkit-transition: 1s;
    transition: 1s;
}
.control--checkbox {
    padding-left: 33px;
}
.control {
    display: block;
    position: relative;
    padding-left: 33px;
    margin-bottom: 15px;
    cursor: pointer;
    line-height: 18px;
    width: auto!important;
    font-size: 16px;
    color: #000;
    line-height: 24px;
    letter-spacing: -.2px;
    font-weight: 400;
}
.control a {
    text-decoration: underline!important;
    color: #0c339f;
}
.control input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.control .regRules{
    left: 0;
    margin: 0;
}
.control__indicator {
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    background: 0 0;
    border: 1px solid #d9d9d9;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.control input:checked~.control__indicator {
    border-color: transparent;
}
.control__indicator:after {
    content: '';
    position: absolute;
    display: none;
}
.control--checkbox .control__indicator:after {
    left: -1px;
    top: -1px;
    width: 20px;
    height: 20px;
    background-image: url(/local/templates/vdk2024/img/check-blue.svg);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: contain;
    background-size: contain;
}
.control input:checked~.control__indicator:after {
    display: block;
}
.password-strength .box div.bar-text {
    position: absolute;
    width: auto;
    height: auto;
    color: #979797;
    text-align: center;
    font-size: 11px;
    letter-spacing: 1px;
    bottom: -20px;
    z-index: 3;
    line-height: 13px;
    white-space: nowrap;
}
.login-popup .accordion-item-inner .control {
    margin-top: 20px;
    color: #555;
}
#password-strength {
    display: block;
    position: relative;
    font-size: 0;
    top: 2px;
    margin-top: -40px;
    margin-bottom: 30px;
}
.box.box1, .password-strength .box.box1 div.bar {
    -webkit-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
}
.password-strength .normal .box.box1 div.bar {
    background: red;
    width: 100%;
}
.password-strength .medium .box.box1 div.bar,
.password-strength .medium .box.box2 div.bar {
    background: #e66c2c;
    width: 100%;
}
.password-strength .strong .box.box3 div.bar,
.password-strength .strong .box.box2 div.bar,
.password-strength .strong .box.box1 div.bar {
    background: #2d98f3;
    width: 100%;
}
.password-strength .vstrong .box.box4 div.bar,
.password-strength .vstrong .box.box3 div.bar,
.password-strength .vstrong .box.box2 div.bar,
.password-strength .vstrong .box.box1 div.bar {
    background: #249d1e;
    width: 100%;
}
.password-strength .vstrong .box.box1 div.bar-text {
    color: #249d1e;
}
.password-strength .strong .box.box1 div.bar-text {
    color: #2d98f3;
}
.password-strength .medium .box.box1 div.bar-text {
    color: #e66c2c;
}
.password-strength .normal .box.box1 div.bar-text {
    color: #c12627;
}
.icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    fill: currentColor;
}
.icon-vk {
    font-size: 1.5rem;
    width: 1.6em;
}
.icon-facebook {
    font-size: 1.8rem;
    width: .5em;
}
.icon-ok {
    font-size: 1.8rem;
    width: .55556em;
}
svg:not(:root) {
    overflow: hidden;
    vertical-align: middle;
}
.mfp-hide {
    display: none!important;
}
.info-card__img {
    display: block;
    width: 100%;
    height: 200px;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    margin-bottom: 20px;
    background-color: #0c339f;
}
.info-card__text{
    font-size: 0.85em;
    line-height: 1.5em;
}
.info-card-date {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
}
.info-card__title {
    display: block;
    font-family: Montserrat,sans-serif;
    font-weight: 400;
    line-height: 26px;
    font-size: 18px;
    color: #333;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.info-card__title:hover {
    color: inherit;
    opacity: .7;
}
.info-card-date__num {
    font-family: Montserrat,sans-serif;
    font-weight: 600;
    line-height: 1;
    font-size: 24px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #c12627;
    margin-right: 10px;
}
.info-card-date__text {
    font-family: Montserrat,sans-serif;
    font-weight: 400;
    line-height: 15px;
    font-size: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #000;
    opacity: .5;
}
.partners .row .row {
    align-items: center;
}
#btnConf{
    float: right;
    margin-bottom: 1em;
    margin-left: 20px;
    padding-left: 20px;
    padding-right: 20px;
    max-width: 334px;
}
h3.with-btn{
    float: left;
    max-width: 620px;
}
@media screen and (max-width: 1100px){
    h3.with-btn{
        float: none;
        margin-bottom: 1em;
    }
    #btnConf{
        float: none;
        margin-left: 0;
    }
}
.session-date{
    cursor: pointer;
}
.session-date svg{
    transform: scale(1.5);
    stroke-width: 0.5;
    stroke: #777;
    fill: #777;
    margin-left: 12px;
}
.session-date:hover{
    color: #c12627;
}
.session-date:hover svg{
    fill: #c12627;
    stroke: #c12627;
    transform: scale(1.8);
}
.session-date svg.active{
    transform: scale(1.5) rotate(180deg);
}
.sessions_list__wrapper{
    margin-bottom: 1em;
}
.session-date h3{
    margin: 0;
    padding: 1em 0;
    border-bottom: 1px solid #eee;
}
.date_icon{
    margin-left: 10px;
}
.folder-icon{
    margin-right: 10px;
}
.photoreport a{
    font-weight: 600;
    color: #000;
    display: block;
    margin-top: 30px;
}
.photoreport a:hover{
    color: #c12627;
}
.photoreport a:hover svg{
    transform: scale(1.1);
}
@media screen and (min-width:1600px){
    .letters_block .wrapper:before {
        content: '';
        display: block;
        position: absolute;
        width: 120px;
        height: 5px;
        background-color: #c1c0dc;
        top: 50%;
        left: -180px;
    }
    .letters_block .wrapper:after {
        content: '';
        display: block;
        position: absolute;
        width: 120px;
        height: 5px;
        background-color: #c1c0dc;
        top: 50%;
        right: -180px;
    }
}

.left-sidebar {
  left: 0;
  box-shadow: 3px 0 15px 0 rgba(0, 0, 0, 0.05);
  position: fixed;
  top: 0;
  z-index: 1001;
  width: 360px;
  height: 100vh;
  background-color: #fff;
  transform: translateX(-100%);
  transition: all 0.5s ease;
  padding: 60px 40px 40px 40px;
  max-width: 100%;
  overflow-y: hidden;
}
.left-sidebar--open {
  transform: translateX(0);
}
.left-sidebar--open + .page_container #about:after {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: rgba(35, 35, 44, 0.5);
    z-index: 10;
}
.left-sidebar__inner {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    height: 100%;
}
.left-sidebar__li:not(:last-child){
    margin-bottom: 30px;
}
.left-sidebar__link{
    text-decoration: none;
    color: #000;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.3em;
    text-transform: uppercase;
}
.left-sidebar__close {
    position: absolute;
    top: 20px;
    right: 20px;
    height: 50px;
    width: 50px;
    font-size: 0;
    line-height: 50px;
    display: block;
    border-radius: none;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
}
.left-sidebar__close:before, .left-sidebar__close:after {
  transform: rotate(-45deg);
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -1px;
  margin-left: -15px;
  display: block;
  height: 2px;
  width: 30px;
  background-color: #333;
  transition: all 0.25s ease-out;
}
.left-sidebar__close::after {
  transform: rotate(-135deg);
}
.left-sidebar__close:hover::after, .left-sidebar__close:hover::before {
  transform: rotate(0deg);
}

@media screen and (max-width:1023px){
    .col-md-12{
        flex: 0 0 100%;
        max-width: 100%;
    }
    .action__btn{
        margin-top: 1em;
        letter-spacing: 0;
    }
    .countdown{
        margin-bottom: 2em;
    }
    .forum_descr br{
        display: none;
    }
}

@media screen and (max-width:767px){
    .banner_logo{
        text-align: center;
    }
    .banner_logo img{
        display: inline-block;
    }
}
.space-between{
    justify-content: space-between;
    display: flex;
}
.statistics{
    padding: 30px 0 0;
}
.statistics-number{
    font-family: "bebas_neue",sans-serif;
    font-size: 42px;
    color: #c12627;
    display: block;
    font-weight: bold;
    margin: 10px 0;
}

.statistics-last{
    margin-top: -1.5em;
}
@media screen and (max-width: 767px){
    .statistics{
        padding-top: 0;
    }
    .statistics>div{
        padding-top: 60px;
    }
}

.tab-content {
  border: 1px solid #ddd;

}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.panel-group{
    padding: 50px 50px 50px 30px;
}
.panel{
    margin-bottom: 30px;
    position: relative;
}
.panel:before {
  position: absolute;
  content: "";
  left: 126px;
  top: 31px;
  background-color: #ddd; /*#feca16;*/
  bottom: -34px;
  width: 1px;
  transition: .3s ease;
}
.panel-group .panel:last-of-type{
    margin-bottom: 0;
}
.panel-group .panel:last-of-type:before{
    height: 0;
    width: 0;
}
.panel-group .panel:last-of-type .panel__heading{
    padding-bottom: 0;
}
.panel-group .panel--active:last-of-type .panel__heading{
    padding-bottom: 18px;
}
.panel-group .panel:last-of-type .panel__body{
    margin-bottom: 0;
}
.panel__heading{
    padding: 0 0 25px 160px;
    position: relative;
    cursor: pointer;
}
.panel__title{
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    letter-spacing: 0;
    font-weight: 500;
}
.panel__time{
    font-weight: 500;
    color: #aaa;
    line-height: 28px;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 14px;
    letter-spacing: 1px;
}
.panel__title-link{
    position: relative;
    color: #000;
    text-transform: none;
}
.panel__title-link:before{
    content: '';
  font-size: 15px;
  font-weight: 400;
  color: #ddd;
  left: -47px;
  position: absolute;
  top: 0;
  height: 25px;
  width: 25px;
  text-align: center;
  line-height: 24px;
  border: 1px solid #ddd;
  background: #fff;
  z-index: 1;
  transition: .3s ease;
}
.panel__title-link:after{
    content: '';
    height: 8px;
    width: 8px;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    transform: rotate(45deg);
    position: absolute;
    left: -38px;
    top: 7px;
    z-index: 2;
    transition: .3s ease;
}
.panel__collapse{
    padding-left: 160px;
    display: none;
}
.panel__body{
    margin-bottom: 25px;
}
.panel__body p{
    font-size: 16px;
}
.panel__body p:last-child{
    margin-bottom: 0;
}
.panel--active:before{
    background-color: #c12627;
}
.panel--active .panel__title-link:before{
    border-color: #c12627;
}
.panel--active .panel__title-link:after{
    border-right-color: #c12627;
    border-bottom-color: #c12627;
    transform: rotate(-135deg);
    top: 11px;
}
.panel__reminder{
    font-size: 10px;
    letter-spacing: 0;
    color: #aaa;
    position: relative;
    /*display: block;*/
    display: none;
}
.panel__reminder:hover,
.panel__reminder:hover svg{
    color: #c12627;
}
.panel__reminder svg{
    fill: currentColor;
    stroke: #aaaa;
}
.reminder-icon{
   margin: -7px 5px 0 0;
}
.checkmark-icon{
    position: absolute;
    top: 6px;
    left: 7px;
    background: #fff;
    border-radius: 9px;
    display: block;
}
.nav-tabs{
    display: flex;
}
.nav-tabs__item{
    border-radius: 0;
    text-decoration: none;
    color: #222;
    padding: 21px 0 19px;
    flex-grow: 1;
    max-width: 100%;
    flex-basis: 0;
    border: 1px solid #ddd;
    border-width: 1px 1px 0 1px;
    text-align: center;
    transition: .3s ease;
    background: #fff;
}
.nav-tabs__item--active{
    background: #c12627;
    color: #fff;
}
.nav-tabs__item--active .nav-tabs__day,
.nav-tabs__item--active .nav-tabs__date{
    color: #fff;
}
.nav-tabs__item:not(:last-child){
    border-right: none;
}
.nav-tabs__day{
    font-size: 18px;
    font-weight: 600;
    color: #222;
    letter-spacing: 1.2px;
    margin: 0;
}
.nav-tabs__date{
    color: #555;
    font-size: 14px;
}
.conference__image{
    width: 100%;
}
.conference__tabs{
    width: 91.66666667%;
    margin: -95px auto 0 auto;
}
#reminderPopup .send-popup__in{
    padding-top: 0;
}
#reminderPopupSuccess h2 img{
    display: inline;
}
@media screen and (max-width:1023px){
  .conference__tabs{
    width: 100%;
    margin-top: 0;
    flex-wrap: wrap;
    border-right: 1px solid #ddd;
  }
  .nav-tabs__item{
    flex: 0 0 33.33333%;
    border-bottom: 1px solid #ddd;
    border-top: none;
  }
  .nav-tabs__item:last-child{
    border-bottom: none;
  }
  .panel__heading,
  .panel__collapse{
    padding-left: 50px;
  }
  .panel__time{
    position: static;
    margin-bottom: 0;
    display: block;
  }
  .panel::before{
    left: 16px;
    top: 35px;
    bottom: -60px;
  }
}
@media screen and (max-width:767px){
    .nav-tabs__item{
        flex: 0 0 50%;
    }
    .panel__title{
        font-size: 14px;
        line-height: 1.5;
    }
    .panel__body p{
        font-size: 14px;
        line-height: 1.5;
    }
}
