
html:not(.custom){
	margin-top: 0 !important;
}

html:lang(ar) {
	direction: ltr;
}
html:lang(ar) ol ol, html:lang(ar) ol ul, html:lang(ar) ul ol, html:lang(ar) ul ul{
	margin: 0;
}
.select__toggle::after{
	min-width: .75rem;
}

body #wpadminbar{
	position: absolute;
	z-index: 101;
	top: 70px;
	background: #001B3B;
}

body #wpadminbar .menupop .ab-sub-wrapper, body #wpadminbar .shortlink-input{
	background: #001B3B;
}

body{
	background-color: #FCFCFC;
	line-height: 1.3;
}

body.fixed{
	height: 100vh;
	/* max-height: 100vh; */
	overflow: hidden;
}

body.page{
	margin-bottom: 0;
}

a:focus, a:visited{
	color: #191970;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0; 
}
input[type=number] {
    -moz-appearance: textfield; /* Firefox */
}


.section_filter .content_wrap .filters_container .filters_wrap .form_wrap .filter_wrap .toggle_options .toggle_options_box .options_tabs .the_tab[data-slug="parking-ru"], .section_filter .content_wrap .filters_container .filters_wrap .form_wrap .filter_wrap .toggle_options .toggle_options_box .options_tabs .the_tab[data-slug="parking-en"]{
	display: none;
}



form .wpcf7-list-item{
	margin: 0;
}

.loading_spinner{
	justify-content: center;
}

.header .header_lang > ul .sub-menu{
	display: none;
}
.header .header_lang .toggle_lang .sub-menu{
	margin-left: 0;
}
/* .header .header_lang .toggle_lang > ul > li > a{
	display: none;
} */


.footer .lang_menu > ul .sub-menu{
	display: none;
}
.footer .lang_menu .toggle_lang .sub-menu{
	margin-left: 0;
}
/* .footer .content_wrap_two .center_box .lang_menu .toggle_lang > ul > li > a{
	display: none;
} */

form .agree{
	width: 0;
	height: 0;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	padding: 0;
	margin: 0;
}

.subscribe_form form .agree{
	position: absolute;
}

.wpcf7-not-valid-tip {
	color: #ffffff;
	font-size: 9px;
	position: absolute;
	bottom: -24px;
	right: 20px;
	background: #dc3232;
	padding: 0px 10px;
	border-radius: 12px;
}

.subscribe_form .wpcf7-not-valid-tip{
	right: auto;
	left: 20px;
}

form .input_wrap input{
	border: 1px solid transparent !important;
}
form .input_wrap .wpcf7-not-valid{
	border: 1px solid #DC3232 !important;
}
.subscribe_form form .input_wrap input{
	border: 2px solid transparent !important;
}
.subscribe_form form .input_wrap .wpcf7-not-valid{
	border: 2px solid #DC3232 !important;
}
.wpcf7 form{
	position: relative;
	padding: 3px;
}
.wpcf7 form .wpcf7-response-output{
	display: none;
}
.wpcf7 form.sent > *:not(.wpcf7-response-output){
	/* opacity: 0; */
}
.wpcf7 form.sent .wpcf7-response-output{
	border-color: transparent;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	opacity: 1;
	background: #ffffffcf;
	border-radius: 30px;
	font-family: RubikR,sans-serif,sans-serif;
  color: #01244C;
	z-index: 154;
}


.main_saleform .wpcf7 form.sent > *:not(.wpcf7-response-output){
	/* opacity: 1; */
}
.main_saleform .wpcf7 form.sent .wpcf7-response-output{
	backdrop-filter: blur(3px);
}

.subscribe_form .wpcf7 form.sent .wpcf7-response-output{
	height: 59px;
}




.wpcf7-spinner{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	margin: 0;
}

.activebutton_wrap{
	background: #F5f5f5;
	z-index: 155;
	position: fixed;
	bottom: 10px;
	right: 10px;
	width: 55px;
	height: 55px;
	box-shadow: 4px 12px 50px rgba(0, 0, 0, 42%);
	border-radius: 50%;
}

.activebutton_wrap a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}

