html, body {
	margin: 0;
	padding: 0;
	-webkit-text-size-adjust: 100%;
}

html {
	font-size: 100%;
}

aside, nav, footer, header, section { display: block }

img {
	border: none;
	vertical-align: top;
}

body {
	font-family: Open Sans, sans-serif;
	font-size: 13px;
	background: #f9f3e6;
	color: #000;
	line-height: 1.2;
}

a {
	color: #3d3d3d;
}

a:active,
a:hover,
a:focus {
  outline: 0;
}

h1, h2, h3, h4, h5, h6, p, ol , ul, li, a,
table, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-weight: normal;
	list-style-type: none;
	text-decoration: none;
}

#panel {
    z-index: 1001;
    position: absolute;
    width: 100%;	
}

/*Начальные данные*/

.wrap {
	width: 970px;
	padding: 0 15px;
	margin: 0 auto;
}

.left {
	float: left;
}

.right {
	float: right;
}

iframe {
	border: none;
}

.btn {
	display: inline-block;
	vertical-align: top;
	text-align: center;
	font-size: 12px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	cursor: pointer;
	height: 27px;
	line-height: 25px;
	width: 115px;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #d9b23f;
	border: 1px solid #d6a000;
background: -moz-linear-gradient(top,  #d9b23f 0%, #ac8d33 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d9b23f), color-stop(100%,#ac8d33));
background: -webkit-linear-gradient(top,  #d9b23f 0%,#ac8d33 100%);
background: -o-linear-gradient(top,  #d9b23f 0%,#ac8d33 100%);
background: -ms-linear-gradient(top,  #d9b23f 0%,#ac8d33 100%);
background: linear-gradient(to bottom,  #d9b23f 0%,#ac8d33 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9b23f', endColorstr='#ac8d33',GradientType=0 );
	box-shadow: inset 0 -1px 1px #6c591f,
	inset 0 1px 1px #e8d18d;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.btn:hover {
	opacity: 0.8;
}

.title {
	text-align: center;
	padding-top: 33px;
}

h2 {
	font-size: 24px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: left;
}

.title h1 {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: bold;
}

.title-img {
	display: inline-block;
	vertical-align: top;
	width: 31px;
	margin-top: 3px;
	text-align: center;
	position: relative;
}

.title-img:before {
	content: "";
	width: 100px;
	height: 1px;
	background: #3d3d3d;
	position: absolute;
	left: -100px;
	top: 50%;
	margin-top: -1px;
}

.title-img:after {
	content: "";
	width: 100px;
	height: 1px;
	background: #3d3d3d;
	position: absolute;
	right: -100px;
	top: 50%;
	margin-top: -1px;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/*Начальные данные*/

/*Шапка сайта*/

header {
	margin-top: 32px;
}

.header {
	margin-bottom: 11px;
}

.logo {
	float: left;
	padding-top: 11px;
}

.logo p {
	font-weight: bold;
	font-size: 13.5px;
	color: #6f6f6f;
	text-transform: uppercase;
	margin-top: -2px;

}

.header-contacts {
	float: right;
	margin-top: 20px;
}

.call {
	background: url(../img/tube-icon.png) no-repeat 7px 50%;
	display: inline-block;
	vertical-align: top;
	width: 172px;
	height: 37px;
	line-height: 33px;
	border: 3px solid #d9b23f;
	border-radius: 5px;
	font-size: 12px;
	color: #020817;
	text-transform: uppercase;
	margin: 15px 9px 0 0;
	padding-left: 45px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.call:hover {
	opacity: 0.8;
}

.header-contacts > div {
	display: inline-block;
	vertical-align: top;
}

.header-contacts .tel {
	font-size: 24px;
	color: #8b8b8b;
	font-weight: 600;
}

.header-contacts .tel span {
	color: #3d3d3d;
	font-weight: 700;
}

.header-contacts p {
	font-size: 12px;
	color: #8b8b8b;
	margin: -1px 0 0 3px;
}

.header-menu {
	position: absolute;
	width: 100%;
	left: 0;
	top: 147px;
	height: 47px;
	line-height: 47px;
	background: #d9b23f;
	text-align: center;
	z-index: 999;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
}

.header-menu li {
	display: inline-block;
	vertical-align: top;
}

.header-menu li a {
	font-size: 12px;
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	display: block;
	padding: 0 21px;
}

.header-menu li a.selected {
	background: #af8b00;
}

.header-menu li a:hover {
	background: #af8b00;
}
.header-phone {
	margin-top: 12px;
}

/*Шапка сайта*/

/*Слайдер*/

#slider {
	background: #f9f6f3;
	padding-top: 84px;
	padding-bottom: 33px;
	text-align: center;
}

.slider_block:after {
	content: "";
	background: url(../img/slider-shadow.png) no-repeat 50% 0;
	height: 20px;
	position: absolute;
	bottom: -20px;
	left: 0;
	width: 100%;
}

#slider .owl-buttons > div {
	position: absolute;
	top: 50%;
	margin-top: -30px;
	width: 33px;
	height: 60px;
	background: url(../img/arrows.png) no-repeat;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#slider .owl-buttons > div:hover {
	opacity: 0.7;
}

#slider .owl-buttons .owl-prev {
	left: 44px;
}

#slider .owl-buttons .owl-next {
	right: 44px;
	background-position: -33px 0;
}

#slider .owl-pagination {
	position: absolute;
	width: 100%;
	bottom: 27px;
	left: 0;
	text-align: center;
}

#slider .owl-page {
	display: inline-block;
	vertical-align: top;
	margin: 0 3px;
	width: 15px;
	height: 15px;
	background: #efece8;
	border-radius: 50%;
}

#slider .owl-page.active {
	background: #d9b23f;
}

.slider-features {
	text-align: center;
	line-height: 0;
	margin-top: 38px;
}

.slider-features:after {
	width: 100%;
	height: 0;
	overflow: hidden;
	visibility: hidden;
	content: "";
	display: inline-block;
}

