html {
    font-size: 10px;
    word-spacing: 1px;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
}
body {
    font-family: Montserrat,Helvetica Neue,Arial,sans-serif;
    margin: 0px;
    padding: 0px;
}
.page {
    background: #1f1e23;
    max-width: 100vw;
    overflow: hidden;
}
.header-container {
    background: rgba(31,30,35,.6);
}
.header-container._complete {
    background: rgba(31,30,35,.6);
}
.header-container {
    width: 100%;
    -webkit-transition: .2s;
    transition: .2s;
    z-index: 200;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: fixed;
}

.header {
    height: 117px;
    display: -webkit-box;
    display: flex;
    max-width: 1500px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}
.header .contacts {
    display: -webkit-box;
    /*display: flex;*/
    -webkit-box-align: stretch;
    align-items: stretch;
    margin-left: auto;
}
.header .contacts .item {
    margin-right: 37px;
}
.header .burger {
    align-self: center;
}
._hide-desktop {
    display: none;
}
.wrap {
    margin-top: 25px;
}
#svg-defs {
	display: none;
}
.line {
    background: #59a417;
    border-radius: 1px;
    width: 30px;
    height: 3px;
    -webkit-transition: .2s;
    transition: .2s;
    position: relative;
}
.line:not(:first-child) {
    margin-top: 6px;
}
.header .mobile-nav {
    position: relative;
    display: none;
}
._hide-tablet--flex {
    display: -webkit-box!important;
    display: flex!important;
}
.header .mobile-nav {
    margin-left: 16px;
    display: none!important;
}
.el-scrollbar {
    overflow: hidden;
    position: relative;
}
.el-scrollbar__wrap {
    overflow: scroll;
    height: 100%;
}
.el-scrollbar__bar.is-horizontal {
    height: 6px;
    left: 2px;
}
.el-scrollbar__bar {
    position: absolute;
    right: 2px;
    bottom: 2px;
    z-index: 1;
    border-radius: 4px;
    opacity: 0;
    -webkit-transition: opacity .12s ease-out;
    transition: opacity .12s ease-out;
}
.el-scrollbar__bar.is-horizontal>div {
    height: 100%;
}
.el-scrollbar__thumb {
    position: relative;
    display: block;
    width: 0;
    height: 0;
    cursor: pointer;
    border-radius: inherit;
    background-color: rgba(144,147,153,.3);
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
}
.el-scrollbar__bar.is-vertical {
    width: 6px;
    top: 2px;
}
.el-scrollbar__bar {
    position: absolute;
    right: 2px;
    bottom: 2px;
    z-index: 1;
    border-radius: 4px;
    opacity: 0;
    -webkit-transition: opacity .12s ease-out;
    transition: opacity .12s ease-out;
}
.el-scrollbar__bar.is-vertical>div {
    width: 100%;
}
.header .nav {
    padding-left: 30px;
    display: -webkit-box;
    display: flex;
}

._hide-tablet {
    display: block;
}
.header .item {
    font-family: Montserrat,sans-serif;
    font-style: normal;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
    padding-top: 50px;
    margin-right: 82px;
    cursor: pointer;
    position: relative;
}
.header .wrapper2 {
    width: 200px;
    visibility: hidden;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    background: #fff;
    border-radius: 4px;
    position: absolute;
    left: 0;
    top: 90px;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
    -webkit-transition: visibility .2s,opacity .4s,-webkit-transform .4s;
    transition: visibility .2s,opacity .4s,-webkit-transform .4s;
    transition: visibility .2s,transform .4s,opacity .4s;
    transition: visibility .2s,transform .4s,opacity .4s,-webkit-transform .4s;
}

.app-contact-link {
    display: inline-block;
    text-decoration: none;
    color: red;
}
.app-contact-link .wrapper {
    display: inline-block;
    -webkit-box-align: center;
    align-items: center;
}
.app-contact-link svg {
    fill: #fff;
}
.app-contact-link .label {
    margin-left: 8px;
}
.header .logo {
    padding-top: 44px;
    width: 285px;
}
.header .last {
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: end;
    justify-content: flex-end;
}
.language {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}
.lang_item._active {
    font-weight: 700;
}
.language-white .lang_item {
    color: #fff;
}
.lang_item {
    font-family: Montserrat,sans-serif;
    font-style: normal;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: font-weight .1s;
    transition: font-weight .1s;
}

.footer[data-v-a4fb4466] {
    position: relative;
    background: #e9edf1;
    padding-top: 122px!important;
}

.app-content[data-v-df35defe] {
    max-width: 1200px;
    padding: 0 15px 0 30px;
    margin: 0 auto;
}
.app-content-fluid[data-v-df35defe] {
    max-width: 100%;
    padding: 0;
}

.up[data-v-a4fb4466] {
    padding-bottom: 43px!important;
    position: relative;
}
.up-container[data-v-a4fb4466] {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
}
.container[data-v-7b7ca831] {
    max-width: 1170px;
    padding: 0 15px;
    margin: 0 auto;
}
.col[data-v-a4fb4466] {
    margin-right: 54px;
}
.contact[data-v-1f35a452] {
    width: 355px;
}
.contact .description[data-v-1f35a452], .contact .title[data-v-1f35a452] {
    font-family: Montserrat,sans-serif;
    font-style: normal;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    color: #fff;
    color: #000;
}
.contact .title[data-v-1f35a452] {
    font-weight: 700;
    font-size: 22px;
    line-height: 27px;
}
.contact .description[data-v-1f35a452] {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
    margin-top: 38.5px;
}
.contact .description[data-v-1f35a452], .contact .title[data-v-1f35a452] {
    font-family: Montserrat,sans-serif;
    font-style: normal;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    color: #fff;
    color: #000;
}
.footer-menu[data-v-2704b43b] {
    padding-bottom: 14px;
    display: -webkit-box;
    display: flex;
}
.down[data-v-a4fb4466] {
    padding-top: 61px;
    border-top: 1px solid #c5d0de;
}
.footer-menu .col.lang[data-v-2704b43b] {
    margin-right: 13%;
}
.footer-menu .title[data-v-2704b43b] {
    font-family: Montserrat,sans-serif;
    font-style: normal;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #000;
    margin-bottom: 18px;
}
.language[data-v-53f877e3] {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}
.language-black .lang_item[data-v-53f877e3] {
    color: #1f1e23;
}
.footer-menu .right[data-v-2704b43b] {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    width: auto;
    -webkit-box-flex: 1;
    flex-grow: 1;
    padding-right: 40px;
}
.footer-menu .title[data-v-2704b43b] {
    font-family: Montserrat,sans-serif;
    font-style: normal;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #000;
    margin-bottom: 18px;
}
.footer-menu .item[data-v-2704b43b]:not(:first-child) {
    margin-top: 10px;
}
.footer-menu .item[data-v-2704b43b] {
    font-family: Montserrat,sans-serif;
    font-style: normal;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    color: #fff;
    text-decoration: none;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    display: -webkit-box;
    display: flex;
    color: #000;
}
.copyright[data-v-a6524ef8] {
    padding-top: 100px;
    padding-left: 25px;
    padding-right: 25px;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: end;
    justify-content: flex-end;
    position: relative;
}
.copyright-container[data-v-a6524ef8] {
    z-index: 10;
    max-width: 1500px;
    width: 100%;

    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin: 0 auto 44px;
}
.copyright-developers[data-v-a6524ef8],
.informer {
    font-weight: 300;
    font-size: 13px;
    line-height: 20px;
    color: #a5a5a5;
    z-index: 10;
    text-align: left;
}
.copyright-developers img{
    height: 20px;
    width: auto;
    position: absolute;
    top: 5px;
    left: 5px;
}
.copyright-developers.links{
    position: relative;
}
.copyright-developers.links a{
    display: inline-block;
    position: relative;
    width: 30px;
    height: 20px;
}

