/*!
Theme Name: easepp
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: easepp
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 with others.

easepp is based on Underscores https://underscores.me/, (C) 2012-2017 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:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | 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.
 */

@font-face {
    font-family: 'Blogger Sans';
    src: url('font/Bloggersans.woff2') format('woff2'), url('font/Bloggersans.woff') format('woff'), url('font/Bloggersans.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Blogger Sans';
    src: url('font/Bloggersansmedium.woff2') format('woff2'), url('font/Bloggersansmedium.woff') format('woff'), url('font/Bloggersansmedium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

:root {
	--mainColor: #0173E1;
	--yellowColor: #FFA52C;
}
html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}
html,
body {
	    overflow-x: hidden;
}

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

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

body {
	margin: 0;
}

/**
 * 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; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 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; /* 1 */
	font-size: 1em; /* 2 */
}

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

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

a {
	background-color: transparent;
	text-decoration: none;
}

/**
 * 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; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * 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; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * 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: 'Blogger Sans'; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

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

button,
input { /* 1 */
	overflow: visible;
}

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

button,
select { /* 1 */
	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; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * 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; /* 1 */
	padding: 0; /* 2 */
}

/**
 * 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; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * 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; /* 1 */
	font: inherit; /* 2 */
}

/* 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;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #333;
	font-family: 'Blogger Sans';
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: 500;
}

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;
	font-size: 15px;
	font-size: 0.9375rem;
	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;
	font-size: 15px;
	font-size: 0.9375rem;
}

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

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

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

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: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

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

/*--------------------------------------------------------------
# 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);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .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: #333;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #333;
}

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

a:focus,
*:focus,
*:active {
	outline: none
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation,
.navigation.pagination {
	margin: 0 0 1.5em;
	overflow: hidden;
	width: 100%;
}

.site-main .posts-navigation:before,
.site-main .posts-navigation:after,
.navigation.pagination:before,
.navigation.pagination:after{
	content: "";
    display: table;
    table-layout: fixed;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 576px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 768px) {
  .vc_col-sm-3 {
    width: 15%;
    }
}

@media (min-width: 992px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 1200px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 576px) {
  .container {
    width: 540px;
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .vc_col-sm-9 {
    width: 85%;
    }
}

@media (min-width: 992px) {
  .container {
    width: 960px;
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1140px;
    max-width: 100%;
  }
}

.container-fluid {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
## Main style
--------------------------------------------------------------*/
#header {
	min-height: 100vh;
	background-size: cover;
}
.home #top {
	position: fixed;
	width: 100%;
	z-index: 99;
    padding: 35px 0;
    transition: .3s ease-in-out all;
	top: 0;
    left: 15px;
}
#top {
	z-index: 99;
    padding: 35px 0;
    transition: .3s ease-in-out all;
}
body:not(.home) #top{
	padding: 15px 0;
}
#top.sticky {
	background: rgba(142, 142, 142, 0.7);
    padding: 15px;
    backdrop-filter: blur(20px);
}
body:not(.home) #menu-main-menu a,
body:not(.home) .topTel a {
	color: #333;
}
body:not(.home) #menu-main-menu a:after {
	background-color: #333;
}
#about,
#realestate {

}
.logo {
	margin-bottom: 0 !important;
}
.logo img {
	width: 125px;
	height: auto;
	transition: .3s ease-in-out width;
}
#top.sticky .logo img {
	width: 75px;
}
#menu-main-menu {
	margin: 0;
	padding: 0;
	list-style: none;
	    display: flex;
}
#menu-main-menu li a:after {
	width: 0;
	height: 2px;
	content: '';
	position: absolute;
	top: 100%;
	left: 0; 
	transition: .3s width ease-in-out;
	background-color: #fff;
}
#menu-main-menu li.active a:after,
#menu-main-menu li:hover a:after {
	width: 100%; 
}
#menu-main-menu a {
	font-size: 18px;
	text-transform: uppercase;
	color: #fff;
	padding: 10px;
	position: relative;
}
.messIconsWrap {
	display: flex;
	margin-right: 20px;
}
.messIconsWrap .messIcon{
	width: 35px;
	height: 35px;
	display: block;
}
.messIconsWrap a {
    padding: 0 10px;

}
.messIconsWrap .messIcon.messTel{
	background-image: url("data:image/svg+xml,%3Csvg width='35' height='35' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill-rule='nonzero' fill='none'%3E%3Ccircle fill='%2341B4E6' cx='17.5' cy='17.5' r='17.5'/%3E%3Cpath d='M35 17.577c0-.43-.016-.854-.047-1.276L27.623 9 7 17.079l7.89 7.858.104.37.134-.134-.134.135L23.722 34C30.322 31.443 35 25.054 35 17.577z' fill='%230091C8'/%3E%3Cpath fill='%23FFF' d='M15.75 20.043L23.89 26 28 9 7 17.006l6.39 2.051 11.662-7.581z'/%3E%3Cpath fill='%23D2D2D7' d='M13 19.756L14.65 26l.577-5.235L24 12z'/%3E%3Cpath fill='%23B9B9BE' d='M18 22.891L14 26l.75-5z'/%3E%3C/g%3E%3C/svg%3E");
}
.messIconsWrap .messIcon.messViber{
	background-image: url("data:image/svg+xml,%3Csvg width='35' height='35' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill-rule='nonzero' fill='none'%3E%3Ccircle fill='%236F3FAA' cx='17.5' cy='17.5' r='17.5'/%3E%3Cpath d='M25.184 9.45c-4.265-1.043-8.537-2.265-12.91-.713-2.832 1.076-2.832 4.185-2.714 6.816 0 .717-.826 1.674-.472 2.51.708 2.392 1.298 4.784 3.776 5.98.354.239 0 .717.236 1.076-.118 0-.354.12-.354.239 0 .573.253 1.45.085 2.015L20.36 35C28.1 33.75 34.149 27.365 35 19.399L25.184 9.45z' fill='%23512D84'/%3E%3Cg fill='%23FFF'%3E%3Cpath d='M26.56 12.825l-.005-.023c-.458-1.881-2.521-3.9-4.416-4.32l-.021-.004a24.138 24.138 0 0 0-9.236 0l-.022.004c-1.894.42-3.957 2.439-4.415 4.32l-.005.023a18.684 18.684 0 0 0 0 7.918l.005.023c.439 1.8 2.348 3.727 4.172 4.256v2.1c0 .76.911 1.133 1.429.585l2.092-2.212a24.227 24.227 0 0 0 5.98-.405l.021-.004c1.895-.42 3.958-2.439 4.416-4.32l.005-.023a18.685 18.685 0 0 0 0-7.918zm-1.656 7.537c-.305 1.227-1.872 2.753-3.116 3.035a22.5 22.5 0 0 1-4.913.404.115.115 0 0 0-.086.035l-1.528 1.595-1.625 1.696c-.119.126-.328.04-.328-.134v-3.478a.12.12 0 0 0-.095-.118h-.001c-1.245-.282-2.81-1.808-3.117-3.035a16.954 16.954 0 0 1 0-7.156c.306-1.228 1.872-2.753 3.117-3.035a22.48 22.48 0 0 1 8.576 0c1.245.282 2.81 1.807 3.116 3.035.51 2.374.51 4.782 0 7.156z'/%3E%3Cpath d='M20.207 21.968c-.19-.06-.373-.099-.543-.17-1.754-.74-3.37-1.696-4.649-3.16-.727-.832-1.297-1.772-1.778-2.767-.228-.472-.42-.962-.617-1.449-.178-.444.085-.903.362-1.237.26-.314.595-.555.958-.732.283-.138.562-.058.769.185.446.528.857 1.082 1.19 1.693.204.376.147.836-.223 1.092-.09.062-.172.135-.256.205a.847.847 0 0 0-.193.207.576.576 0 0 0-.037.498c.456 1.277 1.226 2.27 2.49 2.804.202.085.405.185.638.157.39-.046.516-.481.79-.708.267-.222.608-.225.896-.04.288.185.567.384.844.585.272.197.543.39.794.615.242.216.325.5.19.793-.25.538-.612.985-1.134 1.27-.148.08-.324.107-.49.159-.192-.06.166-.052 0 0z'/%3E%3Cpath d='M17.505 11.839c2.295.065 4.18 1.614 4.584 3.921.07.394.094.795.124 1.195.013.167-.08.327-.258.33-.184.001-.267-.155-.28-.323-.023-.332-.04-.666-.084-.995-.238-1.739-1.601-3.177-3.303-3.486-.256-.046-.518-.058-.778-.086-.164-.018-.378-.028-.415-.235-.03-.174.114-.312.277-.321.044-.003.088 0 .133 0 2.295.065-.045 0 0 0z'/%3E%3Cpath d='M20.993 16.437c-.004.029-.006.097-.023.162-.06.234-.41.263-.49.027a.715.715 0 0 1-.028-.225c0-.495-.106-.989-.351-1.419a2.615 2.615 0 0 0-1.09-1.038 3.091 3.091 0 0 0-.867-.271c-.13-.022-.263-.035-.394-.054-.16-.023-.245-.126-.237-.285.007-.15.115-.258.275-.248.527.03 1.035.146 1.504.398.952.513 1.496 1.322 1.655 2.403.007.05.019.098.022.147.01.121.015.243.024.403-.004.029-.009-.16 0 0z'/%3E%3Cpath d='M19.565 16.38c-.192.004-.294-.104-.314-.283-.014-.125-.025-.252-.054-.373a1.051 1.051 0 0 0-.38-.608.99.99 0 0 0-.311-.152c-.14-.041-.287-.03-.428-.065-.152-.038-.237-.164-.213-.31a.276.276 0 0 1 .291-.225c.89.066 1.526.534 1.617 1.599.007.075.014.154-.002.227-.029.122-.118.184-.206.19-.192.004.088-.006 0 0z'/%3E%3C/g%3E%3Cpath d='M26.556 11.985l-.006-.023C26.28 10.916 25.484 9.828 24.486 9l-1.35 1.151c.803.616 1.49 1.468 1.686 2.211a15.92 15.92 0 0 1 0 7.096c-.32 1.217-1.96 2.73-3.264 3.01a24.852 24.852 0 0 1-5.144.4.124.124 0 0 0-.091.035l-1.6 1.581-1.701 1.682c-.125.125-.344.04-.344-.133v-3.449a.12.12 0 0 0-.1-.116c-.742-.16-1.59-.717-2.245-1.391L9 22.214c.833.872 1.907 1.577 2.954 1.865v2.082c0 .754.954 1.124 1.497.58l2.19-2.193a26.751 26.751 0 0 0 6.262-.402l.023-.004c1.984-.416 4.145-2.418 4.624-4.283l.006-.023a17.565 17.565 0 0 0 0-7.851z' fill='%23D1D1D1'/%3E%3Cpath d='M20.006 21.03c.17-.076-.195-.086 0 0z' fill='%23FFF'/%3E%3Cpath d='M21.745 18.932c-.252-.21-.524-.389-.797-.573a18.78 18.78 0 0 0-.847-.544c-.288-.172-.631-.17-.9.037-.273.212-.4.617-.791.66-.234.025-.438-.067-.64-.147A4.109 4.109 0 0 1 15.95 17l-.95.795.096.106c1.283 1.363 2.904 2.252 4.664 2.94.17.067.353.104.545.159-.192-.055.167-.048 0 0 .167-.048.344-.073.492-.148.524-.265.888-.681 1.137-1.182.137-.273.054-.537-.189-.738z' fill='%23D1D1D1'/%3E%3Cg fill='%23FFF'%3E%3Cpath d='M18.09 11.477l-.008-.001.009.001z'/%3E%3Cpath d='M18.063 11.475l.005.001c.112.023 1.934.307-.005 0z'/%3E%3C/g%3E%3Cg fill='%23D1D1D1'%3E%3Cpath d='M21.411 13.055l-.442.35c.695.606 1.173 1.408 1.31 2.29.05.318.067.64.093.96.013.162.104.313.305.31.195-.002.297-.155.283-.317-.034-.385-.06-.772-.136-1.151a4.382 4.382 0 0 0-1.413-2.442z'/%3E%3Cpath d='M21.575 15.619c-.127-.76-.478-1.379-1.062-1.85l-.44.349c.227.181.424.394.576.629.268.414.384.89.385 1.367 0 .073.004.15.03.217.088.228.47.2.537-.026.018-.062.02-.128.024-.156-.004.028-.01-.155 0 0-.01-.155-.016-.272-.026-.389-.004-.047-.016-.094-.024-.141z'/%3E%3C/g%3E%3Cg fill='%23FFF'%3E%3Cpath d='M20.943 16.673c-.013-.785-.005.142 0 0z'/%3E%3Cpath d='M19.166 16.396c.005-.001.01-.009.013-.01a.442.442 0 0 0-.05.003c.013.001.024.007.037.007z'/%3E%3Cpath d='M19.17 16.396c-.012 0-.023-.006-.035-.007-.06.006-.123.017.035.007z'/%3E%3Cpath d='M19.175 16.386c-.004.001-.009.009-.013.01.034-.008.03-.01.013-.01z'/%3E%3C/g%3E%3Cpath d='M19.398 14l-.398.44a.941.941 0 0 1 .064.054c.192.175.314.44.37.725.028.145.039.295.052.444.018.204.111.33.281.337h.033c.082-.012.164-.084.19-.226.016-.086.009-.18.003-.27-.05-.71-.265-1.198-.595-1.504z' fill='%23D1D1D1'/%3E%3C/g%3E%3C/svg%3E");
}
.messIconsWrap .messIcon.messWhatsa{
	background-image: url("data:image/svg+xml,%3Csvg width='35' height='35' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill-rule='nonzero' fill='none'%3E%3Ccircle fill='%2375B73B' cx='17.5' cy='17.5' r='17.5'/%3E%3Cpath d='M24.928 10.906c-1.01-.248-2.496-1.106-3.457-1.45-3.754-1.153-8.799-.23-10.207 4.037-.117.115-.352.115-.47.115-2.815 3.229-.938 7.15-1.172 10.725-.08 1.26-.754 2.374-1.622 3.317l7.3 7.17c.828.118 1.673.18 2.534.18 8.604 0 15.75-6.132 17.166-14.193l-10.072-9.901z' fill='%2352891D'/%3E%3Cg fill='%23FFF'%3E%3Cpath d='M17.513 8.03c-5.308.251-9.497 4.642-9.481 9.92a9.804 9.804 0 0 0 1.085 4.466l-1.058 5.102a.387.387 0 0 0 .469.453l5.034-1.185a9.975 9.975 0 0 0 4.283 1.033c5.425.082 9.949-4.196 10.118-9.583.181-5.774-4.617-10.482-10.45-10.206zm6.006 15.371A7.781 7.781 0 0 1 18 25.671c-1.22 0-2.39-.271-3.474-.808l-.7-.347-3.087.726.65-3.132-.346-.672a7.623 7.623 0 0 1-.848-3.519c0-2.07.812-4.017 2.286-5.482a7.846 7.846 0 0 1 5.52-2.27 7.78 7.78 0 0 1 5.518 2.27 7.675 7.675 0 0 1 2.286 5.482c0 2.052-.825 4.03-2.286 5.482z'/%3E%3Cpath d='M22.838 20.066l-1.931-.55a.723.723 0 0 0-.712.186l-.472.478a.706.706 0 0 1-.765.16c-.914-.367-2.835-2.064-3.325-2.912a.695.695 0 0 1 .055-.775l.412-.53a.71.71 0 0 0 .09-.725l-.813-1.825a.722.722 0 0 0-1.124-.256c-.54.453-1.179 1.14-1.256 1.903-.137 1.343.443 3.037 2.637 5.07 2.534 2.35 4.564 2.661 5.885 2.343.75-.18 1.35-.903 1.727-1.495a.714.714 0 0 0-.408-1.072z'/%3E%3C/g%3E%3Cg fill='%23D1D1D1'%3E%3Cpath d='M24.792 11.05l-1.517 1.595a8.09 8.09 0 0 1 2.523 5.906 8.158 8.158 0 0 1-2.294 5.682c-1.48 1.518-3.446 2.354-5.538 2.354a7.59 7.59 0 0 1-3.486-.838l-.703-.36-3.097.753.064-.32-2.742 2.884c.06.187.253.314.46.264l5.05-1.228a9.75 9.75 0 0 0 4.298 1.07c5.444.086 9.983-4.35 10.153-9.933.094-3.091-1.145-5.887-3.17-7.83z'/%3E%3Cpath d='M22.82 20.776l-1.937-.57a.71.71 0 0 0-.715.193l-.474.495a.693.693 0 0 1-.767.166c-.53-.22-1.396-.9-2.129-1.604l-1.347 1.417.14.136c2.544 2.436 4.58 2.757 5.906 2.428.753-.187 1.354-.936 1.733-1.55.258-.418.054-.974-.41-1.11z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.messIconsWrap .messIcon.messInst{
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='35' height='35'%3E%3Cg fill='none' fill-rule='nonzero'%3E%3Ccircle cx='17.5' cy='17.5' r='17.5' fill='%23C536A4'/%3E%3Cpath fill='%23971F7B' d='M25.86 9.5c-2.05.27-4.18.26-6.32.05-3-.23-7.37-1.62-8.98 1.16-2.59 4.46-1.31 10.17-.7 15.22L18.84 35c8.7-.47 15.69-7.5 16.15-16.28l-9.14-9.21z'/%3E%3Cg fill='%23FFF'%3E%3Cpath d='M22.03 8.03h-8.06a5.95 5.95 0 00-5.94 5.94v8.06a5.95 5.95 0 005.94 5.94h8.06a5.95 5.95 0 005.94-5.94v-8.06a5.95 5.95 0 00-5.94-5.94zm3.93 14a3.93 3.93 0 01-3.93 3.93h-8.06a3.93 3.93 0 01-3.93-3.93v-8.06a3.93 3.93 0 013.93-3.93h8.06a3.93 3.93 0 013.93 3.93v8.06z'/%3E%3Cpath d='M18 12.84a5.16 5.16 0 10.01 10.33A5.16 5.16 0 0018 12.84zm0 8.31a3.15 3.15 0 110-6.3 3.15 3.15 0 010 6.3z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.topTel a {
	font-size: 20px;
	color: #fff;
}
.topContacts {
	margin-bottom: 0 !important;
}
.topContacts > .wpb_wrapper {
	display: flex;
	align-items: center;
}
.topRight > .vc_column-inner > .wpb_wrapper{
	display: flex;
    align-items: center;
    justify-content: space-between;
}
.topRight .vc_wp_custommenu {
	margin-bottom: 0 !important;
}
.topRight .widget_nav_menu {
	margin-bottom: 0 !important;
}
#top > .container {
	display: flex;
	align-items: center;
}
.topRight .vc_column_container>.vc_column-inner {
	padding: 0 !important;
}
.mainButtonWrap{
	text-align: center;
}
.mainButton {
    padding: 15px 50px;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 1;
    display: inline-block;
    border: 1px solid var(--mainColor);
    position: relative;
    color: #fff;
    overflow: hidden; 
	z-index: 0;
}
.mainSubmitButton{
	padding: 15px 50px !important;
    font-size: 18px !important;
    text-transform: uppercase;
    line-height: 1 !important;
    display: inline-block;
    border: none !important;
    position: relative;
    color: #fff !important;
    overflow: hidden;
    z-index: 0;
    background-color: var(--mainColor) !important;
    width: 100%;
    border-radius: 0 !important;
}
.mainButton:hover, .mainButton:focus, .mainButton:active {
	color: #fff;
}
.yellowColor .mainButton{
	border: 1px solid var(--yellowColor);
}
.mainButton:hover {
	background-color: transparent;
	color: #fff;
}
.mainButton:before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transform: translateX(-100%);
	transition: .3s ease-in-out transform;
	background-color: var(--mainColor);
	z-index: -1;
}
.yellowColor .mainButton:before {
	background-color: var(--yellowColor);
}
.mainButton:hover:before {
	transform: translateX(0);
}
.mainButton:after {
	background-color: var(--mainColor);
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -2;
}
.yellowColor .mainButton:after {
	background-color: var(--yellowColor);
}
.mainButton:hover:after {
/* 	opacity: 0; */
	transform: translateX(100%);
}
.mainTitle {
	font-size: 40px;
	text-transform: uppercase;
	margin: 50px 0;
}
#our-team{
	background-color: linear-gradient(67deg,#f1f8ff 0%,#f2fffd 100%);
	padding: 50px 0;
}
.teamImg img {
	border-radius: 75px;
}
.teamName {
	font-size: 30px;
    font-weight: 500;
    line-height: 1;
}
.teamPosition {
	font-size: 20px;
	margin-bottom: 15px;
}
.teamButton .mainButton {
	font-size: 16px;
	padding: 10px 30px;
}
.vc_section.vc_section-has-fill,
.vc_section.vc_section-has-fill+.vc_row-full-width+.vc_section,
.vc_section.vc_section-has-fill+.vc_section {
	padding-top: 0 !important;
}
#realestate .wpb_image_grid_ul .isotope-item {
	position: relative !important;
	left: inherit !important;
	top: inherit !important;
	display: none !important;
}
#realestate .wpb_image_grid_ul .isotope-item:first-child {
	display: block !important;
}
.apartBlockWrap {
	padding: 15px 0;
}
.apartBlockWrap > .vc_column_container > .vc_column-inner > .wpb_wrapper{
	display: flex;
}
.apartBlockWrap .apartBlock {
	-webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.apartStickerWrap {
	position: absolute;
    z-index: 99;
    top: 15px;
    left: 15px;
}
.apartStickerWrap > .wpb_wrapper {
	display: flex;
	flex-direction: column;
}
.apartStickerWrap .apartSticker {
	text-transform: uppercase;
    color: #fff;
    padding: 7px 20px 5px 20px;
    min-width: 75px;
    text-align: center;
    margin-bottom: 7px;
    line-height: 1;
}
.apartStickerWrap .apartSticker.hot {
	background-color: #FFA52C;
}
.apartStickerWrap .apartSticker.new {
	background-color: #0173E1;
}
.apartStickerWrap .apartSticker.sale {
	background-color: #DC0762;
}
.apartBlock .wpb_gallery {
	margin-bottom: 0 !important;
}
.apartBlock .apartLocation {
	color: #fff;
    top: 160px;
    left: 0px;
    width: 100%;
    padding: 20px;
    z-index: 9999999;
    position: absolute;
    background: rgba(0,0,0,0);
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.37) 53%, rgba(56,56,56,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(53%, rgba(0,0,0,0.37)), color-stop(100%, rgba(56,56,56,1)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.37) 53%, rgba(56,56,56,1) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.37) 53%, rgba(56,56,56,1) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.37) 53%, rgba(56,56,56,1) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.37) 53%, rgba(56,56,56,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#383838', GradientType=0 );
}
.apartBlock .apartLocation:before {
	content: '';
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='17'%3E%3Cpath fill='%23FFF' fill-rule='nonzero' d='M5.5 0A5.6 5.6 0 000 5.67c0 .93.23 1.86.66 2.69l4.54 8.46c.06.11.17.18.3.18.13 0 .24-.07.3-.18l4.54-8.46c.43-.83.66-1.76.66-2.7A5.6 5.6 0 005.5 0zm0 9C4.12 9 3 7.65 3 6s1.12-3 2.5-3S8 4.35 8 6 6.88 9 5.5 9z'/%3E%3C/svg%3E");
	width: 11px;
	height: 17px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}