.feature {
	display: inline-block;
	vertical-align: top;
	border: 1px solid #bebebe;
	border-radius: 5px;
	width: 250px;
	text-align: left;
	line-height: 1.2;
	background: #e9e8e6;
	padding: 6px 0 3px 0;
	margin: 0 20px 0 20px;
background: -moz-linear-gradient(top,  #e9e8e6 0%, #d2cfcb 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e9e8e6), color-stop(100%,#d2cfcb));
background: -webkit-linear-gradient(top,  #e9e8e6 0%,#d2cfcb 100%);
background: -o-linear-gradient(top,  #e9e8e6 0%,#d2cfcb 100%);
background: -ms-linear-gradient(top,  #e9e8e6 0%,#d2cfcb 100%);
background: linear-gradient(to bottom,  #e9e8e6 0%,#d2cfcb 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9e8e6', endColorstr='#d2cfcb',GradientType=0 );

}

.feature a {
	display: block;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.feature a:hover {
	opacity: 0.8;
}

.feat-img {
	display: inline-block;
	vertical-align: top;
	width: 49px;
	height: 47px;
	line-height: 47px;
	margin-left: 11px;
}

.feat-img img {
	vertical-align: middle;
}

.feature p {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	margin-top: 6px;
	text-shadow: 0 1px 1px rgba(255,255,255,0.5);
}

.feature p span {
	text-transform: uppercase;
	font-weight: 600;
}

.feature:nth-of-type(2) .feat-img {
	margin-left: 20px;
}

.feature:nth-of-type(2) p {
	margin-left: 8px;
}

/*Слайдер*/

/*Винтовые сваи*/

#piles {
	background: #efece8;
	border-top: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
	padding-bottom: 41px;
}

.piles_block {
	margin-top: 32px;
}

.piles-video {
	float: left;
	width: 456px;
	height: 256px;
	background: #000;
	/* border-bottom: 4px solid #9da2ac; 
	border-radius: 5px;*/
}

.piles-video iframe {
	width: 100%;
	height: 100%;
}

.piles-info {
	width: 496px;
	float: right;
	margin-top: -5px;
}

.piles-info h3 {
	font-size: 18px;
	text-transform: uppercase;
	color: #d9b23f;
	font-weight: bold;
	margin-bottom: 18px;
}

.piles-info p {
	line-height: 1.55;
	margin-right: 20px;
}

.piles-info .forever {
	width: 100%;
	border: 3px solid #d9b23f;
	font-size: 16px;
	text-align: center;
	font-weight: 600;
	font-style: italic;
	height: 60px;
	line-height: 54px;
	border-radius: 5px;
	margin-top: 24px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/*Винтовые сваи*/

/*Этапы строительства*/

#steps {
	text-align: center;
	background: url(../img/step-bg.jpg) no-repeat 50% 0;
	background-size: cover;
	padding-bottom: 40px;
	text-align: center;
}

.steps_block {
	width: 896px;
	margin-top: 67px;
	margin-bottom: 77px;
	display: inline-block;
	vertical-align: top;
}

.step {
	float: left;
	width: 224px;
	height: 224px;
	background: #fff;
	text-align: left;
}

.step-count {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin: 11px 0 11px 18px;
}

.step-count:after {
	content: "";
	/*background: url(../img/step-border.png) no-repeat;*/
	width: 60px;
	height: 52px;
	position: absolute;
	right: -13px;
	top: 20px;
}

.step-count p {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 600;
}

.step-count p span {
	font-size: 73px;
	font-weight: bold;
}

.step.center {
	width: 448px;
	background: #e6e8eb;
	text-align: center;
}

.step.center h3 {
	font-size: 30px;
	margin-top: 56px;
	margin-bottom: 18px;
	text-transform: uppercase;
}

.step.center h3 span {
	color: #d9b23f;
	font-weight: bold;
}

.step.center p {
	padding: 0;
	text-transform: uppercase;
}

.step > p {
	margin: 0 12px;
}

.step img {
	position: relative;
}

.step.five {
	margin-right: -12px;
}

.step.four {
	margin: 0 -12px 0 12px;
}

.info_block {
	background: #fff;
	padding: 30px 30px 27px 30px;
	width: 100%;
	border-radius: 5px;
	text-align: left;
	border: 1px solid #e5e5e5;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.info_block h3 {
	position: relative;
	font-size: 14px;
	padding-left: 50px;
	text-transform: uppercase;
	color: #d9b23f;
	font-style: italic;
	font-weight: 600;
	margin-bottom: 19px;
}

.info_block h3:before {
	content: "";
	width: 30px;
	height: 28px;
	background: #d9b23f;
	position: absolute;
	left: 0;
	top: -7px;
}

.info_block h3:after {
	content: "";
	background: url(../img/check.png) no-repeat;
	width: 35px;
	height: 35px;
	position: absolute;
	left: 4px;
	top: -14px;
}

/*Этапы строительства*/

/*Наши преимущества*/

#benefits {
	background: #f9f9f9;
	border-top: 1px solid #cdcdcd;
	padding-bottom: 79px;
}

.ben_block {
	text-align: center;
	margin-top: 43px;
}

.ben {
	width: 160px;
	margin: 0 15px;
	display: inline-block;
	vertical-align: top;
}

.inner_page .ben {
	width: 105px;
}

.ben h3 {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 26px;
}

.inner_page .ben h3 {
	height: 50px;
}

.ben p {
	margin-top: 23px;
}

/*Наши преимущества*/

/*Ограниченное предложение*/

#limited {
	background: url(../img/limited-bg2.jpg) no-repeat 50% 0;
	background-size: cover;
	height: 477px;
}

#limited h2 {
    color: #E43F2D;
    text-shadow: 1px 6px 21px #fff;
}

#limited .title-img:before,
#limited .title-img:after {
    background: #e43f2d;
	text-shadow: 1px 6px 21px #fff;
}

.limited_block {
	margin-top: 46px;
}

.limited-info {
	width: 660px;
	float: left;
	text-align: center;
}

.limited-info h3 {
	font-size: 23px;
	color: #fff;
	font-weight: bold;
	font-style: italic;
}

.limited-info p {
	font-size: 18px;
	font-weight: 600;
	color: #e43f2d;
}

.limited-info p .line-through {
	font-weight: normal;
	font-style: italic;
}

.limited-info div {
	font-size: 47px;
    vertical-align: middle;
    line-height: 189px;
}

.line-through {
	text-decoration: line-through;
}

.limited-info p .price {
	font-size: 30px;
	color: #e43f2d;
	font-style: italic;
}

.limited-info > div {
	margin-top: 25px;
}

.limited-info > div img {
	vertical-align: bottom;
}

.limited-info > div span {
	height: 185px;
	line-height: 181px;
	font-size: 55px;
	font-weight: 600;
	font-style: italic;
	margin: 0 5px;
	display: inline-block;
	vertical-align: middle;
}

#limited .form {
	float: right;
	text-align: center;
	background: #f9f9f9;
	border-radius: 5px;
}