.copyright-developers.links a.last img{
    left: 0;
}

.copyright-developers a[data-v-a6524ef8] {
    display: inline-block;
    color: #a5a5a5;
}
.informer{
    display: block;
    padding: 10px 15px 10px;
    text-align: center;
}
/*@media (min-width: 1920px) {
.copyright[data-v-a6524ef8]:after {
    border-width: 100px 0 0 100vw;
}
}
.copyright[data-v-a6524ef8]:after {
    content: "";
    position: absolute;
    right: 0;
    top: -98px;
    display: block;
    background: transparent;
    width: 0;
    height: 0;
    border-color: transparent transparent transparent #1f1e23;
    border-style: solid;
    border-width: 100px 0 0 1920px;
    z-index: 5;
}*/


.welcome_box, .final_box, .contact_box, .schedule_box, .contact_box, .speakers_box, .gallery_box, .player_box, .two_player_box {
	width: 100%;
	padding-top: 117px;
	position: relative;
}
.final_box {
	padding-top: 0px;
	position: relative;
	top: -17px;
}

/*.welcome_box .js-adaptive-bg {
    background-size: cover;
    background-image: url(../img/conf-bg.png);
}*/
.sections_2{
    position: relative;
    z-index: 1000;
    padding-top: 100px;

}
.sections_2,.two_player_box {
    background: rgb(34,31,32);
}
.welcome_box .top-banner {
	max-width: 1520px;
	margin: 0px auto;
    background-size: cover;
	position: relative;
    text-align: center;
}
.welcome_box .top-banner .img {
	max-width: 80%;
	height: auto;
    width: 1000px;
    margin:30px auto 30px;
    display: block;
}
.welcome_box .top-banner .datef {
	background-color: rgba(255,255,255,0.0);
    margin: 0 auto;
    transform: rotate(0);
    opacity: 1.0;
    width: auto;
    font-family: 'Montserrat',Helvetica,Arial,serif;
    font-weight: 400;
    font-style: normal;
    color: rgba(255,255,255,0.9);
    text-align: center;
    /*font-size: 28.0px;
    line-height: 25.0px;*/
    background-color: rgba(90,163,23,1.0);
    padding: 3px 9px;
}
.welcome_box .top-banner .timef {
    margin: 15px 0 0;
    opacity: 1.0;
    font-family: 'Montserrat',Helvetica,Arial,serif;
    font-weight: 700;
    font-style: normal;
    font-size: 25.0px;
    color: rgba(224,225,224,1.0);
    text-align: center;
}
.welcome_box .top-banner h2 {
    /*top: 230px;
    width: 267px;
    position: absolute;
    margin: 0;
    left: 70%;
    transform: rotate(0);*/
    opacity: 1.0;
    font-family: 'Lato-Medium',Helvetica,Arial,serif;
    font-size: 36.0px;
    color: rgba(224,225,224,1.0);
    text-align: center;
    line-height: 32.0px;
    padding: 10px 15px;
    margin: 0px;
}
.welcome_box .top-banner h2 span {
	color: rgba(90,163,23,1.0);
}
.final_box .js-adaptive-bg {
    background-size: cover;
    background-position: 50%;
    background-image: url(../img/bg2.png);
}
/*.welcome_box .js-adaptive-bg:before, .final_box .js-adaptive-bg:before {
	content: '';
	position:absolute;width: 100%;height: 100%;background: rgba(0,0,0,0.5);
	top: 0px;
	z-index: 0;
}*/
.welcome_box .container, .final_box .container {
	z-index: 1;
	position: relative;
	padding-bottom: 180px;
}
.gallery_box h2 {
	text-align: center;
    transform: rotate(0);
    opacity: 1.0;
    font-family: 'Montserrat',Helvetica,Arial,serif;
    font-weight: 700;
    font-style: normal;
    font-size: 38.0px;
    color: rgba(255,255,255,1.0);
    text-align: center;
}
.gallery_box .gallery {
	width: 270px;
	height: 370px;
}
.gallery_box .gallery div {
	background-size: cover;
	height: 100%;
	width: 100%;
}
.gallery_box .gallery.col1 {
	width: 270px;
}
.gallery_box .gallery.col2 {
	width: 370px;
}
.gallery_box .gallery.col2 div {
	width: 370px;
	height: 176px;
}
.gallery_box .gallery.col2 div:first-child {
	margin-bottom: 20px;
}
.gallery_box .gallery.col3 {
	width: 370px;
}

.video__container {
 position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    clear: both;
	margin-bottom: 30px;
}
.video__container iframe {
 position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.two_player_box:after{
    content: "";
    position: absolute;
    right: 0;
    bottom: -1px;
    display: block;
    background: transparent;
    width: 0;
    height: 0;
    border-color: transparent transparent #e9edf1 transparent;
    border-style: solid;
    border-width: 0 1920px 100px 0;
    z-index: 1;
}
/*.two_player_box:after{
    content: "";
    position: absolute;
    right: 0;
    bottom: -1px;
    display: block;
    background: transparent;
    width: 0;
    height: 0;
    border-color: transparent transparent #1E1E23 transparent;
    border-style: solid;
    border-width: 0 1920px 100px 0;
    z-index: 1;
}*/
.schedule_box:after{
    content: "";
    position: absolute;
    right: 0;
    top: -1px;
    display: block;
    background: transparent;
    width: 0;
    height: 0;
    border-color: transparent #1E1E23 transparent transparent;
    border-style: solid;
    border-width: 0 1920px 100px 0;
    z-index: 5;
}
.speakers_box, 
#footer,
#footer>div,
#footer>div>div,
#footer>div>div>div{
    background: rgb(34,31,32);
}
.contact_box:after{
    content: "";
    position: absolute;
    right: 0;
    top: -1px;
    display: block;
    background: transparent;
    width: 0;
    height: 0;
    border-color: transparent #e9edf1 transparent transparent;
    border-style: solid;
    border-width: 0 1920px 100px 0;
    z-index: 5;
}
@media(min-width: 1920px){
    .player_box:after, 
    .two_player_box:after,
    .schedule_box:after,
    .contact_box:after{
        border-width: 0 100vw 100px 0;
    }
}
.player_box{
    padding-top: 5px !important;
}

