body{
	font-family: "Roboto Condensed", sans-serif;
	color: #1A1A1A;
}
body.owerlay:after{
	content: '';
	display: block;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #000;
	opacity: 0.3;
}
.logo img{
	width: 110px;
}
.logo .sl{
	font-size: 11px;
	color: #718096;
}
.logo {
	text-decoration: none;
	color: #718096;
	line-height: normal;
}
.logo .row>div:last-child{
	border-left: 1px solid #718096;
}
#menu ul{
	padding: 0;
	margin: 0;
	list-style: none;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
#menu ul li a{
	text-decoration: none;
	display: block;
	text-align: center;
	line-height: normal;
	color: #718096;
	font-size: 12px;
	padding: 25px 10px;
	border-bottom: 1px solid transparent;
	transition:0.3s ease all;
}
#menu ul li a:hover{
	color: #CE413E;
	border-bottom: 1px solid #CE413E;
}
#menu ul li:nth-child(2) a{
	padding: 18px 10px;
}
header .phone a, header .mail a{
	color: #1A1A1A;
	font-weight: 500;
	text-decoration: none;
	font-size: 14px;
}
header .callback{
	color: #718096;
	font-weight: 500;
	font-size: 14px;
}
header .wrap{
	position: relative;
	z-index: 10;
	background: #fff;
}
.mes a{
	text-decoration: none;
	display: inline-block;
	margin: 0 2px;
}
.mes img{
	width:32px;
}
#menu .menu > a{
	padding: 32.4px 10px;
	padding-right: 15px;
	position: relative;
	display: block;
}
#menu .menu > a.active{
	border-bottom: 1px solid #CE413E;
	color: #CE413E;
}
#menu .menu > a:after{
	transition:0.3s ease all;
}
#menu .menu > a.active:after{
	transform: rotate(180deg);
}
header{
	border-bottom: 1px solid #ccc;
}
.menu-wrap{
	padding: 20px;
	background: #fff;
	display: none;
}
.menu-wrap.active{
	display: block;
}
.menu-wrap .tit{
	font-size: 32px;
	font-weight: 500;
}
header .form-control{
	border-radius:8px;
	border:1px solid #718096;
	width: 350px;
	height: 50px;
}
header form{
	position: relative;
}
header form input[type="submit"]{
	width: 50px;
	height: 50px;
	border-radius:0;
	border:none;
	overflow: hidden;
	text-indent:-1000px;
	background:url("../images/lup.svg") center center no-repeat;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
}
.w-menu ul{
	padding: 0;
	margin: 0;
	list-style: none;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}
