/*!
Theme Name: Saliena
Author: Devstars Andrew and Max ;)
Author URI: https://devstars.com
Description: Description
Version: 1.0.1
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: saliena
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Saliena is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/


/* Normalize
--------------------------------------------- */


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */


/* Document
	 ========================================================================== */


/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}


/* Sections
	 ========================================================================== */


/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}


/**
 * Render the `main` element consistently in IE.
 */

main {
	display: block;
}


/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}


/* Grouping content
	 ========================================================================== */


/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}


/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace;
	font-size: 1em;
}


/* Text-level semantics
	 ========================================================================== */


/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}


/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}


/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}


/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}


/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}


/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}


/* Embedded content
	 ========================================================================== */


/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}


/* Forms
	 ========================================================================== */


/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}


/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
	overflow: visible;
}


/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
	text-transform: none;
}


/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}


/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}


/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}


/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}


/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}


/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}


/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}


/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}


/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}


/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}


/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}


/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}


/* Interactive
	 ========================================================================== */


/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}


/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}


/* Misc
	 ========================================================================== */


/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}


/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}


/* Box sizing
--------------------------------------------- */


/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */

*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}


/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/


/* Typography
--------------------------------------------- */

body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}


/* Elements
--------------------------------------------- */

body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li>ul,
li>ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}


/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}


/* Links
--------------------------------------------- */

a {
	color: #4169e1;
}


/*a:visited {*/


/*	color: #800080;*/


/*}*/

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

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


/* Forms
--------------------------------------------- */

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}


/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/


/* ==========================================================================
   Helper classes
   ========================================================================== */

.fadein-wrap.in-view {
	opacity: 1;
}

.fadein-wrap {
	opacity: 0;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	::i-block-chrome, .fadein-wrap {
		opacity: 1!important;
	}
}
supports (overflow:-webkit-marquee) and (justify-content:inherit)
{
.fadein-wrap {
	opacity: 1!important;
}
}
/* Safari 9+ */

@supports (-webkit-marquee-repetition:infinite) and (object-fit:fill) {
	.fadein-wrap {
		opacity: 1!important;
	}
}
@media not all and (min-resolution:.001dpcm) { @media {
	 .fadein-wrap {
		opacity: 1!important;
	}
}}

.wrapper {
	position: relative;
	width: 1170px;
	margin: 0 auto;
	padding: 0 15px;
	height: 100%;
}

.wrapper_second {
	position: relative;
	width: 1530px;
	max-width: 100%;
	margin: 0 auto;
	padding: 0 15px;
	height: 100%;
}

.hero-b_section--main .wrapper_second {
  width:100%;
  padding:0;
}

.wrapper_third {
	position: relative;
	width: 1260px;
	max-width: 100%;
	margin: 0 auto;
	padding: 0 15px;
	height: 100%;
}

.no_margin {
	margin: 0;
}

.flex_wrap {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.flex_box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.flex_j_a_center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-item-align: center;
	align-self: center;
}

.flex_j_center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.flex_j_left {
	-webkit-box-pack: left;
	-ms-flex-pack: left;
	justify-content: left;
}

.flex_j_right {
	-webkit-box-pack: right;
	-ms-flex-pack: right;
	justify-content: right;
}

.flex_a_center {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-item-align: center;
	align-self: center;
}