.slick-arrow {
	position: absolute;
    width: 35px;
    height: 35px;
    background: var(--mainColor);
    border: none;
    border-radius: 0;
    font-size: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='16'%3E%3Cpath fill='%23FFF' fill-rule='nonzero' d='M.36 8.8l7.54 6.87c.48.44 1.26.44 1.74 0s.48-1.15 0-1.58L2.97 8l6.67-6.09c.48-.43.48-1.14 0-1.58a1.31 1.31 0 00-1.74 0L.36 7.2C.12 7.43 0 7.7 0 8c0 .29.12.57.36.8z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center center;	
    top: -20px; 
}
.slick-arrow.slick-prev {
	right: 70px;
}
.slick-arrow.slick-next  {
	right: 17px;
    transform: rotate(180deg);
}

.apartBlock > .vc_column_container {
	padding-left: 15px !important;
    padding-right: 15px !important;	
}
.apartBlock .vc_column_container>.vc_column-inner > .wpb_wrapper {
	background-color: #fff;
	padding-bottom: 35px;
	box-shadow:0 -1px 19px 0 rgba(7,152,255,.09);
	transition: .3s ease-out;
	transform: translate(0,0);
}
.apartBlock .vc_column_container>.vc_column-inner > .wpb_wrapper:hover {
	box-shadow: 0 3px 23px 9px rgba(7,152,255,.15) !important;
    transform: translate(0,-10px);
}
.apartTitle {
	font-size: 1.25rem;
    padding: 0 15px;
    margin: 15px 0 !important;
    line-height: 1.3;
    height: 3.25rem !important;
    overflow: hidden;
}
.apartBlock .vc_custom_heading {
	margin: 0;
}
.apartPrice {
	font-size: 18px;
	padding: 0 15px;
	color: var(--mainColor);
}
.apartDetail {
	margin: 0;
}
.apartDetail ul{
	list-style: none;
	margin: 0;
	padding: 0 15px;
}
.apartBlockWrap .slick-list{
	padding: 40px 0 20px 0;
}
#realestate > .container {
	padding: 0;
}
.apartDetail{
	margin: 15px 0 0 0;
}
.apartDetail ul li {
	margin-bottom: 5px;
}
.apartDetail ul li:before {
	content: '';
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 30px;
	height: 27px;
	background-position: center center;
	background-repeat: no-repeat;
	margin-right: 10px;
}
.apartDetail ul li:nth-child(1):before{
	background-image: url("https://auto.apartroom.kiev.ua/wp-content/uploads/2019/11/sale/manual_transmission.svg");
}
.apartDetail ul li:nth-child(2):before {
	background-image: url("https://auto.apartroom.kiev.ua/wp-content/uploads/2019/11/sale/Engine.svg");
}
.apartDetail ul li:nth-child(3):before {
	background-image: url("https://auto.apartroom.kiev.ua/wp-content/uploads/2019/11/sale/dashboard.svg");
}
.apartDetail ul li:nth-child(4):before{
	background-image: url("https://auto.apartroom.kiev.ua/wp-content/uploads/2019/11/sale/chassis_car.svg");
}
.apartDetail ul li:nth-child(5):before{
	background-image: url("https://auto.apartroom.kiev.ua/wp-content/uploads/2019/11/sale/diesel.svg");
}
.apartDetail ul li:nth-child(6):before{
	background-image: url("https://auto.apartroom.kiev.ua/wp-content/uploads/2019/11/sale/Gauge.svg");
}
.column {
    -webkit-column-width: 130px;
    -moz-column-width: 130px;
    column-width: 130px;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    -webkit-column-rule: 1px solid #ccc;
    -moz-column-rule: 1px solid #ccc;
    column-rule: 1px solid #ccc;
}

