/*Подключаем шрифты*/


/*Общие стили*/
*{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
/*clearfix*/
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
body{
	font-size: 16px;
	color: #666;
	background: #fff;
	line-height: 20px;
	font-family: "Ubuntu", Arial, sans-serif;
	letter-spacing: -.25px;
}
body p{
	line-height: 20px;
}
.wrapper-block{
	width: 940px;
	margin: 0 auto;
}
h1,h2,h3,h4{
	line-height: 30px;
	color: #000;
	margin: 0;
}
h1{
	font-size: 50px;
	line-height: 60px;
	color: #000; /*#fbc02d;*/
	font-weight: 300;
	text-transform: uppercase;
	padding-bottom: 30px;
	text-align: center;
}
h2{
	font-size: 40px;
	line-height: 1em;
	font-weight: normal;
	padding-bottom: 75px;
}
h3{
	font-size: 24px;
	font-weight: normal;
}
h4{
	font-size: 18px;
}
.upp-text{
	text-transform: uppercase;
}
.bold{
	font-weight: 600;
}
.cen-text{
	text-align: center;
}
.jus-text{
	text-align: justify;
}
.rel-block{
	position: relative;
}
.abs-block{
	position: absolute;
}
footer{
	width: 100%;
	background: #eee;
}
.dashed-link{
	text-decoration: none;
	border-bottom: 1px dashed #000;
}
.right-side-text{
	text-align: right;
}
.left-side-text{
	text-align: left;
}
.left-float{
	float: left;
}
.right-float{
	float: right;
}

/*Списки*/
article ul,
.marker-li{
	margin: 15px 0;
}
article ul li,
.marker-li li{
	position: relative;
	padding-left: 28px;
	padding-bottom: 10px;
	font-size: 16px;
	line-height: 20px;
	color: #000; /*fff;*/
}
article ul li:last-child,
.marker-li li:last-child {
	margin-bottom: 0;
}
article ul li:before,
.marker-li li:before{
	content: '';
	width: 6px;
	height: 6px;
	background: #fac02c;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 9px;
}
article ul.blue-marker li:before,
.marker-li.blue-marker li:before{
	border-left-color: #0f5687;
}
/*+=+*/
article p {
	margin-bottom: 15px;
}

/*стили для placeholder*/
::-webkit-input-placeholder{
	font-size: 12px;
	color: #fff;
	font-family: "Ubuntu", Arial, sans-serif;
}
::-moz-placeholder{
	font-size: 12px;
	color: #fff;
	font-family: "Ubuntu", Arial, sans-serif;
}/* Firefox 19+ */
:-moz-placeholder{
	font-size: 12px;
	color: #fff;
	font-family: "Ubuntu", Arial, sans-serif;
}/* Firefox 18- */
:-ms-input-placeholder{
	font-size: 12px;
	color: #fff;
	font-family: "Ubuntu", Arial, sans-serif;
}
/*+=+*/
/*убираем тень у форм для ios*/
form input,
form select{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
/*+=+*/
/*Убираем форматирование у input*/
input,
button,
textarea{
	-ms-box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border: 1px solid #666;
	width: 100%;
}
/*+==+*/
.input-block,
.select-block,
.textarea-block {
	margin-bottom: 10px;
}
.btn-block {
	margin-top: 20px;
}
input,
textarea,
select {
	border: none;
	padding: 0 10px;
	font-size: 12px;
	color: #fff;
	background: #555;

}
input {
	height: 40px;
	line-height: 40px;
}
textarea {
	resize: none;
	padding-top: 10px;
	height: 210px;
	display: block;
}

.valign-mid:after{
	content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}
nav a{
	text-decoration: none;
}
/*Hover effects*/
.animate-hover,.animate-hover:after, .animate-hover:before, nav a{
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
/*++====++*/
/*++====++*/
.red-text {
	color: #be1e2d;
}
/*Угол*/
.corner {
	position: relative;
}
.corner:after {
	content: "";
	position: absolute;
	border-style: solid;
	border-width: 10px;
	border-color: transparent;
	height: 0px;
	width: 0px;
}
.corner.corner-bottom:after {
	border-top-color: #eee;
	right: 10px;
	top: 100%;
}
/*++==++*/
a:hover,
a:active,
a:focus {
	text-decoration: none;
}
img {
	width: auto;
	max-width: 100%;
}
.row-block {
	margin-left: -10px;
	margin-right: -10px;
}
.row-block:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.block-sm-4,
.block-sm-5,
.block-sm-6,
.block-sm-7,
.block-sm-12 {
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}
.block-sm-4 {
	width: 33.33333333%;
}
.block-sm-5 {
	width: 41.66666666666667%;
}
.block-sm-6 {
	width: 50%;
}
.block-sm-7 {
	width: 58.33333333333333%;
}
.block-sm-8 {
	width: 66.66666666666666%;
}
.block-sm-12 {
	width: 100%;
}
.block-sm-offset-3 {
	margin-left: 25%;
}
strong,
b {
	font-weight: 600;
	color: #000;
}
/*+++======+++*/
/*++++========++++*/
v
/*Стили для навигации*/
.navigation {
	margin-bottom: 10px;
}
.navigation__block {
	font-size: 0;
	text-align: right;
}
.navigation__list {
	font-size: 12px;
	display: inline-block;
}
.navigation__list:before {
	content: "|";
	padding-left: 12px;
	padding-right: 12px;
}
.navigation__list:first-child:before {
	content: none;
}
.navigation__link,
.navigation__list:before {
	font-size: 12px;
	color: #fff;
	text-transform: uppercase;
}
/*++===++*/

/*Стили для шапки*/
.head-site {
	background: url(../img/header-bg.jpg) no-repeat;
	background-size: cover;
	padding: 20px 0 80px;
}
.head-site--inline {
	font-size: 0;
	margin-bottom: 40px;
}
.head-site__logo,
.head-site__contacts {
	width: 50%;
	display: inline-block;
	vertical-align: middle;
}
.head-site__contacts {
	text-align: right;
}
.head-site__contacts--text {
	color: #fff;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 600;
	display: inline-block;
	vertical-align: middle;
	line-height: 1em;
	
}
.head-site__contacts--text:after {
	content: "|";
	padding: 0 12px;
	font-weight: 300;
	font-size: 14px;
	display: inline-block;
	vertical-align: middle;
	line-height: 1em;
}
.head-site__contacts--phone {
	color: #fbc02d;
	font-size: 24px;
	font-weight: 300;
	text-decoration: none;
	display: inline-block;
	vertical-align: top;
	line-height: 1em;
}
.head-site__contacts--mail {
	color: #fbc02d;
	font-size: 24px;
	font-weight: 300;
	text-decoration: none;
	display: inline-block;
	vertical-align: top;
	line-height: 1em;
}
/*++===++*/


/*Стили для контента*/
.btn--popup-link,
form button {
	display: block;
	display: inline-block;
	height: 50px;
	line-height: 50px;
	padding: 0 30px;
	background: #fac02c;
	border: 1px solid transparent;
	color: #000;
	font-size: 16px;
	text-transform: uppercase;
	text-decoration: none;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.btn--popup-link:hover,
form button:hover {
	background: #fff;
	border: 1px solid #fac02c;
}
.btn--popup-link .fa {
	padding-right: 5px;
}

.block-section {
	padding: 75px 0;
}
.block-section p {
	color: #666;
	font-size: 14px;
	letter-spacing: -.25px;
	line-height: 20px;
}
.head-medium {
	font-weight: 600;
}
.head-light {
	font-weight: 300;
}

	/*Стили для блока контанта с текстом*/
		/*section*/
.we-offer {
	background: #fff;
}
.we-offer__block__img {
	text-align: center;
	margin-bottom: 40px;
}
.we-offer__head__block {
	height: 60px;
	margin-bottom: 20px;
	text-align: center;
}
.we-offer__head {
	font-size: 20px;
	line-height: 20px;
	text-align: center;
	display: block;
	display: inline-block;
	width: auto;
	vertical-align: middle;
}
.we-offer__head__block:after {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
		/*++==++*/

		/*section*/
.what-we-can {
	background: #eee;
}
.what-we-can .block-section {
	padding-bottom: 130px;
}
.what-we-can__head {
	color: #000;
	padding-bottom: 25px;
	text-align: center;
}

/*keyframe*/

@-webkit-keyframes pulse{
	0% {
		-moz-transform: scale(1);
		-o-transform: scale(1);
		-webkit-transform: scale(1);
		-ms-transition: scale(1);
		transform: scale(1);
		opacity: .5;
		z-index: 2;
	}

	50% {
		-moz-transform: scale(1.15);
		-o-transform: scale(1.15);
		-webkit-transform: scale(1.15);
		-ms-transition: scale(1.15);
		transform: scale(1.15);
		opacity: .3;
		z-index: 1;
	}

	100% {
		-moz-transform: scale(1.3);
		-o-transform: scale(1.3);
		-webkit-transform: scale(1.3);
		-ms-transition: scale(1.3);
		transform: scale(1.3);
		opacity: 0;
		z-index: 1;
	}
}
@-moz-keyframes pulse{
	0% {
		-moz-transform: scale(1);
		-o-transform: scale(1);
		-webkit-transform: scale(1);
		-ms-transition: scale(1);
		transform: scale(1);
		opacity: .5;
		z-index: 2;
	}

	50% {
		-moz-transform: scale(1.15);
		-o-transform: scale(1.15);
		-webkit-transform: scale(1.15);
		-ms-transition: scale(1.15);
		transform: scale(1.15);
		opacity: .3;
		z-index: 1;
	}

	100% {
		-moz-transform: scale(1.3);
		-o-transform: scale(1.3);
		-webkit-transform: scale(1.3);
		-ms-transition: scale(1.3);
		transform: scale(1.3);
		opacity: 0;
		z-index: 1;
	}
}
@-ms-keyframes pulse{
	0% {
		-moz-transform: scale(1);
		-o-transform: scale(1);
		-webkit-transform: scale(1);
		-ms-transition: scale(1);
		transform: scale(1);
		opacity: .5;
		z-index: 2;
	}

	50% {
		-moz-transform: scale(1.15);
		-o-transform: scale(1.15);
		-webkit-transform: scale(1.15);
		-ms-transition: scale(1.15);
		transform: scale(1.15);
		opacity: .3;
		z-index: 1;
	}

	100% {
		-moz-transform: scale(1.3);
		-o-transform: scale(1.3);
		-webkit-transform: scale(1.3);
		-ms-transition: scale(1.3);
		transform: scale(1.3);
		opacity: 0;
		z-index: 1;
	}
}
@keyframes pulse{
	0% {
		-moz-transform: scale(1);
		-o-transform: scale(1);
		-webkit-transform: scale(1);
		-ms-transition: scale(1);
		transform: scale(1);
		opacity: .5;
		z-index: 2;
	}

	50% {
		-moz-transform: scale(1.15);
		-o-transform: scale(1.15);
		-webkit-transform: scale(1.15);
		-ms-transition: scale(1.15);
		transform: scale(1.15);
		opacity: .3;
		z-index: 1;
	}

	100% {
		-moz-transform: scale(1.3);
		-o-transform: scale(1.3);
		-webkit-transform: scale(1.3);
		-ms-transition: scale(1.3);
		transform: scale(1.3);
		opacity: 0;
		z-index: 1;
	}
}

.tree__block.in-viewport .tree__block--text {
	color: #fff;
}
.tree__block.in-viewport .tree__block--img:before {
	-webkit-animation: pulse 1.6s linear infinite;
	-ms-animation: pulse 1.6s linear infinite;
	-o-animation: pulse 1.6s linear infinite;
	-moz-animation: pulse 1.6s linear infinite;
	animation: pulse 1.6s linear infinite;
}
.tree__block.in-viewport .tree__block--img:after {
	-webkit-animation: pulse 1.6s .8s linear infinite;
	-ms-animation: pulse 1.6s .8s linear infinite;
	-o-animation: pulse 1.6s .8s linear infinite;
	-moz-animation: pulse 1.6s .8s linear infinite;
	animation: pulse 1.6s .8s linear infinite;
}
.tree__block.in-viewport .tree__block--img:before,
.tree__block.in-viewport .tree__block--img:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	background: #FAC02C;
}
.tree__block--img img {
	position: relative;
	z-index: 9;
}
/*++==++*/


.tree--blocks {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.tree__block {
	top: 0;
	height: 120px;
	width: 50%;
	font-size: 0;
}
.tree__block:after {
	content: "";
	height: 100%;
	width: 1%;
}
.tree__block:after,
.tree__block--text {
	display: inline-block;
	vertical-align: middle;
}
.tree__block--text  {
	font-size: 16px;
	color: #999;
	width: 99%;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.tree__block--img {
	width: 120px;
	height: 120px;
	top: 0;
	border: 2px solid #fac02c;
}
.tree__block--img,
.tree__block--img img {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;

}
	/*выбираем по четности и раскидываем по разным сторонам*/
.tree__block:nth-child(2n+1) {
	left: 0;
}
.tree__block:nth-child(2n) {
	right: 0;
}
	/*++==++*/

	/*четный и нечетный класс расстановка изображений */
.tree__block:nth-child(2n+3) {
	padding-right: 250px;
}
.tree__block:nth-child(4n+1) {
	padding-right: 170px;
}
.tree__block:nth-child(2n+1) .tree__block--text {
	text-align: right;
}
.tree__block .tree__block--img {
	top: 0;
}
.tree__block:nth-child(2n+3) .tree__block--img {
	right: 110px;
}
.tree__block:nth-child(4n+1) .tree__block--img {
	right: 30px;
}


.tree__block:nth-child(4n+2) {
	padding-left: 250px;
}
.tree__block:nth-child(4n+4) {
	padding-left: 170px;
}
.tree__block:nth-child(2n) .tree__block--text {
	text-align: left;
}
.tree__block:nth-child(4n+2) .tree__block--img {
	left: 110px;
}
.tree__block:nth-child(4n+4) .tree__block--img {
	left: 30px;
}


	/*++==++*/


	/*расставляем всю выборку по своим позициям "ручками"*/
.tree__block:nth-child(1) {
	top: 35px;
}
.tree__block:nth-child(2) {
	top: 100px;
}
.tree__block:nth-child(3) {
	top: 155px;
}
.tree__block:nth-child(4) {
	top: 215px;
}
.tree__block:nth-child(5) {
	top: 275px;
}
.tree__block:nth-child(6) {
	top: 335px;
}
.tree__block:nth-child(7) {
	top: 395px;
}
.tree__block:nth-child(8) {
	top: 455px;
}
.tree__block:nth-child(9) {
	top: 520px;
}
.tree__block:nth-child(10) {
	top: 580px;
}
.tree__block:nth-child(11) {
	top: 640px;
}
.tree__block:nth-child(12) {
	top: 700px;
}
.tree__block:nth-child(13) {
	top: 760px;
}
.tree__block:nth-child(14) {
	top: 820px;
}
.tree__block:nth-child(15) {
	top: 880px;
}
.tree__block:nth-child(16) {
	top: 940px;
}


	/*++==++*/
		/*++==++*/

		/*section*/
.geograpy {
	background: url(../img/geograpy--bg.png) center 15px no-repeat #eee;	
}
.gray-text {
	color: #333;
}
.block-section .geograpy--big {
	color: #000;
	font-size: 18px;
	font-weight: 600;
	margin: 25px 0 55px;
}
.geograpy--phone {
	color: #000;
	font-size: 30px;
	text-decoration: none;
}
.geograpy .block-section {
	padding-bottom: 250px;
}
		/*++==++*/

		/*section*/
.customers {
	
}
.customers__carousel {
	margin-top: 40px;
}
.customers__carousel .item  {
	margin: 0 20px;
}
.customers__carousel .item img {
	display: block;
	margin: 0 auto;
	width: auto;
	max-width: 100%;
}
.block-section .customers__text {
	font-size: 16px;
	line-height: 24px;
}
.customers__invitation {
	margin-top: 70px;
}
.customers__invitation--text {
	text-align: right;
	font-size: 18px;
	color: #000;
	line-height: 24px;
}
.owl-prev,
.owl-next {
	position: absolute;
	top: 50%;
	color: #fbc02d;
	font-size: 72px;
	font-weight: 300;
	margin-top: -36px;
}
.owl-prev {
	left: -30px;
}
.owl-next {
	right: -30px;
}
		/*++==++*/

		/*section*/
.reviews {
	background: #ddd;
}
.reviews__carousel .item {
	margin-left: 10px;
	margin-right: 10px;
}
.item__block {
	background: #fff;
}
.item__review {
	padding: 30px;
	font-size: 13px;
	/*padding-bottom: 60px;*/
}
.item__info {
	background: #f6f6f6;
	padding: 30px 5px 10px 20px;
	
}
.item__info--img {
	position: absolute;
	top: -50px;
	right: 20px;
	padding: 3px;
	width: 100px;
	height: 100px;
	background: #fff;
}
.item__info--img,
.item__info--img img {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}
.block-section .item__info--name {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    margin-bottom: 0;
}
		/*++==++*/

		/*section*/
.info {
	background: #fff; /*#333;*/
}
.info .block-section {
	padding-bottom: 40px;	
}
.contacts__head,
.question-form__head {
	font-size: 24px;
	color: #000;
	padding-bottom: 30px;
}
.contacts-block {
	position: relative;
	padding-left: 40px;
	margin-bottom: 20px;
}
.contacts-block--ico {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 20px;
	color: #fbc02d;
	display: block;
	width: 25px;
	text-align: center;
}
.contacts__location--city {
	font-size: 18px;
	color: #fbc02d;
	margin-bottom: 10px;
	display: block;
}
.contacts__location--street {
	font-size: 18px;
	color: #fbc02d;
}
.contacts__mail {
	margin-bottom: 30px;
}
.contacts__mail a {
	text-decoration: none;
	color: #fbc02d;
	font-size: 18px;
}

.contacts__phone a {
	font-size: 24px;
	text-decoration: none;
	color: #fbc02d;
}
.contacts__phone--additional {
	color: #fbc02d;
	font-size: 14px;
}



.question-form__head {
	text-transform: uppercase;
}
.info .textarea-block {
margin-bottom: 0;
}

		/*++==++*/

	/*==*/



	/*Стили для aside*/

	/*++===++*/

/*++===++*/

/*Стили для footer*/
.footer-site {
	background: #3f3f3f;
	height: 50px;
}
.footer-site p {
	line-height: 50px;
	color: #fff;
	text-transform: uppercase;
}
.yellow-text {
	color: #fbc02d;
}
/*++===++*/


/*Popup form*/
.white-popup-block {
	width: 320px;
	padding: 30px;
	margin: 0 auto;
	background: #333;
	position: relative;
}
.mfp-close-btn-in .mfp-close {
	color: #fff
}
#free-consultation textarea {
	height: 100px;
}
.question-form__head  {
    line-height: 30px;
    padding-bottom: 20px;
}
/*++==++*/
.reviews__carousel .item__block {
	max-width: 400px;
	margin: 0 auto;
}

.only-mobile-block,
.only-mobile-inline-block,
.only-mobile-small-inlin-block {
	display: none;
}

#top {
    cursor: pointer;
    display: none;
    font-size: 30px;
    color: #fff;
    position: fixed;
    right: 20px;
    bottom: 20px;
    background: #fac02c;
    width: 40px;
    height: 40px;
	border: 2px solid #fac02c;
	text-align: center;
	line-height: 30px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
/* ==========================================================================
   Media Queries
   ========================================================================== */

@media (min-width: 1260px) {
	.wrapper-block {
		width: 1170px;
	}
}

@media (max-width: 1020px) {
	.wrapper-block{
		  width: 740px;
	}

	h1 {
		font-size: 40px;
		line-height: 40px;
	}
	h2 {
		font-size: 30px;
		padding-bottom: 55px;
	}
	.block-section {
		padding: 40px 0;
	}
	.we-offer__block__img {
		margin-bottom: 20px;
	}
	.tree__block--text {
		font-size: 14px;
		line-height: 16px;
	}
	.tree__block--text br {
		display: none;
	}
	.geograpy {
		background-size: 100%;
	}
	.geograpy .block-section {
		padding-bottom: 220px;
	}

	.item__review {
		padding: 15px;
	}
	.item__info {
		padding: 30px 15px 0 15px; 
	}
	.item__info--img {
		right: 15px;
	}
	form button {
		font-size: 14px;
	}
	.reviews__carousel .item__block {
		max-width: 400px;
	}
	.customers .btn--popup-link{
		padding: 0 10px;
	}
}

@media (max-width: 860px) {
	.wrapper-block{
		padding-left: 15px;
		padding-right: 15px;
		width: 100%;
		min-width: 320px;
	}
	.no-mobile {
		display: none;
	}
	.only-mobile-block {
		display: block;
	}
	.only-mobile-inline-block {
		display: inline-block;
	}
	.block-sm-4,
	.block-sm-5,
	.block-sm-6,
	.block-sm-7,
	.block-sm-12 {
		float: none;
		width: 100%;
	}
	.block-sm-offset-3 {
		margin-left: 0;
	}
	h2 {
		padding-bottom: 30px;
	}
	.reviews__carousel,
	.customers__carousel {
		padding-left: 20px;
		padding-right: 20px;
	}
	.owl-prev, .owl-next {
		font-size: 35px;
		margin-top: -17px;
	}
	.owl-prev {
		left: 0;
	}
	.owl-next {
		right: 0;
	}
	
	.we-offer__block {
		position: relative;
		padding-left: 140px;
		min-height: 120px;
		margin-bottom: 20px;
	}
	.we-offer__block:after {
		content: "";
		display: inline-block;
		height: 100%;
		width: 1px;
		vertical-align: middle;
	}
	.we-offer__text {
		display: inline-block;
		vertical-align: middle;
	}
	.we-offer__block__img {
		position: absolute;
		top: 0;
		left: 0;
	}
	.we-offer__head__block,
	.we-offer__block .cen-text {
		text-align: left;
	}
	.we-offer__head__block {
		height: auto;
		margin-bottom: 15px;
	}
	.we-offer__head__block br,
	.we-offer__block .cen-text br {
		display: none;
	}

	.tree__block--img {
		width: 80px;
		height: 80px;
	}
	.tree__block .tree__block--img {
		top: 20px;
	}
	.tree__block:nth-child(2n+3) .tree__block--img {
		right: 60px;
	}
	.tree__block:nth-child(4n+1) .tree__block--img {
		right: 20px;
	}
	.tree__block:nth-child(4n+4) .tree__block--img {
		left: 20px;
	}

	.tree__block:nth-child(4n+2) .tree__block--img {
		left: 60px;
	}
	.tree__block:nth-child(2n+3) {
		padding-right: 150px;
	}
	.tree__block:nth-child(4n+2) {
		padding-left: 150px;
	}
	.tree__block:nth-child(4n+1) {
		padding-right: 110px;
	}
	.tree__block:nth-child(4n+4) {
		padding-left: 110px;
	}
	.head-site__logo {
		width: 30%;
	}

	.head-site__contacts {
		width: 70%;
	}
	.we-offer__head__block:after {
		content: none;
	}
	.item__info {
		/*height: 140px;*/
	}
	.item__review {
		/*padding-bottom: 60px;*/
	}

	.customers__invitation--text {
		text-align: center;
		margin-bottom: 10px;
	}


}
@media (max-width: 640px) {

	h1 {
		font-size: 30px;
		line-height: 1em;
	}
	h2 {
		font-size: 24px;
	}
	.head-site {
		padding-bottom: 40px;
	}
	.head-site--inline {
		margin-bottom: 30px;
	}
	.no-mobile-small {
		display: none;
	}
	.head-site__logo,
	.head-site__contacts {
		width: 50%;
	}
	.only-mobile-small-inlin-block {
		display: inline-block;
	}

	.we-offer__head__block {
		margin-bottom: 10px;
	}
	.we-offer__head {
		text-align: left;
	}
	.we-offer__block__img img {
		width: 80px;
	}
	.we-offer__block {
		padding-left: 100px;
	}

	/*выборка что мы можем*/
	.no-skeleton-img {
		display: none;
	}
	.tree--blocks,
	.tree__block {
		position: inherit;
		top: 0;
	}
	.tree__block {
		height: 80px;
		width: 100%;
		margin-bottom: 20px;
		
	}
	.tree__block:nth-child(2n) {
		top: 0;
		padding-right: 0;
		padding-left: 120px;
	}
	.tree__block:nth-child(2n+1) {
		top: 0;	
		padding-right: 0;
		padding-left: 90px;

	}
	.tree__block:nth-child(2n) .tree__block--img {
		right: auto;
		left: 30px;
	}
	.tree__block:nth-child(2n+1) .tree__block--img {
		right: auto;
		left: 0
	}
	.tree__block:nth-child(2n) .tree__block--text,
	.tree__block:nth-child(2n+1) .tree__block--text {
		text-align: left;
	}
	.tree__block .tree__block--img {
		top: 0;
	}
	.what-we-can .block-section {
		padding-bottom: 40px;
	}
	.geograpy .block-section {
		padding-bottom: 100px;
	}
	/*++==++*/

	.item__review {
		height: auto;
	}
	.reviews__carousel .item {
		max-width: 320px;
		margin: 0 auto;
	}
	.contacts__head {
		text-align: center;
	}
	.customers__invitation {
		margin-top: 40px;
	}
	.customers__invitation--text {
		text-align: center;
		margin-bottom: 10px;
	}
	.btn.left-side-text {
		text-align: center;
	}
	.navigation__list:before {
		padding-left: 3px;
		padding-right: 3px;
	}
	.navigation__link, .navigation__list:before {
		font-size: 10px;
	}
	.geograpy--phone {
		font-size: 24px;
		display: block;
		margin-top: 10px;
	}
	.block-section .geograpy--big {
		margin-bottom: 30px;
	}
	.navigation__block {
		text-align: center;
	}
}
@media (max-width: 520px) {
	.we-offer__block {
		padding-left: 0; 
	}
	.we-offer__block__img {
		position: relative;
		margin-bottom: 10px;
	}
	.head-site__contacts--phone {
		font-size: 16px;
	}
	.btn--popup-link, form button {
		padding: 0 15px;
	}
	.we-offer__head {
		font-size: 18px;
	}
	.geograpy {
		background: #eee;
	}
	.geograpy .block-section {
		padding-bottom: 40px;
	}
	.contacts__phone a {
		font-size: 20px;
	}
	.contacts__location--street {
		font-size: 16px;
	}
	.white-popup-block {
		width: 300px;
	}
}
.error {
    color: #ea0000;
    display: block;
    padding-bottom: 5px;
}

.message {
    color: green;
    text-align: center;
    display: block;
    padding-bottom: 5px;
}

button[disabled], html input[disabled] {
	opacity: 0.3;
}
