*{
	margin: 0px;
	padding: 0px;
	font-family: 'Scada', Arial;
	box-sizing: border-box;
}
a{
	text-decoration: none;
	color:#000;
}
.skroll_up{
    position: fixed;
    z-index: 15;
    width: 50px;
    height: 50px;
    bottom: 20px;
    right: 20px;
    text-align: center;
}
.skroll_up i{
	cursor: pointer;
	font-size: 50px;
	opacity: 0.5;
	transition: .3s;
}
.skroll_up i:hover{
	opacity: 1;
}
.window_black{
	position: fixed;
	width: 100%;
	min-height: 100%;
	background:rgba(0,0,0, .85);
	z-index: 15;
	top: 0px; left: 0px;
	cursor: pointer;
	display: none;
}
.pr{
	position: relative;
}
.popup_menu_wrap{
	position: fixed;
	height: calc(100% - 60px);
	width: 380px;
	right: -330px; top: 60px;
	box-sizing: border-box;
	padding-left: 50px;
	background: #fff;
	z-index: 10;
	height: 100%;
	transition:.4s;
}
.popup_menu_wrap ul{
	list-style: none;
}
.popup_menu_wrap ul li{
	cursor: pointer;
	font-size: 16px;
	padding: 6px 0px;
}
.popup_menu_wrap ul li span{
	width: 40px;
    height: 2px;
    display: block;
    float: left;
    background: #000;
    margin-top: 10px;
    margin-right: 20px;
    margin-left: -52px;
	transition: .3s;
}
header{
	position: fixed;
	top: 0px; left: 0px;
	width: 100%;
	height: 60px;
	z-index: 10;
}
.header_wrap{
	width: 90%;
	height: 100%;
	margin: 0px auto;
	background: #fff;
}
.header_wrap img{
	margin-left: 11%;
	float: left;
}
.header_wrap p {
	font-size: 18px;
	float: left;
	margin-left: 3%;
    padding-top: 17px;
}
.header_phone{
	height: 60px;
    float: right;
    margin-right: 5%;
    font-size: 16px;
    box-sizing: border-box;
    padding-top: 11px;
}
.header_phone a{
	font-weight: normal;
	color: #e64547;
	font-size: 15px;
}
.language{
	padding-top: 9px;
    box-sizing: border-box;
    width: 60px;
    height: 40px;
    background: #fafafa;
    float: right;
    margin-right: 3%;
    margin-top: 10px;
    cursor: pointer;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
}
.language i{
	font-size: 20px;
    margin-left: 3px;
}
.language ul{
	position: absolute;
    top: 31px;
    left: 0px;
    width: 100%;
    list-style: none;
    display: none;
}
.language ul li{
    height: 40px;
    padding-top: 11px;
    box-sizing: border-box;
    background: #fafafa;
    border-top: 1px solid #fff;
}
.language ul li:hover{
	background: #eee;
}
.menu_button{
	width: 50px;
	height: 40px;
	float: right;
	margin-top: 10px;
	cursor: pointer;
}
.menu_button i{
	font-size: 38px;
    margin-left: 9px;
    color: #e64547;
}
.content_wrap{
	width: 90%;
	margin: 60px auto;
	margin-bottom: 0px;
}
.grid{
	position: absolute;
	width: 100%; min-height: 100%;
	top: 0px; left: 0px;
	background: url('../images/grid.png');
}
.images_block{
	height: 380px;

}
.back{
    cursor: pointer;
    margin-left: 100px;
    width: 205px;
    height: 30px;
    padding-top: 5px;
    text-align: center;
    color: #fff;
    background: #eb4749;
    margin-top: 105px;
}
.back i{
	margin-right: 10px;
}
.project_title{
    text-transform: uppercase;
    font-size: 32px;
    margin-top: 15px;
    width: 80%;
    margin-left: 100px;
}
.description{
	background: #ebebeb;
}
.zero{
	background: #ebebeb;
	padding-bottom: 60px;
}
.block_wrap{
	width: 960px;
	margin: 0px auto;
}
.block_title{
	text-align: center;
    font-size: 35px;
    padding-top: 80px;
    padding-bottom: 15px;
}
.block_title_line{
	display: block;
	width: 70px;
    height: 2px;
    background: #eb4749;
    margin: 0px auto;
}
.description_top{
    width: 80%;
    margin: 0px auto;
    margin-top: 50px;
}
.description_block{
	width: 46%;
	margin: 0px 1%;
	margin-top: 30px;
    height: 200px;
    vertical-align: top;
    display: inline-block;
}
#description_block_1{
	background: url('../images/finance_white.png') no-repeat;
	background-size: 100% 100%;
}
#description_block_2{
	background: url('../images/finance_red.png') no-repeat;
	background-size: 100% 100%;
}
.description_block_text{
	text-align: left;
	padding: 0px 35px;
	margin: auto;
}
.description_block_text_wrap{
	height: 180px;
	margin-top:10px;
	overflow: auto; 
	display: flex;
}
#description_block_text_1{
	color: #000;
}
#description_block_text_2{
	color: #fff;
}
.question_answer{
	text-align: left;
	margin-top: 50px;
}
.question_answer ul{
	list-style: none;
    display: inline-block;
    width: 46%;
    margin: 10px 2%;
    vertical-align: top;
    text-align: left;
}
.question_answer ul li{
	margin: 5px 0px;
	font-weight: bold;
}
.question_answer ul li span{
	font-weight: normal;
	margin-left: 10px;
}
.partners{
	background: #fafafa;
	padding-bottom: 30px;
}
.partners_wrap{
	text-align: center;
	margin-top: 50px;
}
.partners_item{
    display: inline-block;
    width: 300px;
    height: 300px;
    background: #eb4749;
    margin: 7px;
    vertical-align: top;
}
.partners_item_wrap{
	height: 300px;
	display: flex;
}
.partners_item_wrap p{
	padding: 0px 10px;
	color: #fff;
	margin: auto;
}
.stadia{
	background: #ebebeb;
	padding-bottom: 50px;
}
.stadia_text{
	margin-top: 50px;
	padding: 0px 110px;
}
.full_news{
	border: 2px solid #e64547;
    color: #e64547;
    width: 250px;
    height: 40px;
    text-align: center;
    margin: 0px auto;
    margin-top: 50px;
    font-size: 18px;
    padding-top: 7px;
    transition: .3s;
    cursor: pointer;
}
.full_news:hover{
	background: #e64547;
	color: #fff;
}
.fb{
	width: 50px;
	height: 50px;
	background: url('../images/fb.png') no-repeat;
	background-size: 100% 100%;
	float: left;
	margin-left: 35px;
	cursor: pointer;
}

