/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

/*
Theme Name: Colliers International
Version: 1.0
Author URI: https://docode.pro
*/
@font-face{
	font-family:'Montserrat';
	src:url('/wp-content/themes/bcptheme/fonts/fonts/Montserrat-Regular.ttf') format('truetype');
	font-weight:normal;
	font-style:normal
}

@font-face{
	font-display: swap;
	font-family:'Montserrat';
	src:url('/wp-content/themes/bcptheme/fonts/fonts/Montserrat-Medium.ttf') format('truetype');
	font-weight:500;
	font-style:normal
}

@font-face{
	font-display: swap;
	font-family:'Montserrat';
	src:url('/wp-content/themes/bcptheme/fonts/fonts/Montserrat-Bold.ttf') format('truetype');
	font-weight:bold;
	font-style:normal
}

@font-face{
	font-display: swap;
	font-family:'OpenSans';
	src:url('/wp-content/themes/bcptheme/fonts/fonts/OpenSans-Regular.ttf') format('truetype');
	font-weight:normal;
	font-style:normal
}

@font-face{
	font-display: swap;
	font-family:'OpenSans';
	src:url('/wp-content/themes/bcptheme/fonts/fonts/OpenSans-Semibold.ttf') format('truetype');
	font-weight:500;
	font-style:normal
}

@font-face{
	font-display: swap;
	font-family:'OpenSans';
	src:url('/wp-content/themes/bcptheme/fonts/fonts/OpenSans-Bold.ttf') format('truetype');
	font-weight:bold;
	font-style:normal
}

:root {
	--d-blue: #11245B;
	--blue: #0C9ED9;
	--m-blue: #25408F;
	--l-blue: #F0F1F4;
	--grey: #b3b3b3;
	--dark: #000;
	--wh: #fff;
	--montserrat: 'Montserrat', sans-serif;
	--opensans: 'OpenSans', sans-serif;
}
:focus {
	outline: none !important;
}

*{
	margin: 0;
	padding: 0;
	font-family: var(--opensans);
}

select{
	-webkit-appearance: none;
}

body {
	font-size: 14px;
	font-family: var(--opensans);
}
a {
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	text-decoration: none;
	position: relative;
	color: #000;
}
a:hover {
	text-decoration: none;
	color: var(--blue);
}

img {
	max-width: 100%;
}

input,
button,
textarea {
	outline: none;
}

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

p {
    position: relative;
}

table {
    border: 1px solid;
}

table td {
    border-bottom: 1px solid;
    border-right: 1px solid;
    padding: 5px;
}

h1 {
    font-size: 32px;
    font-weight: 600;
    font-family: var(--montserrat);
    margin-bottom: 30px;
}

h2{
	font-size: 22px;
    font-weight: 600;
    font-family: var(--montserrat);
    margin-bottom: 20px;
}

ul {
    padding-left: 20px;
}

img.to_svg {
    display: none;
}
/**** Rewrite Bootstrap***/
.row {
    margin-right: -10px;
    margin-left: -10px;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding-left: 10px;
    padding-right: 10px;
}

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

/**** END Rewrite Bootstrap***/

.dashicons-arrow-up-alt2:before {
    content: "\f343";
}

.docode-breadcrumb {
    width: 100%;
    line-height: 1;
    font-size: 12px;
    font-weight: 600;
    color: var(--m-blue);
    margin: 170px 0 30px;
}
.docode-breadcrumb a {
	color: var(--dark);
}

.docode-breadcrumb svg {
    transform: rotate(-90deg);
    height: 14px;
}

.docode-breadcrumb a:hover {
    color: var(--m-blue);
}

.docode-breadcrumb .current-item {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 700;
	color: var(--dark);
}

.docode-breadcrumb a:hover {
    color: var(--dark);
}

.standard-btn, a.standard-btn {
	display: block;
	font-family: var(--montserrat);
	text-align: center;
	width: max-content;
	padding: 10px 25px;
	border-radius: 3px;
	background: var(--m-blue);
	outline: none;
	font-size: 12px;
	cursor: pointer;
	font-weight: 500;
	color: var(--wh);
	border: 1px solid var(--m-blue);
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.standard-btn:hover, a.standard-btn:hover {
    background: var(--wh);
    color: var(--m-blue);
}

.banner .wpcf7-form-control.standard-btn {
    background: var(--grey);
    text-transform: uppercase;
    font-weight: 600;
}

.banner .wpcf7-form-control.standard-btn:hover {
    background: var(--wh);
}

.w-100 {
    width: 100% !important;
    flex: 100% !important;
}

/**Pre-Header**/
.header {
	position: fixed;
	top: 0;
	z-index: 1000;
	width: 100%;
}
.header.down, .header.h_shadow .desc-head {
	-webkit-box-shadow: 0 4px 3px 0 rgba(0, 0, 0, 0.15);
	        box-shadow: 0 4px 3px 0 rgba(0, 0, 0, 0.15);
}
.pre-head-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* margin: 0 -15px; */
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;																
    -ms-flex-pack: justify;																	
    justify-content: flex-start; 														
}

.pre-head {
	padding: 12px 0;
	background: transparent;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	position: relative;
	z-index: 2;
	background: var(--wh);
}

.down .pre-head {
    background: var(--wh);
}

.mail_tel_outer {
	display: flex;margin-left: 20px;
}

.tel_btn {
    display: none;
}

.pre-head-contact img {
    width: 20px;
    border-radius: 4px;
    height: 20px;
}

.pre-head-contact a {
    color: var(--m-blue);
}

.pre-head-contact a:hover {
    color: var(--blue);
	opacity: 0.7;
}

.pre-head-contact a span {
    font-weight: 500;
    margin-left: 10px;
    font-family: var(--montserrat);
}

.pre-head-contact i {
    display: none;
}
.pre-head-contact {
    margin-left: 20px;
    font-size: 12px;
}

.pre-head-contact:first-child {
    margin-left: 0;										
}

.pre-head-contact:last-child{							
	margin-right: 20px;
}

.scroll-site-logo, .header.down.menu_open .scroll-site-logo {
    display: block;
    width: 0;
    transition: 0.3s;
}

.scroll-site-logo img {
    width: 100%;
}

.header.down .scroll-site-logo {
    width: 60px;
}
/**END Pre-Header**/

/************Header****************/
.desc-head {
	padding: 10px 0 10px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	background: var(--wh);
	position: absolute;
	z-index: 1;
	width: 100%;
	transform-origin: top;
	border-top: 1px solid #eee;
}

.h_main .desc-head {
    background: transparent;
    color: var(--wh);
}

.h_main .desc-head a {
    color: var(--m-blue);
}