.apartBlock .mainButtonWrap a.mainButton{
	width: 70%;
}

.whatWorkIcons > .vc_column_container>.vc_column-inner > .wpb_wrapper {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.whatWorkBlock {
	-webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
	margin-left: 0;
    margin-right: 0;
/*     padding: 0 15px; */
	position: relative;
}
.whatWorkBlock:after {
	content: '';
	position: absolute;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='136' height='24'%3E%3Cpath fill='none' fill-rule='evenodd' stroke='%230173E1' stroke-dasharray='5,5' stroke-opacity='.23' stroke-width='2' d='M1 1c24.67 21.78 44.67 27.39 60 16.83C85.58.9 135 6.93 135 6.93'/%3E%3C/svg%3E");
	width: 136px;
    height: 24px;
    top: 50px;
    right: -33%;
}
.whatWorkBlock:nth-child(even):after {
	transform: rotate(180deg);
	top: 40px;
}
.whatWorkBlock:last-child:after {
	display: none;
}
.whatWorkText {
	text-align: center;
	font-size: 18px;
	line-height: 1;
}
.whatWorkIcon {
	width: 100px;
	height: 100px;
	background-color: var(--mainColor);
	margin: 0 auto;
    border-radius: 50%;
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	border: 7px solid rgba(255,255,255,0.70);
	transition: .3s ease-in-out all;
}
.whatWorkBlock:hover .whatWorkIcon {
	background-color: var(--yellowColor);
}
.whatWorkIcon.whatWorkIcon1 {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='42' height='42'%3E%3Cg fill='%23FFF' fill-rule='nonzero'%3E%3Cpath d='M34 36.62l-1.57-4.68a4.73 4.73 0 00-3.64-3.15l-4.53-.81v-.35a6.8 6.8 0 002.02-1.78h1.37c1.12 0 2.03-.91 2.03-2.02v-8.08A8.78 8.78 0 0020.88 7a8.78 8.78 0 00-8.8 8.75v4.71c0 1.3.93 2.38 2.16 2.64a6.75 6.75 0 003.26 4.53v.35l-4.53.81c-1.7.31-3.1 1.52-3.64 3.15l-.27.8-2.3-2.28a.67.67 0 010-.96l2.67-2.65-5.02-5-3.02 3.01a4.67 4.67 0 000 6.66l9.14 9.1a4.72 4.72 0 006.68.02l3.3-3-1.03-1.02H34zm-5.68-12.8c0 .38-.3.68-.67.68h-.57c.2-.44.34-.91.44-1.4.29-.06.56-.18.8-.32v1.05zm-.67-2.2V19.3c.4.24.67.67.67 1.16 0 .5-.27.93-.67 1.16zm-13.54 0a1.34 1.34 0 010-2.32v2.32zm0-4.52v.76a2.7 2.7 0 00-.67.28v-2.39a7.43 7.43 0 0114.89 0v2.4a2.67 2.67 0 00-.68-.29v-.76h-.68c-2 0-3.88-.78-5.3-2.19l-.79-.78-.8.78a7.47 7.47 0 01-5.29 2.19h-.68zm1.36 4.7v-3.38a8.8 8.8 0 005.41-2.4 8.8 8.8 0 005.41 2.4v3.39c0 .98-.27 1.9-.73 2.69h-4.68v1.35h3.57a5.4 5.4 0 01-8.98-4.04zm7.44 6.43v.03l-2.03 2.02-2.03-2.02v-.03a6.8 6.8 0 004.06 0zm-12.3 4.14a3.38 3.38 0 012.6-2.25l4.74-.86 2.93 2.92 2.93-2.92 4.73.86a3.38 3.38 0 012.6 2.25l.98 2.9h-14l-2.63-2.62-2.93 2.63a.7.7 0 01-.96 0l-1.47-1.47.48-1.44zm-6.2-8.61l3.1 3.09-.73.73-3.1-3.09.73-.73zm11.86 15.9a3.38 3.38 0 01-4.78 0l-9.15-9.09a3.33 3.33 0 010-4.76l.37-.37 3.1 3.09-.02.02c-.79.8-.79 2.07 0 2.86l4.86 4.83a2.03 2.03 0 002.84.02l.05-.05 3.12 3.1-.39.36zm1.4-1.26l-3.12-3.09.9-.8 3.1 3.08-.89.81zM40.05 0h-9.1C29.87 0 29 .87 29 1.95v5.19c0 1.07.87 1.95 1.95 1.95h1.74L32 13l6.28-3.91h1.76c1.08 0 1.95-.88 1.95-1.95v-5.2C42 .88 41.13 0 40.05 0zm.65 7.14c0 .36-.3.65-.65.65h-2.14l-4.12 2.57.44-2.57h-3.28a.65.65 0 01-.65-.65v-5.2c0-.35.3-.64.65-.64h9.1c.36 0 .65.29.65.65v5.19z'/%3E%3Cpath d='M31 2h8v2h-8zM31 5h5v2h-5zM38 5h2v2h-2zM20.5 2A18.62 18.62 0 002.4 16.5L1.14 14.4 0 15.08 2.33 19l3.9-2.36-.69-1.14-1.8 1.09A17.29 17.29 0 0125.61 4.12L26 2.84A18.43 18.43 0 0020.5 2zM42 15.34L38.02 13l-2.38 3.9 1.16.7 1.2-1.95a17.18 17.18 0 01-3 16.51l1.05.84a18.5 18.5 0 003.26-17.69l2 1.18.69-1.15z'/%3E%3C/g%3E%3C/svg%3E");
}
.whatWorkIcon.whatWorkIcon2 {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='42' height='42'%3E%3Cg fill='%23FFF' fill-rule='nonzero'%3E%3Cpath d='M40.19 9.04l-1.02-.32a3.23 3.23 0 00-.83-.13c-1.15 0-2.17.76-2.55 1.85l-.57 1.71v-1.33c0-.2-.13-.38-.26-.51L24.52.19a.69.69 0 00-.45-.19H3.63c-.38 0-.64.25-.64.64V2.6H.64c-.39 0-.64.25-.64.64v38.11c0 .39.25.64.64.64h30.95c.38 0 .64-.25.64-.64V39.4h2.35c.38 0 .64-.25.64-.64v-8.59L37 27.75l.07-.2 4.77-15.2a2.54 2.54 0 00-1.65-3.31zM24.7 2.16l8.34 8.02h-8.34V2.16zm6.24 38.57H1.27V3.88H3v34.87c0 .39.26.64.64.64h27.32v1.34zm3.06-2.61H4.27V1.27h19.17v9.55c0 .38.25.63.63.63h9.94v4.78l-3 9.42v.19l.13 8.08c0 .25.2.5.45.57.25.06.57 0 .7-.25l1.72-2.3v6.18zm-1.66-6.17l-.12-5.29 3.18 1.02-3.06 4.27zm8.35-19.99L36.1 26.54l-3.7-1.21 4.6-14.51c.25-.7 1.01-1.15 1.71-.9l1.02.33c.76.19 1.21 1.01.96 1.71z'/%3E%3Cpath d='M17.61 12h8.78c.37 0 .61-.26.61-.66V4.66c0-.4-.24-.66-.61-.66h-8.78c-.37 0-.61.26-.61.66v6.68c0 .33.3.66.61.66zm.61-6.69h7.56v5.38h-7.56V5.3zM11.65 17h19.7c.4 0 .65-.2.65-.5s-.26-.5-.65-.5h-19.7c-.4 0-.65.2-.65.5s.26.5.65.5zM11.65 22h19.7c.4 0 .65-.2.65-.5s-.26-.5-.65-.5h-19.7c-.4 0-.65.2-.65.5s.26.5.65.5zM11.65 27h19.7c.4 0 .65-.2.65-.5s-.26-.5-.65-.5h-19.7c-.4 0-.65.2-.65.5s.26.5.65.5zM32 30.5c0-.3-.26-.5-.65-.5h-19.7c-.39 0-.65.2-.65.5s.26.5.65.5h19.76c.33 0 .59-.25.59-.5zM26.42 35h-9.77c-.4 0-.65.2-.65.5s.26.5.65.5h9.7c.4 0 .65-.2.65-.5s-.26-.5-.58-.5z'/%3E%3C/g%3E%3C/svg%3E");
}
.whatWorkIcon.whatWorkIcon3{
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='42' height='34'%3E%3Cg fill='%23FFF' fill-rule='nonzero'%3E%3Cpath d='M41.18 13.41a.82.82 0 00-.82.83v2.94a3.05 3.05 0 01-3.04 3.05h-4.68a.82.82 0 00-.58.25l-5.67 5.7v-5.12a.82.82 0 00-.82-.83H13.83a3.05 3.05 0 01-3.05-3.05V4.7a3.05 3.05 0 013.05-3.06h23.49a3.05 3.05 0 013.04 3.06v2.93a.82.82 0 101.64 0V4.71C42 2.1 39.9 0 37.32 0h-23.5a4.7 4.7 0 00-4.68 4.7v10.6H3.17A3.18 3.18 0 000 18.49v7.6a3.18 3.18 0 003.17 3.18h2.51l4.07 4.09a.82.82 0 001.4-.58v-3.5h6.33a3.18 3.18 0 003.18-3.2v-4.2h4.1v6.28a.82.82 0 00.81.83c.22 0 .43-.09.58-.24l6.83-6.87h4.34a4.7 4.7 0 004.68-4.7v-2.94a.82.82 0 00-.82-.83zM19.02 26.08c0 .85-.7 1.54-1.54 1.54h-7.15a.82.82 0 00-.82.83v2.34l-2.9-2.92a.82.82 0 00-.59-.25H3.17c-.84 0-1.53-.69-1.53-1.54v-7.6c0-.84.69-1.53 1.53-1.53h5.97v.23c0 2.6 2.1 4.7 4.69 4.7h5.19v4.2z'/%3E%3Cpath d='M33.7 5.6H17.63c-.45 0-.82.42-.82.93 0 .52.37.94.82.94h16.09c.45 0 .82-.42.82-.94 0-.51-.37-.93-.82-.93zM34.53 10.27c0-.52-.37-.94-.82-.94H17.62c-.45 0-.82.42-.82.94 0 .51.37.93.82.93h16.09c.45 0 .82-.42.82-.93zM17.65 14c-.47 0-.85.42-.85.93 0 .52.38.94.85.94h9.5c.47 0 .85-.42.85-.94 0-.51-.38-.93-.85-.93h-9.5zM41.07 10.27a.94.94 0 000 1.86.94.94 0 000-1.86z'/%3E%3C/g%3E%3C/svg%3E");
}
.whatWorkIcon.whatWorkIcon4{
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='42' height='42'%3E%3Cg fill='%23FFF' fill-rule='nonzero'%3E%3Cpath d='M28.7 23.87l-5.88-3.47a.67.67 0 00-.24-.08l-1.84-.31a.64.64 0 00-.73.5c-.06.32.17.64.51.7l1.74.3 5.78 3.4c.28.17.67.09.85-.17a.6.6 0 00-.19-.87z'/%3E%3Cpath d='M41.83 23.88a.62.62 0 00-.87-.03l-2.5 2.33L27.01 14.9l14.8-13.84a.61.61 0 10-.85-.9L25.7 14.45a.62.62 0 00-.01.89l1.01 1-.32.28-6.77-.58c-.1-.01-.21 0-.3.05l-5.37 2.44-.05-.01-3.09-.54.25-.64a.61.61 0 00-.34-.8L.85 12.6a.62.62 0 00-.46 1.14l9.3 3.71L4.2 31.42l-3.39-1.2a.62.62 0 00-.4 1.17l3.94 1.4c.3.1.66-.06.78-.36l.91-2.34 2.4 1.34-.26.43a2.58 2.58 0 003 3.81 2.6 2.6 0 003.35 2.07 2.6 2.6 0 003.36 2.07 2.6 2.6 0 004.76.97l.43-.68.34.21a2.62 2.62 0 003.56-.85c.3-.47.41-1 .38-1.5a2.61 2.61 0 003.19-2.67 2.61 2.61 0 003.19-2.67 2.58 2.58 0 001.95-4.72l-.42-.26 1.41-1.47 1.33 1.3c.23.23.61.23.85.01l2.93-2.73a.61.61 0 00.03-.87zM11.54 33.93a1.35 1.35 0 01-2.3-1.42l3.45-5.59a1.36 1.36 0 011.84-.45c.65.38.83 1.28.44 1.91l-3.43 5.55zM14.9 36c-.4.63-1.23.83-1.87.44a1.36 1.36 0 01-.44-1.87l2.76-4.46a1.36 1.36 0 011.85-.46c.65.39.83 1.28.44 1.91L14.9 36zm3.36 2.06a1.35 1.35 0 01-1.87.44 1.36 1.36 0 01-.44-1.86l2.07-3.35a1.36 1.36 0 011.84-.45c.66.38.84 1.28.45 1.91l-2.05 3.31zm4.71-.12l-1.35 2.2c-.4.62-1.24.82-1.87.43a1.36 1.36 0 01-.44-1.86l1.38-2.23a1.36 1.36 0 011.84-.46c.66.39.84 1.28.44 1.92zM34.2 26.98l-3.05-1.87a.63.63 0 00-.85.2.62.62 0 00.2.85l4.55 2.8a1.35 1.35 0 11-1.42 2.3l-4.88-3a.62.62 0 00-.64 1.05l3.76 2.3c.63.4.83 1.24.44 1.87-.38.63-1.23.83-1.86.45l-3.41-2.1a.62.62 0 00-.65 1.05l2.3 1.4c.62.4.83 1.24.44 1.87-.39.63-1.24.83-1.87.44l-2.03-1.24a.62.62 0 00-.59 1.08l.86.52a1.35 1.35 0 11-1.42 2.31l-.35-.21.3-.47c.36-.6.48-1.34.3-2.02a2.54 2.54 0 00-2.65-1.95c.1-.4.1-.83 0-1.24A2.54 2.54 0 0019 31.43a2.62 2.62 0 00-1.18-2.84 2.57 2.57 0 00-1.49-.35 2.62 2.62 0 00-1.18-2.83 2.6 2.6 0 00-3.52.86L9.1 30.38l-2.6-1.45 3.85-9.8 2.09.37a2.58 2.58 0 003.08 3.98l3.61-1.64c.3-.14.45-.51.3-.82a.62.62 0 00-.8-.3L15 22.36c-.68.3-1.48 0-1.8-.67-.3-.68 0-1.49.68-1.8l5.78-2.62 6.87.59a.62.62 0 00.46-.15l.58-.52 8.24 8.11-1.62 1.68z'/%3E%3C/g%3E%3C/svg%3E");
}
.whatWorkIcon.whatWorkIcon5{
	background-image: url("https://auto.apartroom.kiev.ua/wp-content/uploads/2019/11/sale/111.svg");
}
.whatYGBlocks{
    display: flex;
    flex-wrap: wrap;	
}
.whatYGBlock {
	padding-left: 15px !important;
    padding-right: 15px !important;
}
.whatYGBlock.whatYGBlock1 > .vc_column-inner{
	background-image: url("https://auto.apartroom.kiev.ua/wp-content/uploads/2019/11/sale/quick_scan.svg");
}
.whatYGBlock.whatYGBlock2 > .vc_column-inner {
	background-image: url("https://auto.apartroom.kiev.ua/wp-content/uploads/2019/11/sale/quick_chan.svg");
}
.whatYGBlock.whatYGBlock3 > .vc_column-inner {
	background-image: url("https://auto.apartroom.kiev.ua/wp-content/uploads/2019/11/sale/quick_up.svg");
}
.whatYGBlock.whatYGBlock4 > .vc_column-inner {
	background-image: url("https://auto.apartroom.kiev.ua/wp-content/uploads/2019/11/sale/quick_club.svg");
}
.whatYGBlock > .vc_column-inner {
	background-color: var(--yellowColor);
	padding: 20px;
	height: 100%;
	background-repeat: no-repeat;

	transform: translate(0,0);
	transition: .3s ease-in-out;
}
.whatYGBlock:hover > .vc_column-inner{
	box-shadow: 0 0px 9px 1px rgb(255, 165, 44) !important;
    transform: translate(0,-10px);
}
.whatYGTitle {
	font-size: 22px;
	text-transform: uppercase;
    line-height: 1;
    color: #fff;
	padding-top: 130px;
    padding-bottom: 50px;
}
#contacts h4 {
	font-size: 24px;
	text-transform: uppercase;
	margin-bottom: 15px;
}
#contacts p{
	font-size: 20px;
}
#map {
	width: 100%;
	height: 450px;
}
#footer {
	background-color: #1F1F1F;
    color: #fff;
	padding: 30px 15px;
	margin-top: 30px;
}
#footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	    justify-content: flex-end;
}
#footer ul li {
	
}
#footer ul li a {
    color: #fff;
    padding: 0 10px;
    text-transform: uppercase;
}
#footer p {
	margin: 0;
}
#footer .wpb_content_element,
#footer .widget_nav_menu {
	margin-bottom: 0;
}

