@font-face {
	font-family: 'Helvetica Neue Cyr';
	src: url('fonts/helveticaneuecyr-bold-erei.eot');
	src: url('fonts/helveticaneuecyr-bold-erei.eot?#iefix') format('embedded-opentype'), url('fonts/helveticaneuecyr-bold-erei.woff2') format('woff2'), url('fonts/helveticaneuecyr-bold-erei.woff') format('woff'), url('fonts/helveticaneuecyr-bold-erei.ttf') format('truetype'), url('fonts/helveticaneuecyr-bold-erei.svg#helveticaneuecyrbold') format('svg');
	font-weight: 700;
	font-style: normal;
}
@font-face {
	font-family: 'Helvetica Neue Cyr';
	src: url('fonts/helveticaneuecyr-medium-erei.eot');
	src: url('fonts/helveticaneuecyr-medium-erei.eot?#iefix') format('embedded-opentype'), url('fonts/helveticaneuecyr-medium-erei.woff2') format('woff2'), url('fonts/helveticaneuecyr-medium-erei.woff') format('woff'), url('fonts/helveticaneuecyr-medium-erei.ttf') format('truetype'), url('fonts/helveticaneuecyr-medium-erei.svg#helveticaneuecyrmedium') format('svg');
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: 'Helvetica Neue Cyr';
	src: url('fonts/helveticaneuecyr-roman-erei.eot');
	src: url('fonts/helveticaneuecyr-roman-erei.eot?#iefix') format('embedded-opentype'), url('fonts/helveticaneuecyr-roman-erei.woff2') format('woff2'), url('fonts/helveticaneuecyr-roman-erei.woff') format('woff'), url('fonts/helveticaneuecyr-roman-erei.ttf') format('truetype'), url('fonts/helveticaneuecyr-roman-erei.svg#helveticaneuecyrroman') format('svg');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'Helvetica Neue Cyr';
	src: url('fonts/helveticaneuecyr-light-erei.eot');
	src: url('fonts/helveticaneuecyr-light-erei.eot?#iefix') format('embedded-opentype'), url('fonts/helveticaneuecyr-light-erei.woff2') format('woff2'), url('fonts/helveticaneuecyr-light-erei.woff') format('woff'), url('fonts/helveticaneuecyr-light-erei.ttf') format('truetype'), url('fonts/helveticaneuecyr-light-erei.svg#helveticaneuecyrlight') format('svg');
	font-weight: 300;
	font-style: normal;
}
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/