.h_main .ul_main_menu > .menu-item.current-menu-item a, .h_main 
 .ul_main_menu > .menu-item:hover a {
    color: var(--dark);
}

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

.site-logo {
    display: flex;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    align-items: center;
}

.site-logo img {
    width: 85px;
    margin-right: 10px;
}

.site-logo h1 {
    font-size: inherit;
    font-weight: inherit;
    margin: inherit;
}

.ul_main_menu {
    padding: 0;
	margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	width: 100%;
}
.ul_main_menu > .menu-item.current-menu-item a, 
.ul_main_menu > .menu-item:hover a {
	color: var(--m-blue);
}

.header_search svg {
    width: 20px;
    cursor: pointer;
}

.header_search_form {
    position: absolute;
    right: 0;
    top: 100%;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    padding: 5px 10px;
    background: var(--l-blue);
    display:none;
}

.ul_lang_menu {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.header_search_form form {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   margin: 0;
   align-items: center;
}

.mobile-wrap {
    display: flex;
    align-items: center;
    /* position: relative; */
    width: 140px;
    justify-content: center;
    border-left: 1px solid var(--grey);
    border-right: 1px solid var(--grey);
}

.menu-main_en-container,
.menu-main_ru-container {
}

.ul_main_menu .sub-menu {
	position: absolute;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	max-width: 300px;
	min-width: 100%;
	padding: 0;
	list-style: none;
	top: 100%;
	left: 0;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	-webkit-transform: scaleY(0);
	    -ms-transform: scaleY(0);
	        transform: scaleY(0);
	background: #fff;
	-webkit-transform-origin: top;
	    -ms-transform-origin: top;
	        transform-origin: top;
}

.ul_main_menu .menu-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    font-weight: 600;
    padding: 0 15px;
    border-right: 1px solid var(--grey);
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.ul_main_menu .menu-item a {line-height: 1;}
.ul_main_menu .menu-item.menu-item-has-children:after {
	content: '';
	display: block;
	width: 8px;
	height: 6px;
	margin-left: 5px;
	margin-bottom: 2px;
	background: var(--dark);
	-webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
	        clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.ul_main_menu .menu-item.menu-item-has-children:hover > .sub-menu {
    -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
            transform: scaleY(1);
}

.ul_main_menu .menu-item:last-child {
    border-right: none;
}

.header_search:hover svg path {
    fill: var(--dark);
}

.header_search svg path {
    transition: 0.3s;
    fill: var(--m-blue);
}

.header_search_form [type=submit]:not(:disabled) {
    color: var(--wh);
    border: none;
    background: var(--m-blue);
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    height: 30px;
    border: 1px solid var(--m-blue);
    padding: 5px 20px;
    line-height: 1;
    transition: 0.3s;
}

.header_search_form input[type="text"] {
    height: 28px;
    width: 400px;
    line-height: 1;
    padding: 0 10px;
    border: none;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

.header_search_form [type=submit]:hover {
    background: var(--wh);
    color: var(--d-blue);
}

.header_search_form.active {
	display:block;
    transform: scaleY(1);
}

.header.down .desc-head {
    /* height: 0; */
    /* padding: 0; */
    overflow: hidden;
    transform: scaleY(0);
}

.header.down .site-logo img {
    /* width: 70px; */
}

.header.down .desc-head {
    /* padding: 0; */
    /* transition: 0.3s; */
}

.head_btn {
    margin: 0 0 0 auto;
    color: var(--wh);
    background: var(
    --m-blue);												/* Update :var(--gold) */
    font-weight: 600;
    border-radius: 3px;
    border: 1px solid var(
    --m-blue);											/* Update :var(--gold) */
    font-size: 12px;
    width: 140px;
    height: 40px;
    display: flex;
    align-items: center;
    font-family: var(
    --montserrat);
    justify-content: center;
}

.head_btn:hover, footer.footer .head_btn:hover{
	color: var(--m-blue);
	background: var(--wh);
}

.btn_main_menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	padding: 0 20px;
}

.btn_main_menu span {
	display: inline-block;
	width: 20px;
	height: 2px;
	background: #000;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	position: relative;
	top: 0;
}

.mobile_menu,
.btn_main_menu {
    display: none;
}
/**END Header**/

									/* MAIN PAGE */
/* SLIDER BANNER */
.banner {
	height: 550px;
	position: relative;
}

.banner img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
}

.banner h1 {
    font-size: 38px;
    font-weight: 700;
    color: var(--m-blue);
    text-align: center;
    font-family: var(--montserrat);
    margin-bottom: 15px;
}

.banner_desc {											
	text-align: center;
	margin: 0 auto 30px;
	color: var(--wh);
	font-weight: 600;
	width: 80%;
}

.banner .f_wrap.f_wrap_30 {
    flex: 25%;
    margin: 0;
}

.banner .wpcf7 {
    padding: 25px;
    max-width: 900px;
    margin: 30px auto 0;
}

.banner .wpcf7-spinner {
    position: absolute;
    right: 0;
    top: 7px;
    margin: 0 10px;
}

.banner .f_wrap.w-100 {
    margin: 0;
}

.main-filter-wrap {
    position: absolute;
    top: 50%;
    z-index: 1;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
}

section.banner .filter_wrap select, 
section.banner .filter_wrap input {
    background: var(--wh);
}
/* END SLIDER BANNER */

/*** Portfolio **/
section.portfolio {
    padding: 40px 0;
}

section.portfolio h2 {
    font-family: var(--montserrat);
    margin-bottom: 40px;
    padding: 0 15px;
    width: 100%;
    text-align: center;
    font-weight: 700;
    font-size: 32px;
}

.portfolio-row {
    display: flex;
    flex-wrap: wrap;
    padding: 0 15px;
    margin: 0 -10px;
}

.portfolio-card {
    flex: 30%;
    height: 200px;
    margin: 0 10px 20px;
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    padding: 20px;
    display: flex;
}

.portfolio-card img {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
    transition: 0.3s;
}

.portfolio-card:hover img {
    transform: scale(1.2);
}

.darker {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #343434;
    opacity: 0.6;
    top: 0;
    left: 0;
}

.bluer {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #25408F;
    opacity: 0.35;
    top: 0;
    left: 0;
}

.portfolio-txt {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    color: var(--wh);
}

ul.portfolio_types {
    margin-top: auto;
    margin-bottom: 0;
    list-style: none;
}

.portfolio-txt h3 {
    font-size: 22px;
    font-weight: 600;
    font-family: var(--montserrat);
}

ul.portfolio_types li {
    font-weight: 400;
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
}
/*** END Portfolio **/

/***** reklama *****/
section.reklama {
    padding: 40px 0 0;
}
/*** END reklama **/

/***** Popular *****/
section.popular {
    background: var(--l-blue);
    padding: 80px 0;
}

section.popular h2 {
    font-size: 32px;
    font-weight: 600;
    padding: 0 15px;
    font-family: var(--montserrat);
}

a.pop_link {
    margin-left: auto;
    color: var(--m-blue);
    margin-top: 10px;
    font-weight: 600;
}

a.pop_link:hover {
    color: var(--blue);
}

ul.popular_tabs {
    list-style: none;
    padding: 0 5px;
    display: flex;
    margin: 20px 0 30px;
    font-weight: 600;
}

ul.popular_tabs li {
    border-right: 1px solid var(--grey);
    transition: 0.3s;
    cursor: pointer;
    padding: 0 10px;
}

ul.popular_tabs li:hover, ul.popular_tabs li.active {
    color: var(--m-blue);
}

ul.popular_tabs li:last-child {
    border-right: none;
}

.object_link a {
    overflow: hidden;
    /* height: 350px; */
    margin-bottom: 20px;
    width: 100%;
    border-radius: 6px;
    background: var(--wh);
    box-shadow: 0px 0px 5px 3px #0002;
    display: flex;
    flex-direction: column;
}

.object_link {
    display: flex;
}

.object_img_wrap {
    position: relative;
    height: 200px;
    overflow: hidden;
}

.object_img_wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s;
}