.player_box .container, .two_player_box .container {
	max-width: 1320px;
	margin: 0px auto 0px auto;
	display: table;
	padding: 0px 30px 100px;
}

.player_box .container .player, .two_player_box .player {
	max-width: 950px;
	font-family: 'Montserrat',Helvetica,Arial,serif;
    font-weight: 500;
    font-style: normal;
    font-size: 14.0px;
    color: rgba(255,255,255,1.0);
    text-align: left;
    line-height: 20.0px;
    display: table-cell;
    vertical-align: top;
    padding-right: 30px;
    position: relative;
}
.player_box .container .player .title{
	font-family: 'Montserrat',Helvetica,Arial,serif;
    font-weight: 700;
    font-style: normal;
    font-size: 22.0px;
    color: rgba(255,255,255,1.0);
    text-align: left;
    line-height: 27.0px;
    margin-bottom: 30px;
    position: absolute;
    top: -45px;
}
.player_box img, .two_player_box img {
	width: 100%;
	margin-bottom: 30px;
}
.player_box .button, .two_player_box .button, .el-input button {
	/*background-color: rgba(90,164,22,1.0);
	height: 45px;
	font-family: 'Montserrat',Helvetica,Arial,serif;
    font-weight: 500;
    font-style: normal;
    font-size: 14.0px;
    color: rgba(255,255,255,1.0);
    text-align: center;
    line-height: 45.0px;
    border: 0px none;
    border-radius: 5px;
    padding: 1px 6px;
    display: inline-block;
    text-decoration: none;
    padding: 18px 35px;
    box-shadow: 0 8px 26px rgb(22 44 86 / 10%);
    border-radius: 4px;
    transition: background .2s,color .2s,border-color .2s;*/
    background: none;
    border: 0;
    outline: none;
    font-family: Montserrat,sans-serif;
    font-style: normal;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    display: inline-block;
    text-decoration: none;
    background: #59a417;
    cursor: pointer;
    padding: 18px 35px;
    box-shadow: 0 8px 26px rgb(22 44 86 / 10%);
    border-radius: 4px;
    transition: background .2s,color .2s,border-color .2s;

}


.player_box .comments {
	max-width: 560px;
	min-width: 395px;
	display: table-cell;
    background-color: rgba(233,237,241,1.0);
}
.two_player_box .player {
	display: table-cell;
	color: #000;
}
.two_player_box {
	padding-bottom: 30px;
}
.two_player_box .player h3 {
	font-family: 'Montserrat',Helvetica,Arial,serif;
    font-weight: 600;
    font-style: normal;
    font-size: 14.0px;
    color: rgba(127,143,164,1.0);
    text-align: left;
    line-height: 22.0px;
    text-transform: uppercase;
    display: block;
    border-bottom: 6px rgba(198,208,223,1.0) solid;
    margin-bottom: 20px;
    padding-bottom: 5px;
}
.two_player_box .player:first-child {
	padding-right: 15px;
}
.two_player_box .player:nth-child(2) {
    padding-left: 8px;
    padding-right: 8px;
}
.two_player_box .player:last-child {
	padding-left: 15px;
}
@media(max-width:  767px){
    .two_player_box .player:last-child,
    .two_player_box .player:nth-child(2),
    .two_player_box .player:first-child{
        padding-right: 5px;
        left: 5px;
    }
}
.final_box {
	display: none;
}

.final_box h1 {
	padding-top: 145px;
	font-family: 'Montserrat',Helvetica,Arial,serif;
    font-weight: 700;
    font-style: normal;
    font-size: 30.0px;
    color: rgba(255,255,255,0.9);
    text-align: center;
    line-height: 37.0px;
}

.final_box .list {
	max-width: 1354px;
	margin: 80px auto 0px auto;
	padding: 0px 40px;
}

.final_box .level-column {
	width: 48%;
	margin-right: 1%;
	float: left;
	position: relative;
	font-family: 'Montserrat',Helvetica,Arial,serif;
    font-weight: 700;
    font-style: normal;
    color: rgba(255,255,255,1.0);
    text-align: right;
}
.final_box .level-column img {
	max-width: 95%;
	float: right;
}
.final_box .level-column .level {
    font-size: 20.0px;
    position: absolute;
    top: 150px;
    right: 100px;
}
.final_box .level-column .title {
	font-size: 59.0px;
    line-height: 72.0px;
    position: absolute;
    top: 170px;
    right: 100px;
}
.final_box .desc-column {
	width: 51%;
	float: left;
	font-family: 'Montserrat',Helvetica,Arial,serif;
    font-weight: 300;
    font-style: normal;
    font-size: 16.0px;
    color: rgba(255,255,255,1.0);
    text-align: left;
    line-height: 21.0px;
}
.final_box .desc-column p {
}
.final_box .desc-column a {
	text-decoration: underline;
	color: white;
}
.final_box .desc-column .button {
	background-color: rgba(88,178,44,1.0);
	width: 100%;
	display: block;
	height: 80px;
	font-family: 'Arial',Helvetica,Arial,serif;
    font-weight: 600;
    font-style: normal;
    font-size: 25.0px;
    color: rgba(255,255,255,1.0);
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 80px;
}
.final_box .zyfra-line {
	margin-top: 26px;
	max-width: 100%;
	display: block;
}
.schedule_box {
	background-color: #e9edf1;
}
.contact_box .list, .schedule_box .container {
	max-width: 1100px;
	margin: 80px auto 0px auto;
	padding: 0px 40px;
}

.contact_box .left-column {
	width: 45%;
	float: left;
}
.contact_box .right-column {
	width: 55%;
	float: left;
}
.contact_box .title {
	font-family: 'Montserrat',Helvetica,Arial,serif;
    font-weight: 700;
    font-style: normal;
    font-size: 30.0px;
    color: rgba(255,255,255,1.0);
    text-align: left;
    line-height: 37.0px;
}
.contact_box .desc {
	font-family: 'Montserrat',Helvetica,Arial,serif;
    font-weight: 300;
    font-style: normal;
    font-size: 14.0px;
    color: rgba(255,255,255,1.0);
    text-align: left;
    line-height: 20.0px;
    width: 320px;
    margin: 20px 0px;
}

