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

*{
	border:none;
	outline:none;
	margin:0 auto;
	padding:0;
	-webkit-transition: all 0.34s ease;
    -o-transition: all 0.34s ease;
    -moz-transition: all 0.34s ease;
    transition: all 0.34s ease;
}
input{
	-moz-appearance: none;
	 -webkit-appearance: none;
	 appearance: none;
}
*:after {
    -webkit-transition: all 0.34s ease;
    -o-transition: all 0.34s ease;
    -moz-transition: all 0.34s ease;
    transition: all 0.34s ease;
}
a{
	color:#4594e6;
}
a:hover{
	text-decoration:none;
}
a, button, input, textarea{
	-webkit-appearance: none;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
body{
	background:#fff url(../img/bac.jpg) 0px -200px no-repeat;
	background-size:cover;
	color:#151515;
	font-family:'DIN Pro',sans-serif;
}
img{
	max-width:100%;
}
p{
	line-height:1.5;
}

.content{
	max-width:1150px;
	box-sizing:border-box;
	min-width:280px;
	padding:0 25px;
	position:relative;
}
.clear{
	clear:both;
}

header{
	max-width:1220px;
	width:100%;
	min-width:280px;
	padding:50px 25px;
	margin-bottom:110px;
	box-sizing:border-box;
}
header .logo{
	float:left;
}
header .phone{
	font-family: 'DinCyr',sans-serif;
	color:#111;
	font-weight:600;
	font-size:1.25rem;
	float:right;
	position:relative;
	padding-left:24px;
	margin-top:20px;
	text-decoration:none;
	z-index:2;
}
header .phone:hover{
	color:#4493e5;
}
header .phone:before{
	content:'';
	position:absolute;
	left:0;
	top:4px;
	height:22px;
	width:22px;
	background:url(../img/icons.png) 0px 0 no-repeat;
	display:block;
}
.text{
	padding:0 20px 0 40px;
}
.text h1{
	font-family: 'DinCyr',sans-serif;
	color:#fff;
	font-weight:800;
	font-size:4rem;
	line-height:1.2;
	margin-bottom:25px;
	text-transform:uppercase;
}
.text.page h1{
	font-size:2.5rem;
}
.text.page p{padding-bottom:20px;}
.text.page iframe{padding-bottom:20px;max-width:700px;}
.text h1 span{
	color:#07396a;
	text-transform:none;
	position:relative;
}
.text h1 span:after{
	content:'';
	position:absolute;
	top:110%;
	right:-5px;
	background:url(../img/arrow.png) right 0 no-repeat;
	height:63px;
	width:102%;
}
.text .important{
	font-family: 'DinCyr',sans-serif;
	display:block;
	font-size:1.5rem;
	text-transform:uppercase;
	margin-bottom:25px;
}
.text ul{
	margin-bottom:80px;
}
.text li{
	color:#fff;
	font-size:1.35rem;
	list-style:none;
	padding-left:40px;
	position:relative;
	margin-bottom:20px;
}
.text li:before{
	background: url(../img/icons.png) -33px 0 no-repeat;
    content: '';
    height:30px;
    position: absolute;
    left: 0;
    top:-1px;
    width:30px;
}
.text li.icon1:before{
	background-position:-33px 0;
}
.text li.icon2:before{
	background-position:-71px 0;
}
.text li.icon3:before{
	background-position:-107px 0;
}
.text li.icon4:before{
	background-position:-148px 0;
}
.text li.icon5:before{
	background-position:-183px 0;
}

.blocks{
	display:flex;
	margin:0px -1% 2%;
	width:100%;
}
.blocks>*{
	border:1px solid #41a9ff;
	border-radius:15px;
	box-sizing:border-box;
	padding:55px 55px 125px;
	position:relative;
	width:48%;
	margin:0 1%;
}
.blocks .title{
	color:#07396a;
	font-family: 'DinCyr',sans-serif;
	font-size:1.5rem;
	line-height:1.2;
	margin-bottom:20px;
	position:relative;
	text-transform:uppercase;
}
.blocks .title span{
	color:#2290ff;
}
.blocks .desc{
	font-size:0.875rem;
	margin-bottom:10px;
}
.blocks .desc-img{
	font-size:0.875rem;
	color:#000;
	font-weight:bold;
	padding-right:150px;
}
.blocks .icon{
	background:url(../img/icons_blocks.png) 0 0 no-repeat;
	bottom:55px;
	right:85px;
	height:114px;
	width:105px;
	position:absolute;
}
.blocks .icon6{
	background-position:0 0;
}
.blocks .icon7{
	background-position:-126px 0;
	width:107px;
}
.blocks .icon8{
	background-position:0 -124px;
	height:108px;
	width:115px;
}
.blocks .icon9{
	background-position:-124px -118px;
	width:108px;
}
.metka{
	color:#6e6e6e;
	font-size: 0.5rem;
	font-style:normal;
    position: absolute;
    left:-20px;
    top:106px;
    text-transform: uppercase;
    transform: rotate(-90deg);
}
.metka:before{
	content:'';
	height:1px;
	width:35px;
	background-color:#6e6e6e;
	display:inline-block;
	margin-right:5px;
	vertical-align:middle;
}

.button{
	background:#2290ff;
	font-family: 'DinCyr',sans-serif;
	color:#fff;
	font-size:1rem;
	text-align:center;
	display:table;
	margin-left:0;
	position:relative;
	padding:10px 50px 13px 25px;
	text-decoration:none;
	margin-top:20px;
	position:absolute;
	bottom:55px;
	left:55px;
}
.button:after{
	background:url(../img/icons.png) -1px -50px no-repeat;
	content:'';
	height:20px;
	position:absolute;
	top:0;
	bottom:0;
	right:20px;
	margin:auto;
	width:20px;
}
.button:hover{
	background:#07396a;
}


footer{
	background-color:#0b141f;
	padding:30px 0;
	margin-top:100px;
}
footer .content{
	color:#fff;
	display:flex;
	width:100%;
}
footer .logo{
	margin-left:0;
}
footer .contacts{
	margin-right:0;
	text-align:right;
}
footer .contacts .phone{
	color:#fff;
	text-decoration:none;
	font-size:1.25rem;
	font-weight:700;
	position:relative;
	padding-left:27px;
	margin-bottom:0px;
	display:table;
	margin-right:0;
}
footer .contacts a{
	color:#fff;
	font-size:1.125rem;
	text-decoration:none;
}
footer .contacts .phone:hover{
	text-decoration:underline;
}
footer .contacts .phone:before{
	height:24px;
	width:20px;
	content:'';
	background:url(../img/icons.png) -214px 0 no-repeat;
	position:absolute;
	top:0;
	left:0;
}
footer .social{
	margin-top:6px;
}
footer .social a{
	transition:none;
	display:inline-block;
	vertical-align:middle;
}
footer .social a.fb{
	background:url(../img/icons.png) 0px -112px no-repeat;
	width:35px;
	height:32px;
}
footer .social a.you{
	background:url(../img/icons.png) -38px -112px no-repeat;
	width:35px;
	height:32px;
}
footer .social a.vk{
	background:url(../img/icons.png) -78px -112px no-repeat;
	width:35px;
	height:32px;
}
footer .social a.fb:hover{
	background-position:0px -146px;
}
footer .social a.you:hover{
	background-position:-38px -146px;
}
footer .social a.vk:hover{
	background-position:-78px -146px;
}
.nav_bottom {
    font-size: 1.25rem;
    margin-top: 70px;
}
.nav_bottom li {
    float: left;
    list-style: none;
}
.nav_bottom li a {
	display: block;
    position: relative;
    padding-left: 38px;
}
.nav_bottom a {
    color: #151515;
    text-decoration: none;
}
.nav_bottom li a:before {
    left: 0;
    background: url(../img/icons.png) -125px -115px no-repeat;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 28px;
    width: 28px;
}
.nav_bottom a:hover span{border-bottom: 1px solid #151515;}


@media screen and (max-width:1200px) {
	.text h1,.text.page h1 {
	    font-size: 3rem;
	}
}

@media screen and (max-width:1000px) {
	body{
		background:#fff url(../img/bac-mob.jpg) 0px 0 repeat-x;
	}
	.blocks{
		display:block;
	}
	.blocks>* {
	    padding:35px 25px 35px 55px;
	    margin-bottom:2%;
	    width:98%;
	}
	.button {
	    position: relative;
	    bottom: 0;
	    left: 0;
	}
	.metka{
		display:none;
	}
	.blocks .title {
	    padding-left: 64px;
	    min-height: 70px;
	    font-size: 1.25rem;
	}
	.blocks .desc-img {
	    padding-right:0px;
	}
	.blocks .desc,.blocks .desc-img{
		font-size:1rem;
	}
	.blocks .icon{
		background:url(../img/icons_blocks_mob.png) 0 0 no-repeat;
		bottom: auto;
	    right: auto;
	    top:32px;
	    left:13px;
		height:86px;
		width:77px;
		position:absolute;
	}
	.blocks .icon6{
		background-position:0 0;
	}
	.blocks .icon7{
		background-position: -91px 0;
    	width: 81px;
	}
	.blocks .icon8{
		background-position: 0 -85px;
    	height: 92px;
    	width: 89px;
	}
	.blocks .icon9{
		background-position: -90px -84px;
    	width: 83px;
	}
}
@media screen and (max-width:800px) {
	.text h1,.text.page h1 {
	    font-size:1.8rem;
	}
}
.mobile{
	display:none!important;
}
@media screen and (max-width:720px) {
	.mobile{
		display:block!important;
		margin-top:5px;
	}
	footer .social{
		margin-right:0;
		text-align:right;
	}
	footer .social>a{
		margin:0 -5px;
		transform: scale(0.8);
	}
	footer .contacts{
		display:none;
	}
	footer .contacts a,footer .contacts .phone{
		font-size:0.75rem;
		margin-right:auto;
	}
	footer .contacts .phone:before {
	    height: 17px;
	    width: 16px;
	    background: url(../img/icons_mob.png) -106px 0 no-repeat;
	}
}
.mob{
	display:none;
}
@media screen and (max-width:540px) {
	header .logo,header .phone{
		display:table;
		float:none;
		margin:0 auto 20px;
	}
	header .phone{
		font-weight:bold;
		font-size:1.125rem;
	}
	header .phone:before {
	    top:2px;
	    transform: scale(0.8);
	}
	header{
		margin-bottom:0;
		padding-bottom:20px;
		text-align:center;
	}
	.text h1 span:after {
	    content: '';
	    position: absolute;
	    top: 125%;
	    right: -5px;
	    background: url(../img/arrow_mob.png) right 0 no-repeat;
	    height: 63px;
	    width: 105%;
	}
	.text h1 {
		line-height:1.4;
	    margin-bottom: 25px;
	    text-align: center;
	}
	.text .important{
		margin-bottom: 19px;
	}
	.text .important,.text li{
		font-size:1rem;
	}
	.text li:before {
	    transform: scale(0.8);
	}
	.text li {
	    padding-left:35px;
	}
	.blocks {
	    margin:0 -20px 0;
	    width:auto;
	}
	.blocks>* {
	    padding: 28px 40px 40px;
	}
	footer {
	    margin-top: 50px;
	}
	.text {
	    padding: 0 40px;
	}
	footer .social {
	    margin-top:-10px;
	}
	footer .social .mail{
		margin-top: -8px;
	}
	footer{
		padding:20px 0;
	}
	.pc{
		display:none;
	}
	.mob{
		display:initial;
	}
}

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

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