.object_post_wrap {
    padding: 20px;
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
}

.object_city, .object_addr {
    font-weight: 600;
    color: var(--m-blue);
    line-height: 1.2;
    margin-bottom: auto;
}

.object_char {
    color: var(--grey);
    margin: 10px 0 20px;
    line-height: 1.2;
    font-size: 12px;
}

.obj_arrow {
    position: absolute;
    right: 20px;
    bottom: 10px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--l-blue);
    align-items: center;
    justify-content: center;
    display: flex;
}

.object_price {
    font-size: 22px;
    font-weight: 600;
    font-family: var(--montserrat);
    color: var(--dark);
    margin-top: 10px;
    line-height: 1;
}

.object_link a:hover {
    transform: translateY(-10px);
}

.tab_container {
    margin-bottom: 30px;
}
/***** END Popular *****/

/******Preim*********/
section.preim {
    position: relative;
    padding: 50px 0;
}

section.preim > img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    top: 0;
    left: 0;
}

section.preim h2 {
    font-size: 32px;
    font-weight: 600;
    font-family: var(--montserrat);
    color: var(
    --wh);
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
    padding: 0 10px;
}

.preim_wrap {
    height: 220px;
    background: var(--wh);
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 6px;
    margin-bottom: 20px;
    display: flex;
}

.preim_wrap svg, .preim_wrap img {
    height: 75px;
}

.preim_data {
    color: var(--m-blue);
    margin: 5px 0;
    font-weight: 600;
    font-size: 32px;
}

.preim_desc {
    color: var(--grey);
}
/***END Preim*****/

/****Questions***/
section.questions h2 {
    font-size: 32px;
    font-weight: 600;
    font-family: var(--montserrat);
}

.questions__text-wrapper {
    padding: 80px 50px 50px 10px;
}

.questions__description {
    margin: 20px 0;
    font-weight: 600;
}
/****END Questions***/

/*****News Section***/
section.main_news_section {
    padding: 80px 0;
    /* background: var(--l-blue); */
}

section.main_news_section h2 {
    font-size: 32px;
    font-family: var(--montserrat);
    margin-bottom: 40px;
    padding: 0 10px;
    /* text-align: center; */
    width: 100%;
    font-weight: 600;
}

.all_news_container {
    margin: 30px 0 0;
}
/*****END News Section***/

/*****Text Field***/
section.dop_text {
    padding: 40px 0;
}

section.dop_text h2 {
    font-size: 32px;
    font-weight: 600;
    font-family: var(--montserrat);
    margin-bottom: 20px;
}

.txt_field_outer {
    overflow: hidden;
    height: 60px;
    transition: 0.3s;
}
									
.txt_field_arrow svg {
    cursor: pointer;
    margin: 10px;
    width: 20px;
    height: 20px;
    transition: 0.3s;
}

.txt_field_arrow {
    position: relative;
    width: max-content;
    cursor: pointer;
    margin-top: 10px;
}

span.more_close {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    line-height: 1;
    transition: 0.3s;
    opacity: 0;
}

.txt_field_arrow svg.active {
    transform: rotate(180deg);
}

.txt_field_arrow span {
    color: var(--m-blue);
    transition: 0.3s;
    font-weight: 600;
    text-decoration: underline;
}

.txt_field_arrow svg path {
    fill: var(--m-blue);
    transition: 0.3s;
}

.txt_field_arrow:hover svg path {
    fill: var(--blue);
}

.txt_field_arrow:hover span {
    color: var(--blue);
}
/*****END Text Field***/
										/* END MAIN PAGE */
/* --------------------------------------------------------------------------------------------- */
										/* ABOUT COMPANY */
.who_img {
    margin-left: 20px;
}

.who_img img {
    width: 100%;
    height: auto;
}

.who_txt {
    margin-right: 20px;
}

section.who-are-we {
    padding-bottom: 50px;
}

section.team {
    padding: 50px 0;
}

section.team h2 {
    font-size: 32px;
    text-align: center;
    padding: 0 10px;
    margin-bottom: 40px;
}

.team_item {
    height: 380px;
    overflow: hidden;
    box-shadow: 0px 2px 2px 2px #0002;
    margin: 10px;
    border-radius: 6px;
    line-height: 1;
    display: flex;
    flex-direction: column;
}

.team_carousel {
    width: 90%;
    margin: 0 auto;
}

.squaer_view {
    display: flex;
    flex-wrap: wrap;
}

.squaer_view .team_item {
    width: calc(25% - 20px);
}

.team_item_img {
    position: relative;
    height: 230px;
    overflow: hidden;
}

.team_rank {
    padding: 20px 10px 10px;
    text-align: center;
    color: var(--grey);
}

.team_item_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.team_fio {
    padding: 0 10px 20px;
    margin-top: auto;
    text-align: center;
    font-weight: 600;
    border-bottom: 1px solid var(--grey);
}

.team_socials {
	display: flex;
	justify-content: center;
	margin: 10px 0;
}

.team_socials a {
    display: flex;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--m-blue);
    margin: 0 5px;
    justify-content: center;
    align-items: center;
}

.team_socials svg {
    width: 20px;
    height: 20px;
}

.team_socials svg path {
    fill: var(--wh);
    transition: 0.3s;
}

.team_socials a:hover {
    background: var(--blue);
}

										/* END ABOUT COMPANY */