.contact_box .bottom,.contact_box .bottom a{
    color: #a5a5a5;
}
.el-input__inner {
    -webkit-appearance: none;
    background-color: #fff;
    background-image: none;
    border-radius: 4px;
    border: 1px solid #dcdfe6;
    box-sizing: border-box;
    color: #606266;
    display: inline-block;
    font-size: inherit;
    height: 40px;
    line-height: 40px;
    outline: 0;
    padding: 0 15px;
    -webkit-transition: border-color .2s cubic-bezier(.645,.045,.355,1);
    transition: border-color .2s cubic-bezier(.645,.045,.355,1);
    width: 100%;
}
.speakers_box {
	padding: 70px 0px !important;
}
.speakers_box .speaker {
	margin-top: 25px;
	height: 450px;
    width: 395px;	
    background-image: url(../img/sbg1.jpg);
    background-size: cover;
    position: relative;
    border-radius: 10px;
}

.speakers_box .speaker:before {
	background-color: rgba(5,32,138,0.7);
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
    border-radius: 10px;
}
.speakers_box .speaker:nth-child(4n+1) {
    background-image: url(../img/sbg2.jpg);
	}
.speakers_box .speaker:nth-child(4n+1):before {
	background-color: rgba(53,0,13,0.78);
}
.speakers_box .speaker:nth-child(4n+2) {
    background-image: url(../img/sbg3.jpg);
	}
.speakers_box .speaker:nth-child(4n+2):before {
	background-color: rgba(53,28,0,0.78);
}
.speakers_box .speaker:nth-child(4n+3) {
    background-image: url(../img/sbg4.jpg);
	}
.speakers_box .speaker:nth-child(4n+3):before {
	background-color: rgba(0,15,79,0.7);
}

.speakers_box .speaker img {
	position: absolute;
	width: 100px;
	height: 100px;
	left: 41px;
	top: -25px;
	z-index: 2;
	border-radius: 10px;
}
.speakers_box .speaker .content {
	top: 100px;
    position: absolute;
    left: 41px;
    width: 315px;
}
.speakers_box .speaker h4 {
	top: 100px;
    margin: 0;
    font-family: 'Montserrat',Helvetica,Arial,serif;
    font-weight: 700;
    font-style: normal;
    font-size: 15.0px;
    color: rgba(255,255,255,1.0);
    text-align: left;
    line-height: 20.0px;
    margin-bottom: 10px;
}
.speakers_box .speaker h6 {
    margin: 0;
    font-family: 'Montserrat',Helvetica,Arial,serif;
    font-weight: 500;
    font-style: normal;
    font-size: 13.0px;
    color: rgba(255,255,255,1.0);
    text-align: left;
    line-height: 15.0px;
    margin-bottom: 10px;
}
.speakers_box .speaker h5 {
    margin: 0;
    font-family: 'Montserrat',Helvetica,Arial,serif;
    font-weight: 500;
    font-style: normal;
    font-size: 12.0px;
    color: rgba(255,255,255,1.0);
    text-align: left;
    line-height: 15.0px;
    margin-bottom: 10px;
}
.speakers_box .speaker h3 {
    margin: 0;
    font-family: 'Montserrat',Helvetica,Arial,serif;
    font-weight: 500;
    font-style: normal;
    font-size: 14.0px;
    color: rgba(89,164,23,1.0);
    text-align: left;
    line-height: 15.0px;
    margin-bottom: 10px;
}
.speakers_box .speaker .desc {
    margin: 0;
    font-family: 'Montserrat',Helvetica,Arial,serif;
    font-weight: 500;
    font-style: normal;
    font-size: 14.0px;
    color: rgba(255,255,255,1.0);
    text-align: left;
    line-height: 20.0px;
    height: 200px;
    overflow-y: scroll;
}
.speakers_box .speaker.swiper-slide-active img {
	width: 130px;
	height: 130px;
	top: -50px;
    left: 140px;
    animation-duration: 3s;
    animation-name: slidein;

    animation-direction: alternate;
}
.speakers_box .speaker.swiper-slide-active {
    background-image: none;
    transition: all .25s;
}
.speakers_box .speaker.swiper-slide-active:before {
    background-color: white;
    height: 110%;
    top: -5%;
}
.speakers_box .speaker.swiper-slide-active:after {
    content: "";
    position: absolute;
    right: -64px;
    top: -51px;
    display: block;
    width: 203px;
    height: 203px;
    z-index: 1;
    transition: all .25s;
    background-image: url(../img/r23.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.speakers_box .speaker.swiper-slide-active h4, 
.speakers_box .speaker.swiper-slide-active .desc,
.speakers_box .speaker.swiper-slide-active h5,
.speakers_box .speaker.swiper-slide-active h6 {
	color: black;
}
.speakers_box .speaker .desc::-webkit-scrollbar {
    width: 3.5px;
}
.speakers_box .speaker .desc::-webkit-scrollbar-thumb {
    background: rgba(89,164,23,1.0);
}
.speakers_box .speaker .desc::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.1);
}
.schedule_box {
	font-family: 'Montserrat',Helvetica,Arial,serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14.0px;
    color: rgba(0,0,0,1.0);
    text-align: left;
    line-height: 22.0px;
    margin-bottom: -1px;
}
.schedule_box h3 {
	font-family: 'Montserrat',Helvetica,Arial,serif;
    font-weight: 700;
    font-style: normal;
    font-size: 22.0px;
    color: rgba(0,0,0,1.0);
    text-align: left;
    line-height: 27.0px;
}
.schedule_box .schedule {
	margin-bottom: 30px;
}
.schedule_box .schedule:after {
	content: '';
	clear: both;
	display: table;
}
.schedule_box p.desc {
	display: block;
	width: 50%;
	margin-bottom: 30px;
}
.schedule_box .schedule .col2 {
	float: left;
	width: 90px;
	margin-right: 25px;
}
.schedule_box .schedule .date {
	font-family: 'Montserrat',Helvetica,Arial,serif;
    font-weight: 400;
    font-style: normal;
    font-size: 40.0px;
    color: rgba(89,164,23,1.0);
    text-align: right;
    line-height: 25.0px;
    text-align: right;
}
.schedule_box .schedule .date span {
    font-size: 18.0px;
    line-height: 30.0px;
    display: block;
    margin-top: 10px;
}
.schedule_box .schedule .time {
	font-family: 'Montserrat',Helvetica,Arial,serif;
    font-weight: 500;
    font-style: normal;
    font-size: 15.0px;
    color: rgb(87 91 93);
    line-height: 30.0px;
    text-align: right;
}
.schedule_box .schedule .content {
	float: left;
	width: calc(100% - 115px);
}
.schedule_box .schedule .content h3 {
	margin: 35px 0px 0px 0px;
}
.schedule_box .schedule .content .col3 {
	border-top: rgba(255,0,0,.7) 6px solid;
	width: calc(33.33% - 10px);
	margin-right: 10px;
	float: left;
	top: -6px;
	position: relative;
}
.schedule_box .schedule .content .col3:nth-child(2) {
	border-top: rgba(0,255,0,.5) 6px solid;
}
.schedule_box .schedule .content .col3:nth-child(3) {
	border-top: rgba(0,0,255,.5) 6px solid;
}
.schedule_box .schedule .content .head {
	font-family: 'Montserrat',Helvetica,Arial,serif;
    font-weight: 500;
    font-style: normal;
    font-size: 14.0px;
    color: rgba(169,171,172,1.0);
    text-align: left;
	position: absolute;
	top: -30px;
	display: none;
}
.schedule_box .schedule.big.first .col2 {
	margin-top: 30px;
}
.schedule_box .schedule.big.first .col3 {
	margin-top: 30px;
}
.schedule_box .schedule.big.first .col3 .head {
	display: block;
}
.schedule_box .schedule .content  .popover {
	display: none;
}
.schedule_box .schedule .content  .popover {
    display: none;
}
.schedule_box .schedule .popover_true:hover .popover a,{
    color: #fff;
}