.w-menu ul li a{
	color: #718096;
	text-decoration: none;
	font-size: 18px;
	display: block;
	transition:0.3s ease all;
}
.w-menu ul li a:hover{
	color: #CE413E;
}
.w-menu ul li a svg{
	margin-right: 8px;
	transition:0.3s ease all;
}
.w-menu ul li a svg rect{
	transition:0.3s ease all;
}
.w-menu ul li a:hover svg{
	fill-opacity: 1;
}
.w-menu ul li a:hover svg rect{
	fill: #CE413E;
	fill-opacity: 1;
}
.w-menu{
	padding-top: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid #CACACA;
	margin-bottom: 15px;
}
.menu-wrap .copy{
	color: #CACACA;
}
.menu-wrap .soc a{
	text-decoration: none;
}
.menu-wrap{
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 3;
	border-radius: 0 0 20px 20px;
	border-top: 1px solid #ccc;
}
header .wrap{
	position: relative;
	max-width: 1320px;
	margin: auto;
}
.menu>a:after, .parent>a:after{
	content: '▼';
	display: inline-block;
	margin-left: 5px;
}
.title{
	font-size: 32px;
	font-weight: 500;
	margin-bottom: 30px;
}
.title.no-m{
	margin-bottom: 0;
}
.p-50{
	padding: 50px 0;
}
.p-30{
	padding:30px 0;
}
.p-100{
	padding: 100px 0;
}
.cl{
	background: #F8F5F5;
	border-radius: 60px;
}
.title span, .sub span{
	color: #CE413E;
}
.sub {
	font-size: 18px;
	margin-bottom: 30px;
}
#block-2{
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
#block-2 .block a, .category .block a{
	display: block;
	text-decoration: none;
	position: relative;
	border-radius: 8px;
	border:1px solid #fff;
	overflow: hidden;
}
#block-2 .block a .tit, .category .block a .tit{
	position: absolute;
	font-size: 22px;
	font-weight: 500;
	border-radius: 8px;
	left: 15px;
	top: 15px;
	right: 15px;
	color: #333;
	background: #F8F5F5;
	padding: 5px 10px;
	line-height: 120%;
	border:1px solid #fff;
}
#block-2 .block, .category .block{
	margin-bottom: 30px;
}
#block-2 .blk{
	border-radius: 8px;
	background: #fff;
	padding: 15px;
}
#block-2 .blk .tit{
	font-size: 22px;
	font-weight: 500;
	background: #F8F5F5;
	padding: 5px 10px;
	border-radius: 8px;
	margin-bottom: 15px;
}
#block-2 .blk ul{
	padding: 0;
	margin: 0;
	list-style: none;
	column-count: 2;
	min-height: 144px;
}
#block-2 .blk ul li{
	padding-left: 30px;
	position: relative;
	margin-bottom: 12px;
}
#block-2 .blk ul li:before{
	content: '';
	width: 24px;
	height: 24px;
	background: #F8F5F5 url("../images/gal.svg") center center no-repeat;
	display: block;
	border-radius: 4px;
	position: absolute;
	left: 0;
	top: 0;
}
#block-2 .blk ul li a{
	color: #333;
}
#block-2 .blk ul li a:hover{
	text-decoration: none;
}
.button{
	background: #CE413E;
	color: #fff;
	text-align: center;
	text-decoration: none;
	border:none;
	cursor: pointer;
	font-size: 18px;
	display: inline-block;
	border-radius: 8px;
	padding: 15px;
	transition:0.3s ease all;
}
.button:hover{
	background: #E74C3C;
}
#block-2 .blk .button{
	padding: 5px 15px;
	display: block;
}
#block-2 .block.last, .category .block.last{
	max-width: 282px;
	margin: auto;
	margin-top: 40px;
	background: #fff;
	border-radius: 8px;
	padding: 15px;
}
#block-2 .last .button, .category .last .button{
	margin-top: 15px;
}
#block-3{
	background: url("../images/form-bg.jpg") center center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
#block-3 .title{
	font-size: 54px;
	line-height: 110%;
	margin-bottom: 10px;
}
#block-3 form{
	max-width: 800px;
	margin: auto;
}
#block-3 .form-control, #block-10 .form-control{
	height: 58px;
	border:1px solid #718096;
	background: #FBFBFB;
	font-size: 20px;
	font-weight: 500;
	padding: 0 20px;
}
#block-3 .button, #block-10 .button{
	display: block;
	width: 100%;
}
#block-3 .ch{
	margin-top: 10px;
}
#block-3 .pol{
	margin-top: 10px;
	text-align: center;
	color: #718096;
	line-height: 100%;
}
#block-3 .pol a{
	color: #718096;
}
#block-4 .block{
	padding: 15px;
	background: #fff;
	border-radius: 8px;
	font-size: 18px;
	min-height: 330px;
}
#block-4 .block .tit{
	margin-top: 15px;
	line-height: 120%;
}
#block-4 .block.b2 .tit{
	margin-bottom: 15px;
}
#block-5 {
	background: url("../images/map-bg.png") center center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