/* ---------------------------------------------------------------------------------------------- */
										/* CONTACTS PAGE */
.contact__row {
    margin: 0;
    border-top: 1px solid var(--grey);
    border-left: 1px solid var(--grey);
}

.contact_wrap {
    border-bottom: 1px solid var(--grey);
    border-right: 1px solid var(--grey);
    padding: 20px;
    flex: 33.33%;
}

.cont_name {
    font-size: 22px;
    font-weight: 600;
    font-family: var(--montserrat);
    margin-bottom: 10px;
}

.face_wrap {
    line-height: 1.2;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 10px;
}

.face_name {
    font-size: 16px;
    font-weight: 600;
    color: var(--grey);
    margin-bottom: 10px;
}

.face_wrap a {
    display: block;
    margin-bottom: 10px;
}

section.office {
    padding: 80px 0;
}

.fast_con {
    border-right: 1px solid var(--grey);
    display: flex;
}

.office_name {
    font-size: 22px;
    font-weight: 600;
    font-family: var(--montserrat);
}

.office_text {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

.office_text a {
    margin-bottom: 10px;
}

.our_addr {
    display: flex;
}

.our_addr .office_name {
    margin-left: auto;
}

.office_text a:last-child {
    margin: 0;
}

.form_item input:not([type=submit]), .form_item select, .form_item textarea {
    background: var(--l-blue);
    resize: none;
}

.form_item {
    padding-right: 40px;
}

p.form_desc {
    padding-right: 40px;
    margin-bottom: 20px;
}

section.cont_map h2 {
    padding-right: 40px;
    font-size: 32px;
}

.office__map {
    height: 360px;
    overflow: hidden;
}

.office__map iframe {
    height: 100%;
}

section.dop_text.contacts_page h2 {
    font-size: 22px;
}
									/* END CONTACTS PAGE */
/* ---------------------------------------------------------------------------------------- */
									/* OBJECTS CATEGORY */
.col-for-objects {
    width: 60%;
    display: flex;
    flex-wrap: wrap;
    align-self: flex-start;
}

.col-for-map {
    flex: 1;
    position: sticky;
    height: 400px;
    top: 80px;
    margin-top: 90px;
    padding-left: 10px;
}

#map {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border-radius: 6px;
	overflow: hidden;
	box-shadow: 0px 0px 5px 3px #0002;
}

.filter_container .filter_wrap {
    box-shadow: 0px 0px 5px 3px #0002;
}

.filter_container {
    margin-bottom: 40px;
}

.show_all_filter{
	display: none;
}

section.all_objects_posts {
    padding: 20px 0 50px;
    background: var(--l-blue);
}

section.all_objects_posts h1 {
    padding: 0 10px;
    width: 100%;
    margin-bottom: 10px;
}

.number_objects {
    padding: 0 10px;
    width: 100%;
    font-weight: 600;
    margin-bottom: 20px;
    color: var(--blue);
}

.object_city span {
    display: inline-block;
}

section.all_objects_posts .object_city {
    font-size: 12px;
    margin-bottom: auto;
}

.object_price_byn {
    margin-top: 10px;
}

#map a {
    display: block;
    font-size: 12px;
}

#map img {
    width: 200px;
}

.open_map, 
.close_map{
	display: none;
}
								/* END OBJECTS CATEGORY */
/* ---------------------------------------------------------------------------------------- */
								/* SINGLE OBJECT */
.obj_img_carousel {
    width: 90%;
    margin: 0 auto;
}

.foto_item {
    height: 280px;
    margin: 0 10px;
    border-radius: 6px;
    overflow: hidden;
	display: block;
}

.foto_item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.added_price_txt {
    margin-top: 20px;
}

section.obj_desc {
    background: var(--l-blue);
    padding: 20px 0 20px;
    margin-top: 20px;
}

.obj_desc_wrap {
    background: var(--wh);
    padding-top: 20px;
    border-radius: 6px;
    box-shadow: 0px 0px 5px 3px #0002;
}

.obj_desc_wrap h1 {
    padding: 0 30px;
    margin-bottom: 10px;
}

.ob_card_title a {
    margin-left: 30px;
    color: var(--m-blue);
    font-weight: 600;
}

.ob_card_title a:hover {
    color: var(--blue);
}

.prices_wrap {
    margin-left: auto;
    padding-right: 30px;
}

.byn_price {
    background: var(--m-blue);
    color: var(--wh);
    border-radius: 4px;
    height: 40px;
    display: flex;
    align-items: center;
    padding: 0 20px;
    font-size: 22px;
    font-weight: 600;
    font-family: var(--montserrat);
}

.usd_price {
    font-size: 18px;
    color: var(--m-blue);
    margin-top: 10px;
    text-align: right;
    font-weight: 600;
    font-family: var(--montserrat);
}

.obj_share_row {
    margin: 20px;
    display: flex;
    border-radius: 4px;
    flex-wrap: wrap;
    background: var(--l-blue);
    align-items: center;
    padding: 10px;
    color: var(--grey);
    font-weight: 600;
}

.obj_pre {
    margin-right: 30px;
}

.obj_pre span {
    color: var(--dark);
}

.share.obj_pre {
    margin-right: 0;
    margin-left: auto;
    display: flex;
    align-items: center;
}

.share.obj_pre .addtoany_shortcode {
    margin-left: 10px;
}

.obj_place {
    border-bottom: 1px solid var(--grey);
    margin: 0 20px;
    padding-bottom: 50px;
    color: var(--dark);
}

.obj_place h2 {
    margin-top: 30px;
    color: var(--dark);
}

.obj_place p {
    margin-bottom: 10px;
}

.obj_place span {
    color: var(--dark);
    font-weight: 500;
}

.wp_editor_cont {
    color: var(--dark);
}

.wp_editor_cont a {
    color: var(--m-blue);
}

.wp_editor_cont a:hover {
    color: var(--blue);
}

.obj_cont_row {
    display: flex;
    flex-wrap: wrap;
}

.obj_cont_wrap {
    display: flex;
    background: var(--l-blue);
    overflow: hidden;
    align-items: center;
    border-radius: 4px;
    margin-right: 50px;
}

.obj_cont_img {
    width: 100px;
    height: 100px;
}

.obj_cont_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.obj_cont_man {
    padding: 20px;
    width: 300px;
}

p.obj_cont_fio {
    color: var(--m-blue);
    font-weight: 600;
}

p.obj_cont_link a {
    font-weight: 600;
}

.object-btn {
    margin: 20px 0;
}

.obj_place.last {
    border-bottom: none;
}

.obj_map {
    height: 400px;
}

section.other_objects {
    padding: 50px 0;
}