.activebutton_wrap a img{
	width: 50%;
	height: 50%;
	object-fit: contain;
}

.objects_counts_wrap{
	margin-bottom: 8px;
	justify-content: center;
	align-items: center;
}

.objects_counts_wrap .objects_counts_title{
	margin-right: 3px;
}
.objects_counts_wrap .objects_counts_value{
	min-width: 26px;
	min-height: 19px;
	position: relative;
}
.objects_counts_wrap .objects_counts_value .mobile_objects_counts{
	position: relative;
	z-index: 10;
	opacity: 1;
	transition: all .04s ease;
}
.objects_counts_wrap .objects_counts_value.loading .mobile_objects_counts{
	opacity: 0;
}

.objects_counts_wrap .objects_counts_value .mobile_objects_counts_loading{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('../img/icons/loading.gif');
	opacity: 0;
	z-index: 5;
	transition: all .04s ease;
}
.objects_counts_wrap .objects_counts_value.loading .mobile_objects_counts_loading{
	opacity: 1;
}


.divice_switcher.desktop_active .mobile_link{
	display: none;
}
.divice_switcher.mobile_active .desktop_link{
	display: none;
}

.control_wrap{
	justify-content: space-between;
	align-items: center;
}
.control_wrap .left_wrap{
	align-items: center;
}

.invertsort_button_wrap{
	cursor: pointer;
	width: max-content;
	padding: 10px 16px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 5px;
	border: 1px solid rgba(0, 0, 0, 0.06);
}
.invertsort_button_wrap .invertsort_icon{
	width:16px;
	min-width: 16px;
	height:16px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	background-image: url('../img/icons/invertsort.svg');
	margin-right: 10px;
}
.invertsort_button_wrap .invertsort_title{
	cursor: pointer;
	color: #01244C;
	font-family: RubikR,sans-serif,sans-serif;
}
.invertsort_button_wrap .invertsort_value{
	position: absolute;
	width:0;
	height:0;
	visibility: hidden;
	opacity: 0;
	overflow:hidden;
}




.sortby_button_wrap{
	position: relative;
}

.sortby_button{
	cursor: pointer;
	width: max-content;
	padding: 10px 16px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 5px;
	border: 1px solid rgba(0, 0, 0, 0.06);
	margin-right: 10px;
}

.sortby_button_wrap .sortby_icon{
	width: 14px;
	height:14px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	background-image: url('../img/icons/sortby2.svg');
	margin-right: 10px;
}
.sortby_button_wrap .sortby_title{
	cursor: pointer;
	color: #01244C;
	font-family: RubikR,sans-serif,sans-serif;
	margin-right: 3px;
}
.sortby_button_wrap .sortby_value{
	cursor: pointer;
	color: #01244C;
	font-family: RubikR,sans-serif,sans-serif;
	/* position: absolute;
	width:0;
	height:0;
	visibility: hidden;
	opacity: 0;
	overflow:hidden; */
}

.sortby_button_wrap .sortby_options{
	position: absolute;
	top: 50px;
	left: 0;
	min-width: 140px;
	max-width: 240px;
	border-radius: 5px;
	display: flex;
	flex-direction: column;
	background-color: #FFF;
	opacity: 0;
	visibility: hidden;
	transition: all .28s ease;
	padding-top: 5px;
	padding-bottom: 5px;
	box-shadow: 4px 12px 50px rgba(0, 0, 0, .08);
	z-index: 10;
}
.sortby_button_wrap.active .sortby_options{
	opacity: 1;
	visibility: visible;
}
.sortby_button_wrap .sortby_options .sortby_option{
	padding: 5px 20px;
	color: #01244c;
	line-height: 160%;
	min-width: max-content;
	background-color: #e5e5e500;
	transition: all .28s ease;
	/* border-bottom: 1px solid #F5F5F5; */
	cursor: pointer;
}
.sortby_button_wrap .sortby_options .sortby_option:last-of-type{
	border-bottom: none;
}
.sortby_button_wrap .sortby_options .sortby_option:hover{
	background-color: #e5e5e5;
	opacity: .7;
}