#block-6 .wrap{
	background: #fff;
	border-radius: 8px;
	padding: 20px;
}
#block-6 .cte{
	background: #F5F5F5;
	padding: 20px;
	border-radius: 8px;
	margin-bottom: 15px;
}
#block-6 p:last-child{
	margin: 0;
}
#block-7 .img-fluid{
	margin-bottom: 24px;
	display: block;
	height: 58px;
}
#block-7 .button{
	padding: 15px 40px;
	margin-top: 10px;
}
#block-8 .wrap{
	background: #fff;
	border-radius: 16px;
	padding: 20px;
	font-size: 18px;
}
#block-8 .tit{
	font-size: 22px;
	font-weight: 500;
	margin-top: 50px;
}
#block-8 .button{
	display: block;
	margin-top: 15px;
}
#block-8 .wrap2{
	padding: 20px;
	background: #E2E8F0;
	border-radius: 8px;
	padding-right: 100px;
}
#block-8 .block{
	background: #fff;
	border-radius:8px;
	border:1px solid #ccc;
	padding: 20px;
}
#block-8 .block .bot{
	border-top: 1px solid #eee;
	padding: 15px;
	margin: -15px;
	margin-top: 0;
}
#block-8 .block .tt{
	font-weight:bold;
	margin:20px 0 15px;
}
#block-8 .block .txt{
	font-size:14px;
}
#block-8 .block img{
	display:block;
	margin:auto;
}
#block-8 .owl-nav{
	position: absolute;
	right: -80px;
	bottom: 0px;
}
#block-8 .owl-prev{
	width: 32px;
	height: 32px;
	overflow: hidden;
	text-indent: -200px;
	background: url("../images/left.svg") center center no-repeat;
}
#block-8 .owl-next{
	width: 32px;
	height: 32px;
	overflow: hidden;
	text-indent: -200px;
	background: url("../images/right.svg") center center no-repeat;
}
#block-8 .block .bot a{
	color: #718096;
}
#block-8 .block img{
	width: auto;
}
#block-9 .block{
	background: #fff;
	border-radius: 8px;
	margin-bottom: 12px;
}
#block-9 .block .top{
	font-size: 22px;
	font-weight: 500;
	padding: 20px;
	padding-right: 40px;
	background: url("../images/bot.svg") right 25px center no-repeat;
	cursor: pointer;
}
#block-9 .block .bot{
	padding: 20px;
	padding-top: 0;
	display: none;
}
#block-9 .block.active .bot{
	display: block;
}
#block-10 .map, #contacts .map{
	border-radius: 20px;
	overflow: hidden;
	position: relative;
}
#block-10 .form {
	border-radius: 20px;
	background: #fff;
	padding: 20px;
}
#block-10 .form .text{
	font-size: 18px;
	margin: 10px 0 50px;
}
#block-10 .ch{
	margin: 15px 0;
}
#block-10 .pol{
	text-align: center;
	line-height: 100%;
	color: #718096;
	margin-top: 22px;
}
#block-10 .pol a{
	color: #718096;
}
#block-10 .block, #contacts .block{
	position: absolute;
	left: 20px;
	top: 20px;
	background: #fff;
	z-index: 4;
	border-radius: 20px;
	overflow: hidden;
}
#block-10 .block .addr, #contacts .block .addr{
	padding: 20px;
	line-height: 120%;
	font-size: 18px;
}
#block-10 .block .right, contacts .block .right{
	background: #F8F5F5 url("../images/logo.png") center center no-repeat;
}
#block-10 .addr .tit, #contacts .addr .tit{
	font-size: 22px;
	font-weight: 500;
	margin-bottom: 15px;
}
footer{
	padding: 50px 0;
}
footer ul{
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: normal;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
}
footer ul li{
	
}
footer ul li a{
	color: #718096;
	font-size: 18px;
	text-decoration: none;
	text-align: center;
}
footer ul li a:hover{
	text-decoration: underline;
}
footer .contact .tit, #contacts .contact .tit{
	font-weight: 500;
	font-size: 22px;
	margin-bottom: 10px;
}
footer .text, footer .text a{
	font-size: 12px;
	color: #718096;	
}
footer .text p{
	margin-bottom: 10px;
}
footer .contact .tit img, #contacts .contact .tit img{
	position: relative;
	top: -2px;
}
footer .contact, #contacts .contact{
	font-size: 20px;
}
footer .contact a, #contacts .contact a{
	color: #333;
	text-decoration: none;
}
footer .mes, #contacts .contact .mes{
	margin-top: 15px;
}
footer .btns .button{
	padding: 5px 15px;
	display: block;
	margin-bottom: 15px;
}
footer .bottom{
	border-top:1px solid #E2E8F0;
	margin-top: 15px;
	padding-top: 15px;
	color: #718096;
	font-size: 12px;
}
#m-menu{
	display: none;
}
#top{
	padding: 40px 0;
}
#top h1{
	font-size: 50px;
	font-weight: 500;
}
#top .sub{
	margin-bottom: 0;
}
#top{
	background: url("../images/top-bg.png") center center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.category{
	background: #F8F5F5;
	padding-bottom: 50px;
}
.category .wrap{
	padding-top: 50px;
}
.category .block.last{
	margin-top: 0;
}
#block-1{
	background: url("../images/first-block.jpg") top center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