section.other_objects h2 {
    font-size: 32px;
    margin-bottom: 30px;
}
								/* END SINGLE OBJECT */
/* ---------------------------------------------------------------------------------------- */
								/* NEWS CATEGORY */

.news__card a {
    overflow: hidden;
    background: var(--wh);
    border-radius: 6px;
    box-shadow: 0px 0px 5px 3px #0002;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.news__card {
    display: flex;
    margin-bottom: 20px;
}

.category_img {
    height: 150px;
    overflow: hidden;
    position: relative;
}

.category_img img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.category_img.no_img img {
    object-fit: contain;
}

.news__card a:hover {
    transform: translateY(-10px);
}

.category_txt {
    padding: 20px;
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
}

.cat_post_date {
    font-size: 12px;
    color: var(--grey);
    line-height: 1;
    margin-bottom: 10px;
}

.category_title {
    font-weight: 600;
    flex: 1 0 auto;
    font-size: 16px;
    line-height: 1.2;
    display: flex;
    align-items: center;
    color: var(--dark);
}

ul.category_post_list {
    padding: 0;
    list-style: none;
    display: flex;
    margin-bottom: 30px;
}

ul.category_post_list li {
    flex: 1;
    text-align: center;
    transition: 0.3s;
    font-weight: 600;
    font-size: 22px;
    font-family: var(--montserrat);
    border-bottom: 2px solid;
    color: var(--grey);
    cursor: pointer;
    padding: 10px 0;
}

ul.category_post_list li:hover, ul.category_post_list li.active {
    color: var(--m-blue);
}

.btn_wrap {
    margin-bottom: 50px;
    display: flex;
    justify-content: center;
}

.category_post_wrap {
    margin-bottom: 50px;
}
								/* END NEWS CATEGORY */
/* ---------------------------------------------------------------------------------------- */
									/* SINGLE */
.single-post-row img.wp-post-image {
    float: right;
    max-width: 45%;
    height: auto;
    margin: 0 0 40px 40px;
}

.single_date {
    display: inline-block;
    color: var(--grey);
    margin-bottom: 20px;
    line-height: 1;
}

section.other_posts {
    margin-top: 50px;
    padding: 50px 0;
    background: var(--l-blue);
	clear: both;
}

section.other_posts h2 {
    font-size: 32px;
    margin-bottom: 40px;
}

section.single_page {
    margin-bottom: 60px;
}

.table_wrap {
    max-width: 100%;
    overflow-x: auto;
}

.single-content ol, .single-content ul {
    padding-left: 20px;
}
								/* END SINGLE */
/* ---------------------------------------------------------------------------------------- */
								/* END PARTNERS */
.partner_row {
    box-shadow: 0px 0px 5px 3px #0002;
    margin: 0 0 20px;
    padding: 40px;
    align-items: center;
}

.partner_logo {
    width: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 40px 20px 0;
}

.partner_desc {
    flex: 1;
    border-left: 1px solid var(--grey);
    padding-left: 40px;
}

section.partners {
    padding-bottom: 50px;
}
							/* END PARTNERS */
/* ---------------------------------------------------------------------------------------- */
								
/* FOOTER */
.gdprform_txt{
	display: none !important;
}

.questions_img-wrapper {
	width: 50%;
	overflow-y: hidden;
}

section.questions {
    position: relative;
    overflow: hidden;
    background: var(--l-blue);
    border-top: 1px solid var(--wh);
}

.questions_img-wrapper img {
    position: absolute;
    width: 50%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

footer.footer {
    background-color: var(--d-blue);
}

footer.footer > .container {
    padding-top: 60px;
    padding-bottom: 60px;
}

a.footer-site-logo img {
    width: 100%;
    padding-bottom: 25px;
}

.footer-description {
    display: flex;
    flex-direction: column;
    color: var(--wh);
    align-items: flex-start;
    line-height: 19px;
}

.footer-title {
    padding-bottom: 50px;
    font-family: var(--montserrat);
    color: var( --wh);
    font-weight: 600;
}

.footer-contact a {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: var(--wh);
    display: block;
    margin-bottom: 20px;
}

.footer-description > * {
    margin-bottom: 10px;
}

.footer-description > a {
    color: var(--wh);
}

.footer-description a.head_btn {
    color: var(--m-blue);
    background: var(--wh);
}

.footer-description a.head_btn:hover {
    opacity: 0.7;
}

.social-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
}

.social-wrapper a {
    display: flex;
    background: var(--m-blue);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    margin-right: 15px;
    margin-bottom: 10px;
    justify-content: center;
    align-items: center;
}

.social-wrapper svg {
    height: 20px;
}

.social-wrapper path {
    fill: var(--wh);
}

.copyright .container {
    padding-top: 15px;
    padding-bottom: 15px;
}

.copy_row {
    justify-content: space-between;
    color: var(--wh);
    margin: 0;
    align-items: center;
}

a.docode_copyright {
    width: 100px;
    display: block;
}

.footer-contact svg {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.fc_col {
    padding-left: 60px;
}

.fl_col {
    padding-left: 70px;
}

footer.footer a:hover {
    color: var(--blue);
}

.social-wrapper a:hover {
    background: var(--blue);
}

a.footer-site-logo {
    width: 80px;
    display: block;
	filter: brightness(0) grayscale(1) invert(1);
}

section.copyright {
    border-top: 1px solid #31416D;
}


/* END FOOTER */

/* 404 */
main.page_404 {
    position: relative;
    color: var(--wh);
    padding: 120px 0;
}

main.page_404 img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    object-fit: cover;
}

p.page_404_title {
    width: 100%;
    padding: 0 200px;
    text-align: center;
    font-size: 32px;
    font-weight: 600;
    font-family: var(--montserrat);
    margin-bottom: 40px;
}

p.page_404_decs {
    width: 100%;
    padding: 0 200px;
    margin-bottom: 60px;
}

main.page_404 .standard-btn {
    background: var(--blue);
    margin: 0 auto;
    border: 1px solid var(--blue);
}

main.page_404 .standard-btn:hover {
    color: var(--blue);
    background: var(--wh);
}
/* END 404 */
/* -------------------------------------------------------------------------------------------------------- */

/***LOADER***/
.docode-loader {
    position: fixed;
    top: 50%;
    left: 50%;
	z-index: 100;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
    display: none;
	background-color: #23282d;
    opacity: 0.75;
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 100%;
    padding: 0;
    margin: 0 24px;
}