/* Magnific Popup CSS */

.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #fff;
	opacity: 0.8;
}

.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1043;
	position: fixed;
	outline: none !important;
	-webkit-backface-visibility: hidden;
}

.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	box-sizing: border-box;
}

.mfp-container:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
	display: none;
}

.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
	width: 100%;
	cursor: auto;
}

.mfp-ajax-cur {
	cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -moz-zoom-out;
	cursor: -webkit-zoom-out;
	cursor: zoom-out;
}

.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
	cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.mfp-loading.mfp-figure {
	display: none;
}

.mfp-hide {
	display: none !important;
}

.mfp-preloader {
	color: #CCC;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -0.8em;
	left: 8px;
	right: 8px;
	z-index: 1044;
}

.mfp-preloader a {
	color: #CCC;
}

.mfp-preloader a:hover {
	color: #FFF;
}

.mfp-s-ready .mfp-preloader {
	display: none;
}

.mfp-s-error .mfp-content {
	display: none;
}

button.mfp-close,
button.mfp-arrow {
	overflow: visible;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: none;
	padding: 0;
	z-index: 1046;
	box-shadow: none;
	touch-action: manipulation;
}

button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: 0.65;
	padding: 0 0 18px 10px;
	color: #FFF;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
	opacity: 1;
}