.form {
	width: 280px;
	padding: 26px 0;
}

.form h3 {
	font-size: 24px;
	color: #d9b23f;
	font-style: italic;
	font-weight: 600;
	margin-bottom: 10px;
}

.form p {
	font-size: 14px;
}

.form .name {
	margin-top: 19px;
}

.form .text {
	margin: 10px 10px 10px 10px;
}

.form textarea {
	min-height: 150px;
}

/*Ограниченное предложение*/

/*Самые популярные сваи*/

#popular {
	padding-top: 36px;
	padding-bottom: 65px;
	text-align: center;
}

.popular_block {
	text-align: center;
	margin-top: 32px;
	margin-bottom: 56px;
}

.popular {
	display: inline-block;
	vertical-align: top;
	width: 220px;
	height: 220px;
	background: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 5px;
	margin: 0 32px;
}

.popular > div:first-child {
	height: 156px;
	line-height: 156px;
}

.popular > div:first-child img {
	vertical-align: middle;
}

.popular h4 {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
}

.piles_type {
	text-align: center;
	margin-top: 53px;
}

.piles_type .btn {
	font-size: 24px;
    height: 32px;
    width: 120px;
    padding-top: 2px;
}

.pile {
	display: inline-block;
	vertical-align: top;
	border: 1px solid #e5e5e5;
	background: #fff;
	width: 392px;
	text-align: left;
	margin: 0 8px 24px;
	padding: 19px 13px 21px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.pile h3 {
	font-size: 24px;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 15px;
}

.pile-left {
	text-align: center;
	float: left;
}

.pile-img {
	background: #f9f9f9;
	border: 1px solid #e5e5e5;
	width: 140px;
	height: 229px;
	line-height: 229px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.pile-img img {
	vertical-align: middle;
}

.pile-left .pile-price {
	font-size: 14px;
	color: #d9b23f;
	font-style: italic;
	text-transform: uppercase;
	margin-top: 28px;
}

.pile-left .pile-price span {
	font-weight: 600;
	font-size: 18px;
}

.pile-info {
	width: 210px;
	float: right;
}

.pile-info h4 {
	font-size: 14px;
	margin-bottom: 15px;
}

.pile-info ul {
	margin-bottom: 17px;
}

.pile-info li {
	font-size: 12px;
	margin-top: 3px;
}

.pile-info li:first-child {
	margin-top: 0;
}

.pile-info .btn {
	float: right;
	margin: 19px 17px 0 0;
}

.piles_diam {
	width: 804px;
	margin-bottom: 54px;
	display: inline-block;
	vertical-align: top;
	margin-top: -2px;
}

.piles_diam > p:first-child {
	font-size: 14px;
	text-transform: uppercase;
	float: left;
	margin: 8px 12px 0 0;
}

.piles_diam .more {
	float: left;
	margin-right: 11px;
}

.piles_diam ul {
	float: left;
}

.piles_diam ul li {
	margin-left: 9px;
	color: #af8b00;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	border: 1px solid #e5e5e5;
	background: #fff;
	border-radius: 5px;
	width: 113px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	display: inline-block;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.piles_diam ul li:first-child {
	margin-left: 0;
}

/*Самые популярные сваи*/

/*Отзывы*/

#reviews {
	background: url(../img/reviews-bg.jpg) no-repeat 50% 0;
	height: 581px;
	background-size: cover;
}

.rev_block {
	margin-top: 34px;
	text-align: center;
}

.review {
	width: 100%;
	border-radius: 5px;
	background: #fff;
	border: 1px solid #e5e5e5;
	padding: 7px;
	text-align: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.rev-imgs {
	width: 394px;
	float: left;
}

.rev-imgs .main_img {
	width: 100%;
	height: 259px;
	border-radius: 5px;
}

.rev-imgs .bottom {
	margin-top: 10px;
}

.rev-imgs .bottom img {
	float: left;
	width: 126px;
	height: 83px;
	margin-left: 8px;
	cursor: pointer;
}

.rev-imgs .bottom img:first-child {
	margin-left: 0;
}

.rev-text {
	width: 540px;
	float: right;
	padding-top: 13px;
}

.rev-text h3,
.rev-text h3 a {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 600;
}

.rev-text h3{
    margin-bottom: 25px;
}

.rev-info {
	margin-bottom: 20px;
}

.rev-info > div {
	width: 260px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.rev-who {
	background: url(../img/review-who.png) no-repeat 0 8px;
	min-height: 40px;
	float: left;
	padding-left: 50px;
}

.rev-who p {
	font-weight: bold;
	font-style: italic;
	font-size: 14px;
}

.rev-who p.date {
	position: relative;
	text-align: center;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	width: 85px;
	height: 18px;
	line-height: 18px;
	background: #f9f3e6;
	border-bottom: 2px solid #9da2ac;
	margin-left: 3px;
	margin-bottom: 4px;
}

.rev-who p.date:before {
	content: "";
	background: url(../img/review-triangle.png) no-repeat;
	width: 7px;
	height: 6px;
	position: absolute;
	bottom: -6px;
	left: 4px;
}

.rev-where {
	background: url(../img/review-pointer.png) no-repeat 0 6px;
	min-height: 40px;
	float: right;
	padding-left: 41px;
	padding-top: 7px;
}

.rev-where p {
	font-size: 14px;
	font-style: italic;
}

.rev-text > p {
	line-height: 1.55;
}

.rev-text .btn {
	float: right;
	margin: 26px 20px 0 0;
}

#reviews .owl-controls {
	margin-top: 29px;
	display: inline-block;
	vertical-align: top;
	position: relative;
}

#reviews .owl-pagination {
	display: inline-block;
	vertical-align: top;
}

#reviews .owl-page {
	display: inline-block;
	vertical-align: top;
	margin: 0 3px;
	width: 43px;
	height: 26px;
	line-height: 26px;
	border-radius: 5px;
	background: #fff;
	font-size: 14px;
	color: #d9b23f;
	font-weight: 600;
	text-align: center;
	border: 1px solid #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#reviews .owl-page.active {
	background: #d9b23f;
	color: #fff;
	border-color: #d6a000;
background: -moz-linear-gradient(top,  #d9b23f 0%, #ac8d33 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d9b23f), color-stop(100%,#ac8d33));
background: -webkit-linear-gradient(top,  #d9b23f 0%,#ac8d33 100%);
background: -o-linear-gradient(top,  #d9b23f 0%,#ac8d33 100%);
background: -ms-linear-gradient(top,  #d9b23f 0%,#ac8d33 100%);
background: linear-gradient(to bottom,  #d9b23f 0%,#ac8d33 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9b23f', endColorstr='#ac8d33',GradientType=0 );
	box-shadow: inset 0 -1px 1px #6c591f,
	inset 0 1px 1px #e8d18d;
}

#reviews .owl-buttons > div {
	width: 80px;
	height: 26px;
	line-height: 26px;
	background: #fff;
	color: #d9b23f;
	font-size: 12px;
	position: absolute;
	top: 0;
}

#reviews .owl-buttons .owl-prev {
	border-radius: 0 5px 5px 0;
	left: -100px;
	color: #b4b7be;
	background: #ededed;
}

#reviews .owl-buttons .owl-prev:after {
	content: "";
	border: 13px solid transparent;
	border-right: 8px solid #ededed;
	position: absolute;
	left: -21px;
	top: 0;
}


#reviews .owl-buttons .owl-next {
	border-radius: 5px 0 0 5px;
	right: -100px;
	color: #b4b7be;
    background: #ededed;
}

#reviews .owl-buttons .owl-next:hover:after {
	border-left: 8px solid #fff;
}

#reviews .owl-buttons .owl-prev:hover:after {
	border-right: 8px solid #fff;
}