html {
	height: 100%;
	font-size: 16px;

}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
*:focus {
	outline-color: #fce465/*-webkit-box-shadow: 0 0 0 1px ;
	box-shadow: 0 0 0 1px #fce465;*/
}
*:active {
	-webkit-box-shadow: none;
	box-shadow: none;
}
a:active {
	-webkit-box-shadow: 0!important;
	box-shadow: 0!important;
}
/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	font-family: 'Helvetica Neue Cyr', Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	scroll-behavior: smooth;
	min-height: 100%;
	width: 100%;
	margin: 0 auto;
	line-height: 1.5;
	background: #e9ecef;
		overflow-y: scroll;
}
h1 {
	font-weight: 500;
	font-size: 2.25rem;
}
h2 {
	font-size: 1.875rem;
	line-height: 1;
	font-weight: 400;
}
h3 {
	font-size: 1.375rem;
	font-weight: 400;
}
h3+p {
	margin-top: 30px;
}
p+p, p+ul, p+ol, ol+p, ul+p {
	margin-top: 1em;
}
a {
	text-decoration: none;
	color: inherit;
}
a:hover {}
.inner__content a:hover {
	color: #4b92cf;
}
a.link, .admin {
	color: #fecc00;
	text-decoration: underline;
}
a.camo-link {
	display: inline-block;
	margin-top: 16px;
	font-size: .875rem;
}
strong {
	font-weight: 700;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input {
	border: 0;
}
hr {
	border-top: 1px solid #eaedf0;
}
sup {
	font-size: .75em;
	position: relative;
	top: -0.5em;
}
.site__content p {
	font-size: 1rem;
}
::-moz-selection {
	background: #e9ecef;
	color: #333;
}
::selection {
	background: #e9ecef;
	color: #333;
}
.clear {
	clear: both;
}
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}
.textblock {
	margin-bottom: 1em;
}
.textblock ul {
	list-style: none;
}
.textblock ol {
	list-style-position: outside;
	padding-left: 1em;
	margin: 1em 0;
}
.textblock ul li {
	margin-top: .5em;
}
.textblock ul li:last-child {
	margin-bottom: .5em;
}
.textblock>ol>li {
	margin: 1em 0;
}
.textblock ul li:before {
	content: '';
	height: 1px;
	width: 12px;
	background: #000;
	display: inline-block;
	vertical-align: middle;
	margin-right: 1em;
}
.flex-center {
	display: -webkit-flex;
	display: -ms-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.cover-v {
	height: 100%;
}
.cover-h {
	width: 100%;
}
.cover-f {
	width: 100%;
	height: 100%;
}
.text-c {
	text-align: center;
}
.site {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	min-height: 100%;
	min-height: 100vh;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}
.site__content {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-flex-shrink: 1;
	-ms-flex-negative: 1;
	flex-shrink: 1;
	-webkit-flex-basis: auto;
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
	width: 1460px;
	margin: 0 auto;
	background: #fff;
}
.center {
	width: 1460px;
	margin: 0 auto;
	background: #fff;
}
.content {
	position: relative;
}
.content_center {
	margin: 0 auto;
	width: 944px;
}
.cS-hidden {
	height: 1px;
	opacity: 0;
	filter: alpha(opacity=0);
	overflow: hidden;
}
.breadcrumbs {
	padding-top: 16px;
	font-size: 0.75rem;
	text-transform: uppercase;
	color: #000;
}
.bread__divider {
	display: inline-block;
	padding: 0 10px;
	position: relative;
	top: -1px;
}
/* --- // --- */

/* --- Custom --- */

.header {
	height: 100px;
	font-size: 0;
}
.header:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	margin-right: -3px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.header__logo {
	color: #fff;
	text-transform: uppercase;
	width: 190px;
	display: inline-block;
}
.header__links {
	float: right;
	font-size: 1rem;
	position: relative;
	padding-top: 21px;
}
.header__logo-img, .header__logo-text {
	display: inline-block;
	vertical-align: middle;
	letter-spacing: -3px;
}
.header__logo-img {
	margin-right: 7px;
}
.header__logo-text {
	line-height: 18px;
	color: #003b61;
	font-size: 45px;
	font-weight: 700;
}
.header__cont-part {
	display: inline-block;
	vertical-align: middle;
}
.header__menu {}
#header_search {
	padding: 0;
	height: 100%;
}
.header__search {
	width: 120px;
	height: 22px;
	border-radius: 22px;
	border: 1px solid #e7e2e2;
	position: relative;
	padding: 0 3px 0 20px;
	margin-right: 42px;
}
.search__send {
	position: absolute;
	left: 5px;
	top: 2px;
	background: url(images/search.png) center no-repeat;
}
.search__text {
	border: 0;
	font-size: 10px;
	font-weight: 700;
	color: #b1b0b0;
	max-width: 90%;
	display: block;
	height: 100%;
	padding: 0;
}
.header__mailto {
	font-size: 1rem;
	color: #309bd2;
	font-weight: 500;
	margin-right: 45px;
}
.header__phone {
	font-weight: 700;
	font-size: 1.125rem;
	margin-right: 55px;
	letter-spacing: .4px;
}
.header__contact {
	background: #fce465;
	width: 146px;
	height: 26px;
	border-radius: 26px;
	font-size: 15px;
	text-align: center;
	font-weight: 300;
	float: right;
	line-height: 26px;
	border: 0;
}
.header__menu-list {
	list-style: none;
	font-size: 0.875rem;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	width: 100%;
}
.header__menu-list-item {
	-ms-flex: 1 1 auto;
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	flex: 1 1 auto;
	position: relative;
	line-height: 48px;
	text-align: center;
}
.header__menu-list-item:first-child {
	text-align: left;
}
.header__menu-list-item:last-child {
	text-align: right;
}
.header__menu-link {
	position: relative;
}
.header__menu-link_active {
	color: #7b919f;
}
.header__menu-link_active:after {
	content: '';
	display: none;
	background: #7b919f;
	width: 100%;
	height: 4px;
	position: absolute;
	bottom: -16px;
	left: 0;
}
.header__menu ul li:hover {}
.header__menu-inner-list {
	border: none;
	display: none;
	left: 0;
	padding: 0;
	position: absolute;
	z-index: 10;
	top: 100%;
	width: 100%;
	text-align: left;
	line-height: 1;
	list-style: none;
	color: inherit;
}
.header__menu-inner-list-item {
	float: none;
}
.header__menu-inner-link {
	-ms-flex-pack: start;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	display: block;
	justify-content: flex-start;
	line-height: 140%;
	padding: 10px 15px;
}
.header__menu-list-item:hover>.header__menu-inner-list {
	display: block;
}
.footer {
	height: 116px;
}
.footer__menu {
	float: right;
}
.footer__menu-list, .footer__menu-inner-list {
	list-style: none;
}
.footer__menu-list {}
.footer__menu-list-item {
	display: inline-block;
	float: left;
	margin-right: 30px;
	line-height: 1;
	padding-top: 3px;
}
.footer__menu-list-item:last-of-type {
	margin-right: 0;
	padding-top: 0;
}
.footer__menu-link {
	font-size: 1rem;
	display: inline-block;
	margin-bottom: 40px;
}
.footer__menu-inner-list-item:not(:first-child) {
	margin-top: 16px;
}
.footer__menu-inner-link {
	font-size: 0.875rem;
	letter-spacing: .1px;
}
.footer__content {
	padding-top: 50px;
}
.footer__copy {
	color: #676767;
	float: left;
	font-size: 1rem;
	margin-right: 60px;
	margin-top: 2px;
}
.footer__copy_site {
	float: left;
}
.footer__copy_site {
	float: right;
}
.footer__social {
	list-style: none;
}
.footer__social-link {
	display: inline-block;
	width: 24px;
	height: 24px;
	background-size: 24px 24px;
	background-repeat: no-repeat;
	background-position: center;
	float: left;
	cursor: pointer;
	border-radius: 4px;
}
.footer__social-link {
	margin-right: 7px;
}
.footer__social-link_twitter {
	background-image: url(images/twitter.svg);
}
.footer__social-link_facebook {
	background-image: url(images/facebook.svg);
}
.footer__social-link_vk {
	background-image: url(images/vkontakte.svg);
}
.navigation {
	display: inline-block;
	line-height: 1!important;
}
.navigation:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	margin-right: -3px;
	height: 100%;
}
.navigation__link, .navigation__etc {
	display: inline-block;
	vertical-align: middle!important;
	color: #4f5066;
	padding: 5px;
}
.navigation__link:not(:first-child), .navigation__link:not(:last-child), .navigation__etc {
	margin-right: 20px;
}
.navigation__link_prev, .navigation__link_next {
	display: inline-block;
	width: 13px;
	height: 15px;
	background-image: url(images/arrows.png);
	background-repeat: no-repeat;
	background-size: cover;
}
.navigation__link_prev {
	background-position: left center
}
.navigation__link_next {
	background-position: right center
}
.navigation__link_active {
	color: #fff;
	background: #4f5066;
}
.hero {
	width: 100%;
	height: 440px;
	background: url(images/hero.jpg) top center no-repeat;
	background-size: cover;
	padding-top: 70px;
	color: #003b61;
	margin-bottom: 100px;
}
.hero__header {
	font-weight: 500;
	font-size: 2.25rem;
	padding-left: 14px;
}
.hero__subheader {
	max-width: 560px;
	margin-top: 16px;
	padding-left: 14px;
	font-size: 1.75rem;
	line-height: 38px;
}
.hero__menu {
	height: 180px;
	width: 100%;
	background: rgba(252, 228, 101, 0.95);
	position: absolute;
	bottom: 0;
	left: 0;
	margin-bottom: -72px;
	border-radius: 10px
}
.hero__menu-list {
	list-style: none;
	display: table;
	padding-top: 42px;
}
.hero__menu-list-item {
	display: table-cell;
	vertical-align: top;
	width: calc(100% / 6);
	text-align: center;
	font-size: 0.875rem;
	line-height: 24px;
}
.hero-service__icon {
	display: block;
	height: 50px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.hero-service__title {
	margin-top: 28px;
}
.index__block {
	padding-top: 40px;
}
.index__header_h2 {
	margin-bottom: 50px;
}
.index__header_h2, .inner__content_h1 {
	text-align: center;
	position: relative;
}
.inner__content_h1:before, .index__header_h2:before {
	content: '';
	display: block;
	background: #ffd866;
	height: 1px;
	width: 100%;
	position: absolute;
	top: 55%;
	z-index: 1;
}
.index__header_h2 h2, .inner__content_h1 h1 {
	display: inline-block;
	position: relative;
	z-index: 10;
	background: #fff;
	padding: 0 20px;
	font-size: 1.875rem;
	font-weight: 400;
}
.inner__content_h1 {
	margin: 10px 0 0;
}
.partners__slider-container {
	width: 940px;
	margin: 0 auto 50px;
	position: relative;
}
.partners__slider-container .lSAction {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	display: block;
}
.lSPrev, .lSNext {
	position: absolute;
	width: 6px;
	height: 26px;
	display: block;
	top: 50%;
	cursor: pointer;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.lSPrev {
	background: url(images/prev.png) center no-repeat;
	left: 0;
}
.lSNext {
	background: url(images/next.png) center no-repeat;
	right: 0;
}
.partner__container {
	width: 164px;
	height: 104px;
	border-radius: 10px;
	border: 1px solid #d1d8dc;
	margin: 0 auto;
	position: relative;
}
.partner__img {
	display: block;
	max-width: 100%;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.services__bg {
	background: url(images/services-bg.png) bottom center no-repeat;
	background-size: contain;
	min-height: 770px;
	padding-bottom: 300px;
}
.inner__content_h1 {
	margin-bottom: 32px;
}
.services-lvl1__list {
	border: 1px solid #c0cad1;
	max-width: 314px;
	display: inline-block;
	float: left;
	margin-right: 32px;
	margin-bottom: 24px;
}
.services-lvl1__item {
	display: block;
	width: 100%;
	background: #f4f6f7;
	font-size: 1rem;
	color: #000;
	font-weight: 700;
	position: relative;
}
.services-lvl1__item:not(:first-of-type) {
	border-top: 1px solid #dfe4e8;
}
.services-lvl1__item:hover {
	opacity: 1;
	background: #dfe4e8;
}
.services-lvl1__item.arrow:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	width: 5px;
	height: 5px;
	border-right: 1px solid #c0cad1;
	border-bottom: 1px solid #c0cad1;
	-webkit-transform: translate(-20px, -50%) rotateZ(-45deg);
	-ms-transform: translate(-20px, -50%) rotate(-45deg);
	transform: translate(-20px, -50%) rotateZ(-45deg);
}
.services-lvl2__list {
	display: none;
	position: absolute;
	top: 0;
	list-style: none;
	right: 0;
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
	width: 180px;
	background: #e1e5e8;
	border: 1px solid #c0cad1;
	margin-top: -1px;
}
.services-lvl1__item:hover>.services-lvl2__list, .services-lvl1__item:hover>.services-lvl3__list {
	display: block;
}
.services-lvl2__item {
	position: relative;
}
.services-lvl2__item:not(:first-of-type) {
	border-top: 1px solid #ced5da;
}
.services-lvl2__item:hover {
	background: #ced7dd;
}
.services-lvl2__item.arrow:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	width: 5px;
	height: 5px;
	border-right: 1px solid #c0cad1;
	border-bottom: 1px solid #c0cad1;
	-webkit-transform: translate(-20px, -50%) rotateZ(-45deg);
	-ms-transform: translate(-20px, -50%) rotate(-45deg);
	transform: translate(-20px, -50%) rotateZ(-45deg);
}
.services-lvl3__list {
	display: none;
	position: absolute;
	top: 0;
	list-style: none;
	right: 0;
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
	background: #e1e5e8;
	max-width: 280px;
	border: 1px solid #c0cad1;
	margin-top: -1px;
}
.services-lvl2__item:hover .services-lvl3__list {
	display: block;
}
.services-lvl3__item {
	position: relative;
	white-space: nowrap;
	overflow: hidden;
}
.services-lvl3__item:not(:first-of-type) {
	border-top: 1px solid #ced5da;
}
.services-lvl3__item:hover {
	background: #ced7dd;
}
.services-lvl1__item a, .services-lvl2__item a, .services-lvl3__item a {
	display: block;
	padding: 15px 40px 15px 20px;
}
.services__image {
	float: right;
}
.services__text {
	float: left;
	max-width: 100%;
	display: block;
}
/* --- modbox --- */

#mod {
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 999999999;
	display: none;
	background-color: #ffffff;
	border-radius: 4px;
	z-index: 9999;
}
#black {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99999999;
	display: none;
	background: rgba(0, 0, 0, 0.5);
	z-index: 9999;
}
.close {
	cursor: pointer;
	width: 17px;
	height: 17px;
	position: absolute;
	top: 20px;
	right: 22px;
	display: block;
}
.close:before, .close:after {
	display: block;
	width: 20px;
	height: 2px;
	background: #000;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	top: 50%;
	left: 50%;
}
.close:before {
	-webkit-transform: translate(-50%, -50%) rotateZ(-45deg);
	-ms-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotateZ(-45deg);
}
.close:after {
	-webkit-transform: translate(-50%, -50%) rotateZ(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotateZ(45deg);
}
.dialog, .cancel {
	cursor: pointer
}
.m {
	display: none;
}
.modbox, #modbox {
	padding: 52px 0 46px;
	color: #000;
	overflow: auto;
	font-size: 16px;
	line-height: 1.4em;
	text-align: center;
	-webkit-box-shadow: 0px 0px 75px #353535;
	box-shadow: 0px 0px 75px #353535;
	z-index: 9999;
	width: 510px;
}
.infoblocks {
	background: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 32px;
}
.infoblocks__block {
	width: 462px;
	height: 126px;
	background: #f4f6f7;
	position: relative;
	margin-bottom: 20px;
}
.infoblock__pic {
	display: block;
	width: 48px;
	height: 48px;
	position: absolute;
	top: 50%;
	left: 28px;
	margin-top: -24px;
}
.infoblock__caption {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	max-width: 320px;
	left: 100px;
	font-size: 1rem;
	font-weight: 500;
}
.news {}
.news__row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	border-bottom: 1px solid #eaedf0;
}
.news__row:last-of-type {
	border: 0;
}
.news__post {
	width: 25%;
	padding: 32px 0 16px;
	float: left;
}
.news__post:nth-child(4n) {
	margin-right: 0;
}
.news__post-date {
	font-weight: 300;
	font-size: 0.75rem;
	color: #8a8a8a;
}
p.news__post-caption {
	font-size: 0.875rem;
	padding-right: 5px;
	height: 64px;
	overflow: hidden;
}
.contact {
	float: left;
	height: 68px;
	padding-left: 66px;
	margin-top: 16px;
}
.contact:nth-of-type(1), .contact:nth-of-type(2) {
	width: 50%;
	padding-top: 9px;
}
.contact:nth-of-type(3) {
	padding-top: 21px;
}
.contact:nth-of-type(1) {
	background: url(images/contacts-pos.png) left center no-repeat;
}
.contact:nth-of-type(2) {
	background: url(images/contacts-phone.png) left center no-repeat;
}
.contact:nth-of-type(3) {
	background: url(images/contacts-mail.png) left center no-repeat;
}
.contact a, .contact-strong {
	font-size: 18px;
	font-weight: bolder;
}
.map {
	height: 300px;
	margin-top: 24px;
}
.index__feedback-block {
	background: #003b61;
	color: #fff;
	font-size: 18px;
	padding: 50px 0;
}
.i-feedback__text {
	width: 620px;
	display: inline-block;
	float: left;
	padding-left: 80px;
	background: url(images/question.png) left center no-repeat;
}
.i-feedback__btn {
	background: #fce465;
	width: 266px;
	height: 50px;
	border-radius: 16px;
	font-size: 18px;
	text-align: center;
	font-weight: 300;
	float: right;
	line-height: 50px;
	border: 0;
	float: right;
	color: #000
}
.index_feedback__title, .callback__title, .object-callback__title {
	font-size: 22px;
	text-transform: uppercase;
	margin-bottom: 42px;
}
.object-callback__title>span {
	font-size: 14px;
}
.index_feedback__input, .callback__input, .object-callback__input {
	width: 300px;
	height: 30px;
	margin: 18px auto;
}
.index_feedback__input input, .callback__input input, .object-callback__input input {
	border: 1px solid #c6c5c1;
	border-radius: 30px;
	width: calc(100% - 20px);
	height: 100%;
	padding-left: 20px;
	line-height: 30px;
}
.index_feedback__button, .callback__button, .object-callback__button {
	background: #fce465;
	height: 32px;
	width: 300px;
	margin: 18px auto 6px;
	line-height: 32px;
	border-radius: 32px;
	cursor: pointer;
}
.warn {
	width: 220px;
	margin: 16px auto 0;
	color: #969595;
	font-size: 12px;
	text-align: center;
}
.vacancy__block {
	background: #f4f6f7;
	padding: 40px 36px;
}
.vacancy__block+.vacancy__block {
	margin-top: 16px;
}
.vacancy__block:last-of-type {
	margin-bottom: 50px;
}
.vacancy__title {
	font-weight: 700;
	font-size: 1rem;
	float: left;
}
.vacancy__time {
	float: right;
	font-weight: 300;
	font-size: 14px;
}
.vacancy__params {
	margin-top: 32px;
}
.vacancy__param {
	width: 160px;
	float: left;
}
.vacancy__param-title {
	font-weight: 300;
	color: #4f4f4f;
	font-size: 12px;
}
.vacancy__param-value {
	font-size: 14px;
}
.vacancy__caption {
	font-size: 14px;
	margin-top: 32px;
}
.vacancy__btn, .object__btn {
	background: #fce465;
	height: 32px;
	padding: 0 24px;
	line-height: 32px;
	border-radius: 32px;
	cursor: pointer;
	margin-top: 32px;
}
.vacancy__btn {
	float: left;
}
.object__btn {
	float: right;
}
.services__objects-cardlist {
	list-style: none;
}
.services__object-card {
	display: block;
	background: #f4f6f7;
	padding: 40px 36px;
	margin-top: 16px;
}
.services__object-card:last-of-type {
	margin-bottom: 50px;
}
.object-card__header {}
.object-card__title {
	font-weight: 700;
	font-size: 1rem;
}
.object__params {
	margin-top: 32px;
}
.object__param {
	min-width: 160px;
	float: left;
	padding-right: 1em;
}
.object__param-title {
	font-weight: 300;
	color: #4f4f4f;
	font-size: 12px;
}
.object__param-value {
	font-size: 14px;
}
.object__caption {
	margin-top: 32px;
}
.object__caption p img {
	max-width: 100% !important;
	height: auto !important;
}
.object__gallery {
	margin-top: 32px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.object__image {
	width: 25%;
}
.object__image img {
	max-width: 100%;
	height: auto;
}
.object__phone {
	display: inline-block;
	float: left;
	color: #000;
	line-height: 32px;
	margin-top: 32px;
}