@media (min-width: 992px){
    .schedule_box .schedule .popover_true:hover{
        background-size: cover;
        background-image: url(../img/bg_top.png);
        background-repeat: no-repeat;
        border-top: rgba(255,255,255,0) 6px solid;
        cursor: pointer;

    }

    .schedule_box .schedule .popover_true:hover .author,
    .schedule_box .schedule .popover_true:hover .desc,
    .schedule_box .schedule .popover_true:hover .popover
    {
        padding: 0 10px;
        color: #fff;

    }

    .schedule_box .schedule .popover_true:hover .popover{
        display: block;
        position: absolute;
        background-repeat: no-repeat;
        background-image: url(../img/bg_bottom.png);
        background-size: 100% auto;
        background-position: bottom;
        z-index: 15;
        padding: 0 10px 10px;
    }


    .schedule_box .schedule .popover_true:nth-child(2):hover .popover{
        background-size: 100.25% auto;
        background-position: left bottom;
        padding-right: 20px;
    }

    .schedule_box .schedule .content .col3.special{
        background-size: cover;
        background-image: url(../img/bg_top.png);
        background-repeat: no-repeat;
        border-top: rgba(255,255,255,0) 6px solid;
        cursor: pointer;

    }
    .schedule_box .schedule .content .col3.special .author,
    .schedule_box .schedule .content .col3.special .desc,
    .schedule_box .schedule .content .col3.special .popover
    {
        padding: 0 10px;
        color: #fff;

    }
    .schedule_box .schedule .content .col3.special .popover{
        display: block;
        position: absolute;
        background-repeat: no-repeat;
        background-image: url(../img/bg_bottom.png);
        background-size: 100% auto;
        background-position: bottom;
        z-index: 15;
        padding: 0 10px 10px;
    }
}

@media (max-width: 991px){
    .schedule_box .schedule .popover_true:hover{
        background: #59a417;
        border-top: rgba(255,255,255,0) 6px solid;
        cursor: pointer;
        padding: 0 10px;

    }

    .schedule_box .schedule .popover_true:hover .author,
    .schedule_box .schedule .popover_true:hover .desc,
    .schedule_box .schedule .popover_true:hover .popover
    {
        padding: 0 10px;
        color: #fff;

    }
    .schedule_box .schedule .popover_true:hover .popover{
        display: block;
        position: absolute;
        background: #59a417;
        z-index: 15;
        padding: 0 10px 10px;
        left: 0px;
    }

    .schedule_box .schedule .popover_true:nth-child(2):hover .popover{
        background: #59a417;
        padding-bottom: 20px;
    }

}
.schedule_box .schedule .content .author {
	font-family: 'Montserrat',Helvetica,Arial,serif;
    font-weight: 700;
    font-style: normal;
    font-size: 14.0px;
    color: rgba(89,164,23,1.0);
    text-align: left;
    line-height: 30.0px;
}
.schedule_box .schedule .content .author.main {
	font-size: 16px;
}
.schedule_box .schedule .content .spec {
	font-family: 'Montserrat',Helvetica,Arial,serif;
    font-weight: 500;
    font-style: normal;
    font-size: 14.0px;
    color: rgba(169,171,172,1.0);
    text-align: left;
    line-height: 20.0px;
}
.schedule_box .schedule .content .desc {
	margin-top: 10px;
	font-family: 'Montserrat',Helvetica,Arial,serif;
    font-weight: 700;
    font-style: normal;
    font-size: 14.0px;
    color: rgba(0,0,0,1.0);
    text-align: left;
    line-height: 20.0px;
    min-height: 75px;
}
.schedule_box button {
	width: 380px;
	margin: 0px auto;
	background-color: rgba(90,164,22,1.0);
	height: 56px;
	font-family: 'Montserrat',Helvetica,Arial,serif;
    font-weight: 500;
    font-style: normal;
    font-size: 14.0px;
    color: rgba(255,255,255,1.0);
    text-align: center;
    line-height: 20.0px;
    border: 0px none;
    display: block;
    border-radius: 5px;
}
.form[data-v-f63a4cd8] {
    width: 570px;
    margin-bottom: 50px;
}
.form--modal, .form--modal .el-form-item {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
}
.form--modal {
    -webkit-box-pack: justify;
    justify-content: space-between;
}
.form .el-form-item {
    margin-bottom: 10px;
}
.form--modal .el-form-item {
    -webkit-box-align: end;
    align-items: flex-end;
    width: calc(50% - 4px);
    margin-bottom: 11px;
}
.form--modal .el-form-item.wide {
    width: 100%;
}
.form--modal, .form--modal .el-form-item {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
}