#reviews .owl-buttons .owl-next:hover,
#reviews .owl-buttons .owl-prev:hover {
    background: #fff;
}

#reviews .owl-buttons .owl-next:after {
	content: "";
	border: 13px solid transparent;
	/* border-left: 8px solid #fff; */
	border-left: 8px solid #ededed;
	position: absolute;
	right: -21px;
	top: 0;
}

/*Отзывы*/

/*Баннеры*/

#banners {
	padding-top: 40px;
	padding-bottom: 4px;
}

.banner {
	width: 228px;
	height: 192px;
	text-align: center;
	position: relative;
}

.banner.banner-1 {
	background: url(../img/banner-1.jpg) no-repeat;
	float: left;
	margin-right: 21px;
}

.banner h3 {
	padding-top: 18px;
}

.banner .more {
	position: absolute;
	bottom: 23px;
	left: 50%;
	margin-left: -57px;
}

.banner.banner-2 {
	width: 475px;
	border-radius: 5px;
	background: url(../img/banner-2.jpg) no-repeat;
	background: url(../img/banner-attention.png) no-repeat 96% 24px,
	url(../img/banner-2.jpg) no-repeat;
	float: left;
}

.banner-2 h4 {
	font-size: 24px;
	color: #e23f2b;
	text-transform: uppercase;
	font-weight: 600;
	padding: 16px 78px 5px 0;
}

.banner-2 p {
	font-size: 14px;
	line-height: 1.55;
	padding-right: 78px;
}

.banner-2 p span {
	font-weight: 600;
	text-transform: uppercase;
}

.banner-2 p strong {
	font-weight: normal;
	color: #e23f2b;
}

.banner.banner-3 {
	background: url(../img/banner-4.jpg) no-repeat;
	float: right;
}

.banner h3 {
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
}

.banner-2 form {
	margin-top: 26px;
}

.banner-2 input {
	width: 303px;
	float: left;
	padding: 5px 0 5px 13px;
	margin-left: 23px;
	border: 1px solid #d1d1d1;
	border-radius: 5px;
}

.banner-2 button[type="submit"] {
	width: 115px;
	height: 32px;
	float: right;
	margin-right: 22px;
}

/*Баннеры*/

/*Карта*/

#map {
	padding-bottom: 10px;
}

.map-holder {
	width: 56%;
	float: left;
	position: relative;
	padding-bottom: 70px;
	padding-left: 17px;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.map-area-list {
	width: 44%;
	float: right;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.region-list{
	margin-top: 26px;
	font: normal 12px Arial, sans-serif;
	float:right;
}
.region-list:first-child {
	float: left;
	margin-left: 20px;
}
.region-list .item{
	margin: 0;
}
.region-list a {
	font-size: 14px;
	color: #3d3d3d;
}
.region-list a:hover {
	color: #d9b23f;
}
.maps-tooltips {
    position: absolute;
    left: 10px;
    top: 480px;
}
.maps-tooltips .title {
    margin: 0px 0px 5px;
    display: block;
    text-align: left;
    font: bold 13px Arial,sans-serif;
}

#mapMOInfo div {
    display: none;
}

.map_block {
	margin-top: 24px;
}

/*Карта*/

/*Запишитесь на консультацию*/

#form {
	text-align: center;
}

#form h2 {
	padding-top: 37px;
}

.form_block {
	background: url(../img/form-bg.jpg) no-repeat 50% 0;
	height: 427px;
	border-radius: 5px;
}

.form-faq {
	margin: 34px 0;
}

.faq {
	width: 250px;
	margin: 0 30px;
	display: inline-block;
	vertical-align: top;
	text-align: left;
}

.faq-top {
	margin-bottom: 6px;
}

.faq-top img {
	display: inline-block;
	vertical-align: top;
}

.faq-top h3 {
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	font-style: italic;
	font-weight: 600;
	margin: 18px 0 0 14px;
}

#form input {
	padding: 5px 0 5px 14px;
	width: 303px;
	margin-right: 17px;
	border-radius: 5px;
	border-color: #d1d1d1;
}

#form button[type="submit"] {
	height: 32px;
	width: 196px;
	vertical-align: top;
	margin-left: 1px;
	font-size: 12px;
	padding: 0;
}

#form .locker {
	font-size: 16px;
	font-style: italic;
	font-weight: 600;
	margin-top: 17px;
}

/*Запишитесь на консультацию*/

/*Подвал сайта*/