.docode-loader::before {
    content: '';
    position: absolute;
    background-color: #fbfbfc;
    top: 4px;
    left: 4px;
    width: 6px;
    height: 6px;
    border: none;
    border-radius: 100%;
    transform-origin: 8px 8px;
    animation-name: docode_rotate;
    animation-duration: 1000ms;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@-webkit-keyframes docode_rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes docode_rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/****END LOADER****/

/****Filter*****/
.filter_wrap {
    background: transparent;
    padding: 20px 25px;
    border-radius: 5px;
    font-size: 12px;
}

.filter-title {
    font-weight: 600;
    width: 100%;
    margin-bottom: 5px;
}

.filter-col {
    position: relative;
    padding: 0 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    width: 20%;
    margin-bottom: 10px;
}

.banner .filter-title {
    color: var(--m-blue);
}

.banner .filter_wrap .row {
    justify-content: center;
}

.filter_wrap select, 
.filter_wrap input {
    border: none;
    flex: 45%;
    background: var(--l-blue);
    height: 35px;
    max-width: 100%;
    padding: 5px;
    border-radius: 3px;
}

.filter_wrap select.filtered, 
.filter_wrap input.filtered {
    border: 1px solid var(--dark);
}

.filter_wrap input[type="number"] {
    max-width: 50%;
    text-align: center;
}

.filter-devider {
    position: absolute;
    width: 1px;
    height: 15px;
    background: var(--grey);
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
}

.filter-col button {
    align-self: flex-end;
    height: 35px;
    border: 1px solid var(--m-blue);
    width: 100%;
    color: var(--wh);
    background: var(
    --m-blue);
    font-weight: 600;
    transition: 0.3s;
    border-radius: 3px;
}

.filter-col button img{
	width: 0;
}

.filter-col button svg {
    margin-left: 10px;
    transition: 0.3s;
    fill: var(--wh);
}

.filter-col button svg path {
    stroke: var(--wh);
    transition: 0.;
    transition: 0.3s;
}

.filter-col button:hover {
    background: var(--wh);
    color: var(--m-blue);
}

.filter-col button:hover svg {
    transform: translateX(10px);
}

.filter-col button:hover svg path {
    stroke: var(--m-blue);
}

.filter-boxes input[type="checkbox"] {
    width: auto;
    height: auto;
    flex: none;
    margin-right: 10px;
    cursor: pointer;
}

.filter-boxes label {
    display: flex;
    align-items: center;
    margin: 0 20px 0 0;
    cursor: pointer;
}

.filter-boxes {
    display: flex;
    padding: 0 10px;
}

.open_filter,
.close_filter{
	display: none;
}
/****END Filter*****/

/*****CF7******/
.f_wrap {
    position: relative;
    flex: 45%;
    padding-right: 20px;
    margin-bottom: 20px;
}

.f_wrap label {
    position: absolute;
    top: 50%;
    transition: 0.3s;
    left: 13px;
    margin: 0;
    line-height: 1;
    color: var(--grey);
    pointer-events: none;
    transform: translateY(-50%);
}

.f_wrap.gdrp label {
    transform: none;
}

.pum-content .wpcf7-form .f_wrap.f_wrap_30 {
    flex: 35%;
}

.wpcf7-form {
    display: flex;
    flex-wrap: wrap;
    margin-right: -20px;
}

.f_wrap input, .f_wrap select, .f_wrap textarea {
    width: 100%;
    border: none;
    height: 40px;
    border-radius: 4px;
    padding: 13px 13px;
}

.f_wrap textarea {
    height: 80px;
}

.f_wrap label.target_label {
    top: 2px;
    font-size: 10px;
    transform: none;
}

.wpcf7-form > p {
    display: flex;
    align-items: center;
}

.wpcf7 form .wpcf7-response-output {
    margin: 0;
}

.pum-container.pum-responsive.pum-container {
    background: var(--l-blue);
}

.pum-theme-7 .pum-title, .pum-theme-lightbox .pum-title.popmake-title {
    font-size: 32px;
    font-weight: 600;
    font-family: var(--montserrat);
    margin-bottom: 30px;
}

.pum-content .wpcf7-form {
    margin: 0;
}

.pum-content .wpcf7-form .f_wrap {
    flex: 100%;
}

.pum-theme-7 .pum-content + .pum-close, .pum-theme-lightbox .pum-content + .pum-close {
    border-radius: 4px;
    top: -4px;
    border: none;
    right: -4px;
    background: var(--m-blue);
    box-shadow: none;
    transition: 0.3s;
}

.pum-theme-7 .pum-content + .pum-close:hover, .pum-theme-lightbox .pum-content + .pum-close:hover {
    background: var(--blue);
}

.f_wrap .wpcf7-file {
    padding: 0;
}
.form_item .wpcf7-file {
    line-height: 2.4;
}

.pum-theme-7 .pum-content + .pum-close, .pum-theme-lightbox .pum-content + .pum-close {
    border-radius: 0 !important;
    top: 0 !important;
    right: 0 !important;
}
/*****END CF7******/

/***** OWL ******/
.owl-theme .owl-nav {
    position: absolute;
    width: 110%;
    display: flex;
    justify-content: space-between;
    margin: -10px 0 0 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.owl-nav button {
    pointer-events: all;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    background: var(--l-blue);
    transition: 0.3s;
    border-radius: 50%;
    height: 40px;
    width: 40px;
}

button.owl-prev {
    transform: rotate(180deg);
}

.owl-theme .owl-nav [class*='owl-']:hover {
    background: var(--grey);
}

.owl-theme .owl-nav [class*='owl-'] svg path {
    stroke: var(--m-blue);
    transition: 0.3s;
}

.owl-theme .owl-nav [class*='owl-']:hover svg path {
    stroke: var(--wh);
}

.owl-theme .owl-dots {
    margin-top: 10px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: var(--m-blue);
}

.owl-theme .owl-dots .owl-dot span {
    background: var(--grey);
}
/****** END OWL ********/

/****** GDPR *******/
.f_wrap input[type="checkbox"] {
    width: auto;
    height: auto;
    margin-right: 10px;
    margin-top: 4px;
    cursor: pointer;
}

span.wpcf7-list-item-label {
    display: none;
}

.wpcf7-checkbox label {
    position: relative;
    left: 0;
    top: 0;
    pointer-events: all;
}

span.wpcf7-list-item.first.last {
    margin: 0;
}

.f_wrap.w-100.gdrp > p {
    display: flex;
}

span.gdpr_txt p {
    margin: 0;
}

.gdpr_txt a {
    color: var(--blue);
}

.gdpr_txt a:hover {
    color: var(--dark);
}

.wpcf7-not-valid-tip {
    position: absolute;
    width: max-content;
}

/****** END GDPR ******/

/****** ARENDA *****/
section.arenda-banner {
    position: relative;
    overflow: hidden;
    height: 350px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

section.arenda-banner > img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.5;
}

section.arenda-banner .docode-breadcrumb {
    margin: 0px 0 40px;
}

.arenda-main-btn {
    color: var(--wh);
    background: var(--m-blue);
    font-weight: 600;
    border-radius: 3px;
    border: 1px solid var(--m-blue);
    font-size: 12px;
    width: 140px;
    height: 40px;
    display: flex;
    align-items: center;
    font-family: var(--montserrat);
    justify-content: center;
    cursor: pointer;
    transition: 0.3s;
}

.arenda-main-btn:hover{
	color: var(--m-blue);
	background: var(--wh);
}

.arenda-main-upper {
    padding: 60px 0 40px;
    font-size: 16px;
}

.arenda-main-btn-wrap {
    display: flex;
    justify-content: center;
}

.arenda-main-bottom {
    padding: 60px 0 100px;
    font-size: 16px;
}

.arenda-main-bottom a {
    color: var(--blue);
    text-decoration: underline;
}

.arenda-main-bottom a:hover {
    color: var(--dark);
}

/******* END ARENDA ******/

/* RESPONSIVE */
@media(min-width:1250px){
	.container{
		max-width: 1180px;
	}
}

@media(min-width:1320px){
	.container{
		max-width: 1300px;
	}
}

@media(min-width:1440px){
	.banner {
		height: 630px;
	}
}

@media(max-width: 1099px) {
	.mobile_menu {
		display: flex;
		background: var(--l-blue);
		/* justify-content: center; */
		position: absolute;
		width: 100%;
		height: 100vh;
		top: 0;
		padding: 150px 40px 0;
		transform: scaleY(0);
		transform-origin: top;
		pointer-events: none;
		transition: 0.3s;
	}

	.btn_main_menu {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		align-items: center;
		width: 140px;
		height: 20px;
		padding: 2px 0;
		border-right: 1px solid var(--grey);
	}

	.btn_main_menu span {
		transition: 0.3s;
	}

	.btn_main_menu span:nth-child(1) {
		transform-origin: top right;
	}

	.btn_main_menu span:nth-child(3) {
		transform-origin: bottom right;
	}

	.btn_main_menu.active span:nth-child(2) {
		opacity: 0;
	}

	.btn_main_menu.active span:nth-child(1) {
		transform: rotate(-45deg) translate(-2px, -1px);
	}

	.btn_main_menu.active span:nth-child(3) {
		transform: rotate(45deg) translate(-1px, 2px);
	}

	.ul_main_menu {
		display: none;
	}

	.mobile-wrap {
		margin-left: auto;
	}

	.mobile_menu.active {
		transform: scaleY(1);
		pointer-events: all;
	}

	.ul_mob_menu {
		list-style: none;
		padding: 0;
	}

	.ul_mob_menu li {
		margin: 0 0 20px;
		/* text-align: center; */
		font-weight: 500;
	}
	
	.partner_row {
		align-items: flex-start;
	}
	
	.col-for-map {
		padding: 10px;
	}
	
	.open_map,
	.col-for-map.open .close_map{
		display: none;
	}
	
	.col-for-map.open .open_map{
		display: none;
	}
	
	.open_map,
	.close_map{
		background: var(--m-blue);
		color: var(--wh);
		padding: 10px;
		border-radius: 4px;
		line-height: 1;
		text-align: center;
		font-weight: 600;
		font-family: var(--montserrat);
	}
	
	.col-for-objects {
		width: 80%;
	}

	.col-for-map #map {
		position: absolute;
		right: 0;
		width: 90vw;
		background: var(--wh);
		transform: scaleX(0);
		transition: 0.3s;
		transform-origin: right;
	}

	.col-for-map.open #map {
		transform: scale(1);
		box-shadow: 0px 0px 5px 3px #0002;
	}
	
	.mobile_menu .btn_main_menu {
		border: none;
		width: auto;
		position: absolute;
		top: 70px;
		right: 30px;
	}
	
	.tel_btn {
		display: flex;
	}

	.tel_mail_wrap {
		position: relative;
	}

	.mail_tel_outer {
		position: absolute;
		display: block;
		background: var(--d-blue);
		z-index: 1;
		margin: 0;
		transform: scaleY(0);
		transform-origin: top;
		pointer-events: none;
		transition: 0.3s;
	}

	.mail_tel_outer .pre-head-contact {
		margin: 10px;
	}

    .mail_tel_outer .pre-head-contact a {
		color: var(--wh);
	}

	.mail_tel_outer .pre-head-contact a svg path {
		fill: var(--wh);
		stroke: var(--wh);
	}

	.mail_tel_outer .pre-head-contact span {
		display: block;
	}

	.mail_tel_outer .pre-head-contact a {
		display: flex;
	}

	.tel_btn svg {
		margin-left: 20px;
	}

	.mail_tel_outer.open {
		transform: scaleY(1);
		pointer-events: all;
	}

	.tel_btn svg path {
		fill: var(--m-blue);
		stroke: var(--m-blue);
	}
	
	.pre-head-contact span {
		display: none;
	}

	.pre-head-contact svg path {
		fill: var(--m-blue);
		stroke: var(--m-blue);
	}
	
	.h_main .desc-head {
		background: transparent;
		color: var(--dark);
	}

	.banner {
		height: 550px;
		padding-top: 50px;
	}

	.main-filter-wrap {
		top: calc(50% + 50px);
	}

	.header.down.menu_open .desc-head {
		transform: scaleY(1);
	}
}

