/* CSS Document */

@import url("normalize.css");
@import url("main.css");
@import url("fonts.css");
@import url("owl.carousel.css");

/* GENERAL */
html {
	font-size: 62.5%;
}
body {
	min-width: 1000px;
	line-height: 1.5;
	font-family: 'Ubuntu', sans-serif;
	font-size: 1.4rem; /* =14px */
	font-weight: normal;
	background: #efefef;
}
.row {
	padding: 0 10px;
	width: 980px;
	margin: 0 auto;
}
	.row::after {
		content: "";
		position: relative;
		display: table;
		clear: both;
	}
.fl_left {
	float: left;
}
.fl_right {
	float: right;
}
.clear {
	clear: both;
}
.nostyle {
	margin: 0;
	padding: 0;
	font-size: 0;
	list-style: none;
}
a {
	color: #787100;
	transition: all 0.5s linear 0s;
}
	a:hover {
		color: #7e7d7d;
	}
.btn {
	font-family: "GothamProMedium";
	font-size: 10px;
	line-height: 1;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	background: #13abfc;
	display: table;
	padding: 7px 11px;
}
	.btn:hover {
		background: #3c3c3c;
	}
.title_wrap, .contet_page h1 {
	font-family: "Times New Roman";
	font-size: 3rem;
	color: #787100;
	line-height: 1;
	margin: 0 0 24px;
	padding-bottom: 24px;
	font-weight: normal;
	border-bottom: 1px dashed #666666;
}
.title_wrap.clr {
	color: #000;
}
.contet_page {
	font-weight: 300;
	color: #5b5b5b;
}
.contet_page p {
	margin: 0 0 20px;
}
*, *:after, *:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.contet_page img {
	max-width: 100%;
	height: auto;
}

.owl-carousel .owl-item img {
height: auto;}

.contet_page {
	margin-bottom: 40px;
}

/* HEADER */
header {
	margin: 1.5rem 0;
}
.logo, .contacts_top {
	width: 50%;
}
.contacts_top {
	text-align: right;
	font-weight: 400;
	margin: 16px 0 0;
}
.contacts_top .phone {
	font-size: 2.4rem;
	color: #000;
}
	.contacts_top .phone::after {
		content: url("../images/icon-phone.png");
		float: right;
		margin-left: 7px;
	}
	.contacts_top .phone a {
		color: #000;
	}
.contacts_top .mail a {
	font-size: 1.3rem;
	color: #787100;
	text-transform: uppercase;
}
	.contacts_top .mail::after {
		content: url("../images/icon-mail.png");
		float: right;
		margin-left: 7px;
	}
.form_head {
	position: relative;
	margin-top: 15px;
}
.form_head input[type="text"] {
	background: #bababb;
	border-radius: 10px;
	-webkit-box-shadow: -1px -1px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: -1px -1px 5px 0px rgba(0,0,0,0.75);
	box-shadow: -1px -1px 5px 0px rgba(0,0,0,0.75);
	border: none;
	height: 22px;
	width: 187px;
}
.form_head input[type="submit"] {
	background: url(../images/icon-search.png) no-repeat center center;
	width: 16px;
	height: 16px;
	position: absolute;
	right: 10px;
	border: none;
	top: 3px;
}

/* MNU */
.slider_wrap {
	margin-bottom: 20px;
}
.mnu_wrap {
	width: 22%;
}
.slider_block {
	width: 78%;
}
.mnu_wrap > nav > ul > li > a {
	position: relative;
	display: block;
	width: 100%;
	color: #12161a;
	font-size: 1.7rem;
	font-family: "Times New Roman", sans-serif;
	text-decoration: none;
	text-align: center;
	padding: 11px 0 12px;
	border-bottom: 3px solid #f2f2f2; 
	background: #fff;
	z-index: 0;
	line-height: 1;
}
	.mnu_wrap > nav > ul > li > a:hover, .mnu_wrap > nav > ul > li.current-menu-item > a {
		background: #000;
		color: #fff;
	}
		.mnu_wrap > nav > ul > li > a:hover::after, .mnu_wrap > nav > ul > li.current-menu-item > a::after {
			content: ''; 
			position: absolute; /* Абсолютное позиционирование */
			left: 50%; bottom: 0; /* Положение треугольника */
			border: 10px solid transparent; /* Прозрачные границы */
			 border-bottom: 10px solid #f2f2f2; /* Добавляем треугольник */
			 z-index: 1;
			 margin-left: -10px;
		}

/* CONTENT */
.colum_left {
	width: 66%;
}
.colum_right {
	width: 31%;
	margin-left: 3%; 
}

.review_wrap {
	background: url("../images/bg-footer.jpg") repeat-x;
	min-height: 310px;
	margin-top: 75px;
	padding-top: 27px;
}
.title_wrap.clr2 {
	color: #fff;
	border-bottom: none;
}
.colum {
	width: 50%;
}
.review_img {
	width: 187px;
	height: 164px;
}
.review_img img {
	width: 100%;
	height: auto;
	border: 1px solid #fff;
}
.review_text {
	color: #7e7d7d;
	width: 55%;
	margin-left: 4%;
	padding-right: 1%;
	height: 88px;
	overflow: hidden;
}
.review_text p {
	margin: 0;
}
.review_name{
	font-size: 1.4rem;
	color: #787100;
	width: 55%;
	margin: 20px 0 0 4%;
}
.slider_wrap .owl-controls .owl-nav {
	display: none;
}
.slider_wrap .owl-dots .owl-dot {
	display: inline-block;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background: #dadada;
}
.slider_wrap .owl-dots .owl-dot.active {
	background: #787100;
}
.slider_wrap .owl-controls {
	margin: 10px 0 0;
	text-align: right;
}
.projects {
	margin-bottom: 35px;
}
.item_project_img {
	width: 49.8%;
	float: left;
	margin: 0 0 1px 0;
}
.item_project_img:nth-child(2n+1) {
	margin: 0 1px 1px 0;
}
.item_project_img img {
	border: 1px solid #ffffff;
}
.carousel_stl .owl-controls {
	text-align: right;
	margin-top: 4px; 
}
.carousel_stl .owl-carousel .owl-controls .owl-nav .owl-prev, .carousel_stl .owl-carousel .owl-controls .owl-nav .owl-next{
	background: url("../images/icon-nav.jpg") no-repeat;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	width: 36px;
	height: 33px;
	display: inline-block;
}
.carousel_stl .owl-carousel .owl-controls .owl-nav .owl-next{
	background-position: -35px 0;
}
.link_more {
	font-size: 13px;
	float: right;
	margin-top: 15px;
}
.more {
	padding-right: 15px;
	background: url("../images/icon-arrow.png") no-repeat scroll 100% 50%;
}

/* FOOTER */
footer {
	background: #0a0c0f;
	padding: 10px 0;
	width: 100%;
}
.footer_col {
	width: 30%;
	float: left;
}
.footer_col_1 {
	width: 40%;
	float: left;
}
.copy_wrap {
	font-size: 1.6rem;
	color: #636262;
	font-family: "Times New Roman"
}
.name_org {
	color: #787100;
	text-transform: uppercase;
}

.img_history {
	float: left;
	margin: 0 25px 0 0;
}
.about {
	margin-top: 60px;
}
.news {
	margin: 0 0 24px;
	padding-bottom: 24px;
	border-bottom: 1px dashed #666666;
}
