@import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,700,700i&subset=cyrillic,cyrillic-ext,latin-ext');
body {
	font-family: 'Roboto', sans-serif;
	background: url(../img/bg.jpg);
	color:#000;
}
a {
    color: #cc8200;
    text-decoration: none;
}
a.logo img {
	max-width: 320px;
	width: 100%;
}
.header {
	padding-top: 12px;
	padding-bottom: 12px;
}
.header .phones {
	margin-top: 30px;
}
.header .phone a {
	font-size: 20px;
	color:#fff;
	text-decoration: none;
}
.header .phone i {
	color:#f5bf1d;
	font-size: 22px;
	margin-right: 10px;
}
.header .mail {
	margin-top: 30px;
}
.header .mail a {
 	font-size: 16px;
 	color:#f5bf1d;
 	text-decoration: none;
}
.header .mail i {
	color:#f5bf1d;
	font-size: 18px;
	margin-right: 10px;
}
.header .phone_big a {
	font-size: 34px;
	color:#fff;
	font-weight: bold;
}
.header .phone_big i {
	font-size: 36px;
	color:#f5bf1d;
}
.header .contacts {
	text-align: right;
}
.header_menu {
	background: #e3b838;
}
.header_menu ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.header_menu.sticky {
	position: fixed;
	top:0;
	width: 100%;
	z-index:9999999;
}
.header_menu ul li {
	display: block;
	float: left;
}
.header_menu ul li a {
	position: relative;
	display: block;
	padding:25px 14px;
	color:#fff;
	font-size: 18px;
	font-weight: bold;
	border-right:1px solid #d8a00b;
	
}
.header_menu ul li:last-child a {
	border-right: 0;
}
.header_menu ul li a:before {
	content: '';
	width: 100%;
	height: 0;
	position: absolute;
	z-index: 0;
	background: #5b5a5f;
	left: 0;
	bottom: 0;
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
}
.header_menu ul li a span {
	position: relative;
	z-index: 1;
}
.header_menu ul li a:hover {
	text-decoration: none;
}
.header_menu ul li a:hover:before,.header_menu ul li a.active:before {
	height: 100%;
}
.search {
	margin-top: 20px;
	width: 180px;
	float: right;
	position: relative;
	background: #fff;
	border-radius: 20px;
}
.search input {
	background: transparent;
	border:0;
	font-size: 16px;
	color:#afafaf;
	padding:5px 30px 5px 15px;
}
.search input:hover,.search input:focus,.search button:focus {
	outline:none;
}

.search button {
	background: transparent;
	border:0;
	position: absolute;
	right: 7px;
	top:0;
	color:#afafaf;
	font-size: 20px;
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
}
.search button:hover {
	color:#000;
}
.home_pic {
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	height: 547px;
	margin-top: 25px;
	z-index: 999999;
    position: relative;
}
.home_pic .slogan {
	font-weight: 300;
	color:#fff;
	font-size: 50px;
	margin-top: 50px;
	margin-left: 30px;
	line-height: 1;
}
.home_pic .numbers {
	background: #e3b838;
	padding:36px 0;
}
.home_pic .numbers .number {
	display: table;
	width: 100%;
}
.home_pic .number_item .left {
	font-size: 60px;
	color:#fff;
	font-weight: 300;
	width: 22%;
	text-align: center;
	height: 105px;
	display: table-cell;
	vertical-align: middle;
	position: relative;
}
.home_pic .number_item .left:before {
	content:'';
	background: #5b5a5f;
	position: absolute;
	left: 0;
	top:0;
	height: 100%;
	width: 0;
	z-index: 0;
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
}
.home_pic .number_item:hover .left:before {
	width: 100%;
}
.home_pic .number_item .left span,.home_pic .number_item .right span {
	position: relative;
	z-index: 1;
}
.home_pic .number_item .right {
	color:#fff;
	font-weight: 300;
	font-size: 22px;
	width: 78%;
	height: 100%;
	padding-right: 15px;
	padding-left: 15px;
	display: table-cell;
	vertical-align: middle;
	position: relative;
}
.home_pic .number_item .right:after {
	content:'';
	background: #cea734;
	position: absolute;
	right: 0;
	top:0;
	height: 100%;
	width: 0;
	z-index:0;
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
}
.home_pic .number_item:hover .right:after {
	width: 100%;
}
.home_pic .number_item:hover .left {
	color:#e3b838;
}
.w {
	background: url(../img/bg_w.jpg);
	margin-top: -150px;
	padding-top: 150px;
}
.home_about {
	font-size: 16px;
	color:#000;

}
.home_about h2 {
	font-size: 50px;
	font-weight: 300;
	color:#000;
	margin-top: 0;
}
.news_item {
	display: table;
	width: 100%;
	margin-bottom: 25px;
}
.news_item .pic {
	position: relative;
	width: 50%;
	display: table-cell;
	-webkit-background-size: cover;
	background-size: cover;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
}
.news_item .text {
	display: table-cell;
	width: 50%;
	background: #e3b838;
	color:#fff;
	padding:15px;
	position: relative;
}
.news_item .text .posr {
	position: relative;
	z-index: 1;
}
.news_item .text:after {
	content:'';
	position: absolute;
	top:0;
	left:0;
	height: 100%;
	width: 0;
	background: #5b5a5f;
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
}
.news_item:hover .text:after {
	width: 100%;
}