@media(max-width: 992px) {
	.mobile-wrap {
		position: unset;
	}

	.header_search_form {
		z-index: 1;
		width: 100%;
		bottom: 0;
	}

	.header_search_form.active {
		padding: 10px;
		height: 50px;
	}

	.header_search_form input[type="text"] {
		width: auto;
		flex: 1;
	}

	.filter-col {
		width: 25%;
	}

	.portfolio-card {
		flex: 40%;
	}

	.footer-description {
		margin-bottom: 40px;
	}

	.fc_col {
		padding-left: 10px;
	}

	.fl_col {
		padding-left: 10px;
	}
	
	.owl-theme .owl-nav {
		width: 120%;
	}

	.team_carousel {
		width: 80%;
	}
	
	.squaer_view .team_item {
		width: calc(50% - 20px);
	}
	
	.partner_logo {
		width: 100%;
	}

	.partner_desc {
		border-top: 1px solid var(--grey);
		border-left: none;
		padding-left: 0;
		padding-top: 30px;
	}
	
	.col-for-objects {
		width: 100%;
	}

	.col-for-map {
		width: 0;
		padding: 0;
		height: 0;
		z-index: 1;
	}

	.open_map, .close_map {
		position: absolute;
		right: 0;
		top: 5px;
		width: max-content;
	}

	.col-for-map #map {
		top: 40px;
	}
	
	.obj_img_carousel {
		width: 80%;
	}

	.obj_cont_man {
		width: 250px;
	}
	
	.contact_wrap {
		width: 50%;
	}

	.fast_con {
		border-right: none;
		border-bottom: 1px solid var(--grey);
		padding-bottom: 20px;
		margin-bottom: 20px;
	}

	.our_addr .office_name {
		margin: 0;
	}
}