.fb:hover{
	opacity: .6;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.vk:hover{
	opacity: .6;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.vk{
	width: 50px;
	height: 50px;
	background: url('../images/vk.png') no-repeat;
	background-size: 100% 100%;
	float: left;
	margin-left: 15px;
	cursor: pointer;
}

footer{
	background: #fff;
}
.footer_wrap{
	width: 960px;
	margin: 0px auto;
	height: 140px;
}
.footer_wrap_clomn{
	display: inline-block;
	vertical-align: top;
}
.footer_partners{
	width: 24%;
	background: url('../images/boticons.png') no-repeat;
	background-size: 100%;
	height: 110px;
	margin-top: 30px;

}
.footer_text{
	width: 31%;
    font-size: 12px;
    margin-top: 30px;
    padding: 0px 10px;
    color: #999999;
}
.footer_phone{
	width: 21%;
    font-size: 14px;
    margin-top: 30px;
    font-weight: bold;
}
.footer_phone span{
	font-weight: normal;
	color: #e64547;
}
.footer_phone p{
	font-weight: normal;
}
.footer_social{
	margin-top: 30px;
	height: 50px;
	width: 17%;
	margin-left: 2%;
}
.footer_social>.vk{
	background: url("../images/vk_red.png");
	background-size: 100% 100%;
	cursor: 
}
.footer_social>.fb{
	background: url("../images/fb_red.png");
	background-size: 100% 100%;
	cursor: 
}
