.page
{
	overflow: hidden;
}

.intro
{
	z-index:10000; position: fixed; background-color: white; width:100%; height: 100%;
}

.interview
{
	background-color: #d3d4d4;
	min-height: 800px;
	padding: 30px 0 50px;
	overflow: hidden;
}

.interview .headerline
{
	width: 500px;
	height: 76px;
	background-color: #d21923;
	position: absolute;
	top: 30px;
	color: white;
	font-size: 30px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: right;
	padding-right: 40px;
	padding-top: 16px;
}

.interview .image
{
	margin-left: 92px;
	margin-top: 35px;
}

.interview .cube
{
	max-width: 550px;
	width: 33%;
	height: 340px;
	background-color: #d21923;
	position: absolute;
	bottom: 0;
	left: 0;
}

.interview .interview_right
{
	width: 100%;
	vertical-align: top;
	float: right;
	margin-top: 10px;
	padding-left: 650px;
	position: absolute;
}

.interview .interview_right a
{
	display: inline-block;
	border-bottom: 2px solid #d21923;
	padding: 19px 100px 19px 0 ;
	margin-left: 30px;
	color: black;
	text-transform: uppercase;
	text-decoration: none;
	width: 100%;
	position: relative;
}

.interview .interview_right a:hover
{
	background-color: white;
}

.interview .interview_right a:hover:after
{
	content: "читать";
	background-color: #d21923;
	width: 300px;
	height: 30px;
	display: block;
	position: absolute;
	bottom: -15px;
	right: 0;
	padding: 4px 15px;
	color: white;
}

.interview .interview_right a:hover:before
{
    content: " ";
    background-color: white;
    border-left: 20px solid #d21923;
	height: 100%;
    display: block;
    position: absolute;
    top: 0px;
    left: -53px;
    color: white;
    height: 100%;
    padding: 0px 17px;
}


.section_infog
{
    min-height: 900px;
	background-color: #d3d4d4;
}

.section_infog2
{
	min-height: 1180px;

}

.infog
{
    background-color: white;
    width: 93%;
    height: auto;
	min-height: 500px;
    top: 50px;
    padding: 30px 0;
    position: relative;
    margin: auto;
	text-align: center;
}

.infog_image
{
	max-width: 90% !important;
	max-height: 80%;
}

.section_infog1 .infog_image
{
	max-width: 80% !important;
	max-height: 740px;
}

.section_infog2 .infog_image
{
	max-height: 1000px;
}

.cube_left
{
	width: 100%;
	height: 100%;
	background-color: #d21923;
	position: absolute;
	left: 0;
	top: 0;
}

.cube_right
{
	right: 0;
	top: 0;
	width: 67%;
	height: 100%;
	background-color: #d21923;
	position: absolute;

}

.video 
{
	min-height: 1070px;
}

.video .headerline
{
	width: 500px;
	height: 76px;
	background-color: #d21923;
	position: absolute;
	top: 77px;
	right: 0;
	color: white;
	font-size: 30px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
	padding-left: 40px;
	padding-top: 16px;
	z-index: 9999;
}

.lider
{
	background-color: white;
	padding-top: 50px;
	min-height: 540px;
}

.lider .headerline
{
	top: 50px;
}

.lider .interview_right
{
	margin-top: 70px;
}

.news
{
	min-height: 900px;
	background-color: #d3d4d4;
}

.news .headerline
{
	width: 500px;
	height: 76px;
	background-color: #d21923;
	position: absolute;
	top: 60px;
	color: white;
	font-size: 30px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: right;
	padding-right: 40px;
	padding-top: 16px;
}

.news .news_content
{
    width: -webkit-calc(100% - 200px);
    width:    -moz-calc(100% - 200px);
    width:         calc(100% - 200px);
	height: 90%;
	margin: auto;
	padding: 200px 0 50px;
}

.news .topnews
{
	position: relative;
}

.news .topnews:hover
{
	filter: brightness(110%);
}


.news .topnews_title
{
	position: absolute;
	bottom: 30px;
	width: 100%;
	background: url(../img/logo_bg.png) 0 0 repeat;
	color: #d21923;
	padding: 20px 50px;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: bold;
}

.news .topnews_title span
{
	display: block;
	font-size: 16px; 
	font-weight: normal;
	font-style: italic;
	color: black;
}

.news .news_list
{
	width: 100%;
	margin-top: 44px;
	margin-bottom: 160px
}

.news .news_list a
{
	display: block;
	width: 48%;
	margin-right: 2%;
	border-bottom: 2px solid #d21923;
	color: black;
	float: left;
	text-transform: uppercase;
	font-size: 16px;
	padding: 20px;
	text-decoration: none;
	min-height: 130px;
}

.news .news_list a span
{
	display: block;
	padding-top: 5px;
	font-style: italic;
}

.news .news_list a:hover
{
	color: white;
	background-color: #d21923;
}

footer
{
	background-color: #a6a7a7;
	min-height: 200px;
	position: relative;
}

footer .content
{
	padding: 50px 0;
	color: #353839;
}

.footer_rights
{
	float: right;
	width: 380px;
	margin-top: 4px;
	margin-right: 100px;
}

footer .footer_links {
	left: 292px;
    top: 57px;
    position: absolute;
}

footer a {
    color: #353839;
    text-decoration: none;
    display: inline-block;
    padding: 0 20px;
}

footer .footer_links a:not(:last-child)
{
	border-right: 1px solid #353839;
}

.footer_logo {margin-left: 75px;}


@media screen and (max-width:1800px) {
	.video
	{
		min-height: 940px;
	}
}

@media screen and (max-width:1500px) {
	.interview
	{
		min-height: 1000px;
	}
}

@media screen and (max-width:1280px) {
	.video
	{
		min-height: 710px;
	}

}

@media screen and (max-width:1200px) {
	.interview .image
	{
		display:none;
	}

	.video
	{
		min-height: 700px;
	}

	.interview .interview_right
	{
		padding: 100px 60px 100px 20px;
	}

	.lider .interview_right
	{
		padding: 40px 60px 100px 20px;
	}

	.news .news_content
	{
		width: -webkit-calc(100% - 60px);
		width:    -moz-calc(100% - 60px);
		width:         calc(100% - 60px);
	}
	
	.news .news_list a
	{
	   min-height: 140px;
	}

	.video .headerline
	{
		top: 37px;
	}

	.section_infog1
	{
		min-height: 800px;
	}

	.section_infog2 {
		min-height: 970px;
	}
	
	.footer_rights
	{
		left: 312px;
		top: 97px;
		position: absolute;
	}
}

@media only screen and (max-width: 900px) 
{
	.main
	{
		height: 190vh;
	}

	.main__links
	{
		margin: 30px auto;
	}

	a.main__link{
	{
		font-size: 22px;
	}


}

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

	.infog
	{
		height: auto !important;
	}

	.section_infog1
	{
		min-height: 600px;
	}

	.section_infog2 {
		min-height: 770px;
	}

	.video
	{
		min-height: 440px;
	}

	.video .headerline
	{
		display: none;
	}

}