/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
	margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
/* figure, */
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
	* Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
/* figure {
  margin: 1em 40px; } */

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

img {
  max-width: 100%;
  height: auto; }
  
 /* Fonts */
@font-face {
    font-family: 'Helvetica';
    src: url('../fonts/helvetica.eot');
    src: url('../fonts/helvetica.eot?#iefix') format('embedded-opentype'),
         url('../fonts/helvetica.woff') format('woff'),
         url('../fonts/helvetica.ttf') format('truetype'),
         url('../fonts/helvetica.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Helvetica';
    src: url('../fonts/helvetica-bold.eot');
    src: url('../fonts/helvetica-bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/helvetica-bold.woff') format('woff'),
         url('../fonts/helvetica-bold.ttf') format('truetype'),
         url('../fonts/helvetica-bold.svg#open_sanslight') format('svg');
    font-weight: bold;
    font-style: normal;
}

input {outline:none;}
button:active, button:focus {
  outline: none;
}
button::-moz-focus-inner {
  border: 0;
}
.clear:after {
	content: '';
	display: block;
	clear: both;
}
html {
	width: 100%;
	height: 100%;
}
body{
	font-family: Helvetica;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 18px;

	color: #000000;
	
	width: 100%;
	height: 100%;
	position: relative;
}
.wrapper {
	width: 1320px;
	margin: 0 auto;
}
header {
	height: 73px;
	width: 100%;
	border-bottom: 1px solid rgba(150, 150, 150, 0.5);
	font-size: 12px;
	line-height: 14px;
}
.wrapper {
	display: flex;
	flex-direction: row;
	align-items: center;
	height: 100%;
	position: relative;
}
.header-menu {
	flex-grow: 1;
}
.header-menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: flex;
	flex-direction: row;
}
.header-menu ul li {
	margin-right: 30px;
}
.header-menu ul li:last-child {
	margin-right: 0;
}
.header-menu ul li a {
	text-decoration: none;
	color: #000;
}
.header-menu ul li a:hover {
	text-decoration: underline;
}
.header-btn {
	padding-right: 28px;
}
.btn {
	border-radius: 20px;
	padding: 8px 17px;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	display: inline-block;
	border: none;
}
.blue-btn {
	background: linear-gradient(330.3deg, #4D92D6 -46.61%, #165899 100%);
	color: #fff !important;
}
header .btn {
	font-weight: bold;
	font-size: 12px;
}
.header-search {
	padding-right: 34px;
	flex-grow: 0;
}
.header-search form {
	position: relative;
}
.header-search form input[type="text"] {
	border: 1px solid rgba(150, 150, 150, 0.5);
	box-sizing: border-box;
	border-radius: 20px;
	color: #282828;
	padding: 9px 17px;
}
.header-search form input[type="submit"] {
	position: absolute;
    top: 10px;
    right: 22px;
    width: 15px;
    height: 15px;
    z-index: 10;
    background: url(../img/search.svg) no-repeat 0;
    background-size: cover;
    border: none;
    padding: 0;
    text-indent: 99999px;
	overflow: hidden;
}
.header-soc {
	flex-grow: 0;
}
.social-list {
	display: flex;
	flex-direction: row;
	margin-top: 6px;
}
.social-list a {
	width: 16px;
	height: 15px;
	display: block;
	text-indent: 99999px;
	margin-right: 7px;
	overflow: hidden;
}
.social-list a:last-child {
	margin-right: 0;
}
.facebook {
	background: url(../img/facebook.svg) no-repeat 0;
    background-size: cover;
}
.instagram {
	background: url(../img/instagram.svg) no-repeat 0;
    background-size: cover;
}
.youtube {
	background: url(../img/youtube.svg) no-repeat 0;
    background-size: cover;
}
.twitter {
	background: url(../img/twitter.svg) no-repeat 0;
    background-size: cover;
}
.ok {
	background: url(../img/ok.svg) no-repeat 0;
    background-size: cover;
}
.vk {
	background: url(../img/vk.svg) no-repeat 0;
    background-size: cover;
}

.main-wrapper {
	position: relative;
}
.main-nav {
	background: #fff;
	z-index: 99;
	width: 100%;
	box-sizing: border-box;
	padding: 30px 0;
	position: relative;
}
.main-nav.fixed {
	padding: 18px 0;
	position: fixed;
	top: 0;
}
.main-nav .logo {
	flex-grow: 0;
}
.main-nav .logo a {
	display: block;
	width: 182px;
	transition: width .1s ease 0s;
}
.main-nav.fixed .logo a {
	width: 112px;
}
.main-menu {
	flex-grow: 1;
	position: relative;
   top: 15px;
	transition: top .1s ease 0s;
	padding-left: 50px;
	box-sizing: border-box;
}
.main-nav.fixed .main-menu {
	top: 0;
}
.main-menu > ul {
	margin: 0;
	padding: 0 82px 0 0;
	list-style-type: none;
	display: flex;
	flex-direction: row;
}
.main-menu > ul > li {
	margin-right: 50px;
	position: relative;
}
.main-menu > ul > li:last-child {
	margin-right: 0;
}
.main-menu > ul > li > a {
	text-decoration: none;
	color: #000;
	font-weight: bold;
	font-size: 16px;
	line-height: 18px;
}
.main-menu > ul > li.parent > a {
	padding-right: 31px;
}
.main-menu > ul > li.parent > a:after {
	content: '';
	position: absolute;
	display: block;
	width: 14px;
	height: 9px;
	background: url(../img/arrow.svg) no-repeat 50%;
	top: 6px;
    right: 0;
}
.main-menu > ul > li > a:hover {
	text-decoration: underline;
}
.main-menu > ul > li ul.child {
	display: none;
}
.main-menu > ul > li:hover ul.child {
	display: block;
	position: absolute;
	list-style-type: none;
	padding: 30px 15px;
	margin: 0;
	background: #fff;
	width: calc(100% + 100px);
	box-sizing: border-box;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
}
.main-menu > ul > li:hover ul.child li {
	padding-bottom: 10px;
}
.main-menu > ul > li:hover ul.child li:last-child {
	padding-bottom: 0;
}
.main-menu > ul > li:hover ul.child li a {
	text-decoration: none;
	color: #000;
	font-size: 14px;
}
.main-menu > ul > li:hover ul.child li a:hover {
	text-decoration: underline;
}
.main-nav-contacts, .mobile-menu-phones {
	font-weight: bold;
	font-size: 22px;
	line-height: 25px;
	text-decoration: none;
	color: #165899;
	background: linear-gradient(0deg, #4D92D6 0%, #165899 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	position: relative;
    top: 15px;
	transition: top .1s ease 0s;
}
.main-nav-contacts a {
	white-space: nowrap;
}
.main-nav.fixed .main-nav-contacts {
	top: 0;
}
.main-banner {
	padding-bottom: 30px;
}
.banner-image {
	flex: 0 62.5%;
	border-radius: 20px;
	overflow: hidden;
}
.banner-image .owl-stage-outer {
	z-index: 10;
	height: 100%;
	border-radius: 20px;
}
.banner-image .owl-stage-outer .owl-stage {
	height: 100%;
}
.banner-image.owl-carousel.owl-drag .owl-item {
	height: 100%;
}
.banner-image .owl-nav {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
}
.banner-image .owl-nav .owl-prev, .banner-image .owl-nav .owl-next, .detail-slider .owl-nav .owl-prev, .detail-slider .owl-nav .owl-next {
	position: absolute;
	width: 24px;
	height: 41px;
	top: 50%;
	margin-top: -20px;
	background: url(../img/main_slider_arrow.png) no-repeat 100%;
	z-index: 11;
}
.banner-image .owl-nav button span, .detail-slider .owl-nav button span {
	display: none;
}
.banner-image .owl-nav .owl-prev, .detail-slider .owl-nav .owl-prev {
	left: 22px;
}
.banner-image .owl-nav .owl-next, .detail-slider .owl-nav .owl-next {
	right: 22px;
	transform: rotate(180deg);
}
.banner-image .owl-dots {
	position: absolute;
	bottom: 20px;
	right: 20px;
}
.banner-image .owl-dots .owl-dot {
	width: 9px;
	height: 9px;
	background: #fff;
	border-radius: 50%;
	margin: 0 3px;
	box-sizing: border-box;
	opacity: 0.5;
	position: relative;
	z-index: 11;
}
.banner-image .owl-dots .owl-dot.active {
	width: 9px;
	height: 9px;
	opacity: 1;
}
.banner-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.banner-info {
	display: flex;
	flex-direction: column;
	flex: 1;
	padding-left: 32px;
}
.inner .banner-info {
	position: absolute;
	z-index: 50;
	height: 100%;
	top: 0;
	left: 0;
	padding: 30px;
	box-sizing: border-box;
	align-items: center;
    flex-direction: row;
}
.inner .banner-info .breadcrumb {
	color: #FFFFFF;
	position: absolute;
	top: 30px;
	left: 30px;
	white-space: nowrap;
}
.inner .banner-info .breadcrumb a {
	color: #FFFFFF;
	text-decoration: none;
}
.inner .banner-info .breadcrumb a:hover {
	text-decoration: underline;
}
.banner-title {
	font-weight: bold;
	font-size: 40px;
	line-height: 46px;
	color: #2F72B5;
	padding-bottom: 25px;
}
.inner .banner-title {
	font-weight: bold;
	font-size: 60px;
	line-height: 69px;
	color: #FFFFFF;
	padding-bottom: 13px;
}
.inner .banner-desc {
	font-size: 24px;
	line-height: 28px;
	color: #FFFFFF;
	padding-bottom: 30px;
}
.title-banner, .title-banner-slider {
	border-radius: 20px;
	overflow: hidden;
	position: relative;
}
.title-banner:after, .title-banner-slider .owl-item:after {
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: linear-gradient(90deg, rgba(6, 50, 94, 0.47) 0%, rgba(6, 50, 94, 0) 100%);
}
.main-banner .title-banner-slider .owl-item:after {
	background: linear-gradient(90deg, rgba(6, 50, 94, 0.47) 0%, rgba(6, 50, 94, 0) 100%);
}
.title-banner img {
	display: block;
}
.title-banner-slider .owl-dots {
	position: absolute;
	bottom: 32px;
	right: 80px;
}
.title-banner-slider .owl-dots .owl-dot {
	width: 7px;
	height: 7px;
	background: #fff;
	border-radius: 50%;
	margin: 0 3px;
	box-sizing: border-box;
}
.title-banner-slider .owl-dots .owl-dot.active {
	width: 11.4px;
	height: 11.4px;
}
.title-banner-slider .owl-nav {
	position: absolute;
    bottom: 30px;
    right: 30px;
    width: 143px;
}
.owl-carousel.title-banner-slider .owl-nav .owl-next, .owl-carousel.title-banner-slider .owl-nav .owl-prev {
	width: 50%;
	height: 12px;
	background: url('../img/arrow_b.svg') no-repeat 100%;
}
.owl-carousel.title-banner-slider .owl-nav .owl-prev {
	transform: scale(-1, 1);
}
.owl-carousel.title-banner-slider .owl-nav button span {
	display: none;
}
.counters {
	padding-top: 25px;
	padding-bottom: 25px;
	display: flex;
	flex-direction: row;
}
.counter-item {
	padding: 0 40px 0 27px; 
	position: relative;
}
.counter-item:before {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 4px;
	height: 86%;
	background: #4D9AD6;
}
.counter-t {
	font-weight: bold;
	font-size: 45px;
	line-height: 52px;
	color: #4D92D6;
}
.counter-t span {
	font-size: 20px;
	line-height: normal;
}
.counter-d {
	font-size: 12px;
	line-height: 14px;
}
.green-btn {
	background: #81CE7A;
	border-radius: 20px;
	font-weight: bold;
	font-size: 16px;
	line-height: 18px;
}
main .wrapper {
	align-items: unset;
}
.sidebar-container {
	/* flex: 0 25%; */
	width: 25%;
	
	margin-right: 30px;
	position: relative;
	padding-bottom: 57px;
}
.sidebar {
	position: sticky;
	top: 0;
	flex-grow: 0;
	transition: top .1s ease 0s;
}
.sidebar-top {
	background: rgba(235, 242, 244, 0.5);
	border-radius: 20px;
	padding: 30px 30px 33px;
}
.sidebar-menu>ul {
	margin: 0;
	padding: 0 0 30px;
	list-style-type: none;
}
.sidebar-menu>ul>li {
	padding-bottom: 23px;
}
.sidebar-menu>ul>li:last-child {
	padding-bottom: 0;
}
.sidebar-menu>ul>li>a {
	font-weight: bold;
	font-size: 16px;
	line-height: 18px;
	text-decoration: none;
	color: #000;
}
.sidebar-menu ul li a:hover {
	text-decoration: underline;
}
.sidebar-menu ul li ul {
	margin: 19px 0 0 0;
	padding: 0 0 0 30px;
	list-style-type: none;
	position: relative;
}
.sidebar-menu ul li ul:before {
	content: '';
	position: absolute;
	display: block;
	width: 1px;
	height: 100%;
	top: 0;
	left: 30px;
	background: #000;
}
.sidebar-menu ul li ul li {
	padding-left: 37px;
	padding-bottom: 13px;
}
.sidebar-menu ul li ul li:last-child {
	padding-bottom: 0;
}
.sidebar-menu ul li ul li a {
	font-weight: normal;
	font-size: 14px;
	line-height: 16px;
	color: #000000;
	position: relative;
}
.sidebar-menu ul li ul li a:before {
	content: '';
	position: absolute;
	display: block;
	width: 16px;
	height: 10px;
	top: 4px;
	left: -26px;
	background: url(../img/camera.svg) no-repeat 50%;
}
.sidebar-special {
	position: relative;
	display: block;
	border-radius: 20px;
	overflow: hidden;
}
.sidebar-special .label span {
	font-weight: bold;
	font-size: 10px;
	line-height: 11px;
	text-decoration: none;
	color: #000;
}
.sidebar-special img {
	display: block;
	padding: 0;
	margin: 0;
	width: 100%;
}
.sidebar-special-info {
	position: absolute;
	bottom: 0px;
	padding-bottom: 12px;
	padding-top: 20px;
	left: 0;
	padding-left: 10.21px;
	color: #fff;
	background: linear-gradient(180.75deg, rgba(8, 64, 119, 0) 8.17%, #06325E 112.96%);
	border-radius: 20px;
	width: 100%;
	box-sizing: border-box;
	text-decoration: none;
}
.sidebar-special-name {
	font-weight: bold;
	font-size: 16px;
	line-height: 18px;
	padding-bottom: 10px;
	text-decoration: none;
}
.sidebar-special-desc {
	font-size: 10px;
	line-height: 11px;
	text-decoration: none;
}
.sidebar-wrapper .sidebar-btn {
	padding-top: 15px;
}
.sidebar-wrapper .sidebar-btn:first-child {
	padding-top: 30px;
}
.sidebar-wrapper .sidebar-btn a {
	width: 100%;
	box-sizing: border-box;
	text-align: center;
}
.sidebar-planing {
	background: rgba(235, 242, 244, 0.5);
	border-radius: 20px;
	padding: 30px;
	box-sizing: border-box;
	margin-top: 30px;
}
.sidebar-planing-image {
	position: relative;
	border-radius: 20px;
	overflow: hidden;
	margin-bottom: 30px;
}
.sidebar-planing-image:after {
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) -18.33%, #4D92D6 97.41%);
}
.pos-plan-info {
	position: absolute;
    bottom: 0px;
    padding-bottom: 12px;
    left: 0;
    padding-left: 10.21px;
    color: #fff;
	z-index: 60;
}
.pos-plan-name {
	font-weight: bold;
    font-size: 16px;
    line-height: 18px;
    padding-bottom: 10px;
}
.pos-plan-desc {
	font-size: 10px;
    line-height: 11px;
}
.sidebar-remains {
	flex-grow: 1;
}
.main-container {
	/* flex: 1; */
	width: calc(75% - 30px);
	
	padding-bottom: 57px;
	max-width: 960px;
}
.positions {
	width: calc(100% + 30px);
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.position-item {
	width: 50%;
	padding-right: 30px;
	box-sizing: border-box;
	position: relative;
	margin-bottom: 30px;
}
.position-last {
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
}
.inner .position-item {
	margin-bottom: 30px;
}
.position-img {
	position: relative;
	margin-bottom: 15px;
}
.position-last .position-img{
	width: calc(50% - 15px);
}
.position-last .position-desc {
	width: calc(50% - 15px);
	margin-left: 30px;
	box-sizing: border-box;
}
.position-img img {
	border-radius: 20px;
}
.label {
	position: absolute;
	top: 44px;
	left: 15px;
	font-weight: bold;
	font-size: 14px;
	line-height: 16px;
}
.banner-info .label {
	position: relative;
	top: 0;
	left: 0;
	padding-bottom: 13px;
}
.label span {
	background: #FFFFFF;
	border-radius: 0px 20px 20px 20px;
	padding: 6px 8px;
	display: inline-block;
}
.label:before, .label:after {
	content: '';
	position: absolute;
	display: block;
	width: 32px;
	height: 32px;
	top: -26px;
	left: -5px;
	border-radius: 50%;
}
.label:after{
	background: var(--bg-image) no-repeat 50%;
}
.label:before{
	background: #81CE7A;
}
.position-img-btn {
	position: absolute;
	bottom: 15px;
	right: 15px;
}
.position-title, .position-title a {
	font-weight: bold;
	font-size: 24px;
	line-height: 28px;
	color: #165899;
	padding-bottom: 14px;
	text-decoration: none;
}
.position-text {
	font-size: 14px;
	line-height: 16px;
	padding-bottom: 13px;
	position: relative;
}
.position-text:after {
	content: '';
	position: absolute;
	display: block;
	bottom: 0;
	left: 0;
	width: 250px;
	height: 1px;
	background: rgba(0, 0, 0, 0.1);
}
.position-address {
	font-size: 10px;
	line-height: 11px;
	padding-top: 10px;
	padding-right: 150px;
}
.position-btn {
	position: absolute;
	bottom: 0px;
	right: 30px;
}
.position-last .position-btn {
	position: static;
	text-align: right;
	margin-top: 30px;
}
.lightblue-btn {
	background: #4D92D6;
}
.main-map {
	width: 100%;
	padding-bottom: 61.25%;
	position: relative;
	margin-bottom: 30px;
	border-radius: 20px;
    overflow: hidden;
}
.position-map {
	width: 100%;
	position: relative;
	margin-bottom: 30px;
}
.main-map-wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.position-map-wrap {
	width: 100%;
	padding-bottom: 50%;
	position: relative;
}
.map-filter {
	position: absolute;
	z-index: 60;
	background: rgba(255, 255, 255, 0.8);
	border-radius: 20px;
	padding: 10px 10px 0 10px;
	top: 10px;
	left: 10px;
	right: 10px;
}
.map-filter-wrap {
	width: calc(100% + 10px);
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.map-filter .filter-item {
	padding-bottom: 10px;
	margin-right: 10px;
}
.map-filter .btn {
	font-weight: normal;
	font-size: 12px;
	line-height: 14px;
	text-transform: capitalize;
	padding-right: 34px;
	position: relative;
	box-sizing: border-box;
	display: block;
	white-space: nowrap;
}
.map-filter .btn.exclude {
	background: none !important;
	color: #C6C1C1 !important;
	border: 2px solid #C6C1C1 !important;
	padding: 6px 31px 6px 16px !important;
}
.map-filter .filter-item:last-child .btn {
	margin: 0;
}
.map-filter .btn:after {
	content: '';
	position: absolute;
	display: block;
	width: 10px;
	height: 10px;
	top: 50%;
	margin-top: -4px;
	right: 14px;
	background: var(--bg-image) no-repeat 50%;
	/* background: #cc0000; */
	background-size: cover;
}
.position-map-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#main-map {
	width: 100%;
	height: 100%;
}
.baloon-title {
	color: #1A5A97;
	font-weight: bold;
	font-size: 16px;
	line-height: 18px;
	padding-bottom: 10px;
}
.baloon-address {
	color: #000;
	font-size: 14px;
	line-height: 16px;
	padding-bottom: 7px;
}
.baloon-work-time {
	color: #81CE7A;
	font-weight: bold;
	font-size: 12px;
	line-height: 14px;
}
.my-baloon {
	background: #FFFFFF;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
	border-radius: 20px 20px 20px 0px;
	overflow: hidden;
	padding: 19px;
	position: absolute;
	min-width: 230px;
	min-height: 120px;
	box-sizing: border-box;
}
.close {
	position: absolute;
	top: 11px;
	right: 19px;
	color: #000;
	text-decoration: none;
}
.single-list {
	width: calc(100% + 30px);
	padding-bottom: 30px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.single-list .document-item {
	width: 50%;
	padding-right: 30px;
	box-sizing: border-box;
}
.single-list .document-item a {
	padding: 30px 30px 30px 80px;
	background: #EBF2F4;
	border-radius: 20px;
	display: block;
	text-decoration: none;
	color: #000;
	position: relative;
}
.single-list .document-item a.pdf:before {
	content: '';
	position: absolute;
	display: block;
	width: 40px;
	height: 41.38px;
	top: 50%;
	margin-top: -20px;
	left: 20px;
	background: url(../img/pdf.svg) no-repeat 50%;
	background-size: cover;
}
.multiple-list {
	background: rgba(235, 242, 244, 0.5);
	border-radius: 20px;
	width: 100%;
	box-sizing: border-box;
	padding: 13px 0 13px;
}
.multiple-list-wrap {
	width: calc(100% + 30px);
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.multiple-list .document-item {
	width: 50%;
	padding-right: 30px;
	box-sizing: border-box;
}
.multiple-list .document-item a {
	padding: 17px 30px 17px 80px;
	border-radius: 20px;
	display: block;
	text-decoration: none;
	color: #000;
	position: relative;
}
.multiple-list .document-item a.pdf:before {
	content: '';
	position: absolute;
	display: block;
	width: 40px;
	height: 41.38px;
	top: 50%;
	margin-top: -20px;
	left: 20px;
	background: url(../img/pdf.svg) no-repeat 50%;
	background-size: cover;
}
.documents-btn {
	margin-top: 30px;
}
.specials {
	padding-bottom: 30px;
}
.title {
	width: 100%;
	font-weight: bold;
	font-size: 24px;
	line-height: 28px;
	color: #165899;
	padding-bottom: 30px;
}
.list {
	width: calc(100% + 30px);
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.item {
	width: calc(33.333% - 30px);
	margin-right: 30px;
	display: block;
}
.inner .item {
	margin-bottom: 30px;
}
.certificates {
	margin-top: 30px;
}
.certificates .certificates-item {
	width: 100%;
	padding-bottom: 70%;
	position: relative;
	overflow: hidden;
	background: #EBF2F4;
	border-radius: 20px;
}
.certificates-image {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.certificates-image a {
	display: block;
	width: 100%;
	height: 100%;
}
.certificates-image a img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.special-item {
	background: #E9ECED;
	border-radius: 20px;
	padding: 10px 20px 34px;
	position: relative;
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
}
.special-item .label {
	position: relative;
	margin-bottom: calc(23px + 38px);
	left: -5px;
	display: inline-block;
	flex-grow: 0;
	top: 33px;
}
.special-image {
	text-align: center;
	padding-bottom: 19px;
	flex-grow: 1;
}
.special-title {
	font-weight: bold;
	font-size: 14px;
	line-height: 16px;
	padding-bottom: 7px;
	flex-grow: 0;
}
.special-position {
	font-size: 12px;
	line-height: 14px;
	padding-bottom: 20px;
	flex-grow: 0;
}
.special-btn {
	text-align: center;
	flex-grow: 0;
}
.news-image, .project-image, .construction-image {
	position: relative;
	margin-bottom: 14px;
	border-radius: 20px;
	overflow: hidden;
}
.news-image img, .project-image img, .construction-image img {
	display: block;
}
.layouts-filter {
	background: #EBF2F4;
	border-radius: 20px;
	overflow: hidden;
}
.steps-list {
	width: 100%;
	display: flex;
	flex-direction: row;
	padding: 30px;
	box-sizing: border-box;
	flex-wrap: wrap;
}
.steps-list .btn {
	padding: 14px 79px;
	border: 2px solid #fff;
	font-weight: bold;
	font-size: 16px;
	margin-right: 30px
}
.steps-list .btn:last-child {
	margin-right: 0px;
}
.steps-list .btn.visited-btn {
	padding: 14px 89px 14px 69px;
	background: #81CE7A;
	border: 2px solid #81CE7A;
}
.steps-list .btn.active-btn {
	background: #fff;
	color: #000;
}
.steps-list .btn.visited-btn span {
	position: relative;
}
.steps-list .btn.visited-btn span:after {
	content: '';
	position: absolute;
	display: block;
	background: url('../img/active.svg') no-repeat 50%;
	top: 50%;
	margin-top: -6.5px;
	right: -20px;
	width: 13px;
	height: 13px;
}
.steps-list .btn.back-btn {
	padding: 16px 28px 16px 0;
	border: none;
	color: #4D92D6;
	background: url('../img/back.svg') no-repeat 100% 50%;
	margin-left: auto;
	cursor: pointer;
}
.layouts-filter-text {
	padding: 0 30px 30px;
	box-sizing: border-box;
	border-bottom: 2px solid #FFFFFF;
}
.layouts-filter-error {
	margin-top: 17px;
    color: #f10909;
}
.layouts-filter-btns {
	width: 100%;
	padding: 30px 30px 10px 30px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	box-sizing: border-box;
}
.layouts-filter-btns .btn {
	padding: 14px 46px;
	margin-right: 30px;
	cursor: pointer;
	margin-bottom: 20px;
}
.layouts-filter-btns .btn.active {
	background: #81CE7A !important;
	color: #fff !important;
}
.filter-hidden {
	display: none !important;
}
.layouts-filter-btns .btn:first-child {
	margin-left: 0;
}
.layouts-filter-btns .btn.white-btn {
	background: #fff;
	color: #000;
	font-weight: bold;
	font-size: 16px;
	text-transform: lowercase;
	margin-bottom: 20px;
}
.layouts-filter-img {
	border-radius: 20px;
    overflow: hidden;
	min-height: 182px;
	position: relative;
}
.layouts-filter-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.layout {
	margin-top: 30px;
	width: 100%;
	display: flex;
	flex-direction: row;
	display: none;
	flex-wrap: wrap;
}
.layout.active {
	display: flex;
}
.layouts-image {
	width: 50%;
	position: relative;
	border: 5px solid #EBF2F4;
	box-sizing: border-box;
	border-radius: 20px;
	overflow: hidden;
}
.layouts-image img {
	display: block;
}
.layout-image-btns {
	position: absolute;
	left: 21px;
	bottom: 21px;
	display: flex;
	flex-direction: row;
}
.layout-image-btns div, .layout-image-btns a {
	width: 32.68px;
	height: 32px;
	border-radius: 50%;
	background: #81CE7A;
	cursor: pointer;
	position: relative;
	margin-left: 10.32px; 
	cursor: pointer;
	display: block;
	text-indent: 9999px;
	overflow: hidden;
}
.layout-image-btns div:first-child {
	margin-right: 0;
}
.layout-image-btns .print {
	background-image: url(../img/print.svg);
    background-repeat: no-repeat;
    background-position: 52% 50%;
}
.layout-image-btns .magnifier {
	background-image: url('../img/magnifier.svg');
	background-repeat: no-repeat;
    background-position: 52% 50%;
}
.layout-text {
	width: 50%;
	padding-left: 30px;
	box-sizing: border-box;
}
.layout-props {
	padding: 0 0 20px;
	font-size: 16px;
	line-height: 18px;
}
.layout-props tr.price {
	color: #4D92D6;
	font-weight: bold;
}
.layout-props tr.price td {
	padding-top: 25px;
}
.layout-props tr td {
	padding: 6px 0;
	position: relative;
}
.layout-props tr td:first-child:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 2px;
	left: 0;
	bottom: 8px;
	background: url('../img/table_pointer.png') repeat-x;
	z-index: 1;
}
.layout-props tr td:first-child {
	padding-right: 60px;
}
.layout-props tr td:last-child {
	padding-left: 5px;
}
.layout-props tr td span {
	background: #fff;
	position: relative;
	z-index: 2;
}
.layout-btns {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
}
.layout-btns .favorites {
	width: 32.68px;
	height: 32px;
	border-radius: 50%;
	background: #81CE7A;
	cursor: pointer;
	position: relative;
	margin-left: 10.32px; 
	background-image: url('../img/star.svg');
	background-repeat: no-repeat;
    background-position: 52% 50%;
	display: block;
	top: 1px;
	
	display: none;
}
.layout-desc {
	padding-top: 30px;
	padding-bottom: 20px;
}
.vacancies {
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.vacancies-list {
	padding-bottom: 30px;
}
.vacancies-item {
	padding: 30px 0 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.vacancies-item .title {
	font-weight: bold;
	font-size: 18px;
	line-height: 21px;
	text-transform: uppercase;
	color: #000000;
	padding-bottom: 0;
	position: relative;
	text-decoration: none;
	display: block;
	transition: color 0.5s;
	padding-right: 30px;
    box-sizing: border-box;
}
.vacancies-item .title:after {
	content: '';
	position: absolute;
	display: block;
	top: 50%;
	margin-top: -3px;
	right: 0;
	width: 12px;
	height: 6px;
	background: url('../img/vacancies_arrow.svg') no-repeat 50%;
	transform: scale(1, 1);
	transition: scale 0.5s;
}
.vacancies-item.active .title:after {
	transform: scale(1, -1);
}
.vacancies-item.active .title {
	color: #81CE7A;
}
.vacancies-text {
	max-height: 0;
	padding-top: 30px;
	transition: max-height 0.5s;
	overflow: hidden;
}
.vacancies-item.active .vacancies-text {
	height: auto;
	max-height: 1000px;
}
.vacancies-item-title {
	font-size: 16px;
	line-height: 18px;
	color: #C6C1C1;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.vacancies-item-text {
	margin-bottom: 20px;
}
.vacancies-item-text ul {
	margin: 0;
	padding: 0 0 0 18px;
	line-height: 18px;
}
.vacancies-item-btn {
	display: flex;
	flex-direction: row;
	width: 100%;
	margin-top: 30px;
	margin-bottom: 30px;
}
.vacancies-item-btn .btn {
	margin-right: auto;
}
.roll-up {
	font-weight: bold;
	font-size: 16px;
	line-height: 34px;
	text-transform: uppercase;
	color: #4D92D6;
	text-decoration: none;
}
.vacancies-banner, .main-content-banner {
	background: #EBF2F4;
	border-radius: 20px;
	display: flex;
	flex-direction: row;
}
.vacancies-banner-content-wrap, .main-content-banner-content-wrap {
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 30px;
	width: 50%;
	box-sizing: border-box;
}
.vacancies-banner-content, .main-content-banner-content {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.vacancies-banner-title, .main-content-banner-title {
	font-weight: bold;
	font-size: 30px;
	line-height: 34px;
	color: #165899;
	padding-bottom: 10px;
}
.vacancies-banner-text-container, .main-content-banner-text-container {
	width: 100%;
}
.vacancies-banner-text, .main-content-banner-text {
	padding-bottom: 30px;
	width: 100%;
}
.main-content-banner-text {
	border-bottom: 1px solid #000000;
	padding-bottom: 25px;
}
.vacancies-banner-text:last-child, .main-content-banner-text:last-child {
	padding-bottom: 0;
}
.vacancies-banner-text a, .main-content-banner-text a {
	color: #165899;
	text-decoration: underline;
}
.vacancies-social-services {
	padding-top: 18px;
	display: flex;
	flex-direction: row;
	width: 100%;
}
.vacancies-social-services a, .contacts-social-services a {
	width: 27.73px;
    height: 26px;
    display: block;
    text-indent: 99999px;
    margin-right: 12.13px;
    overflow: hidden;
}
.vacancies-social-services .facebook, .contacts-social-services .facebook {
	background: url(../img/facebook_b.svg) no-repeat 0;
    background-size: cover;
}
.vacancies-social-services .instagram, .contacts-social-services .instagram {
	background: url(../img/instagram_b.svg) no-repeat 0;
    background-size: cover;
}
.vacancies-social-services .youtube, .contacts-social-services .youtube {
	background: url(../img/youtube_b.svg) no-repeat 0;
    background-size: cover;
}
.vacancies-social-services .vk, .contacts-social-services .vk {
	background: url(../img/vk_b.svg) no-repeat 0;
    background-size: cover;
}
.vacancies-social-services .ok, .contacts-social-services .ok {
	background: url(../img/ok_b.svg) no-repeat 0;
    background-size: cover;
}
.vacancies-banner-image, .main-content-banner-image {
	width: 50%;
	border-radius: 20px;
	overflow: hidden;
}
.vacancies-banner-image img, .main-content-banner-image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.detail-news {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	padding-bottom: 30px;
}
.detail-news .news-image {
	width: 50%;
	margin-bottom: 0;
}
.detail-news .news-image img {
	width: 100%;
	display: block;
	border-radius: 20px;
}
.news-text-container {
	width: 50%;
	padding-left: 30px;
	box-sizing: border-box;
}
.news-text-container .date {
	background: #C7D6DA;
	position: static;
    display: inline-block;
}
.news-text-container .news-text {
	padding-top: 15px;
}
.news-text-container .news-text p {
	padding-top: 15px;
	margin: 0;
}
.news-text-container .news-text p:first-child {
	padding-top: 0;
}
.news .other-title {
	font-weight: bold;
	font-size: 16px;
	line-height: 18px;
}
.other-news-link {
	width: 100%;
	text-align: center;
	display: none;
}
.other-news-link a {
	font-weight: bold;
	font-size: 16px;
	line-height: 18px;
	color: #165899;
}
.mfp-construction .mfp-title {
    text-align: left;
    line-height: 18px;
    word-wrap: break-word;
    background: #fff;
    display: inline-block;
    padding: 6px 8px;
    border-radius: 20px;
    margin: 20px 20px 0 0;
	font-size: 10px;
	line-height: 11px;
	color: #000000;
}
.mfp-construction .mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: auto;
    padding: 40px 0;
    box-sizing: border-box;
    text-align: right;
}
.mfp-construction .mfp-counter {
    position: absolute;
    top: unset;
    right: unset;
    left: 50%;
    bottom: -80px;
    margin-left: 15px;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}
.mfp-construction img.mfp-img {
    padding: 0;
    border-radius: 20px;
}
.mfp-construction.mfp-close-btn-in .mfp-close {
    top: -40px;
}
/* .mfp-construction .mfp-arrow {
    opacity: 1;
    top: unset;
    margin-top: unset;
    bottom: -27px;
}
.mfp-construction .mfp-arrow-right {
    right: 50%;
    margin-right: -130px;
}
.mfp-construction .mfp-arrow-left {
    left: 50%;
    margin-left: -70px;
} */
.date {
	position: absolute;
	top: 10px;
	right: 11px;
	background: #fff;
	padding: 6px 8px;
	border-radius: 20px;
	font-size: 10px;
	line-height: 11px;
	color: #000000;
}
.news-title, .news-title a, .project-title {
	font-weight: bold;
	font-size: 16px;
	line-height: 18px;
	color: #4D92D6;
	padding-bottom: 14px;
	text-decoration: none;
}
.news-more a, .project-more a {
	text-decoration: underline;
	color: #000;
	font-size: 10px;
	line-height: 11px;
}
.news-more a:hover, .project-more a:hover {
	text-decoration: none;	
}

.detail-info, .advantages, .planing, .office {
	padding-bottom: 30px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	margin-bottom: 30px;
	width: 100%;
}
.planing, .office {
	padding-bottom: 70px;
}
.detail-slider {
	margin-bottom: 30px;
}
.detail-slide-item {
	width: 100%;
	height: 100%;
	position: relative;
}
.detail-slide-desc {
	position: absolute;
	width: 100%;
	height: 100%;
	font-family: Roboto;
	font-style: normal;
	font-weight: bold;
	font-size: 20px;
	line-height: 23px;
	color: #FFFFFF;
	top: 0;
	left: 0;
	padding: 35px 51px;
	box-sizing: border-box;
	z-index: 100000;
}
.about .detail-info, .about .advantages {
	border: none;
	padding: 0;
}
.advantages.how-buy-advantages {
	border: none;
}
.detail-info .detail_text p, .position-text-block p {
	margin: 0 0 24px;
}
.detail-info .detail_text p:last-child, .position-text-block p:last-child {
	margin: 0;
}
.position-text-block {
	margin-bottom: 30px;
}
.advantages-list {
	background: #EBF2F4;
	border-radius: 20px;
	padding: 30px 30px 0;
	box-sizing: border-box;
	overflow: hidden;
}
.advantages-items-wrap {
	width: calc(100% + 20px);
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
}
.advantages-item {
	width: 50%;
	padding-right: 20px;
	padding-bottom: 30px;
	box-sizing: border-box;
	display: flex;
	flex-direction: row;
	align-items: center;
	text-decoration: none;	
}
.advantages-image {
	height: 125px;
    min-width: 125px;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-right: 30px;
}
.advantages-image img {
	display: block;
    margin: 0 auto;
}
.advantages-text {
	font-weight: bold;
	font-size: 16px;
	line-height: 18px;
	color: #06325E;
}
.advantages-title {
	font-weight: bold;
	font-size: 16px;
	line-height: 18px;
	text-transform: uppercase;
	color: #4D92D6;
}
.advantages_desc {
	font-weight: normal;
	font-size: 14px;
	line-height: 16px;
	color: #06325E;
	padding-top: 15px;
	text-decoration: none;
}
.contacts {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	padding-bottom: 30px;
}
.contacts-image {
	flex: 0 451px;
	border-radius: 20px;
	overflow: hidden;
}
.contacts-image img {
	display: block;
	width: 100%;
}
.contacts-table {
	padding: 41px 0;
}
.divTable{
	display: table;
	width: 100%;
}
.contacts-content {
	padding-left: 41px;
	flex: 1;
}
.contacts-title {
	padding-top: 30px;
	font-weight: bold;
	font-size: 40px;
	line-height: 46px;
	color: #2F72B5;
}
.divTableRow {
	display: table-row;
}
.divTableRow .divTableCell:first-child {
	padding-right: 14px;
	border-right: 1px solid #4D92D6;
	font-weight: bold;
	font-size: 18px;
	line-height: 21px;
	color: #4D92D6;
	width: 102px;
}
.divTableRow .divTableCell:last-child {
	padding-left: 42px;
	font-weight: bold;
	font-size: 18px;
	line-height: 21px;
	color: #000000;
}
.divTableCell {
	display: table-cell;
	padding-top: 17px;
}
.divTableRow:first-child .divTableCell {
	padding-top: 0px;
}
.divTableBody {
	display: table-row-group;
}
.contacts-social-services {
	display: flex;
    flex-direction: row;
    width: 100%;
}
.contacts-form-wrap {
	width: 580px;
	margin: 0 auto;
}
.contacts-form-wrap .contacts-form-title {
	font-weight: bold;
	font-size: 24px;
	line-height: 28px;
	text-align: center;
	color: #2F72B5;
	text-align: center;
}
.contacts-form {
	padding: 0 18px;
}
.contacts-form .formfields label {
	color: #000;
}
.contacts-form .formfields input {
	color: #000;
	border-color: #000;
}
.contacts-form .formfields input[type="text"]::placeholder {
	color: #000;
	text-align: center;
}
.afbf_error_text {
	display: none;
}
.afbf_item_pole.error_pole .afbf_error_text {
	display: block;
}
.contacts-form .form-btn {
	text-align: center;
}
.mortgage-list-wrap {
	padding-bottom: 30px;
}
.mortgage-list{
	display: table;
	width: 100%;	
	font-size: 14px;
	line-height: 16px;
}
.mortgage-item {
	display: table-row;
}
.col-td {
	display: table-cell;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.col-td img{
	display: block;
	position: absolute;
}
.mortgage-items-head {
	display: table-header-group;
}
.mortgage-items-head .col-td {
	padding: 20px 0;
	border-top: 1px solid rgba(0, 0, 0, 0.2);
	font-size: 14px;
	line-height: 16px;
	color: #C4C4C4;
}
.mortgage-items-body {
	display: table-row-group;
}
.col1 {
	width: 107px;
	padding: 30px 45px 30px 0; 
}
.col2 {
	width: 226px;
	padding: 30px 60px 30px 0;
}
.col2 p {
	margin-top: 18px;
	margin-bottom: 0;
}
.col2 p:first-child {
	margin-top: 0px;
}
.col2 p span {
	font-weight: bold;
	color: #4D92D6;
}
.col3 {
	/* width: 170px; */
	width: auto;
	padding: 30px 45px 30px 0;
}
.col4 {
	width: 70px;
	padding: 30px 53px 30px 0;
}
.col5 {
	width: 159px;
	padding: 30px 25px 30px 0;
}
.col5>a {
	white-space: nowrap;
	color: #000000;
	text-decoration: none;
}
.mortgage-item .contacts-btn  {
	padding-top: 30px;
}
.contacts-btn .green-btn {
	font-size: 12px;
	line-height: 14px;
}
.main-content-banner-form {
	padding-top: 22px;
}
.main-content-banner .formfields label {
	color: #000;
}
.main-content-banner .formfields input {
	border: 1px solid #000;
	color: #000;
}
.main-content-banner .formfields input[type="text"]::placeholder {
	color: #000;
	text-align: center;
}
.main-content-banner-form .formfields {
    padding-bottom: 20px;
}
.mortgage-prolog-info {
	padding-top: 30px;
}
.mortgage-prolog-info p {
	font-size: 16px;
	line-height: 18px;
	margin: 18px 0 0;
}
.mortgage-prolog-info p:first-child {
	margin: 0;
}
.mortgage-prolog-info p b {
	font-weight: bold;
	color: #4D92D6;
}
footer .footer-blue .wrapper {
	justify-content: space-between;
	flex-wrap: wrap;
	margin: auto;
}
footer .footer-blue {
	background: #043450;
	color: #FFFFFF;
	padding: 55px 0;
}
footer .footer-blue .logo {
	flex: 0 25%;
}
.footer-nav {
	flex: 1;
}
.footer-menu {
	display: flex;
	flex-direction: row;
	padding-left: 30px;
	margin-left: 30px;
	margin-right: auto;
}
.footer-menu ul {
	margin: 0;
	padding: 0 85px 0 0;
	list-style-type: none;
	height: 100%;
}
.footer-menu ul li {
	padding-bottom: 20px;
}
.footer-menu ul li:last-child {
	padding-bottom: 0;
}
.footer-menu ul li a {
	color: #fff;
	text-decoration: none;
}
.footer-menu ul li a:hover {
	text-decoration: underline;
}
.footer-right {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.footer-contacts {
	display: flex;
	flex-direction: row;
	padding-bottom: 20px;
}
.footer-phones {
	padding-right: 23px;
	border-right: 1px solid #FFFFFF;
	margin-right: 23px;
}
.footer-phones-text {
	font-size: 12px;
	line-height: 14px;
	padding-bottom: 5px;
}
.footer-phones a {
	display: inline-block;
	font-weight: bold;
	font-size: 16px;
	line-height: 18px;
	color: #fff;
	text-decoration: none;
}
.footer-soc .social-title {
	font-size: 12px;
	line-height: 14px;
	color: #FFFFFF;
}
.footer-soc .facebook {
	background: url(../img/facebook_f.svg) no-repeat 0;
    background-size: cover;
}
.footer-soc .instagram {
	background: url(../img/instagram_f.svg) no-repeat 0;
    background-size: cover;
}
.footer-soc .youtube {
	background: url(../img/youtube_f.svg) no-repeat 0;
    background-size: cover;
}
.footer-soc .twitter {
	background: url(../img/twitter_f.svg) no-repeat 0;
    background-size: cover;
}
.footer-soc .ok {
	background: url(../img/ok_f.svg) no-repeat 0;
    background-size: cover;
}
.footer-soc .vk {
	background: url(../img/vk_f.svg) no-repeat 0;
    background-size: cover;
}
.footer-search {
	position: relative;
	width: 100%;
	padding-bottom: 21px;
}
.footer-search form input[type="text"] {
	width: 100%;
	border: 1px solid #FFFFFF;
	box-sizing: border-box;
	border-radius: 20px;
	font-size: 14px;
	line-height: 16px;
	background: none;
	display: block;
	width: 100%;
	padding: 10px 45px 10px 12px;
	color: #fff;
}
.footer-search form input[type="text"]::placeholder {
	color: #fff;
}
.footer-search form input[type="submit"] {
	position: absolute;
    top: 10px;
    right: 20px;
    width: 19px;
    height: 19px;
    z-index: 10;
    background: url(../img/search_f.svg) no-repeat 0;
    background-size: cover;
    border: none;
    padding: 0;
    text-indent: 99999px;
	overflow: hidden;
}
.footer-contact-us {
	font-size: 16px;
	line-height: 18px;
}
.footer-contact-us .contact-us {
	margin-left: 25px;
	font-size: 16px;
	line-height: 18px;
	color: #4D92D6;
	display: inline-block;
}
footer .footer-darkblue {
	background: #032639;
	font-size: 10px;
	line-height: 11px;
	color: rgba(255, 255, 255, 0.5);
	padding: 18px 0;
	
}
footer .footer-darkblue .wrapper {
	justify-content: space-between;
	flex-wrap: wrap;
}
.copyright {
	margin-right: auto;
}
.disclaimer {
	max-width: 320px;
}
.popup-block {
    padding: 50px 103px;
    text-align: center;
    position: relative;
	border-radius: 20px;
	color: #fff;
	max-width: 788px;
	margin: 0 auto;
	box-sizing: border-box;
	overflow: hidden;
}
.popup-block-how-buy {
	padding: 40px;
	position: relative;
	border-radius: 20px;
	max-width: 788px;
	margin: 0 auto;
	box-sizing: border-box;
	overflow: hidden;
}
#any-questions,#vacancies ,#mortgage {
	background: #4D92D6;
}
#leave_request, #clarify_cost {
	background: #81CE7A;
}
.popup-block-how-buy {
	background: #EBF2F4;
}
.popup-modal-close {
	position: absolute;
	display: block;
	top: 20px;
	right: 20px;
	width: 25px;
	height: 25px;
	background: #fff;
	border-radius: 50%;
	text-decoration: none;
	text-indent: 9999px;
}
.popup-modal-close:before {
	content: '';
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 25px;
	height: 25px;
}
#any-questions .popup-modal-close:before,#vacancies .popup-modal-close:before,#mortgage .popup-modal-close:before {
	background: url(../img/close.svg) no-repeat 50%;
}
#leave_request .popup-modal-close:before,#clarify_cost .popup-modal-close:before {
	background: url(../img/close_g.svg) no-repeat 50%;
}
.popup-block-how-buy .popup-modal-close:before {
	background: url(../img/close_b.svg) no-repeat 50%;
}
.popup-modal-close:hover {
	text-decoration: none;
}
.popup-content-wrap {
	display: flex;
	flex-direction: row;
}
.popup-image {
	flex-grow: 1;
	border-right: 1px solid #FFFFFF;
}
.popup-image img {
	display: block;
	/* width: 100%; */
}
.popup-content-wrap .popup-content {
	flex-grow: 0;
	padding-left: 30px;
	text-align: left;
}
.popup-title {
	font-weight: bold;
	font-size: 24px;
	line-height: 28px;
	text-align: center;
	color: #FFFFFF;
	padding-bottom: 24px;
}
.popup-subtitle {
	padding-bottom: 30px;
	border-bottom: 1px solid #FFFFFF;
	color: #06325E;
}
.popup-text {
	padding-top: 30px;
	color: #06325E;
}
.popup-text p {
	margin: 0 0 17px 0;
}
.popup-text p:first-child {
	margin-top: 0;
}
.formfields {
	padding-bottom: 30px;
	text-align: left;
}
.formfields label {
	font-size: 16px;
	line-height: 18px;
	color: #FFFFFF;
	display: block;
	padding-bottom: 12px;
}
.formfields input {
	border: 1px solid #FFFFFF;
	box-sizing: border-box;
	border-radius: 10px;
	padding: 17px;
	display: block;
	width: 100%;
	box-sizing: boredr-box;
	background: none;
}
.formfields select {
	border: 1px solid #FFFFFF;
	box-sizing: border-box;
	border-radius: 10px;
	padding: 17px;
	display: block;
	width: 100%;
	background: none;
	-webkit-user-select: none;
	-moz-user-select: -moz-none;
	-ms-user-select: none;
	user-select: none;
	-webkit-appearance: none;
	-moz-appearance: radio-container;
	appearance: none;
	outline:none;
}

#afbf_vacancie_fid4 {
	padding: 0;
}
.jq-file__browse {
	z-index: 90;
    border-radius: 0px 10px 10px 0;
	position: absolute;
    top: 1px;
    right: 0px;
    padding: 0 10px;
	background: #81ce7a;
    color: #fff;
	line-height: 32px;
}
.jq-file__name {
	border: 1px solid #fff;
    border-radius: 10px;
    position: relative;
    z-index: 91;
	box-sizing: border-box;
    width: 100%;
    height: 34px;
    padding: 0 0px 0 10px;
	color: #fff;
	line-height: 32px;
}
.jq-file input {
	z-index: 92;
}
.select-formfields {
	position: relative;
}
.select-formfields:before {
	content: '';
	position: absolute;
	display: block;
	right: 22px;
	top: 22px;
	width: 20px;
	height: 10px;
	background: url(../img/arrow_w.svg) no-repeat 50%;
}
.formfields select option {
    color: #000;
}
.popup-block input.phone::placeholder, .afbf_inputtext::placeholder {
	color: #fff;
}
form .hidden {
    display: none!important;
    visibility: hidden!important;
}
.alert-success.hidden, .alert-danger.hidden {
	display: none;
}
.mobile-menu, .mobile {
	display: none;
}
.mobile-menu .mobile-menu-wraper {
	display: none;
}
.layout-props tr td.floor_plan:first-child:after {
	display: none;
}
.floor_plan a {
	color: #000;
}
.consent {
	margin-bottom: 20px;
}
.consent a {
	color: #fff;
}
.contacts-form .consent a {
	color: #000;
}


/*main-slider*/
[class^=swiper-button-] {
  transition: all 0.3s ease;
}

.swiper-slide {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

*, *:before, *:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.swiper-container {
  width: 80%;
  height: 530px;
  float: left;
  border-radius: 20px;
  overflow: hidden;
  transition: opacity 0.6s ease, transform 0.3s ease;
}
.swiper-container.nav-slider {
  width: 20%;
  padding-left: 5px;
  margin-bottom: 30px;
}
.swiper-container.nav-slider .swiper-slide {
  cursor: pointer;
  opacity: 0.4;
  border-radius: 20px;
  overflow: hidden;
  transition: opacity 0.3s ease;
}
.swiper-container.nav-slider .swiper-slide.swiper-slide-active {
  opacity: 1;
}
.swiper-container.nav-slider .swiper-slide .content {
  width: 100%;
}
.swiper-container.nav-slider .swiper-slide .content .title {
  font-size: 20px;
}
.swiper-container:hover .swiper-button-prev,
.swiper-container:hover .swiper-button-next {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}
.swiper-container.loading {
  opacity: 0;
  visibility: hidden;
}

.swiper-slide {
  overflow: hidden;
}
.swiper-slide .slide-bgimg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}
.swiper-slide .entity-img {
  display: none;
}
.swiper-slide .content {
  position: absolute;
  top: 40%;
  left: 0;
  width: 50%;
  padding-left: 5%;
  color: #fff;
}
.swiper-slide .content .title {
  font-size: 2.6em;
  font-weight: bold;
  margin-bottom: 30px;
}
.swiper-slide .content .caption {
  display: block;
  font-size: 13px;
  line-height: 1.4;
  transform: translateX(50px);
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.7s ease;
}
.swiper-slide .content .caption.show {
  transform: translateX(0);
  opacity: 1;
}

[class^=swiper-button-] {
  width: 44px;
  opacity: 0;
  visibility: hidden;
}

.swiper-button-prev {
  transform: translateX(50px);
}

.swiper-button-next {
  transform: translateX(-50px);
}