@font-face {
	font-family: 'Roboto';
	src:url('../fonts/RobotoRegular/Roboto-Regular.eot');
	src:url('../fonts/RobotoRegular/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/RobotoRegular/Roboto-Regular.woff2') format('woff2'),
		url('../fonts/RobotoRegular/Roboto-Regular.woff') format('woff'),
		url('../fonts/RobotoRegular/Roboto-Regular.ttf') format('truetype'),
		url('../fonts/RobotoRegular/Roboto-Regular.svg#Roboto-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src:url('../fonts/RobotoBold/Roboto-Bold.eot');
    src:url('../fonts/RobotoBold/Roboto-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/RobotoBold/Roboto-Bold.woff2') format('woff2'),
        url('../fonts/RobotoBold/Roboto-Bold.woff') format('woff'),
        url('../fonts/RobotoBold/Roboto-Bold.ttf') format('truetype'),
        url('../fonts/RobotoBold/Roboto-Bold.svg#Roboto-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

body{
	font-family: 'Roboto';
	font-size: 16px;
	line-height: 20px;
	color: #333333;
}
.wr{
	max-width:1200px;
	margin:auto;
	padding:0 15px;
	box-sizing:border-box;
}
h1, h2, h3, h4, h5, h6{
	margin-bottom:20px;
	font-weight:bold;
}
h1{font-size:36px;line-height: 40px;position:relative;}
h2{font-size:34px;}
h3{font-size:32px;}
h4{font-size:30px;}
h5{font-size:28px;}
h6{font-size:26px;}

h1:before{
	content: '';
    position: absolute;
    left: -3px;
    width: 27px;
    height: 38px;
    background: url(/img/h1.png) no-repeat;
    z-index: -1;
}
/*

---------------- Header ---------- */

header{
	background: url(../img/logo_ten.png) top center no-repeat, url(../img/fon-header.jpg) top center / cover no-repeat;
	position:relative;
	padding: 40px 0 40px;
}
header .logo{
    width: 211px;
	position: absolute;
    left: 0;
    right: 0;
    top: 15px;
    margin: auto;
}
header .left{
	float:left;
}
header .left .adres{
	float:left;
	width: 206px;
	margin: 0 8px 0 0;
}
header .left .adres p{
	color:#fff;
	margin-bottom: 10px;
}
header .left .adres p:before{
	font-family:'FontAwesome';
	content:"\f041";
	color:#fff679;
	margin-right: 10px;
}
header .left .adres span{
	font-size:14px;
	color:#b3aea9;
}
header .left .mail{
	float:left;
}
header .left .mail a{
	font-size:16px;
	color:#fff;
	text-decoration:none;
}
header .left .mail a:before{
	font-family:'FontAwesome';
	content:"\f0e0";
	color:#fff679;
	margin-right: 10px;
}
header .left .mail a:hover{
	color:#fff679;
	transition: 0.5s all;
}
header .right{
	float:right;
}

header .right .soc{
	float: left;
	margin: -13px 0 0;
}
header .right .soc a{
	font-size: 22px;
    color: #fff;
    width: 45px;
    height: 45px;
    display: inline-block;
    border-radius: 50%;
    box-sizing: border-box;
	text-align: center;
    padding: 11px 0;
	border:1px solid transparent;
}
header .right .soc a:hover{
    color:#fff679;
	border:1px solid #fff679;
	transition: 0.5s all;
}

header .right .phone{
	float:right;
	width: 195px;
    text-align: right;
	margin-left:20px;
}
header .right .phone a{
	font-size:20px;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
	display: inline-block;
}
header .right .phone a:hover{
	color:#fff679;
}

header .right .phone a:first-child{
	margin-bottom:20px;
}
header .right .phone a:first-child:before{
	font-family:'FontAwesome';
	content:"\f095";
	color: #fff679;
	margin-right: 10px;
}

header .info{
	text-align: center;
	margin: 100px 0 160px;
}
header .info span{
	font-size:36px;
	line-height: 40px;
	font-weight:bold;
	color:#fff;
}
header .info p{
	font-size: 20px;
    color: #9c9b9a;
    line-height: 27px;
    margin: 18px 0 0;
}
/*

---------------- Menu ---------- */
header .menu{
    width: 100%;
	text-align:center;
	padding: 227px 0 0;
}
header .menu .mob-menu{
	display:none;
	padding:14px 0;
	color:#fff;
	text-decoration:none;
}
header .menu ul{
	text-align: justify;
	width: 500px;
	margin:auto;
}
header .menu ul li{
	display: inline-block;
    list-style: none;
}
header .menu ul li:last-child{
	width:100%;
}
header .menu ul li:last-child span{
	padding:0;
}
header .menu ul li a{
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	text-decoration:none;
	display: inline-block;
	position:relative;
	padding: 0 0 10px;
	transition: 0.5s all;
}
header .menu ul li a:before{
	content:'';
	width:0%;
	height:2px;
	background:#ebdb10;
	position:absolute;
	bottom:0;
}
header .menu ul li a:hover:before{
	content:'';
	width:100%;
	height:2px;
	background:#ebdb10;
	position:absolute;
	bottom:0;
	transition: 0.5s all;
}
header .menu ul li.active a:before{
	content:'';
	width:100%;
	height:2px;
	background:#ebdb10;
	position:absolute;
	bottom:0;
}

/*

---------------- Sec-1 ---------- */
.sec-1{
    position: relative;
	padding: 140px 0;
	background: #e8e8e7;
	text-align: center;
}
.sec-1 .servis{
	margin: -310px 0 160px;
}
.sec-1 .servis .block{
	background:url(/img/servis.png) no-repeat;
	width:282px;
	height:274px;
	display: inline-block;
    vertical-align: top;
	margin: 0 10px 0 0;
	text-decoration: none;
}
.sec-1 .servis .block:last-child{
	margin-right:0;
}
.sec-1 .servis .block .tabl{
	width:282px;
	height:274px;
	display: table-cell;
    vertical-align: middle;
}
.sec-1 .servis .block p{
	font-size: 24px;
	text-align: center;
	color: #fff;
}
.sec-1 .servis .block:hover p{
	color:#fff679;
}

.sec-1 .cap{
	font-size:28px;
	font-weight:bold;
	margin-bottom:30px;
}
.sec-1 .shag{
	
}
.sec-1 .shag  .block{
	text-align:center;
	display:inline-block;
	width: 200px;
    vertical-align: top;
	margin-right: 38px;
	margin-bottom: 25px;
}
.sec-1 .shag  .block:last-child{
	margin-right: 0;
}
.sec-1 .shag .block .img{
	position:relative;
}
.sec-1 .shag .block .img:before{
	content:'';
	position:absolute;
	bottom: 3px;
    right: -155px;
	width:258px;
	height:115px;
	background:url(/img/p.png) top no-repeat;
}
.sec-1 .shag .block:last-child .img:before{
	content:none;
}
.sec-1 .shag .block p{
	font-size:18px;
	font-weight:bold;
	margin-top: 10px;
}
/*

---------------- sec-2 ---------- */
.sec-2{
	padding: 40px 0 0;
}
.sec-2 .block{
	margin-bottom:40px;
}
.sec-2 .caption{
	font-size:28px;
	line-height: 30px;
	font-weight:bold;
	text-align: center;
    margin: 30px 0;
}
.sec-2 .cap{
	display:inline-block;
	width:30%;
	vertical-align: top;
}
.sec-2 .text{
	display:inline-block;
	width:69%;
}
.sec-2 .text p{
	margin-bottom:20px;
}
.sec-2 .text .left-img{
	width:280px;
	float:left;
	margin: 0 10px 10px 0;
}
.sec-2 .text .right-img{
	width:280px;
	float:right;
	margin: 0 0 10px 10px;
}

/*

---------------- Content ---------- */
.content{
	padding:30px 0;
}
/* .content .page{ */
	/* display: inline-block; */
/* } */
.content p{
	padding:0 0 15px;
}
.content a{
	color:#000;
}
.content a:hover{
	background:#ffed00;
}
.g-recaptcha{ 
    transform:scale(0.7);
	transform-origin:0;
}

/* Нум/Марк списки */
.content ul{
	list-style-type: none;
}
.content ul li:before {
	content: "★";
	color: #000;
	padding-right: 5px;
}
.content ol{
	list-style-type: none;
	counter-reset: num;
}
.content ol li::before {
	content: counter(num) '. ';
	counter-increment: num;
	color: #000;
}

table{
	
}
table td{
	border: 1px solid #b3b3b3;
	padding: 7px;
}

.scrollup{
	position:fixed;
	bottom:220px;
	right:30px;
	display:none;
	cursor:pointer;
	background: url(/img/top.png) no-repeat;
	z-index: 99;
	width: 65px;
	height: 65px;
}

.crumbs{
	background: #e8e8e7;
	padding:20px 0;
}
.crumbs .breadcrumbs a{
	color:#333333;
	text-decoration:none;
}
.crumbs .breadcrumbs span{
	color:#666666;
}

/*

---------------- Footer ---------- */
footer{
	background:#262626;
	padding: 30px 0;
}
footer .block .adres{
	display:inline-block;
	width:240px;
	margin: 0 80px 20px 0;
	padding: 0;
}
footer .block  div{
	display:inline-block;
	width:220px;
	vertical-align: top;
	margin-bottom: 20px;
	margin-right: 50px;
    box-sizing: border-box;
}
footer .block  div:last-child{
	margin-right: 0;
}
footer .block .adres .kompani{
	font-size: 16px;
    color: #fff679;
	margin-bottom: 10px;
}
footer .block .adres .strit{
	font-size: 16px;
    color: #fff;
	margin-bottom: 10px;
}
footer .block .adres .strit span{
    color: #b3b3b3;
}
footer .block .phone a{
	font-size: 20px;
	font-weight: bold;
    color: #fff;
	text-decoration:none;
	display: inline-block;
	margin-bottom: 20px;
}
footer .block .phone a:hover{
    color: #fff679;
}
footer .block .phone .mail{
	font-size: 16px;
	font-weight: normal;
}

footer .menu ul li a{
	font-size: 16px;
    color: #fff;
	text-decoration:none;
	display: inline-block;
	margin-bottom: 20px;
}
footer .menu ul li a:hover{
	color: #fff679;
}
footer .servis a{
	font-size: 16px;
    color: #fff;
	text-decoration:none;
	display: inline-block;
	margin-bottom: 20px;
}
footer .servis a:hover{
	color: #fff679;
}

footer .soc a{
	font-size: 22px;
    color: #fff;
    width: 45px;
    height: 45px;
    display: inline-block;
    border-radius: 50%;
    box-sizing: border-box;
	text-align: center;
    padding: 11px 0;
	border:1px solid transparent;
}
footer .soc a:hover{
	color:#fff679;
	border:1px solid #fff679;
	transition: 0.5s all;
}
footer .copyright{
	font-size:16px;
	color:#fff;
	margin-top:20px;
}
/*

---------------- Contact form ---------- */
.bac-form{
	background:#e8e8e7;
	padding: 40px 0;
}

.feedbackform{
	width: 70%;
    margin: auto;
}
.feedbackform .formname{
	font-size:28px;
	line-height: 29px;
	text-align:center;
	margin:20px 0;
	font-weight:bold;
	/* display: inline-block; */
}
.block-input{
	display: inline-block;
	vertical-align: top;
	width: 45%;
	margin-bottom: 10px;
	margin-right: 20px;
}
.block-input .row{
	margin-bottom: 20px;
}
.row-2{
	display: inline-block;
	width: 51%;
	margin-bottom: 10px;
	vertical-align: top;
}
.block-input .row input{
	font-family: 'Roboto';
	font-size:16px;
	height: 60px;
	outline:none;
	width: 100%;
	padding: 5px 10px;
	box-sizing: border-box;
	color:#333333;
}
.row-2 textarea{
	font-family: 'Roboto';
	font-size:16px;
	outline:none;
	width: 100%;
	height: 220px;
	padding: 5px 10px;
	box-sizing: border-box;
}
.row input[type="submit"]{
	font-size:16px;
	border:0;
	width: 235px;
    height: 62px;
    margin: 20px auto 0;
    display: block;
	color:#feec00;
	background: #212121 url(/img/buttom.png) center no-repeat;
}
.row input[type="submit"]:hover{
	color:#000;
	background: #feec00 url(/img/buttom_hover.png) center no-repeat;
}

.feedbackform .checkbox{
	
}
.block-input .checkbox input[type="checkbox"]{
	border:0;
    height: 20px;
    margin: 20px auto 0;
    display: block;
	color:#feec00;
}
.row input[type="submit"]:hover{
	cursor:pointer;
}
.row label{
	width: 100%;
	padding: 0 0 10px;
    display: inline-block;
}
.row label span{
	color:#cb4e22;
}
.error{
	border: 1px solid #f00;
}
.errorMessage{
	display:none;
}

.message_sent{
	text-align: center;
}
.message_sent .message_h1{
	font-size: 30px;
	line-height: 48px;
    font-weight: bold;
}
.message_sent .message_p{
	
}
/*

---------------- Loginform ---------- */
.loginform{
	width: 250px;
	margin: 30px auto;
}
.loginform .row{
	width: 250px;
	margin: 5px auto;
}
.loginform input{
	width: 250px;
	height: 40px;
    margin: 5px auto;
    padding: 11px;
    box-sizing: border-box;
}
/*

---------------- Error ---------- */
.error404{
	text-align:center;
	background:url(/img/404.jpg) no-repeat;
	background-size: cover;
	min-height:400px;
}
.error404 .df{
	padding: 125px 0;
    max-width: 500px;
}
.error404 .p_1{
	font-size:130px;
	line-height:100px;
	font-weight:bold;
	color:#333333;
}
.error404 .p_2{
	font-size:13px;
	line-height: 50px;
	color:#fff;
}
.error404 a{
	color:#fff;
}

/*

---------------- Adaptive ---------- */
@media (max-width: 1200px){
	.sec-1 .servis .block {margin-right:0;}
	.sec-1 .shag .block {margin-right:0;}
	.sec-1 .shag .block .img:before{content:none;}
	footer .block .servis{display:none;}
}
@media (max-width: 1100px){
	header .right .soc {display:none;}
	header .left .mail{display:none;}
}
@media (max-width: 920px){
	footer .block .adres{width:100%; margin: 0 0 20px;}
	
	
	.feedbackform {width: 80%;}
	.block-input {width: 100%;}
	.row-2 {width: 100%;}
}
@media (max-width: 820px){
	/* мобильное меню */
	header .menu .mob-menu{
		display:inline-block;
		width: 100%;
		border: 1px solid #fff;
		box-sizing: border-box;
	}
	header .menu .main-menu{
		display:none;
		border: 1px solid #fff;
		width: auto;
		padding: 15px;
	}
	header .menu ul li {display: block;}
	header .menu ul li a {padding: 10px 0;}
	/*конец мобильное меню */
}
@media (max-width: 720px){
	header .logo{
		position:relative;
		top: 0;
		margin: 0 auto 20px;
	}
	header .menu {padding: 20px 0 0;}
	header .left {display:none;}
	header .right{float: none;}
	header .right .phone {float: none;margin: auto;}
	
	.sec-1 .servis{margin: -310px 0 100px;}
	.sec-2 .cap {width: 100%; margin: 15px 0; font-weight:bold;}
	.sec-2 .text {width: 100%;}
}