.mfp-close:active {
	top: 1px;
}

.mfp-close-btn-in .mfp-close {
	color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
	color: #FFF;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%;
}

.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #CCC;
	font-size: 12px;
	line-height: 18px;
	white-space: nowrap;
}

.mfp-arrow {
	position: absolute;
	opacity: 0.65;
	margin: 0;
	top: 50%;
	margin-top: -55px;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
	margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
	opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: medium inset transparent;
}

.mfp-arrow:after {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px;
}

.mfp-arrow:before {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: 0.7;
}

.mfp-arrow-left {
	left: 0;
}

.mfp-arrow-left:after {
	border-right: 17px solid #FFF;
	margin-left: 31px;
}

.mfp-arrow-left:before {
	margin-left: 25px;
	border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
	right: 0;
}

.mfp-arrow-right:after {
	border-left: 17px solid #FFF;
	margin-left: 39px;
}

.mfp-arrow-right:before {
	border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
	top: -40px;
}

.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #000;
}


/* Main image in popup */

img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	box-sizing: border-box;
	padding: 40px 0 40px;
	margin: 0 auto;
}


/* The shadow behind the image */

.mfp-figure {
	line-height: 0;
}

.mfp-figure:after {
	content: '';
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #444;
}

.mfp-figure small {
	color: #BDBDBD;
	display: block;
	font-size: 12px;
	line-height: 14px;
}

