@font-face {
    font-family: 'TT Firs Neue';
    src: url('../fonts/TTFirsNeue/TTFirsNeue-Regular.eot');
    src: local('TT Firs Neue Regular'), local('TTFirsNeue-Regular'),
        url('../fonts/TTFirsNeue/TTFirsNeue-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/TTFirsNeue/TTFirsNeue-Regular.woff2') format('woff2'),
        url('../fonts/TTFirsNeue/TTFirsNeue-Regular.woff') format('woff'),
        url('../fonts/TTFirsNeue/TTFirsNeue-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'TT Firs Neue';
    src: url('../fonts/TTFirsNeue/TTFirsNeue-Medium.eot');
    src: local('TT Firs Neue Medium'), local('TTFirsNeue-Medium'),
        url('../fonts/TTFirsNeue/TTFirsNeue-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/TTFirsNeue/TTFirsNeue-Medium.woff2') format('woff2'),
        url('../fonts/TTFirsNeue/TTFirsNeue-Medium.woff') format('woff'),
        url('../fonts/TTFirsNeue/TTFirsNeue-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

body{
	color: #f2f2f2;
}

li {
    display:inline-block;
    list-style-type:none;
    padding-right: 10px;
}

a{
	color: #3c3d3f;
}
.languages li:hover{
	color: #a38bad;
	cursor: pointer;
}

.languages{
	font-family: 'TT Firs Neue';
	font-size: 16px;
	display: flex;
	text-transform: uppercase;
}
.selected{
	color: black;
}
.wrapper{
	min-height: 100%;
	overflow: hidden;
}
.page{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0; 
	display: flex;
	flex-direction: row;
	align-items: stretch;
	flex-wrap: wrap;
}

.logo_1{
	display: none;
}

.logo{
	background: url('../img/logo.png') 50%/ cover no-repeat;
	min-width: 200px;
	min-height: 41px;
}

.left-block_col{
	background: url('../img/tv_channel_left.jpg') 50%/ cover no-repeat;
	flex-basis: 30%;
	flex-grow: 1;
}
.right-block_col{
	flex-basis: 55%;
	flex-grow: 1;
	background: url('../img/tv_channel_right.jpg') 50%/ cover no-repeat;	
}

.content{
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
	margin: 13% 15% 0 15%;
}
.header-info{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.content-info{
	font-family: 'TT Firs Neue';
	width: 100%;
	margin-top: 15%;
	font-size: 38px;
}

.row-btns{
	font-family: 'TT Firs Neue';
	font-weight: 500;
	margin-top: 110px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.btn-video{
	background: url('../img/video.png') 50%/ cover no-repeat; 	
   }
   
.btn-video:hover{
	background: url('../img/video_hover.png') 50%/ cover no-repeat; 
	cursor: pointer;	
   }
.btn-show{
	background-image:url('../img/btn_arrow-present.png');
	background-color:rgba(255, 255, 255, 0.575);
	background-repeat: no-repeat;
	background-position: right 10% bottom 50%;;
	max-width: 360px;
	width: 100%;
	height: 66px;
	border-radius: 55px;
	border: none;
	color: #b4a1bb; 
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 700;
	outline:none;
}

.btn-show:hover {
    background-color: #f2f2f2;
	cursor: pointer;
}

.block-video-btn{
	font-family: 'TT Firs Neue';
	font-size: 16px;;
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-left: 20px;
}
.btn-video{
	height: 66px;
	width: 66px;
	margin-left: 30px;
	border-radius: 50%;
	background-color: transparent;
	border: 2px solid #f2f2f2;
	outline:none;
}

.footer{
	font-family: 'TT Firs Neue';
    margin-top: 100px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
}

.contacts li{
	display: list-item;
    list-style-type:none;
}

.contacts{
	font-size: 16px;
	color: #3c3d3f;
}
.year{
	margin-right: 15px;
}
.year-block{
	font-size: 12px;
	color: #8c84b7;	
}

@media (min-width:1920px) and (max-height:1000px){

	.content{
		margin: 10% 10% 0 10%;
	}	
	.content-info{
		margin-top: 4%;
		font-size: 28px;
	}
	.row-btns{
		margin-top: 3%;
	}

}
@media (max-width:1600px){
	.content{
		margin: 14% 14% 0 14%;
	}	
}

@media (max-width:1440px){
	.content{
		margin: 12% 12% 0 12%;
	}
	.content-info{
		font-size: 32px;
		margin-top: 8%;
    }	
	.row-btns{
		margin-top: 90px;
	}
}
@media (max-width:1366px){
	.content{
		margin: 8% 8% 0 8%;
	}
	.content-info{
		font-size: 29px;
		margin-top: 5%;
    }	
	.row-btns{
		margin-top: 55px;
	}
	.footer{
		margin-top: 90px;
	}
	.btn-show{
		height: 55px;
	}
	.btn-video {
		height: 55px;
		width: 55px;
	}
}
@media (max-width:1280px){
	.languages{
		margin-top: 15px;
	 }
	 .left-block_col{
		 flex-basis: 25%;
	 }
	.content{
		margin: 8% 8% 0 8%;	
	}
    .content-info{
		font-size: 30px;
    }

	.btn-show{
		width: 200px;
	}
   .footer{
	   margin-top: 50px;
    }
	.year{
		margin-right: 10px;
	}
}

@media (max-width:768px){
	.page{
		display: grid;
		grid-template-columns: auto;
	}
	.left-block_col{
		min-height: 15em;
		display: flex;
		align-items: baseline;
	}
	.logo{
		display: none;
	}
	.logo_1{
		display: inherit;
		background: url('../img/logo.png') 50%/ cover no-repeat;
	    min-width: 200px;
	    min-height: 41px;
		margin: auto;
	}
	.header-info{
		flex-direction: column;
	}
	.languages{
		margin-top: 15px;
	 }
	 .left-block_col{
		 flex-basis: 25%;
	 }
	.content{
		margin: 15px 15px 0 15px;	
	}
    .content-info{
        margin-top: 30px;
		font-size: 32px;
    }
	.row-btns{
		flex-direction: column;
		margin-top: 60px;
	}
	.btn-show{
		width:auto; 
	}
	.block-video-btn{
		margin-top: 15px;
	}
   .footer{
	   margin-top: 50px;
   	   flex-direction: column;
   	   align-items: baseline; 
    }
	.year-block{
		margin-top: 15px;
	}
}

.presentation-video{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 10000;
    background:rgba(0, 0, 0, 0.95);
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: hidden;
    opacity: 0;
}
.presentation-video.active{
    visibility: visible;
    opacity: 1; 
}
.presentation-video video{
    position: relative;
    max-width: 900px;
    outline: none;
}
.close{
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer;
    filter: invert(1);
    font-size: 20px; 
	color: black; 
}
@media (max-width: 991px){
    .presentation-video video{
        max-width: 90%;
    }   
}