@font-face {
    font-family: 'bebas_neue';
    src: url('/local/templates/vdk2020/fonts/bebasneue_bold-webfont.ttf') format('truetype');
    src: url('/local/templates/vdk2020/fonts/bebasneue_bold-webfont.eot');
    src: url('/local/templates/vdk2020/fonts/bebasneue_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/local/templates/vdk2020/fonts/bebasneue_bold-webfont.woff2') format('woff2'),
         url('/local/templates/vdk2020/fonts/bebasneue_bold-webfont.woff') format('woff'),
         url('/local/templates/vdk2020/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/vdk2020/fonts/bebasneue_book-webfont.ttf') format('truetype');
    src: url('/local/templates/vdk2020/fonts/bebasneue_book-webfont.eot');
    src: url('/local/templates/vdk2020/fonts/bebasneue_book-webfont.eot?#iefix') format('embedded-opentype'),
         url('/local/templates/vdk2020/fonts/bebasneue_book-webfont.woff2') format('woff2'),
         url('/local/templates/vdk2020/fonts/bebasneue_book-webfont.woff') format('woff'),
         url('/local/templates/vdk2020/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/vdk2020/fonts/bebasneue_regular-webfont.ttf') format('truetype');
    src: url('/local/templates/vdk2020/fonts/bebasneue_regular-webfont.eot');
    src: url('/local/templates/vdk2020/fonts/bebasneue_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/local/templates/vdk2020/fonts/bebasneue_regular-webfont.woff2') format('woff2'),
         url('/local/templates/vdk2020/fonts/bebasneue_regular-webfont.woff') format('woff'),
         url('/local/templates/vdk2020/fonts/bebasneue_regular-webfont.svg#bebas_neueregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
body{
    background: #fff;
    background-size: cover;
    background-attachment: fixed;
    font-family: "Proxima Nova Rg",sans-serif, sans-serif;
    line-height: 24px;
    font-size: 16px;
    color: #000;
    font-weight: 400;
    margin: 0;
    text-align: left;
}
h1{
	font-size: 2.5rem;
	line-height: 1em;
	font-family: Montserrat,sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    margin: 16px 0 8px;
    color: #fff;
}
h2{
    font-family: "bebas_neue",sans-serif;
    font-weight: 400;
    font-size: 3em;
    line-height: 1.3em;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 40px;
    color: #333;
}
h4{
    font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 20px;
}
p{
	margin: 1em 0;
}
img{
	display: block;
	max-width: 100%;
}
a{
	color: #98abaf;
	transition: all 0.3s;
}
ul{
    padding: 0 0 0 15px;
    list-style-type: disc;
    margin: 1em 0;
}
hr{
    border: 1px solid #dcdcdc;
    border-bottom: none;
}
.d-none{
    display: none;
}
.clear{
    clear: both
}
.logo{
    display: flex;
}
.logo img{
	width: 167px;
	height: 47px;
	background-blend-mode: multiply;
	margin-right: 20px
}
.logo2 img{
    width:140px;
    height:21px;
}
.headline_logo{
    margin-right: 50px
}
.headline_logo img{height:45px}
.headline_logo:last-child{
    margin-right: 0
}
.wrapper{
	max-width: 990px;
	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;
}
.date{
    font-size: 3.5em;
    font-family: "bebas_neue",sans-serif;
    line-height: 1.2em;
    padding-bottom: 30px;
    display: inline-block;
    position: relative;
}
.date:after {
    content: "";
    border-bottom: 1px solid rgba(255,255,255,0.1);
    width: 200px;
    height: 1px;
    display: block;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
}
.btn{
    background: #003494;
    padding: 20px 50px;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    font-family: Montserrat,sans-serif;
    text-transform: uppercase;
    letter-spacing: .1em;
    border: 1px solid #003494;
    font-weight: 600;
    line-height: 1;
    font-size: 12px;
}
.btn:hover{
    border-color: #fff;
    background: none;
}
.btn.btn-red{
    background: #fff;
    color: #c12627;
    border: 1px solid #c12627;
}
.btn.btn-red:hover{
    border-color: #c12627;
    background: #c12627;
    color: #fff;
}
.tip_btn{
    color:#c12627;
    border:1px solid #c12627;
    padding: 10px 20px;
    float: right;
    margin-right: 5px;
    text-decoration: none
}
#contacts .btn{
    margin-bottom: 0;
}
#contacts a{
    color:#fff;
}
[class^="col-"]{
	padding: 0 15px;
    position: relative;
    -webkit-box-flex: 0;
    box-sizing: border-box;
}
.col-50{
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.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%;
}
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
}
.event_name{
    font-weight: bold;
    transition: all 0.3s;
    overflow: hidden;
}
.event_name a{
    cursor: pointer;
    color: #000;
    text-decoration: none;
}
.event_name a:hover{
    color: #c12627;
}
.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{
    font-family: "bebas_neue",sans-serif;
    font-size: 1.5em;
}
.clock_time img{
    display: inline-block;
    margin-right: 10px;
    vertical-align: top;
    width: 24px;
    height: 24px
}
.header{
    padding-top: 70px;
}
.content_block{
    padding: 60px 0;
}
#contacts {
    background: url(/local/templates/vdk2020/img/img-alt/dark-bg.jpg) no-repeat 50% 0;
    background-size: cover;
    color: #fff;
}
#contacts h2 {
    color: #fff;
}
.partners{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-wrap: wrap;
}
.partner-logo{
    padding: 0 20px;
    margin-bottom: 40px
}
.partner-logo p{
    line-height: 1em;
    font-size: 12px;
    display: none;
}
.partner-logo img{
    height: 52px;
    width: auto;
    display: block;
    margin: 0 auto;
}
.partner-logo.logo-v img{
    max-height: 90px;
    height: auto;
}
.main_page_headline{
    padding: 80px 0;
    background: url(/local/templates/vdk2020/img/acid-bg.jpg) 50% 50%;
    background-size: cover;
    background-attachment: fixed;
    color: #fff;
}
.main_page_headline .h3{
    font-weight: bold;
}
.main_page_headline h1{
    line-height: 1em;
    margin-top: 30px;
    margin-bottom: 18px;
    color: #fff;
    font-weight: 700;
    font-family: "bebas_neue",sans-serif;
    font-size: 5em;
    padding-top: 30px;
    border-top: 1px solid rgba(255,255,255,0.1);
}
.main_page_headline h1 span{
    font-family: "bebas_neue_book",sans-serif;
    font-weight: 300;
}
.main_page_headline .btn{
    padding: 30px 80px;
    margin: 32px auto 0;
    border-color: #fff;
    background: none;
}
.main_page_headline .btn:hover{
    color: #003494;
    background: #fff;
}
.ta-right, .ta-right *{
    text-align: right;
}
.ta-left, .ta-left *{
    text-align: left;
}
.ta-center, .ta-center *{
    text-align: center;
}
.menu{
    padding: 18px 0;
	margin-bottom: 50px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9;
    max-width: 100%;
    transition: all 0.5s;
    background-color: #fff;
    border-bottom: 1px solid #e0e0e0;
}
.content_block__bg{
    background:  #f0f0f0;
    padding: 60px 0
}
.navbar-nav {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    margin-top: 12px;
    -webkit-justify-content: space-between;
    -ms-flex-pack: distribute;
    justify-content: space-between;
    width: 100%;
    box-sizing: border-box;
    align-items: center;
}
.navbar-nav {
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
}
.navbar-nav > li{
	list-style: none;
}
.navbar-nav > li > a{
    color: #333;
	text-decoration: none;
    padding: 0 0 5px;
    font-weight: 500;
    line-height: 1em;
    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;
}
.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 {
    font-family: Montserrat,sans-serif;
    line-height: 1em;
    letter-spacing: 1px;
    margin: 0 0 20px;
}
.h4 {
    margin: 32px 0 36px;
    font-family: Montserrat,sans-serif;
}
.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-family: Montserrat,sans-serif;
    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;
}
.download-area{
    border: 1px solid #dcdcdc;
    padding: 30px;
    margin: 40px 0;
}
.download-area h3{
    margin: 0;
}
.footer {
    background-color: #242830;
    color: #fff;
    padding: 50px 0;
    line-height: 30px;
    font-family: Montserrat,sans-serif;
    font-size: 12px;
}
.footer a{
	color: #4979ff;
}
.footer p{
	font-size: 10px;
	font-family: Montserrat,sans-serif;
    line-height: 30px;
    vertical-align: middle;

}
.footer .col-50 {
    align-self: center;
}
.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: #003494;
}
.soc-item:hover svg{
    fill: #4979ff;
}