#block-1 .wrap{
	background: #fff;
	box-shadow: 0 4px 15px rgba(0,0,0, 0.2);
	padding: 50px;
	max-width:1000px;
	margin: auto;
}
#block-1 .wrap .title{
	line-height: normal;
	margin-bottom: 10px;
}
#block-1 .wrap .sub{
	color: #767676;
}
#block-1 .wrap .mes a{
	display: block;
	padding: 15px;
	border-radius: 50px;
	text-decoration: none;
	color: #fff;
}
#block-1 .wrap .mes .b1{
	background: #9DC7A4 url("../images/b1.png") left center no-repeat;
	background-size: contain;
}
#block-1 .wrap .mes .b2{
	background: #27A6E5 url("../images/b2.png") left center no-repeat;
	background-size: contain;
}
#block-1 .wrap .mes .b3{
	background: #E7EFF6 url("../images/b3.png") left center no-repeat;
	background-size: contain;
	color: #2C2C2C;
}
.b2 .block {
	text-align: center;
}
.b2 .block img {
	margin-bottom: 15px;
	width: 130px;
}
.b2 .block .tit {
	font-size: 20px;
	margin-bottom: 10px;
	line-height:normal;
}
.b2 .block .text {
	color: #949494;
}
#text-page ul {
	padding: 10px 0 10px 30px;
	list-style-type: none;
	margin:0;
}
#text-page ul li {
	position: relative;
}
#text-page ul li::before {
	content: "";
	position: absolute;
	top: 8px;
	left: -35px;
	display: block;
	border-radius: 50%;
	width: 10px;
	height: 10px;
	border: 2px solid #a2d534;
}
.b3 .img {
	max-width: 300px;
}
#text-page img{
	max-width:100%;
}
.form.b {
	background: #FAFAFA;
	padding: 30px;
	margin: 40px 0;
}
.form.b .title {
	font-weight: bold;
	font-size: 26px;
	position: relative;
}
.form.b .sub {
	color: #949494;
	font-size: 14px;
	margin-bottom: 30px;
}
.form.b .fg {
	border-radius: 5px;
	background: #fff;
	border: 1px solid #EEEEEE;
	padding: 15px;
	margin-bottom: 10px;
	padding-bottom: 6px;
}
.wpcf7-form-control-wrap {
	position: relative;
}
.form.b input[type="text"] {
	width: 100%;
	border: none;
	padding: 0;
	color: #000;
	font-weight: bold;
	font-size: 18px;
	height: 40px;
}
.form.b .button {
	width:100%;
}
.form.b .pol {
	font-size: 13px;
	text-align: center;
	color: #949494;
	margin-top: 15px;
}
.form.b .title::after {
	content: "";
	display: block;
	width: 100px;
	height: 3px;
	background: #348ED5;
	position: absolute;
	left: 0;
	bottom: -15px;
}
.form.b p{
	margin:0;
}
.form.b input:focus{
	outline:none;
}
.form.b .wpcf7-not-valid-tip, .modal .wpcf7-not-valid-tip {
	font-size: 12px;
	line-height: normal;
}
.wpcf7-spinner{
	display:none;
}
#breadcrumbs{
	color:#718096;
	font-size:15px;
	margin:20px 0 -20px;
}
#breadcrumbs a{
	color:#718096;
}
#breadcrumbs span{
	color:#1A1A1A;
}
#top #breadcrumbs{
	margin-bottom:15px;
}
#block-1 .tit{
	font-size:20px;
	font-weight:bold;
	line-height:110%;
	margin-bottom:5px;
}
.modal .pol{
	line-height:normal;
	font-size:12px;
	text-align:center;
}
@media(max-width:1400px){
	#menu ul li a{
		font-size:11px;
	}
	header .mes img{
		width: 25px;
	}
	#block-3 .title{
		font-size: 40px;
	}
	#block-7 .img-fluid{
		height: 49px;
	}
	.title{
		line-height: 110%;
	}
	#block-8  .tit{
		margin-top: 25px;
	}
}
@media(max-width:1200px){
	#menu .menu > a{
		padding: 31.4px 10px;
	}
	#menu ul li:nth-child(2) a {
		padding: 18.9px 10px;
	}
	#block-2 .block a .tit, .category .block a .tit{
		font-size: 18px;
	}
	#block-2 .blk ul li{
		font-size: 13px;
	}
	#block-7 .img-fluid{
		height: 40px;
	}
	#block-8 .text{
		font-size: 15px;
	}
	#block-10 .block .addr, #contacts .block .addr{
		font-size: 16px;
	}
	#block-10 .block .addr .tit, #contacts .block .addr .tit{
		font-size: 18px;
	}
	#block-10 .form .img-fluid{
		width: 200px;
	}
	footer ul li a{
		font-size: 12px;
	}
	footer .contact .tit, #contacts .contact .tit{
		font-size: 16px;
	}
	footer .contact, #contacts .contact{
		font-size: 15px;
	}
}
@media(max-width:992px){
	#menu ul li:nth-child(2) a {
		padding: 8px 5px;
	}
	#menu .menu > a{
		padding:22.5px 5px;
	}
	.b2 .block .text{
		font-size:14px;
	}
	#menu ul li a{
		font-size: 11.7px;
		padding: 15px 5px;
	}
	.logo img{
		width: 90px;
	}
	#menu .menu > a {
		padding-right: 15px;
	}
	.title{
		font-size: 28px;
	}
	.sub{
		font-size: 16px;
	}
	.p-50{
		padding: 40px 0;
	}
	.sub{
		margin-bottom: 20px;
	}
	#block-2 .block a .tit, .category .block a .tit{
		font-size: 16px;
	}
	#block-2 .block, .category .block{
		margin-bottom: 15px;
	}
	#block-2 .block .img-fluid{
		min-height: 162px;
		object-fit:cover;
	}
	#block-2 .blk{
		margin-bottom: 10px;
	}
	#block-2 .block.last, .category .block.last{
		margin-top: 0px;
	}
	.p-100{
		padding: 70px 0;
	}
	#block-3 .title{
		font-size: 30px;
	}
	#block-8 .text{
		font-size: 14px;
	}
	#block-9 .block .top{
		font-size: 18px;
	}
	#block-10 .form .text{
		margin: 5px 0 10px;
	}
	footer .button{
		font-size: 13px;
		margin-bottom: 10px;
	}
	footer .contact .tit, #contacts .contact .tit{
		font-size: 15px;
	}
	.menu-wrap .tit{
		font-size: 25px;
	}
	.w-menu{
		padding: 20px 0;
	}
	.w-menu ul li a{
		font-size: 16px;
	}
	header .form-control{
		height: 40px;
	}
	.w-menu ul li a svg{
		width: 30px;
		height: 30px;
	}
	.menu-wrap .copy{
		font-size: 13px;
	}
	#block-1 .wrap .mes a{
		padding: 10px;
	}
}
@media(max-width:768px){
	.b2 .block{
		margin-bottom:30px;
	}
	.menu-wrap{
		display: none;
	}
	header .button{
		font-size: 14px;
		padding: 5px 10px;
	}
	header{
		padding: 5px 0;
		border:none;
		position: relative;
		z-index: 5;
	}
	.toggler{
		cursor: pointer;
		width: 40px;
		height: 40px;
		background: url("../images/burger.svg") center center no-repeat;
	}
	#m-menu{
		background: #fff;
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		z-index: 3;
	}
	#m-menu .tit{
		font-weight: 500;
		font-size: 22px;
		border-bottom: 1px solid #E2E8F0;
		padding: 5px 0;
		text-align: right;
	}
	#m-menu ul {
		padding: 0;
		margin: 09px;
		list-style: none;
	}
	#m-menu ul li a{
		display: block;
		text-align: right;
		font-weight: 500;
		color: #718096;
		text-decoration: none;
		padding: 5px 0;
	}
	#m-menu ul li ul li a{
		color: #94A3B8;
	}
	#m-menu ul li ul li a svg{
		width: 24px;
		height: 24px;
		margin-left: 3px;
	}
	.parent>ul{
		display: none;
	}
	#m-menu .conts{
		text-align: right;
		padding: 10px 0;
		border-top:1px solid #E2E8F0;
		border-bottom: 1px solid #E2E8F0;
	}
	#m-menu .conts a{
		color: #333;
		font-weight: 500;
		text-decoration: none;
	}
	#m-menu .callback{
		text-decoration: underline;
		color: #718096;
	}
	#m-menu .mes{
		text-align: right;
		padding-top: 10px;
	}
	#m-menu .mes img{
		width: 32px;
	}
	#m-menu .srch{
		padding: 10px 0;
		border-bottom:1px solid #E2E8F0;
	}
	#m-menu .srch form .form-control{
		width: 100%;
	}
	header form input[type="submit"]{
		width: 40px;
		height: 40px;
	}
	#m-menu{
		padding-bottom: 15px;
		display: none;
	}
	#m-menu.active{
		display: block;
	}
	#m-menu .copy{
		font-size: 12px;
		color: #718096;
		text-align: center;
	}
	#m-menu .soc a{
		text-decoration: none;
	}
	#m-menu .soc{
		padding: 10px 0;
		text-align: center;
	}
	#block-8 .text{
		margin-bottom: 15px;
	}
	#block-10 .form{
		margin-top: 15px;
	}
	footer ul{
		margin-top: 20px;
	}
	footer{
		padding: 40px 0 30px;
	}
	#block-1 .wrap {
		padding: 30px;
	}
	#block-1 .wrap .mes a{
		font-size: 14px;
		padding-left: 30px;
	}
}
@media(max-width:576px){
	.title{
		font-size: 22px;
	}
	.sub{
		font-size: 16px;
		line-height: normal;
	}
	#block-2 .blk ul{
		column-count: 1;
		font-size: 16px;
	}
	#block-2 .blk ul li a{
		font-size: 16px;
	}
	#block-2 .blk .tit{
		font-size: 18px;
	}
	.cl{
		border-radius: 15px;
	}
	.p-100{
		padding: 40px 0;
	}
	#block-3 .title{
		font-size: 24px;
	}
	#block-3 .form-control{
		height: 50px;
		font-size: 18px;
	}
	#block-3 .pol{
		font-size: 12px;
	}
	#block-4 .owl-dots{
		text-align: center;
	}
	#block-4 .owl-dots .owl-dot{
		width: 10px;
		height: 10px;
		background: #CFD6DD;
		border-radius:50%;
		margin: 0 2px;
		transition:0.3s ease all;
	}
	#block-4 .owl-dots .owl-dot.active{
		background: #CE413E;
		width: 20px;
		border-radius:29px;
	}
	#block-7 .img-fluid{
		height: 30px;
		margin-bottom: 6px;
	}
	#block-7 .row{
		margin: 0 -3px;
	}
	#block-7 .row>div{
		padding: 0 3px;
	}
	#block-7 .button{
		display: block;
	}
	#block-8{
		text-align: center;
	}
	#block-8 .wrap2{
		padding: 10px;
	}
	#block-8 .wrap{
		border-radius: 0;
		margin: 0 -12px;
	}
	#block-8 .block .bot{
		font-size: 14px;
	}
	#block-8 .owl-nav{
		position: static;
		margin-top: 10px;
	}
	#block-9 .block .top{
		padding: 15px;
		font-size: 16px;
		padding-right: 50px;
		line-height: normal;
	}
	#block-9 .block .bot{
		padding: 15px;
		padding-top: 0;
	}
	#block-10 .form .text{
		font-size: 15px;
	}
	#block-10 .form-control{
		height: 50px;
	}
	#block-10 .form .pol{
		font-size: 12px;
	}
	footer ul{
		display: block;
	}
	footer ul li a{
		font-size: 16px;
		padding: 3px 0;
		display: block;
	}
	footer .btns{
		margin-top: 15px;
		margin-bottom: 15px;
	}
	footer .text{
		font-size: 12px;
		text-align: center;
	}
	footer .btns .button{
		margin-bottom: 5px;
	}
	footer .text p{
		margin-bottom: 3px;
	}
	footer .copy{
		margin-bottom: 10px;
	}
	footer .bottom{
		text-align: center;
	}
	#block-1 .wrap{
		padding: 15px;
	}
	#block-1 .wrap .title{
		font-size: 20px;
	}
	#block-1 .wrap .sub{
		font-size: 14px;
	}
	#block-1 .wrap .mes a{
		margin-bottom: 5px;
		padding: 10px;
	}
	.b2 .block img {
		width: 100px;
	}
	.b2 .block .tit {
		font-size: 16px;
	}
	.b2 .block .text {
		font-size: 14px;
	}
	.p-30{
		padding:10px 0 20px;
	}
	.b2 .row>div:last-child>.block{
		margin-bottom:0;
	}
	.form.b .title {
		font-size: 20px;
	}
	.form.b .title:after {
		bottom: -10px;
	}
	.form.b{
		padding:15px;
	}
	#block-1 .tit{
		font-size:16px;
	}
	#contacts .block{
		right:10px;
		top:10px;
		left:10px;
		padding:15px;
	}
	#contacts .block .addr{
		padding:0;
	}
}