.onmap_button{
	cursor: pointer;
	width: max-content;
	padding: 10px 16px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 5px;
	border: 1px solid rgba(0, 0, 0, 0.06);
}
.onmap_button .onmap_icon{
	width:16px;
	height:16px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	background-image: url('../img/icons/loc.svg');
	margin-right: 10px;
}
.onmap_button .onmap_title{
	cursor: pointer;
	color: #01244C;
	font-family: RubikR,sans-serif,sans-serif;
}

.loading_overlay{
	visibility: hidden;
	opacity: 0;
	transition: all .2s ease;
	position: fixed;
	width: 100vw;
	height: 100vh;
	z-index: 10000;
	background-color: rgba(255, 255, 255, 0.53);
	display: flex;
	justify-content: center;
	align-items: center;
}
.loading_overlay.active{
	visibility: visible;
	opacity: 1;
}
.loading_overlay .loading_icon{
	display: block;
	width: 100px;
	height: 100px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../img/icons/loading.gif);
	opacity: 1;
	z-index: 5;
	transition: all .04s ease;
}
.onmap_desktop_button{
	display: none;
}


#map{
	height: calc(100vh - 55px - 150px);
}

.gm-style .gm-style-iw {
	font-size: 16px;
	color: #01244C;
	font-family: RubikR,sans-serif,sans-serif;
	padding: 10px;
}
.gm-style .gm-style-iw a{
	display: block;
	margin-bottom: 4px;
	color: #01244C;
	font-family: RubikM,sans-serif,sans-serif;
	transition: all .1s ease;
}
.gm-style .gm-style-iw a:hover{
	display: block;
	margin-bottom: 4px;
	color: #01244C;
	font-family: RubikM,sans-serif,sans-serif;
	opacity: .84;
}
.gm-style .gm-style-iw span{
	font-size: 13px;
	font-family: RubikR,sans-serif,sans-serif;
	text-transform: uppercase;
	letter-spacing: .3px;
}

.section_detailform .content_wrap .forms_wrap .tab_form .main_wrap[data-proptype=''] .input_wrap.res_property, .section_detailform .content_wrap .forms_wrap .tab_form .main_wrap[data-proptype=''] .input_wrap.com_property{
	display: none;
}
.section_detailform .content_wrap .forms_wrap .tab_form .main_wrap[data-proptype='res'] .input_wrap.res_property{
	display: block;
}
.section_detailform .content_wrap .forms_wrap .tab_form .main_wrap[data-proptype='com'] .input_wrap.res_property{
	display: none;
}
.section_detailform .content_wrap .forms_wrap .tab_form .main_wrap[data-proptype='res'] .input_wrap.com_property{
	display: none;
}
.section_detailform .content_wrap .forms_wrap .tab_form .main_wrap[data-proptype='com'] .input_wrap.com_property{
	display: block;
}
.section_detailform .content_wrap .forms_wrap .tab_form .main_wrap .input_wrap.empty_wrap{
	border: none;
}








body [class*="iconWrap"]{
/* body .iconWrap_c9c6{ */
	cursor: pointer;
}

body [class*="globalClass"] [class*="_orientationRight"] [class*="button"]{
/* body ._orientationRight_e296 .button_d886{ */
	margin-right: 10px;
	margin-bottom: 0px !important;
	width: 55px;
	height: 55px;
}

/* #jivo-iframe-container + jdiv > jdiv > jdiv > jdiv > jdiv > jdiv{ */
body [class*="logoIconCloud"] {
/* body .logoIconCloud_b933{ */
	width: 26px;
	height: 26px;
	background-position: center center;
	background-size: contain;
	cursor: pointer;
}

body [class*="globalClass"] [class*="popup"] > [class*="popupBlock"][class*="__show"]{ 
/* body .popupBlock_a57f.__show_d6b6{ */
	display: none;
}


html body #jvlabelWrap{ 
/* body .label_be16._bottom_ec06{ */
	right: 70px !important;
	min-width: 180px;
}

body [class*="globalClass"] [class*="_orientationRight"]{
/* ._orientationRight_e296.wrap_eab0{ */
	z-index: 154 !important;
	margin-bottom: 75px;
}

