/*fonts*/

@font-face {
	font-family: "HeliosCond";
	src: url(../fonts/HeliosCond.eot?) format("eot"),
	url(../fonts/HeliosCond.woff) format("woff"),
	url(../fonts/HeliosCond.ttf) format("truetype");
	font-weight: normal;
}

@font-face {
	font-family: "HeliosCond";
	src: url(../fonts/HeliosCond-Bold.eot?) format("eot"),
	url(../fonts/HeliosCond-Bold.woff) format("woff"),
	url(../fonts/HeliosCond-Bold.ttf) format("truetype");
	font-weight: bold;
}

/*styles*/
*{
	box-sizing: border-box;
}


body{

	position: fixed;
	width: 100%;
	height: 100%;

	font-family: Arial, sans-serif;

}
.wrapper{
	background: url('../img/background.png') no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
p{
	font-size: 16px;
	color: #4A4A4A;
	line-height: 1.5;
}

ul{
	list-style-type: none;
	padding-left: 0;
}

.news__item ul li{
	position: relative;
	padding-left: 15px;
}
.news__item ul li::before{
	position: absolute;
	width: 5px;
	height: 5px;
	left: 0px;
	top: 10px;
	content: '';
	background: #EE3124;
	
}

li{
	color: #27293B;
	font-weight: bold;
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 12px;
}
p, li {margin-bottom:0.65em;margin-top:0;}
.center{
	text-align: center;
}
.title{
	font-family: "HeliosCond";
	font-weight: bold;
	text-transform: uppercase;
	font-size: 32px;
	color: #71777A;
	margin-top: 0;
}

.title.title-small{
	color: #27293B;
	font-size: 24px;
	position: relative;
}

/*.title.title-small::before{*/
	/*position: absolute;*/
	/*left: -15px;*/
	/*top: 0;*/
	/*content: '';*/
	/*width: 6px;*/
	/*height: 40px;*/
	/*background: #EE3124;*/
/*}*/

.news__item:last-child{
	margin-right: 0;
	padding-right: 20px;
}
.wrapper{
	display: flex;
	border: 15px solid #27293B;
	height: 100%;
}

.wrapper__image{
	width: 40%;
}

.wrapper__content{
	width: 60%;
	border-left: 15px solid #27293B;
	display: flex;
	flex-direction: column;
}

.header{
	padding: 30px 50px;
	height: 150px;
}

.logo{
	margin-left: 0;
}
.phone{
	font-family: "HeliosCond";
	font-size: 20px;
	color: #27293B;
}

.phone span{
	font-size: 24px;
	font-weight: bold;
	margin-left: 15px;
}

.header__top{
	border-bottom: 3px solid #EE3124;
	display: flex;
	justify-content: space-between;
	padding-bottom: 10px;
	align-items: flex-end;
	margin-bottom: 10px;
}

.header__subtitle{
	font-family: "HeliosCond";
	font-size: 20px;
	color: #27293B;
}

.header__subtitle span{
	font-weight: bold;
}

.main{
	padding: 0 50px;
	flex-grow: 1;
	padding-right: 10px;
	height: 310px;
	overflow: hidden;

}

.news{
	display: flex;
	justify-content: flex-start;
}

.news__item{
	padding-left: 10px;
	border-left: 1px solid #999;
width: calc(100% / 3);
    margin-right: 10px;
}
.news__item p{
	color: #000;
	line-height: 1.4 !important;
}
.text{
	padding: 0 30px;
	font-size: 16px;
	color: #4A4A4A;
	line-height: 1.5;
}

h1{
	margin-left: 16px;
}

.text h2, h1{
	font-family: "HeliosCond";
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 0;
	color: #27293B;
	font-size: 40px;
	position: relative;
	margin-bottom: 25px;
	margin-left: 16px;
}

.text h2::before, h1::before{
	position: absolute;
	left: -15px;
	top: 8px;
	content: '';
	width: 6px;
	height: 30px;
	background: #EE3124;
}

.text p{
	width: 100%;
	display: inline-block;
}
/*slider*/

.slider {
	width: 100%;
	margin: 0;
	height: 100%;
}

.slick-list{
	height: 100%;
}

.slider__item img{
	width: 100%;
}

.slider .slick-dots {
	margin: 6px;
	padding: 0;
}

.slick-dots {
	text-align: center;
}

.slick-dots li {
	list-style-type: none;
	display: none;
	margin-right: 0;
	line-height: 1;
	font-size: 0;
}

.slick-dots button {
	width: 500px;
	height: 4px;
	margin: 0 2px;
	border: 0;
	background-color: #F0F0F0;
	list-style-type: none;
	position: relative;
	font-size: 0;
}

.slick-dots button span {
	position: absolute;
	width: 100%;
	display: block;
	height: 100%;
	background-color: #EE3124;
	left: 0;
	top: 0;
	transform: scaleX(0);
	transform-origin: left;
}

.slick-dots button.filled span {
	transform: scaleX(1) !important;
}

.slick-dots li.slick-active{
	display: block;
}

.news__item:first-child{
	padding-left: 0;
	border: none;
}
/*footer-slider*/
.footer{
	height: 326px;
}
.footer-slider{
	/*z-index: -1;*/
	/*font-size: 0;*/
}
.fotter-slider__item img{
	width: 100%
}

@media (max-width: 1280px) {
	.slick-dots button{
		width: 360px;
		display: none;
	}
	
	.wrapper__image .slick-slide{
		margin-right: 2px;
		margin-left: 2px;
		
	}
	
	.wrapper__image *{
		font-size: 0;
	}
	.wrapper__content{
		width: 61%;
	}
	
	.wrapper{
		overflow: hidden;
	}
	
	.wrapper__image{
		background: #27293B;
		width: 39%;
	}
	.main{
		padding-left: 20px;
	}
	body{
		width: 970px;
		height: 530px;
		margin-top: 10px;
	}
	/*
	body{
		width: 1280px;
		height: 720px;
		transform: scale(0.7);
		-ms-transform: scale(0.7);
		-moz-transform: scale(0.7);
		-webkit-transform: scale(0.7);
	
	}*/
	
	p, li{
		font-size: 14px;
	}

	.title.title-small{
		font-size: 18px;
	}

	.title{
		font-size: 22px;
	}

	.header {
		padding: 10px 20px;
	}

	.logo{
		width: 80px;
		margin-left: 0;
	}

	.header__subtitle{
		font-size: 16px;
	}

	.phone{
		font-size: 16px;
	}

	.phone span{
		font-size: 18px;
	}

	.text h2, h1{
		font-size: 24px;
	}
	
	.text h2{
		font-size: 18px;
	}
	
	.text h2::before, h1::before {height:10px;}
	
	.title.title-small{
		margin-bottom: 5px;
		line-height: 1.3;
	}
	
	

.text h2::before{
	top:3px;
	width:3px;
	
}
.text h2{
	margin-bottom: 10px;
	line-height: 1.4;
}

.text, .text p{
	color: #000;
	line-height: 1.4;
}
.text {
	padding-left: 20px;
}

.footer{
	/*height: 70px;*/
	overflow: hidden;
}


.wrapper__content{
	border-left: 5px solid #27293B;
}
}

/*media page*/

@media (min-width: 1281px) {
	body{
		width: 1920px;
		height: 1080px;
		position: relative;
		overflow: hidden;
	}

	.header{
		height: 230px;
	}

	.footer {
		height: 463px;
	}

	.main{
		height: 357px;
	}
}