body {
    margin: 0;
    height: initial!important;
}

@font-face {
    font-family: "MullerBlack";
    src: url("../fonts/MullerBlack/MullerBlack.eot");
    src: url("../fonts/MullerBlack/MullerBlack.eot?#iefix")format("embedded-opentype"), url("../fonts/MullerBlack/MullerBlack.woff") format("woff"), url("../fonts/MullerBlack/MullerBlack.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "MullerRegular";
    src: url("../fonts/MullerRegular/MullerRegular.eot");
    src: url("../fonts/MullerRegular/MullerRegular.eot?#iefix")format("embedded-opentype"), url("../fonts/MullerRegular/MullerRegular.woff") format("woff"), url("../fonts/MullerRegular/MullerRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "MullerMedium";
    src: url("../fonts/MullerMedium/MullerMedium.eot");
    src: url("../fonts/MullerMedium/MullerMedium.eot?#iefix")format("embedded-opentype"), url("../fonts/MullerMedium/MullerMedium.woff") format("woff"), url("../fonts/MullerMedium/MullerMedium.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "MullerBold";
    src: url("../fonts/MullerBold/MullerBold.eot");
    src: url("../fonts/MullerBold/MullerBold.eot?#iefix")format("embedded-opentype"), url("../fonts/MullerBold/MullerBold.woff") format("woff"), url("../fonts/MullerBold/MullerBold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "MullerExtraBold";
    src: url("../fonts/MullerExtraBold/MullerExtraBold.eot");
    src: url("../fonts/MullerExtraBold/MullerExtraBold.eot?#iefix")format("embedded-opentype"), url("../fonts/MullerExtraBold/MullerExtraBold.woff") format("woff"), url("../fonts/MullerExtraBold/MullerExtraBold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "GothamProBlack";
    src: url("../fonts/GothamProBlack/GothamProBlack.eot");
    src: url("../fonts/GothamProBlack/GothamProBlack.eot?#iefix")format("embedded-opentype"), url("../fonts/GothamProBlack/GothamProBlack.woff") format("woff"), url("../fonts/GothamProBlack/GothamProBlack.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

/* константы */

h2 {
    margin: 0;
    text-transform: uppercase;
    font-family: 'MullerExtraBold';
    color: #E83671;
    font-size: calc(18px + (32 - 18) * ((100vw - 250px) / (1920 - 250)));
}

h3 {
    margin: 0;
    text-transform: uppercase;
    font-family: 'MullerBold';
    font-size: calc(18px + (32 - 18) * ((100vw - 250px) / (1920 - 250)));
}

h4 {
    margin: 0;
    text-transform: uppercase;
    font-size: calc(9px + (15 - 9) * ((100vw - 250px) / (1920 - 250)));
    font-family: 'MullerMedium';
}

.title {
    width: 100%;
    overflow: hidden;
    float: left;
    text-align: center;
    margin-bottom: 50px;
}



/* финиш константы */

.true_block {
    width: 100%;
    float: left;
    height: 50vh;
    z-index: 2;
    position: absolute;
}

.slider {
    width:100%;
    background-image: url('back.png');
    background-repeat: no-repeat;
    height: 100vh;
    background-size: cover;
    position: relative;
    z-index:9999;
}

.slider_bar {
    width: 100%;
    overflow: hidden;
    position: relative;
    float: left;
}

.lang {
    z-index: 1;
    position: absolute;
    width: 20%;
    font-size: calc(16px + (24 - 16) * ((100vw - 250px) / (1920 - 250)));
    right: 25px;
    top: 25px;
    font-family: 'MullerMedium';
}

.lang li {
    list-style: none;
    float: right;
    color: #fff;
    font-size: calc(12px + (24 - 12) * ((100vw - 250px) / (1920 - 250)));
    text-transform: uppercase;
}

.lang li:hover {
    color: #E83671;
}

.menu {
    width: 12%;
    margin-top: 20px;
    overflow: hidden;
    margin-left: 25px;
    margin-top: 25px;
    position: relative;
    float: left;
}

.menu li {
    float: left;
    list-style: none;
    padding: 16px 12px 12px 12px;
    text-transform: uppercase;
    font-family: 'MullerBold';
    font-size: calc(10px + (15 - 10) * ((100vw - 250px) / (1920 - 250)));
    color: #fefefe;
    cursor: pointer;
    margin-left: 15px;
    box-sizing: border-box;
    text-shadow: 1px 1px 3px rgba(150, 150, 150, 1);
}

.menu li:hover {
    background-color: #E83671;
}

.slider_date {
    width: 40%;
    float: right;
    overflow: hidden;
    font-family: 'MullerMedium';
    text-transform: uppercase;
    padding-top: 25px;
    box-siizng: border-box;
    color: #fefefe;
    text-align: right;
    right: 50px;
    bottom: 50px;
    z-index: 1;
    position: absolute;
    text-shadow: 1px 1px 3px rgba(150, 150, 150, 1);
}

.slider_date p {
    margin: 0;
}

.slider_center {
    width: 35%;
    box-sizing: border-box;
    margin-top: auto;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50.3%, -49.6%);
    z-index: 3;
}

.logo_cont {
    width: 90%;
    margin-left: 5%;
    height: 130px;
    padding: 15px;
    box-sizing: border-box;
    float: left;
    display: inlnie-block;
    margin-top: -40px;
}

.fil0{
    font-family:'MullerBold'!important;
}

.logo .fnt0{
    font-family:'MullerBold'!important;
}

.slider_center p {
    margin: 150px 0px 0px 0px;
    width: 320px;
    text-transform: uppercase;
    font-size: 26px;
    font-family: 'MullerRegular';
    color: #444;
    letter-spacing: 2px;
    font-weight: bold;
    line-height: 1.3em;
    float: left;
    display: inherit;
    margin-left: 100px;
}



.slider_line {
    float: left;
    width: 83.33%;
    margin-right: 16.67%;
    height: 7px;
}

.arrow_down {
    bottom: 50px;
    position: absolute;
    left: calc(50% - 30px);
    fill: #fff;
    fill-rule:nonzero;
    cursor: pointer;
    animation-name: slideDown;
    -webkit-animation-name: slideDown;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-timing-function: ease;
    -webkit-animation-timing-function: ease;
    visibility: visible !important;
    -webkit-animation-iteration-count: infinite;
}

@keyframes slideDown {
    0% {
        transform: translateY(0%);
    }
    70% {
        transform: translateY(70%);
    }
}




.move_menu {
    width:100%;
    overflow: hidden;
    background-color:#000;

    height: 60px;
    position: fixed;
    top: 0;
    transition: top 0.2s ease-in-out;
    z-index: 9998;
}


.nav-up {
    top: -60px;
}

.move_menu.sticky {
    position:fixed;
  display: block;
    top: -70px;
    background-color: #000;
    z-index:9998;
    -webkit-box-shadow:0px 1px 10px 0px rgba(0,0,0,0.1);
    -moz-box-shadow:   0px 1px 10px 0px rgba(0,0,0,0.1);
    box-shadow:        0px 1px 10px 0px rgba(0,0,0,0.1);
    -webkit-transition:all .5s;
    -moz-transition:   all .5s;
    -ms-transition:    all .5s;
    -o-transition:     all .5s;
    transition:        all .5s

}
.move_menu.nav-appear {
    top:0; 
}

.move_menu_content {
    width: 80%;
    margin-left: 10%;
    overflow: hidden;
    font-family: 'MullerRegular';
    text-transform: uppercase;
    font-size: calc(11px + (14 - 11) * ((100vw - 250px) / (1920 - 250)));
}

.move_menu_logo {
    width: 15%;
    height: 60px;
    background-image: url('../svg/footer_logo.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    float: left;
    margin-right: 30px;
}


.move_menu li {
    float: left;
    color: #fff;
    list-style: none;
    padding: 25px 10px 22px 10px;
}

.move_menu li:hover {
    color: #E83671;
}

.news_cont {
    width: 80%;
    margin-left: 10%;
    float: left;
    overflow: hidden;
    padding-top: 50px;
}

.news_cont ul {
    width: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.news_cont li {
    float: left;
    list-style: none;
    margin-bottom: 10px;
    font-family: 'MullerRegular';
    font-size: calc(11px + (15 - 11) * ((100vw - 250px) / (1920 - 250)));
    line-height: 1.3em;
}

.news_cont li p {
    margin: 0;
}

.owl-carousel {
    position: relative;
}

.owl-stage-outer {

    margin-bottom: 20px;
}

.owl-nav {
    width: 100%;
    position: absolute;
    top: 0;

}

.owl-prev {
    width: calc(50% - 50px);
    height: 32px;
    float: left;
    text-align: right;

    background-repeat: no-repeat;
    background-position: left;
    left: -200px;
    margin-top: 25px;
}

.owl-next {
    width: calc(50% - 50px);
    height: 32px;
    float: left;
    padding-left: 50px;

    background-repeat: no-repeat;
    background-position: right;
    margin-left: 100px;
    right: -100px;
    margin-top: 25px;
}

.news_cont a {
    color: #E83671;
    text-decoration: none;
    border-bottom: 1px dashed #E83671;
    margin-top: -2px;
}

.news_cont p {
    
}

.about {
    width: 100%;
    overflow: hidden;
    float: left;
    padding-top: 100px;

}

.aboutVideo {
    width: 50%;
    margin-left: 6.25%;
    position: relative;
    padding-bottom: 25%; /* 16:9 */
    padding-top: 60px;
    height: 0;
    float: left;
    margin-bottom: 50px;
}



.aboutVideo iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.playVideo {
    border: 60px solid transparent;
    border-left: 100px solid #E83671;
    left: calc(50% - 50px);
    top: calc(50% - 60px);
    position: relative;
    cursor: pointer;
    display: none;
}

.numbers_col {

    width: 12.5%;
    overflow: hidden;
    margin-left: 6.25%;
    float: left;
    margin-bottom: 50px;
    display: table-cell;
    vertical-align: top;
    box-sizing: border-box;
    color: #323232;
}

.numbers_col:last-of-type {
    margin-left: 3.125%;
}

.number {
    width: 100%;
    float: left;
    font-family: 'MullerBold';
    text-align: center;
    margin-bottom: 20px;
    overflow: hidden;
}

.number span {
    font-size: 6.1vw;
}

.number p {
    font-size: 2vw;
    text-transform: uppercase;
    margin: 0;
}

.about_text {
    width: 60%;
    overflow: hidden;
    margin-left: 20%;
    float: left;
    position: relative;
    padding: 4vw;
    box-sizing: border-box;
    margin-bottom: 100px;
}

.about_text p {
    font-size: calc(8px + (24 - 8) * ((100vw - 250px) / (1920 - 250)));
    color: #323232;
    font-family: 'MullerExtraBold';
    text-transform: uppercase;
    line-height: 1.5em;
}

.about_text span {

    font-size: calc(8px + (41 - 8) * ((100vw - 250px) / (1920 - 250)));
    font-family: 'MullerExtraBold';
}

.about_text .boxLeftTop {
    width: 20px;
    height: 20px;
    top: 0;
    left: 0;
    position: absolute;
    border-top: 5px solid #00C7E6;
    border-left: 5px solid #00C7E6;
}

.about_text .boxRightTop {
    width: 20px;
    height: 20px;
    top: 0;
    right: 0;
    position: absolute;
    border-top: 5px solid #00C7E6;
    border-right: 5px solid #00C7E6;
}

.about_text .boxLeftBottom {
    width: 20px;
    height: 20px;
    bottom: 0;
    left: 0;
    position: absolute;
    border-bottom: 5px solid #00C7E6;
    border-left: 5px solid #00C7E6;
}

.about_text .boxRightBottom {
    width: 20px;
    height: 20px;
    bottom: 0;
    right: 0;
    position: absolute;
    border-bottom: 5px solid #00C7E6;
    border-right: 5px solid #00C7E6;
}

.projects {
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    background-image: url(../img/pushka_back.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    float: left;
}

.projects a {
    text-decoration: none;
}

.goals {
    width: 100%;
    float: left;
    overflow: hidden;
    z-index: -9000;
    position: relative;
}

.goalsFirstBlock {
    width: 100%;
    overflow: hidden;
    background-color: #fff;
    padding-top: 50px;
    box-sizing: border-box;
    float: left;
    position: relative;
    z-index: 1;
    background-color: #323228;
}

.goalsInfo {
    width: 70%;
    overflow: hidden;
    margin-left: 15%;
    float: left;
}

.infoBox {
    width: 25%;
    height: 280px;
    float: left;
    background-size: cover;
    background-position: center;
}

.goals_white {
    width: 100%;
    float: left;
    height: 10vh;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    z-index: -9999;
}

.program_cont {
    width: 100%;
    overflow: hidden;
    float: left;
    position: relative;
    z-index: 8;
    margin-bottom: 50px;
}

.program {
    width: 70%;
    overflow: hidden;
    float: left;
    margin-left: 15%;

}

.parallelogram {
	width: 700px;
	height: 300px;
    background-color: #E83671;
    transform: rotate(27deg);
    left: -130px;
    position: absolute;
    z-index: -1;
    margin-top: 133px;
}

.program_left {
    width: 50%;
    float: left;
    overflow: hidden;
}

.program_right {
    width: 50%;
    float: left;
    overflow: hidden;
}


.program_left .item {
    width: 100%;
    float: left;
    height: 550px;
    position: relative;
    background-size: cover;
}

.program_left .item .button {
    width: 40%;
    padding: 20px;
    padding-top: 22px;
    background-color: #323232;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-family: 'MullerBold';
    font-size: 12px;
    margin: 0px auto;
    margin-top: 150px;
    cursor: pointer;
}

.program_left .item .triangle {
    width: 0;
    	height: 0;
        bottom: 0;
    	border-bottom: 350px solid rgba(232,54,113,.8);
    	border-right: 34.7vw solid transparent;
        position: absolute;
        bottom: 0;
}

.program_left .item .triangle_top {
    width: 0;
    	height: 0;
        top: 0;
    	border-top: 350px solid rgba(232,54,113,.8);
    	border-left: 34.7vw solid transparent;
        position: absolute;
        bottom: 0;
}

.program_right .item {
    width: 100%;
    float: left;
    height: 550px;

    position: relative;
    background-size: cover;
}

.program_right .item .triangle {
    width: 0;
    	height: 0;
        bottom: 0;
    	border-bottom: 350px solid rgba(0,204,235,.8);
    	border-right: 34.7vw solid transparent;
        position: absolute;
        bottom: 0;
}

.program_right .item .triangle_top {
    width: 0;
    	height: 0;
        top: 0;
    	border-top: 350px solid rgba(0,204,235,.8);
    	border-left: 34.7vw solid transparent;
        position: absolute;
        bottom: 0;
}

.program_title {
    width: 100%;
    height: 350px;
    float: left;
    text-align: center;
}

.program_title_cont {
    position: relative;
    margin-top: 148px;
}

.program_mobile_title {
    display: none;
}

.parallelogram_bot {
	width: 700px;
	height: 300px;
    background-color: #00C7E6;
    transform: rotate(27deg);
    right: -130px;
    position: absolute;
    z-index: -9000;
    bottom: 134px;
}

.item_text {
    width: 16vw;
    overflow: hidden;
    bottom: -350px;
    position: absolute;
    color: #fff;
    padding: 0 0 40px 40px;
}

.item_text h3 {
    font-family: 'MullerExtraBold';
}

.item_text p {
    font-family: 'MullerBold';
    font-size: calc(9px + (14 - 9) * ((100vw - 250px) / (1920 - 250)));
    line-height: 1.2em;
    margin-top: 5px;
}


.triangle_top .item_text {
    padding: 40px 40px 0 0;
    width: 16vw;
    overflow: hidden;
    position: absolute;
    color: #fff;
    background: none!important;
    right: 0;
    top: -350px;
}

.triangle_top .item_text p {
    font-family: 'MullerBold';
    font-size: calc(9px + (14 - 9) * ((100vw - 250px) / (1920 - 250)));
    line-height: 1.2em;
}

.goals_border {
    width: 20%;
    margin-left: 5%;
    margin-top: 40px;
    height: 3px;
    background-color: #fff;
    margin-bottom: 20px;
}

.goals_text {
    margin-left: 15%;
    margin-right: 15%;
    font-family: 'MullerRegular';
    font-size: calc(12px + (14 - 12) * ((100vw - 250px) / (1920 - 250)));
    line-height: 1.3em;
    color: #fff;
}

.speakers_cont {
    width: 100%;
    float: left;
    overflow: hidden;
    margin-bottom: 50px;
    padding-top: 50px;
}

.speakers_photo {
    width: 100%;
    float: left;
    overflow: hidden;
    margin-bottom: 100px;
    position: relative;
}

.speakers_photo_flex {
    display: none;
}

.speaker_name {
    width: calc(100% + 1px);
	height: 300px;
	background-color: rgba(232,54,113,1);
	text-align: center!important;
	opacity: 0;
    color: #fff;
	transition-duration: .7s;
    display: table;
    position: relative;
    border-spacing: 0px 0px;
}

.speaker_name h3 {
    display: table-cell;
    vertical-align: middle;
    top: 50%;
    margin: 0px auto;
    margin-top: -0.625em;
    border: 0;
    padding: 0 5px;
}

.speaker_name button {
    display: table-cell;
    vertical-align: middle;
    top: 50%;
    margin: 0px auto;
    margin-top: 2em;
    border: 0;
    background-color: #323232;
    color: #fff;
    font-family: 'MullerBold';
    font-size: 12px;
    text-transform: uppercase;
    padding: 19px 50px 15px 50px;
    box-sizing: border-box;
    border-bottom: 4px solid #222;
}


.speaker {
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}

.speaker:last-of-type {
    margin-bottom: 0;
}

.members_cont {
    width: 80%;
    overflow: hidden;
    margin-left: 10%;
    padding-top: 50px;
}

.member {
    width: 30%;
    height: 150px;
    float: left;
    margin-right: 3.3%;
    margin-bottom: 50px;
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center;
    box-sizing: border-box;
}

.member:nth-child(4) {
    margin-right: 0;
}

.member:nth-child(7) {
    margin-right: 0;
}

.photo1 {
    width: 22.5%;
    height: 600px;
    float: left;
    background-image: url('../img/photo/1.jpg');
    background-size: cover;
    background-position: center;
}

.photo1:hover .speaker_name {
	opacity: 1;
	cursor: pointer;
	transition-duration: .4s;
}

.photo2_cont {
    width: 15%;
    height: 600px;
    float: left;
}

.photo2 {
    width: 100%;
    height: 300px;
    float: left;
    background-position: center;
    background-size: cover;
    background-image: url('../img/photo/6.jpg');
    position: relative;
    overflow: hidden;
}

.photo2:hover .speaker_name {
	opacity: 1;
	cursor: pointer;
	transition-duration: .4s;
}


.photo3_cont {
    width: 20%;
    height: 600px;
    float: left;
}

.photo3 {
    width: 100%;
    height: 300px;

    float: left;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
    background-image: url('../img/photo/3.jpg');
    background-size: cover;
    position: relative;
   
}

.photo3:hover .speaker_name {
	opacity: 1;
	cursor: pointer;
	transition-duration: .4s;
}


.photo5 {
    width: 20%;
    height: 600px;
    float: left;
    opacity: 1;
    background-repeat: no-repeat;
    background-position: top center;
    background-image: url('../img/photo/9.jpg');
    background-size: cover;
}

.photo5:hover .speaker_name {
    opacity: 1;
    cursor: pointer;
    transition-duration: .4s;
}

.photo4 {
    width: 22.5%;
    height: 600px;
    float: left;
    opacity: 1;
    background-repeat: no-repeat;
    background-position: top;
    background-image: url('../img/photo/5.jpg');
    background-size: cover;
}

.photo4:hover .speaker_name {
	opacity: 1;
	cursor: pointer;
	transition-duration: .4s;
}


.speakers_text {
    width: 60%;
    overflow: hidden;
    margin-left: 20%;
    float: left;
    position: relative;
    padding: 4vw;
    box-sizing: border-box;
}

.speakers_text p {
    color: #323232;
    font-size: calc(9px + (27 - 9) * ((100vw - 250px) / (1920 - 250)));
    font-family: 'MullerBold';
    text-transform: uppercase;
    margin-bottom: 5px;
    margin-top: 0;
}

.speakers_text span {
    font-size: calc(8px + (19 - 8) * ((100vw - 250px) / (1920 - 250)));
    color: #323232;
    line-height: 1em;
    font-family: 'MullerMedium';

}

.speakers_text .boxLeftTop {
    width: 20px;
    height: 20px;
    top: 0;
    left: 0;
    position: absolute;
    border-top: 5px solid #eb1776;
    border-left: 5px solid #eb1776;
}

.speakers_text .boxRightTop {
    width: 20px;
    height: 20px;
    top: 0;
    right: 0;
    position: absolute;
    border-top: 5px solid #eb1776;
    border-right: 5px solid #eb1776;
}

.speakers_text .boxLeftBottom {
    width: 20px;
    height: 20px;
    bottom: 0;
    left: 0;
    position: absolute;
    border-bottom: 5px solid #eb1776;
    border-left: 5px solid #eb1776;
}

.speakers_text .boxRightBottom {
    width: 20px;
    height: 20px;
    bottom: 0;
    right: 0;
    position: absolute;
    border-bottom: 5px solid #eb1776;
    border-right: 5px solid #eb1776;
}

.place_cont {
    width: 100%;
    float: left;
    /*overflow: hidden;*/
    overflow: hidden;
    background-image: url('../img/bg.jpg');
    background-size: cover;
    background-position: center;
    padding: 150px 0;
    box-sizing: border-box;
    margin-bottom: 50px;
    background-attachment: fixed;
}

.place_text {
    width: 30%;
    float: left;
    margin-left: 50%;
    background-color: rgba(0,0,0,.6);
    color: #fff;
    padding: 35px 50px;
    box-sizing: border-box;
    position: relative;
}



.place_text a {
    text-decoration: none;
}

.place_text h3 {
    font-size: calc(12px + (28 - 12) * ((100vw - 250px) / (1920 - 250)));
}


.place_text p {
    font-family: 'MullerRegular';
    font-size: calc(12px + (15 - 12) * ((100vw - 250px) / (1920 - 250)));
    line-height: 1.3em;
    margin-bottom: 25px;
}

.pastForum_cont {
    width: 100%;
    float: left;
    margin-bottom: 50px;
    display: block;
    overflow: hidden;
    padding-top: 50px;
}

.kostil_button a {
    display: block;
}

.sloi1 {
    width: 90%;
    margin-left: 5%;
    position: relative;
    float: left;


    padding-bottom: 120px;
    z-index: 5;
}

.sloi1_1 {
    width: 35%;
    float: left;
    margin-left: 5%;
    margin-right: 5%;
    padding-bottom: 17%; /* 16:9 */
    padding-top: 60px;
    position: relative;
}


.sloi1_1 iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.sloi1_2 {
    width: 40%;
    float: left;
    margin-top: 50px;
}


.sloi1_2 a{
    text-decoration: none;
}

.sloi1_3 {
    width: 20%;
    position: absolute;
    z-index: 4;
    bottom: 0;
}

.sloi1_4 {
    width: 15%;
    position: absolute;
    margin-left: 27%;
    bottom: 40px;
    z-index: 4;
}

.sloi2 {
    width: 90%;
    margin-left: 5%;
    position: relative;
    float: left;
    padding-bottom: 150px;
    z-index: 9;
}

.sloi2_1 {
    width:15%;
    float: left;
    margin-left: 15%;
    margin-right: 15%;
}

.sloi2_2 {
    float: right;
    margin-right: 5%;
    width: 50%;
    padding-bottom: 25%; /* 16:9 */
    padding-top: 60px;
    position: relative;
}

.sloi2_2 iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.sloi2_3 {
    width: 35%;
    margin-left: 5%;
}

.sloi2_4 {
    width: 20%;
    position: absolute;
    right: 38%;
    bottom: 30px;
}

.sloi2_5 {
    position: absolute;
    right: 0;
    width: 15%;
    bottom: 30px;
}

.sloi3 {
    width: 90%;
    margin-left: 5%;
    position: relative;
    float: left;
z-index: 7;
    overflow: hidden;
}

.sloi3_1 {
    width: 20%;
    float: left;
    margin-left: 10%;
    margin-bottom: 150px;
    position: relative; 
    float: left;
    z-index: 10;
}

.sloi3_2 {
    width: 40%;
    float: left;
    margin-left: 5%;
    margin-bottom: 110px;
    position: relative; 
    z-index: 10;
}

.sloi3_3 {
    width: 50%;
    margin-left: 25%;
    padding-bottom: 25%; /* 16:9 */
    padding-top: 60px;
    position: relative;
    margin-top: 350px;
    z-index: 9;
}

.sloi3_3 iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    bottom: -80px;
}

.sloi3_6 {
    width: 50%;
    margin-left: 25%;
    padding-bottom: 25%; /* 16:9 */
    padding-top: 60px;
    position: relative;
    margin-top: 350px;
    z-index: 9;
    display: none;
}

.sloi3_6 iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    bottom: -80px;
}

.sloi3_4 {
    width: 15%;
    position: absolute;
    margin-left: 12%;
    top: 250px;
    z-index: 10;
}

.sloi3_5 {
    width: 15%;
    position: absolute;
    right: 4%;
    bottom: 350px;
}

.sloi3_7 {
    width: 15%;
    position: absolute;
    right: 8%;
    bottom: 150px;
}

.sloi4 {
    width: 90%;
    margin-left: 5%;
    position: relative;
    float: left;
    padding-bottom: 190px;
    z-index: 8;
}

.sloi4_1 {
    width:15%;
    float: left;
    margin-left: 10%;
    margin-right: 15%;
}

.sloi4_2 {
    float: left;
    margin-right: 5%;
    width: 50%;
    padding-bottom: 25%; /* 16:9 */
    padding-top: 60px;
    position: relative;
}

.sloi4_2 iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.sloi4_3 {
    width: 35%;
    float: left;
}

.sloi4_4 {
    width: 20%;
    position: absolute;
    right: 38%;
    bottom: 0px;
}

.sloi4_5 {
    position: absolute;
    right: 0;
    width: 15%;
    bottom: 150px;
}

.sloi4_6 {
    position: absolute;
    width: 17%;
    bottom: -90px;
    right: 10%;
}


.sloi_text h3 {
    color: #00C7E6;
    margin-bottom: 5px;
}

.sloi_text h4 {
    color: #00C7E6;
    line-height: 1.3em;
}

.sloi_text p {
    margin-bottom: 0;
    color: #323232;
    font-family: 'MullerRegular';
    font-size: calc(12px + (16 - 12) * ((100vw - 250px) / (1920 - 250)));
    line-height: 1.3em;
}

.sloi_text {
    font-family: 'MullerBold';
    background-color: #FFF;
    padding: 25px;
    box-sizing: border-box;
    width:100%;
    overflow:hidden;
    position: relative;

}

.our_students {
    width: 100%;
    overflow: hidden;
    float: left;
    padding: 50px 0 0 0;
    margin-bottom: 50px;
}

.student_info {
    width: 32%;
    margin-left: 32.5%;
    height: 850px;
    background-color: #fff;
    padding: 0 60px;
    box-sizing: border-box;
    font-family: 'MullerRegular';
    font-size: calc(12px + (14 - 12) * ((100vw - 250px) / (1920 - 250)));
    line-height: 1.3em;
    color: #323232;
}

.our_students_mobile {
    width: 100%;
    overflow: hidden;
    float: left;
    display: none;
}

.our_students_mobile a {
    text-decoration: none;
}

.mobile_student {
    width: 100%;
    float: left;
    overflow: hidden;
    margin-bottom: 25px;
}

.mobile_student_info {
    width: 90%;
    margin-left: 5%;
    overflow: hidden;
    background-color: #fff;
    box-sizing: border-box;
    font-family: 'MullerRegular';
    color: #323232;
}

.mobile1 {
    width: 40%;
    margin-left: 30%;
    height: 850px;
    background-color: #fff;
    padding: 0 70px;
    box-sizing: border-box;
    font-family: 'MullerRegular';
    color: #323232;
}

.mobile2 {
    width: 50%;
    margin-left: 25%;
    height: 850px;
    background-color: #fff;
    padding: 0 70px;
    box-sizing: border-box;
    font-family: 'MullerRegular';
    color: #323232;
}

.mobile3 {
    width: 60%;
    margin-left: 20%;
    height: 850px;
    background-color: #fff;
    padding: 0 70px;
    box-sizing: border-box;
    font-family: 'MullerRegular';
    color: #323232;
}

.mobile4 {
    width: 75%;
    margin-left: 12.5%;
    height: 850px;
    background-color: #fff;
    padding: 0 50px;
    box-sizing: border-box;
    font-family: 'MullerRegular';
    color: #323232;
}

.student_info a {
    text-decoration: none;
}

.student_info p {
    margin-top: 25px;
}

.sponsors_cont {
    width: 80%;
    margin-left: 10%;
    overflow: hidden;
    float: left;
    margin-bottom: 100px;
    padding-top: 50px;
}

.sponsors_left {
    width: 40%;
    overflow: hidden;
    float: left;
    font-family: 'MullerRegular';
    padding-left: 10%;
}

.sponsors_border {
    width: 20%;
    margin-top: 0px;
    height: 3px;
    background-color: #323232;
    margin-bottom: 35px;
}

.sponsor_logo {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-bottom: 35px;
    float: left;
}

.sponsor_logo img {
    display: block;
}

.sponsors_left h3 {
    font-size: calc(14px + (24 - 14) * ((100vw - 250px) / (1920 - 250)));
    margin-bottom: 10px;
}

.sponsors_right h3 {
    font-size: calc(14px + (24 - 14) * ((100vw - 250px) / (1920 - 250)));
    margin-bottom: 10px;
}

.sponsors_left p {
    margin: 0;
    line-height: 1.2em;
    margin-bottom: 35px;
    font-size: calc(10px + (15 - 10) * ((100vw - 250px) / (1920 - 250)));
}


.sponsors_right {
    width: 45%;
    overflow: hidden;
    margin-left: 5%;
    float: left;
    font-family: 'MullerRegular';
    padding-left: 5%;
}

.sponsors_right a {
    text-decoration: none;
}

.sponsors_right p {
    margin: 0;
    line-height: 1.2em;
    font-size: calc(10px + (15 - 10) * ((100vw - 250px) / (1920 - 250)));
    margin-bottom: 10px;
}

.sponsors_right ul {
    padding: 0;
    padding-left: 15px;
    margin-bottom: 35px;
}

.sponsors_right li {
    line-height: 1.2em;
    margin-bottom: 5px;
    font-size: calc(10px + (15 - 10) * ((100vw - 250px) / (1920 - 250)));
}

.partners_cont {
    width: 100%;
    overflow: hidden;
    float: left;
    margin-bottom: 100px;
    padding-top: 50px;
}

.partners_list {
    width: 80%;
    margin-left: 10%;
    overflow: hidden;
}

.partner {
    width: 16%;
    height: 200px;
    float: left;
    margin-bottom: 25px;
    margin-left: 3.33%;
    background-image: url('../img/partners/1.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
}

.smi_cont {
    width: 70%;
    margin-left: 15%;
    overflow: hidden;
    float: left;
    margin-bottom: 100px;
}

.smi_side {
    width: 50%;
    float: left;
    overflow: hidden;
}

.full_line {
    width: 100%;
    overflow: hidden;
    float: left;
    margin-bottom: 50px;
}

.smi_line {
    width: 50%;
    overflow: hidden;
    float: left;
}

.smi_line a {
    color: #323232;
    font-family: 'MullerRegular';
    text-decoration: none;
}

.smi_line a:hover {
    text-decoration: underline;
}

.smi_logo {
    width: 50%;
    float: left;
    overflow: hidden;
}

.smi_text {
    width: 50%;
    float: left;
    overflow: hidden;
    padding: 0 50px 0 0;
    font-size: calc(13px + (15 - 13) * ((100vw - 250px) / (1920 - 250)));
}

.footer {
    width: 100%;
    overflow: hidden;
    float: left;
    background-color: #323232;
    padding: 50px 0;
}

.footer_content {
    width: 80%;
    overflow: hidden;
    margin-left: 10%;
    padding: 0 3%;
    float: left;
    position: relative;
}

.footer_svg {
    width: 100%;
    float: left;
    overflow: hidden;
    text-align: left;
    margin-bottom: 10px;
}

.footer_logo {
    float: left;
    width: 20%;
    overflow: hidden;
}

.footer_date {
    width: 100%;
    float: left;
    overflow: hidden;
    font-family: 'MullerMedium';
    text-transform: uppercase;
    box-siizng: border-box;
    color: #fefefe;
    font-size: calc([minimum size] + ([maximum size] - [minimum size]) * ((100vw - [minimum viewport width]) / ([maximum viewport width] - [minimum viewport width])));
    font-size: calc(18px + (36 - 18) * ((100vw - 250px) / (1920 - 250)));
}

.footer_date span {
    color: #00C7E6;
}

.footer_date p {
    margin: 0;
    font-size: calc(8px + (15 - 8) * ((100vw - 250px) / (1920 - 250)));
    letter-spacing: .4px;
}

.footer_menu {
    width: 12%;
    overflow: hidden;
    float: left;
    border-left: 8px solid #00C7E6;
    margin-left: 15%;
}

.footer_menu a {
    text-decoration: none;
}

.footer_menu li {
    color: #fff;
    text-transform: uppercase;
    list-style: none;
    font-family: 'MullerBold';
    font-size: calc(11px + (14 - 11) * ((100vw - 250px) / (1920 - 250)));
    margin-bottom: 8px;
    margin-left: 15px;
    cursor: pointer;
    line-height: 1.5em;
}

.footer_menu li:hover {
    color: #E83671;
}

.footer_menu li:nth-last-of-type(1) {
    margin-bottom: 0;
}

.footer_contacts {
    width: 30%;
    margin-left: 10%;
    float: left;
    overflow: hidden;
}

.footer_contacts a {
    text-decoration: none;
}

.footer_contacts h3 {
    color: #fff;
    margin-bottom: 15px;
    font-size: calc(14px + (24 - 14) * ((100vw - 250px) / (1920 - 250)));
}

.footer_contacts li {
    list-style: none;
    font-family: 'MullerBold';
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 8px;
    font-size: calc(10px + (12 - 10) * ((100vw - 250px) / (1920 - 250)));
}

.mobile_menu {
    width: 100%;
    float: left;
    overflow: hidden;
    position: fixed;
    z-index: 999;
    box-sizing: border-box;
    top: 0;
    background-color: #000;
    padding: 7px 0;
    display: none;

}

#showLeftPush {
    float: right;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    border: 0;
    background-image: url('http://omoikiri.ru/sites/all/themes/Omoikiri/images/menu-button.png');
    background-size: cover;
    background-position: center;
    background-color: none;
    border-radius: 0;
}


.mobile_logo_cont {
    width: 30%;
    height: 30px;
    float: left;
    margin-left: 15px;
}

.mobile_logo {
    width: 100%;
    height: 30px;
    background-image: url('../svg/footer_logo.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

@media screen and (max-width: 1750px) {
.student_info {
    width: 40%;
    margin-left: 30%;
}
}

@media screen and (max-width: 1500px) {
    .goalsInfo {
        width: 80%;
        margin-left: 10%;
    }
    .program {
        width: 80%;
        margin-left: 10%;
    }
    .program_left .item .triangle {
            border-right: 39.75vw solid transparent;
    }

    .program_left .item .triangle_top {
            border-left: 39.75vw solid transparent;
    }

    .program_right .item .triangle {
            border-right: 39.75vw solid transparent;
    }

    .program_right .item .triangle_top {
            border-left: 39.75vw solid transparent;
    }

    .parallelogram {
        left: -200px;
        margin-top: 180px;
        transform: rotate(33deg);
    }

    .parallelogram_bot {
        right: -200px;
        bottom: 180px;
        transform: rotate(33deg);
    }

    .item_text {
    width: 23vw;
}
.triangle_top .item_text {
width: 21vw;
}

.student_info {
    width: 45%;
    margin-left: 27.5%;
}
}

@media screen and (max-width: 1300px) {
    .goalsInfo {
        width: 90%;
        margin-left: 5%;
    }
    .program {
        width: 90%;
        margin-left: 5%;
    }
    .program_left .item .triangle {
            border-right: 44.5vw solid transparent;
    }

    .program_left .item .triangle_top {
            border-left: 44.5vw solid transparent;
    }

    .program_right .item .triangle {
            border-right: 44.5vw solid transparent;
    }

    .program_right .item .triangle_top {
            border-left: 44.5vw solid transparent;
    }

    .parallelogram {
        margin-top: 230px;
    }

    .parallelogram_bot {
        bottom: 230px;
    }

    .item_text {
        width: 26vw;
    }

    .triangle_top .item_text {
        width: 24vw;
    }
}

@media screen and (max-width: 1250px) {
    .student_info {
        width: 60%;
        margin-left: 20%;
    }

}

@media screen and (max-width: 1200px) {
    .news_cont {
        width: 80%;
        margin-left: 10%;
    }

    .move_menu_content {
        width: 90%;
        margin-left: 5%;
    }
}

@media screen and (max-width: 1150px) {
    .goalsInfo {
        width: 100%;
        margin-left: 0%;
    }
    .program {
        width: 100%;
        margin-left: 0%;
    }
    .program_left .item .triangle {
            border-right: 49.45vw solid transparent;
    }

    .program_left .item .triangle_top {
            border-left: 49.45vw solid transparent;
    }

    .program_right .item .triangle {
            border-right: 49.45vw solid transparent;
    }

    .program_right .item .triangle_top {
            border-left: 49.45vw solid transparent;
    }

    .parallelogram {
        display: none;
    }

    .parallelogram_bot {
        display: none;
    }

    .item_text {
    width: 31vw;
}
.triangle_top .item_text {
width: 28vw;
}

.menu {
    width: 15%;
}
}

@media screen and (max-width: 1000px) {
    .student_info {
        width: 80%;
        margin-left: 10%;
    }
}


@media screen and (max-width: 900px) {

    .mobile_menu {
        display: block;
    }

    .lang {
        left: 25px;
    }

    .lang li {
        float: left;
    }

    .about_text {
        width: 80%;
        margin-left: 10%;
    }

    .program_left {
        width: 100%;
    }

    .program_right {
        width: 100%;
    }

    .program_left .item {
        height: 300px;
    }

    .program_right .item {
        height: 300px;
    }


    .program_title {
        display: none;
    }

    .program_left .item .triangle {
        border-right: 100vw solid transparent;
        border-bottom: 550px solid rgba(232,54,113,.8);
    }

    .program_left .item .triangle_top {
        border-left: 100vw solid transparent;
        border-top: 550px solid rgba(0,204,235,.8);
    }

    .program_right .item .triangle {
        border-right: 100vw solid transparent;
        border-bottom: 550px solid rgba(232,54,113,.8);
    }

    .program_right .item .triangle_top {
        border-left: 100vw solid transparent;
        border-top: 550px solid rgba(0,204,235,.8);
    }

    .item_text {
        width: 60vw;
        bottom: -530px;
    }

    .item_text p {
        font-size: calc(12px + (15 - 12) * ((100vw - 300px) / (1920 - 300)));
    }


    .triangle_top .item_text {
        width:60vw;
        top: -530px;
    }

    .triangle_top .item_text p {
        font-size: calc(12px + (15 - 12) * ((100vw - 300px) / (1920 - 300)));
    }


    .speakers_text {
        width: 80%;
        margin-left: 10%;
    }

    .infoBox {
        width: 50%;
    }

    .photo1 {
        width: 50%;
    }

    .photo2_cont {
        width: 50%;
    }

    .photo3_cont {
        width: 50%;

    }

    .photo4 {
        width: 50%;
    }

    .photo5 {
        width: 50%;
    }

    .arrow_down {
        display: none;

    }

    .slider_date {
        top: 0;
        right: 25px;
        padding-top: 20px;
    }

    .program_mobile_title {
        display: block;
        padding-top: 50px;
        font-size: calc(16px + (22 - 16) * ((100vw - 250px) / (1920 - 250)));
    }

    .program_cont {
        margin-bottom: 0px;
    }

    .sloi1 {
        padding-bottom: 50px;
    }

    .sloi1_1 {
        width: 100%;
        margin: 0;
        margin-bottom: 20px;
        padding-bottom: 40%; /* 16:9 */
    }

    .sloi1_2 {
        width: 100%;
        margin-top: 0;
    }

    .sloi1_3 {
        display: none;
    }

    .sloi1_4 {
        display: none;
    }

    .pastForum_cont {
        padding-top: 0;
        margin-bottom: 25px;
    }

    .sloi2 {
        padding-bottom: 50px;
    }

    .sloi2_1 {
        display: none;
    }

    .sloi2_2 {
        width: 100%;
        margin: 0;
        margin-bottom: 20px;
        padding-bottom: 40%; /* 16:9 */
    }
    .sloi2_3 {
        width: 100%;
        margin: 0;
    }

    .sloi2_4 {
        display: none;
    }

    .sloi2_5 {
        display: none;
    }

    .sloi3 {
        padding-bottom: 0px;
    }

    .sloi3_1 {
        display: none;
    }

    .sloi3_2 {
        width: 100%;
        margin: 0;
    }

    .sloi3_3 {
        display: none;
    }

    .sloi3_6 {
        width: 100%;
        margin: 0;
        margin-bottom: 20px;
        padding-bottom: 40%; /* 16:9 */
        float: left;
        display: block;
    }

    .sloi3_4 {
        display: none;
    }

    .sloi3_5 {
        display: none;
    }

    .sloi4 {
        padding-bottom: 50px;
    }

    .sloi4_1 {
        display: none;
    }

    .sloi4_2 {
        width: 100%;
        margin: 0;
        margin-bottom: 20px;
        padding-bottom: 40%; /* 16:9 */
    }

    .sloi4_3 {
        width: 100%;
        margin: 0;
    }

    .sloi4_4 {
        display: none;
    }

    .sloi4_5 {
        display: none;
    }

    .sloi4_6 {
        display: none;
    }


    .sloi_text {
        padding: 0;
    }

    .sponsors_left {
        width: 100%;
        padding: 0;
        margin-bottom: 25px;
    }

    .sponsors_left section {
        align-items: center!important;
    }


    .sponsors_right {
        width: 100%;
        padding: 0;
        margin: 0;
    }

    .sponsors_cont {
        margin-bottom: 0px;
    }

    .partner {
        width: 50%;
        margin: 0;
    }

    .partners_cont {
        margin-bottom: 0;
    }

    .smi_line {
        width: 100%;
        
    }

    .smi_line:nth-child(odd) {
margin-bottom: 50px;
    }

    .smi_cont {
        width: 90%;
        margin-left: 5%;
        margin-bottom: 50px;
    }

    .smi_text {
        padding: 0;
    }

    .move_menu {
       height: 0!important;
    }

    .projects {
        padding-bottom: 30px;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .place_cont {
        background-size: auto;
        background-repeat: no-repeat;
    }

    .projects section {
        width: 100%!important;
        margin: 0!important;
        padding: 30px 0 0 0!important;
    }


    .sponsors_cont {
        padding-top: 25px;
    }

    #video {
        display: none;
    }

    #trailer {
        background-image: url('../img/bg_mob.png');
        background-size: cover;
    }

    .members_cont {
        width: 90%;
        margin-left: 5%;
        padding-top: 50px;

    }

    .member {
        background-size: 80%;
    }

.member .button--2 {
    padding: 10px 20px;
    font-size: 0.7em;
}

.place_cont {

    background-repeat: no-repeat;
        background-image: url(../img/mob_bg.png);
        background-size: contain;
}


.speakers_cont {
    margin-bottom: 0px;
}



    .our_students_mobile {
        display: block;
    }

    .our_students {
        display: none;
    }

}

@media screen and (max-width: 800px) {

.news_cont {
    padding-top: 0;
}

    .news_cont li {
        width: 100%;
        padding: 0;
    }

    .speakers_photo {
    display: none;
}


    .about {
        padding-top: 50px;
    }

    .aboutVideo {
        width: 80%;
        margin-left: 10%;
        padding-bottom: 38%;
        margin-bottom: 50px;
    }

    .numbers_col {
        width: 35%;
        margin-left: 10%;
        margin-bottom: 50px;
    }

    .number span {
        font-size: 13vw;
    }

    .slider {
        margin-bottom: 50px;
    }

    .menu {
        display: none;
    }

    .number .p1 {
        font-size: 4vw!important;
    }

    .number .p2 {
        font-size: 3vw!important;
    }

    .number .p3 {
        font-size: 1.83vw!important;
    }

    .number .p3_en {
        font-size: 4.25vw!important;
    }

    .number .p4 {
        font-size: 4.7vw!important;
    }

    .number .p5 {
        font-size: 4vw!important;
    }

    .number .p6 {
        font-size: 2.7vw!important;
    }

    .number .p7 {
        font-size: 2.12vw!important;
    }

    .number .p7_en {
        font-size: 2.3vw!important;
    }

    .number .p8 {
        font-size: 2.6vw!important;
    }

    .number .p9 {
        font-size: 4.7vw!important;
    }

    .slider_center {
        width: 45%;
    }


    .about_text {
        margin-bottom: 50px;

    }

    .program_left .item .button {
        margin-top: 100px;
        margin-bottom: 0px;
        width: auto;
    }

    .speakers_photo {
        margin-bottom: 50px;
    }

    .speakers_text p {
        margin-bottom: 0;
    }


    .program_left .item:nth-child(3) {
        height: 266px!important;
    }
    
    .speakers_photo_flex {
        display: block;
        width: 100%;
        overflow: hidden;
        margin-bottom: 50px;
    }

    .speakers_photo_flex .photo {
        width: 50%;
        float: left;
        height: 350px;
        background-size: cover;
        background-position: center;
    }

    .numbers_col {
        margin-bottom: 25px;
    }

    .place_cont {
        padding: 100px 0;
    }

    .place_text {
        width: 90%;
        margin-left: 5%;
    }

    .footer_logo {
        width: 100%;
        margin-bottom: 25px;
    }

.footer_menu {
    width: 100%;
    margin-left:0 ;
    margin-bottom: 25px;
}


.footer_contacts {
    width: 100%;
    margin-left:0 ;
}

.member {
    width: 40%;
    margin: 0 5%;
}

.pastForum_cont .title {
    margin-bottom: 10px;
}

#component-5 {
    width: 100%!important;
}

#component-6 {
    width: 100%!important;
}

.kostil_button {
    height: 150px;
    margin-top: 20px;
    margin-bottom: 20px;
}

}


@media screen and (max-width: 600px) {
    .slider_center {
        width: 55%;
    }

}

@media screen and (max-width: 550px) {
    .speakers_photo_flex .photo {
        height: 200px;
    }

}

@media screen and (max-width: 450px) {
    .infoBox {
        width: 100%;
    }

    .about_text p {
        margin: 5vw;
    }

    .speakers_text {
        padding: 8vw;
    }


    .slider_center {
        width: 65%;
    }

    .infoBox:nth-child(1) {
    height: auto;
    overflow: hidden;
    padding-bottom: 40px;
}

.infoBox:nth-child(3) {
    height: auto;
    overflow: hidden;
    padding-bottom: 40px;
}

.infoBox:nth-child(4) {
    height: auto;
    overflow: hidden;
    padding-bottom: 40px;
}

.infoBox:nth-child(6) {
    height: auto;
    overflow: hidden;
    padding-bottom: 40px;
}

.infoBox:nth-child(7) {
    height: auto;
    overflow: hidden;
    padding-bottom: 40px;
}

.infoBox:nth-child(8) {
    height: auto;
    overflow: hidden;
    padding-bottom: 40px;
}

}


.is_overlay {
    display: block;
    width: 100%;
    height: 100%;
    background-image: url('../img/load_bg.png');
    background-size: cover;
}

#preloader {
    margin: auto;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    width: 4em;
    height: 4em;
    text-align: center;
    vertical-align: middle;
    transition: opacity .3s;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -ms-transition: opacity .3s;
    -o-transition: opacity .3s;
    /*background-color: black;
    border: 1px solid black;*/
    border-radius: 10px;
    padding: 5px;
}

#wait {
    -webkit-animation: spin 1.2s infinite linear;
    -moz-animation: spin 1.2s infinite linear;
    -ms-animation: spin 1.2s infinite linear;
    -o-animation: spin 1.2s infinite linear;
    animation: spin 1.2s infinite linear;
    font-size: 4em;
    color: white;
}


#trailer {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
}

#trailer>video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



@media (min-aspect-ratio: 16/9) {
    #trailer>video {
        height: 300%;
        top: -100%;
    }
}

@media (max-aspect-ratio: 16/9) {
    #trailer>video {
        width: 300%;
        left: -100%;
    }
}
/* 2. If supporting object-fit, overriding (1): */

@supports (object-fit: cover) {
    #trailer>video {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

#enter {
    position: fixed;
    z-index: 100;
    right: 3em;
    bottom: 3em;
    opacity: 0;
    transition: opacity 9.3s;
    -webkit-transition: opacity 9.3s;
    -moz-transition: opacity 9.3s;
    -ms-transition: opacity 9.3s;
    -o-transition: opacity 9.3s;
}
