* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*::before,
*::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
a:focus,
input:focus,
textarea:focus {
	outline: 0 none;
}

/* ___________2. Типовые элементы______________ */
/* _______________2.1. Заголовки_______________ */
h1 {
	margin: 10px 0 22px;
	font-weight: 800;
	font-size: 45px;
	text-transform: uppercase;
	text-align: center;
}
h2 {
	margin: 10px 0 15px;
	font-weight: normal;
	font-size: 25px;
	text-transform: uppercase;
	text-align: center;
}
h3 {}

/* _______________2.2. Ссылки__________________ */
a {
	text-decoration: underline;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
a:hover {
	text-decoration: none;
}

/* _______________2.3. Элементы форм___________ */
input[type="text"],
input[type="tel"],
input[type="email"] {
	display: block;
	padding: 0 22px;
	width: 100%;
	height: 29px;
	line-height: 29px;
	font: normal 14px 'Open Sans', sans-serif;
	color: #333;
	background: #fff;
	border: 1px solid #4c9e78;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
::-webkit-input-placeholder {
	opacity: .5;
	color: #333;
}
::-moz-placeholder {
	opacity: .5;
	color: #333;
}
:-moz-placeholder {
	opacity: .5;
	color: #333;
}
:-ms-input-placeholder {
	opacity: .5;
	color: #333;
}
input[type="text"]:hover,
input[type="password"]:hover {}
input[type="text"]:focus,
input[type="password"]:focus {}
.form {}
.form__line {
	display: block;
	margin-bottom: 15px;
}
.form__signature {
	display: block;
	float: left;
	padding-top: 4px;
	padding-right: 15px;
	width: 150px;
	font-weight: 300;
}
.form__field {
	display: block;
	margin-left: 150px;
}
.form__required {
	display: none;
	margin-left: 150px;
}
.form__row {
	display: block;
	margin: 0 -10px 0 0;
}
.form__col {
	float: left;
	padding: 0 10px;
	width: 50%;
	min-height: 1px;
}
.form__col_3 {
	width: 33.333333%;
}
.form__col_first {
	padding-left: 0;
}
.form__submit {
	padding-top: 10px;
	text-align: right;
}
.form__submit .button {
	padding: 10px 15px;
	font-weight: normal;
	font-size: 20px;
}
.fake {
	position: absolute;
	z-index: -1;
	opacity: 0;
}

/* _______________2.4. Сетка___________________ */
.container {
	margin: 0 auto;
	padding: 0 15px;
	max-width: 1170px;
}
.container__row {
	margin: 0 -15px;
}
.container__col {
	float: left;
	padding: 0 15px;
	width: 50%;
	min-height: 1px;
}

/* _______________2.5. Базовые_________________ */
html {
	font-size: 100%;
}
body {
	background: #fff;
	color: #333;
	font: normal 87.5%/1.428571 'Open Sans', sans-serif;
}
.clear {
	display: block;
	clear: both;
}
.none {
	display: none;
}
p {}
img {
	max-width: 100%;
}
.button {
	display: inline-block;
	padding: 7px 10px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	background: #4c9e78;
	border: none;
	text-decoration: none;
	-webkit-box-shadow: 3px 4px 5px rgba(0,0,0,.4);
	-moz-box-shadow: 3px 4px 5px rgba(0,0,0,.4);
	box-shadow: 3px 4px 5px rgba(0,0,0,.4);
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.button:hover {
	background: #255f42;
}

/* _______________2.6. Шрифты__________________ */

/* _______________2.7. Другие__________________ */
/* FORMSTYLER */
.jq-selectbox {
	vertical-align: middle;
	cursor: pointer;
	width: 100%;
}
.jq-selectbox__select {
	height: 29px;
	padding: 0 40px 0 22px;
	border: 1px solid #4c9e78;
	background: #fff;
	font: normal 14px/27px 'Open Sans', sans-serif;
}
.jq-selectbox__select:hover {}
.jq-selectbox__select:active {}
.jq-selectbox.focused .jq-selectbox__select {}
.jq-selectbox.disabled .jq-selectbox__select {}
.jq-selectbox__select-text {
	display: block;
	overflow: hidden;
	width: auto;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.jq-selectbox .placeholder {
	color: #777;
}
.jq-selectbox__trigger {
	position: absolute;
	top: 1px;
	right: 0;
	bottom: 1px;
	width: 30px;
	border-left: 1px solid rgba(159,159,159,.42);
}
.jq-selectbox__trigger-arrow {
	position: absolute;
	top: 50%;
	right: 50%;
	margin: -4px -4px 0 0;
	width: 0;
	height: 0;
	border-top: 8px solid rgba(159,159,159,1);
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow {}
.jq-selectbox.disabled .jq-selectbox__trigger-arrow {}
.jq-selectbox__dropdown {
	box-sizing: border-box;
	overflow: hidden;
	margin-top: -1px;
	padding: 0;
	width: 100% !important;
	border: 1px solid #4c9e78;
	background: #fff;
	font: normal 14px/1 'Open Sans', sans-serif;
}
.jq-selectbox li {
	padding: 10px 22px;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	white-space: nowrap;
	color: #333;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.jq-selectbox li:hover {
	background: #4c9e78;
	color: #fff;
}
.jq-selectbox li.selected {
	background: #f0f0f0;
	color: #333;
	cursor: default;
}
.jq-selectbox li.disabled {
	color: #777;
}
.jq-selectbox li.disabled:hover {}

/* ___________3. HEADER  (Шапка)_______________ */
.header {}
.header__wrap {
	height: 56px;
	background: #fff;
}
.header__side {
	width: 33.333333%;
}
.header__fake {}

.header__logo {
	position: relative;
	width: 33.333333%;
}
.logo {
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -190px;
	padding: 28px 30px 50px;
	width: 380px;
	background: url('/images/bg/logo.png') 50% 100% no-repeat;
}
.logo__img {
	display: block;
	margin: 0 auto;
	max-width: 180px;
}

.header__social {
	position: relative;
	text-align: right;
	padding-top: 16px;
}
.header__social .social {
	margin-right: 40px;
}
.share {
	display: inline-block;
}
.social {
	font-size: 0;
}
.social_small {
	display: inline-block;
}
.social_small .social__item {
	margin: 0 2px;
	background: none;
}
.social__item {
	display: inline-block;
	margin: 0 5px;
	background: #4c9e78;
	border-radius: 50%;
}
.social__img {
	display: block;
}

/* ___________4. SECTION (Контент)_____________ */
.content {}

.promo {
	background: url('/images/promo/1.jpg') 50% 50% no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.container_promo {
	padding-top: 22px;
	height: 373px;
	font-size: 0;
	text-align: center;
}
.container_promo::before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.promo__text {
	display: inline-block;
	vertical-align: middle;
	padding: 5px 20px;
	font-weight: 300;
	font-size: 42px;
	line-height: 64px;
	color: #fff;
	text-transform: uppercase;
	background-color: rgba(76, 158, 120, .68);
}

.operates {
	margin-bottom: 16px;
	color: #000;
}
.operates__header {
	margin: 13px 0 22px;
	font-weight: bold;
	font-size: 16px;
	line-height: 1.25;
	text-align: center;
}
.operates__items {
	margin: 0 auto;
	max-width: 854px;
}
.operates__item {
	position: relative;
	width: 33.333333%;
	text-align: center;
}
.operates__image {
	margin-bottom: 12px;
}
.operates__img {
	display: block;
	margin: 0 auto;
}
.operates__icon {
	position: absolute;
	top: 2px;
	left: 100%;
	margin-left: -12px;
	width: 24px;
	text-align: center;
	font-weight: 800;
	font-size: 38px;
	line-height: 1;
	color: #777;
}

.best {
	position: relative;
}
.best__wrap {
	margin: 0 auto 10px;
	max-width: 830px;
}

.city {
	width: 79%;
}
.city__wrap {
	padding: 8px 20px 12px;
	background: #f0f0f0;
}
.city__title {
	margin-bottom: 6px;
	text-align: center;
}
.city__item {
	padding: 0 5px;
}

.counter {
	padding: 0;
	width: 21%;
	color: #4c9e78;
	text-align: center;
}
.conter__text {
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 15px;
	line-height: 1;
}
.counter__number {
	font-size: 53px;
	line-height: 1;
}

.tabs {
	padding-top: 19px;
	padding-bottom: 4px;
}
.tabs__item {
	width: 16.666667%;
}
.tabs__link {
	display: block;
	margin-bottom: 15px;
	padding-right: 15px;
	padding-left: 15px;
	height: 54px;
	font-size: 0;
}
.tabs__link::before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.tabs__item-text {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
}

.t {
	width: 100%;
	text-align: center;
}
.t__row {
	background: #e1e1e1;
}
.t__row_header {
	background: #4c9e78;
	font-weight: bold;
	color: #fff;
}
.t__row_even {
	background: #f0f0f0;
}
.t__col {
	float: left;
	padding: 14px 10px;
	min-height: 1px;
}
.t__col::before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.t__middle {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
}
.t__header {
	font-size: 0;
	height: 63px;
}
.t__header::before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
.t__header-text {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
}
.t__col_organization {
	width: 15%;
}
.t__col_summary {
	width: 20%;
}
.t__col_rate {
	width: 12%;
}
.t__col_term {
	width: 12%;
}
.t__col_features {
	width: 21%;
}
.t__col_action {
	width: 20%;
}

.credit {
	margin-bottom: 30px;
}
.credit__item {}
/* .credit__item .t__col_summary {
	padding-top: 20px;
	padding-bottom: 20px;
}
.credit__item .t__col_rate,
.credit__item .t__col_term {
	padding-top: 39px;
}
.credit__item .t__col_features {
	padding-top: 9px;
	padding-bottom: 9px;
}
.credit__item .t__col_action {
	padding-top: 30px;
	padding-bottom: 30px;
} */
.credit__image {
	display: block;
}
.credit__img {
	display: block;
	margin: 0 auto;
	border: 1px solid #4c9e78;
}
.credit__summary {
	display: block;
	font-size: 20px;
}
.credit__action {
	display: block;
	margin: 0 25px;
	/* padding-top: 9px;
	padding-bottom: 11px; */
}

.advantages {
	padding-top: 5px;
	padding-bottom: 10px;
}
.advantages__item {
	width: 33.333333%;
	font-weight: bold;
	text-align: center;
}
.advantages__img {
	display: block;
	margin: 0 auto 12px;
}

.opinions {
	margin-bottom: 27px;
}
.opinions__header {}
.opinions__items {
	padding: 8px 83px;
}
.opinions__item {
	position: relative;
	padding: 0 15px;
}
.opinions__image {
	position: absolute;
	top: 0;
	left: 15px;
	width: 165px;
	height: 100%;
	background: #e9e9e9;
}
.opinions__img {
	display: block;
	max-height: 100%;
}
.opinions__content {
	margin-left: 165px;
	padding: 21px 30px 25px;
	background: #e9e9e9;
}
.opinions__content p {
	text-align: justify;
}
.opinions__name {
	margin-bottom: 4px;
	font-weight: bold;
	font-size: 16px;
	line-height: 1;
}
.opinions__work {
	margin-bottom: 20px;
	font-style: italic;
}

.owl-nav {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	height: 0;
}
.owl-prev,
.owl-next {
	position: absolute;
	top: -36px;
	width: 60px;
	height: 60px;
	text-align: center;
	font-size: 50px;
	line-height: 60px;
}
.owl-prev {
	left: 0;
}
.owl-next {
	right: 0;
}

.about {
	padding-top: 11px;
	padding-bottom: 30px;
	background: #4c9e78;
	color: #fff;
}
.about p {
	margin-bottom: 5px;
	text-align: center;
}
.about__header {
	margin-bottom: 26px;
}
.about__minimum {
	padding-top: 23px;
	font-weight: bold;
	line-height: 25px;
}

.popup {
	position: relative;
	margin: 20px auto;
	padding: 0 15px;
	max-width: 600px;
	background: #fff;
}
.popup__header {
	margin: 0 -15px 20px;
	padding: 11px 44px 12px;
	text-align: center;
	font-size: 20px;
	line-height: 1.25;
	color: #fff;
	background: #4C9E74;
}
.popup .jq-selectbox__dropdown ul {
	max-height: 200px;
}
.popup__content {
	padding-bottom: 15px;
}

/* ___________5. FOOTER  (Подвал)______________ */
.footer {
	padding: 25px 0;
	background: #255f42;
	color: #fff;
}

.footer__contacts {
	padding-top: 5px;
	padding-left: 60px;
}
.footer__contacts p {}
.footer__phone {
	display: inline-block;
	text-decoration: none;
	color: #fff;
}

.footer__social {
	padding-top: 12px;
	padding-right: 50px;
	text-align: right;
}