/*
Theme Name: Самоходный Дом
Theme URI: http://samopixel.com
Author: Самоходный Пиксель
Author URI: https://denisyavor.com
Description: Тема для риэлторской деятельности
Version: 04.02.23
Text Domain: realestate2
Tags: real estate
*/


/*--------------------------------------------------------------
# 1.0 - Нормализация
--------------------------------------------------------------*/

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

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

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 0;
}

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

pre {
	overflow: auto;
}

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

button,
input,
optgroup,
select,
textarea {
	margin: 0;
	color: inherit;
	font: inherit;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

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

button[disabled],
html input[disabled] {
	cursor: default;
}

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

input {
	line-height: normal;
}

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

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

input[type="search"] {
	box-sizing: content-box;
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
	border: 1px solid #c0c0c0;
}

legend {
	padding: 0;
	border: 0;
}

label {
	display: inline-block;
	margin-bottom: 8px;
	font-weight: 700;
}

textarea {
	overflow: auto;
	height: 146px !important;
}

optgroup {
	font-weight: bold;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# 2.0 - Типографика
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: rgba(0, 0, 0, 0.94);
	font-size: 15px;
	font-family: 'Roboto', Arial, sans-serif;
	line-height: 1.45;
	-webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
}

@font-face {
	font-family: 'Material Icons';
	font-style: normal;
	font-weight: 400;
	src: url(https://realestate2.samopixel.com/wp-content/themes/realestate2/fonts/MaterialIcons-Regular.eot ); /* For IE6-8 */
	src: local('Material Icons'),
    local('MaterialIcons-Regular'),
    url(https://realestate2.samopixel.com/wp-content/themes/realestate2/fonts/MaterialIcons-Regular.woff2) format('woff2'),
    url(https://realestate2.samopixel.com/wp-content/themes/realestate2/fonts/MaterialIcons-Regular.woff) format('woff'),
    url(https://realestate2.samopixel.com/wp-content/themes/realestate2/fonts/MaterialIcons-Regular.ttf) format('truetype');
	font-display: swap;
}

.material-icons {
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	font-size: 24px;
	display: inline-block;
	line-height: 1;
	text-transform: none;
	letter-spacing: normal;
	word-wrap: normal;
	white-space: nowrap;
	direction: ltr;
	/* Support for all WebKit browsers. */
	-webkit-font-smoothing: antialiased;
	/* Support for Safari and Chrome. */
	text-rendering: optimizeLegibility;
	/* Support for Firefox. */
	-moz-osx-font-smoothing: grayscale;
	/* Support for IE. */
	font-feature-settings: 'liga';
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	margin: 0;
	line-height: 1.2 !important;
	font-weight: 700 !important;
}

h2 {
	font-size: 28px !important;
	margin: 36px 0 8px !important;
}

p {
	margin: 0 0 16px;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	overflow: auto;
	margin-bottom: 1.6em;
	padding: 1.6em;
	max-width: 100%;
	border: 1px solid #ddd;
	background: #fff;
	font-size: 15px;
	font-size: 0.9375rem;
	font-family: "Courier 10 Pitch", Courier, monospace;
	line-height: 1.6;
}

code,
kbd,
tt,
var {
	font-size: 15px;
	font-size: 0.9375rem;
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

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

mark,
ins {
	text-decoration: none;
}

big {
	font-size: 125%;
}

.align-c {
	text-align: center;
}

.align-r {
	text-align: right;
}

.float-r {
	float:right;
}

.fw-400 {
	font-weight: 400 !important;
}

.fw-500 {
	font-weight: 500 !important;
}

.m-grey {
	color:#999;
}

.medium-large {
	font-size: 20px;
}

.dotted {
	border-bottom:1px dotted;
}

/*--------------------------------------------------------------
# 3.0 - Элементы
--------------------------------------------------------------*/
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 http://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. */
}

blockquote {
	margin: 0 0 1.5em;
	padding-left: 1.25em;
	border-left: 4px solid #222;
	color: #777;
	font-style: italic;
	font-size: 18px;
	font-size: 1.125rem;
}

blockquote cite,
blockquote small {
	display: block;
	margin-top: 1em;
	color: #404040;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.75;
}

blockquote cite:before,
blockquote small:before {
	content: "\2014\00a0";
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}

blockquote > :last-child {
	margin-bottom: 0.5em;
}

hr {
	margin: 32px 0;
	height: 1px;
	border: 0;
	background-color: #ddd;
}

ul,
ol {
	margin: 0 0 16px;
	padding: 0 0 0 32px;
}

ul {
	list-style: none;
}

.entry-content li:before {
	position: relative;
	display: block;
	max-width: 0;
	max-height: 0;
	left: -14px;
	top: -4px;
	content: '\2022';
	font-size: 22px;
}

li {
	margin-bottom: 4px;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 16px;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 0 1.5em;
}

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

table {
	margin: 0 0 1.5em;
	width: 100%;
	border: none;
	table-layout: fixed;
}

th,
td {
	padding:8px 20px 8px 0 !important;
	border-color:#ddd !important;
}

.border-bottom {
	border-bottom:1px solid #ddd;
}

a {
	color: #215CE0;
	text-decoration: none;
}

a:link,
a:visited {
	color: #215CE0;
}

a:hover,
a:active {
	color: #f41224;
	text-decoration:none;
}

a:hover,
a:active {
	outline: none;
/* 	-webkit-tap-highlight-color: rgba(0,0,0,0); */
}

.grey-text {
	color: rgba(0, 0, 0, 0.68);
}

.red {
	color: #f35056;
}

/*--------------------------------------------------------------
# 4.0 - Формы
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	padding: 0 16px;
	border: none;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background: #215CE0;
	line-height: 46px;
	color: #fff;
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: #215CE0;
	outline: none;
}

button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
	background: #283bc1;
	outline: none !important;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	width: 100%;
	padding: 0 10px;
	max-width: 100%;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 8px;
	line-height: 44px;
	color: #444;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	border: 1px solid #999;
	outline:0 !important;
}

.white-button:before {
}

a.white-button {
	display: inline-block;
	margin: 0 8px 8px 0;
	padding: 6px 13px;
	border: 1px solid #ddd;
	border-radius: 18px;
	line-height: 22px;
	font-size: 15px;
	color: rgba(0, 0, 0, 0.94);
}

a.white-button:hover {
	color: #f41224;
}

span.white-button {
	display: inline-block;
	margin: 0 8px 8px 0;
	padding: 7px 14px;
	color: inherit;
	border-radius: 18px;
	background: #f1f1f1;
	line-height: 22px;
	font-size: 15px;
}

.wb-last {
	margin-right: 0 !important;
}

.filter-line {
	position: relative;
}

textarea {
	width: 100%;
	padding: 8px;
	line-height: 1.45;
}

.wpcf7 .row {
	margin-left: -8px;
	margin-right: -8px;
}

.wpcf7 .col-sm-6 {
	padding-left: 8px;
	padding-right: 8px;
}

.wpcf7 .col-sm-4 {
	padding-left: 8px;
	padding-right: 8px;
}

.wpcf7 p {
	margin-bottom: 0 !important;
}

span.wpcf7-not-valid-tip {
	display: inline-block;
	margin-top: 4px;
	font-size: 13px;
	color: #f21212 !important;
}

.wpcf7 form .wpcf7-response-output {
	margin: 16px 0 0 !important;
	padding: 0 !important;
	border: none !important;
	font-size: 13px;
	color: #f21212;
}

.wpcf7 form.sent .wpcf7-response-output {
	color: #25B72B;
}

div.wpcf7 .ajax-loader,
.wpcf7-spinner {
	display: none !important;
}

/*--------------------------------------------------------------
# 5.0 - Общедоступность
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	position: absolute !important;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	width: 1px;
	height: 1px;
}

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

/*--------------------------------------------------------------
# 6.0 - Выравнивания
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

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

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

/*--------------------------------------------------------------
# 7.0 - Clearings
--------------------------------------------------------------*/
.clearfix:before,
.clearfix:after,
.post-navigation .nav-links:before,
.post-navigation .nav-links:after,
.comment-navigation:before,
.comment-navigation:after {
	display: table;
	content: "";
}

.clearfix:after,
.post-navigation .nav-links:after,
.comment-navigation:after {
	clear: both;
}

/*--------------------------------------------------------------
# 8.0 - Структура макета
--------------------------------------------------------------*/
.site {
	margin: 0;
	width: 100%;
}

.section-inner {
	max-width: 730px;
	margin: 0 auto;
}

.site-content {
	padding-top: 32px;
	background: transparent;
}

.home .site-content {
	padding-top: 0;
}

.content-single {
	box-sizing: border-box;
}

/* .sidabar-floating {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.sidebar {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	padding: 0 16px;
} */

/*--------------------------------------------------------------
# 9.0 - Шапка
--------------------------------------------------------------*/

.top-message {
	border-bottom: 1px dashed #ddd;
	padding: 8px 16px;
	text-align: center;
	font-weight: 300;
    font-size: 13px;
}

.site-header {
	background: #fff;
	position:relative;
	box-shadow: 0px 1px 3px rgba(0,0,0,.08);
}

.site-branding {
	float: left;
	margin: 0;
	padding: 0;
	max-width: 100%;
}

.site-branding a:link,
.site-branding a:visited,
.site-branding a:hover {
	padding: 0;
	border: none;
	text-decoration: none;
}

.site-title {
	margin: 0;
	padding: 0;
	color: #222;
	line-height: 32px;
	text-decoration: none;
	font-weight: 500;
	font-size: 20px;
}

.site-title a:link,
.site-title a:visited {
	padding: 20px 0;
	display: inline-block;
	color: #222;
}

.site-title a:hover,
.site-title a:active {
	color: rgba(0,0,0,0.85);
}

.site-branding .custom-logo {
	margin: 0 1em 0 0;
	padding: 0;
	max-width: 100%;
	height: auto;
	border: none;
	vertical-align: top;
}

.site-description {
	margin: 0 0 6px;
	line-height: 20px;
	font-size: 15px;
	color: #222;
}

/* Пользовательское изображение шапки */
.header-image {
	text-align: center;
}

.header-image img {
	max-width: 2500px;
	max-height: 500px;
	width: 100%;
	height: auto;
	vertical-align: top;
}

/*--------------------------------------------------------------
# 10.0 - Навигация
--------------------------------------------------------------*/

/* Меню Bootstrap */

.navbar {
	padding:0 !important;
}

.navbar a.navbar-brand {
	font-weight: 700 !important;
}



.navbar a,
.navbar-text {
	color: #25282d !important;
}

.navbar a:hover {
	color: #f41224 !important;
}

.navbar-brand {
	margin-right: 0 !important;
	padding: 0 !important;
	line-height: 64px !important;
	font-size: 20px !important;
}

a.navbar-brand:hover {
	color: #25282d !important;
}

.navbar-brand .fas {
	margin-right: 8px;
}

.navbar-description {
	margin-left: 12px;
	padding-left: 12px;
	border-left: 1px solid #ddd;
	color: rgba(0, 0, 0, 0.68);
    font-size: 14px;
}

.navbar-text {
	font-weight: 600;
}

.navbar-nav li {
	margin:0;
}

.navbar-light .navbar-nav .nav-link {
	font-weight: 400 !important;
	padding: 12px 0 !important;
}

.navbar button:hover {
	background: transparent !important;
	padding: 13px 16px !important;
}

.navbar button:active,
.navbar button:focus {
	background: transparent !important;
	padding: 13px 16px !important;
}

.navbar-toggler {
	padding: 13px 16px !important;
	font-size: 20px !important;
}

.navbar-light .navbar-toggler {
	border: none !important;
	color: #111 !important;
}

.navbar-light .navbar-toggler-icon {
	background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.98)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
	width: 30px;
    height: 30px;
}

.dropdown-toggle::after {
	font-family: "Font Awesome 5 Free";
	content: "\f078";
	font-weight: 900;
	margin-left: 8px;
	vertical-align: -1px;
	border: none;
	font-size: 14px;
}

.dropdown-menu {
	margin: 5px 0 0;
	padding: 8px 0;
	border: 1px solid rgba(0,0,0,.06);
	border-radius: 8px;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,.12);
	font-size: inherit;
	color: inherit;
}

.dropdown-item {
	padding: 8px 16px;
	font-weight: 400;
}

.dropdown-item:hover,
.dropdown-item:focus,
.dropdown-item:active {
	background-color: transparent;
}


/*--------------------------------------------------------------
## 10.2 - Меню социальных иконок
--------------------------------------------------------------*/
.social-icons-menu {
	margin: 0;
	padding: 0;
	list-style-position: outside;
	list-style-type: none;
	line-height: 1;
}

.social-icons-menu li {
	float: left;
	margin: 0;
	padding: 0;
}

.social-icons-menu li a {
	position: relative;
	display: inline-block;
	padding: 0.5em;
	text-decoration: none;
}

.social-icons-menu li a .screen-reader-text {
	display: none;
}

/*--------------------------------------------------------------
# 11.0 - Виджеты
--------------------------------------------------------------*/
.widget {
	margin: 0 0 2.5em 0;
	color: #333;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

.widget-header {
	margin: 0 0 1.25em 0;
	border-bottom: 1px solid #111133;
}

.widget-title {
	display: inline-block;
	margin: 0;
	padding: 0;
	color: #111133;
	font-weight: 400;
	font-size: 22px;
	font-size: 1.375rem;
	font-family: 'PT Sans', Georgia, Times New Roman;
}

.widget ul {
	margin: 0;
	padding: 0 0.3em;
	list-style: circle inside;
}

.widget ul .children,
.widget ul .sub-menu {
	margin: 0.5em 0 0.5em 1em;
	padding: 0;
}

.widget-title a:link,
.widget-title a:visited  {
	color: #111133;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.widget-title a:hover,
.widget-title a:active  {
	color: #4477aa;
}

/* Убеждаемся, что элементы помещаются в виджеты */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
## 11.1 - Стандартные виджеты
--------------------------------------------------------------*/

/* Виджет поиска */
.search-form {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
	width: 100%;
}

.search-form .screen-reader-text {
	display: none;
}

.search-form .search-field {
	display: inline-block;
	box-sizing: border-box;
	margin: 0;
	width: 100%;
	-webkit-appearance: none;
}

.search-form .search-submit {
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}


/* Исправляем баг рендеринга для браузера Safari */
@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0) {
	@media {
		.magazine-grid .magazine-grid-post {
			margin-right: -1px;
		}
	}
}

/*--------------------------------------------------------------
# 12.0 - Область контента
--------------------------------------------------------------*/

/*--------------------------------------------------------------
	00 — Главная страница
--------------------------------------------------------------*/

.home .page-header {
	margin-bottom: 0;
}

.hero {
	position: relative;
	margin-top: 32px;
	z-index: 1;
	padding: 97px 32px;
	background-image: url(images/background2.jpg);
	background-position: 50% 0;
	background-repeat: no-repeat;
	border-radius: 8px;
}

.hero-img {
	text-align: right;
}

.hero-img img {
	width: 277px;
}

.hero-overlay {
	position: absolute;
	z-index: 2;
	background: #333;
	opacity: 0.4;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	border-radius: 8px;
}

.hero-text {
	position: relative;
	z-index: 3;
	padding-top: 0;
	color: #fff;
}

.main-offer {
	margin: 0;
	line-height: normal;
	font-weight: 700;
	font-size: 48px;
	text-shadow: 0 2px 2px rgba(0,0,0,.3);
}

.offer-description {
	display: block;
	margin: 24px 0 32px;
	line-height: normal;
	line-height: 1.15;
	font-size: 20px;
	text-shadow: 0 2px 2px rgba(0,0,0,.3);
}

.offer-description a,
.offer-description a:hover,
.offer-description a:focus {
	color: #fff;
}

.offer-description .fas {
	font-size: 18px;
}

.hero-buttons {
	display: block;
}

.main-action {
	display: inline-block;
}

.main-action a {
	display: inline-block;
	font-size: 16px;
	color: #fff;
}

.main-action a:hover,
.main-action a:active,
.main-action a:focus {
	color: #fff;
	text-decoration:none;
}

.main-action-note {
	display: inline-block;
	margin-left: 16px;
	vertical-align: middle;
	font-size: 14px;
}

.main-action .dropdown-menu {
	margin-top: 2px;
	padding: 10px 32px;
	border: 1px solid rgba(0,0,0,.06);
	border-radius: 8px;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,.12);
}

.main-action .dropdown-menu .dropdown-note {
	margin-bottom: 8px;
	font-size: 13px;
	color: rgba(0, 0, 0, 0.94);
}

.main-action .dropdown-menu a {
	color: rgba(0, 0, 0, 0.94);
}

.main-action .dropdown-menu .dropdown-item {
	padding: 0;
	font-weight: 700;
	font-size: 20px;
}

.main-action .dropdown-menu .dropdown-item:hover,
.main-action .dropdown-menu .dropdown-item:focus,
.main-action .dropdown-menu .dropdown-item:active {
	background-color: transparent;
	color: #215CE0;
}

.call-button {
	margin: 0;
	padding: 12px 32px 12px;
	background: #f72021;
	border-radius: 8px;
	line-height: 26px;
	font-weight: 500;
	box-shadow: 0 2px 6px 0 rgba(0,0,0,.12);
}

.selection-button {
	padding: 12px 32px 12px;
}

.secondary-action {
	display: inline-block;
	margin-left: 16px;
	line-height: 24px;
}

.secondary-action a {
	display: inline-block;
	background-color: #fff;
	border: 1px solid #ddd;
    border-radius: 4px;
	font-size: 16px;
	text-decoration: none;
	color: rgba(0, 0, 0, 0.94);
}

.secondary-action a:hover {
	text-decoration: none;
}

.top-item {
	position: relative;
}

.top-item-features {
	position: absolute;
	top: 20px;
	left: 20px;
}

.feature-1 {
	display: inline-block;
	background: #e0215d;
	background: #e6004a;
	background: #ec004c;
	background: #ffeb00;
	background: #fff344;
	margin-right: 8px;
	padding: 2px 6px;
	border-radius: 4px;
}

.feature-2 {
	display: inline-block;
	background: #e0215d;
	padding: 2px 6px;
	border-radius: 4px;
	color: #fff;
}

.dark-gradient {
	z-index: 50;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: linear-gradient(to top, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0) 100%);
	padding: 32px 20px 20px;
	color:#fff;
}

.top-item-location {
}

.top-item-info {
	margin-bottom: 14px;
}

.top-item-price {
	display: inline-block;
	font-size: 20px;
	font-weight: 700;
}

.top-item-type {
	display: inline-block;
	border-left: 1px solid #fff;
	margin-left: 8px;
	padding-left: 10px;
	line-height: 19px;
	font-weight: 700;
	vertical-align: 1px;
	text-transform: lowercase;
}


/* ---- Общие стили секций */

.section_title {
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	margin-bottom: 24px;
	font-weight: 700;
	font-size: 28px;
}

.section_subtitle {
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	font-weight: 700;
	font-size: 16px;
}


/* ---- Блок Услуги */

.section-services {
	padding: 64px 0 80px;
}

.section-services .section_title {
	margin-bottom: 0;
}

.section-services-item.first {
	padding-bottom: 28px;
	border-bottom: 1px solid #ddd;
}

.section-services-item.second {
	padding-top: 28px;
}

.second-title {
	margin-top: 32px;
}

.scrolling-wrapper {
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  width: 100%;
  -webkit-overflow-scrolling: touch;
}

.scrolling-wrapper::-webkit-scrollbar {
    display: none;
}


.services-links-item {
	display: inline-block;
	margin-right: 32px;
	line-height: 40px;
    font-size: 20px;
	color: #215CE0;
}

.services-links-item:before {
	content: '#';
}

.card-link {
	color: initial;
}

.card-link:hover {
	color: initial;
}

.section_title span.add a {
    margin-left: 16px;
    padding: 0 6px;
    display: inline-block;
	border: 1px solid #ccc;
    border-radius: 4px;
    vertical-align: 6px;
	line-height: 24px;
	font-weight: 400;
    font-size: 13px;
	color: rgba(0, 0, 0, 0.94);
}

.card-link:hover .services-block_title,
.card-link:hover .services-block_title span {
	color: #f41224;
}

.services-block {
	background: #ffffff;
	margin-bottom: 32px;
	padding: 32px;
	border: 1px solid rgba(0,0,0,.07);
    border: 1px solid #ddd;
	border-radius: 8px;
	box-shadow: 0px 1px 3px rgba(0,0,0,.08);
	box-shadow: 0 7px 24px 0 rgba(0,0,0,.03), 0 4px 12px 0 rgba(0,0,0,.04);
}

.services-block_title {
	clear: both;
	margin-bottom: 0;
	color: rgba(0, 0, 0, 0.94);
	line-height: 1.35;
	font-size: 20px;
	/* transition: all .15s ease-out; */
}

.disabled .services-block_title {
	color: rgba(0, 0, 0, 0.3);
}

.services-block_description {
	display: none;
	margin-bottom: 0;
	color: rgba(0, 0, 0, 0.94);
}


/* ---- Блок недавно добавленных объектов */

.section-latest {
	margin-bottom: 32px;
}

.section-new-apts .cat-title-home {
	margin-bottom: 20px;
}


/* ---- Блок О риэлторе ---- */

.section-about {
}

.section-about .fa-asterisk {
	margin: 0 4px;
	color: #ddd;
	font-size: 10px;
}

.section-about .section_title {
	margin: 56px 0 8px;
}

.section-about_text {
	margin-bottom: 32px;
}

.section-about_text span {
	display: inline-block;
    margin-right: 8px;
    padding: 2px;
    border: solid;
    border-width: 0 2px 2px 0;
    vertical-align: 1px;
}

.section-about_numbers_item-wrapper {
	margin-bottom: 32px;
}

.section-about_numbers {
	height: 100%;
	background-color: #f1f1f1;
	padding: 32px;
	line-height: normal;
}

.section_numbers {
	margin-bottom: 32px;
}

.section-about_numbers span {
	display: inline-block;
	margin-bottom: 8px;
	line-height: 1.1;
	font-size: 28px;
	font-weight: 700;
}


/* ----------------------------------------------
   Telegram-канал -- начало
*/

.section-telegram {
	margin: 48px 0 80px;
}

.section-telegram .section_title {
	margin-bottom: 16px;
	line-height: 1.25;
}

.section-telegram .section_title span.add a,
.section-telegram .section_title span.add a:focus,
.section-telegram .section_title span.add a:hover {
	padding: 0 7px;
	background-color: #0088cc;
	border: none;
	line-height: 26px;
	color: #fff;
}

.section-telegram-goto {
	display: block;
	margin-top: 12px;
	line-height: 36px;
	font-size: 16px;
}

.section-telegram-goto span {
	display: inline-block;
	margin-left: 4px;
	padding: 3px;
	border: solid;
	border-width: 0 2px 2px 0;
	vertical-align: 1px;
}

.section-telegram-description {
	font-size: 16px;
}

/*
   Telegram-канал -- конец
   ---------------------------------------------- */


/* ---- Заявка на подбор недвижимости ---- */

.section-selection {
	background: #111;
	text-align: left;
	padding: 64px 0;
	border-bottom: 1px solid rgba(255,255,255,.16);
}

.section-selection .section_title {
    margin-bottom: 0;
	line-height: 1.25;
}

.section-selection_paper {
	background-color: #ffffff;
	padding: 32px;
	border-radius: 8px;
    box-shadow: 0px 1px 3px rgba(0,0,0,.08);
}

.section-selection_title {
	margin-bottom: 24px;
	font-weight: 700;
	font-size: 28px;
}

.section-selection_text {
	margin-bottom: 16px;
}

.selection-form input[type="submit"] {
	background: #f41224;
	width: 100%;
	font-weight: 500;
}

.selection-form input[type="submit"]:active {
	background: #e61c1c;
}

.section-selection_paper .section_subtitle {
	padding-top: 16px;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
	border: none;
	border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
	border: none;
	color: rgba(0, 0, 0, 0.94);
}

.nav-tabs .nav-item {
	margin-bottom: 0;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

.nav-tabs .nav-link {
	border: none;
	color: rgba(0, 0, 0, 0.5);
}

.nav-link {
	padding: 0;
}

.nav-tabs {
	border-bottom: 1px solid #ddd;
}

.tenant {
	margin-right: 0;
}

.tenant .active {
	margin-right: 16px;
	margin-bottom: -1px;
	padding-bottom: 8px;
	border-bottom: 2px solid #f41224 !important;
}

.landlord {
	margin-left: 0;
}

.landlord .active {
	padding-bottom: 8px;
	margin-left: 16px;
	margin-bottom: -1px;
	border-bottom: 2px solid #f41224 !important;
}


/* ---- Блок о риэлторе ---- */

.about-block {
	margin-bottom: 0;
}

/* Блок связи с риэлтором */

.contact-block {
	margin-bottom: 48px;
}

.screen-reader-response {
	display: none;
}

.consult-block {
	margin-bottom: 16px;
}

.contact-info a {
	border-bottom: 1px solid;
}

.agent-bio {
	margin: 0 0 32px;
	padding: 16px;
	border: 1px solid #ddd;
	border-radius: 3px;
	font-size: 15px;
}

.main-form-height {
	height: 120px !important;
}

.post-edit-link {
	display: block;
}

.type-post,
.type-attachment,
.type-sale,
.type-rent,
.type-commercial,
.type-house-sale,
.type-land	{
	margin: 0 0 32px 0;
	max-width: 100%;
}

.home .type-post,
.home .type-attachment,
.home .type-sale,
.home .type-rent,
.home .type-land,
.home .type-house-sale,
.home .type-commercial,
.archive .type-post,
.archive .type-attachment,
.archive .type-sale,
.archive .type-rent,
.archive .type-commercial,
.archive .type-house-sale,
.archive .type-land {
	border-radius: 8px;
	box-shadow: 0 7px 24px 0 rgba(0,0,0,.03), 0 4px 12px 0 rgba(0,0,0,.04);
	position: relative;
}

.apt-labels {
	position: absolute;
	z-index: 999;
	top: 16px;
	left: 16px;
}

.center-labels {
    z-index: 8;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.bottom-labels {
	position: absolute;
	z-index: 999;
	bottom: 16px;
	left: 16px;
}

.first-rent,
.no-fee,
.new-building,
.label-rented,
.label-parking {
	display: inline-block;
	margin-right: 8px;
	padding: 2px 6px;
	border-radius: 3px;
	line-height: 16px;
	font-size: 13px;
	box-shadow: 0px 1px 2px rgba(0,0,0,.08);
}

.single .label-rented,
.single .first-rent,
.single .no-fee,
.single .new-building,
.single .label-parking {
	line-height: 21px;
	font-size: inherit;
	padding: 3px 8px;
}

.first-rent {
	color: rgba(0, 0, 0, 0.94);
	background-color: #fff654;
}

.no-fee {
	background-color: #00b341;
	color: #fff;
}

.label-rented {
	background-color: #f72021;
	color: #fff;
}

.new-building,
.label-parking {
	background-color: rgba(0,0,0,.5);
	color: #fff;
}

.rented .first-rent,
.rented .no-fee {
	display: none;
}

.rented-overlay {
	background: rgba(255,255,255,.65);
    display: block;
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 7;
}

.single-rented {
	opacity: 0.3;
}

.relative-wrapper .archive-edit-link {
	display: none;
}

.relative-wrapper:hover .archive-edit-link {
	display: block;
}

.archive-edit-link {
	position: absolute;
	z-index: 999;
	right: 31px;
	top: 16px;
	background-color: #f41224;
	border-radius: 3px;
	box-shadow: 0px 1px 2px rgba(0,0,0,.08);
}

.archive-edit-link a {
	padding: 3px 6px 1px;
	line-height: 16px;
	font-size: 11px;
}

.archive-edit-link:hover {
	background-color: #e81526;
}

.archive-edit-link a,
.archive-edit-link a:hover {
	color: #fff;
}

.metro-green,
.metro-red,
.metro-blue {
	margin-right: 4px;
	height: 10px;
	vertical-align: 0px;
}

.metro-green {
	fill: #32ad53;
}

.metro-blue {
	fill: #1990e6;
}

.metro-red {
	fill: #db342c;
}

.card_apt-address {
	margin-bottom: 10px;
	font-size: 14px;
	color: rgba(0, 0, 0, 0.68);
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.fa-walking,
.fa-car {
	margin-right: 4px;
}


/* Земельные участки -- начало */



/* Земельные участки -- конец */


.type-page {
	margin: 0 0 64px 0;
	max-width: 100%;
}

.error-404 {
	text-align: center;
}

.abovetitle-note {
	margin-bottom: 16px;
	color: rgba(0,0,0,.5);
}

.services-block_title span,
.abovetitle-note span {
	display: inline-block;
	margin-right: 6px;
	padding: 3px;
	border: solid;
	border-width: 0 2px 2px 0;
	vertical-align: 1px;
}

.services-block_title span {
	vertical-align: 2px;
	color: #215CE0;
}

.arrow-right {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

.arrow-left {
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
}

.archive .abovetitle-note .fas {
	margin-right: 8px;
	font-size: 20px;
	vertical-align: -2px;
}

.archive-title,
.page-title,
.entry-title {
	display: block;
	margin: 0;
	padding: 0;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	font-weight: 700;
	font-size: 28px;
}

.entry-title {
	font-size: 20px;
	line-height: 1.25;
	margin-bottom: 4px;
	color: rgba(0, 0, 0, 0.94);
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

a:hover .entry-title {
	color: #f41224;
}

.top-left-block {
	position: relative;
	background: #f1f1f1;
	height: 100%;
    padding: 32px;
}

.top-left-block .entry-meta {
	position: absolute;
	left: 32px;
	bottom: 32px
}

/* .flexslider {
	height: 420px;
} */

.flexslider-wrapper {
	display: block;
	position: relative;
	height: 0;
	width: 100%;
	background: #f1f1f1;
	padding-top: 66.6667%;
	overflow: hidden;
}

.flexslider-wrapper-item {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.video-container {
	position: relative;
	margin: 0 0 32px;
	padding-bottom: 56.25%;
	padding-top: 0;
	height: 0;
	overflow: hidden;
}

.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

a.showhide {
	display: block;
	margin-bottom: 16px;
	border: 1px solid #ddd;
	border-radius: 8px;
	padding: 11px 16px;
	line-height: 20px;
}

[aria-expanded="false"] > .expanded,
[aria-expanded="true"] > .collapsed {
  display: none;
}

.showhide .fa-youtube {
	margin: 0 8px 0 0;
	font-size: 20px;
	color: #f00;
	vertical-align: bottom;
}

.showhide .fas {
	margin-left: 6px;
	font-size: 11px;
}

.flexslider .fa-spin {
	position: absolute;
	left: 50%;
	top: 50%;
    transform: translate(-50%, -50%);
	margin-left:-13px;
	font-size: 26px;
}

.img-counter {
	position: absolute;
	z-index: 999;
	display: inline-block;
	bottom: 16px;
	left: 50%;
	transform: translateX(-50%);
	padding: 2px 6px;
	background-color: rgba(0,0,0,.5);
	border-radius: 3px;
	line-height: 21px;
	color: #fff;
}

.entry-title a {
	display: block;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.post-398 .page-title, .profile-photo {
	text-align:center;
}

.apt-address {
	margin: 0 0 32px !important;
}

.single .table {
	margin-bottom: 0;
}

.rental-agreement {
	margin-top: 16px;
	padding: 16px;
	/* background-color: #f1f1f1; */
	border: 1px solid #ddd;
	border-radius: 8px;
}

.fa-file-download {
	display: inline-block;
	font-size: 42px;
	color: #1054b8;
}

.rental-agreement__text {
	display: inline-block;
	margin-left: 12px;
}

.rental-agreement__description {
	font-weight: 700;
	color: rgba(0, 0, 0, 0.94);
}

/* Общие стили статических страниц */

.static-page {
	padding-top: 32px;
}

.static-page h1 {
	font-size: 36px !important;
}

.static-page h2 {
	margin: 40px 0 8px !important;
}


/* Страница О риэлторе -- начало */

.numbers-block {
	background: #ffe491;
	text-align: center;
}

.numbers-block_note {
	margin: 10px 0 32px;
	font-size: 12px;
}

.numbers-block-item {
	display: inline-block;
	margin: 40px 32px 40px;
	vertical-align: text-top;
	line-height: normal;
	text-align: center;
}

.numbers {
	margin-bottom: 48px;
}

.numbers__item span {
	line-height: 1.45;
	font-size: 28px;
	font-weight: 700;
}

.numbers__item {
	height: 100%;
	padding: 32px;
	background-color: #f1f1f1;
	line-height: normal;
}


/* блок Отзывы */

.section-testimonials {
	margin-bottom: 64px;
}

.testimonials-note {
	margin: 32px 0 32px;
}

.testimonial_wrapper {
	margin-top: 32px;
}

.testimonial {
	margin-top: 32px;
	padding: 16px;
	height: 100%;
	border: 1px solid #ddd;
	border-radius: 8px;
}

.page .testimonial p:last-of-type {
	margin-bottom: 0;
}

.testimonial_name {
	font-weight: 700;
}

.telegram-link-wrapper {
	margin-top: 32px;
	text-align: center;
}

.telegram-link-wrapper a,
.telegram-link-wrapper a:hover,
.telegram-link-wrapper a:active,
.telegram-link-wrapper a:focus {
    color: #fff;
}

.telegram-link {
	display: inline-block;
	padding: 0 32px;
	background: #2481CC;
	border-radius: 8px;
    line-height: 46px;
    font-weight: 500;
}

.telegram-link:active,
.telegram-link:focus {
    background: #2481CC;
}

/* Страница О риэлторе -- конец */


/* Страница Наша команда -- начало */

.team {
	margin-bottom: 16px;
}

.team__wrapper {
	margin-bottom: 32px;
}

.team__item {
	padding: 16px;
	border: 1px solid #ddd;
	border-radius: 8px;
	height: 100%;
}

.team__photo-wrapper {
	position: relative;
	margin-bottom: 16px;
	height: 150px;
}

.team__photo-wrapper .fas {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 36px;
	color: #ddd;
}

.team__photo {
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	text-align: center;
	height: 150px;
	width: 150px;
}

.team__photo img {
	border-radius: 50%;
}

.team__name {
	font-size: 20px;
	font-weight: 700;
}

.team__role {
}

.team__operations {
    margin-top: 16px;
    padding: 16px 0;
	height: 75px;
	border-top: 1px solid #ddd;
}

.team__phone {
	line-height: 1.25;
	font-size: 20px;
	font-weight: 700;
}

.team__phone a {
	color: rgba(0, 0, 0, 0.94);
}

.team__phone a:hover {
	color: #215CE0;
}

.team__social-item {
	display: inline-block;
	margin: 16px 16px 0 0;
}

.team__social-item .fab {
	margin: 0;
	vertical-align: middle;
}

/* Страница Наша команда -- конец */


/* Страница Контакты -- начало */

.mt-8 {
	margin-top: 8px;
}

.mb-16 {
	margin-bottom: 16px;
}

.mb-32 {
	margin-bottom: 32px;
}

.contact-page-block {
	background-color: #f1f1f1;
	padding: 32px;
	height: 100%;
}

.contact-page-block.social {
	padding: 32px 32px 16px;
}

/* .contact-page-block .fa-facebook-square,
.contact-page-block .fa-instagram {
	font-size: 44px;
	margin-right: 16px;
} */

.bg-yellow {
	background-color: #fff774;
}

.contact-page-block_title {
	margin-bottom: 14px;
}

.social .contact-page-block_title {
	margin-bottom: 0;
}

.contact-page-block_item {
    margin-bottom: 8px;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.25;
}

.contact-page-block_item .email {
	font-size: initial;
}

.contact-page-block_item:last-of-type {
    margin-bottom: 0;
}

.bg-yellow .contact-page-block_item a {
    color: rgba(0, 0, 0, 0.94);
}

.bg-yellow .contact-page-block_item a:hover {
    color: #f41224;
}

.bg-yellow .contact-page-block_item a:hover {
    color: #f41224;
}

.social-icons__item {
	display: inline-block;
	margin: 16px 20px 2px 0;
	line-height: 1;
}

.social-icons__item .fab {
	font-size: 32px;
	color: rgba(0, 0, 0, 0.94);
}

.contact-page-block.form {
	margin-top: 32px;
}

.contact-page-block h2 {
	margin: 0 0 8px !important;
}

.contact-page-block div.wpcf7-validation-errors {
	margin: 16px 0 0 !important;
}
/* Страница Контакты -- конец */


/* Страница Сдать квартиру -- конец */

.add .entry-content {
	margin-top: 16px;
}

.add .form {
	margin-top: 64px;
}

/* Страница Сдать квартиру -- начало */


.profile-photo img {
	border-radius: 150px;
}

.add-apt a {
	color: #357FD1;
}

.add-aptbefore {
	font-family: "dashicons";
	content: "\f132";
	color: #F35056;
	margin-right: 6px;
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: normal !important;
	text-decoration: none !important;
}

.secondary-text {
	margin-top: 32px;
}

.date {
	margin-bottom:8px;
}

.link-black a {
	color: #777;
}

.link-black a:hover {
	color: #f21212;
}


/* Карточка объекта */

.relative-wrapper {
	position:relative;
}

.apt-card_gradient {
	z-index: 50;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: linear-gradient(to top, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0) 100%);
	padding: 32px 16px 16px;
	color: #fff;
}

.apt-card_gradient a {
	color: #fff;
}

.entry-header {
	padding: 18px 16px 16px;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	background: #fff;
	font-size: 14px;
}

.top-round {
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}

.price {
	font-size: 28px;
	font-weight: 700;
}

.card-category {
	font-weight:500;
	line-height: 20px;
}

.card-category a {
	vertical-align: -5px;
}

.type-label {
	position: absolute;
	display: inline-block;
	bottom: 16px;
	right: 16px;
	background: #343E47;
	padding: 8px;
	font-weight: 400;
	line-height: 1.5;
	font-size: 20px;
	font-size: 1.25rem;
	font-family: 'PT Sans', sans-serif;
}

.type-label a {
	color: #fff;
}

.section-title {
	margin: 32px 0 16px;
	font-size: 22px;
	font-weight: 700;
}

.apt-info {
	margin: 0;
}

.amenities .fas {
	margin-right: 6px;
	vertical-align: 2px;
	font-size: 12px;
	color: #0ab21b;
}

.amenities .item {
	margin:0 0 4px 20px;
}

.amenities .item::before {
	content:"\f00c";
	font-family: "Font Awesome 5 Free";
	margin-left: -20px;
	padding-top: 1px;
	font-size: 12px;
	color: #0ab21b;
	float: left;
}

/* Карточка риэлтора */

.agent-info {
	background: #ffecb3;
	background: #ffe699;
	background: #fff654;
	background: #fff774;
	margin-top: 32px;
	padding: 32px;
}

.agent-info a {
	color: #222;
}

.agent-info a:hover {
	color: #215CE0;
}

.agent {
	margin-bottom:2px;
	line-height: 1.25;
	font-size:22px;
	font-weight: 700;
}

.all-objects-link {
	margin-bottom: 12px;
}

.all-objects-link a {
	color: #357FD1;
}

.contact-item {
	margin-bottom: 0;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.25;
}

.contact-item:last-of-type {
	margin-bottom:0;
}

.apt-info-small {
	margin: 8px 0 0;
	border-top: 1px solid #ddd;
	padding-top: 6px;
}

.info-row {
	margin-bottom: 8px;
	border-bottom: 1px dotted #bbb;
}

.info-row:last-of-type {
	margin-bottom: 0;
}

.info-row.divider {
	margin-top: 32px;
}

.apt-data {
	float: right;
	font-weight: 700;
}

.date-added {
	margin-top: 32px;
}

.apt-data-single {
	font-weight: 400;
}

/* Галерея объекта */

.zoom-link a:hover {
	cursor:zoom-in;
}

/* Всплывающее окно FooBox */

.fbx-inner-shadow {
	box-shadow: 0 0 12px rgba(0,0,0,.5);
}

.fbx-light .fbx-close,
.fbx-light .fbx-prev,
.fbx-light .fbx-next {
	background-color:transparent;
}

.fbx-icon,
.fbx-loader {
	display: none;
}

.fbx-rounded .fbx-close,
.fbx-rounded .fbx-next,
.fbx-rounded .fbx-prev {
	border:none;
	width: 58px;
	text-align: center;
}

.fbx-rounded .fbx-close {
	top:-16px;
	right: -76px;
}

.fbx-rounded .fbx-prev {
	left: -79px;
	padding-right: 16px;
}

.fbx-rounded .fbx-next {
	right: -79px;
	padding-left: 16px;
}

.fbx-rounded .fbx-close.fbx-btn-shadow,
.fbx-rounded .fbx-close.fbx-btn-shadow:hover,
.fbx-rounded .fbx-prev.fbx-btn-shadow,
.fbx-rounded .fbx-prev.fbx-btn-shadow:hover,
.fbx-rounded .fbx-next.fbx-btn-shadow,
.fbx-rounded .fbx-next.fbx-btn-shadow:hover {
	box-shadow:none;
}

a.fbx-close.fbx-btn-transition.fbx-btn-shadow::before,
a.fbx-prev.fbx-btn-transition.fbx-btn-shadow::before,
a.fbx-next.fbx-btn-transition.fbx-btn-shadow::before {
	color: rgba(255, 255, 255, 1) !important;
}

.fbx-prev::before,
.fbx-next::before {
	font-family: "Font Awesome 5 Free";
	font-size: 40px;
	color: rgba(255, 255, 255, 1);
    text-shadow: 0 1px 6px rgba(0, 0, 0, 0.5);
}

.fbx-close {
	background-image: url(/wp-content/themes/realestate2/images/close-icon.svg);
	background-repeat: no-repeat;
	background-position: center;
	opacity: 0.7;
}

.fbx-close:hover {
	opacity: 1;
}

.fbx-close::before {
	content: '' !important;
}

.fbx-prev::before {
	content: '\f053' !important;
}

.fbx-next::before {
	content: '\f054' !important;
}

.fbx-phone .fbx-count {
	display: inline-block;
}

.fbx-modal.fbx-rounded.fbx-phone.fbx-portrait .fbx-inner-spacer {
	padding: 60px 0 0;
}

.fbx-modal.fbx-rounded.fbx-phone.fbx-portrait .fbx-inner-spacer,
.fbx-modal.fbx-phone.fbx-portrait .fbx-inner-spacer {
	padding: 35px 0 15px;
}

.fbx-rounded .fbx-item-current,
.fbx-rounded .fbx-item-image,
.fbx-rounded .fbx-item-next,
.fbx-rounded .fbx-inner {
	border-radius: 0;
}

.fbx-rounded.fbx-light .fbx-count,
.fbx-rounded.fbx-light .fbx-credit a {
	color: rgba(255, 255, 255, 1);
}

.fbx-rounded .fbx-count,
.fbx-rounded .fbx-credit {
	bottom: 16px;
	left: 50%;
	transform: translateX(-50%);
	padding: 2px 6px;
	background-color: rgba(0,0,0,.5);
	width: auto;
	border-radius: 3px;
	line-height: 21px;
	font-size: inherit;
}

/* Всплывающее окно FooBox Mobile Portrait */

.fbx-modal.fbx-phone.fbx-portrait .fbx-close {
	left: auto;
	height: 52px;
	width: 52px;
}

.fbx-modal.fbx-phone.fbx-portrait .fbx-next,
.fbx-modal.fbx-phone.fbx-portrait .fbx-prev {
	top: 50%;
	margin-top: -50px;
	width: 58px;
	height: 100px;
	line-height: 100px;
	padding:0;
}

.fbx-modal.fbx-phone.fbx-portrait .fbx-prev {
	left: -8px;
}

.fbx-modal.fbx-phone.fbx-portrait .fbx-next {
	left: auto;
	right: -8px;
}

/* Всплывающее окно FooBox Mobile Landscape */

.fbx-modal.fbx-phone.fbx-landscape {
	border-right-width: 0;
}

.fbx-modal.fbx-phone .fbx-next,
.fbx-modal.fbx-phone .fbx-prev {
	position:absolute;
}

.fbx-modal.fbx-phone.fbx-landscape .fbx-close {
	height: 52px;
	width: 52px;
}

.fbx-modal.fbx-phone.fbx-landscape .fbx-next,
.fbx-modal.fbx-phone.fbx-landscape .fbx-prev {
	top: 50%;
	margin-top: -50px;
	width: 58px;
	height: 100px;
	line-height: 100px;
}

.fbx-modal.fbx-phone.fbx-landscape .fbx-prev {
	left: 0;
}

.fbx-modal.fbx-phone.fbx-landscape .fbx-next {
	right: 0;
}

/* ------- */

.entry-content {
	margin: 32px 0 32px;
}

.page .entry-content,
.single-post .entry-content {
	font-size: 16px;
}

.wp-post-image {
	margin: 0;
}

/* Ссылки страниц */
.page-links {
	margin: 0;
	word-spacing: 1em;
	font-weight: bold;
}

/*--------------------------------------------------------------
## 12.2 - Мета информация
--------------------------------------------------------------*/
.price-position {
	position: relative;
}

.home .entry-meta,
.archive .entry-meta {
	font-size: 20px;
}

.entry-meta {
	display: inline-block;
	margin-top: 32px;
	font-weight: 700;
	font-size: 22px;
	color: rgba(0, 0, 0, 0.94);
}

.entry-meta span.divider {
	font-weight: 400;
	font-size: 17px;
}

.category-type {
	color: rgba(0, 0, 0, 0.94);
}

.category-type a {
/* 	display: inline-block;
	padding-left: 8px;
	border-left: 1px solid #ddd;
	line-height: 24px;
	font-size: 22px;
	font-weight: 700; */
	text-transform: lowercase;
}

/* Категория объекта на странице архива */

.home .category-type,
.archive .category-type {
	vertical-align: 1px;
	font-weight: 700;
	font-size: 14px;
	text-transform: lowercase;
}

/* --- */

.home .entry-meta,
.archive .entry-meta {
	margin-top: 0;
	line-height: 1.25;
}

/* .entry-meta a:link,
.entry-meta a:visited {
	color: #fff;
}

.entry-meta a:hover,
.entry-meta a:active {
	color: #444;
} */

.entry-meta span:last-child:after {
	display: none;
}

.info-line {
	margin: 0;
	font-weight: 700;
	color: rgba(0, 0, 0, 0.94);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.entry-excerpt {
	position: relative;
	overflow: hidden;
	margin-bottom: 10px;
	line-height: 20px;
	height: 60px;
}

.entry-excerpt p {
	margin-bottom: 0;
	color: rgba(0, 0, 0, 0.68);
}

.hide-gradient {
	position: absolute;
	bottom: 2px;
	left: 0;
	height: 20px;
	width: 100%;
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
}

/* Теги и виджет облака тегов */
.entry-tags {
	margin: 0 0 2em;
}

.widget_tag_cloud .tagcloud,
.entry-tags .meta-tags {
	font-size: 14px;
	font-size: 0.875rem;
}

.widget_tag_cloud .tagcloud:before,
.widget_tag_cloud .tagcloud:after,
.entry-tags .meta-tags:before,
.entry-tags .meta-tags:after {
	display: table;
	content: "";
}

.widget_tag_cloud .tagcloud:after,
.entry-tags .meta-tags:after {
	clear: both;
}

.widget_tag_cloud .tagcloud a,
.entry-tags .meta-tags a {
	display: inline-block;
	float: left;
	margin: 0 2px 2px 0;
	padding: 0.2em 0.5em 0.3em;
	background: #4477aa;
	text-decoration: none;
	font-size: 14px !important;
	font-size: 0.875rem !important;
}

.widget_tag_cloud .tagcloud a:link,
.widget_tag_cloud .tagcloud a:visited,
.entry-tags .meta-tags a:link,
.entry-tags .meta-tags a:visited {
	color: #fff;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.widget_tag_cloud .tagcloud a:hover,
.widget_tag_cloud .tagcloud a:active,
.entry-tags .meta-tags a:hover,
.entry-tags .meta-tags a:active {
	background: #111133;
	color: #fff;
}

/* Навигация по публикации */
.post-navigation {
	margin: 0;
	padding: 1em 0;
	border-top: 2px solid #eee;
}

.post-navigation .nav-links .nav-previous {
	float: left;
}

.post-navigation .nav-links .nav-next {
	float: right;
}

.post-navigation .nav-links .nav-previous a:before {
	margin-right: 3px;
	content: "\00AB";
}

.post-navigation .nav-links .nav-next a:after {
	margin-left: 4px;
	content: "\00BB";
}

.post-navigation .nav-links a {
	display: inline-block;
	margin: 0 0 3px;
	padding: 0.3em 0.8em;
	background: #111133;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	font-size: 0.875rem;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.post-navigation .nav-links a:link,
.post-navigation .nav-links a:visited  {
	color: #fff;
}

.post-navigation .nav-links a:hover,
.post-navigation .nav-links a:active {
	background: #4477aa;
}

/*--------------------------------------------------------------
## 12.2 - Архивы публикаций
--------------------------------------------------------------*/

/* Заголовок архива */

.archive .page-header {
	margin-bottom: 24px;
}

.post-type-archive-land .page-header,
.post-type-archive-house-sale .page-header,
.tax-commercial-object .page-header {
	margin-bottom: 8px;
}

.page-header {
	margin-bottom: 16px;
}

.archive .page-header {
	
}

.page-header .archive-title {
	margin-bottom: 24px;
}

.archive-description {
	margin-bottom: 16px;
}

.page-header .blog-description,
.page-header .archive-description {
	font-size: 16px;
}

.page-header .blog-description,
.page-header .archive-description p {
	margin: 0;
}

.archive-description h1 {
	margin: 0;
	font-weight: 500;
}

/* Стиль публикации в архиве */
.post-wrapper .type-post .entry-content {
	font-size: 15px;
}

.post-wrapper .type-post .entry-excerpt p {
	margin: 0;
}

.post-wrapper .type-post .entry-meta {
	line-height: 1.2;
	font-size: 20px;
	color: rgba(0, 0, 0, 0.88);
}

/* Колонки публикаций на странице архива */
.post-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -32px;
}

.post-wrapper .post-column {
	box-sizing: border-box;
	padding-right: 32px;
}

.post-wrapper img {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

/* Двухколоночный макет */
.post-layout-two-columns .post-wrapper .post-column {
	width: 50%;
}

.post-layout-two-columns .post-wrapper .type-post .entry-title {
	font-size: 32px;
	font-size: 2rem;
}

/* Трёхколоночный макет */
.post-layout-three-columns .post-wrapper .post-column {
	width: 33.3333333333333%;
}

.post-wrapper .type-post .entry-title {
	font-size: 20px;
}

/* Четырёхколоночный макет */
.post-layout-four-columns .post-wrapper .post-column {
	width: 25%;
}

.post-layout-four-columns .post-wrapper .type-post .entry-title {
	font-size: 20px;
	font-size: 1.25rem;
}

/* Fix Render Bug for Safari */
@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0) {
	@media {
		.post-wrapper .post-column {
			margin-right: -1px;
		}
	}
}

/* Навигация */
.pagination {
	margin: 0 0 64px;
	text-align: center;
}

.pagination a,
.pagination .current {
	display: inline-block;
	min-width: 44px;
	margin: 0 4px 0 0;
	padding: 0 16px;
	text-align: center;
	text-decoration: none;
	line-height: 46px;
	font-weight: 500;
	font-size: 20px;
}

.pagination a {
	border-radius: 4px;
}

.pagination a:link,
.pagination a:visited {
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.pagination .current {
	background: #f1f1f1;
	border-radius: 8px;
	color: rgba(0, 0, 0, 0.94);
}

/* Хлебные крошки */
.breadcrumbs {
	font-size: 15px;
}

.breadcrumbs-container {
	background: #f5f5f5;
	padding: 8px 0;
	color: #888;
}

.breadcrumbs-container a {
	color: #888;
}

.breadcrumbs-container a:hover {
	color: #f21212;
}

.breadcrumbs .trail-browse,
.breadcrumbs .trail-items,
.breadcrumbs .trail-items li {
	display: inline;
	margin: 0;
	padding: 0;
}

.breadcrumbs .trail-browse {
	margin-right: 0.5em;
	font-weight: normal;
	font-size: 14px;
	font-size: 0.875rem;
}

.breadcrumbs .trail-items {
	list-style: none;
}

.breadcrumbs .trail-items li::after {
	padding: 0 0.5em;
	content: "\00bb"; /* Raquo */
}

.trail-separator-slash .trail-items li::after { content: "\002F"; }
.trail-separator-dash .trail-items li::after { content: "\2013"; }
.trail-separator-bull .trail-items li::after { content: "\2022"; }
.trail-separator-arrow-bracket .trail-items li::after { content: "\003e"; }
.trail-separator-raquo .trail-items li::after { content: "\00bb"; }
.trail-separator-single-arrow .trail-items li::after { content: "\2192"; }
.trail-separator-double-arrow .trail-items li::after { content: "\21D2"; }

.breadcrumbs .trail-items li:last-of-type::after {
	display: none;
}

/*--------------------------------------------------------------
# 13.0 - Важные публикации
--------------------------------------------------------------*/
.featured-posts-wrap {
	margin: 0 0 2.5em;
}

.featured-posts {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -0.5em;
}

.featured-posts .grid-post {
	box-sizing: border-box;
	padding-right: 0.5em;
	width: 33.333333333333333%;
}

.featured-posts .grid-post:nth-child(1),
.featured-posts .grid-post:nth-child(2) {
	width: 50%;
}

.featured-posts .grid-post .type-post .featured-image {
	margin: 0;
	vertical-align: top;
}

.featured-posts .grid-post .type-post {
	position: relative;
	margin: 0 0 0.5em;
}

.featured-posts .grid-post .type-post .image-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.1s ease;
	transition: all 0.1s ease;
}

.featured-posts .grid-post .type-post:hover .image-overlay {
	background: rgba(0,0,0,0.1);
}

.featured-posts .grid-post .type-post .post-content {
	position: absolute;
	right: 1.5em;
	bottom: 1.5em;
	left: 1.5em;
}

.featured-posts .grid-post .type-post .entry-title {
	display: block;
	padding: 0.2em 0.6em;
	text-shadow: 0 0 15px #000;
	font-size: 28px;
	font-size: 1.75rem;
}

.featured-posts .grid-post:nth-child(1) .type-post .entry-title,
.featured-posts .grid-post:nth-child(2) .type-post .entry-title {
	font-size: 36px;
	font-size: 2.25rem;
}

.featured-posts .grid-post .type-post .entry-title a:link,
.featured-posts .grid-post .type-post .entry-title a:visited {
	color: #fff;
}

.featured-posts .grid-post .type-post .entry-title a:hover,
.featured-posts .grid-post .type-post .entry-title a:active {
	color: #ddd;
}

/* Fix Render Bug for Safari */
@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0) {
	@media {
		.featured-posts .grid-post {
			margin-right: -1px;
		}
	}
}

/*--------------------------------------------------------------
# 14.0 - Комментарии
--------------------------------------------------------------*/

.comments-area {
	margin: 0 0 64px;
	font-size:15px;
}

.comments-area .row {
	margin-right: -8px !important;
	margin-left: -8px !important;
}

.comments-area .col-sm-6 {
	padding-right: 8px !important;
	padding-left: 8px !important;
}

.comments-area p.comment-form-comment {
	margin-bottom: 10px !important;
}

/* Шапка комментариев */
.comments-header,
.comment-reply-title {
	margin: 32px 0 16px;
}

.comments-header .comments-title,
.comment-reply-title span {
	display: inline-block;
	margin: 0;
	padding: 0;
	font-weight: 700;
	font-size: 22px;
}

/* Список комментариев */
.comment-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.comment {
	margin: 0 0 16px;
	padding: 0 0 16px;
	border-bottom: 1px solid #ddd;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

.comment-meta {
	float: left;
	padding: 0;
	width: 100%;
}

.fn {
}

.comment-author.vcard .says {
	display: none;
}

.bypostauthor {
	display: block;
}

.comment-meta .comment-metadata {
	margin-bottom: 8px;
}

.comment-meta .comment-metadata a {
	margin-right: 8px;
	color: #999;
}

.edit-link a {
	color: #215CE0 !important;
}

.edit-link a:hover {
	color: #f21212 !important;
}

.comment-content {
	clear: left;
	padding-top: 4px;
}

.comment-content p {
    margin-bottom: 0;
}


.comment-content a {
	word-wrap: break-word;
}

.comment ol.children {
	list-style: none;
}

.comment ol.children .comment {
	margin: 16px 0 0;
	padding: 16px 0 0;
	border-top: 1px solid #eee;
	border-bottom: none;
}

.comment .comment-respond {
	margin-top: 2em;
}

/* Comment Pagination */
.comment-navigation {
	margin: 0 0 1.5em;
	padding: 0.5em 0;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	font-size: 14px;
	font-size: 0.875rem;
}

.comment-navigation .nav-previous {
	float: left;
}

.comment-navigation .nav-next {
	float: right;
}

.comment-navigation .nav-previous a:before {
	margin-right: 3px;
	content: "\00AB";
}

.comment-navigation .nav-next a:after {
	margin-left: 4px;
	content: "\00BB";
}

.reply {
	margin-top:8px;
}

/* Форма комментариев */
.comment-form {
	padding: 0;
}

.form-group {
	margin-top: 16px !important;
    margin-bottom: 0 !important;
}

.last-element {
    margin-bottom: 26px !important;
}

.form-group p {
	margin: 0;
}

.comment-reply-title small a {
	font-size: 15px;
	font-weight: 400;
	vertical-align: 2px;
	margin-left: 6px;
}

/*--------------------------------------------------------------
# 15.0 - Подвал
--------------------------------------------------------------*/
.footer__copyright {
	margin-bottom: 16px;
	font-size: 15px;
	font-weight: 700;
	color: #f5f5f7;
}

.footer ul {
	margin: 0;
	padding: 0;
}

.footer ul li {
	margin: 0;
	list-style: none !important;
}

.footer-content {
	padding: 64px 0;
	word-break: normal;
	font-size: 14px;
	color: rgb(161, 161, 166);
}

a.footer__phone,
a.footer__phone:hover {
    display: block;
    margin-top: 16px;
    line-height: 1.25;
	font-size: 28px;
    color: #f5f5f7;
}

.footer__item {
	margin-bottom: 24px;
}

a.footer__link,
span.footer__link {
	display: block;
	margin-top: 8px;
	font-size: 14px;
	color: rgba(0, 0, 0, 0.94);
}

a.footer__link:hover {
	color: #f95036;
}

.footer__title {
	margin-bottom: 16px;
	font-size: 15px;
	font-weight: 700;
	color: #f5f5f7;
}

.footer__social {
	margin-top: 32px;
	padding-top: 16px;
	border-top: 1px solid #ddd;
}

.footer__social .footer__title {
	margin: 16px 0 0 0;
	font-weight: 400;
	font-size: 14px;
}

.footer_theme_dark {
	background: #111;
	color: #f5f5f7;
}

.footer_theme_dark a.footer__link,
.footer_theme_dark span.footer__link,
.footer__developer a {
	background: #111;
	color: rgb(161, 161, 166);
}

.footer_theme_dark a.footer__link:hover,
.footer_theme_dark .social-icons__item .fab:hover,
.footer__developer a:hover {
	color: #f5f5f7;
}

.footer_theme_dark .footer__social {
	border-top: 1px solid rgba(255,255,255,.16);
}

.footer_theme_dark .social-icons__item .fab {
	color: rgb(161, 161, 166);
}

.footer__developer {
	margin-top: 16px;
	font-size: 12px;
    text-align: right;
}


/*--------------------------------------------------------------
# 16.0 - Медиа
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	border: none;
}

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

/*--------------------------------------------------------------
## 16.1 - Подписи
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

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

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

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

/*--------------------------------------------------------------
## 16.2 - Галереи
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

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

.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;
}

/*--------------------------------------------------------------
# 17.0 - Адаптивность
--------------------------------------------------------------*/


@media only screen and (max-width: 1199px) {
	.main-offer {
		font-size: 48px;
	}
	
	.hero-img img {
		width: 263px;
	}
	
	.team__role {
		height: 42px;
	}
	
	/* .services-block {
		width: 210px;
	} */
	
/* 	.flexslider {
		height: 350px;
	} */
}


@media only screen and (min-width: 992px) {
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: 12px !important;
		padding-left: 12px !important;
	}
}


@media only screen and (max-width: 991px) {
	
	.navbar-light .navbar-brand:hover,
	.navbar-light .navbar-brand:focus {
		color: rgba(0, 0, 0, 0.9) !important;
	}

	a:hover, a:active,
	.navbar a:hover {
		color: #215CE0;
	}

	.card-link:hover .services-block_title,
	.card-link:hover .services-block_title span,
	.section_title span.add a:hover {
		color: rgba(0, 0, 0, 0.94);
	}

	a:hover .entry-title,
	a.white-button:hover {
		color: rgba(0, 0, 0, 0.94);
	}
	
	.navbar a:hover,
	.navbar a:active,
	.navbar a:focus {
		color: rgba(0, 0, 0, 0.94) !important;
	}
	
	.navbar-brand {
		font-size: 16px !important;
	}
	
	/* .navbar-nav {
		padding: 8px 0;
	} */

	.navbar-light .navbar-nav .nav-link {
		font-size: 16px;
		border-top: 1px solid rgba(0,0,0,.04);
	}
	
	.navbar-nav .dropdown-menu {
		margin: 0 0 0 16px;
		padding: 0;
		border: none;
		box-shadow: none;
	}
	
	.navbar-nav .dropdown-item {
		padding: 12px 0;
		border-top: 1px solid rgba(0,0,0,.04);
		font-size: 16px;
	}
	
	.dropdown-item:active,
	.dropdown-item:focus,
	.dropdown-item:hover {
		background-color: transparent;
	}
	
	.dropdown-toggle::after {
		vertical-align: 0;
		font-size: 12px;
	}

	.offer-description {
		margin: 20px 0 24px;
		font-size: 16px;
	}
	
	.main-offer {
		font-size: 36px;
	}
	
	.offer-description .fas {
		font-size: 15px;
	}
	
	.call-button,
	.selection-button {
		padding: 10px 16px 10px;
	}
	
	.main-action .dropdown-menu {
		padding: 9px 16px 8px;
	}
	
	.main-action .dropdown-menu .dropdown-item {
		padding: 4px 0;
	}
	
	.hero-img img {
		width: 206px;
	}
	
	.top-item-features {
		top: 16px;
		left: 16px;
	}
	
	.section-services {
		padding: 64px 0 64px;
	}
	
	.section-services .section_title {
		margin-bottom: 8px;
	}
	
	.section_title span.add a {
		vertical-align: 5px;
	}
	
	.services-links-item {
		margin-right: 16px;
		font-size: 18px;
	}

	.section-about .row,
	.numbers .row,
	.contact .row {
		margin-right: -8px;
		margin-left: -8px;
	}

	.section-about .col-sm-3,
	.numbers .col-sm-3,
	.numbers .col-6,
	.contact .col-sm-6 {
		padding-right: 8px;
		padding-left: 8px;
	}
	
	.contact .mb-32 {
		margin-bottom: 16px;
	}
	
	.services-block {
		margin-bottom: 0;
		padding: 16px;
	}

	/* .services-block {
		width: 160.5px;
	} */
	
	.services-block_title,
	.main-action .dropdown-menu .dropdown-item {
		font-size: 16px;
	}
	
	.services-block_title span,
	.abovetitle-note span {
		padding: 2px;
	}
	
	.abovetitle-note span {
		margin-right: 6px;
	}
	
	.section-about_numbers span,
	.numbers__item span {
		font-size: 26px;
	}

	.section-telegram {
		margin: 48px 0 56px;
	}
	
	.section-telegram .section_title {
		margin-bottom: 12px;
	}
	
	.section-telegram-goto {
		margin-top: 8px;
	}

	.section_title,
	.archive-title,
	.apt-address {
		line-height: 1.25;
		font-size: 26px;
	}
	
	.second-title {
		margin-top: 64px;
	}
	
	.section-about_text {
		margin-bottom: 24px;
	}
	
	.type-post,
	.type-attachment,
	.type-sale,
	.type-rent,
	.type-commercial,
	.type-land {
		margin: 0 0 16px 0;
	}
	
	.section-latest .row,
	.archive .row {
		margin-right: -8px;
		margin-left: -8px;
	}
	
	.section-latest .col-md-6,
	.archive .col-md-6 {
		padding-right: 8px;
		padding-left: 8px;
	}

	.about img {
		margin-bottom: 16px;
	}

	.dark-gradient {
		padding: 24px 16px 16px;
	}

	.content-single {
		float: none;
		padding: 0;
		width: 100%;
	}

	.entry-meta,
	.category-type a {
		font-size: 20px;
	}

	.section-title,
	.modal-title,
	h2,
	.comments-header .comments-title,
	.comment-reply-title span {
		font-size: 20px;
	}

	.agent,
	.contact-item, .item-phone {
		font-size: 20px;
	}

	.apt-address {
		margin: 0 0 8px !important;
	}

	.description_apt-address {
		margin: 0 0 14px !important;
		padding-bottom: 16px;
		border-bottom: 1px solid #ddd;
	}

	.single .entry-meta {
		margin: 0 0 16px;
	}
	
	.top-left-block .entry-meta {
		position: relative;
		left: unset;
		bottom: unset;
	}

	.slider-section {
		margin-bottom: 32px;
	}
	
	#carousel li {
		width: 120px !important;
	}
	
	.top-left-block-section {
		margin-bottom: 32px;
	}
	
	.agent-info {
		margin-top: 0;
	}

	.agent-info {
		padding: 16px;
		height: fit-content;
	}
	
	.top-left-block {
		background: transparent;
		padding: 0;
	}
	
	.top-left-block .secondary-text {
		position: static;
	}
	
/* 	.flexslider {
		height: 396px;
	} */

	.apt-info {
		margin-bottom: 0;
	}
	
	.info-row {
		border-bottom: none;
	}
	
	.info-row:last-of-type {
		margin-top: 14px;
	}
	
	.apt-data {
		float: none;
	}
	
	.entry-header,
	.section-about_numbers,
	.section-selection_paper,
	.numbers__item,
	.contact-page-block {
		padding: 16px;
	}
	
	.contact-page-block.social {
		padding: 16px;
	}
	
	.contact-page-block.form .mb-16 {
		margin-bottom: 0;
	}

	.last-element {
		margin-bottom: 10px !important;
	}
	
	.section-selection_text {
		margin-bottom: 0;
	}

	.entry-header,
	.page-header .archive-description,
	input,
	textarea,
	button,
	body {
		font-size: 14px;
	}
	
	.page .entry-content,
	.single-post .entry-content,
	.blog-post__meta {
		font-size: 15px;
	}

	.cat-title-home, .services-title, .contact-title, .selection-title {
		font-size: 20px;
	}
	.services-title .fa, .cat-title-home .fa {
		font-size: 14px;
	}
	
	.pagination {
		margin: 16px 0 64px;
	}


	/* Всплывающее окно FooBox */
	
	.fbx-prev::before,
	.fbx-next::before,
	.flex-direction-nav a:before {
		font-size: 28px !important;
	}
	
	.fbx-rounded .fbx-close {
		right: -58px;
	}
	
	.fbx-rounded .fbx-prev {
		left: -58px;
	}

	.fbx-rounded .fbx-next {
		right: -58px;
	}

	.main-navigation-menu .submenu-dropdown-toggle {
		padding: 15px 20px;
	}
	
	.contact-page-block_item {
		font-size: 20px;
	}
	
	.entry-excerpt {
		line-height: 18px;
		height: 54px;
		font-size: 13px;
	}
	
	.card_apt-address {
		font-size: 13px;
	}
	
	.call-me {
		padding: 9px 16px 10px;
		font-size: 14px;
	}
	.call-me:active {
		padding: 10px 16px 9px;
	}

	/* Post Columns */
	.post-layout-three-columns .post-wrapper .post-column {
		width: 50%;
	}

	.post-layout-two-columns .post-wrapper .type-post .entry-title,
	.post-wrapper .type-post .entry-title,
	.post-layout-four-columns .post-wrapper .type-post .entry-title,
	.magazine-two-columns-grid .magazine-grid-post .type-post .entry-title,
	.magazine-three-columns-grid .magazine-grid-post .type-post .entry-title,
	.magazine-four-columns-grid .magazine-grid-post .type-post .entry-title {
		font-size: 20px;
	}
	
	.team__role,
	.team__operations {
		height: unset;
	}

}

/* -------------- До 767px -- */
@media only screen and (max-width: 767px) {
	.hero-img {
		display: none;
	}
	
	.section-services {
		padding: 48px 0 48px;
	}
	
	.second-title {
		margin-top: 48px;
	}

	.services-block {
		margin-bottom: 16px;
	}

	.section-new-apts {
		margin-bottom: 24px;
	}

	.numbers-block-item {
		margin: 24px 12px 0;
	}

	.numbers-block-item span {
		line-height:42px;
		font-size:36px;
	}

	.section-testimonials {
		margin-bottom: 48px;
	}
	
	.first-rent,
	.no-fee,
	.new-building,
	.label-parking,
	.single .first-rent,
	.single .no-fee,
	.single .new-building,
	.single .label-rented,
	.single .label-parking,
	.img-counter,
	.fbx-rounded .fbx-count,
	.fbx-rounded .fbx-credit {
		padding: 2px 6px;
		line-height: 16px;
		font-size: 12px;
	}

	.footer-item {
		text-align: inherit;
	}
	
/* 	.flexslider {
		height: auto;
	} */

	.team__operations {
		height: 73px;
	}
	
	.footer .row {
		margin-right: -15px;
		margin-left: -15px;
	}
	
	.footer .col-md-6 {
		padding-right: 15px;
		padding-left: 15px;
	}
	
	.footer__copyright {
		margin-bottom: 8px;
	}
	
	.footer ul li,
	a.footer__link,
	span.footer__link {
		display: inline-block;
	}
	
	.footer_theme_dark a.footer__link:first-of-type {
		margin-right: 8px;
	}

	.footer_theme_dark a.footer__link {
		border: 1px solid rgba(255,255,255,.16);
		margin: 22px 0 16px;
		padding: 0 6px;
		border-radius: 4px;
		line-height: 24px;
		font-size: 13px;
	}
	
	.footer_theme_dark .footer__social {
		margin-top: 0;
		padding-top: 0;
		border-top: none;
	}
	
	.footer__developer {
		margin-top: 32px;
		text-align: left;
	}
	
	.footer__developer a {
		border-bottom: 1px solid;
	}

}

/*--------------------------------------------------------------
Разрешение < 576px
--------------------------------------------------------------*/
@media only screen and (max-width: 576px) {
	
	.site-header .section-inner {
		padding: 0 16px;
	}
	
	.navbar-light .navbar-nav .nav-link {
		padding-left: 16px;
	}
	
	.home .page-header .container {
		padding-right: 0;
		padding-left: 0;
	}
	
	.hero {
		margin-top: 0;
		padding: 96px 16px;
		background-image: url(images/background-mobile.jpg);
		background-position: 0 40%;
		border-radius: 0;
	}
	
	.hero-overlay {
		border-radius: 0;
	}

	.hero-contact {
		margin-top: 20px;
	}
	
	.section_title,
	.section-about_text {
		margin-bottom: 20px;
	}
	
	.services-links-item {
		line-height: 36px;
		font-size: 17px;
	}
	
	.second-title {
		margin-top: 32px;
	}
	
	.main-offer {
		font-size: 32px !important;
	}
	
	.offer-description {
		line-height: normal;
	}
	
	.section-about .section_title {
		margin: 40px 0 8px;
	}
	
	.section-about_numbers_item-wrapper,
	.numbers__wrapper {
		margin-bottom: 16px;
	}
	
	.section-telegram-description {
		font-size: 14px;
	}
	
	.section-selection .section_title {
		font-size: 20px;
	}
	
	.tenant .active,
	.landlord .active {
		padding-bottom: 8px;
	}
	
	.section-selection_paper .section_subtitle {
		line-height: 1.25;
		font-size: 16px;
	}

	.secondary-text, .breadcrumbs-container {
		font-size: 13px;
	}

	.container {
		padding-right: 16px;
		padding-left: 16px;
	}

	label {
		margin-bottom: 4px;
	}

	.main-navigation-menu a {
		font-size: 16px;
	}

	.page-header {
		margin-bottom: 16px;
	}
	
	.abovetitle-note {
		margin-bottom: 16px;
	}

	.photo-block {
		margin-top: 24px;
	}

	.type-post {
		margin-bottom: 24px;
	}

	.cat-title-home {
		margin: 0 0 16px !important;
	}

	.section-about .cat-title-home,
	.section-testimonials .cat-title-home {
		margin: 0 !important;
	}

	.archive-title {
		font-size: 26px;
	}

	.photo-block img {
		border-radius: 94px;
		height: 188px;
	}

	.alignright, .alignleft {
		float: none;
		margin: 1em 0;
	}

	.type-label {
		font-size: 16px;
	}

	.profile-photo img {
		width:268px;
	}

	.slider-section {
		margin-bottom: 16px;
	}

	.apt-address {
		margin: 0 0 4px !important;
	}
	
	.info-text {
		color: rgba(0, 0, 0, 0.68);
	}
	
	.apt-address {
		font-size: 20px;
	}

	.callback-button {
		margin: 13px 0 0 16px;
	}
	
	.single-dailyrent .site-content,
	.single-rent .site-content,
	.single-land .site-content,
	.single-house-sale .site-content,
	.single-commercial .site-content,
	.single-sale .site-content {
		padding-top: 0;
	}

	.single .entry-meta {
		margin: 0;
	}
	
	.row.slider-margin {
		margin-right: -16px;
		margin-left: -16px;
	}
	
	.col-lg-8.slider-section {
		padding-right: 0;
		padding-left: 0;
	}
	
	#carousel li {
		width: 80px !important;
	}

	.comments-header .comments-title,
	.comment-reply-title span {
		font-size: 20px;
	}
	
	.type-page {
		margin: 0 0 48px 0;
	}

	.static-page h1 {
		font-size: 30px !important;
	}
	
	.static-page h2 {
		margin: 32px 0 8px !important;
		font-size: 24px !important;
	}
	
	.contact-page-block h2 {
		margin: 0 0 8px !important;
	}
	
	.add .form {
		margin-top: 48px;
	}

	.numbers {
		margin-bottom: 16px;
	}

	.contact-page-block.form {
		margin-top: 32px;
	}
	
	.pagination {
		margin: 16px 0 48px;
	}
	
	.testimonial_wrapper {
		margin-top: 16px;
	}
	
	a.telegram-link {
		display: block;
	}

	.home .footer-content {
		padding: 56px 0;
	}

	.footer-content {
		padding: 48px 0;
	}
	
	.team__role,
	.team__operations {
		height: unset;
	}

}


/*--------------------------------------------------------------
Разрешение < 400px
--------------------------------------------------------------*/

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

}


/*--------------------------------------------------------------
Разрешение < 320px
--------------------------------------------------------------*/
@media only screen and (max-width: 322px) {

	.main-navigation-menu a {
		font-size: 15px;
	}

	.main-offer {
	}

	.services-line {
		line-height: 26px;
	}

	.services-title .fa, .cat-title-home .fa {
		font-size: 12px;
	}
	.profile-photo img {
		width:240px;
	}
	.post-layout-two-columns .post-wrapper .type-post .entry-title,
	.post-wrapper .type-post .entry-title,
	.post-layout-four-columns .post-wrapper .type-post .entry-title,
	.magazine-two-columns-grid .magazine-grid-post .type-post .entry-title,
	.magazine-three-columns-grid .magazine-grid-post .type-post .entry-title,
	.magazine-four-columns-grid .magazine-grid-post .type-post .entry-title {
		font-size: 18px;
	}
	/* Featured Post */
	.featured-posts .grid-post:nth-child(1) .type-post .entry-title {
		font-size: 20px;
		font-size: 1.25rem;
	}
	.profile-photo img {
		width:268px;
	}
	
	.fa-facebook-square,
	.fa-instagram,
	.fa-viber,
	.fa-telegram-plane,
	.fa-youtube {
		font-size: 40px;
	}
	
	.contact-page-block .fab {
		font-size: 36px;
	}
}

/*--------------------------------------------------------------
# 19.0 - Media Query Fixes
--------------------------------------------------------------*/

/* Ensure navigation is visible on desktop view */
@media only screen and (min-width: 60.001em) {
	.main-navigation-menu {
		display: block !important;
	}

}