.mfp-figure figure {
	margin: 0;
}

.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto;
}

.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #F3F3F3;
	word-wrap: break-word;
	padding-right: 36px;
}

.mfp-image-holder .mfp-content {
	max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {
	/**
       * Remove all paddings around the image on small screen
       */
	.mfp-img-mobile .mfp-image-holder {
		padding-left: 0;
		padding-right: 0;
	}
	.mfp-img-mobile img.mfp-img {
		padding: 0;
	}
	.mfp-img-mobile .mfp-figure:after {
		top: 0;
		bottom: 0;
	}
	.mfp-img-mobile .mfp-figure small {
		display: inline;
		margin-left: 5px;
	}
	.mfp-img-mobile .mfp-bottom-bar {
		background: rgba(0, 0, 0, 0.6);
		bottom: 0;
		margin: 0;
		top: auto;
		padding: 3px 5px;
		position: fixed;
		box-sizing: border-box;
	}
	.mfp-img-mobile .mfp-bottom-bar:empty {
		padding: 0;
	}
	.mfp-img-mobile .mfp-counter {
		right: 5px;
		top: 3px;
	}
	.mfp-img-mobile .mfp-close {
		top: 0;
		right: 0;
		width: 35px;
		height: 35px;
		line-height: 35px;
		background: rgba(0, 0, 0, 0.6);
		position: fixed;
		text-align: center;
		padding: 0;
	}
}

@media all and (max-width: 900px) {
	.mfp-arrow {
		-webkit-transform: scale(0.75);
		transform: scale(0.75);
	}
	.mfp-arrow-left {
		-webkit-transform-origin: 0;
		transform-origin: 0;
	}
	.mfp-arrow-right {
		-webkit-transform-origin: 100%;
		transform-origin: 100%;
	}
	.mfp-container {
		padding-left: 6px;
		padding-right: 6px;
	}
}
/* Styles for dialog window */
.popupContainer {
	background: white;
    padding: 50px 40px;
    text-align: left;
    max-width: 420px;
    margin: 40px auto;
    position: relative;
}


/**
 * Fade-zoom animation for first dialog
 */

/* start state */
.my-mfp-zoom-in .zoom-anim-dialog {
	opacity: 0;

	-webkit-transition: all 0.2s ease-in-out; 
	-moz-transition: all 0.2s ease-in-out; 
	-o-transition: all 0.2s ease-in-out; 
	transition: all 0.2s ease-in-out; 



	-webkit-transform: scale(0.8); 
	-moz-transform: scale(0.8); 
	-ms-transform: scale(0.8); 
	-o-transform: scale(0.8); 
	transform: scale(0.8); 
}

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
	opacity: 1;

	-webkit-transform: scale(1); 
	-moz-transform: scale(1); 
	-ms-transform: scale(1); 
	-o-transform: scale(1); 
	transform: scale(1); 
}

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
	-webkit-transform: scale(0.8); 
	-moz-transform: scale(0.8); 
	-ms-transform: scale(0.8); 
	-o-transform: scale(0.8); 
	transform: scale(0.8); 

	opacity: 0;
}

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
	opacity: 0;
	-webkit-transition: opacity 0.3s ease-out; 
	-moz-transition: opacity 0.3s ease-out; 
	-o-transition: opacity 0.3s ease-out; 
	transition: opacity 0.3s ease-out;
}
/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
	opacity: 0.8;
}
/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
	opacity: 0;
}



/**
 * Fade-move animation for second dialog
 */

/* at start */
.my-mfp-slide-bottom .zoom-anim-dialog {
	opacity: 0;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;

	-webkit-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
	-moz-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
	-ms-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
	-o-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
	transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );

}

/* animate in */
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
	opacity: 1;
	-webkit-transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
	-moz-transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
	-ms-transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
	-o-transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
	transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
	opacity: 0;

	-webkit-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
	-moz-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
	-ms-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
	-o-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
	transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
}

/* Dark overlay, start state */
.my-mfp-slide-bottom.mfp-bg {
	opacity: 0;

	-webkit-transition: opacity 0.3s ease-out; 
	-moz-transition: opacity 0.3s ease-out; 
	-o-transition: opacity 0.3s ease-out; 
	transition: opacity 0.3s ease-out;
}
/* animate in */
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
	opacity: 0.8;
}
/* animate out */
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
	opacity: 0;
}
.popupContainer{
	box-shadow: 0 3px 23px 9px rgba(7,152,255,.15) !important;
}
.popupContainer .colInput{
    margin-bottom: 20px;	
}
.popupContainer .colInput input{
	padding: 10px 20px;
    border-radius: 0;
    width: 100%;
	border: 1px solid #c5d7e8;
	transition: .3s border ease-in-out;
}
.popupContainer .colInput input:focus{
	border:1px solid #4392dc;
}
.popupContainer .colInput input::-webkit-input-placeholder { color: #c5d7e8;transition: .3s opacity ease-in-out; }
.popupContainer .colInput input:-ms-input-placeholder { color: #c5d7e8;transition: .3s opacity ease-in-out; }
.popupContainer .colInput input::-ms-input-placeholder { color: #c5d7e8;transition: .3s opacity ease-in-out; }
.popupContainer .colInput input::placeholder { color: #c5d7e8;transition: .3s opacity ease-in-out; } 

.popupContainer .colInput input:focus::-webkit-input-placeholder { opacity: 0; }
.popupContainer .colInput input:focus:-ms-input-placeholder { opacity: 0; }
.popupContainer .colInput input:focus::-ms-input-placeholder {opacity: 0; }
.popupContainer .colInput input:focus::placeholder { opacity: 0; }
.popupTitle {
	font-size: 24px;
    padding: 0 15px;
    margin: 10px 0 !important;
    text-align: center;
}
.popupContainer .colInput input.wpcf7-not-valid{
	border: 1px solid #FF433F;
}
.popupContainer .wpcf7-validation-errors{
	color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    margin: 10px 0 0 0;
}
.popupContainer .wpcf7-mail-sent-ok{
	color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    margin: 10px 0 0 0;
}
.popupContainer .ajax-loader {
	display: none !important;
}
.apartBlock .teamButton {
	margin-bottom: 0 !important;
}
.afterApartsButton {
	margin-top: 50px;
	margin-bottom: 20px;
}
.main_sliderMouseScroll{
	position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}
.mouse {
  margin: 0 auto;
  opacity: 0.6;
  position: relative;
  transition: opacity 0.9s;
  width: 34px;
}
.mouse:hover {
  opacity: 1;
}
.mouse:hover .help-mouse-wheel:before,
.mouse:hover .help-mouse-wheel:after {
  animation: indicator-up-down 1.5s infinite ease-in-out;
  height: 8px;
  opacity: 0;
}
.mouse:hover .help-down {
  animation: arrow-down 0.3s infinite alternate;
}
.help-mouse-down {
  border: 2px solid #fff;
  border-radius: 17px;
  height: 50px;
  margin: 15px auto 10px;
  position: relative;
  width: 30px;
}
.help-mouse-wheel {
  position: relative;
  left: 50%;
  transition: opacity 0.5s;
}
.help-mouse-wheel:before,
.help-mouse-wheel:after {
  content: '';
  background: #fff;
  border-radius: 50%;
  margin-left: -2px;
  height: 4px;
  position: absolute;
  top: 5px;
  transition: top 0.5s, height 0.5s, opacity 0.5s;
  width: 4px;
}
.help-mouse-wheel:before {
  animation: scroll 1.5s 0.75s infinite ease-in-out;
}
.help-mouse-wheel:after {
  animation: scroll 1.5s infinite ease-in-out;
}
.help-down {
  animation: arrow-down 0.6s infinite alternate ease-in-out;
  border-bottom: 2px solid #cdcdcd;
  border-right: 2px solid #cdcdcd;
  display: block;
  height: 5px;
  margin: 0 auto;
  transform: rotate(45deg) translateX(-50%);
    transition: all 0.5s;
    width: 5px;
    position: absolute;
    left: 50%;
}
@-moz-keyframes scroll {
  0% {
    top: 5px;
    opacity: 0.3;
  }
  50% {
    opacity: 1;
  }
  100% {
    top: 15px;
    opacity: 0;
  }
}
@-webkit-keyframes scroll {
  0% {
    top: 5px;
    opacity: 0.3;
  }
  50% {
    opacity: 1;
  }
  100% {
    top: 15px;
    opacity: 0;
  }
}
@-o-keyframes scroll {
  0% {
    top: 5px;
    opacity: 0.3;
  }
  50% {
    opacity: 1;
  }
  100% {
    top: 15px;
    opacity: 0;
  }
}
@keyframes scroll {
  0% {
    top: 5px;
    opacity: 0.3;
  }
  50% {
    opacity: 1;
  }
  100% {
    top: 15px;
    opacity: 0;
  }
}
@-moz-keyframes indicator-up-down {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    top: 20px;
  }
}
@-webkit-keyframes indicator-up-down {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    top: 20px;
  }
}
@-o-keyframes indicator-up-down {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    top: 20px;
  }
}
@keyframes indicator-up-down {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    top: 20px;
  }
}
@-moz-keyframes arrow-down {
  0% {
    margin-top: 5px;
  }
  100% {
    margin-top: 15px;
  }
}
@-webkit-keyframes arrow-down {
  0% {
    margin-top: 5px;
  }
  100% {
    margin-top: 15px;
  }
}
@-o-keyframes arrow-down {
  0% {
    margin-top: 5px;
  }
  100% {
    margin-top: 15px;
  }
}
@keyframes arrow-down {
  0% {
    margin-top: 5px;
  }
  100% {
    margin-top: 15px;
  }
}