.speaker-photo{
    margin-bottom: 1em;
    border-radius: 50%;
    overflow: hidden;
    background-color: #f0f0f0;
}
.speaker-title{
    font-weight: bold;
    margin-bottom: 0;
}
.speaker-lastname{
    text-transform: uppercase;
    display: block;
}
.speaker-post{
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 40px;
    color: #666;
}
.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;
}
#download_doc{
    margin-top: 40px;
}
.letters_list{
    padding: 0;
    flex-direction: row;
    display: flex;
    flex-wrap: wrap;
}
.letters_list li,.warning{
    padding: 10px;
    list-style: none
}
.warning{
    padding-top: 30px;
}
.letters_list li a{
    text-transform: uppercase;
    display: block;
    border: 1px solid #eee;
    padding: 10px 0;
    text-decoration: none;
    color: #003494;
    font-weight: bold;
    text-align: center;
    width: 50px;
}
.letters_list li a:hover{
    border-color: #003494;
}
.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
}
.close{
    position: absolute;
    right: 20px;
    top: 15px;
    color: #003494;
    font-size: 36px;
    cursor: pointer;
}

@media (max-width: 1023px){
	.headline_logo img{height:45px;margin-bottom:20px}
	.row{
		margin-left: 0;
		margin-right: 0
	}
	[class^="col-"]{
		-webkit-box-flex: 0;
    	-webkit-flex: 0 0 100%;
    	-ms-flex: 0 0 100%;
    	flex: 0 0 100%;
		max-width: 100%;
	}
    .col-lg-33{
        -webkit-flex: 0 0 33%;
        -ms-flex: 0 0 33%;
        flex: 0 0 33%;
        max-width: 33%;
    }
    .col-33{
        padding: 0
    }
	.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
    }
    .main_page_headline .h3,
    .main_page_headline h1, .date, .headline_logos_row {
        margin-left: 20px;
        margin-right: 20px
    }
    .ta-right, .ta-right *{
        text-align: center;
    }
    .btn{
        margin: 0 auto 80px;
        max-width: 300px;
        display: block;
        text-align: center;
    }
    .footer{
        padding-left: 20px;
        padding-right: 20px
    }
    .copyright{
        margin-bottom: 30px;
        text-align: center;
    }
}
@media (max-width: 767px){
    .tip_btn{
        clear: right;
        margin: 10px 0 10px auto;
        padding: 8px 10px;
    }
    .headline_logos_row{
        justify-content: space-between;
    }
    .headline_logo{
        margin-right: 0
    }
    .col-md-50{
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    #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;
    }
    .navbar-nav > li.logo > a.logo2{
        padding-top: 0
    }
    .main_page_headline h1{
        font-size: 40px;
    }
    .date{
        font-size: 24px;
    }
	.content_block, .main_page_headline{padding-top: 40px;padding-bottom:40px;}
	.main_page_headline .btn{margin: 40px 20px 0}
    .speaker-lastname{
        display: inline;
        text-transform: none;
    }
    a.detail_btn{
        padding: 8px 10px;
    }
    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
    }
}
@media (max-width: 540px){
    .headline_logo img{
        height: 30px
    }
    .col-sm-12{
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .navbar-nav > li > a {
        padding: 8px 10px 5px;
    }
    .share-title{
        display: block;
        margin-bottom: 20px;
    }
    .footer .col-50{
        padding: 0
    }
	.partner-logo{
		max-width: 50%;
    	box-sizing: border-box;
	}
	.partner-logo img {
    max-height: 52px;
    width: auto;
	height: auto;
	}
    .logo img{
        margin-right: 0;
	}
    .letters_list li{
        padding:3px;
    }
    .letters_list li a{
        width: 40px;
    }
}
@media (max-height: 600px){
    .popup_window{
        overflow-y:scroll;
    }
}