footer {
	height: 222px;
	background: #fff;
	border-top: 1px solid #bbb6ac;
	margin-top: 90px;
}

.footer-left {
	width: 230px;
	float: left;
}

.footer-left .footer-logo {
	margin-top: 23px;
	margin-bottom: 19px;
}

.footer-left .footer-logo img {
	width: 200px;
}

.footer-left p {
	color: #6f6f6f;
	font-size: 12px;
}

.footer-left .btn {
	width: 200px;
	margin-top: 30px;
}

.footer-right {
	width: 740px;
	float: right;
}

.footer-top {
	padding-top: 30px;
}

.footer-menu {
	width: 540px;
	float: left;
	text-align: justify;
	line-height: 0;
}

.footer-menu:after {
	width: 100%;
	height: 0;
	overflow: hidden;
	visibility: hidden;
	content: "";
	display: inline-block;
}

.footer-menu ul {
	text-align: left;
	line-height: 1.2;
	display: inline-block;
	vertical-align: top;
}

.footer-menu li {
	margin-top: 6px;
}

.footer-menu li:first-child {
	margin-top: 0;
}

.footer-menu li a {
	text-transform: uppercase;
	font-size: 11px;
	color: #6f6f6f;
	border-bottom: 1px solid #fff;
}

.footer-menu li a:hover {
	border-color: #d9b23f;
}

.footer-contacts {
	float: right;
	width: 160px;
	margin-top: 1px;
}

.footer-contacts .tel {
	font-size: 18px;
	color: #8b8b8b;
	font-weight: 600;
}

.footer-contacts .tel span {
	color: #3d3d3d;
	font-weight: bold;
}

.footer-contacts p {
	color: #8b8b8b;
	font-size: 12px;
	margin-top: 2px;
}

.footer-contacts .call {
	margin-top: 14px;
	height: 32px;
	line-height: 26px;
	width: 153px;
	font-size: 11px;
	padding-left: 35px;
	background-size: 19px 19px;
}

.footer-bottom {
	margin-top: 4px;
}

.social_block {
	float: left;
	width: 340px;
}

.social_block > p {
	font-size: 13px;
	font-style: italic;
	font-weight: 600;
	float: left;
	margin-top: 7px;
	margin-right: 18px;
}

.social {

}

.social > a {
	width: 30px;
	height: 26px;
	background: url(../img/social.png) no-repeat;
	display: inline-block;
	vertical-align: top;
	border-bottom: 4px solid #9da2ac;
	margin-right: 7px;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.social > a:first-child {
	margin-left: 0;
}

.social > a:hover {
	border-color: red;
}

.social .fb {

}
.social .inst {
	background-position: -30px 0;
}
.social .tw {
	background-position: -60px 0;
}
.social .odn {
	background-position: -90px 0;
}

.created {
	float: right;
	margin-right: 4px;
}

.created > p {
	font-size: 13px;
	font-style: italic;
	font-weight: 600;
	margin-top: 7px;
	display: inline-block;
	vertical-align: top;
}

.leadspectrum {
	display: inline-block;
	vertical-align: top;
	background: url(../img/leadspectrum.jpg) no-repeat;
	width: 137px;
	height: 36px;
	margin-top: -8px;
	margin-left: 12px;
}

/*Подвал сайта*/

/*Плавающее меню*/

#top-menu {
	height: 32px;
	line-height: 32px;
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
	box-shadow: 0 0 3px rgba(0,0,0,0.75);
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
}

#top-menu li {
	display: inline-block;
	vertical-align: top;
	margin-right: 16px;
}

#top-menu li a {

	display: block;
	height: 29px;
	color: #000;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 3px solid #fff;
}

#top-menu li a:hover {
	border-color: #d9b23f;
}

/*Плавающее меню*/