@media(max-width: 767.98px) {
	.filter_outer.open .open_filter,
	.close_filter{
		display: none;
	}
	
	.filter_outer.open .close_filter,
	.open_filter{
		display: none;
	}
	
	.filter_outer {
		position: relative;
	}

	.open_filter, .close_filter {
		background: var(--blue);
		border-radius: 4px;
		color: var(--wh);
		padding: 10px;
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		z-index: 1;
	}

	.filter_wrap {
		position: relative;
		width: 100%;
		/* top: 50px; */
		/* transform-origin: top; */
		transition: 0.3s;
		/* transform: scaleY(0); */
		/* pointer-events: none; */
		/* box-shadow: 0px 0px 3px 3px #0004; */
	}

	.filter-col {
		width: 100%;
	}

	.filter-boxes {
		display: block;
	}

	.filter_outer.open .filter_wrap {
		transform: scaleY(1);
		pointer-events: all;
	}
	
	.portfolio-card {
		flex: 60%;
	}

	section.popular h2 {
		text-align: center;
	}

	a.pop_link {
		margin: 10px auto;
	}
	.popular_outer {
		overflow-x: auto;
		width: 100%;
		margin: 0 5px;
	}

	ul.popular_tabs li {
	}

	ul.popular_tabs {
		width: max-content;
	}

	.object_link a {
		flex-direction: row;
	}

	.object_img_wrap img {
		object-fit: contain;
		position: absolute;
	}

	.object_img_wrap {
		height: auto;
		width: 110px;
		position: relative;
		padding-left: 10px;
	}

	.object_post_wrap {
		flex: 1;
	}

	.object_city, .object_addr {
		font-size: 12px;
	}

	.object_price {
		font-size: 16px;
	}

	.obj_arrow {
		right: 10px;
	}

	section.questions h2 {
		font-size: 22px;
	}

	.f_wrap {
		flex: 100%;
	}

	section.main_news_section h2 {
		font-size: 22px;
	}

	section.dop_text h2 {
		font-size: 22px;
	}

	.questions__text-wrapper {
		padding: 50px 10px;
	}
	
	.portfolio-row {
		margin: 0;
		padding: 0;
	}
	
	.who_img {
		margin: 0 0 20px 0;
	}

	.team_carousel {
		width: 100%;
	}

	.owl-theme .owl-nav {
		width: 105%;
	}

	.docode_cop_cont {
		margin-top: 20px;
		width: 100%;
		display: flex;
		justify-content: flex-end;
	}
	
	ul.category_post_list {
		display: block;
	}
	
	.single-post-row img {
		float: none;
		margin: 0 0 20px 0;
		width: 100%;
		max-width: 100%;
	}

	section.other_posts h2 {
		font-size: 22px;
	}
	
	.partner_row {
		padding: 20px;
	}
	
	.filter_container {
		padding-bottom: 20px;
		position: relative;
		z-index: 1;
	}

	section.all_objects_posts {
		padding-top: 0;
	}

	section.all_objects_posts h1 {
		margin-top: 40px;
	}

	.col-for-map #map {
		width: 100vw;
		height: 400px;
	}
	
	.obj_img_carousel {
		width: 100%;
	}

	.prices_wrap {
		margin: 0;
		padding: 0 30px;
		display: flex;
		justify-content: space-between;
		width: 100%;
		flex-wrap: wrap;
	}

	.share.obj_pre {
		margin: 20px 0 0;
		width: 100%;
		flex-wrap: wrap;
		justify-content: flex-start;
	}

	.share.obj_pre .addtoany_shortcode {
		margin-left: auto;
	}

	.obj_cont_wrap {width: 100%;margin: 0 0 20px;}

	.obj_cont_man {
		width: auto;
	}
	
	.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
		box-shadow: 0 0 3px 3px #0004;
	}
	
	.contact_wrap {
		width: 100%;
	}

	.fast_con {
		flex-wrap: wrap;
		text-align: center;
		justify-content: center;
	}

	.office_name {
		margin-bottom: 20px;
	}

	.our_addr {
		flex-wrap: wrap;
		text-align: center;
		justify-content: center;
	}

	.our_addr .office_name {
		margin-bottom: 20px;
	}

	section.cont_map h2 {
		padding: 0;
		text-align: center;
	}

	p.form_desc {
		padding: 0;
		text-align: center;
	}

	.form_item {
		padding: 0;
	}
	
	p.page_404_title {
		padding: 0 10px;
	}

	p.page_404_decs {
		padding: 0 10px;
	}

	.banner h1 {
		font-size: 16px;
	}

	.banner_desc {
		display: none;
	}

	.open_filter {
		display: none;
	}

	.close_filter {
		display: none;
	}

	.banner {
		height: auto;
	}

	.main-filter-wrap {
		position: relative;
		top: 0;
		left: 0;
		transform: none;
		padding: 100px 0 40px;
	}

	.head_btn {
		position: fixed;
		width: 100%;
		left: 0;
		bottom: 0;
		z-index: 1;
	}
	
	.filter-col.filter-btn-col {
		order: 1;
		margin-bottom: 0;
	}
	
	.show_all_filter {
		margin: 10px 0;
		color: var(--m-blue);
		display: block;
	}
	
	.banner .show_all_filter {
		color: var(--wh);
		display: none;
	}
	
	.filter-col,
	.filter-boxes{
		display: none;
	}
	.filter-col.filter-btn-col,
	.banner .filter-col{
		display: flex;
	}
	
	.scroll-site-logo {
		margin-right: auto;
	}

	.mail_tel_outer {
		right: 0;
	}
	
	.mobile-wrap, .btn_main_menu {
		width: 90px;
	}
	
	.squaer_view .team_item {
		width: calc(100% - 20px);
	}

	.pum-content .wpcf7-form .f_wrap.f_wrap_30 {
	    flex: 100%;
	}
	
	.banner .f_wrap.f_wrap_30 {
		flex: 100%;
	}

	.banner .wpcf7 {
		padding: 0;
		margin: 0;
	}
}

@media(max-width:600px){
	.share.obj_pre .addtoany_shortcode {
		margin: 10px 0 0;
	}
}
/* END RESPONSIVE */