html.toplevel.jivo-site-full-block{
/* html.toplevel.jivo-site-full-block{ */
	height: 100vh !important; 
  overflow: hidden;
}

body > [class*="mobileContainer"]{
/* .mobileContainer_dee0{ */
	background-color: #FFF !important;
	bottom: auto !important;
}

#jivo-iframe-container + jdiv{
/* #jivo-iframe-container + jdiv{ */
	height: 100vh !important;
	background-color: #FFF !important;
}

#jivo-iframe-container + jdiv [class*="globalClass"]{
/* .globalClass_f934{ */
	height: 100vh !important;
	background-color: #FFF !important;
}

#jivo-iframe-container + jdiv [class*="globalClass"] > #jcont{
	--jlabelright: 70px !important;
	--jright: 80px !important;
}


html.toplevel.jivo-site-full-block body::before{
/* html.toplevel.jivo-site-full-block body::before{ */
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #FFF;
	z-index: 2000;
}

.confirm_filter_button{
	background: #01244C;
	color: #FFF;
	padding: 8px 16px;
	width: max-content;
	transition: all .28s ease;
	margin-top: 10px;
	/* display: none; */
	display: block;
	border-radius: 5px;
	cursor: pointer;
}
.confirm_filter_button:hover{
	opacity: .8;
}

.section_filter .content_wrap .filters_container .filters_wrap .form_wrap .filter_wrap .filter_button.with_options{
	white-space: nowrap;
	overflow: hidden;
}
.section_filter .content_wrap .filters_container .filters_wrap .form_wrap .filter_wrap .filter_button.with_options::before{
	z-index: 5;
}
.section_filter .content_wrap .filters_container .filters_wrap .form_wrap .filter_wrap .filter_button.with_options::after{
	content: '';
	width: 30px;
	height: 100%;
	position: absolute;
	right: -1px;
	top: 0;
	z-index: 3;
	background-color: #FCFCFC;
}

.section_filter.section_onlyfilter{
	max-height: auto;
  min-height: auto;
}
.section_filter.section_onlyfilter .content_wrap{
	margin-bottom: 3vh;
	margin-top: 3vh;
}
.section_filter.section_onlyfilter::before{
	background: -webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.36)),to(rgba(0,0,0,.36)));
	background: -o-linear-gradient(bottom,rgba(0,0,0,.36),rgba(0,0,0,.36));
	background: linear-gradient(0deg,rgb(0 0 0 / 36%),rgb(0 0 0 / 36%));
}
.section_filter .content_wrap .section_subtitle{
	color: #FFF;
	font-family: 'RubikR', sans-serif;
}

.cookies_wrap{
	opacity: 0;
	visibility: hidden;
	transform: translateY(50px);
	transition: all .4s ease;
	padding: 18px 24px;
	border-radius: 12px;
	box-shadow: 0px 0px 30px rgba(0, 0, 0, .14);
	background-color: #FFF;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	max-width: 320px;
	position: fixed;
	z-index: 16;
	bottom: 15px;
	left: 15px;
}
.cookies_wrap.active{
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
}
.cookies_wrap .cookies_info{
	color: #01244C;
	line-height: 150%;
	font-size: 13px;
	margin-bottom: 12px;
	display: block;
}
.cookies_wrap .cookies_button{
	display: inline-block;
	max-width: 100%;
	min-width: 180px;
	padding: 8px 16px;
	background-color: #01244cdc;
	color: #FFF;
	cursor: pointer;
	font-size: 13px;
	border-radius: 8px;
	width: max-content;
	text-align: center;
}


.searchform_filters{}

.searchform_filterbutton{}

.clear_searchform_results{
	cursor: pointer;
	width: max-content;
	padding: 10px 16px;
	justify-content: center;
	align-items: center;
	border-radius: 5px;
	border: 1px solid rgba(0, 0, 0, 0.06);
	color: #01244C;
	font-family: RubikR,sans-serif,sans-serif;
	margin-left: 10px;
}