/*Поля формы*/
textarea,
input {
	font-family: Open Sans, sans-serif;
	font-size: 14px;
	font-style: italic;
	border: 1px solid #e5e5e5;
	background: #fff;
	margin-bottom: 19px;
	padding: 7px 0 7px 14px;
	width: 240px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

input::-webkit-input-placeholder {color: #9ea3ab;}
input::-moz-placeholder {color: #9ea3ab;}

input:focus {
	outline: none;
}

button[type="submit"] {
	outline: none;
	font-size: 12px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	cursor: pointer;
	height: 37px;
	width: 240px;
	border-radius: 5px;
	box-sizing: border-box;
	background: #d9b23f;
	border: 1px solid #d6a000;
background: -moz-linear-gradient(top,  #d9b23f 0%, #ac8d33 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d9b23f), color-stop(100%,#ac8d33));
background: -webkit-linear-gradient(top,  #d9b23f 0%,#ac8d33 100%);
background: -o-linear-gradient(top,  #d9b23f 0%,#ac8d33 100%);
background: -ms-linear-gradient(top,  #d9b23f 0%,#ac8d33 100%);
background: linear-gradient(to bottom,  #d9b23f 0%,#ac8d33 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9b23f', endColorstr='#ac8d33',GradientType=0 );
	box-shadow: inset 0 -1px 1px #6c591f,
	inset 0 1px 1px #e8d18d;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

button[type="submit"]:hover {
	opacity: 0.8;
}

button:focus {
	outline: none;
}


/*Поля формы*/

/*Всплывающие окна*/

#overlay {
	opacity: 0;
	visibility: hidden;
	z-index: 9998;
	cursor: pointer;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	position: fixed;
	background: #000;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=00)";
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#overlay.fadeIn {
	opacity: 0.7;
	visibility: visible;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

.pop_up.fadeIn,
.pop_success.fadeIn {
	opacity: 1;
	visibility: visible;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.pop_up {
	border-radius: 5px;
	opacity: 0;
	visibility: hidden;
	position: fixed;
	text-align: center;
	left: 50%;
	margin-top: -140px;
	margin-left: -140px;
	top: 50%;
	background: #fff;
	z-index: 9999;
	-webkit-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.pop_up .form {
	float: none;
}

.pop_success {
	opacity: 0;
	visibility: hidden;
	text-align: center;
	padding: 25px;
	width: 600px;
	margin-left: -325px;
	color: #000;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: #fff;
	font-size: 30px;
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 9999;
	margin-top: -75px;
	-webkit-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.close-btn {
	position: absolute;
	cursor: pointer;
	z-index: 100;
	color: #fff;
	font-size: 60px;
	right: -30px;
	top: -50px;
	font-family: Helvetica, sans-serif;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.close-btn:hover {
	opacity: 0.8;
}

/*Всплывающие окна*/

/*Ошибки*/

.error {
	border-color: red!important;
	color: red!important;
}

input.error::-webkit-input-placeholder {color: red!important;}
input.error::-moz-placeholder {color: red!important;}

/*Ошибки*/

/*Карусель и слайдер*/

.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.grabbing {
    cursor:url(../img/grabbing.png) 8 8, move;
}

.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}

/*Карусель и слайдер*/

/*Для монитора*/
@media screen and (max-width: 1000px) {

	body {
		width: 1000px;
	}
	.header-menu {
		width: auto;
	}

}

/*Для смартфонов*/
@media screen and (max-device-width: 1024px) {

  body {
		width: 1000px;
	}

}

/* Внутренние страницы */

#inner_page {
    background: #f9f6f3;
    padding-top: 15px;
    padding-bottom: 33px;
    text-align: left;
	font-size: 14px;
	margin-top: 50px;
}

#inner_page .collumn_left,
#inner_page .collumn_right {
    display: inline-block;
	vertical-align: top;
}

#inner_page .collumn_left {
	width: 230px;
}

#inner_page .collumn_right {
	width: 700px;
    margin-left: 25px;
}

#inner_page .left_section,
#inner_page .right_section {
	margin-bottom: 20px;
	position: relative;
}

#inner_page .right_section {
	margin-top: 20px;
}

#inner_page .right_section img{
	width: 100%;
}

#inner_page .left_section .form,
#inner_page .right_section .form{
	margin-bottom: 20px;
	padding: 10px 10px 10px 10px;
	background: #fff;
	width: 210px;
	border-radius: 5px;
}

#inner_page .right_section .form.orderProject{
	width: 638px;
}

#inner_page .left_section .form input,
#inner_page .left_section .form textarea,
#inner_page .left_section .form button[type="submit"],
#inner_page .right_section .form input,
#inner_page .right_section .form textarea,
#inner_page .right_section .form button[type="submit"] {
	width: 100%;
}

#inner_page .left_section .form.orderProject input,
#inner_page .left_section .form.orderProject textarea,
#inner_page .left_section .form.orderProject button[type="submit"],
#inner_page .right_section .form.orderProject input,
#inner_page .right_section .form.orderProject textarea,
#inner_page .right_section .form.orderProject button[type="submit"] {
	margin: 10px 0 15px 0;
}

#inner_page .right_section .form.orderProject textarea {
	max-width: 100%;
	height: 140px;
}

#inner_page .right_section .form.orderProject .small_span {
	color: #231f20;
    font-size: 11px;
    margin-top: -10px;
    display: block;
}