.apartBlock > .wpb_gallery .wpb_image_grid_ul{
    height: inherit !important;	
}
.formSuccess {
	display: none;
}

.formSuccess svg {
  width: 100px;
  display: block;
  margin: 40px auto 0;
}
.formSuccess .path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 0;
}
.formSuccess .path.circle {
  -webkit-animation: dash 0.9s ease-in-out;
  animation: dash 0.9s ease-in-out;
}
.formSuccess .path.line {
  stroke-dashoffset: 1000;
  -webkit-animation: dash 0.9s 0.35s ease-in-out forwards;
  animation: dash 0.9s 0.35s ease-in-out forwards;
}
.formSuccess .path.check {
  stroke-dashoffset: -100;
  -webkit-animation: dash-check 0.9s 0.35s ease-in-out forwards;
  animation: dash-check 0.9s 0.35s ease-in-out forwards;
}
form.wpcf7-form.sent .formSuccess  {
	display: block !important;
}
form.wpcf7-form.sent .formContent {
	display: none !important;
}
@-webkit-keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes dash-check {
  0% {
    stroke-dashoffset: -100;
  }
  100% {
    stroke-dashoffset: 900;
  }
}
@keyframes dash-check {
  0% {
    stroke-dashoffset: -100;
  }
  100% {
    stroke-dashoffset: 900;
  }
}
.site-footer{
	background-color: #1F1F1F;
    color: #fff;
    padding: 0 0 20px 0;
}
.site-info {
	text-align: center;
}
.site-info a{
	color: #0fbcf5;
    border-bottom: 1px solid;
    transition: .3s ease-in-out color;
}
.site-info a:hover {
    color: #fda800;
}
.hide {
	display: none !important;
}
.page-header h1.mainTitle{
	text-align: center;
}
.category-blog .apartDetail {
	padding: 0 15px;
}
.blogBlocksWrap {
	margin-bottom: 50px;
    display: flex;
    flex-wrap: wrap;
}
.blogMoreButton {
	margin-top: 10px;
}
.single-header{
	background-image: url(img/single_bg.jpg);
	background-position:  center center;
	background-repeat: no-repeat;
	position: relative;
	background-size: cover !important;
    background-attachment: fixed;
}
.single-header:before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.35);
}
.single-header .entry-title{
	color: #fff;
    position: relative;
}
.single-header > .container{
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    min-height: 400px;
}
.single-header > .container h1 {
	margin: 0;
	font-size: 36px;
    text-transform: uppercase;
    margin: 0;
}
.single-header .breadcrumb,
.single-header .breadcrumb a {
	color: #fff;
}
.divider{
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='13' fill='none'%3E%3Cpath fill='%23fff' d='M7.78 6L1.72.2A.76.76 0 001.2 0C1 0 .8.07.67.2L.22.64a.69.69 0 000 1l5.1 4.87-5.1 4.86a.7.7 0 000 1l.44.43c.14.14.33.21.53.21s.39-.07.53-.2L7.78 7a.7.7 0 000-1z'/%3E%3C/svg%3E");
	width: 5px;
    height: 9px;
    background-size: 5px 9px;
	margin: 0 6px;
	    display: inline-block;
}
.category-blog.apartBlock {
	margin-bottom: 20px;
}
.category-blog.apartBlock > .vc_column_container {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.blogArchBlock a.post-thumbnail {
	display: block;
    height: 200px;
}
.blogArchBlock a.post-thumbnail img {
	object-fit: cover;
    height: 100%;
}
.apartDetail * {
	font-size: 1rem !important;
	font-weight: 400;
	margin: 0 !important;
}
.navigation.pagination .nav-links{
	text-align: center;
}
.navigation.pagination .page-numbers:first-child {
    margin-left: 0;
}
.navigation.pagination .page-numbers {
	display: inline-block;
    position: relative;
    z-index: 1;
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 18px;
    padding: 0;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #f9f9f9;
	margin-left: 10px;
}
.navigation.pagination .page-numbers.current,
.navigation.pagination .page-numbers:hover {
	background:var(--yellowColor);
	color: #fff;
}
body:not(.home) #top {
	border-bottom: 1px solid #eaeaea;
    box-shadow: 0 0 20px #e6e6e6;
}
.singleNavigation{
	background: #f9f9f9;
    padding: 20px;
    margin-top: 15px;
}
.singleNavigation .navigation {
	margin-bottom: 0;
}
.singleNavigation .navigation .nav-next a:after{
	content: '»';
	margin-left: 5px;
}
.singleNavigation .navigation .nav-previous a:before {
	content: '«';
	margin-right: 5px;
}
.singleNavigation .navigation a {
	transition: color .3s;
}
.singleNavigation .navigation a:hover{
	color: var(--mainColor);
}
.singleNavigation .navigation a:hover:before,
.singleNavigation .navigation a:hover:after {
	color: var(--yellowColor);
}
#hamburger{
    margin-left: 20px;	
}
.menuT {
  cursor: pointer;
  margin: 0 auto;
  padding-left: 1.25em;
  position: relative;
  width: 40px;
  height: 23px;
}
.menu-global {
  backface-visibility: hidden;
  position: absolute;
  left: 0;
  border-top: 2px solid white;
  width: 100%;
  transition: 0.55s;
}
.menu-top {
  top: 0;
}
.menu-middle {
  top: 10px;
}
.menu-bottom {
  top: 20px;
}
.menu_active .menu-top{
  backface-visibility: hidden;
  top: 15px;
  transform: rotate(50deg);
  transition: 0.55s 0.5s;
}
.menu_active .menu-middle {
  opacity: 0;
}
.menu_active .menu-bottom {
  backface-visibility: hidden;
  top: 15px;
  transform: rotate(-410deg);
  transition: 0.55s 0.5s;
}
#hamburger {
	display: none;
}
span.close {
    position: absolute;
    top: 30px;
    right: 30px;
    color: #fff;
    font-size: 30px;
}

/*--------------------------------------------------------------
## Responsive
--------------------------------------------------------------*/
@media screen and (min-width:992px) and (max-width:1199px){ 
	.topLeft {
		width: 15% !important;
	}
	.topRight {
		width: 85% !important;
	}
	.apartBlock .apartLocation{
		top: 122px;
	}
}

@media screen and (min-width:768px) and (max-width:991px){ 
/*
	#our-team .vc_col-sm-3 {
		width: 50% !important;
	}
*/
	.apartBlock .apartLocation {
		top: 148px;
	}
	
}