.section_itemsfilter .content_wrap .filters_wrap form .form_subwrap .filter_wrap .filter_button{
	cursor: pointer;
}
.section_itemsfilter .content_wrap .filters_wrap form .form_subwrap .filter_wrap .filter_button.active{
	background-color: #01244C;
	color: #FFF;
}



.section_slideritems .content_wrap .the_slider .slide .img_wrap.the_hotoffer::before{
	content: '';
	width: 35px;
	height: 35px;
	position: absolute;
	top: 20px;
	right: 20px;
	background-color: rgba(255, 255, 255, 0.50);
	background-repeat: no-repeat;
	background-size: 16px;
	background-position: center center;
	background-image: url('../img/icons/fire_icon.svg');
	border-radius: 50%;
	backdrop-filter: blur(2px);
	display: block;
	z-index: 10;
}


.section_cardslist .content_wrap .cardslist .the_card[data-hotoffer="yes"] .img_wrap .img_subwrap::before{
	content: '';
	width: 35px;
	height: 35px;
	position: absolute;
	top: 20px;
	right: 20px;
	background-color: rgba(255, 255, 255, 0.50);
	background-repeat: no-repeat;
	background-size: 16px;
	background-position: center center;
	background-image: url('../img/icons/fire_icon.svg');
	border-radius: 50%;
	backdrop-filter: blur(2px);
	display: block;
	z-index: 10;
}




.section_imagebg .section_wrap .buttons_wrap .the_button{
	margin-right: 15px;
}

.section_cardinfo .section_wrap .right_infowrap .agent_wrap .person_box .person_photo img{
	border-radius: 50%;
	overflow: hidden;
}

.section_slideritems#section_hot .content_wrap .the_slider .owl-dots{
	/* display: none; */
	transform: translateX(-50%) scale(0.82);
}

.header .header_lang a{
	display: flex;
	align-items: center;
	justify-content: center;
}
.wpml-ls-menu-item .wpml-ls-flag{
	width: 80%;
	max-width: 28px;
}
.header .header_phone{
	color: #fff;
	-webkit-transition: all .28s ease;
	-o-transition: all .28s ease;
	transition: all .28s ease;
}
.header .header_phone:hover{
	color: rgb(230, 230, 230);
}

.bottom_menuline .menuline_wrap .more_button{
	transition: all .22s ease;
	background: #041f3e00;
	height: 55px;
}
.bottom_menuline .menuline_wrap .more_button.active{
	background: #041f3e;
}

.section_biginfo .main_infowrap img{
	margin-top: 15px;
}



.section_slideritems .content_wrap .the_slider .slide .img_wrap .img_subwrap::before{
	border-radius: 14px;
}
.big_radius{
	border-radius: 14px;
}
.section_slideritems .content_wrap .the_slider .slide .img_wrap{
	margin-bottom: 12px;
}
.section_slideritems .content_wrap .the_slider .slide .info_wrap{
	min-height: 210px;
}
.section_cardslist .content_wrap .cardslist .the_card .img_wrap .img_subwrap .the_slider .owl-stage-outer{
	border-radius: 14px;
}
.section_cardslist .content_wrap .cardslist .the_card .img_wrap .img_subwrap .the_slider .img_slide::before{
	border-radius: 14px;
}


.section_slideritems .content_wrap .the_slider .slide .img_wrap.special::after{
	content: 'SPECIAL';
	font-size: 12px;
	position: absolute;
	left: 0;
	top: 16px;
	background-color: rgba(255, 255, 255, 0.50);
	color: #01244C;
	backdrop-filter: blur(2px);
	z-index: 10;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	padding: 4px 12px;
}

.bottom_menuline .menuline_wrap ul li:nth-of-type(3) a::before{
	background-image: url('../img/icons/menu-service1-g.png');
}
.bottom_menuline .menuline_wrap ul li.current-menu-item:nth-of-type(3) a::before{
	background-image: url('../img/icons/menu-service1.png');
}


.section_filter.section_filter_custom{
	max-height: calc(70vh - 70px);
	min-height: max-content;
	padding-top: 100px;
	padding-bottom: 90px;
}


.section_cardinfo .main_infowrap .top_line .left_box .item_params .the_param img{
	min-width: max-content;
}