#inner_page .button_link {
	position: absolute;
	bottom: 20px;
	left: 58px;
	
	padding: 8px 20px 8px 20px;
	
	outline: none;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer;
    border-radius: 5px;
    box-sizing: border-box;
    background: #d9b23f;
    border: 1px solid #d6a000;
    background: -moz-linear-gradient(top, #d9b23f 0%, #ac8d33 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d9b23f), color-stop(100%,#ac8d33));
    background: -webkit-linear-gradient(top, #d9b23f 0%,#ac8d33 100%);
    background: -o-linear-gradient(top, #d9b23f 0%,#ac8d33 100%);
    background: -ms-linear-gradient(top, #d9b23f 0%,#ac8d33 100%);
    background: linear-gradient(to bottom, #d9b23f 0%,#ac8d33 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9b23f', endColorstr='#ac8d33',GradientType=0 );
    box-shadow: inset 0 -1px 1px #6c591f, inset 0 1px 1px #e8d18d;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#inner_page .button_link:hover {
	opacity: 0.8;
}

.background_white p{
	font-family: Open Sans, sans-serif;
	line-height: 1.55;
	font-size: 14px;
	color: #000;
	margin-bottom: 15px;
}

.background_white h1{
	font-size: 28px;
    text-transform: none;
    font-weight: bold;
	margin: 5px 0px 15px 0px;
	text-align: left;
}

.background_white h2 {
    font-size: 22px;
    text-transform: none;
    font-weight: bold;
	margin: 15px 0px 8px 0px;
	text-align: left;
}

.background_white h3 {
    font-size: 18px;
    text-transform: none;
    font-weight: bold;
	margin: 15px 0px 8px 0px;
}

.background_white ol  li,
.background_white ul  li {
	margin: 0 0 10px 0;
	list-style-type: disc;
}

.background_white ol ,
.background_white ul {
	margin: 15px 0 15px 0;
	padding: 0 0 0 30px;
}

.background_white ol  li p,
.background_white ul  li p{
	margin: 0;
}

.background_white ol  li,
.background_white ul  li{
	margin: 0 0 10px 0;
	list-style-type: disc;
	font-family: "Times New Roman", Times;
	font-size: 13pt;
	line-height: 1.4;
}


.background_white {
	padding: 15px 20px 15px 20px;
	background: #fff;
	border-radius: 5px;
	margin-bottom: 20px;
	border: 1px solid #e5e5e5;
}

.background_white h1 {
	font-size: 28px;
	margin-bottom: 7px;
	text-align: left;
}

.background_white h3 {
	font-size: 18px;
	margin-bottom: 7px;
}

.background_white p,
.background_white table {
	font-size: 14px;
}

.background_white p {
	margin-bottom: 15px;
}

.background_white .text_img {
	float:left;
	margin: 0 10px 10px 0;
	min-width: 80px;
	padding: 20px 50px 20px 50px;
	background: #F9F9F9;
	border: 1px solid #E3E2E7;
	border-radius: 5px;
}

.background_white .for li {
	display: inline-block;
	margin-right: 20px;
}

.background_white th {
    background-color: #DBB342  !important;
    color: #fff;
    font-weight: normal;
    padding: 10px 3px;
	border: 2px solid #fff;
}

.background_white table {
    border-collapse: collapse;
    border-spacing: 0;
	text-align: center;
}

.background_white td {
    margin: 0px;
    padding: 5px 3px;
    font-size: 11px;
    text-align: center;
    color: #888;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 14px;
    min-width: 30px;
	border: 2px solid #fff;
	background: #F9F6F3;
}



.left_col-menu {
	margin-bottom: 20px;
	position: relative;
	border-radius: 5px;
}

.left_col-menu,
.left_col-menu li {
	list-style-type: none!important;
}

.left_col-menu li {
	margin: 0!important;
	padding: 0!important;
}

.left_col-menu li a {
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    display: block;
    padding: 10px 21px;
	background: #d9b23f;
	border-bottom: 1px solid #ac8d33;
}

.left_col-menu li:first-of-type a{
    border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.left_col-menu li:last-of-type a {
    border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.left_col-menu li a.selected {
	background: #af8b00;
}

.left_col-menu li a:HOVER {
	background: #ac8d33;
}

.left_col-menu .children {
	/* display: none; */
}

.left_col-menu .children a {
	background: #fff;
	border-right: 1px solid #E5E5E5;
	border-left: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
    color: #DBB342;
}

/* Стили для новостей и статей */
.list ul,
.list ul li {
	list-style-type: none!important;
}

.list ul{
	padding: 0!important;
	margin: 0!important;
}

.list h3 {
	font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 10px;
}

.list .date {
    color: #8B8B8B;
	margin-bottom: 10px;
}

.list li {
    padding: 10px;
	background: #fff;
	border-radius: 5px;
	margin-bottom: 20px;
}

.detail {
	padding: 10px;
	background: #fff;
	border-radius: 5px;
	
	font-size: 16px;
    line-height: 21px;
}

.detail h1,
.detail h3 {
	font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 20px;
}

.detail .date {
	color: #8B8B8B;
	margin-bottom: 10px;
}

/* 
	Лента проектов (НАШИ РАБОТЫ) 
	Зависти от стилей .list ВНИМАНИЕ!!!!
*/
.list.projects .title{
	padding: 0;
	margin: 0 0 20px 0;
}

.list.projects .news-item{
	position: relative;
}

.list.projects h3{
	margin: 10px 0 20px 0;
}

.list.projects h3 a{
	font-size: 22px;
	font-weight: bold;
}

.list.projects .img{
	font-size: 22px;
	font-weight: bold;
	position: relative;
}

.list.projects .img img{
	width: 100%;
}

.list.projects .adress{
	margin: 10px 0 0 0;
	background: url(../img/review-pointer.png) no-repeat 0 6px;
	min-height: 35px;
    padding-left: 35px;
    padding-top: 7px;
	font-size: 18px;
    font-style: italic;
    line-height: 31px;
}

.list.projects .otziv{
	position: absolute;
	top: 20px;
	right: 0;
    background-color: #C43D03;
    color: #fff;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 18px;
    padding: 10px 15px 10px 35px;
	background: #C43D03 url(../img/review-title.png) no-repeat 9px 13px;
}

#inner_page .list.projects  .button_link {
    bottom: 14px;
    right: 11px;
    left: auto;
}

/* 
	Детальность проектов (НАШИ РАБОТЫ) 
	Зависти от стилей .detail ВНИМАНИЕ!!!!
*/
.detail.project {
	padding: 10px;
	background: #fff;
	border-radius: 5px;
	
	font-size: 16px;
    line-height: 21px;
	position: relative;
}

.detail.project .client_name,
.detail.project .project_adress,
.detail.project .date {
	height: 35px;
	margin: 10px 0 10px 0;
	padding-left: 35px;
	line-height: 31px;
	font-size: 18px;
    font-style: italic;
    font-weight: bold;
    color: #3D3D3D;
}

.detail.project .client_name {
	background: url(../img/icon_user.jpg) no-repeat 0 6px;
}

.detail.project .project_adress {
	background: url(../img/review-pointer.png) no-repeat 0 6px;
	background-size: 17px;
}

.detail.project .date {
	background: url(../img/icon_calendar.jpg) no-repeat 0 6px;
}

.detail.project .text {
	padding: 13px;
	background: #F8F8F8;
	border: 1px solid #E5E5E5;
}

.detail.project .text ul,
.detail.project .text ol {
	margin: 16px 0 16px 0;
    padding: 0 0 0 40px;
    list-style-type: disc;
}

.detail.project .text li {
    margin-bottom: 5px;
    list-style-type: disc;
}

.detail.project .text a{
    color: #D9B23F;
}

.detail.project .text a:hover {
	border-bottom: 1px solid #d9b23f;
}

.detail.project .text img {
	/* float: left; */
    margin: 0px 10px 10px 0;
}

.detail.project .text h4,
.detail.project .otziv_h4 {
	color: #C6A33A;
	font-size: 15px;
	text-transform: uppercase;
    font-weight: bold;
    margin: 0 0 10px 0;
}

.detail.project .otziv_text {
	margin: 20px 0 20px 0;
}

.detail.project .otziv_text .text {
	padding: 13px;
	font-style: italic;
	padding: 0 0 0 0;
	width: 610px;
	display: inline-block;
	background: none;
    border: none;
}

.detail.project .otziv_text .kav_open,
.detail.project .otziv_text .kav_close {
	font-size: 60px;
	width: 30px;
	display: inline-block;
	font-family: Georgia;
	color: #C6A33A;
}

.detail.project .otziv_text .kav_open{
	vertical-align: top;
	margin-top: -26px;
}

.detail.project .otziv_text .kav_close {
	vertical-align: bottom;
}

.detail.project .otziv_h4{
	background: url(../img/kubok.png) no-repeat 0 6px;
	padding: 14px 0 10px 40px;
	margin: 20px 0 10px 0;
}

.otziv_galery img {
	width: 150px;
	margin: 0 10px 10px 0;
}

.otziv_original {
	position: absolute;
	top: 75px;
	right: 10px;
	display: inline-block;
	background: #d9b23f;
	width: 265px;
	height: 60px;
	border-radius: 5px;
}

.otziv_original .title_original{
    width: 160px;
    color: #fff;
    display: inline-block;
    text-align: center;
    padding: 9px 15px 10px 15px;
}

.otziv_original .img_original{
	position: absolute;
    top: -35px;
    right: 11px;
}

.otziv_do_posle .otziv_title{
	text-align: center;
	margin: 10px 0 10px 0;
}
.otziv_do_posle .otziv_title_before,
.otziv_do_posle .otziv_title_after {
	width: 150px;
	height: 30px;
	display: inline-block;
	vertical-align: top;
	line-height: 30px;
	font-style: italic;
	font-size: 22px;
}

.otziv_do_posle .otziv_title_arrow {
	width: 210px;
	height: 30px;
	display: inline-block;
	vertical-align: top;
	background: url(../img/arrow_right.jpg) no-repeat 0 6px;
}

.otziv_do_posle .img_before,
.otziv_do_posle .img_after {
    width: 300px;
}

.otziv_do_posle .img_before {
    margin-right: 45px;
	margin-left: 13px;
}

.akzia_fundament {
	background: url(/include/images/akzia_fundament.jpg) no-repeat 0 0!important;
	position: relative;
	height: 304px;
}

.akzia_fundament .form{
	position: absolute;
	top: 30px;
	right: 11px;
	border: 1px solid #E5E5E5;
}

.otzivi_lenta {
	margin: 20px 0 20px 0;
	
}

.otzivi_lenta .item{
	padding: 10px;
	background: #fff;
	border-radius: 5px;
	
	font-size: 16px;
    line-height: 21px;
	margin-bottom: 15px;
	position: relative;
}

.otzivi_lenta h1 {
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 20px;
}

.otzivi_lenta .left_block,
.otzivi_lenta .right_block {
	display: inline-block;
	vertical-align: top;
}

.otzivi_lenta .left_block,
.otzivi_lenta .left_block img {
	width: 320px;
}

.otzivi_lenta .left_block img {
	min-height: 275px;
}

.otzivi_lenta .left_block {
	margin-right: 15px;
}

.otzivi_lenta .right_block {
	width: 340px;
}

.otzivi_lenta .client_name,
.otzivi_lenta .project_adress,
.otzivi_lenta .date {
	height: 35px;
	margin: 10px 0 10px 0;
	padding-left: 35px;
	line-height: 31px;
	font-size: 18px;
    font-style: italic;
    font-weight: bold;
    color: #3D3D3D;
}

.otzivi_lenta .client_name {
	background: url(../img/icon_user.jpg) no-repeat 0 6px;
}

.otzivi_lenta .project_adress {
	background: url(../img/review-pointer.png) no-repeat 0 6px;
	background-size: 17px;
}

.otzivi_lenta .date {
	background: url(../img/icon_calendar.jpg) no-repeat 0 6px;
}

.otzivi_lenta .otziv_h4 {
	color: #C6A33A;
	font-size: 15px;
	text-transform: uppercase;
    font-weight: bold;
    margin: 0 0 10px 0;
}

.otzivi_lenta .otziv_text {
	margin: 20px 0 20px 0;
}

.otzivi_lenta .otziv_text .text {
	padding: 13px;
	font-style: italic;
	font-size: 16px;
	padding: 0 0 0 0;
	width: 610px;
	display: inline-block;
	background: none;
    border: none;
}

.otzivi_lenta .otziv_text .kav_open,
.otzivi_lenta .otziv_text .kav_close {
	font-size: 60px;
	width: 30px;
	display: inline-block;
	font-family: Georgia;
	color: #C6A33A;
}

.otzivi_lenta .otziv_text .kav_open{
	vertical-align: top;
	margin-top: -26px;
}

.otzivi_lenta .otziv_text .kav_close {
	vertical-align: bottom;
}

.otzivi_lenta .otziv_h4{
	background: url(../img/kubok.png) no-repeat 0 6px;
	padding: 14px 0 10px 40px;
	margin: 20px 0 10px 0;
}

.otzivi_lenta .otziv_original {
	position: relative;
	top: auto;
	right: auto;
	margin-top: 17px;
}

/* На странице цены инфо блок */
.info_block_1 {
	position: relative;
	padding: 10px;
    background: #F8F8F8;
    border: 1px solid #E5E5E5;
	margin: 25px 0 15px 0;
}

.info_block_1 img {
	float: left;
	margin-right: 10px;
}

.info_block_1 p {
	width: 513px;
	margin: 0;
}

.info_block_1 .btn {
	position: absolute;
	top: 27px;
	right: 10px;
}

.info_block_2 {
	position: relative;
	margin: 0 0 15px 0;
}

.info_block_2 p {
	width: 513px;
	margin: 0;
}

.info_block_2 .price_download {
	position: absolute;
	top: 27px;
	right: 10px;
	background: url(../img/price_download.jpg) no-repeat 0 0px;
    width: 130px;
    height: 115px;
}

/* табы цен */
.tabs__caption {
	margin: 15px 0 15px;
}

.tabs__caption li.active {
    color: #fff;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #d9b23f;
    background: -moz-linear-gradient(top, #d9b23f 0%, #ac8d33 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d9b23f), color-stop(100%,#ac8d33));
    background: -webkit-linear-gradient(top, #d9b23f 0%,#ac8d33 100%);
    background: -o-linear-gradient(top, #d9b23f 0%,#ac8d33 100%);
    background: -ms-linear-gradient(top, #d9b23f 0%,#ac8d33 100%);
    background: linear-gradient(to bottom, #d9b23f 0%,#ac8d33 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9b23f', endColorstr='#ac8d33',GradientType=0 );
    box-shadow: inset 0 -1px 1px #6c591f, inset 0 1px 1px #e8d18d;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.tab {
	display: inline-block;
    vertical-align: top;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer;
    height: 27px;
    line-height: 25px;
    width: 115px;
    border-radius: 5px;
    border: 1px solid #E5E5E5;
    color: #DBB342;
}

.tabs__content {
    display: none;
}

.tabs__content.active {
    display: block;
}

.gallery_images img {
	width: 203px;
	margin-right: 15px;
	margin-bottom: 15px;
}

.partners {
	background: #fff;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	flex-flow: row wrap;
	margin-top: 30px;
	padding: 30px 15px;
}
.partners-item {
	padding: 8px;
}
.partners-item img{
	display: block;
}
.partners-item {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 8px;
	min-width: 150px;
	margin-bottom: 15px;
	transition: ease 300ms;
}
.partners-item:hover {
	transform: scale(1.05);
}
.text-center {
	text-align: center !important;
}
.collumn_right p {
	font-family: "Times New Roman", Times;
	font-size: 13pt;
	line-height: 1.4;
}