.el-form-item {
    margin-bottom: 22px;
}
.el-form-item:after, .el-form-item:before {
    display: table;
    content: "";
}
.form--modal .el-form-item__content {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.el-form-item__content {
    line-height: 40px;
    position: relative;
    font-size: 14px;
}
.el-input {
    position: relative;
    font-size: 14px;
    display: inline-block;
    width: 100%;
}
.form .el-input__inner, .form .el-textarea__inner {
    font-family: Montserrat,sans-serif;
    font-style: normal;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
    height: 49px;
    line-height: 49px;
    border: none;
    background: #fff;
    color: #959595;
    border-radius: 4px;
}
.form textarea.el-input__inner {
	height: 100px;
}
.el-form-item.is-error .el-input__inner {
    border-color: #dc1539;
}
.form--modal .el-form-item__error {
    -webkit-box-ordinal-group: 0;
    order: -1;
    padding: 0 0 5px;
    text-align: left;
    font-size: 12px;
    line-height: 15px;
    display: none;
}
.form--modal .is_error .el-form-item__error {
	display: block;
}
html .el-form-item__error {
    font-family: Montserrat,sans-serif;
    font-style: normal;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    color: #fff;
    right: 17px;
    left: auto;
    top: 12px;
    font-size: 12px;
    line-height: 15px;
    color: #dc1539;
}
form button[type=submit] {
	background-color: rgba(88,178,44,1.0);
/*	height: 49px;
    margin: 0;
    font-family: 'Arial',Helvetica,Arial,serif;
    font-weight: 600;
    font-style: normal;
    font-size: 25.0px;
    color: rgba(255,255,255,1.0);
    text-align: center;
    line-height: 26.0px;
    width: 100%;
    border: 0px none;*/
}
/*form button[type=button] {
	border: 1px rgba(150,150,150,1.0) solid;
	background-color: #e9edf1;
	height: 48px;
    margin: 0;
    font-family: 'Arial',Helvetica,Arial,serif;
    font-weight: 600;
    font-style: normal;
    font-size: 25.0px;
    color: rgba(0,0,0,0.25);
    text-align: center;
    line-height: 26.0px;
    width: 100%;
}*/
.clear { clear: both; }

@media (max-width: 1199px) {
	.header {
	    -webkit-box-pack: justify;
	    justify-content: space-between;
	    width: 100%;
	    left: 0;
	}
	._hide-desktop {
	    display: block!important;
	}
	._hide-tablet, ._hide-tablet--flex {
	    display: none!important;
	}
	.wrap {
	    margin-top: 0;
	}
	.header .mobile-nav {
	    display: block;
	}
	.header .nav {
	    padding-left: 0;
	    white-space: nowrap;
	    overflow-y: auto;
	}
	._hide-tablet[data-v-50598cd2] {
	    display: none!important;
	}
	.header .logo {
	    width: auto;
	    padding: 0;
	    -webkit-box-align: center;
	    align-items: center;
	    -webkit-box-pack: center;
	    justify-content: center;
	    display: -webkit-box;
	    display: flex;
	}
	.footer-menu .col.lang[data-v-2704b43b] {
	    display: none;
	}
	.welcome_box .top-banner .date {
	    font-size: 35.0px;
	    line-height: 36.0px;
	}
	.welcome_box .top-banner .time {
	    font-size: 35.0px;
	}
	.welcome_box .top-banner h1 {
		top: 200px;
	    font-size: 74.0px;
	    line-height: 65.0px;
	}
}
@media (min-width: 1350px) {
	.player_box .container .comments {
		width: 560px;
	}
}
@media (max-width: 1350px) {
	.final_box .level-column .level {
		top: 60px;
		right: 60px;
	}
	.final_box .level-column .title {
		font-size: 40px;
	    line-height: 50px;
	    position: absolute;
	    top: 85px;
	    right: 60px;
	}
}
@media (max-width: 1024px) {
	.welcome_box .top-banner .date {
	    font-size: 33.0px;
	    line-height: 36.0px;
	}
	.welcome_box .top-banner .time {
	    font-size: 33.0px;
	}
	.welcome_box .top-banner h1 {
		top: 152px;
	    font-size: 60.0px;
	    line-height: 55.0px;
	}
	.schedule_box p.desc {
		width: 100%;
	}
	.schedule_box .schedule {
		width: 100%;
	}
	.player_box .container, .player_box .container .player, .player_box .container .comments {
		display: block;
		max-width: 100%;
	}
	.player_box .container .comments {
		width: 100%;
	}
	.player_box .container .player {
		padding: 0px;
	}
}
@media (max-width: 800px) {
	.welcome_box .list .item label {
		font-size: 12px;
		line-height: 19px;
	}
	.final_box .level-column .level {
		top: 45px;
		right: 50px;
	}
	.final_box .level-column .title {
		font-size: 30px;
	    line-height: 40px;
	    position: absolute;
	    top: 72px;
	    right: 50px;
	}
	.final_box .desc-column .button {
		font-size: 17px;
	}
	.welcome_box .top-banner .date {
	    font-size: 27.0px;
	    line-height: 28.0px;
	}
	.welcome_box .top-banner .time {
	    font-size: 27.0px;
	    top: 97px;
	}
	.welcome_box .top-banner h1 {
		top: 152px;
	    font-size: 44.0px;
	    line-height: 36.0px;
	    width: 200px;
	}
	.schedule_box .schedule.big .col2 {
		margin-top: 30px;
	}
	.schedule_box .schedule.big .col3 {
		margin-top: 30px;
	}
	.schedule_box .schedule.big .col3 .head {
		display: block;
	}
	.schedule_box .schedule .content .col3 {
		width: 100%;
		margin-right: 0px;
	}
	.schedule_box .schedule .content .desc {
		margin-bottom: 30px;
	}
	.two_player_box .player {
		display: block;
		width: 100%;
	}
}
@media (max-width: 660px) {
	.welcome_box .list .item {
		width: 100%;
		margin: 0px 0px 20px 0px;
	}
	.welcome_box .list .item:nth-child(2n) {
		margin-left: 0px;
	}
	.welcome_box .list .item label {
		font-size: 12px;
		line-height: 19px;
		padding: 0px 15px;
	}
	
	.contact_box .left-column, .contact_box .right-column {
		width: 100%;
	}
	.form[data-v-f63a4cd8] {
		width: 100%;
	}
	form button[type=button], form button[type=submit] {
		font-size: 21px;
	}
	.final_box .level-column, .final_box .desc-column {
		width: 100%;
	}
	.welcome_box .top-banner .date {
	    font-size: 20.0px;
	    line-height: 21.0px;
	    top: 25px;
	}
	.welcome_box .top-banner .time {
	    font-size: 20.0px;
	    top: 46px;
	}
	.welcome_box .top-banner h1 {
		top: 76px;
	    font-size: 44.0px;
	    line-height: 36.0px;
	    width: 200px;
	}
}
@media (max-width: 460px) {
	.welcome_box .top-banner .date {
	    font-size: 15.0px;
	    line-height: 16.0px;
	    top: 16px;
	}
	.welcome_box .top-banner .time {
	    font-size: 15.0px;
	    top: 33px;
	}
	.welcome_box .top-banner h1 {
		top: 59px;
	    font-size: 31.0px;
	    line-height: 26.0px;
	    width: 100px;
	}
	.schedule_box .schedule .col2 {
		width: 60px;
	}
	.schedule_box .schedule .content {
		width: calc(100% - 85px);
	}
	.schedule_box button {
		width: 100%;
	}
	.form--modal .el-form-item {
		width: 100%;
	}
}

.pop.in {
    -webkit-transform: scale(1);
    -webkit-animation-name: popin;
    -webkit-animation-duration: 350ms;
    -moz-transform: scale(1);
    -moz-animation-name: popin;
    -moz-animation-duration: 350ms;
    transform: scale(1);
    animation-name: popin;
    animation-duration: 350ms;
    opacity: 1;
}
.ui-popup-container {
    z-index: 1100;
    display: inline-block;
    position: absolute;
    padding: 0;
    outline: 0;
}
.pop {
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    
}
.in {
    -webkit-animation-timing-function: ease-out;
    -webkit-animation-duration: 350ms;
    -moz-animation-timing-function: ease-out;
    -moz-animation-duration: 350ms;
    animation-timing-function: ease-out;
    animation-duration: 350ms;
}
.ui-popup.ui-body-inherit {
    border-width: 1px;
    border-style: solid;
    background-color: #fff;
    border-color: #ddd;
    color: #333;
    text-shadow: 0 1px 0 #f3f3f3;
}
.ui-popup {
    position: relative;
}
.ui-overlay-shadow {
    -webkit-box-shadow: 0 0 12px rgba(0,0,0,.6);
    -moz-box-shadow: 0 0 12px rgba(0,0,0,.6);
    box-shadow: 0 0 12px rgba(0,0,0,.6);
}
.ui-btn-corner-all, .ui-corner-all {
    -webkit-background-clip: padding;
    background-clip: padding-box;
}

.ui-corner-all {
    -webkit-border-radius: .3125em;
    border-radius: .3125em;
}
.ui-popup>p, .ui-popup>h1, .ui-popup>h2, .ui-popup>h3, .ui-popup>h4, .ui-popup>h5, .ui-popup>h6 {
    font-family: 'Arial',Helvetica,Arial,serif;
    font-size: 12px;
    color: black;
    margin: 20px 30px;
}

    .welcome_box .top-banner .datef{
        display: inline-block !important;
    }

.el-input__inner.select_custom{
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-repeat: no-repeat;
    background-position-x: 97%;
    background-position-y: center;
}
.hidden-block{
    display: none !important;
}
.contact_box:after{
    content: none;
}
.bottom_section{
        background-image: url(../img/bg_footer.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: right bottom;
    }


.speaker_temp{
    max-width: 1100px;
    margin: 00px auto 0px auto;
    
    padding: 40px 40px 20px;
}
.speaker_temp img{
    width: auto;
}
.speaker_temp .photo img{
    border-radius: 10px;
}
@media (min-width: 992px){
    .speaker_temp .photo{
        width: 20%;
        display: inline-block;
        float: left;
    }
    .speaker_temp .description_{

        width: 80%;
        display: inline-block;
    }
}
@media (max-width: 991px){
    .contact_box .list>div{
        width: auto;
        float: none;
        display: block;
    }
}
.speaker_temp .description_ h4{
    font-size: 21px;
    margin: 5px 0px;
}
.speaker_temp .description_ h5{
    font-size: 15px;
    margin: 5px 0px;
    font-weight: 400;
}
.speaker_temp .description_ h3{
    font-size: 17px;
    margin: 5px 0px;
    font-weight: 450;
}
.speaker_temp .description_ .desc{
    font-size: 14px;
    margin: 5px 0px;
    font-weight: 400;
}
.speaker_temp .description_ .split{
        width: 67px;
        height: 1px;
        background-color: #59a417;
        margin: 17px 0;
    }
.speaker_temp_container{
    background: #e9edf1;
    padding: 70px 0px 80px;
}

.bottom_section{
    position: relative;
}




.schedule .col3 img{
    margin-top: 10px;
    max-width: 80%;
}
.schedule .col3 .author img.cat{
    max-width: 150px;
    margin: 10px auto 5px;
    display: block;
}
.schedule .col3 .author span{
    display: block;
    text-align: center;
}


.top-banner img{
    cursor: pointer;
}


.schedule_box .schedule .popover_true.special:hover .popover,
    .schedule_box .schedule .popover_true.special:hover{
        background-image:none;
        border:none;
        background-color:  rgba(89,164,23,1.0);
    }
    .schedule_box .schedule .popover_true.special:hover .popover{
        border-bottom-left-radius:15px;
        border-bottom-right-radius:15px;
    }
    .schedule_box .schedule .popover_true.special:hover{
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
    }

        .schedule_box .schedule .popover_true.special{
            position: relative;
        }


span.temp{
        font-weight: 400;
    font-style: normal;
    font-size: 20.0px;
    color: rgba(89,164,23,1.0);
    line-height: 25.0px;
}


.flexible-container {
  position: relative;
  padding-bottom: 56.25%;

  height: 0;
  overflow: hidden;
}

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



.video_block {
    position: relative;
    max-width:  1000px;
    margin:  0 auto;
}
.video_block .img{
    position: absolute !important;
    width:  100% !important;
    max-width: 100% !important;

}
.block-itself{
    padding:  12% 10%;
}
.block-itself video{
    width: 100%;
}

.button.my {
    border: 0;
    outline: none;
    font-family: Montserrat,sans-serif;
    font-style: normal;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    display: inline-block;
    text-decoration: none;
    background: #59a417;
    cursor: pointer;
    padding: 18px 35px;
    box-shadow: 0 8px 26px rgb(22 44 86 / 10%);
    border-radius: 4px;
    transition: background .2s,color .2s,border-color .2s;
}
.top-banner h2, 
.top-banner .datef,
.top-banner .slash{
    display: inline-block;
    line-height: 32.0px;
    font-size: 36.0px;
}
.slash{
    color:  #fff;
    font-weight: 700;
    font-size: 32.0px;
}
.spiker.button.my{
    margin-top: 42px;
    font-size:  14px;
    padding:  7px 9px;
    min-width: 100px;
    text-align: center;
}



@media (max-width:  767px){
    .video_block{
        margin-bottom:  30px;
    }
    .block-itself{
            padding: 17% 10%;
    }
}
.flexible-container img{
    width: 100%;
    height: auto;
}

.button-block {
    text-align: center;
    padding:  15px;
    margin-top: 40px;
}
.fluid-line .button{
    color : #59a417;
    background: #fff;
    font-size: 14px;
    line-height: 16px;
    padding: 7px 10px;
}
.fluid-line {
    opacity: .9;
    position: fixed;
    bottom:  0;
    width: 100%;
    z-index: 1000;
    text-align: center;
    background: #59a417;
    padding:  5px 15px;
    color:  #fff;
    font-size: 18px;
    line-height: 20px;
    display: none;

}
.fluid-line:hover{
    opacity: 1; 
}
.link_to_speakers{
    position: absolute;
    bottom: 0;
    left: 48%;
    z-index: 800;
}
.link_to_speakers svg{
    color: #fff;
    height: 40px;
    width: 45px;
    animation: blink-animation 2s steps(5, start) infinite;
  -webkit-animation: blink-animation 2s steps(5, start) infinite;
}
@keyframes blink-animation {
  from {
    opacity: 1;
  }

  75% {
    opacity: 1;
  }
  80% {
    opacity: .9;
  }

  to {
    opacity: 0;
  }

}
@-webkit-keyframes blink-animation {
  from {
    opacity: 1;
  }

  75% {
    opacity: 1;
  }
  80% {
    opacity: .9;
  }

  to {
    opacity: 0;
  }
}











/*
Core
*/

   html, body{
  width: 100%;
  height: 100%;
   background:#000;
   font-family: 'Lato-Medium',Helvetica,Arial,serif;
   }
   /* Style the video: 100% width and height to cover the entire window */
/*#myVideo {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;

}
@media(max-width:767px){
   #myVideo {
     position: fixed;
     right: 0;
     bottom: 0;
     width: auto;
     height: 100%;

   }
}*/
.video-container{
   height: 100vh;
}
.speakers_box{
   padding-bottom: 120px !important;
}
.swiper-pagination{
   bottom:  30px !important;
}
.video-container > video {
      object-fit: cover;
     width: 100vw;
     height: 100vh;
     position: fixed;
     top: 0;
     right: 0;
     object-position: 72% 50% ;
  }
@media (min-width:768px){
   .video-container > video {
      object-fit: cover;
     width: 100vw;
     height: 100vh;
     position: fixed;
     top: 0;
     right: 0;
     object-position: center right;
  }
}

.header-container._complete{
    display: none !important;
 }
 .welcome_box{
   position: absolute;
   left: 0;
   top: 0;
   height: 100vh;
   width: 350px;
   z-index: 200;
   background: rgba(0,0,0,.5);
   text-align: left;
   padding-top: 0;
 }
 .js-adaptive-bg-welcome-box{
   position: relative;
   height: 100vh;
 }
 .welcome_box .container{
   position: absolute;
   width: 350px;
   left:0;
   bottom: 50px;
   padding-bottom: 0;
 }
 .welcome_box .top-banner,
  .welcome_box .top-banner h2{
   text-align: left;
   padding-left: 0;
 }
 .welcome_box .top-banner{
   padding-left: 15px;
 }
 .welcome_box .top-banner h2{
   color: #fff;
   padding: 30px 10px 20px 0px;
 }
 .welcome_box .top-banner p{
    opacity: 1.0;
    font-family: 'Lato-Medium',Helvetica,Arial,serif;
    font-size: 26.0px;
    color: #fff;

    line-height: 30.0px;
    padding: 15px 0px;
    margin: 0px;
}
.welcome_box .slash{
   display: none;
}
@media(max-width:767px) {
    .copyright-developers.links{
        width: 100%;
    }
    .copyright-container[data-v-a6524ef8]{
        display: block;
    }

/*.video-container {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.video-container > video {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
  .video-container > video {
      height: 100%;
      width: auto;
  }*/
   .welcome_box{

      left: 0;
      bottom: 0;
      top:auto;
      height: 400px;
      width: 100vw;
      z-index: 200;
      background: rgba(0,0,0,.5);
      text-align: left;
      padding-top: 0;
    }
    .js-adaptive-bg-welcome-box{
      position: relative;
      height: 400px;
    }
    .welcome_box .container{
      position: absolute;
      width: 100%;
      left:0;
      bottom: 50px;
      padding-bottom: 0;
    }
    .welcome_box .top-banner,
     .welcome_box .top-banner h2{
      text-align: left;
      padding-left: 0;
    }
    .welcome_box .top-banner{
      padding-left: 15px;
    }
    .welcome_box .top-banner h2{
      color: #fff;
      padding: 20px 10px 10px 0px;
    }
    .welcome_box .top-banner h2 span,
    .welcome_box .top-banner a
    {
      display: block !important;
    }


   .welcome_box .slash{
      display: block;
   }
   .informer{
    padding: 10px 0;
    text-align: left;
   }
}

.video.summary {
  aspect-ratio: 16 / 9;
  width: 100%;
}
            .schedule_box{
            padding-bottom: 120px;
            padding-top: 20px;
            }
            .schedule_box:after{
            content: "";
            position: absolute;
            right: 0;
            top: auto;
            bottom: -1px;
            display: block;
            background: transparent;
            width: 0;
            height: 0;
            border-color: transparent  transparent #1E1E23 transparent;
            border-style: solid;
            border-width: 0 1920px 100px 0;
            z-index: 5;
            }
            @media (min-width: 1920px){
            .player_box:after, .two_player_box:after, .schedule_box:after, .contact_box:after {
            border-width: 0 100vw 100px 0;
            }
            }



.welcome_box  .menu  {
    padding: 20px 0;
}
.welcome_box  .menu a{
    text-decoration: none;
    color:  #fff;
}
.welcome_box  .menu a:focus,
.welcome_box  .menu a:active,
.welcome_box  .menu a:hover{
    text-decoration: underline;
    color:  #fff;
}

.welcome_box  .menu p{
    color:  #fff;
    font-size: 18px;
    line-height: 22px;
    padding: 7px 0;

}
.two_player_box{
    padding-top: 0;
}
.player_box .container .player .title{
    width: 100%;
    top: -60px;
    border-bottom: 6px rgba(255,0,0,.7) solid;
}
.two_player_box .player:first-child h3{
    border-bottom: 6px rgba(0,255,0,.5)  solid;
}

.two_player_box .player:last-child h3{
    border-bottom: 6px rgba(0,0,255,.5) solid;
}

.two_player_box,
.two_player_box .js-adaptive-bg{
    width: 100%;
}
.two_player_box .js-adaptive-bg .container{
    width: 1200px;
}
.two_player_box .js-adaptive-bg .container .player{
    width: 50%;
}
@media(max-width: 1200px){
    .two_player_box .js-adaptive-bg .container{
        width: 95%;
        padding: 0px 5px 100px;
    }
}
@media(max-width: 800px){
    .two_player_box .js-adaptive-bg .container{
        width: 90%;
        padding: 0px 0px 100px;
    }
    .two_player_box .js-adaptive-bg .container .player{
        width: 100%;
        padding-right: 0 !important;
        padding-left: 0 !important;
        left: 0 !important;

    }
}