.flex_a_top {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.flex_a_bottom {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.flex_a_stretch {
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.flex_margin_center {
	margin-right: auto;
	margin-left: auto;
}

.flex_margin_left {
	margin-left: auto;
}

.flex_margin_right {
	margin-right: auto;
}

.flex_row-reverse {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.center {
	text-align: center!important;
}

.left {
	text-align: left!important;
}

.right {
	text-align: right!important;
}

.fw700 {
	font-weight: 700;
}

.fw600 {
	font-weight: 600;
}

.fw500 {
	font-weight: 500;
}

.fw400 {
	font-weight: 400;
}

.fw300 {
	font-weight: 300;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
	-webkit-transition: color 9999s ease-out, background-color 9999s ease-out !important;
	-webkit-transition-delay: 9999s !important;
	transition: color 9999s ease-out, background-color 9999s ease-out !important;
	transition-delay: 9999s !important;
}

.hidden {
	display: none !important;
	visibility: hidden;
}

.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	white-space: nowrap;
	/* 1 */
;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
	clip: auto;
	-webkit-clip-path: none;
	clip-path: none;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
	white-space: inherit;
}

.invisible {
	visibility: hidden;
}

.clearfix:before,
.clearfix:after {
	content: " ";
	/* 1 */
	display: table;
	/* 2 */
;
}

.clearfix:after {
	clear: both;
}


/* ==========================================================================
   Print styles
   ========================================================================== */

html {
	color: #222;
	font-size: 1em;
	line-height: 1.4;
	height: 100%;
}

::-moz-selection {
	background: #b3d4fc;
	text-shadow: none;
}

::selection {
	background: #b3d4fc;
	text-shadow: none;
}


/*
 * A better looking default horizontal rule
 */

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}


/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
	vertical-align: middle;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

textarea {
	resize: vertical;
}

.browserupgrade {
	margin: 0.2em 0;
	background: #ccc;
	color: #000;
	padding: 0.2em 0;
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
}

.btn {
	text-align: center;
	color: #fff;
	background: #007ec3;
	font-size: 13px;
	line-height: 1.3;
	font-weight: 700;
	border: 2px solid #007ec3;
	min-width: 160px;
	max-width: 100%;
	padding: 13px 30px;
	text-decoration: none;
	display: inline-block;
	cursor: pointer;
	border-radius: 4px;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	margin: 10px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.btn:first-child {
	margin-left: 0;
}

.btn:last-child {
	margin-right: 0;
}

.btn.btn_white {
	color: #007ec3;
	background: #fff;
}

.btn.btn_white:hover,
.btn.btn_white:focus,
.btn.btn_white:active {
	color: #fff;
	background: #007ec3;
}

.btn.btn_transparent {
	color: #007ec3;
	background: transparent;
}

.btn.btn_transparent:hover,
.btn.btn_transparent:focus,
.btn.btn_transparent:active {
	color: #fff;
	background: #007ec3;
}

.btn.btn_disabled {
	color: #fff;
	background: #cccccc;
	border-color: #cccccc;
	cursor: not-allowed;
	pointer-events: none;
}

.btn:hover,
.btn:focus,
.btn:active {
	color: #007ec3;
	background: #fff;
}

body {
	font: normal 400 16px/26px 'Open Sans', sans-serif;
	height: 100%;
	-webkit-transition: padding-top 0.4s ease;
	-o-transition: padding-top 0.4s ease;
	transition: padding-top 0.4s ease;
}

body.flex-page {
	min-height: 100vh;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

body.flex-page .main-container {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

body.banner-on {
	padding-top: 200px;
}

body.banner-on .header-container {
	/*top: 100px;*/
}

.hero-b_section.hero-b_section--main {
	margin: 0 0 60px;
}

.title-b_section {
	margin: 80px 0;
}

.hero-b_section,
.map-b_section,
.propertyBlock-b_section,
.tabsBlock-b_section,
.infoBlock-b_section {
	margin: 60px 0;
}



.hero-b.hero-b--page.hero-b--page_section .hero-b_wrapper .hero-b_item .title {
	font-size: 30px;
}

.hero-b.hero-b--page.hero-b--page_section .hero-b_wrapper .hero-b_item .title .h4,
.hero-b.hero-b--page.hero-b--page_section .hero-b_wrapper .hero-b_item .title .h3,
.hero-b.hero-b--page.hero-b--page_section .hero-b_wrapper .hero-b_item .title .h2,
.hero-b.hero-b--page.hero-b--page_section .hero-b_wrapper .hero-b_item .title .h1,
.hero-b.hero-b--page.hero-b--page_section .hero-b_wrapper .hero-b_item .title h4,
.hero-b.hero-b--page.hero-b--page_section .hero-b_wrapper .hero-b_item .title h3,
.hero-b.hero-b--page.hero-b--page_section .hero-b_wrapper .hero-b_item .title h2,
.hero-b.hero-b--page.hero-b--page_section .hero-b_wrapper .hero-b_item .title h1 {
	font-size: 30px;
}

.hero-b.hero-b--page.hero-b--page_section .hero-b_wrapper .hero-b_item .description {
	font-size: 16px;
}

.hero-b.hero-b--main .hero-b_wrapper .text {
	padding: 40px 0 40px 0;
}

.hero-b.hero-b--page .hero-swiper,
.hero-b.hero-b--main .hero-swiper {
	position: absolute;
	width: 100%;
	height: 100%;
}

.hero-b.hero-b--page .pic .hero-swiper .bg,
.hero-b.hero-b--main .pic .hero-swiper .bg {
	background-color: #fff;
}

.heropic_mobile {
  display: none;
}

.hero_info_label-b {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	z-index: 1;
}

.hero_info_label-b.hero_info_label-b--up {
	margin-top: -30px;/*-50px;*/
}

.hero_info_label-b.hero_info_label-b--up .hero_info_label-b_wrapper {
	padding: 30px;/*60px;*/
}

.hero_info_label-b .hero_info_label-b_wrapper {
	background: #007ec3;
	color: #fff;
	font-size: 16px;
	line-height: 2;
	padding: 30px 60px;
	width: 100%;
	max-width: 950px;
}

.hero_info_label-b .hero_info_label-b_wrapper .hero_info_label_price {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: space-evenly;
	-ms-flex-pack: space-evenly;
	justify-content: space-evenly;
}

.hero_info_label-b .hero_info_label-b_wrapper .hero_info_label_price .item {
	font-size: 24px;
	font-weight: 600;
	padding: 0 20px;
}

.hero_info_label-b .hero_info_label-b_wrapper .hero_info_label_price .item .name {
	font-size: 12px;
	font-weight: 400;
	text-transform: uppercase;
	padding-right: 10px;
}

.hero_info_label-b .hero_info_label-b_wrapper .hero_info_label_price .item .name_add {
	font-size: 16px;
	font-weight: 600;
}

.hero_info_label-b .hero_info_label-b_wrapper .hero_info_label_price .item .name_add i {
	font-style: normal;
}

.hero_info_label-b .hero_info_label-b_wrapper .title {
	line-height: 1.2;
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 15px;
}

.hero_info_label-b .hero_info_label-b_wrapper ul {
  margin: 0;
  padding-left:0px;
  list-style-type: none;
}

.hero_info_label-b .hero_info_label-b_wrapper li {
  list-style-type: none;
  padding-left:20px;
  position:relative;
}

.hero_info_label-b .hero_info_label-b_wrapper li::before {
  content:"\2713\0020";
  display:block;
  position:absolute;
  left:0;
  top:0;
}

.hero_info_label-b .hero_info_label-b_wrapper .title .h4,
.hero_info_label-b .hero_info_label-b_wrapper .title .h3,
.hero_info_label-b .hero_info_label-b_wrapper .title .h2,
.hero_info_label-b .hero_info_label-b_wrapper .title .h1,
.hero_info_label-b .hero_info_label-b_wrapper .title h4,
.hero_info_label-b .hero_info_label-b_wrapper .title h3,
.hero_info_label-b .hero_info_label-b_wrapper .title h2,
.hero_info_label-b .hero_info_label-b_wrapper .title h1 {
	margin: 0;
	line-height: 1.2;
	font-size: 24px;
	font-weight: 600;
}

.hero_info_label-b .hero_info_label-b_wrapper p {
	margin: 0;
}

.hero-b_wrapper {
	height: 100%;
}

.hero-b_wrapper .hero-b_item {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	overflow: hidden;
	height: 100%;
	position: relative;
}

.hero-b_wrapper .hero-b_item .pic {
	position: absolute;
	width: 100%;
	height: 100%;
	right: 0;
}

.hero-b_wrapper .hero-b_item .pic video {
	position: absolute;
	height: 100%;
	width: 100%;
	right: 0;
	object-fit: cover;
}


.hero-b_section.hero-b_section--main .hero-b_wrapper .hero-b_item .pic {
	/*background-color: #007ec3;*/
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#007ec3+58,007ec3+100&0+0,0+34,1+100 */
/*	background: -moz-linear-gradient(left, rgba(0, 126, 195, 0) 0%, rgba(0, 126, 195, 0) 34%, rgba(0, 126, 195, 0.36) 58%, rgba(0, 126, 195, 1) 100%); */
	/* FF3.6-15 */
/*	background: -webkit-linear-gradient(left, rgba(0, 126, 195, 0) 0%, rgba(0, 126, 195, 0) 34%, rgba(0, 126, 195, 0.36) 58%, rgba(0, 126, 195, 1) 100%); */
	/* Chrome10-25,Safari5.1-6 */
/*	background: linear-gradient(to right, rgba(0, 126, 195, 0) 0%, rgba(0, 126, 195, 0) 34%, rgba(0, 126, 195, 0.36) 58%, rgba(0, 126, 195, 1) 100%); */
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
/*	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00007ec3', endColorstr='#007ec3', GradientType=1); */
	/* IE6-9 */
}

.hero-b_section.hero-b_section--main .hero-b_wrapper .hero-b_item.loaded .pic .bg {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
  background-size:cover;
  background-position:left top;
}

.hero-b_section.hero-b_section--main .hero-b_wrapper .hero-b_item .pic .bg {
	transition: opacity .6s, -webkit-transform 1.1s;
	transition: transform 1.1s, opacity .6s;
	transition: transform 1.1s, opacity .6s, -webkit-transform 1.1s;
	opacity: 0;
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
	will-change: transform;
}

.hero-b_wrapper .hero-b_item .pic .bg {
	background-position: right center;
	background-repeat: no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
	right: 0;
	min-height: auto;
	background-size: auto;
}

.hero-b.hero-b--page.hero-b--page_section .hero-b_wrapper .hero-b_item .pic .bg {
	-webkit-background-size: cover;
	background-size: cover;
}

.hero-b.hero-b--page.hero-b--page_section .hero-b_wrapper .hero-b_item .text:after {
	/*
	content: "";
	position: absolute;
	background: rgba(255, 255, 255, .998);
	width: 100%;
	height: 100%;
	display: block;
	top: 0;
	left: calc(-50% - 80px);
	z-index: -1;
	*/
}


@media only screen and (min-width: 1025px){
	.hero-b.hero-b--page.hero-b--page_section .hero-b_wrapper .hero-b_item .text {min-height:500px;}
  .hero-b_section--main .videoholder {
    width:100%;
    height:auto;
    padding-bottom:0; 
  }
}

@media only screen and (min-width: 1400px){
  .hero-b_section--main .hero-b.hero-b--page {
    height: 640px;
  }
  .hero-b.hero-b--main {
    height: 640px;
  }
}

@media only screen and (max-width: 1399px){
  .hero-b_section--main .hero-b.hero-b--page {
    height: 520px;
  }
  .hero-b.hero-b--main {
    height: 520px;
  }
}

@media only screen and (min-width: 1280px){
	.hero-b.hero-b--page.hero-b--page_section .hero-b_wrapper .hero-b_item .text {min-height:500px;}
  .hero-b_section--main .videoholder {
    width:100%;
    height:100%;
    /*height:0;
    padding-bottom:37.36%;
    position:relative;
    top:50%;
    transform:translateY(-50%);*/
  }
  .hero-b_section--main .videoholder.topped {
    top:0;
    transform:none;
  }
}


.hero-b.hero-b--page.hero-b--page_section .hero-b_wrapper .hero-b_item .text:before {
	/*
	background: url(img/wave_big_bg_block.png) left top repeat-y;
	width: 100%;
	left: calc(50% - 80px);
	z-index: -1;
	background-size: cover;
	*/
	left:-220px;
	/*background-size: contain;*/
	opacity: 0.9;
}

.hero-b_wrapper .hero-b_item .text {
	position: relative;
	max-width: 270px;
	width: 100%;
	padding: 70px 0 70px 0;
	margin-left: 135px;
	text-align: left;
	z-index: 1;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.hero-b_wrapper .hero-b_item .text:before {
	content: "";
	position: absolute;
	background: url(img/wave_big_bg_block1.png) left top repeat-y;
	height: 100%;
	width: 400%;
	display: block;
	top: 0;
	/*right: calc(-50% - 50px);*/
	left: -240px;
	z-index: -1;
}

body.language-ru .hero-b_wrapper .hero-b_item .text:before{
  /*left: -200px;*/
}

.hero-b_wrapper .hero-b_item .text:after {
	/*content: '';*/
	position: absolute;
	background: rgba(255, 255, 255, .99);
	width: 100%;
	height: 100%;
	display: block;
	top: 0;
	left: calc(-50% + 50px);
	z-index: -1;
}

.hero-b_wrapper .hero-b_item .text .subtitle {
	font-size: 12px;
	color: #007ec3;
	text-transform: uppercase;
	font-weight: 600;
}

.hero-b_wrapper .hero-b_item .text .title {
	color: #071b2e;
	line-height: 1.2;
	font-size: 48px;
	font-weight: 600;
	margin-bottom: 5px;
	letter-spacing: -0.025em;
}

.hero-b_wrapper .hero-b_item .text .title .h4,
.hero-b_wrapper .hero-b_item .text .title .h3,
.hero-b_wrapper .hero-b_item .text .title .h2,
.hero-b_wrapper .hero-b_item .text .title .h1,
.hero-b_wrapper .hero-b_item .text .title h4,
.hero-b_wrapper .hero-b_item .text .title h3,
.hero-b_wrapper .hero-b_item .text .title h2,
.hero-b_wrapper .hero-b_item .text .title h1 {
	margin: 0;
	line-height: 1.2;
	font-size: 42px;
	font-weight: 600;
}

.hero-b_wrapper .hero-b_item .text .description {
	font-size: 18px;
	line-height: 1.6;
	color: #808080;
}

.hero-b_wrapper .hero-b_item .text .control {
	margin: 5px 0;
	min-width:345px;
	/*max-width: 100%;*/
}

.propertyBlock-b .title {
	width: 100%;
	max-width: 710px;
}

.propertyBlock-b .title .h5,
.propertyBlock-b .title .h4,
.propertyBlock-b .title .h3,
.propertyBlock-b .title .h2,
.propertyBlock-b .title .h1,
.propertyBlock-b .title h5,
.propertyBlock-b .title h4,
.propertyBlock-b .title h3,
.propertyBlock-b .title h2,
.propertyBlock-b .title h1 {
	margin: 0;
	padding: 0;
	font-size: 30px;
	line-height: 1.2;
	color: #071b2e;
}

.propertyBlock-b .title p {
	font-size: 16px;
	color: #808080;
	line-height: 1.8;
}

.propertyBlock-b .propertyBlock_wrapper {
	padding-top: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.propertyBlock-b .propertyBlock_wrapper .item {
	width: calc(100% / 6);
	padding: 0 40px 20px 40px;
	text-align: center;
	margin: 10px 0 15px 0;
  position:relative;
}

.propertyBlock-b .propertyBlock_wrapper .item .icon {
	margin-bottom: 10px;
  height:75px;
  position:relative;
}

.propertyBlock-b .propertyBlock_wrapper .item .icon img {
	width: 100px;
	max-width: 65px;
	display: block;
	margin: 0 auto;
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
}

.propertyBlock-b .propertyBlock_wrapper .item .name {
	font-weight: 600;
	font-size: 12px;
	color: #007ec3;
	line-height: 1.3;
	text-transform: uppercase;
  white-space:nowrap;
  position:absolute;
  bottom:0;
  left:50%;
  transform:translateX(-50%);
}

.tabsBlock-b .tabsBlock_wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.tabsBlock-b .tabsBlock_wrapper select[name=tabsBlock_caption] {
	background: url("img/icons/arrow_select.png") right 10px center no-repeat, #fff;
	width: 100%;
	display: block;
	border: 1px solid #d4d4d4;
	border-radius: 4px;
	padding: 10px 20px 10px 10px;
	margin-top: 5px;
	margin-bottom: 15px;
	color: #6d6d6d;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.tabsBlock-b .tabsBlock_wrapper .tabsBlock_caption {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 100%;
	max-width: 190px;
}

.tabsBlock-b .tabsBlock_wrapper .tabsBlock_caption .select_tab {
	font-size: 14px;
	font-weight: 600;
	color: #808080;
	text-transform: uppercase;
	cursor: pointer;
	padding: 15px 20px 15px 0;
	border-right: 2px solid transparent;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.tabsBlock-b .tabsBlock_wrapper .tabsBlock_caption .select_tab:hover {
	color: #007ec3;
}

.tabsBlock-b .tabsBlock_wrapper .tabsBlock_caption .select_tab.active {
	color: #007ec3;
	border-color: #007ec3;
}

.tabsBlock-b .tabsBlock_wrapper .tabsBlock_content {
	width: calc(100% - 190px);
	border-left: 1px solid #c3c3c3;
}

.tabsBlock-b .tabsBlock_wrapper .tabsBlock_content .tab_item {
	display: none;
}

.tabsBlock-b .tabsBlock_wrapper .tabsBlock_content .tab_item.active {
	display: block;
}

.tabsBlock-b .tabsBlock_wrapper .tabsBlock_content .tab_item .tab_item_wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
}

.tabsBlock-b .tabsBlock_wrapper .tabsBlock_content .tab_item .tab_item_wrapper .expander {
	position:absolute;
	display:block;
	z-index:10;
	cursor: pointer;
	right:15px;
	top:0;
	width: 25px;
	height: 25px;
	background-image: url('img/expand.png');
	background-size: contain;
	background-repeat: no-repeat;
	opacity: 0.8;
}

.tabsBlock-b .tabsBlock_wrapper .tabsBlock_content .tab_item .tab_item_wrapper .pic {
	width: 50%;
	padding: 15px 15px;
	cursor: pointer;
}

.tabsBlock-b .tabsBlock_wrapper .tabsBlock_content .tab_item .tab_item_wrapper .pic img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}

.tabsBlock-b .tabsBlock_wrapper .tabsBlock_content .tab_item .tab_item_wrapper .description {
	width: 50%;
	padding: 15px 60px 15px 90px;
	color: #808080;
	font-size: 16px;
	line-height: 1.8;
}

.tabsBlock-b .tabsBlock_wrapper .tabsBlock_content .tab_item .tab_item_wrapper .description .title {
	margin-bottom: 30px;
}

.tabsBlock-b .tabsBlock_wrapper .tabsBlock_content .tab_item .tab_item_wrapper .description .title .h4,
.tabsBlock-b .tabsBlock_wrapper .tabsBlock_content .tab_item .tab_item_wrapper .description .title .h3,
.tabsBlock-b .tabsBlock_wrapper .tabsBlock_content .tab_item .tab_item_wrapper .description .title .h2,
.tabsBlock-b .tabsBlock_wrapper .tabsBlock_content .tab_item .tab_item_wrapper .description .title .h1,
.tabsBlock-b .tabsBlock_wrapper .tabsBlock_content .tab_item .tab_item_wrapper .description .title h4,
.tabsBlock-b .tabsBlock_wrapper .tabsBlock_content .tab_item .tab_item_wrapper .description .title h3,
.tabsBlock-b .tabsBlock_wrapper .tabsBlock_content .tab_item .tab_item_wrapper .description .title h2,
.tabsBlock-b .tabsBlock_wrapper .tabsBlock_content .tab_item .tab_item_wrapper .description .title h1 {
	margin: 0;
	padding: 0;
	font-size: 21px;
	line-height: 1.2;
	color: #071b2e;
}

.tabsBlock-b .tabsBlock_wrapper .tabsBlock_content .tab_item .tab_item_wrapper .description .property {
	margin: 30px 0;
}

.tabsBlock-b .tabsBlock_wrapper .tabsBlock_content .tab_item .tab_item_wrapper .description .property span {
	display: block;
}

.tabsBlock-b .tabsBlock_wrapper .tabsBlock_content .tab_item .tab_item_wrapper .description .desc {
	margin: 30px 0;
}

.tabsBlock-b .tabsBlock_wrapper .tabsBlock_content .tab_item .tab_item_wrapper .description .control {
	margin-top: 30px;
}

@media only screen and (max-width: 1600px) {
	.infoBlock-b.infoBlock-b--slider {
		margin: 0 -15px;
	}
}

.infoBlock-b.infoBlock-b--slider .infoBlock-b_wrapper .infoBlock-b_item .infoBlock-b--slider_swiper {
	width: 100%;
}

.infoBlock-b.infoBlock-b--slider .infoBlock-b_wrapper .infoBlock-b_item .infoBlock-b--slider_swiper .swiper-slide.video-slide video {
	width: 100%;
	height: 100%;
	position: absolute;
	background: #000;
	top: 0;
	left: 0;
}

.infoBlock-b.infoBlock-b--slider .infoBlock-b_wrapper .infoBlock-b_item .infoBlock-b--slider_swiper .swiper-slide.video-slide .video-slide_icon {
	width: 94px;
	height: 94px;
	display: block;
	background: url(img/icons/play.png) center center no-repeat;
	background-size: contain;
	position: absolute;
	z-index: 1;
	top: calc(50% - 60px);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	margin: 0 auto;
	left: 0;
	right: 0;
	cursor: pointer;
	-webkit-transition: opacity 0.2s ease 0.5, visibility 0.1s ease;
	-o-transition: opacity 0.2s ease 0.5, visibility 0.1s ease;
	transition: opacity 0.2s ease 0.5, visibility 0.1s ease;
}

.infoBlock-b.infoBlock-b--slider .infoBlock-b_wrapper .infoBlock-b_item .infoBlock-b--slider_swiper .swiper-slide.video-slide .bg {
	position: relative;
	z-index: 1;
	-webkit-transition: opacity 0.2s ease 0.5, visibility 0.1s ease;
	-o-transition: opacity 0.2s ease 0.5, visibility 0.1s ease;
	transition: opacity 0.2s ease 0.5, visibility 0.1s ease;
}

.infoBlock-b.infoBlock-b--slider .infoBlock-b_wrapper .infoBlock-b_item .infoBlock-b--slider_swiper .swiper-slide.video-slide.playing_video .bg {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.2s ease, visibility 0s ease 0.2s;
	-o-transition: opacity 0.2s ease, visibility 0s ease 0.2s;
	transition: opacity 0.2s ease, visibility 0s ease 0.2s;
}

.infoBlock-b.infoBlock-b--slider .infoBlock-b_wrapper .infoBlock-b_item .infoBlock-b--slider_swiper .swiper-slide.video-slide.playing_video .video-slide_icon {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.2s ease, visibility 0s ease 0.2s;
	-o-transition: opacity 0.2s ease, visibility 0s ease 0.2s;
	transition: opacity 0.2s ease, visibility 0s ease 0.2s;
}

.infoBlock-b.infoBlock-b--slider .infoBlock-b_wrapper .infoBlock-b_item .infoBlock-b--slider_swiper .pic {
	position: relative;
	height: 100%;
}

.infoBlock-b.infoBlock-b--slider .infoBlock-b_wrapper .infoBlock-b_item .infoBlock-b--slider_swiper .bg {
	min-height: auto;
	padding-bottom: 56%;
}

.infoBlock-b.infoBlock-b--slider .infoBlock-b_wrapper .infoBlock-b_item .infoBlock-b--slider_swiper .swiper_control_wrapper {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	/* background: #fff; */
	padding: 15px 35px;
}

.infoBlock-b.infoBlock-b--slider .infoBlock-b_wrapper .infoBlock-b_item .infoBlock-b--slider_swiper .swiper_control {
	z-index: 1;
	position: absolute;
	bottom: -10px;
	width: 100%;
	text-align: center;
}

.infoBlock-b.infoBlock-b--slider .infoBlock-b_wrapper .infoBlock-b_item .infoBlock-b--slider_swiper .swiper_control .swiper-button-prev {
	color: #007ec3;
	outline: none;
	position: relative;
	margin: 0;
}

.infoBlock-b.infoBlock-b--slider .infoBlock-b_wrapper .infoBlock-b_item .infoBlock-b--slider_swiper .swiper_control .swiper-button-prev:after {
	font-size: 14px;
	font-weight: 700;
}

.infoBlock-b.infoBlock-b--slider .infoBlock-b_wrapper .infoBlock-b_item .infoBlock-b--slider_swiper .swiper_control .swiper-button-next {
	color: #007ec3;
	outline: none;
	position: relative;
	margin: 0;
}

.infoBlock-b.infoBlock-b--slider .infoBlock-b_wrapper .infoBlock-b_item .infoBlock-b--slider_swiper .swiper_control .swiper-button-next:after {
	font-size: 14px;
	font-weight: 700;
}

.infoBlock-b.infoBlock-b--slider .infoBlock-b_wrapper .infoBlock-b_item .infoBlock-b--slider_swiper .swiper_control .swiper-pagination {
	outline: none;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	padding: 0 60px;
}

.infoBlock-b.infoBlock-b--slider .infoBlock-b_wrapper .infoBlock-b_item .infoBlock-b--slider_swiper .swiper_control .swiper-pagination .swiper-pagination-bullet-active {
	background: #007ec3;
}

.infoBlock-b.infoBlock-b--slider .infoBlock-b_wrapper .infoBlock-b_item .infoBlock-b--slider_swiper .swiper_control .swiper-pagination .swiper-pagination-bullet {
	margin: 5px 10px;
	outline: none;
}

.infoBlock-b .infoBlock-b_wrapper .infoBlock-b_item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.infoBlock-b .infoBlock-b_wrapper .infoBlock-b_item .pic {
	position: relative;
}

.infoBlock-b .infoBlock-b_wrapper .infoBlock-b_item .pic .bg {
	height: 100%;
	min-height: 530px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-color: #f5f5f5;
}

.infoBlock-b .infoBlock-b_wrapper .infoBlock-b_item .text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 70px 135px 70px 110px;
	text-align: /*right*/
				left;
}

.infoBlock-b .infoBlock-b_wrapper .infoBlock-b_item .text .title {
	color: #071b2e;
	line-height: 1.2;
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 5px;
}

.infoBlock-b .infoBlock-b_wrapper .infoBlock-b_item .text .title .h6,
.infoBlock-b .infoBlock-b_wrapper .infoBlock-b_item .text .title .h5,
.infoBlock-b .infoBlock-b_wrapper .infoBlock-b_item .text .title .h4,
.infoBlock-b .infoBlock-b_wrapper .infoBlock-b_item .text .title .h3,
.infoBlock-b .infoBlock-b_wrapper .infoBlock-b_item .text .title .h2,
.infoBlock-b .infoBlock-b_wrapper .infoBlock-b_item .text .title .h1,
.infoBlock-b .infoBlock-b_wrapper .infoBlock-b_item .text .title h6,
.infoBlock-b .infoBlock-b_wrapper .infoBlock-b_item .text .title h5,
.infoBlock-b .infoBlock-b_wrapper .infoBlock-b_item .text .title h4,
.infoBlock-b .infoBlock-b_wrapper .infoBlock-b_item .text .title h3,
.infoBlock-b .infoBlock-b_wrapper .infoBlock-b_item .text .title h2,
.infoBlock-b .infoBlock-b_wrapper .infoBlock-b_item .text .title h1 {
	margin: 0;
	line-height: 1.2;
	font-size: 30px;
	font-weight: 600;
}

.infoBlock-b .infoBlock-b_wrapper .infoBlock-b_item .text .description {
	font-size: 16px;
	line-height: 1.9;
	color: #808080;
}

.infoBlock-b .infoBlock-b_wrapper .infoBlock-b_item .text .description .price {
	color: #007ec3;
	margin: 10px 0;
}

.infoBlock-b .infoBlock-b_wrapper .infoBlock-b_item .text .description .price:empty {
	display: none;
}

.infoBlock-b .infoBlock-b_wrapper .infoBlock-b_item .text .description .price a {
	color: #007ec3;
}

.infoBlock-b .infoBlock-b_wrapper .infoBlock-b_item .text .description a {
	text-decoration: none;
	color: #808080;
	border-bottom: 1px solid;
	-webkit-transition: border-color 0.2s ease;
	-o-transition: border-color 0.2s ease;
	transition: border-color 0.2s ease;
}

.infoBlock-b .infoBlock-b_wrapper .infoBlock-b_item .text .description a:hover {
	border-color: transparent;
}

.infoBlock-b .infoBlock-b_wrapper .infoBlock-b_item .text .description p {
	margin: 10px 0;
}

.infoBlock-b .infoBlock-b_wrapper .infoBlock-b_item .text .control {
	margin: 5px 0;
}

.infoBlock-b.infoBlock-b--bigImg {
	background-color: #f5f5f5;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.infoBlock-b.infoBlock-b--bigImg.infoBlock-b--bigImg_bottomRight .infoBlock-b_wrapper .infoBlock-b_item {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.infoBlock-b.infoBlock-b--bigImg.infoBlock-b--bigImg_bottomRight .infoBlock-b_wrapper .infoBlock-b_item .text {
	text-align: right;
}

.infoBlock-b.infoBlock-b--bigImg.infoBlock-b--bigImg_topRight .infoBlock-b_wrapper .infoBlock-b_item {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.infoBlock-b.infoBlock-b--bigImg.infoBlock-b--bigImg_topRight .infoBlock-b_wrapper .infoBlock-b_item .text {
	text-align: right;
}

.infoBlock-b.infoBlock-b--bigImg.infoBlock-b--bigImg_bottomLeft .infoBlock-b_wrapper .infoBlock-b_item {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.infoBlock-b.infoBlock-b--bigImg.infoBlock-b--bigImg_topLeft .infoBlock-b_wrapper .infoBlock-b_item {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.infoBlock-b.infoBlock-b--bigImg .infoBlock-b_wrapper .infoBlock-b_item {
	-webkit-box-orient: initial;
	-webkit-box-direction: initial;
	-ms-flex-direction: initial;
	flex-direction: initial;
	height: 770px;
}

.infoBlock-b.infoBlock-b--bigImg .infoBlock-b_wrapper .infoBlock-b_item .pic {
	display: none;
}

.infoBlock-b.infoBlock-b--bigImg .infoBlock-b_wrapper .infoBlock-b_item .text {
	max-width: 400px;
	width: 100%;
	padding: 120px 0;
	text-align: left;
}

.infoBlock-b.infoBlock-b--bigImg .infoBlock-b_wrapper .infoBlock-b_item .text .title,
.infoBlock-b.infoBlock-b--bigImg .infoBlock-b_wrapper .infoBlock-b_item .text .description {
	color: #fff;
}

.infoBlock-b.infoBlock-b--embed .infoBlock-b_wrapper {
	position: relative;
	padding-bottom: 56.25%;
	overflow: hidden;
	max-width: 100%;
	height: auto;
}

.infoBlock-b.infoBlock-b--embed .infoBlock-b_wrapper iframe,
.infoBlock-b.infoBlock-b--embed .infoBlock-b_wrapper object,
.infoBlock-b.infoBlock-b--embed .infoBlock-b_wrapper embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.infoBlock-b.infoBlock-b--horizonte.infoBlock-b--right.infoBlock-b--bgText .infoBlock-b_wrapper .infoBlock-b_item {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.infoBlock-b.infoBlock-b--horizonte.infoBlock-b--right.infoBlock-b--bgText .infoBlock-b_wrapper .infoBlock-b_item .pic {
	right: 0;
	left: auto;
}

.infoBlock-b.infoBlock-b--horizonte.infoBlock-b--right.infoBlock-b--bgText .infoBlock-b_wrapper .infoBlock-b_item .text {
	text-align: left;
}

.infoBlock-b.infoBlock-b--horizonte.infoBlock-b--right.infoBlock-b--bgText .infoBlock-b_wrapper .infoBlock-b_item .text:after {
	content: '';
	left: calc(-50% + 50px);
	right: auto;
}

.infoBlock-b.infoBlock-b--horizonte.infoBlock-b--right.infoBlock-b--bgText .infoBlock-b_wrapper .infoBlock-b_item .text:before {
	content: "";
	background: url(img/wave_bg_block.png) left center repeat-y;
	right: calc(-50% - 50px);
	left: auto;
}

.infoBlock-b.infoBlock-b--horizonte.infoBlock-b--right .infoBlock-b_wrapper .infoBlock-b_item {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.infoBlock-b.infoBlock-b--horizonte.infoBlock-b--right .infoBlock-b_wrapper .infoBlock-b_item .text {
	padding: 70px 110px 70px 135px;
	text-align: left;
}

.infoBlock-b.infoBlock-b--horizonte.infoBlock-b--bgText .infoBlock-b_wrapper .infoBlock-b_item {
	background-position: left center;
	background-size: contain;
	background-repeat: no-repeat;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	position: relative;
	overflow: hidden;
}

.infoBlock-b.infoBlock-b--horizonte.infoBlock-b--bgText .infoBlock-b_wrapper .infoBlock-b_item .pic {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
}

.infoBlock-b.infoBlock-b--horizonte.infoBlock-b--bgText .infoBlock-b_wrapper .infoBlock-b_item .pic .bg {
	background-position: left center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	min-height: auto;
	background-size: auto;
}

.infoBlock-b.infoBlock-b--horizonte.infoBlock-b--bgText .infoBlock-b_wrapper .infoBlock-b_item .text {
	position: relative;
	max-width: 400px;
	width: 100%;
	padding: 40px 0 40px 0;
	text-align: right;
	z-index: 1;
}

.infoBlock-b.infoBlock-b--horizonte.infoBlock-b--twoLeftRight {
	overflow: hidden;
}

.infoBlock-b.infoBlock-b--horizonte.infoBlock-b--twoLeftRight .infoBlock-b_wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -5px;
}

.infoBlock-b.infoBlock-b--horizonte.infoBlock-b--twoLeftRight .infoBlock-b_wrapper .infoBlock-b_item {
	position: relative;
	width: 50%;
	padding: 0 5px;
}

.infoBlock-b.infoBlock-b--horizonte.infoBlock-b--twoLeftRight .infoBlock-b_wrapper .infoBlock-b_item:first-child .text {
	text-align: right;
}

.infoBlock-b.infoBlock-b--horizonte.infoBlock-b--twoLeftRight .infoBlock-b_wrapper .infoBlock-b_item:last-child .text {
	text-align: left;
}

.infoBlock-b.infoBlock-b--horizonte.infoBlock-b--twoLeftRight .infoBlock-b_wrapper .infoBlock-b_item .pic {
	width: 100%;
}

.infoBlock-b.infoBlock-b--horizonte.infoBlock-b--twoLeftRight .infoBlock-b_wrapper .infoBlock-b_item .pic img {
	width: 100%;
}

.infoBlock-b.infoBlock-b--horizonte.infoBlock-b--twoLeftRight .infoBlock-b_wrapper .infoBlock-b_item .text {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 60px;

}


@media only screen and (max-width: 600px) {

.infoBlock-b.infoBlock-b--horizonte.infoBlock-b--twoLeftRight .infoBlock-b_wrapper .infoBlock-b_item .text {
	width: 100%;
	position: absolute;
	bottom: -41px !important;
	left: 0;
	padding: 60px;

}
}

.infoBlock-b.infoBlock-b--horizonte.infoBlock-b--twoLeftRight .infoBlock-b_wrapper .infoBlock-b_item .text .title {
	padding: 0;
	font-size: 24px;
	color: #fff;
	font-weight: 600;
}

.infoBlock-b.infoBlock-b--horizonte.infoBlock-b--twoLeftRight .infoBlock-b_wrapper .infoBlock-b_item .text .title .h4,
.infoBlock-b.infoBlock-b--horizonte.infoBlock-b--twoLeftRight .infoBlock-b_wrapper .infoBlock-b_item .text .title .h3,
.infoBlock-b.infoBlock-b--horizonte.infoBlock-b--twoLeftRight .infoBlock-b_wrapper .infoBlock-b_item .text .title .h2,
.infoBlock-b.infoBlock-b--horizonte.infoBlock-b--twoLeftRight .infoBlock-b_wrapper .infoBlock-b_item .text .title .h1,
.infoBlock-b.infoBlock-b--horizonte.infoBlock-b--twoLeftRight .infoBlock-b_wrapper .infoBlock-b_item .text .title h4,
.infoBlock-b.infoBlock-b--horizonte.infoBlock-b--twoLeftRight .infoBlock-b_wrapper .infoBlock-b_item .text .title h3,
.infoBlock-b.infoBlock-b--horizonte.infoBlock-b--twoLeftRight .infoBlock-b_wrapper .infoBlock-b_item .text .title h2,
.infoBlock-b.infoBlock-b--horizonte.infoBlock-b--twoLeftRight .infoBlock-b_wrapper .infoBlock-b_item .text .title h1 {
	font-size: 24px;
	color: #fff;
	font-weight: 600;
}

.infoBlock-b.infoBlock-b--horizonte .infoBlock-b_wrapper .infoBlock-b_item .pic {
	width: 60%;
}

.infoBlock-b.infoBlock-b--horizonte .infoBlock-b_wrapper .infoBlock-b_item .text {
	width: 40%;
}

.infoBlock-b.infoBlock-b--vertical.infoBlock--vertical_onlyText .infoBlock-b_wrapper .infoBlock-b_item .text {
	padding-right: 80px;
}

.infoBlock-b.infoBlock-b--vertical.infoBlock-b--vertical_2 .infoBlock-b_wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-left: -15px;
	margin-right: -15px;
	margin-bottom: -60px;
}

.infoBlock-b.infoBlock-b--vertical.infoBlock-b--vertical_2 .infoBlock-b_wrapper .infoBlock-b_item {
	width: 50%;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 60px;
}

.infoBlock-b.infoBlock-b--vertical.infoBlock-b--vertical_3 .infoBlock-b_wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-left: -10px;
	margin-right: -10px;
	margin-bottom: -60px;
}

.infoBlock-b.infoBlock-b--vertical.infoBlock-b--vertical_3 .infoBlock-b_wrapper .infoBlock-b_item {
	width: 33.33333%;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 60px;
}

.infoBlock-b.infoBlock-b--vertical .infoBlock-b_wrapper .infoBlock-b_item {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.infoBlock-b.infoBlock-b--vertical .infoBlock-b_wrapper .infoBlock-b_item .pic {
	padding-bottom: 56%;
	margin-bottom: 30px;
}

.infoBlock-b.infoBlock-b--vertical .infoBlock-b_wrapper .infoBlock-b_item .pic .bg {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	min-height: auto;
}

.infoBlock-b.infoBlock-b--vertical .infoBlock-b_wrapper .infoBlock-b_item .text {
	text-align: left;
	padding: 0;
}

.infoBlock-b.infoBlock-b--vertical .infoBlock-b_wrapper .infoBlock-b_item .text .title {
	font-size: 21px;
}

.infoBlock-b.infoBlock-b--vertical .infoBlock-b_wrapper .infoBlock-b_item .text .title .h6,
.infoBlock-b.infoBlock-b--vertical .infoBlock-b_wrapper .infoBlock-b_item .text .title .h5,
.infoBlock-b.infoBlock-b--vertical .infoBlock-b_wrapper .infoBlock-b_item .text .title .h4,
.infoBlock-b.infoBlock-b--vertical .infoBlock-b_wrapper .infoBlock-b_item .text .title .h3,
.infoBlock-b.infoBlock-b--vertical .infoBlock-b_wrapper .infoBlock-b_item .text .title .h2,
.infoBlock-b.infoBlock-b--vertical .infoBlock-b_wrapper .infoBlock-b_item .text .title .h1,
.infoBlock-b.infoBlock-b--vertical .infoBlock-b_wrapper .infoBlock-b_item .text .title h6,
.infoBlock-b.infoBlock-b--vertical .infoBlock-b_wrapper .infoBlock-b_item .text .title h5,
.infoBlock-b.infoBlock-b--vertical .infoBlock-b_wrapper .infoBlock-b_item .text .title h4,
.infoBlock-b.infoBlock-b--vertical .infoBlock-b_wrapper .infoBlock-b_item .text .title h3,
.infoBlock-b.infoBlock-b--vertical .infoBlock-b_wrapper .infoBlock-b_item .text .title h2,
.infoBlock-b.infoBlock-b--vertical .infoBlock-b_wrapper .infoBlock-b_item .text .title h1 {
	font-size: 21px;
}

.infoBlock-b.infoBlock-b--vertical .infoBlock-b_wrapper .infoBlock-b_item .text .control.control--link {
	font-size: 0;
}

.infoBlock-b.infoBlock-b--vertical .infoBlock-b_wrapper .infoBlock-b_item .text .control.control--link .btn_link {
	margin: 0 20px;
}

.infoBlock-b.infoBlock-b--vertical .infoBlock-b_wrapper .infoBlock-b_item .text .control.control--link .btn_link:last-child {
	margin-right: 0;
}

.infoBlock-b.infoBlock-b--vertical .infoBlock-b_wrapper .infoBlock-b_item .text .control.control--link .btn_link:first-child {
	margin-left: 0;
}

.infoBlock-b.infoBlock-b--vertical .infoBlock-b_wrapper .infoBlock-b_item .text .control.control--link .btn_link:first-child:before {
	display: none;
}

.infoBlock-b.infoBlock-b--vertical .infoBlock-b_wrapper .infoBlock-b_item .text .control.control--link .btn_link:before {
	content: "";
	height: 65%;
	width: 2px;
	display: block;
	position: absolute;
	background: #007ec3;
	left: -20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.infoBlock-b.infoBlock-b--vertical .infoBlock-b_wrapper .infoBlock-b_item .text .control .btn_link {
	position: relative;
	font-size: 13px;
	font-weight: 700;
	color: #007ec3;
	text-decoration: none;
	border-bottom: 1px solid transparent;
	-webkit-transition: border-color 0.2s ease;
	-o-transition: border-color 0.2s ease;
	transition: border-color 0.2s ease;
}

.infoBlock-b.infoBlock-b--vertical .infoBlock-b_wrapper .infoBlock-b_item .text .control .btn_link:hover {
	border-color: #007ec3;
}

.title-b {
	margin: 40px 0;
}

.title-b .title-b--wrapper {
	text-align: center;
	width: 100%;
	max-width: 700px;
	margin: 0 auto;
	line-height: 1.6;
}

.title-b .title-b--wrapper .h4,
.title-b .title-b--wrapper .h3,
.title-b .title-b--wrapper .h2,
.title-b .title-b--wrapper .h1,
.title-b .title-b--wrapper h4,
.title-b .title-b--wrapper h3,
.title-b .title-b--wrapper h2,
.title-b .title-b--wrapper h1 {
	font-size: 48px;
	color: #071b2e;
	font-weight: 600;
	margin: 10px 0;
	line-height: 1.2;
}

.title-b .title-b--wrapper .subtitle {
	font-size: 12px;
	color: #007ec3;
	font-weight: 600;
	text-transform: uppercase;
}

.title-b .title-b--wrapper p {
	color: #808080;
	font-size: 18px;
}

.title-b .title-b--wrapper .control {
	margin-top: 25px;
}

.map-b {
	width: 100%;
	position: relative;
	padding-bottom: 30px;
}

.map-b .map-b_wrapper {
	width: 100%;
	height: 500px;
}

.map-b .locInfo-b {
	background: #007ec3;
	color: #fff;
	width: 100%;
	max-width: 370px;
	position: absolute;
	top: -30px;
	right: 30px;
	padding: 60px;
}

.map-b .locInfo-b .title {
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 20px;
}

.map-b .locInfo-b .title .h4,
.map-b .locInfo-b .title .h3,
.map-b .locInfo-b .title .h2,
.map-b .locInfo-b .title .h1,
.map-b .locInfo-b .title h4,
.map-b .locInfo-b .title h3,
.map-b .locInfo-b .title h2,
.map-b .locInfo-b .title h1 {
	margin: 0;
	padding: 0;
	font-size: 30px;
	font-weight: 600;
}

.map-b .locInfo-b .description {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 30px;
}

.map-b .locInfo-b .description:last-child {
	margin-bottom: 0;
}

.map-b .locInfo-b .description .name {
	font-size: 12px;
	text-transform: uppercase;
	line-height: 1.5;
	width: 80px;
	font-weight: 600;
	padding-top: 5px;
}

.map-b .locInfo-b .description .text {
	color: #a9d4ec;
	font-size: 16px;
	width: calc(100% - 80px);
	padding-left: 20px;
}

.map-b .locInfo-b .description .text p {
	margin: 0;
}

.map-b .locInfo-b .description .text a {
	text-decoration: none;
	color: #a9d4ec;
	border-bottom: 1px solid transparent;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.map-b .locInfo-b .description .text a:hover {
	color: #fff;
	border-color: #fff;
}

.map-b iframe {
	width: 100%;
	height: 100%;
}

.contact_form #sendState,
.contact_form #sendStateQuestions
 {
	color: #002b53;
	padding: 5px 10px;
	border: 2px solid #007ec3;
	border-radius: 3px;
	margin-top: 20px;
	margin-bottom: 10px;
	text-align: center;
}

.contact_row .title-b {
	margin-top: 0;
	margin-bottom: 20px;
}

.contact_wrapper .wrapper {
	width: 1260px;
}

.contact_row {
	margin: 20px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.contact_row .item {
	width: 46%;
}

.contact_row .item p {
	margin-top: 0;
	color: #808080;
	font-size: 12px;
	line-height: 1.8;
}

.contact_row .item .title {
	font-size: 21px;
	color: #071b2e;
	font-weight: 600;
	text-align: left;
}

.contact_row .item a {
	display: inline-block;
	color: #808080;
	text-decoration: none;
	border-bottom: 1px solid transparent;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.contact_row .item a:hover {
	color: #007ec3;
	border-color: #007ec3;
}

.contact_row .item.item_flx {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-top: 15px;
}

.contact_row .item {
	margin-top: 30px;
}

.contact_row .item .field {
	margin-bottom: 20px;
}

.contact_row .item .field label {
	color: #808080;
	font-size: 16px;
}

.contact_row .item .field select,
.contact_row .item .field textarea,
.contact_row .item .field input {
	width: 100%;
	display: block;
	border: 1px solid #d4d4d4;
	border-radius: 4px;
	padding: 10px 10px;
	margin-top: 5px;
}

.contact_row .item .row {
	line-height: 1.8;
	margin-bottom: 30px;
}

.contact_form .title {
	margin-bottom: 15px;
}

.style_checkbox {
	position: relative;
}

.style_checkbox input[type=checkbox] {
	opacity: 0 !important;
}

.style_checkbox input[type=checkbox]:checked~span:before {
	background: #007ec3;
	border-color: #007ec3;
}

.style_checkbox input[type=checkbox]~span {
	cursor: pointer;
}

.style_checkbox input[type=checkbox]~span:before {
	content: "";
	width: 17px;
	height: 17px;
	position: absolute;
	border: 2px solid #d4d4d4;
	border-radius: 4px;
	left: 0;
	top: 15px;
	cursor: pointer;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.style_checkbox span {
	font-size: 14px;
	line-height: 1.5;
	display: block;
	color: #808080;
	margin-left: 30px;
}

.social-b {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.social-b .social_item {
	text-decoration: none !important;
	border: none !important;
	margin: 5px 10px;
}

.social-b .social_item:first-child {
	margin-left: 0;
}

.social-b .social_item:last-child {
	margin-right: 0;
}

.social-b .social_item.fb {
	width: 25px;
	height: 30px;
	background: url("img/icons/facebook.svg") center center no-repeat;
	background-size: contain;
}

.social-b .social_item.yt {
	width: 25px;
	height: 30px;
	background: url("img/icons/youtube.svg") center center no-repeat;
	background-size: contain;
}

.social-b .social_item.inst {
	width: 25px;
	height: 30px;
	background: url("img/icons/instagram.svg") center center no-repeat;
	background-size: contain;
}

.header-container .wrapper_second {
	width: 1260px;
}

.header-container {
	top: 0;
	left: 0;
	position: fixed;
	width: 100%;
	z-index: 100;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.header_wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 110px;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.header_logo {
	padding: 0;
	top: 15px;
	left: 15px;
	position: absolute;
	overflow: hidden;
	height: auto;
	z-index: 5;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	width: 88px;
}

.header_logo img {
	display: block;
	max-width: 100%;
}

.header_nav {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	align-self: flex-end;
}

.header_submenu .header_nav .menu_block {
	position: relative;
	padding: 0;
}
.header-bg .header_submenu {
	top: -100px
}
.header_nav .menu_block {
	margin: 0;
	padding: 0 0 20px 0;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.header_nav .menu_block li {
	font-weight: 600;
	font-size: 14px;
	text-transform: uppercase;
	color: #808080;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	margin: 0 30px;
}

.header_nav .menu_block li.active,
.header_nav .menu_block li.current-menu-item,
.header_nav .menu_block li:hover {
	color: #007ec3;
}

.header_nav .menu_block li.active a,
.header_nav .menu_block li.current-menu-item a,
.header_nav .menu_block li:hover a {
	color: #007ec3;
}

.header_nav .menu_block.menu_block--right a {
	padding-right: 0;
}

.header_nav .menu_block a {
	padding: 0 10px;
	text-decoration: none;
	color: #808080;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.header_submenu {
	position: fixed;
	width: 100%;
	z-index: 2;
	background: #ffffff;
	/* Old browsers */
	background: -webkit-gradient(linear, left top, right top, from(#ffffff), color-stop(40%, #ffffff), color-stop(70%, #eef3f6));
	background: -o-linear-gradient(left, #ffffff 0%, #ffffff 40%, #eef3f6 70%);
	background: linear-gradient(to right, #ffffff 0%, #ffffff 40%, #eef3f6 70%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eef3f6', GradientType=1);
	/* IE6-9 */
;
}

.header_submenu .header_nav {
	height: 60px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.top_banner {
	transition:all .5s ease-in-out;
	height: 0px;

	font-size: 16px !important;
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
		
	/*min-height: 70px;*/
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	z-index: -1;
}

.top_banner.active{
	padding: 10px 15px;
	height: auto;
	z-index: 101;
}	

.top_banner.green {
	background: #50c759;
	color: #fff;
}

.top_banner .btn{
	border:1px solid #007ec3;
	padding:6px;
}

.top_banner.green .btn {
	color: #fff;
	border-color: #fff;
}


.top_banner .text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size:16px;
}

.top_banner .control {
	margin: 0px 50px 0 40px;
}

.top_banner .close {
	background: url("img/icons/close.png") center center no-repeat;
	background-size: contain;
	width: 13px;
	height: 13px;
	display: block;
	position: absolute;
	right: 30px;
	cursor: pointer;
}

.mobile_control_header {
	display: none;
}
.mobile_hubm {
	/*display: none;*/
	position: relative;
	top: 0;
	right: 0;
	padding: 10px;
	background: #fff;
	width: 60px;
	height: 60px;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.mobile_hubm.open_bg {
	background: #007ec3;
}

.mobile_hubm.open_bg .menu_open_close span {
	background: #fff;
}

.menu_open_close {
	top: 10px;
	cursor: pointer;
	width: 25px;
	height: 20px;
	position: relative;
	margin: 0 auto;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	z-index: 150;
}

.menu_open_close.open span:nth-child(4),
.menu_open_close.open span:nth-child(1) {
	top: 18px;
	width: 0;
	left: 50%;
}

.menu_open_close.open span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.menu_open_close.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.menu_open_close span {
	display: block;
	position: absolute;
	height: 2px;
	width: 100%;
	background: #808080;
	border-radius: 0;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

.menu_open_close span:nth-child(1) {
	top: 0;
}

.menu_open_close span:nth-child(2),
.menu_open_close span:nth-child(3) {
	top: 8px;
}

.menu_open_close span:nth-child(4) {
	top: 16px;
}

.footer-container {
	background: #eef3f6;
	padding: 50px 0;
}

.footer-container .wrapper {
	width: 1260px;
}
.lang	{
	position: relative;
	width: 145px;
	height: 30px;
	background-color: #fff;
	padding: 0 36px 0 0;
	text-transform: uppercase;
	cursor: pointer;
}
.lang i:before	{
	content: "";
	width: 1px;
	height: 100%;
	position: absolute;
	left: -8px;
	top: 0;
	background: #d4d4d4;
}
.lang i	{
	width:25px;
	height:15px;
	display:block;
	position:absolute;
	right:6px;
	top:8px;
	background-image:url('img/flags_bot.png');
}
.lang span {
	top: 6px;
	position: relative;
	left: 10px;
}
#site_lang {
	cursor: pointer;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 2;
	border: none;
}
footer .nav {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 1.3;
}

footer .nav li {
	display: block;
	margin-bottom: 10px;
}

footer .nav a {
	display: inline-block;
	color: #808080;
	text-decoration: none;
	border-bottom: 1px solid transparent;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

footer .nav a:hover {
	color: #007ec3;
	border-color: #007ec3;
}

footer .nav.nav--horizone li {
	display: inline-block;
	margin: 0 20px;
}

footer .nav.nav--horizone li:first-child {
	margin-left: 0;
}

footer .nav.nav--horizone li:last-child {
	margin-right: 0;
}

.footer_wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.footer_wrapper .item {
	text-align: left;
	font-size: 14px;
	line-height: 1.3;
	color: #808080;
	width: 100%;
	max-width: 230px;
	margin-bottom: 30px;
	padding-right: 30px;
}

.footer_wrapper .item .social-b {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.footer_wrapper .item:last-child {
	padding-right: 0;
	max-width: 100px;
}

.footer_wrapper .item p {
	margin-top: 0;
	margin-bottom: 10px;
}

.footer_wrapper .item a {
	display: inline-block;
	color: #808080;
	text-decoration: none;
	border-bottom: 1px solid transparent;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	word-break: break-all;
}

.footer_wrapper .item a:hover {
	color: #007ec3;
	border-color: #007ec3;
}

.footer_wrapper .item .title {
	font-weight: 600;
	margin-bottom: 12px;
}

.footer_wrapper .item.logo {
	text-align: left;
	margin-right: auto;
}

.footer_wrapper .item.logo a {
	border: none;
	margin-bottom: 20px;
}

.copyright {
	font-size: 12px;
	line-height: 1.3;
	color: #808080;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

@media only screen and (min-width: 2200px) {
  .hero-b.hero-b--main, 
  .hero-b_section--main .hero-b.hero-b--page {height:860px;}
  .hero-b.hero-b--main .hero-b_wrapper .hero-b_item .text:before,
  .hero-b_section--main .hero-b.hero-b--page .hero-b_item .text:before {background-size:auto 100%;left:-340px;}
}

@media only screen and (min-width: 768px) {
	.tabsBlock-b .tabsBlock_wrapper select[name=tabsBlock_caption] {
		display: none;
	}
}

@media only screen and (min-width: 1025px) {
  .hero-b_section--main .hero-b_wrapper .hero-b_item .pic {
    width:90%;
  }
	.infoBlock-b.infoBlock-b--horizonte.infoBlock-b--right.infoBlock-b--bgText .infoBlock-b_wrapper .infoBlock-b_item .pic .bg {
		background-position: right center;
		right: 0;
		left: auto;
	}
	.infoBlock-b.infoBlock-b--horizonte.infoBlock-b--bgText .infoBlock-b_wrapper .infoBlock-b_item {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
	.infoBlock-b.infoBlock-b--horizonte.infoBlock-b--bgText .infoBlock-b_wrapper .infoBlock-b_item .text:after {
		content: '';
		position: absolute;
		background: #fff;
		width: 100%;
		height: 100%;
		display: block;
		top: 0;
		right: calc(-50% + 50px);
		z-index: -1;
	}
	.infoBlock-b.infoBlock-b--horizonte.infoBlock-b--bgText .infoBlock-b_wrapper .infoBlock-b_item .text:before {
		content: "";
		position: absolute;
		background: url(img/wave_bg_block-left.png) right center repeat-y;
		height: 100%;
		width: 100%;
		display: block;
		top: 0;
		left: calc(-50% - 50px);
		z-index: -1;
	}
	.header-container {
		background: #fff;
	}
	.header-container.header-bg {
		-webkit-box-shadow: 0 1px 5px rgba(160, 160, 160, 0.3);
		box-shadow: 0 1px 5px rgba(160, 160, 160, 0.3);
	}
	.header-container.header-bg .header_nav .menu_block {
		padding-bottom: 7px;
	}
	.header-container.header-bg .header_logo {
		/*height: 70px;*/
		/*top: 15px;*/
		/*left: -18px;*/
		/*display: none;*/
		top: -100px;
	}
	.header-container.header-bg .header_wrapper {
		height: 40px;
	}
	.header_nav .menu_block li:first-child {
		margin-left: 0;
	}
	.header_nav .menu_block li:last-child {
		margin-right: 0;
	}
	.header_nav .menu_block.menu_block--right {
		position: absolute;
		right: 15px;
	}
	body {
		padding-top: 110px;
	}
}

@media only screen and (min-width: 1200px) {
	.infoBlock-b.infoBlock-b--bigImg .infoBlock-b_wrapper .infoBlock-b_item {
		padding: 0;
	}
}

@media only screen and (max-width: 1600px) {
	.hero-b {
		/*margin: 0 -15px;*/
	}
	.infoBlock-b.infoBlock-b--bigImg {
		margin: 0 -15px;
	}
	.infoBlock-b.infoBlock-b--horizonte.infoBlock-b--twoLeftRight {
		margin: 0px -15px;
	}
}

@media only screen and (max-width: 1290px) {
	.contact_wrapper .wrapper {
		width: 990px;
	}
	.footer-container .wrapper {
		width: 990px;
	}
	.header-container .wrapper_second {
		width: 990px;
	}
}

@media only screen and (max-width: 1199px) {
	.wrapper {
		width: 990px;
	}
	.hero-b_wrapper .hero-b_item .text {
		margin-left: 60px;
	}
	.propertyBlock-b .propertyBlock_wrapper .item {
		width: calc(100% / 4);
	}
	.tabsBlock-b .tabsBlock_wrapper .tabsBlock_content .tab_item .tab_item_wrapper .description {
		padding-left: 40px;
		padding-right: 20px;
	}
	.infoBlock-b .infoBlock-b_wrapper .infoBlock-b_item .text {
		padding: 40px 60px 40px 60px;
	}
	.infoBlock-b.infoBlock-b--horizonte.infoBlock-b--right .infoBlock-b_wrapper .infoBlock-b_item .text {
		padding: 40px 60px 40px 60px;
	}
	.header_nav .menu_block li {
		margin: 0 10px;
	}
	.top_banner .control {
		margin: 0 50px 0 20px;
	}
	.footer_wrapper .item.logo {
		width: 100%;
		max-width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.footer_wrapper .item:last-child {
		padding-right: 0;
	}
	.footer_wrapper .item {
		max-width: 28%;
		padding-right: 20px;
	}
}

@media only screen and (max-width: 1024px) {
	.hero-b_section,
	.map-b_section,
	.propertyBlock-b_section,
	.tabsBlock-b_section,
	.infoBlock-b_section {
		margin: 40px 0;
	}
	.infoBlock-b.infoBlock-b--vertical .infoBlock-b_wrapper .infoBlock-b_item .text {
		padding: 10px 30px 0 30px;
	}
	.infoBlock-b .infoBlock-b_wrapper .infoBlock-b_item .text .control .btn:last-child {
		margin-bottom: 0;
	}
	.infoBlock-b .infoBlock-b_wrapper .infoBlock-b_item .text .control {
		margin-bottom: 0;
	}
	.infoBlock-b .infoBlock-b_wrapper .infoBlock-b_item .text .description p:last-child {
		margin-bottom: 0;
	}
	.hero-b.hero-b--main .hero-b_wrapper .hero-b_item .text {
		width: 100%;
		max-width: 440px;
		margin: 0;
		padding: 34px 40px 25px 40px;
	}
	.hero-b.hero-b--main .hero-b_wrapper .text {
		margin-left: 0;
		padding: 20px 10px 60px 20px;
		width: 50%;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		min-width: 180px;
	}
	.hero-b.hero-b--main .hero-b_wrapper .hero-b_item .pic {
		position: relative;
		padding-bottom: 65%;
	}
	.hero-b.hero-b--page.hero-b--page_section .hero-b_wrapper .hero-b_item .pic {
		position: relative;
		padding-bottom: 56.25%;
		min-height: 130px;
	}
	.hero-b.hero-b--page .hero-b_wrapper .hero-b_item .pic {
		position: relative;
		padding-bottom: 65%;
		/*min-height: 130px;*/
	}
	.hero-b.hero-b--page .hero-b_wrapper .hero-b_item .pic:before {
		/*content: "";*/
		/*background: url(img/wave_big_bg_block1.png) left -50px center repeat-y;*/
		/*background-size: contain;*/
		/*left: -1px;*/
		/*position: absolute;*/
		/*width: 100%;*/
		/*height: 101%;*/
		/*z-index: 2;*/
		/*top: -1px;*/
		/*opacity: 0.98;*/
	}
	.hero-b.hero-b--main {
		height: auto;
	}
	.header-container {
		background: #fff;
	}
	body {
		padding-top: 80px;
	}
	.hero-b_section.hero-b_section--main {
		margin: 0 0 40px;
	}
	.hero-b.hero-b--main {
		height: auto;
	}
	.hero-b.hero-b--main .hero-b_wrapper .hero-b_item .text {
		width: 100%;
		max-width: 440px;
		margin: 0;
		padding: 34px 40px 25px 40px;
	}
	.map-b {
		padding-bottom: 0;
	}
	.infoBlock-b.infoBlock-b--vertical.infoBlock-b--vertical_2 .infoBlock-b_wrapper,
	.infoBlock-b.infoBlock-b--vertical.infoBlock-b--vertical_3 .infoBlock-b_wrapper {
		margin-bottom: -40px;
	}
	.hero_info_label-b .hero_info_label-b_wrapper {
		margin-top: 40px;
	}

	.header-container.header-bg_mob {
		background: #fff;
		padding-bottom: 40px;
	}
	.header_submenu {
		/*width: 100%;*/		
	}
	body.banner-on {
		padding-top: 150px;
	}
	.hero-b.hero-b--page .hero-b_wrapper .hero-b_item .pic .bg {
		background-size: cover;
	}
	.hero-b.hero-b--page.hero-b--page_section .hero-b_wrapper .hero-b_item .text {
		padding: 35px 40px 0 40px;
	}
	.hero-b.hero-b--page.hero-b--page_section .hero-b_wrapper .hero-b_item .text .control .btn:last-child{
		margin-bottom: 0;
	}
	.hero-b.hero-b--page.hero-b--page_section .hero-b_wrapper .hero-b_item .text .control {
		margin-bottom: 0;
	}
	.hero-b.hero-b--page .hero-b_wrapper .hero-b_item .control .btn:last-child{
		margin-bottom: 0;
	}
	.hero-b.hero-b--page .hero-b_wrapper .hero-b_item .control {
		margin-bottom: 0;
	}
	.hero-b.hero-b--page .hero-b_wrapper .hero-b_item .text {
		width: 100%;
		max-width: 100%;
		margin: 0;
		padding: 34px 40px 0 40px;
	}
	.hero-b.hero-b--main .hero-b_wrapper .text {
		margin-left: 0;
		padding: 20px 10px 60px 20px;
		width: 50%;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		min-width: 180px;
	}
	.hero-b.hero-b--main .hero-b_wrapper .text:after {
		background: rgba(255, 255, 255, 0.95);
	}
	.hero_info_label-b.wrapper {
		padding: 0;
	}
	.hero_info_label-b.hero_info_label-b--up {
		/*margin-top: -35px;*/
		margin-top: -40px;
		margin-bottom: -18px;
	}
	.infoBlock-b .infoBlock-b_wrapper .infoBlock-b_item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.infoBlock-b.infoBlock-b--horizonte.infoBlock-b--right .infoBlock-b_wrapper .infoBlock-b_item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.infoBlock-b .infoBlock-b_wrapper .infoBlock-b_item .text {
		padding: 15px 25px 0 25px;
		text-align: left;
	}
	.infoBlock-b.infoBlock-b--horizonte.infoBlock-b--right .infoBlock-b_wrapper .infoBlock-b_item .text {
		padding: 34px 25px 0 25px;
	}
	.infoBlock-b.infoBlock-b--horizonte.infoBlock-b--bgText .infoBlock-b_wrapper .infoBlock-b_item .pic {
		position: relative;
	}
	.infoBlock-b.infoBlock-b--horizonte.infoBlock-b--bgText .infoBlock-b_wrapper .infoBlock-b_item .pic:before {
		content: "";
		background: url(img/wave_bg_block.png) left -50px center repeat-y;
		background-size: contain;
		left: -1px;
		position: absolute;
		width: 100%;
		height: 101%;
		z-index: 1;
		top: -1px;
	}
	.infoBlock-b.infoBlock-b--horizonte.infoBlock-b--bgText .infoBlock-b_wrapper .infoBlock-b_item .pic .bg {
		position: relative;
		padding-bottom: 55%;
		background-position: center center;
		background-size: cover;
	}
	.infoBlock-b.infoBlock-b--horizonte.infoBlock-b--bgText .infoBlock-b_wrapper .infoBlock-b_item .text {
		padding: 15px 0;
		text-align: left;
		max-width: 550px;
	}
	.infoBlock-b.infoBlock-b--horizonte.infoBlock-b--twoLeftRight .infoBlock-b_wrapper .infoBlock-b_item {
		width: 100%;
		margin: 5px 0;
	}
	.infoBlock-b.infoBlock-b--horizonte.infoBlock-b--twoLeftRight .infoBlock-b_wrapper .infoBlock-b_item:first-child .text {
		text-align: left;
	}
	.infoBlock-b.infoBlock-b--horizonte .infoBlock-b_wrapper .infoBlock-b_item .pic {
		width: 100%;
	}
	.hero-b_wrapper .hero-b_item .text .subtitle p {
		margin: 0 0 15px 0;
	}
	.infoBlock-b.infoBlock-b--horizonte .infoBlock-b_wrapper .infoBlock-b_item .text {
		width: 100%;
		padding-top: 35px;
	}
	.infoBlock-b.infoBlock-b--vertical.infoBlock--vertical_onlyText .infoBlock-b_wrapper .infoBlock-b_item .text {
		padding-right: 0;
	}
	.infoBlock-b.infoBlock-b--vertical.infoBlock-b--vertical_2 .infoBlock-b_wrapper .infoBlock-b_item {
		width: 100%;
		padding-bottom: 40px;
	}
	.infoBlock-b.infoBlock-b--vertical.infoBlock-b--vertical_3 .infoBlock-b_wrapper .infoBlock-b_item {
		width: 100%;
		padding-bottom: 40px;
	}
	.header-container.header-bg .header_logo {
		width: 62px;
	}
	.header_wrapper {
		height: 80px;
		padding: 10px 0;
	}
	.header_logo {
		padding: 0;
		top: 9px;
		left: 15px;
		/*width: 72px;*/
		width: 62px;
	}
	
	.header_nav {
		display: none;
		position: fixed;
		height: 100%;
		background: url("img/menu_bg.jpg") top center no-repeat, #fff;
		background-size: cover;
		width: 100%;
		top: 0;
		left: 0;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

  	/* @media screen and (max-width:1024px) {
		.header_nav{
			min-height: 515px;
		}
	}  */

	.header_nav .menu_block {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		text-align: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 0;
	}
	.header_nav .menu_block li {
		margin: 15px 10px;
		font-size: 20px;
	}
	.top_banner {
		font-size: 16px;
		line-height: 1.3;
	}
	.mobile_control_header .tel a{
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
	}
	.mobile_control_header .tel:before {
		content: "";
		height: 160%;
		width: 1px;
		background: #e8e8e8;
		right: -15px;
		display: block;
		position: absolute;
		top: -10px;
	}
	.mobile_control_header .tel {
		background: url(img/icons/phone.svg) center center no-repeat;
		display: block;
		width: 30px;
		height: 30px;
		position: relative;
		margin: 0 15px;
	}
	.mobile_control_header {
		top: 50%;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		position: absolute;
		right: 0;
	}
	.contact_wrapper .wrapper {
		width: 100%;
	}
	.footer-container .wrapper {
		width: 100%;
	}
	.header-container .wrapper_second {
		width: 100%;
	}
	.wrapper {
		width: 100%;
	}
	.hero-b_section--main .hero-b.hero-b--page {
		height: auto;
	}
	.infoBlock-b .infoBlock-b_wrapper .infoBlock-b_item .pic .bg {
		min-height: auto;
		padding-bottom: 56%;
	}
}

@media only screen and (max-width: 991px) {
	.hero_info_label-b .hero_info_label-b_wrapper {
		padding: 25px 40px;
	}
	.hero_info_label-b .hero_info_label-b_wrapper .hero_info_label_price .item .name_add {
		font-size: 14px;
	}
	.hero_info_label-b .hero_info_label-b_wrapper .hero_info_label_price .item {
		font-size: 22px;
		padding: 0 10px;
	}
	.contact_row .item .row {
		margin-bottom: 15px;
	}
	.contact_row .item.item_flx {
		padding-top: 0;
	}
	.contact_row .title-b .title-b--wrapper {
		width: 100%;
		min-width: 100%;
	}
	.contact_row .item {
		width: 100%;
	}
	.header_nav .menu_block li {
		font-size: 18px;
	}
	.footer_wrapper .item {
		width: 100%;
		/*max-width: 50%;*/
	}
	.hero-b.hero-b--page.hero-b--page_section .hero-b_wrapper .hero-b_item .title {
		font-size: 28px;
	}
	.hero-b.hero-b--page.hero-b--page_section .hero-b_wrapper .hero-b_item .title .h4,
	.hero-b.hero-b--page.hero-b--page_section .hero-b_wrapper .hero-b_item .title .h3,
	.hero-b.hero-b--page.hero-b--page_section .hero-b_wrapper .hero-b_item .title .h2,
	.hero-b.hero-b--page.hero-b--page_section .hero-b_wrapper .hero-b_item .title .h1,
	.hero-b.hero-b--page.hero-b--page_section .hero-b_wrapper .hero-b_item .title h4,
	.hero-b.hero-b--page.hero-b--page_section .hero-b_wrapper .hero-b_item .title h3,
	.hero-b.hero-b--page.hero-b--page_section .hero-b_wrapper .hero-b_item .title h2,
	.hero-b.hero-b--page.hero-b--page_section .hero-b_wrapper .hero-b_item .title h1 {
		font-size: 28px;
	}
	/*.hero-b.hero-b--page .hero-b_wrapper .hero-b_item .text:after {*/
	/*	background: rgba(255, 255, 255, 0.96);*/
	/*}*/
	/*.hero-b.hero-b--main .hero-b_wrapper .text:after {*/
	/*	background: rgba(255, 255, 255, 0.96);*/
	/*}*/
	.hero-b_wrapper .hero-b_item .text {
		/*max-width: 350px;*/
		margin-left: 30px;
	}
	.hero-b_wrapper .hero-b_item .text .title {
		line-height: 1;
		font-size: 32px;
	}
	.hero-b_wrapper .hero-b_item .text .title .h4,
	.hero-b_wrapper .hero-b_item .text .title .h3,
	.hero-b_wrapper .hero-b_item .text .title .h2,
	.hero-b_wrapper .hero-b_item .text .title .h1,
	.hero-b_wrapper .hero-b_item .text .title h4,
	.hero-b_wrapper .hero-b_item .text .title h3,
	.hero-b_wrapper .hero-b_item .text .title h2,
	.hero-b_wrapper .hero-b_item .text .title h1 {
		line-height: 1;
		font-size: 32px;
	}
	.propertyBlock-b .propertyBlock_wrapper .item {
		width: calc(100% / 3);
		padding: 0 30px 20px 30px;
	}
	.tabsBlock-b .tabsBlock_wrapper {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	.tabsBlock-b .tabsBlock_wrapper .tabsBlock_caption {
		position: -webkit-sticky;
		position: sticky;
		top: 100px;
	}
	.tabsBlock-b .tabsBlock_wrapper .tabsBlock_content .tab_item .tab_item_wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.tabsBlock-b .tabsBlock_wrapper .tabsBlock_content .tab_item .tab_item_wrapper .pic {
		width: 60%;
	}
	.tabsBlock-b .tabsBlock_wrapper .tabsBlock_content .tab_item .tab_item_wrapper .description {
		width: 100%;
	}
	.infoBlock-b.infoBlock-b--slider .infoBlock-b_wrapper .infoBlock-b_item .infoBlock-b--slider_swiper .swiper-slide.video-slide .video-slide_icon {
		width: 64px;
		height: 64px;
		top: calc(50% - 40px);
	}
	.infoBlock-b.infoBlock-b--slider .infoBlock-b_wrapper .infoBlock-b_item .infoBlock-b--slider_swiper .bg {
		min-height: auto;
		padding-bottom: 56%;
	}
	.infoBlock-b.infoBlock-b--slider .infoBlock-b_wrapper .infoBlock-b_item .infoBlock-b--slider_swiper .swiper_control_wrapper {
		padding: 10px 20px;
	}
	.infoBlock-b.infoBlock-b--slider .infoBlock-b_wrapper .infoBlock-b_item .infoBlock-b--slider_swiper .swiper_control {
		bottom: 15px;
	}

	/*.infoBlock-b .infoBlock-b_wrapper .infoBlock-b_item .text {*/
	/*	padding: 30px;*/
	/*}*/
	.infoBlock-b .infoBlock-b_wrapper .infoBlock-b_item .text .title {
		font-size: 24px;
	}
	.infoBlock-b .infoBlock-b_wrapper .infoBlock-b_item .text .title .h6,
	.infoBlock-b .infoBlock-b_wrapper .infoBlock-b_item .text .title .h5,
	.infoBlock-b .infoBlock-b_wrapper .infoBlock-b_item .text .title .h4,
	.infoBlock-b .infoBlock-b_wrapper .infoBlock-b_item .text .title .h3,
	.infoBlock-b .infoBlock-b_wrapper .infoBlock-b_item .text .title .h2,
	.infoBlock-b .infoBlock-b_wrapper .infoBlock-b_item .text .title .h1,
	.infoBlock-b .infoBlock-b_wrapper .infoBlock-b_item .text .title h6,
	.infoBlock-b .infoBlock-b_wrapper .infoBlock-b_item .text .title h5,
	.infoBlock-b .infoBlock-b_wrapper .infoBlock-b_item .text .title h4,
	.infoBlock-b .infoBlock-b_wrapper .infoBlock-b_item .text .title h3,
	.infoBlock-b .infoBlock-b_wrapper .infoBlock-b_item .text .title h2,
	.infoBlock-b .infoBlock-b_wrapper .infoBlock-b_item .text .title h1 {
		font-size: 24px;
	}
	/*.infoBlock-b.infoBlock-b--bigImg .infoBlock-b_wrapper .infoBlock-b_item {*/
	/*	height: auto;*/
	/*	padding-bottom: 56%;*/
	/*}*/
	/*.infoBlock-b.infoBlock-b--bigImg .infoBlock-b_wrapper .infoBlock-b_item .text {*/
	/*	padding: 40px 0;*/
	/*}*/
	/*.infoBlock-b.infoBlock-b--horizonte.infoBlock-b--right .infoBlock-b_wrapper .infoBlock-b_item .text {*/
	/*	padding: 30px;*/
	/*}*/
	/*.infoBlock-b.infoBlock-b--horizonte.infoBlock-b--twoLeftRight .infoBlock-b_wrapper .infoBlock-b_item .pic .bg {*/
	/*	padding-bottom: 70%;*/
	/*	min-height: auto;*/
	/*}*/
	/*.infoBlock-b.infoBlock-b--horizonte.infoBlock-b--twoLeftRight .infoBlock-b_wrapper .infoBlock-b_item .text {*/
	/*	padding: 30px;*/
	/*}*/
	/*.infoBlock-b.infoBlock-b--vertical.infoBlock-b--vertical_3 .infoBlock-b_wrapper .infoBlock-b_item {*/
	/*	width: 50%;*/
	/*}*/
	.map-b .locInfo-b {
		max-width: 320px;
		padding: 30px;
		top: -20px;
		right: 20px;
	}
	.footer_wrapper .item .social-b {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		margin-bottom: 20px;
	}
	.footer_wrapper .item {
		text-align: left;
	}
	.footer_wrapper .item.logo {
		padding: 0;
		margin-right: auto;
		margin-left: auto;
		width: 100%;
		max-width: 100%;
	}
}

@media only screen and (max-width: 767px) {
	.hero-b_wrapper .hero-b_item .text .control {
		min-width: auto;
	}
	.hero-b.hero-b--main .hero-b_wrapper .hero-b_item .pic {
		padding-bottom: 85%;
	}
	.hero-b.hero-b--page .hero-b_wrapper .hero-b_item .pic {
		position: relative;
		padding-bottom: 85%;
	}
	.infoBlock-b.infoBlock-b--slider .infoBlock-b_wrapper .infoBlock-b_item .infoBlock-b--slider_swiper .swiper_control .swiper-pagination {
		padding: 0 15px;
	}

	.contact_wrapper .wrapper {
		width: 100%;
	}
	.footer-container .wrapper {
		width: 100%;
	}
	.header-container .wrapper_second {
		width: 100%;
	}
	.wrapper {
		width: 100%;
	}

	.hero-b.hero-b--page.hero-b--page_section .hero-b_wrapper .hero-b_item .title {
		font-size: 26px;
	}
	.hero-b.hero-b--page.hero-b--page_section .hero-b_wrapper .hero-b_item .title .h4,
	.hero-b.hero-b--page.hero-b--page_section .hero-b_wrapper .hero-b_item .title .h3,
	.hero-b.hero-b--page.hero-b--page_section .hero-b_wrapper .hero-b_item .title .h2,
	.hero-b.hero-b--page.hero-b--page_section .hero-b_wrapper .hero-b_item .title .h1,
	.hero-b.hero-b--page.hero-b--page_section .hero-b_wrapper .hero-b_item .title h4,
	.hero-b.hero-b--page.hero-b--page_section .hero-b_wrapper .hero-b_item .title h3,
	.hero-b.hero-b--page.hero-b--page_section .hero-b_wrapper .hero-b_item .title h2,
	.hero-b.hero-b--page.hero-b--page_section .hero-b_wrapper .hero-b_item .title h1 {
		font-size: 26px;
	}

	.hero_info_label-b.hero_info_label-b--up .hero_info_label-b_wrapper,
	.hero_info_label-b .hero_info_label-b_wrapper {
		padding: 40px 30px;
	}
	.hero_info_label-b .hero_info_label-b_wrapper .hero_info_label_price {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin: 0;
	}
	.hero_info_label-b .hero_info_label-b_wrapper .hero_info_label_price .item {
		padding: 0;
		font-size: 16px;
	}
	.hero_info_label-b .hero_info_label-b_wrapper .hero_info_label_price .item .name {
		min-width: 75px;
		display: inline-block;
	}
	.hero_info_label-b .hero_info_label-b_wrapper .title {
		font-size: 18px;
	}
	.hero_info_label-b .hero_info_label-b_wrapper .title .h4,
	.hero_info_label-b .hero_info_label-b_wrapper .title .h3,
	.hero_info_label-b .hero_info_label-b_wrapper .title .h2,
	.hero_info_label-b .hero_info_label-b_wrapper .title .h1,
	.hero_info_label-b .hero_info_label-b_wrapper .title h4,
	.hero_info_label-b .hero_info_label-b_wrapper .title h3,
	.hero_info_label-b .hero_info_label-b_wrapper .title h2,
	.hero_info_label-b .hero_info_label-b_wrapper .title h1 {
		font-size: 18px;
	}
	.hero-b_wrapper .hero-b_item .text .title {
		font-size: 26px;
	}
	.hero-b_wrapper .hero-b_item .text .title .h4,
	.hero-b_wrapper .hero-b_item .text .title .h3,
	.hero-b_wrapper .hero-b_item .text .title .h2,
	.hero-b_wrapper .hero-b_item .text .title .h1,
	.hero-b_wrapper .hero-b_item .text .title h4,
	.hero-b_wrapper .hero-b_item .text .title h3,
	.hero-b_wrapper .hero-b_item .text .title h2,
	.hero-b_wrapper .hero-b_item .text .title h1 {
		font-size: 26px;
	}
	.hero-b_wrapper .hero-b_item .text .description {
		font-size: 16px;
		letter-spacing: -0.025em;
	}
	.tabsBlock-b .tabsBlock_wrapper .tabsBlock_caption {
		display: none;
	}
	.tabsBlock-b .tabsBlock_wrapper .tabsBlock_content {
		width: 100%;
		border: none;
	}
	.tabsBlock-b .tabsBlock_wrapper .tabsBlock_content .tab_item .tab_item_wrapper .pic {
		width: 100%;
	}
	.tabsBlock-b .tabsBlock_wrapper .tabsBlock_content .tab_item .tab_item_wrapper .description {
		padding-left: 10px;
		padding-right: 10px;
	}
	.infoBlock-b.infoBlock-b--slider .infoBlock-b_wrapper .infoBlock-b_item .infoBlock-b--slider_swiper .swiper_control_wrapper {
		width: 100%;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding: 10px 10px;
	}
	.infoBlock-b.infoBlock-b--slider .infoBlock-b_wrapper .infoBlock-b_item .infoBlock-b--slider_swiper .swiper_control .swiper-pagination .swiper-pagination-bullet {
		margin: 5px 6px;
	}
	.infoBlock-b.infoBlock-b--slider .infoBlock-b_wrapper .infoBlock-b_item .infoBlock-b--slider_swiper .swiper_control {
		position: relative;
		bottom: 0;
		width: 100%;
	}

	.title-b .title-b--wrapper .h4,
	.title-b .title-b--wrapper .h3,
	.title-b .title-b--wrapper .h2,
	.title-b .title-b--wrapper .h1,
	.title-b .title-b--wrapper h4,
	.title-b .title-b--wrapper h3,
	.title-b .title-b--wrapper h2,
	.title-b .title-b--wrapper h1 {
		font-size: 34px;
	}
	.title-b .title-b--wrapper p {
		font-size: 16px;
	}
	.map-b .map-b_wrapper {
		margin: 0 -15px;
		width: calc(100% + 30px);
	}
	.map-b .locInfo-b {
		max-width: 100%;
		padding: 30px;
		top: /*3*/0px;
		right: 0;
		margin: -30px 0 0;
		position: relative;
	}
	.map-b .locInfo-b .title .h4,
	.map-b .locInfo-b .title .h3,
	.map-b .locInfo-b .title .h2,
	.map-b .locInfo-b .title .h1,
	.map-b .locInfo-b .title h4,
	.map-b .locInfo-b .title h3,
	.map-b .locInfo-b .title h2,
	.map-b .locInfo-b .title h1 {
		font-size: 24px;
	}
	.contact_form .item:last-child .title {
		display: none;
	}
	.contact_form .item {
		margin-top: 0;
	}
	.contact_wrapper {
		padding-top: 10px;
	}
	.footer-container {
		padding-bottom: 20px;
		margin-top: 10px;
	}
	.footer_wrapper .item:last-child,
	.footer_wrapper .item {
		width: 50%;
		margin-bottom: 15px;
		padding-right: 15px;
		max-width: 100%;
	}
	.footer_wrapper .item.logo {
		margin-bottom: 30px;
	}
	.copyright {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	.copyright .item {
		margin: 5px 0;
	}
}

@media only screen and (max-width: 575px) {
	.header_nav .menu_block li {
		font-size: 16px;
	}
	.hero_info_label-b .hero_info_label-b_wrapper {
		padding: 20px;
	}
	.hero-b.hero-b--page .hero-b_wrapper .hero-b_item .text:before,
	.hero-b.hero-b--page .hero-b_wrapper .hero-b_item .text:after {
		display: none;
	}
	.hero-b.hero-b--main .hero-b_wrapper .hero-b_item .text .description {
		display: none;
	}
	.hero-b.hero-b--main .hero-b_wrapper .hero-b_item .text .control .btn {
		padding-left: 0;
		padding-right: 0;
		width: 135px;
		min-width: 135px;
	}
	.hero-b.hero-b--main .hero-b_wrapper .hero-b_item .text .control {
		width: 135px;
	}
	.hero-b.hero-b--main .hero-b_wrapper .text {
		padding: 20px 10px 100px 30px;
	}
	.hero-b_wrapper .hero-b_item .text .title .h4,
	.hero-b_wrapper .hero-b_item .text .title .h3,
	.hero-b_wrapper .hero-b_item .text .title .h2,
	.hero-b_wrapper .hero-b_item .text .title .h1,
	.hero-b_wrapper .hero-b_item .text .title h4,
	.hero-b_wrapper .hero-b_item .text .title h3,
	.hero-b_wrapper .hero-b_item .text .title h2,
	.hero-b_wrapper .hero-b_item .text .title h1 {
		line-height: 1.2;
	}
	.hero-b.hero-b--main .hero-b_wrapper .text:before {
		left: -380px;
	}
	.hero-b.hero-b--main .hero-b_wrapper .text:after {
		left: calc(-50% + -20px);
	}
	.hero-b_wrapper .hero-b_item .text .control .btn {
		/*width: 100%;*/
		margin-left: 0;
		margin-right: 0;
	}
	.propertyBlock-b .propertyBlock_wrapper .item {
		width: calc(100% / 2);
		padding: 0 15px 20px 15px;
	}
	.title-b .title-b--wrapper .control .btn {
		margin-left: 0;
		margin-right: 0;
		width: 100%;
	}
	.contact_row .item .field button {
		width: 100%;
	}
	.top_banner .text {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		text-align: center;
		padding: 0 15px;
	}
	.top_banner .control {
		margin: 7px 10px 0 10px;
	}
	.top_banner .control .btn {
		padding: 10px;
		min-width: 100px;
	}
	.top_banner .close {
		right: 15px;
	}
}

@media only screen and (max-width: 560px) {
  .heropic_desktop {display:none;}
  .heropic_mobile {display:block;}
}

@media only screen and (max-width: 480px) {
	.header_nav .menu_block li {
		font-size: 14px;
	}
	.contact_row .item.item_flx .row {
		width: 100%;
	}
	.hero-b.hero-b--main .hero-b_wrapper .text:after {
		background: rgba(255, 255, 255, 0.91);
	}
}

@media only screen and (max-width: 375px) {
	.hero_info_label-b .hero_info_label-b_wrapper .hero_info_label_price .item .name {
		font-size: 11px;
	}
	.hero_info_label-b .hero_info_label-b_wrapper .hero_info_label_price .item .name_add {
		font-size: 15px;
	}
	.hero_info_label-b .hero_info_label-b_wrapper .hero_info_label_price .item {
		font-size: 13px;
	}
	.hero_info_label-b .hero_info_label-b_wrapper {
		padding: 25px;
	}
	.infoBlock-b.infoBlock-b--horizonte.infoBlock-b--twoLeftRight .infoBlock-b_wrapper .infoBlock-b_item .text .title {
		font-size: 21px;
	}
	.infoBlock-b.infoBlock-b--horizonte.infoBlock-b--twoLeftRight .infoBlock-b_wrapper .infoBlock-b_item .text .title .h4,
	.infoBlock-b.infoBlock-b--horizonte.infoBlock-b--twoLeftRight .infoBlock-b_wrapper .infoBlock-b_item .text .title .h3,
	.infoBlock-b.infoBlock-b--horizonte.infoBlock-b--twoLeftRight .infoBlock-b_wrapper .infoBlock-b_item .text .title .h2,
	.infoBlock-b.infoBlock-b--horizonte.infoBlock-b--twoLeftRight .infoBlock-b_wrapper .infoBlock-b_item .text .title .h1,
	.infoBlock-b.infoBlock-b--horizonte.infoBlock-b--twoLeftRight .infoBlock-b_wrapper .infoBlock-b_item .text .title h4,
	.infoBlock-b.infoBlock-b--horizonte.infoBlock-b--twoLeftRight .infoBlock-b_wrapper .infoBlock-b_item .text .title h3,
	.infoBlock-b.infoBlock-b--horizonte.infoBlock-b--twoLeftRight .infoBlock-b_wrapper .infoBlock-b_item .text .title h2,
	.infoBlock-b.infoBlock-b--horizonte.infoBlock-b--twoLeftRight .infoBlock-b_wrapper .infoBlock-b_item .text .title h1 {
		font-size: 21px;
	}
	.map-b .locInfo-b {
		padding: 20px;
	}
	.map-b .locInfo-b .description .text {
		font-size: 14px;
	}
}

@media print {
	*,
	*:before,
	*:after {
		background: transparent !important;
		color: #000 !important;
		/* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
		-webkit-box-shadow: none !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}
	a,
	a:visited {
		text-decoration: underline;
	}
	a[href]:after {
		content: " (" attr(href) ")";
	}
	abbr[title]:after {
		content: " (" attr(title) ")";
	}
	/*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
	a[href^="#"]:after,
	a[href^="javascript:"]:after {
		content: "";
	}
	pre {
		white-space: pre-wrap !important;
	}
	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}
	/*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */
	thead {
		display: table-header-group;
	}
	tr,
	img {
		page-break-inside: avoid;
	}
	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}
	h2,
	h3 {
		page-break-after: avoid;
	}
}

@media only screen and (max-height: 475px) {
	.header_nav .menu_block li {
		margin-top: 10px;
		margin-bottom: 10px;
	}
}

/* Swiper js CSS */
.swiper-button-prev-demo,
.swiper-button-next-demo, .swiper-pagination-demo {
  display: none;
}



span.swiper-pagination-bullet {
    background: #fff !important;
	opacity: 1;
}

span.swiper-pagination-bullet-active {
    background: #0078bf !important;
}

.swiper-button-prev, .swiper-button-next{
	color: #fff !important;
}


.title-gallery h2 {
	color: white;
	position: absolute;
	text-align: left;
	font-size: 30px;
    margin-top:42%;
    margin-left: 100px;
	font-weight:600;
    
}


.title-gallery p {
	color: white;
	text-align: left;
	position: absolute;
	
    margin-top: 45%;
    margin-left: 100px;
}

.title-gallery p:empty {
	display: none;
}

@media only screen and (max-width: 768px) {
 .title-gallery h2 {
	color: white;
	position: absolute;
	text-align: center;
	font-size: 30px;
    margin-top:18%;
    margin-left: 25%;
	 font-weight:600;
    
}


.title-gallery p {
	color: white;
	text-align: center;
	position: absolute;
	
    margin-top: 23%;
    margin-left: 25%;
}
}

@media only screen and (max-width: 600px) {
 .title-gallery h2 {
	color: white;
	position: absolute;
	text-align: center;
	font-size: 30px;
    margin-top:18%;
    margin-left: 12%;
	 font-weight:600;
    
}


.title-gallery p {
	color: white;
	text-align: center;
	position: absolute;
	
    margin-top: 25%;
    margin-left: 10%;
}
}

@media screen and (min-width: 768px) {
	#contact_form{
		margin-top: -75px !important;
	}
}


section#horse-part{
	margin: 0px 0px -25px 0px;
}


@media only screen and (min-width: 1441px) {
  section#horse-part {
    margin: 0px 0px -4px 0px;
}
}


@media only screen and (max-width: 767px){
.infoBlock-b.infoBlock-b--slider .infoBlock-b_wrapper .infoBlock-b_item .infoBlock-b--slider_swiper .swiper_control {
    position: relative;
    bottom: 0;
    width: 100%;
    margin-top: -61px;
}	
	span.expander.slide_goTo{
		display:none !important;
	}
	
}

@media only screen and (max-width: 1024px){
	.hero-b_wrapper .hero-b_item .text .subtitle p {
    margin: 0 0 0px 0;
}
	
	.hero-b_wrapper .hero-b_item .text .control {
    margin: 0px 0;
    min-width: 345px;
    /* max-width: 100%; */
}
}

.subtitle P{
	margin-bottom: 3px;
	margin-left:5px;
}
.control .btn{
	margin : 0px !important;
}

.description p {
	    margin-bottom: 5px;
    margin-top: 0px;
}


.header_submenu {
	top:50px;
	z-index: -1;
	opacity: 0;
	
	transition: all .3s ease 0s;	
}
.header_submenu .menu_block {
	padding-bottom:0 !important;
}

.header_submenu.active{
	top:110px;
	opacity: 1;
	z-index: 0;
}  

.header-bg .header_submenu.active{
	top:40px;
}
.header-bg .header_submenu .header_nav{
	height: 40px;
}



html{
	overflow-x: hidden;	
}

.header_nav .menu_block{
	padding-bottom: 0 !important;
}

@media screen and (min-width:1024px){
	.header_nav .menu-item{
		padding-bottom:20px; 
   }	
   .header-bg .header_nav .menu-item{
	padding-bottom:7px; 
	}
}



@media screen and (min-width:1024px){
	.wrapper_third::after{
		content:'';
		position: absolute;
		top:0;
		left:50%;
		transform: translateX(-50%);
				
		width: 100vw;
		max-width: calc(100%);
		height: 100%;
		background-color: white;
		z-index: -1;
	}	
}

@media screen and (min-width:1230px){
	.wrapper_third::after{
		max-width: 100vw;
	}
} 


.submenu__wrapper{
	position: absolute;
	z-index: -2;
	top:-54px;	
	left: 50%;
	transform: translateX(-50%);

	width: 100%;
	/* max-width: 100%; */
	padding: 0;

	
	height: 100px;
	display: none;
	align-items: flex-end;
	
	/* background-color: white; */
	background: -webkit-gradient(linear, left top, right top, from(#ffffff), color-stop(40%, #ffffff), color-stop(70%, #eef3f6));
	background: -o-linear-gradient(left, #ffffff 0%, #ffffff 40%, #eef3f6 70%);
	background: linear-gradient(to right, #ffffff 0%, #ffffff 40%, #eef3f6 70%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eef3f6',GradientType=1 );

	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;

}

.submenu__wrapper::before{
	content: '';
	position: absolute;
	width: 100vw;
	height: 100%;
	left: 50%;
	transform: translateX(-50%);
	top:0;
	background: -webkit-gradient(linear, left top, right top, from(#ffffff), color-stop(40%, #ffffff), color-stop(70%, #eef3f6));
	background: -o-linear-gradient(left, #ffffff 0%, #ffffff 40%, #eef3f6 70%);
	background: linear-gradient(to right, #ffffff 0%, #ffffff 40%, #eef3f6 70%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eef3f6',GradientType=1 );
	z-index: auto;
}

@media screen and (min-width:1024px){
	.submenu__wrapper{
		display: flex;
	}
	.header_nav{
		position: relative;
		height: auto !important;
		top: 0 !important;
	}
}


.menu-item:hover .submenu__wrapper{
	top:-8px;	
}

.header-bg .submenu__wrapper{
	top:-66px;
}

.header-bg .menu-item:hover .submenu__wrapper{
	top:-26px;
}


ul.header__submenu{
	position: relative;
	width: 100%;
	/* max-width: 100%; */
	display: block;
	margin:0 auto;	
		
	text-align: left;

	padding:10px 0 10px 0;
	
	list-style: none;			
}
.header-bg .header__submenu{
	padding:7px 0 7px 0;
}


ul.header__submenu li{
	display: inline-block;
	line-height: 1.3em;
	margin: 0 18px 0 0 !important;
}

ul.header__submenu li a{
	color:#808080 !important;
	font-size: 12px;
	line-height: 1.3em;
}

ul.header__submenu li a:hover{
	color:#007ec3 !important;
}


.u-relative{
	position: relative !important;
}