.section_slideritems .content_wrap .the_slider .owl-stage-outer .owl-stage{
	display: flex;
	align-items: stretch;
}
.section_slideritems .content_wrap .the_slider .owl-item{
	height: auto;
	display: flex;
}

.section_slideritems .content_wrap .the_slider .slide .info_wrap{
	/* min-height: 50%; */
}




@media only screen and (max-width:1200px){
.section_cardinfo .main_infowrap .top_line .left_box{
	width: 100%;
  min-width: 100%;
}
.section_cardinfo .section_wrap .main_infowrap .top_line{
	flex-wrap: wrap;
}
.section_cardinfo .main_infowrap .top_line .right_box{
	padding-left: 0;
	padding-top: 15px;
	width: 100%;
  min-width: 100%;
}
}






@media only screen and (max-width:992px){
	.subscribe_form .wpcf7 form.sent .wpcf7-response-output{
		height: 57px;
	}

.onmap_button{
	display: none;
}
.onmap_desktop_button{
	display: flex;
}
.subscribe_form .wpcf7 form.sent .wpcf7-response-output{
	height: 51px;
	font-size: 12px;
}

.section_imagebg .section_wrap .buttons_wrap{
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.section_imagebg .section_wrap .buttons_wrap .the_button{
	margin-left: 0;
	margin-right: 0;
}
.section_imagebg .section_wrap .buttons_wrap .the_button{
	margin-right: 0px;
	margin-bottom: 10px;
}

}
@media only screen and (max-width:768px){
.confirm_filter_button{
	display: block;
}
}

@media only screen and (max-width:650px){
	.cookies_wrap{
		bottom: 80px;
	}
	.activebutton_wrap{
		bottom: 68px;
	}
	body [class*="globalClass"] [class*="_orientationRight"]{
	/* ._orientationRight_e296.wrap_eab0{ */
		margin-bottom: 130px;
	}
	.overlay_filter{
		height: calc(100% - 0px);
		position: fixed;
	}
	.overlay_filter .center_wrap{

		padding-bottom: 0px;
		height: calc(100% - 150px);
	}
	.overlay_filter .bottom_wrap{
		position: relative;
		bottom: auto;
		padding-top: 10px;
	}

	.header .header_phone{
		color: #fff;
    -webkit-transition: all .28s ease;
    -o-transition: all .28s ease;
    transition: all .28s ease;
		width: 18px;
		height: 18px;
	}

	.header .header_phone::before{
		display: block;
		width: 18px;
		height: 18px;
		left: 4px;
	}
	.header .header_phone span{
		display: none;
	}


}
@media only screen and (max-width:480px){
.objects_counts_wrap{
	margin-bottom: 0;
	margin-right: 10px !important;
}
.sortby_button{
	padding: 6px 12px;
}
.invertsort_button_wrap{
	padding: 6px 12px;
}
.section_topslider{
	max-height: 65vh;
}
.section_topslider .content_wrap{
	max-height: 65vh;
}
.section_topslider .content_wrap .the_slider{
	max-height: 65vh;
}
.section_topslider .content_wrap .the_slider .owl-stage-outer{
	max-height: 65vh;
}
.section_topslider .content_wrap .the_slider .owl-stage{
	max-height: 65vh;
}
.section_topslider .content_wrap .the_slider .owl-item{
	max-height: 65vh;
}
.section_topslider .content_wrap .the_slider .slide{
	max-height: 65vh;
}
.section_topslider .content_wrap .the_slider .slide img{
	max-height: 65vh;
}
}

@media only screen and (max-width:420px){
.control_wrap .left_wrap{
	flex-wrap: wrap;
	align-items: flex-start;
}
.control_wrap .left_wrap .objects_counts_wrap{
	width: 100%;
	justify-content: flex-start;
	margin-bottom: 10px;
}
}


@media only screen and (min-width:1200px){

.footer .content_wrap_two .left_box{width:20%;min-width:20%;}
/* .footer .content_wrap_two .center_box{} */
.footer .content_wrap_two .right_box{width:20%;min-width:20%;}

}