@media screen and (max-width:991px){
	body:not(.home) #menu-main-menu a, body:not(.home) .topTel a {
	    color: #fff;
	}
	.topRight > .vc_column-inner{
		padding: 0 !important;
	}
	.mainTopMenuWrap li{
	    margin-bottom: 15px;	
	}
	.mainTopMenuWrap{
		width: 300px;
	    position: fixed;
	    height: 100vh;
	    background: #1f1f1f;
	    z-index: 99999;
	    right: 0;
	    transition: .3s ease-in-out;
/* 	    transform: translateX(100%); */
	    opacity: 0;
	    visibility: hidden;
	}
	.menu_active .mainTopMenuWrap {
		transform: translateX(0);
		opacity: 1;
		visibility: visible;
	}
	#menu-main-menu{
		margin: 0;
	    padding: 0;
	    list-style: none;
	    display: flex;
	    flex-direction: column;
	    justify-content: center;
	    align-items: center;
	    height: 100vh;
	}
	#page {
		transition: .3s ease-in-out;
	}
	.menu_active #page {
		transform: translateX(-100px);
	}
	.topRight .vc_wp_custommenu {
		display: none;
	}
	#about .vc_col-sm-3,
	#about .vc_col-sm-9 {
		width: 100% !important;
	}
	#our-team {
		padding: 0 !important;
	}
	#whatYouGet .vc_col-sm-3 {
		width: 50% !important;
		margin-bottom: 20px;
	}
	.afterApartsButton {
		margin: 20px 0 !important;
	}
	.mainTitle {
		margin: 30px 0;
	}
	.afterApartsButton .mainButtonWrap {
		margin-bottom: 0 !important;	
	}
	.topRight > .vc_column-inner > .wpb_wrapper {
	    justify-content: flex-end;
	}
	.category-blog.apartBlock  {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	#hamburger {
		display: inline-block;
	}
}
@media screen and (max-width:767px){
	.apartBlock .vc_column_container>.vc_column-inner {
		max-width: 480px;
		margin: 0 auto;
	}
	.apartBlock .apartLocation {
		position: relative;
		background: none;
		color: #333;
		top: 0;
		    padding: 10px 20px;
	}
	.apartBlock .apartLocation:before {
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='17'%3E%3Cpath fill='%23333' fill-rule='nonzero' d='M5.5 0A5.6 5.6 0 000 5.67c0 .93.23 1.86.66 2.69l4.54 8.46c.06.11.17.18.3.18.13 0 .24-.07.3-.18l4.54-8.46c.43-.83.66-1.76.66-2.7A5.6 5.6 0 005.5 0zm0 9C4.12 9 3 7.65 3 6s1.12-3 2.5-3S8 4.35 8 6 6.88 9 5.5 9z'/%3E%3C/svg%3E");

	}
	.whatWorkIcons > .vc_column_container>.vc_column-inner > .wpb_wrapper {
		justify-content: space-around;	
	}
	.whatWorkBlock {
		-webkit-box-flex: 0;
	    -webkit-flex: 0 0 33.33333%;
	    -ms-flex: 0 0 33.33333%;
	    flex: 0 0 33.33333%;
	    max-width: 33.33333%;
	}
	.whatWorkIcon {
		width: 120px;
		height: 120px;
	}
	.whatWorkBlock:after {
		right: -65%;
	}
	.whatWorkBlock:nth-child(3):after {
		display: none;
	}
	#contacts .vc_col-sm-4:nth-child(1) {
		margin-bottom: 30px;
	}
	#footer > .container > .vc_row {
		display: flex;
		flex-wrap: wrap;
	}
	#footer .vc_col-sm-6 {
		text-align: center;
		width: 100%;
	}
	#footer .vc_col-sm-6:nth-child(2){
		order: 2;
		margin-top: 10px;
	}
	#footer ul {
		justify-content: center;
	}
	.topTel a{
		font-size: 0 !important;
		width: 35px;
	    height: 35px;
	    display: block;
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='35' height='35'%3E%3Cg fill='none' fill-rule='nonzero'%3E%3Ccircle cx='17.5' cy='17.5' r='17.5' fill='%2300CC96'/%3E%3Cpath fill='%2307B587' d='M35 19.56c-.97 8.11-7.28 14.53-15.23 15.44L10 24.98l2-.7.79.3c2.86 3.06 5.76 6.23 8.06 5.3l.77-1.84-2.57-1.43-6.64-9.86 1.4-6.54 2.85 2.2a1.09 1.09 0 00-.62-1L17.5 4l4.75 2.47L35 19.55z'/%3E%3Cpath fill='%23F7F7F8' d='M22 27.31c.04 1.26-.88 2.65-2.75 2.69-2.33.04-5.25-3.48-7.3-5.04-.66-.5-1.85-.38-2.49.27L9 24.87a2.6 2.6 0 013.52-.34c1.82 1.4 4.98 4.9 6.78 4.86a1.94 1.94 0 001.93-2.1c.26.02.51.03.77.03z'/%3E%3Cpath fill='%23FFD630' d='M12.37 10.14c-1.5 1-2.44 2.46-2.37 4.2.24 5.47 7.04 13.42 12.3 13.66a4.87 4.87 0 003.5-1.6c1.22-.57-3.55-5.45-4.45-5.04a6.04 6.04 0 00-1.89 1.8c-1.25-.88-4.5-4.85-5.1-6.2a6.13 6.13 0 002.12-1.5c.58-.8-3.31-6.4-4.11-5.32z'/%3E%3Cg fill='%23F7F7F8'%3E%3Cpath d='M21.03 13.3l.14-.48a5.09 5.09 0 00-.6-3.88 4.8 4.8 0 00-3.62-2.26l.18-.93.52.08a5.6 5.6 0 013.72 2.58 6.05 6.05 0 01.55 5.11l-.88-.22h-.01z'/%3E%3Cpath d='M19.54 12.93l.1-.32c.23-.97.07-1.96-.42-2.77a3.39 3.39 0 00-2.57-1.6l.18-.93.36.05c1.18.23 2.18.93 2.81 1.95.63 1.02.82 2.26.53 3.48l-.1.36-.88-.22h-.01z'/%3E%3Cpath d='M18.1 12.58l.02-.05c.15-.62.05-1.26-.28-1.79a2.18 2.18 0 00-1.44-1h-.05l.19-.93.08.01c.85.17 1.56.67 2.02 1.4.45.73.58 1.62.37 2.48l-.02.09-.88-.22z'/%3E%3Cpath d='M16.65 12.22a1.14 1.14 0 00-.6-.97l.19-.96c.43.15.79.44 1.02.84.24.39.34.85.3 1.31l-.9-.22zM22.69 13.7a6.92 6.92 0 00-.68-5.73 6.44 6.44 0 00-4.27-2.96l-.45-.07.18-.93.5.09c2.03.4 3.75 1.6 4.84 3.36a7.85 7.85 0 01.9 5.97l-.13.5-.88-.21-.01-.02z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
	}
	.topLeft > .vc_column-inner {
		padding: 0 !important;
	}
	.topLeft {
		min-width: 75px;
	}
	.category-blog.apartBlock {
		-webkit-flex: 0 0 50%;
	    -ms-flex: 0 0 50%;
	    flex: 0 0 50%;
	    max-width: 50%;
		float: left;
	}
}
@media screen and (min-width:576px) and (max-width:767px){ 
	#our-team .vc_col-sm-3 {
		width: 50% !important;
		float: left;
	}
}
@media screen and (max-width:575px){
	.whatWorkBlock {
	    -webkit-box-flex: 0;
	    -webkit-flex: 0 0 50%;
	    -ms-flex: 0 0 50%;
	    flex: 0 0 50%;
	    max-width: 50%;
	}
	.whatWorkBlock:after {
		display: none !important;
	}
	body:not(.home) #top > .container {
		padding-right: 15px;
		padding-left: 15px;
	}
	.mainTitle {
	    font-size: 30px;
	
	}
	.mainButton {
		padding: 15px 40px;
	}
	#whatYouGet .vc_col-sm-3 {
		width: 100% !important;
	}
	#footer .vc_col-sm-6:nth-child(2) {
		display: none !important;
	}
	#top {
		background: #1f1f1f;
		padding: 15px;
	}
	.category-blog.apartBlock {
		-webkit-flex: 0 0 100%;
	    -ms-flex: 0 0 100%;
	    flex: 0 0 100%;
	    max-width: 100%;
	}
	.comment-navigation .nav-previous,
	.posts-navigation .nav-previous,
	.post-navigation .nav-previous,
	.comment-navigation .nav-next,
	.posts-navigation .nav-next,
	.post-navigation .nav-next {
		width: 100%;
		float: none !important;
	}
	body:not(.home) #top {
	    padding: 15px;
	}
}
@media screen and (max-width:479px){
	.messIconsWrap a {
	    padding: 0 7px;
	}
	.messIconsWrap .messIcon {
/*
	    width: 25px;
	    height: 25px;
*/
	    background-size: contain;
	}
	.topTel a {
/*
		width: 30px;
	    height: 30px;
*/
	    background-size: contain;
	}
	.singleNavigation {
		display: none;
	}
	.logo {
		max-width: 75px;
	}
	.messIconsWrap {
	    margin-right: 10px;
	}
	.home #top {
		    padding: 15px 10px;
	} 
}