.news_item .text a {
	color:#fff;
}
.news_item .date {
	font-size: 24px;
	font-weight: 300;
}
.news_item .text .date .big {
	font-weight: 300;
	font-size: 40px;
}
.news_item .text .title {
	font-size: 18px;
	font-weight: 300;
}
.news_item .more {
	float: right;
}
.news_item:hover a {
	color:#e3b838;
	text-decoration: none;
}
.news_item .pic .wrap_link {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	background: rgba(227,184,56,0.8);
	color:#fff;
	font-size: 32px;
	text-align: center;
	padding-top: 70px;
	opacity:0;
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
}
.news_item:hover .wrap_link {
	opacity:1;
}
.btn {
	border-radius: 0;
}
.btn.btn-default {
	text-transform: uppercase;
	color:#000;
	background: #d0d0d0;
}
.btn.btn-yellow {
	text-transform: uppercase;
	color:#000;
	background: #e3b838;
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
}
.btn.btn-yellow:hover,.btn.btn-yellow:focus,.btn.btn-yellow:active {
	background: #cea734;
}
.about_news {
	margin-top: 50px;
	padding-bottom: 30px;
}
.call_back_block {
	background: #5b5a5f;
	padding:15px;
	position: relative;
}
.call_back_block img {
	margin-top: 30px;
}
.call_back_block .row {
	position: relative;
	z-index: 1;
}
.call_back_block .text {
	color:#fff;
	text-transform: uppercase;
	font-size: 18px;
}
.call_back_block .phone a {
	color:#fff;
	font-size: 25px;
}
.call_back_block .phone a:hover {
	text-decoration: none;
}
.call_back_block .phone i {
	font-size: 26px;
	color:#e3b838;
	margin-right: 10px;
}
.call_back_block .text .title {
	margin-top: 10px;
}
.call_back_block:after {
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #e3b838;
    z-index: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
   -webkit-transition: all .25s ease;
      -moz-transition: all .25s ease;
       -ms-transition: all .25s ease;
        -o-transition: all .25s ease;
           transition: all .25s ease;
}
.call_back_block:hover:after {
	-webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.call_back_block:hover i {
	color:#cea734;
}
.article_item {
	padding:20px 10px;
	position: relative;
}
.article_item .title {
	color:#000;
	font-size: 24px;
	display: block;
	margin-bottom: 20px;
}
.article_item .text {
	color:#535353;
	font-size: 14px;
	margin-bottom: 20px;
}
.article_item .more {
	color:#9b640a;
}
.article_item .wraper {
	position: relative;
	z-index: 1;
}
.article_item:after {
	content:'';
	width: 100%;
	height: 0;
	position: absolute;
	top: 0;
	left: 0;
	background: #e3b838;
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
}
.article_item:hover:after {
	height: 100%;
}
.article_item:hover,.article_item:hover .title,.article_item:hover .text {
	color:#fff;
	text-decoration: none;
}
.articles {
	margin-top: 30px;
}
.article_item .more:hover {
	text-decoration: none;
	color:#000;
}
.footer {
	padding:30px 0;
}
.footer .phone a {
	font-size: 20px;
	color:#000;
	text-decoration: none;
}
.footer .phone i {
	color:#f5bf1d;
	font-size: 22px;
	margin-right: 10px;
}
.footer .mail a {
 	font-size: 16px;
 	color:#000;
 	text-decoration: none;
}
.footer .mail i {
	color:#f5bf1d;
	font-size: 18px;
	margin-right: 10px;
}
.footer .phone_big a {
	font-size: 24px;
	color:#000;
	font-weight: bold;
}
.footer .phone_big a:hover {
	text-decoration: none;
}
.footer .phone_big i {
	font-size: 36px;
	color:#f5bf1d;
}
.footer {
	border-top:2px solid #dddddd;
	margin-top: 20px;
}
.rd-mobilemenu_ul a:hover, .rd-mobilemenu_ul a.active {
	background: #e3b838;
}
.page .w {
	margin-top: 0;
	padding-top: 0;
}
.home_about h3 {
	font-size: 20px;
	color:#cc8200;
	text-transform: uppercase;
	position: relative;
	overflow: hidden;
	padding:5px;
}
.home_about h3:before {
	content: '';
    width: 0;
    height: 100%;
    background: #e3b838;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    transition: all 0.3s ease 0s;
}
.home_about h3:hover {
	color:#fff;
}
.home_about h3:hover:before {
	width: 100%;
}
.home_about h3 span {
	position: relative;
	z-index: 1;
}
textarea {
	resize:vertical;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
	background-color: #e3b838;
    border-color: #e3b838;
}
.pagination>li>a, .pagination>li>span {
	color:#000;
}
#map-canvas {
    height: 400px;
    margin-bottom: 20px;
}
.form-control {
	border-radius: 0;
}
@media (max-width:1199px) {
	.header .phone_big a {
		font-size: 24px;
	}
	.header_menu ul li a {
		font-size: 14px;
	}
	.footer .phone_big a {
		font-size: 18px;
	}
	.footer .phone_big i,.header .phone_big i{
		font-size: 24px;
	}
}
@media (max-width:991px) {
	.header {
		text-align: center;
	}
	.header .contacts {
		text-align: center;
	}
	.home_pic .slogan {
		font-size: 30px;
		margin-left: 0;
		text-align: center;
		margin-bottom: 20px;
		margin-top: 20px;
	}
	.home_pic .container,.home_pic .col-md-5,.home_pic .col-md-6 {
		padding: 0;
		margin: 0;
		width: 100%;
	}
	.home_about {
		margin-bottom: 20px;
	}
	.call_back_block {
		text-align: center;
	}
	.footer {
		text-align: center;
	}
}
@media (max-width:640px) {
	.home_pic .number_item .right {
		font-size: 16px;
	}
	.home_pic .number_item .left {
		font-size: 40px;
	}
	.news_item .pic {
		display: none;
	}
}