/*  
Theme Name: FlatBy Theme DoCode
Description: No description
Version: 1.0
Author: DoCode DEV
*/

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

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

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


:root {
	--wh: #fff;
	--bl: #292929;
	--g-blue: #E4E8EF;
	--l-blue: #F6F8FC;
	--blue: #2B5DC4;
	--green: #19A44D;
	--green-10: #19A44D22;
	--gray-10: #D9D9D922;
	--gray: #EAEAEA;
	--txt-gray: #A8A8A8;
	--l-gray: #DADADA22;
	--ye: #FFBD3C;
	--red: #f00;
	--shadow: 0 0 3px 3px rgba(0,0,0,0.2);
}

img.ym-advanced-informer {
    display: none;
}

:focus {
	outline: none !important;
}

body {
	font-size: 16px;
	font-family: 'Roboto';
	line-height: 130%;
}
a {
	transition: .3s;
	text-decoration: none;
	color: var(--blue);
}
a:hover {
	text-decoration: none;
	color: var(--bl);
}

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

input,
button,
textarea {
	outline: none;
}

input[type="checkbox"], input[type="radio"] {
    display: none;
    margin: 0;
}

input[type="text"], input[type="tel"], input[type="email"], select {
    padding: 10px;
    width: 100%;
    border: none;
}

textarea {
    padding: 10px 10px;
    width: 100%;
    border: none;
}

.hidden {
    display: none;
}

.o-hidden {
	overflow: hidden;
}

.desc_hide{
	display: none;
}

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

.btn {
	display: block;
	transition: 0.3s;
	color: var(--wh);
	background: var(--blue);
	text-transform: uppercase;
	padding: 10px 30px;
	border: 1px solid var(--blue);
	cursor: pointer;
	text-align: center;
}

.btn_disable{
	background: var(--gray) !important;
    border-color: var(--gray) !important;
    color: var(--bl) !important;
    cursor: no-drop !important;
    pointer-events: none !important;
}

img.to_svg{
	display: none;
}

.docode-breadcrumb {
    margin: 40px 0 40px;
    color: var(--txt-gray);
}

h1 {
    font-weight: 600;
    font-size: 50px;
    line-height: 130%;
    width: 100%;
    position: relative;
    text-transform: uppercase;
}

h2 {
	font-weight: 600;
	width: 100%;
	line-height: 130%;
	font-size: 32px;
	margin-bottom: 30px;
}

h3 {
    font-weight: 600;
    font-size: 22px;
    line-height: 130%;
    width: 100%;
}

h4 {
    font-weight: 600;
    font-size: 20px;
    line-height: 130%;
    width: 100%;
}

h5 {
    font-weight: 600;
    font-size: 16px;
    line-height: 130%;
    width: 100%;
}

ul, ol {
    padding: 0 0 0 20px;
    margin-bottom: 20px;
}

table {
    
}

table tr {
    background: transparent;
}

table tr:nth-child(2n) {
    background: var(--l-grey);
}

table td {
    border: none;
    padding: 10px;
}

table td:last-child {
    border: none;
}

table thead {
    font-weight: 600;
    text-align: center;
}


/****** HEADER ********/

.head_upper {
    display: flex;
    align-items: center;
    padding: 10px 0;
}

a.head_logo {
    font-size: 23px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
}

a.head_logo img {
    height: 20px;
    margin-right: 5px;
}

a.header_dop {
    margin: auto;
    color: var(--bl);
    font-weight: 600;
    text-transform: uppercase;
}

.now_ducude_curr {
    margin-right: 10px;
}

a.head_link_box {
    display: flex;
    align-items: center;
    margin-left: 30px;
    font-weight: 600;
    color: var(--bl);
    position: relative;
}

a.head_link_box span {
    margin-left: 10px;
}

.favorites_num,
.compare_num{
    position: absolute;
    top: -12px;
    left: 14px;
    background: var(--wh);
    border-radius: 50%;
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    line-height: 1;
}

.docode_curr_wrap {
    position: relative;
    padding: 10px;
    cursor: pointer;
    border: 1px solid var(--green);
    align-self: center;
    display: flex;
    align-items: center;
    min-width: 80px;
}

.docode_curr_wrap svg {
    transition: 0.3s;
    position: relative;
    z-index: 11;
    margin-left: auto;
}

.docode_curr_wrap:hover svg {
    transform: rotate(180deg);
}

.docode_curr_selector {
    position: absolute;
    width: calc(100% + 2px);
    left: -1px;
    top: -1px;
    background: #fff;
    z-index: 1;
    border: 1px solid var(--green);
    padding: 5px 0;
    display: none;
}

.any_currency {
    padding: 5px 10px;
}

.docode_curr_wrap:hover .docode_curr_selector {
    display: block;
}

.any_currency:hover {
    color: #2c5dc4;
}

ul.ul_main_menu {
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
}

ul.ul_main_menu li {
    position: relative;
    flex: auto;
    padding: 20px 10px;
}

ul.ul_main_menu li .sub-menu {
    position: absolute;
    width: 100%;
    margin: 0;
    list-style: none;
    z-index: 100;
    background: var(--g-blue);
    padding: 20px 10px 10px;
    left: 0;
    display: none;
}

ul.ul_main_menu li:hover {
    background: var(--g-blue);
}

ul.ul_main_menu li:hover .sub-menu {
    display: block;
}

ul.ul_main_menu li .sub-menu li {
    padding: 0 0 10px;
}

ul.ul_main_menu li .sub-menu li a {
    font-size: 14px;
    font-weight: 400;
}

.now_docode_curr {
    margin-right: 10px;
}

.header_pre {
    background: var(--g-blue);
}

.header_end {
    border-bottom: 1px solid var(--gray);
    background: var(--wh);
}

.ul_main_menu a {
    color: var(--bl);
    font-weight: 600;
}

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

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

a.head_link_box path:last-child {
    fill: transparent;
}

a.head_link_box path:first-child {
    fill: var(--bl);
    transition: 0.3s;
}

a.head_link_box. path:last-child {
    fill: transparent;
}

a.head_link_box:hover path {
    fill: var(--blue);
}

.ul_main_menu a:hover {
    color: var(--green);
}



/***** END HEADER *****/





/***** FOOTER ******/
footer {
    min-height: 100px;
    background: var(--g-blue);
    padding: 40px 0 40px;
}

.footer_desc_linx {
    display: flex;
    position: fixed;
    bottom: 0;
    right: 100px;
    z-index: 10000;
    background: var(--l-blue);
}

.footer_desc_linx a.head_link_box {
    margin: 15px 20px;
}

.footer_row {
    align-items: center;
    margin-top: 40px;
}

a.footer_logo {
    display: flex;
    width: 200px;
    margin-bottom: 60px;
}

.footer_rating {
    margin-bottom: 60px;
    padding: 0 15px;
    font-size: 20px;
}

.footer_title {
    color: var(--txt-gray);
    font-size: 20px;
    margin-bottom: 20px;
}

.ul_footer_menu {
    padding: 0;
    list-style: none;
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.ul_footer_menu a {
    color: var(--bl);
    margin-bottom: 10px;
    display: block;
    font-size: 18px;
}

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

.footer_contact {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin-bottom: 20px;
    align-items: flex-start;
}

.footer_contact a {
    display: flex;
    font-size: 18px;
    color: var(--bl);
    margin-bottom: 10px;
}

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

.footer_contact a svg {
    margin-right: 10px;
    display: block;
    margin-top: 3px;
    width: 20px;
}

.footer_contact a path {
    fill: var(--bl);
    transition: 0.3s;
}

.footer_contact a:hover path {
    fill: var(--blue);
}

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

.footer_social a {
    height: 20px;
    margin-right: 10px;
    transition: 0.3s;
}

.footer_social a:hover path {
    fill: var(--blue);
}

.footer_social path {
    fill: var(--green);
    transition: 0.3s;
}

.footer_menu {
    border-right: 1px solid var(--txt-gray);
    width: 100%;
    padding-right: 15px;
}

.footer_dev_row {
    display: flex;
    flex: 1;
    padding: 0 15px;
}

.footer_dev_row a {
    display: flex;
    align-items: center;
    margin-right: 30px;
    color: var(--bl);
}

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

.footer_copy {
    color: var(--txt-gray);
}

.footer_dev_row a img {
    height: 30px;
    width: auto;
    margin-left: 10px;
}


/****** END FOOTER *******/


/****** MAIN PAGE ******/
section.banner {
    height: 600px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

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

.dropdown_dates_tabs{
	display: none;
}

.darker {
    position: absolute;
    width: 100%;
    height: 100%;
    background: var(--bl);
    opacity: 0.6;
}

section.banner h1 {
    font-size: 64px;
    color: var(--wh);
    text-transform: uppercase;
    text-align: center;
    width: 70%;
    margin: 0 auto;
    position: relative;
}

.top_filter_wrap {
    width: 100%;
    min-height: 80px;
    background: var(--wh);
    position: relative;
    margin: 40px auto 0;
    display: flex;
    border-right: 6px solid var(--blue);
    z-index: 11;
}

section.main_houses {
    padding: 60px 0;
}

section.main_houses h2 {
    text-align: center;
    font-size: 32px;
    text-transform: uppercase;
    margin-bottom: 40px;
}







.main_house {
    padding: 0 15px;
}

.main_house_img {
    height: 300px;
    position: relative;
    width: 100%;
}

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

.main_houses_carousel {
    position: relative;
    margin: 0 -15px;
    width: calc(100% + 30px);
}

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

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

img.owl_nav_prev {
    transform: rotate(90deg);
}

img.owl_nav_next {
    transform: rotate(-90deg);
}

.owl-theme .owl-nav [class*='owl-']:hover {
    background: transparent;
}

.owl-theme .owl-nav [class*='owl-']:hover img {
    opacity: 0.7;
}

.owl-theme .owl-nav [class*='owl-'] img {
    transition: 0.3s;
}

.main_house_txt {
    margin-top: 20px;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}

.main_house_txt span {
    text-transform: initial;
}

.main_houses_action {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

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

section.main_pages {
    padding: 0px 0 60px;
}

section.main_pages h2 {
    border-top: 1px solid var(--txt-gray);
    padding-top: 60px;
    margin-bottom: 40px;
    text-align: center;
    text-transform: uppercase;
}

.main_pages {
    padding: 0 15px;
}

.main_pages_img {
    position: relative;
    width: 100%;
    height: 300px;
}

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

.main_pages_txt {
    font-size: 18px;
    text-align: center;
    margin-top: 20px;
    text-transform: uppercase;
    font-weight: 600;
}

.main_pages_carousel {
    margin: 0 -15px;
    width: calc(100% + 30px);
    position: relative;
}

section.main_blog {
    padding: 0 0 60px;
}

section.main_blog h2 {
    border-top: 1px solid var(--txt-gray);
    padding-top: 60px;
    margin-bottom: 40px;
    text-align: center;
    text-transform: uppercase;
}

.main_posts_carousel {
    margin: 0 -15px;
    width: calc(100% + 30px);
    position: relative;
}

.main_post {
    margin: 0 15px;
    display: flex;
    border: 1px solid var(--txt-gray);
    flex-direction: column;
    flex: 1 0 auto;
}

.main_post_img {
    position: relative;
    height: 300px;
    width: 100%;
}

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

.main_posts_action {
    display: flex;
    justify-content: end;
    margin: 40px 0 0;
}

a.main_posts_lnk {
    display: inline-block;
    border-bottom: 1px solid;
    font-weight: 600;
}

a.main_posts_lnk:hover {
    color: var(--bl);
}

.main_seo_wrap {
    background: var(--green-10);
    padding: 40px 40px 20px;
}

.wp_editor h2 {
    margin-bottom: 20px;
}

.wp_editor p {
    margin-bottom: 20px;
}

section.main_seo {
    padding: 0px 0 60px;
}

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

.post_card_date {
    color: var(--txt-gray);
    margin-bottom: 20px;
}

.post_card_title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    color: var(--bl);
}

.post_card_desc {
    color: var(--bl);
    margin-bottom: 20px;
    margin-top: auto;
}

.post_card_btn {
    display: flex;
    align-items: center;
    transition: 0.3s;
    border: 1px solid var(--blue);
    width: max-content;
    padding: 10px 10px 10px 15px;
    background: var(--blue);
    color: var(--wh);
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1;
}

.post_card_btn svg {
    transform: rotate(-90deg);
    margin-left: 30px;
}

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

.main_post:hover .post_card_btn {
    color: var(--blue);
    background: var(--wh);
}

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

.owl-carousel .owl-stage {
    display: flex;
}

.owl-carousel.owl-drag .owl-item {
    display: flex;
    flex-direction: column;
}

/****** END MAIN PAGE ******/


/****** SINGLE *******/
.docode-breadcrumb a {
    color: var(--txt-gray);
}

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

.breadcrumb_last {
    color: var(--bl);
}

.nobel_ans{
	display: none !important;
}

.nobel_text {
    margin: 10px 0 0;
    /* text-align: center; */
    padding: 5px;
    border: 1px solid var(--green);
    font-size: 14px;
}

.single_date {
    font-size: 14px;
    color: var(--txt-gray);
}

.single_thumbnail img {
    height: 400px;
    width: 100%;
    object-fit: cover;
}

.single_thumbnail {
    margin: 40px 0;
}

.single_content_wrap {
    margin-bottom: 80px;
}

.single_post_nav {
    display: flex;
    justify-content: space-between;
    padding: 40px 0 40px;
    border-bottom: 1px solid var(--txt-gray);
}

.single_post_nav a {
    color: var(--txt-gray);
}

.single_post_nav a[rel="next"] {
    margin-left: auto;
}

.single_post_nav a svg {
    width: 20px;
}

.single_post_nav a path {
    fill: var(--txt-gray);
    transition: 0.3s;
}

.single_post_nav a[rel="prev"] svg {
    margin-right: 5px;
    transform: rotate(90deg);
}

.single_post_nav a[rel="next"] svg {
    margin-left: 5px;
    transform: rotate(-90deg);
}

.single_post_nav a:hover {
    color: var(--bl);
}

.single_post_nav a:hover path {
    fill: var(--bl);
}

.related_posts {
    margin-top: 40px;
}

.related_posts h2 {
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin-bottom: 40px;
}

.related_post_wrap {}

.related_post_wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px 0;
}

.related_post_wrap .main_post {
    width: calc(50% - 30px);
    flex: none;
    flex-direction: row;
}

.related_post_wrap .main_post_img {
    height: auto;
    width: 300px;
}

.related_post_wrap .main_post_txt {
    flex: 1;
    padding-bottom: 0;
    padding-right: 0;
}

.related_post_wrap .post_card_btn {
    align-self: flex-end;
}

.related_post_wrap .post_card_date {
    text-align: right;
    padding-right: 20px;
}

.related_post_wrap .post_card_title {
    padding-right: 20px;
}

.related_post_wrap .post_card_desc {
    padding-right: 20px;
}


/****** END SINGLE ********/

/****** POST ARCHIVE ******/
ul.categories_tabs {
    display: flex;
    padding: 0;
    margin: 20px 0 40px;
    list-style: none;
}

ul.categories_tabs a {
    display: flex;
    padding: 10px 30px;
    background: var(--l-gray);
    color: var(--txt-gray);
    text-transform: uppercase;
    margin-right: 20px;
}

ul.categories_tabs a:hover {
    color: var(--bl);
}

ul.categories_tabs a.cloud_item_active {
    background: var(--g-blue);
    color: var(--bl);
}

.archive_post_wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px 20px;
}

.archive_post_wrap .main_post {
    width: calc(33.33% - 30px);
    margin-bottom: 30px;
    flex: none;
}

.pagination {
    margin: 20px 0;
}

.nav-links {
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-numbers {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background: var(--l-gray);
    color: var(--blue);
    margin: 0 5px;
}

.page-numbers.current {
    background: var(--gray);
}

a.page-numbers:hover {
    background: var(--gray);
}

.page-numbers svg {
    width: 12px;
}

.page-numbers svg path {
    fill: var(--blue);
}

.next.page-numbers svg {
    transform: rotate(-90deg);
}

.prev.page-numbers svg {
    transform: rotate(90deg);
}

section.archive_wrap {
    margin-bottom: 80px;
}






/****** POST ARCHIVE ******/


/***** TOP FILTER ******/
.top_filter_cell {
    border-left: 6px solid var(--blue);
    border-top: 6px solid var(--blue);
    border-bottom: 6px solid var(--blue);
    flex: 10%;
    display: flex;
    position: relative;
    height: 80px;
    z-index: 11;
}

.top_filter_cell.top_filter_city {
    flex: 12%;
}

.top_filter_cell.top_filter_site {
    flex: 10%;
}

.top_filter_cell.top_filter_date {
    flex: 18%;
}

.top_filter_cell.top_filter_guest {
    flex: 18%;
}

.top_filter_placeholder_wrap {
    width: 100%;
    display: flex;
}

.top_filter_placeholder {
    display: flex;
    width: 100%;
    align-items: center;
    padding: 20px;
    cursor: pointer;
}

.top_filter_placeholder svg {
    margin-right: 10px;
    width: auto;
    height: 20px;
}

.top_filter_placeholder svg path {
    fill: var(--bl);
}

.placeholder_txt {
    line-height: 110%;
    font-size: 15px;
}

.top_filter_btn {
    background: var(--green);
    color: var(--wh);
    transition: 0.3s;
    text-transform: uppercase;
    cursor: pointer;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.top_filter_btn:hover {
    color: var(--green);
    background: var(--wh);
}

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

ul.cities_list, ul.sites_list {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    width: 100%;
}

.dropdown_cities, .dropdown_sites {
    position: absolute;
    top: 100%;
    background: var(--wh);
    left: 0;
    width: 100%;
    padding: 10px 10px 0;
    border: 1px solid var(--blue);
    pointer-events: none;
    opacity: 0;
    transition: 0.3s;
    z-index: 1;
}

ul.cities_list li, 
ul.sites_list li {
    margin-bottom: 10px;
    cursor: pointer;
    transition: 0.3s;
    color: var(--bl);
}

ul.cities_list li:hover,
ul.sites_list li:hover{
    color: var(--blue);
}

.top_filter_placeholder_wrap.active .opening_setting, 
.top_filter_placeholder_wrap.active .dropdown_guests,
.single_order_dates.active .dropdown_dates{
    opacity: 1;
    pointer-events: all;
}

.dropdown_dates {
    position: absolute;
    top: 100%;
    border: 1px solid var(--blue);
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    z-index: 20;
    opacity: 0;
    transition: 0.3s;
    pointer-events: none;
}

.dropdown_guests {
    position: absolute;
    background: var(--wh);
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    padding: 20px 20px 10px;
    width: 100%;
    border: 1px solid var(--blue);
    opacity: 0;
    transition: 0.3s;
    pointer-events: none;
    z-index: 1;
}

.settings_title {
    font-weight: 600;
    margin-right: 5px;
    flex: 1;
}

.filter_setting_wrap {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.plus_minus {
    display: flex;
    align-items: center;
}

.plus_btn, .minus_btn {
    position: relative;
    width: 30px;
    height: 30px;
    border: 1px solid var(--txt-gray);
    border-radius: 6px;
    cursor: pointer;
    transition: 0.3s;
}

input {
    height: 30px;
    border: 1px solid var(--blue);
    flex: 1;
    padding: 10px;
}

.filter_setting_wrap input {
    width: 40px;
    text-align: center;
    border: none;
    pointer-events: none;
    font-size: 16px;
	padding: 0;
}

.minus_btn span {
    width: 14px;
    height: 1px;
    display: block;
    background: var(--txt-gray);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.3s;
}

.plus_btn span {
    width: 14px;
    height: 1px;
    display: block;
    background: var(--txt-gray);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.3s;
}

.plus_btn span:last-child {
    transform: translate(-50%, -50%) rotate(90deg);
}

.checkbox_title{
	margin-right: 10px;
}

label.checkbox_label:before,
.wpcf7-checkbox label:before{
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid var(--blue);
    cursor: pointer;
    transition: 0.3s;
    background: var(--wh);
    border-radius: 3px;
}

label.checkbox_label:hover:after,
.wpcf7-checkbox label:hover:after{
    background: var(--g-blue);
}

label.checkbox_label:after,
.wpcf7-checkbox label:after{
    content: '';
    width: 12px;
    height: 12px;
    display: block;
    position: absolute;
    transition: 0.3s;
    top: 4px;
    left: 4px;
    cursor: pointer;
    border-radius: 3px;
}

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

.wpcf7-list-item label {
    display: flex;
}

.wpcf7-list-item label span {
    margin-left: 10px;
}

label.checkbox_label,
.wpcf7-checkbox label{
    position: relative;
    cursor: pointer;
    margin-right: 10px;
}

label.checkbox_label.checked:after,
.wpcf7-checkbox label.checked:after{
    background: var(--blue);
}

.pets_guests_row label.checkbox_label {
    margin-left: auto;
    margin-right: 0;
}

.plus_btn:hover span, 
.minus_btn:hover span {
    background: var(--blue);
}

.plus_btn:hover, 
.minus_btn:hover {
    border-color: var(--blue);
}


/****** END TOP FILTER *******/


/******* SIDEBAR FILTER *********/
.slider_inputs {
    display: flex;
    justify-content: space-between;
    margin: 20px 0 10px;
}

.slider_inputs input {
    border: 1px solid;
    width: 60px;
    flex: none;
}

.sidebar_filter_title {
    margin-bottom: 20px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    justify-content: center;
}

.sidebar_filter.bl-scroll.bl-over:after {
    display: none;
}

.sidebar_days {
    position: relative;
    color: var(--blue);
    padding: 0 10px;
    cursor: pointer;
}

.sidebar_days_title:hover {
    color: var(--bl);
}

.sidebar_days_list {
    display: flex;
    flex-direction: column;
    position: absolute;
    background: var(--wh);
    width: 120%;
    z-index: 11;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    box-shadow: var(--shadow);
    font-size: 16px;
    transition: 0.3s;
    opacity: 0;
    pointer-events: none;
}


.sidebar_days_list span {
    cursor: pointer;
    padding: 5px 0;
    color: var(--bl);
    transition: 0.3s;
}

.sidebar_days_list span:hover {
    background: var(--g-blue);
}

.sidebar_days.open .sidebar_days_list {
    opacity: 1;
    pointer-events: all;
}

.any_side_filter {
    background: var(--l-gray);
    padding: 10px;
    margin-bottom: 10px;
}


.slider_title {
    text-align: center;
    margin-bottom: 10px;
}

.ui-widget.ui-widget-content {
    height: 3px;
    border: none;
    background: var(--green);
}

.ui-slider-horizontal .ui-slider-range {
    background: var(--blue);
}

.ui-state-default, .ui-widget-content .ui-state-default, 
.ui-widget-header .ui-state-default, 
.ui-button, html .ui-button.ui-state-disabled:hover, 
html .ui-button.ui-state-disabled:active {
    border-radius: 50%;
    border: none;
    background: var(--blue);
    top: -6px;
    width: 15px;
    height: 15px;
    cursor: pointer;
}

span.ui-slider-handle.ui-corner-all.ui-state-default.ui-state-hover {
    background: var(--green);
}

.number_wrap {
    margin-top: 10px;
    display: flex;
    align-items: center;
}

input.number_value {
    flex: none;
    margin-left: auto;
    width: 50px;
    text-align: center;
}

.checkbox_wrap {
    display: flex;
    width: 100%;
    align-items: center;
    margin-top: 10px;
    font-size: 14px;
}




/****** END SIDEBAR FILTER *****/





/**** HOUSE ARCHIVE ****/
.archive_obj_wrap {
    display: flex;
    flex-wrap: wrap;
}

.archive_obj_side {
    width: 20%;
}

.sidebar_filter {
    position: sticky;
    top: 20px;
    max-height: calc(100vh - 100px) !important;
    overflow: auto;
}

.submit_sidebar {
    margin: 20px 0;
    position: sticky;
    bottom: 0;
}

.archive_obj_main {
    flex: 1;
    margin-left: 20px;
}

.archive_obj_title h1 {
    font-size: 20px;
    flex: 1;
}

.archive_obj_title {
    display: flex;
    margin-bottom: 40px;
}

.archive_obj_count {
    margin-left: 40px;
}

.archive_obj_order {
    margin-bottom: 20px;
}

.archive_obj_order {
    display: flex;
    align-items: center;
}

.archive_obj_order_title {
    font-size: 14px;
    font-weight: 600;
    margin-right: 10px;
}

.order_selector_title {
    font-size: 14px;
    font-weight: 600;
}

.order_selector_wrap {
    position: relative;
    width: 140px;
    padding: 0px 5px;
    cursor: pointer;
    border-bottom: 1px solid;
}

.order_selector_list {
    position: absolute;
    z-index: 100;
    background: var(--wh);
    font-size: 14px;
    padding: 0px;
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: var(--shadow);
    opacity: 0;
    pointer-events: none;
    transition: 0.3s;
}

.order_selector_item {
    cursor: pointer;
    padding: 5px 10px;
    transition: 0.3s;
}

.order_selector_item:hover {
    background: var(--g-blue);
}

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

.order_selector_wrap.open .order_selector_list {
    opacity: 1;
    pointer-events: all;
}

a.archive_obj_map {
    display: block;
    margin-bottom: 40px;
    position: relative;
}

a.archive_obj_map img {
    width: 100%;
}

a.archive_obj_map span {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: var(--wh);
    padding: 10px 20px;
    width: 80%;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 6px;
    font-size: 14px;
}

.any_house_card {
    display: flex;
    border: 1px solid var(--txt-gray);
    margin-bottom: 20px;
}

.any_house_card_img {
    width: 300px;
    height: 200px;
    position: relative;
    background: var(--l-gray);
    margin-right: 20px;
}

.ahc_fav, 
.ahc_compare, 
.ahc_video {
    position: absolute;
    cursor: pointer;
    right: 10px;
    top: 10px;
    width: 40px;
    height: 40px;
    background: var(--g-blue);
    border-radius: 50%;
    transition: 0.3s;
    z-index: 10;
}

.ahc_fav:hover, 
.ahc_compare:hover, 
.ahc_video:hover {
    opacity: 0.7;
}

.fovorite_item.choose svg path,
.compare_item.choose svg path,
.map_favorite_item.choose svg path,
.map_compare_item.choose svg path{
    fill: var(--red) !important;
}

.favorites_lnk.active svg path, 
.compare_lnk.active svg path, 
.single_wishlist.icon_red svg path{
    fill: var(--red) !important;
}

.mobile_numbers{
	display: none;
}

.ahc_compare {
    right: 60px;
}

.ahc_video {
    right: 110px;
}

.ahc_fav svg, 
.ahc_compare svg, 
.ahc_video svg {
    width: 20px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}

.ahc_fav svg path:first-child, 
.ahc_compare svg path, 
.ahc_video svg path {
    fill: var(--bl);
}

.ahc_fav.favorites_lnk svg path:last-child,
.ahc_fav.fovorite_item svg path:last-child{
    fill: transparent;
}

.wrap_up_text {
    background: var(--gray);
    padding: 5px;
    width: max-content;
    position: absolute;
    top: 100%;
    right: 0;
    display: none;
}

.has_up_text:hover .wrap_up_text {
    display: block;
}

.any_house_card_txt {
    display: flex;
    flex: 1;
    padding: 20px;
}

.ahc_txt_left {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.ahc_title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}

.ahc_distance {
    font-size: 14px;
    margin-bottom: 10px;
    color: var(--blue);
}

.ahc_distance span {
    margin-right: 20px;
}

.ahc_rating_wrap {
    display: flex;
}

.ahc_rating_txt {
    font-size: 14px;
    color: var(--txt-gray);
    text-align: right;
}

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

.ahc_rating_stars svg path {
    fill: transparent;
    stroke: var(--ye);
}

.ahc_rating_stars svg.active path {
    fill: var(--ye);
}

.is_in_house{
	display: block;
	font-size: 14px;
}

.ahc_rating_number {
    width: 47px;
    color: var(--wh);
    background: var(--blue);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 600;
    margin-left: 10px;
}

.ahc_price_wrap {
    margin-top: auto;
}

.ahc_txt_right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.ahc_price_wrap {
    text-align: right;
}

.ahc_price_txt span {
    position: relative;
    color: var(--txt-gray);
    font-size: 14px;
    display: inline-block;
    margin-bottom: 5px;
    margin-left: 10px;
}

.ahc_price_txt span:after {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    display: block;
    border-radius: 50%;
    background: var(--txt-gray);
    top: 7px;
    right: -10px;
}

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

.ahc_price {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.house_discount_att {
    font-size: 14px;
    width: 100%;
    font-weight: 400;
    font-style: italic;
}

.crossed {
    text-decoration: line-through;
    font-size: 0.8em;
}

.price_info {
    position: relative;
    color: var(--wh);
    background: var(--green);
    width: 20px;
    height: 20px;
    margin-left: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-style: italic;
    font-size: 14px;
    cursor: pointer;
}

.price_info div {
    position: absolute;
    background: var(--gray);
    color: var(--bl);
    font-size: 14px;
    line-height: 130%;
    text-align: left;
    font-weight: 400;
    padding: 5px;
    bottom: 100%;
    right: 0;
    width: 400px;
    max-height: 300px;
    display: none;
    font-style: initial;
    z-index: 16;
    overflow: auto;
}

.price_info:hover div {
    display: block;
}

a.ahc_lnk {
    margin-bottom: -20px;
    margin-right: -20px;
    color: var(--wh);
    background: var(--green);
    text-align: right;
    /* width: 200px; */
    align-self: flex-end;
    padding: 12px 10px 8px 20px;
    text-transform: uppercase;
    line-height: 1;
    font-size: 14px;
}

img.ahc_foto {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ahc_carousel {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.ahc_carousel.owl-carousel .owl-item {
    position: relative;
    width: 100%;
    height: 200px;
}

.ahc_carousel.owl-carousel .owl-item img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ahc_carousel.owl-theme .owl-nav [class*='owl-'] img {
    filter: grayscale(1) invert(1);
}

a.ahc_lnk svg {
    transform: rotate(-90deg);
    margin-left: 10px;
    position: relative;
    top: -2px;
}

a.ahc_lnk svg path {
    fill: var(--wh);
}

a.ahc_lnk:hover {
    opacity: 0.7;
}

.archive_obj_seo {
    margin-top: 60px;
    padding: 40px 40px 20px;
    background: var(--green-10);
    margin-bottom: 60px;
}

.video_fon {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 100;
    display: none;
    align-items: center;
    justify-content: center;
}

.video_container {
    width: 500px;
    max-width: 100%;
    height: 350px;
    background: #fff;
    position: relative;
}

.video_closer {
    position: absolute;
    right: 10px;
    top: 10px;
    border: 1px solid var(--red);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    transition: 0.3s;
    background: #fff;
    cursor: pointer;
	z-index: 100;
}

.video_closer span {
    position: absolute;
    width: 14px;
    height: 1px;
    background: var(--red);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    transition: 0.3s;
}

.video_closer span:last-child {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.video_closer:hover {
    background: red;
}

.video_closer:hover span {
    background: #fff;
}

.responsive-video iframe {
    width: 100%;
    height: 100%;
    position: absolute;
}

.video_insert .responsive-video {
    margin: 0;
}

.no_houses_found {
    background: var(--g-blue);
    padding: 20px;
    font-weight: 600;
    text-align: center;
    margin-top: 60px;
}

.ahc_params {
    display: flex;
    flex-wrap: wrap;
    margin-top: auto;
    font-size: 14px;
}

.any_dlit {
    width: 100%;
    font-size: 13px;
    line-height: 130%;
    margin-bottom: 0px;
    font-weight: 600;
}

.ahc_any_param {
    margin-right: 20px;
    position: relative;
    font-size: 13px;
    line-height: 130%;
}

.ahc_any_param img {
    width: 12px;
    margin: 0 6px;
}

.ahc_any_param:after {
    content: '';
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--bl);
    top: 5px;
    right: -14px;
}

.ahc_any_param:last-child:after {
    display: none;
}

.any_house_card_img .owl-theme .owl-nav button.owl-prev, 
.any_house_card_img .owl-theme .owl-nav button.owl-next {
    background: var(--bl);
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.ahc_empl {
    margin-bottom: 10px;
    margin-top: -10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

span.login_round {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 5px;
    border: 1px solid var(--blue);
}

.login_yellow {
    background: var(--ye);
}

.login_red {
    background: var(--red);
}

.login_green {
    background: var(--green);
}

.actual_calendar {
    font-size: 12px;
    margin-left: 10px;
    display: flex;
    align-items: center;
}

.cat-discount {
    background: var(--red);
    padding: 5px 10px;
    margin-left: 10px;
    color: var(--wh);
}

span.house_free {
    background: var(--green);
    color: var(--wh);
    padding: 5px 10px;
}

.house_call {
    color: var(--wh);
    background: var(--blue);
    padding: 5px 20px;
}

.house_busy {
    color: var(--wh);
    background: var(--red);
    padding: 5px 20px;
}
/*** END HOUSE ARCHIVE ****/

/*** HOUSES MAP ****/
#arch_map{
	width: 100%;
	height: 600px;	
}

.map_house_title {
    font-size: 16px;
    margin: 10px 0;
    font-weight: 600;
    text-transform: uppercase;
}

.map_house_desc {
    display: flex;
    color: var(--bl);
    flex-wrap: wrap;
}

.map_house_price {
    margin-top: 10px;
    font-weight: 600;
    font-size: 16px;
}

.map_favorite_item,
.map_compare_item{
    position: absolute;
    cursor: pointer;
    right: 10px;
    top: 10px;
    width: 40px;
    height: 40px;
    background: var(--g-blue);
    border-radius: 50%;
    transition: 0.3s;
    z-index: 10;
}

.map_favorite_item:hover,
.map_compare_item:hover{
    opacity: 0.7;
}

.map_house_img {
    position: relative;
}

.map_house_img .ahc_carousel.owl-carousel .owl-item {
    height: 300px;
}

.map_compare_item {
    right: 60px;
}

.map_favorite_item img,
.map_compare_item img,
.map_favorite_item svg,
.map_compare_item svg{
    width: 20px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}

.map_compare_item svg path {
    fill: var(--bl);
}

.map_favorite_item svg path:first-child {
    fill: var(--bl);
}

.map_favorite_item svg path:last-child {
    fill: transparent;
}


/*** END HOUSES MAP ****/


/**** LOADER ***/
.docode_loader_wrap{
	position: fixed;
	display: none;
	top: 50%;
	left: 56%;
	transform: translate(-50%, -50%);
	width: 50px;
	height: 50px;
	z-index: 1000000000;
	pointer-events: none;
}

.docode_loader {
	font-size: 10px;
	display: flex;
	width: 1em;
	height: 1em;
	border-radius: 50%;
	position: relative;
	text-indent: -9999em;
	animation: mulShdSpin 1.1s infinite ease;
	transform: translateZ(0);
}
@keyframes mulShdSpin {
	0%,
	100% {
		box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(22,173,88, 0.2), 2.5em 0em 0 0em rgba(22,173,88, 0.2), 1.75em 1.75em 0 0em rgba(22,173,88, 0.2), 0em 2.5em 0 0em rgba(22,173,88, 0.2), -1.8em 1.8em 0 0em rgba(22,173,88, 0.2), -2.6em 0em 0 0em rgba(22,173,88, 0.5), -1.8em -1.8em 0 0em rgba(22,173,88, 0.7);
	}
	12.5% {
		box-shadow: 0em -2.6em 0em 0em rgba(22,173,88, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(22,173,88, 0.2), 1.75em 1.75em 0 0em rgba(22,173,88, 0.2), 0em 2.5em 0 0em rgba(22,173,88, 0.2), -1.8em 1.8em 0 0em rgba(22,173,88, 0.2), -2.6em 0em 0 0em rgba(22,173,88, 0.2), -1.8em -1.8em 0 0em rgba(22,173,88, 0.5);
	}
	25% {
		box-shadow: 0em -2.6em 0em 0em rgba(22,173,88, 0.5), 1.8em -1.8em 0 0em rgba(22,173,88, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(22,173,88, 0.2), 0em 2.5em 0 0em rgba(22,173,88, 0.2), -1.8em 1.8em 0 0em rgba(22,173,88, 0.2), -2.6em 0em 0 0em rgba(22,173,88, 0.2), -1.8em -1.8em 0 0em rgba(22,173,88, 0.2);
	}
	37.5% {
		box-shadow: 0em -2.6em 0em 0em rgba(22,173,88, 0.2), 1.8em -1.8em 0 0em rgba(22,173,88, 0.5), 2.5em 0em 0 0em rgba(22,173,88, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(22,173,88, 0.2), -1.8em 1.8em 0 0em rgba(22,173,88, 0.2), -2.6em 0em 0 0em rgba(22,173,88, 0.2), -1.8em -1.8em 0 0em rgba(22,173,88, 0.2);
	}
	50% {
		box-shadow: 0em -2.6em 0em 0em rgba(22,173,88, 0.2), 1.8em -1.8em 0 0em rgba(22,173,88, 0.2), 2.5em 0em 0 0em rgba(22,173,88, 0.5), 1.75em 1.75em 0 0em rgba(22,173,88, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(22,173,88, 0.2), -2.6em 0em 0 0em rgba(22,173,88, 0.2), -1.8em -1.8em 0 0em rgba(22,173,88, 0.2);
	}
	62.5% {
		box-shadow: 0em -2.6em 0em 0em rgba(22,173,88, 0.2), 1.8em -1.8em 0 0em rgba(22,173,88, 0.2), 2.5em 0em 0 0em rgba(22,173,88, 0.2), 1.75em 1.75em 0 0em rgba(22,173,88, 0.5), 0em 2.5em 0 0em rgba(22,173,88, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(22,173,88, 0.2), -1.8em -1.8em 0 0em rgba(22,173,88, 0.2);
	}
	75% {
		box-shadow: 0em -2.6em 0em 0em rgba(22,173,88, 0.2), 1.8em -1.8em 0 0em rgba(22,173,88, 0.2), 2.5em 0em 0 0em rgba(22,173,88, 0.2), 1.75em 1.75em 0 0em rgba(22,173,88, 0.2), 0em 2.5em 0 0em rgba(22,173,88, 0.5), -1.8em 1.8em 0 0em rgba(22,173,88, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(22,173,88, 0.2);
	}
	87.5% {
		box-shadow: 0em -2.6em 0em 0em rgba(22,173,88, 0.2), 1.8em -1.8em 0 0em rgba(22,173,88, 0.2), 2.5em 0em 0 0em rgba(22,173,88, 0.2), 1.75em 1.75em 0 0em rgba(22,173,88, 0.2), 0em 2.5em 0 0em rgba(22,173,88, 0.2), -1.8em 1.8em 0 0em rgba(22,173,88, 0.5), -2.6em 0em 0 0em rgba(22,173,88, 0.7), -1.8em -1.8em 0 0em #ffffff;
	}
}
/***** END LOADER ****/

/****** 404 *******/
.row_404 {
    padding: 50px 0 100px;
    position: relative;
}

.digits_404 {
    font-size: 380px;
    font-weight: 600;
    color: var(--txt-gray);
    line-height: 1;
    position: relative;
    font-family: 'Roboto';
}

.row_404 h1 {
    font-size: 20px;
    margin: 0px 0 100px;
}

.lnk_404 a {
    display: block;
    padding: 10px 30px;
    background: var(--blue);
    color: var(--wh);
    border: 1px solid var(--blue);
    width: max-content;
}

.lnk_404 a:hover {
    color: var(--blue);
    background: var(--wh);
}

.img_404 {
    position: absolute;
    top: 60px;
    right: 0;
    width: 50%;
}

/******* END 404 *******/

/****** CONTACTS ****/
.contact_row {
    display: flex;
    flex-wrap: wrap;
    padding: 60px 0;
}

.contact_info {
    flex: 1;
}

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

.contact_link_title {
    font-weight: 600;
    margin-right: 10px;
}

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

.contact_icons_wrap a {
    width: 40px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.contact_icons_wrap a:hover {
    opacity: 0.7;
}

.contact_icons_wrap .contact_link_title {
    margin-bottom: 10px;
    width: 100%;
}

.wp_content p {
    margin-bottom: 20px;
}

.contact_map {
    width: 50%;
}

/*** END CONTACTS *****/


/**** COMPARE ******/
.compare_obj_table {
    position: relative;
    width: 100%;
    overflow: auto;
    border-top: 1px solid;
    border-right: 1px solid;
    margin: 60px 0 40px;
}

.compare_obj_row {
    display: flex;
    border-bottom: 1px solid;
    width: max-content;
    font-size: 14px;
}

.compare_obj_img {
    width: 100%;
    height: 100px;
    position: relative;
}

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

.compare_param {
    padding: 10px;
    border-left: 1px solid;
    width: 150px;
    position: relative;
}

.compare_param.compare_yes {
    background: var(--green-10);
}

.compare_obj_row:nth-child(2n) {
    /* background: var(--g-blue); */
}

.compare_obj_title {
    margin-top: 10px;
    font-weight: 600;
    display: flex;
}

.compare_param:last-child {
    border-right: 1px solid;
}

.del_compare {
    position: absolute;
    width: 25px;
    height: 25px;
    right: 0;
    top: 0;
    cursor: pointer;
    transition: 0.3s;
    z-index: 1;
    background: var(--wh);
}

.del_compare span {
    position: absolute;
    width: 15px;
    height: 1px;
    display: block;
    background: var(--bl);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    transition: 0.3s;
}

.del_compare span:last-child {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.del_compare:hover span {
    background: var(--red);
}



	

/**** END COMPARE ******/


/**** SINGLE HOUSE ****/

section.single_banner {
    margin: 40px 0 40px;
}

.single_main_imgs_row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.single_main_imgs {
    width: calc(70% - 40px);
}

.single_top_carousel.owl-carousel .owl-nav button {
    background: var(--gray);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    transition: 0.3s;
}

.single_top_carousel.owl-carousel .owl-nav button:hover {
    background: var(--g-blue);
}

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

.single_main_img {
    width: 100%;
    height: 500px;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    display: block;
}

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

.single_main_carousel_img {
    margin: 0 10px;
    position: relative;
    height: 60px;
    overflow: hidden;
    opacity: 0.5;
    transition: 0.3s;
}

.single_main_carousel_img:hover {
    opacity: 0.7;
}

.single_main_carousel_img.first_foto {
    opacity: 1;
    border: 3px solid var(--blue);
}

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

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

.single_text {
    flex: 100%;
    width: 100%;
}

.single_video_wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px 0px;
    width: 100%;
}

.single_video {
    width: calc(30% - 20px);
    margin: 0 10px 20px;
}

.single_video_wrap {
    width: 100%;
}

.single_video iframe {
    width: 100%;
}

.single_more_btn, .open_all_reviews {
    width: 100%;
    text-align: center;
    padding: 5px;
    border: 2px solid var(--blue);
    position: absolute;
    background: var(--wh);
    bottom: 0;
    box-shadow: 10px 7px 10px 20px rgba(255, 255, 255, 1);
    transition: 0.3s;
    cursor: pointer;
}

span.sp_op {
    display: none;
}

.spoiler {
    position: relative;
    height: 50px;
    overflow: hidden;
    margin-bottom: 40px;
}

.spoiler.open {
    height: auto;
    padding-bottom: 50px;
}

.single_more_btn:hover, .open_all_reviews:hover {
    color: var(--green);
}

.single_price_desc {
    background: var(--l-gray);
    padding: 10px;
    margin-top: 10px;
    width: 100%;
    /* font-size: 12px; */
    line-height: 130%;
}

.single_price_discount .single_price_desc_txt {
    /* max-height: 30px; */
    /* overflow: auto; */
    position: relative;
}

.single_price_desc_txt .bl-scroll {
    max-height: 180px;
}

.single_price_desc_title {
    font-weight: 600;
    margin-bottom: 10px;
}

.oc_cot__item_s {
    display: inline-block;
    margin-right: 10px;
}

.single_order_wrap {
    padding: 20px;
    background: var(--l-gray);
    margin-left: 40px;
    width: 30%;
}

.single_order_icons {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 40px;
}

.share_services {
    position: absolute;
    display: none;
    top: 100%;
    right: 0;
    background: var(--wh);
    padding: 5px 10px;
}

.single_share.active .share_services{
	display: block;
}

.share_services .ya-share2__list.ya-share2__list_direction_horizontal {
    display: flex;
    flex-direction: column;
}

.single_wishlist, .single_share {
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: 0.3s;
    position: relative;
    z-index: 1;
    margin-left: 20px;
    font-size: 12px;
}

.single_wishlist svg, .single_share svg {
    margin-right: 10px;
}

.share_services .ya-share2__list.ya-share2__list_direction_horizontal li {
    transition: 0.3s;
    filter: grayscale(1);
    margin: 5px 0;
}

.share_services .ya-share2__list.ya-share2__list_direction_horizontal li:hover {
    filter: grayscale(0);
}

.single_wishlist svg path {
    fill: var(--bl);
    transition: 0.3s;
}

.single_wishlist svg path:last-child {
    fill: transparent;
}

.single_wishlist:hover, .single_share:hover {
    color: var(--blue);
}

.single_order_fields {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.single_order_dates {
    padding: 10px;
    background: var(--wh);
    border: 1px solid var(--bl);
    width: 49%;
    margin-bottom: 10px;
    height: 40px;
    position: relative;
}

.single_order_date_end .dropdown_dates {
    left: auto;
    right: 0;
    transform: none;
}

.single_order_date_start .dropdown_dates {
    left: 0;
    transform: none;
}

.single_odrer_person {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
    /* display: none; */
}

.single_person_txt {
    width: 100%;
    height: 40px;
    background: var(--wh);
    border: 1px solid var(--bl);
    display: flex;
    align-items: center;
    justify-content: center;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled {
    background: var(--red);
    color: var(--wh);
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled.xdsoft_disabled_2 {
    background: var(--gray);
    color: var(--bl);
}

.single_date_start, .single_date_end {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.single_dropdown_guests {
    position: relative;
    background: var(--wh);
    padding: 20px;
    width: 100%;
    border: 1px solid var(--blue);
    display: none;
    z-index: 1;
}

.single_odrer_person.active .single_dropdown_guests {
    display: block;
}

.single_order_results {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.single_order_res_price,
.single_order_wedding_price{
    margin-left: auto;
    font-weight: 600;
}

.single_order_prepay {
    margin-top: 10px;
    background: var(--g-blue);
    width: 100%;
    padding: 10px 10px 8px;
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    display: none;
}

.ajax_order_answer span {
    border: 1px solid;
    margin-top: 10px;
    display: block;
    text-align: center;
    padding: 5px;
}

.min_days_show {
    display: none;
    justify-content: space-between;
    margin-bottom: 10px;
}

.min_days_show.open {
    display: flex;
}

.min_days_ans {
    font-weight: 600;
}

.single_input_title {
    font-size: 12px;
    line-height: 130%;
    margin-bottom: 5px;
}

input.single_input_tel {
    height: 40px;
    border: 1px solid var(--bl);
    margin-bottom: 10px;
    font-size: 15px;
    padding-left: 90px;
}

span.error_message {
    color: var(--red);
}

.field_error {
    border-color: var(--red) !important;
}

input.submit_btn.btn {
    height: auto;
    width: 100%;
    font-size: inherit;
}

section.single_main_prop {
    margin: 20px 0 !important;
}

.single_prop_row {column-count: 2;padding-right: calc(30% + 40px);}

.single_prop_item {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.single_prop_item img, .single_prop_item svg {
    margin-right: 10px;
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.single_prop_container {
    background: var(--l-gray);
    padding: 40px 40px 40px 0;
}

.single_prop_subitem {
    margin: -15px 20px 20px;
    background: var(--g-blue);
    padding: 5px;
    font-size: 13px;
    line-height: 1;
}

.single_faq_row_low {
    display: flex;
    justify-content: flex-start;
    margin: 0 -20px;
}

.single_faq_row_low .single_faq_item {
    flex: unset;
    width: calc(33.333% - 40px);
}

.single_faq_head {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 40px;
}

.single_faq_txt {
    flex: 1;
}

.single_faq_txt h2 {
    margin-bottom: 10px;
}

.single_otz_wrap {
    position: relative;
    margin-bottom: 20px;
}

.single_faq_item:nth-child(1), .single_faq_item:nth-child(2), .single_faq_item:nth-child(3) {
    display: flex;
}

.single_faq_item {
    margin: 0 10px 10px;
    border: 1px solid var(--txt-gray);
    padding: 20px;
    border-radius: 20px;
    flex: 1;
    display: none;
    flex-direction: column;
}

.single_faq_item_q, .single_faq_item_a {
    display: flex;
    align-items: flex-start;
}

.single_faq_item_q_txt {
    flex: 1;
    margin-left: 10px;
    font-size: 16px;
    margin-bottom: 20px;
}

.single_faq_item_a_txt {
    flex: 1;
    font-size: 14px;
    margin-left: 10px;
    margin-bottom: 30px;
}

.single_faq_item_q img, .single_faq_item_a img {
    width: 30px !important;
}

.single_faq_item_date {
    font-size: 14px;
    color: var(--txt-gray);
    margin-top: auto;
}

section.single_main_otz {
    margin: 20px 0;
}

section.single_map {
    margin-bottom: 20px;
}

div#single_map {
    width: 100%;
    height: 400px;
}

.single_review_item_title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
}

.srw_date {
    font-size: 14px;
    font-weight: 400;
}

.single_review_item_title .ahc_rating_stars {
    margin: 0 0 0 10px;
}

.srw_test {
    flex: 1;
}

.single_review_item_text {
    font-size: 14px;
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
}

.single_review_item_name {
    color: var(--txt-gray);
    margin-top: auto;
    text-align: right;
}

.single_review_item_answer_title {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
}

.single_review_item_answer_text {
    font-size: 14px;
}

.single_review_item_txt {
    flex: 1;
    margin-right: 20px;
}

.single_review_item_img {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    max-width: 300px;
}

.single_review_item_img img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    margin-left: 20px;
    margin-bottom: 20px;
}

.house_attr_wrap {
    display: flex;
    margin-top: 20px;
    flex-wrap: wrap;
}

.house_rating {
    display: flex;
    margin-right: 40px;
    align-items: center;
    color: var(--txt-gray);
    font-size: 12px;
}

.ahc_rating_stars {
    margin-right: 10px;
    text-align: right;
}

.country-phone {
    position: relative;
    padding: 0;
    border: none;
}

.country-phone-selector {
    position: absolute;
    top: 1px;
    height: calc(100% - 12px);
    background: var(--g-blue);
    left: 1px;
    padding: 5px;
}
/***** END SINGLE HOUSE *******/


/***** POPUP AND FORMS ****/
.popup_content {
    max-height: 80vh;
}

.site_darker {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #0003;
    z-index: 1000;
    display: none;
}

.site_popup {
    position: fixed;
    z-index: 1001;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: var(--g-blue);
    border-radius: 20px;
    padding: 40px 20px 20px;
    display: none;
}

.site_popup.open,
.site_darker.open{
	display: block;
}

.popup_title {
    width: 350px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: uppercase;
    max-width: 100%;
}

.popup_title.small_title {
    font-size: 14px;
    line-height: 110%;
    text-transform: none;
    font-weight: 400;
}

.popup_closer {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 25px;
    height: 25px;
    cursor: pointer;
}

.popup_closer span {
    position: absolute;
    width: 16px;
    height: 1px;
    display: block;
    background: var(--bl);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    transition: 0.3s;
}

.popup_closer:hover span {
    background: var(--red);
}

.popup_closer span:last-child {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.rr_form_row input[type="submit"] {
    height: auto;
    width: 100%;
    color: var(--wh);
    background: var(--blue);
    text-transform: uppercase;
    transition: 0.3s;
    cursor: pointer;
}

.rr_form_row input[type="submit"]:hover {
    color: var(--blue);
    background: var(--wh);
}

.popup_content form {
    width: 350px;
    max-width: 90vw;
}

.f_wrap {
    margin-bottom: 20px;
    position: relative;
}

.f_wrap .wpcf7-submit {
    height: auto;
    width: 100%;
    cursor: pointer;
    color: var(--wh);
    background: var(--blue);
    transition: 0.3s;
    text-transform: uppercase;
}

.f_wrap .wpcf7-submit:hover {
    color: var(--blue);
    background: var(--wh);
}

.wpcf7-spinner {
    margin: 0;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

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

.cf7_rating_wrap .wpcf7-list-item label img,
.cf7_rating_wrap .wpcf7-list-item label svg{
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 0;
}

.cf7_rating_wrap .wpcf7-list-item label svg path {
    fill: transparent;
    stroke: var(--ye);
}

.cf7_rating_wrap .wpcf7-list-item label.active svg path, 
.cf7_rating_wrap .wpcf7-list-item label.checked svg path {
    fill: var(--ye);
}

.cf7_rating_wrap .wpcf7-list-item label {
    position: relative;
    width: 20px;
    height: 20px;
    display: block;
    cursor: pointer;
}

.cf7_rating_wrap .wpcf7-list-item {
    margin: 0 0 0 10px;
}

.cf7_rating_wrap .wpcf7-radio {
    line-height: 1;
    margin-left: 20px;
}

.cf7_rating_wrap p {
    display: flex;
    flex-wrap: wrap;
}

.wpcf7-not-valid-tip {
    position: absolute;
    width: 100%;
    left: 0;
    font-size: 12px;
    bottom: -20px;
}

.f_wrap p {
    position: relative;
}

.wpcf7-form-control-wrap {
    display: block;
}

input.wpcf7-form-control.wpcf7-file {
    border: none;
    padding: 0;
    margin: 5px 0 0;
}
/**** END POPUP AND FORMS ****/


/**** SCROLLBAR ***/
.bl-scroll::-webkit-scrollbar, 
.bl-scroll::-webkit-scrollbar-thumb, 
.bl-scroll::-webkit-scrollbar-track {
    width: 5px;
    border: none;
    background: 0 0;
}

.bl-scroll::-webkit-scrollbar-button, 
.bl-scroll::-webkit-scrollbar-track-piece, 
.bl-scroll::-webkit-scrollbar-corner, 
.bl-scroll::-webkit-resizer {
    display: none;
}

.bl-scroll::-webkit-scrollbar-button, 
.bl-scroll::-webkit-scrollbar-track-piece, 
.bl-scroll::-webkit-scrollbar-corner, 
.bl-scroll::-webkit-resizer {
    display: none;
}

.bl-scroll::-webkit-scrollbar, 
.bl-scroll::-webkit-scrollbar-thumb, 
.bl-scroll::-webkit-scrollbar-track {
    width: 5px;
    border: none;
    background: 0 0;
}

.bl-scroll::-webkit-scrollbar-track {
    background-repeat: repeat-y;
    background-size: contain;
}

.bl-scroll::-webkit-scrollbar, 
.bl-scroll::-webkit-scrollbar-thumb, 
.bl-scroll::-webkit-scrollbar-track {
    width: 5px;
    border-radius: 5px;
	height: 5px;
    border: none;
    background: 0 0;
}

.bl-scroll::-webkit-scrollbar-button,
.bl-scroll::-webkit-scrollbar-track-piece, 
.bl-scroll::-webkit-scrollbar-corner,
.bl-scroll::-webkit-resizer {
    display: none;
}

.bl-scroll::-webkit-scrollbar-thumb {
    background-color: var(--blue);
}

.bl-scroll.bl-over:after {
    content: '';
    position: absolute;
    display: block;
    width: 1px;
    height: 100%;
    bottom: 30px;
    background: var(--blue);
    right: 2px;
    top: 0;
}

.bl-scroll {
    overflow: auto;
    /* position: relative; */
    /*max-height: 60px;*/
}
/**** END SCROLLBAR *****/


/*** POPUP SMS ***/
.cottage_order_popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 30px;
    box-shadow: 0 0 4px 4px rgba(0,0,0,0.2);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    background: var(--l-blue);
    width: 400px;
    max-width: 90%;
    display: none;
	z-index: 1001;
}

input.popup_sms {
    width: 100%;
    border: 1px solid;
    margin: 20px 0;
    height: 40px;
    width: 100%;
}

.btn.submit_popup_sms, .btn.submit_popup_order {
    height: auto;
    width: 100%;
}

.cottage_popup_parameter {
    margin: 20px 0;
}

.cottage_popup_title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}
/*** END POPUP SMS ***/

@media(max-width: 1100px){
	.desc_hide{
		display: block;
	}

	a.header_dop {
	    display: none;
	}
	
	a.head_link_box span {
	    display: none;
	}
	
	.docode_curr_wrap {
	    margin-left: auto;
	}
	
	.header_end {
	    display: none;
	}
	
	.burger {
	    position: relative;
	    width: 30px;
	    height: 30px;
	    margin-left: 30px;
	}
	
	.burger span {
	    position: absolute;
	    width: 30px;
	    height: 2px;
	    background: var(--bl);
	    left: 50%;
	    top: 14px;
	    transform: translateX(-50%);
	    transition: 0.3s;
	}
	
	.burger span:first-child {
	    top: 4px;
	}
	
	.burger span:last-child {
	    top: 24px;
	}
	
	.menu_open .burger span:first-child, .menu_open .burger span:last-child {
	    opacity: 0;
	}
	
	.menu_open .burger span:nth-child(2) {
	    transform: translateX(-50%) rotate(45deg);
	}
	
	.menu_open .burger span:nth-child(3) {
	    transform: translateX(-50%) rotate(-45deg);
	}
	
	.header_mob_menu.desc_hide {
	    display: none;
	    position: absolute;
	    width: 100%;
	    top: 100%;
	    background: var(--wh);
	    z-index: 100;
	    height: calc(100vh - 63px);
	    overflow: auto;
	    padding-bottom: 100px;
	}
	
	.menu_open .header_mob_menu.desc_hide {
	    display: block;
	}

	body.menu_open {
	    height: 100vh;
	    /* overflow: hidden; */
	}

	main {
	    padding-top: 50px;
	}
	
	header {
	    position: fixed;
	    top: 0;
	    z-index: 100;
	    width: 100%;
	}
	
	.ul_mob_menu {
	    margin: 0;
	    padding: 0;
	    list-style: none;
	}
	
	.ul_mob_menu > li > a {
	    display: flex;
	    padding: 10px 0;
	    color: var(--bl);
	    font-weight: 600;
	}
	
	.ul_mob_menu > li {
	    border-bottom: 1px solid var(--txt-gray);
	    position: relative;
	}
	
	.ul_mob_menu > li .sub-menu {
	    margin: 0;
	    padding: 0;
	    list-style: none;
	    display: none;
	}

	.ul_mob_menu > li.submenu_open .sub-menu{
		display: block;
	}
	
	.submenu_opener {
	    position: absolute;
	    top: 0;
	    right: 0;
	    padding: 10px;
	    width: 40px;
	    height: 40px;
	    transition: 0.3s;
	    display: flex;
	    align-items: center;
	    justify-content: center;
	}
	
	.ul_mob_menu > li .sub-menu a {
	    padding-bottom: 10px;
	    display: flex;
	    margin-left: 20px;
	    color: var(--bl);
	}
	
	section.banner h1 {
	    font-size: 40px;
	    width: 100%;
	    margin: 40px 0;
	}
	
	section.banner {
	    height: auto;
	}
	
	.banner_filter {
	    margin-bottom: 40px;
	}
	
	.top_filter_wrap {
	    flex-wrap: wrap;
	}
	
	.top_filter_cell.top_filter_site {
	    flex: 100%;
	}
	
	.top_filter_cell.top_filter_city {
	    flex: 100%;
	}
	
	.top_filter_cell.top_filter_date {
	    flex: 100%;
	}
	
	.top_filter_cell.top_filter_guest {
	    flex: 100%;
	}
	
	.top_filter_cell {
	    height: 80px;
	}

	.footer_menu {
	    border: none;
	}
	
	.footer_copy {
	    border-top: 1px solid var(--txt-gray);
	    padding-top: 20px;
	}

	.submenu_open .submenu_opener {
	    transform: rotate(180deg);
	}
	
	.archive_obj_filter {
		display: none;
		position: fixed;
		z-index: 1000;
		width: 90%;
		max-width: 400px;
		top: 40px;
		background: var(--l-blue);
		padding: 20px;
		left: 50%;
		transform: translateX(-50%);
	}
	
	.mob_filter_open .mob_top_filter_dropdown{
		display: block;
	}

	.mob_top_filter_wrap {
		background: var(--l-blue);
		padding: 10px;
		flex: 1;
		font-size: 12px;
		position: relative;
		display: flex;
		flex-wrap: wrap;
		padding-right: 40px;
		border: 2px solid var(--blue);
	}

	.mob_top_filter_title {
		color: var(--blue);
		font-size: 16px;
		width: 100%;
	}

	.mob_top_filter_wrap svg {
	    position: absolute;
	    top: 50%;
	    right: 10px;
	    transform: translateY(-50%);
	}
	
	.mob_top_filter_wrap svg path {
	    fill: var(--blue);
	}

	.archive_mob_filters.desc_hide {
		display: flex;
		margin: 10px 0;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	a.mob_map_lnk {
	    display: flex;
	    align-items: center;
	    justify-content: center;
	    background: var(--l-blue);
	    width: 110px;
	    margin-left: 20px;
	}
	
	a.mob_map_lnk img {
	    width: auto;
	    height: 20px;
	    margin-left: 10px;
	    filter: grayscale(1);
	}
	
	.mob_side_filter, .mob_side_order {
	    display: flex;
	    align-items: center;
	    justify-content: center;
	    background: var(--l-blue);
	    margin-left: 20px;
	    width: 120px;
	}

	.mob_side_filter svg path, .mob_side_order svg path {
	    fill: var(--blue);
	}
	
	.mob_side_filter img, .mob_side_filter svg, .mob_side_order img, .mob_side_order svg {
	    width: auto;
	    height: 20px;
	    margin-left: 10px;
	    filter: grayscale(1);
	}
	
	.docode-breadcrumb {
		margin: 20px 0 20px;
	}
	
	a.archive_obj_map {
		display: none;
	}

	.sidebar_filter {
	    position: fixed;
	    width: 80%;
	    background: var(--l-blue);
	    padding: 20px;
	    z-index: 1000;
	    top: 40px;
	    max-height: calc(100% - 80px) !important;
	    overflow: auto;
	    max-width: 400px;
	    left: 50%;
	    transform: translateX(-50%);
	    display: none;
	}
	
	.archive_obj_filter .top_filter_wrap {
	    margin: 0;
	}

	body.top_filter_open .archive_obj_filter {
	    display: block;
	}
	
	body.top_filter_open .site_darker {
	    display: block;
	}

	.side_filter_open .sidebar_filter, .side_filter_open .site_darker, .side_order_open .site_darker{
	    display: block;
	}
	
	.ahc_distance {
	    font-size: 12px;
	}
	
	.ahc_distance span {
	    margin-right: 10px;
	}
	
	.ahc_any_param {
	    margin-right: 10px;
	}
	
	.ahc_params {
	    font-size: 12px;
	}
	
	.ahc_any_param:after {
	    right: -8px;
	    width: 4px;
	    height: 4px;
	    top: 8px;
	}
	
	.ahc_rating_txt {font-size: 12px;}
	
	.ahc_rating_stars svg {
	    width: 12px;
	    height: 12px;
	}
	
	.ahc_rating_number {
	    width: 30px;
	    height: 30px;
	    font-size: 14px;
	}
	
	.single_review_item_title .ahc_rating_stars {
	    /* height: 17px; */
	    /* margin: 0; */
	}
	
	.ahc_price_txt span {
	    font-size: 12px;
	}
	
	.ahc_price {
	    font-size: 18px;
	}
	
	a.ahc_lnk {
	    font-size: 12px;
	}
	
	.archive_obj_order {
	    display: none;
	    position: fixed;
	    z-index: 10000;
	    width: 90%;
	    background: var(--l-blue);
	    left: 50%;
	    padding: 10px;
	    transform: translateX(-50%);
	    top: 100px;
	}

	.side_order_open .archive_obj_order {
	    display: flex;
	}

	.mob_oder_wrap .archive_obj_order {
	    display: flex;
	}
	
	.archive_obj_main {
	    margin: 0;
	    flex: unset;
	    width: 100%;
	}
	
	.archive_obj_title {
	    margin: 20px 0;
	}

	.mob_filter_closer {
	    width: 20px;
	    height: 20px;
	    position: absolute;
	    right: -25px;
	    top: -20px;
	    background: var(--wh);
	    z-index: 1001;
	    border: 1px solid;
	    transition: 0.3s;
	    color: var(--red);
	}
	
	.mob_filter_closer span {
	    position: absolute;
	    width: 15px;
	    height: 1px;
	    display: block;
	    background: var(--red);
	    top: 50%;
	    left: 50%;
	    transform: translate(-50%, -50%) rotate(45deg);
	}
	
	.mob_filter_closer span:last-child {
	    transform: translate(-50%, -50%) rotate(-45deg);
	}

	.sidebar_filter_wrap {
	    position: relative;
	}
	
	.sidebar_filter_wrap .mob_filter_closer {
	    right: -20px;
	}

	h1 {
	    font-size: 40px;
	}
	
	.house_distance {
	    font-size: 12px;
	}
	
	.single_main_img {
	    height: 300px;
	}
	
	.single_order_wrap {
	    margin: 40px 0 40px;
	    order: 0;
	    width: 100%;
	}
	
	.single_text {
	    order: 0;
	}
	
	.single_prop_row {
	    padding: 0;
	}
	
	.single_faq_txt {
	    margin-right: 20px;
	}

	.related_post_wrap .main_post {
	    flex-wrap: wrap;
	}
	
	.related_post_wrap .main_post_img {
	    width: 100%;
	    height: 200px;
	}

	.archive_post_wrap .main_post {
	    width: calc(50% - 30px);
	}

	.banner_filter .mob_filter_closer {
	    display: none;
	}
	
	.archive_obj_side {
		width: 0;
	}

	.ahc_empl {
	    font-size: 12px;
	}
	
	.any_house_card_img {
	    margin: 0;
	}
	
	.any_house_card_img {
	    height: 263px;
	}
	
	.ahc_carousel.owl-carousel .owl-item {
	    height: 263px;
	}
	
	.footer_icon_linx.desc_hide {
		display: none;
	}
	
	.single_faq_row_low {
		margin: 0;
	}

	.single_faq_row_low .single_faq_item {
		flex: 1;
		width: auto;
		margin: 0 5px;
	}
}

@media(max-width: 600px){
	a.head_link_box {
	    display: none;
	}
	
	a.head_logo img {
	    height: 15px;
	}
	
	.docode_curr_wrap {
	    font-size: 12px;
	    min-width: 60px;
	    padding: 5px;
	}
	
	.docode_curr_wrap svg {
	    width: 11px;
	}
	
	section.banner h1, h1 {
	    font-size: 25px;
	    line-height: 130%;
	}
	
	.top_filter_placeholder {
	    padding: 10px;
	}
	
	.top_filter_cell {
	    min-height: 40px;
	    height: auto;
	    border-width: 2px;
	}
	
	.top_filter_wrap {
	    border-width: 2px;
	}
	
	section.main_houses h2,
	section.main_pages h2,
	h2{
	    font-size: 24px;
	}
	
	.main_seo_wrap {
	    padding: 20px 20px 1px;
	}
	
	.footer_dev_row {
	    flex-wrap: wrap;
	}
	
	.footer_dev_row a {
	    margin-top: 10px;
	}

	.tab_date_end {
	    display: none;
	}
	
	.dropdown_dates {
	    width: 100%;
	    background: var(--wh);
	    display: flex;
	    justify-content: center;
	    flex-wrap: wrap;
	}
	
	.dropdown_dates_tabs {
	    display: flex;
	    width: 100%;
	}
	
	.dropdown_dates_tabs > div {
	    padding: 10px;
	    width: 50%;
	    text-align: center;
	}
	
	.dropdown_dates_tabs > div.active {
	    color: var(--green);
	    font-weight: 600;
	}

	.mob_top_filter_wrap {
	    width: 100%;
	    flex: 100%;
	    margin-bottom: 10px;
	}

	.mob_side_filter_row {
	    display: flex;
	}
	
	.mob_side_filter {
	    flex: 1;
	    margin-left: 0;
	    margin-right: 5px;
	    height: 40px;
	    padding: 5px;
	    text-align: center;
	}

	.mob_side_order {
	    width: 40%;
	    height: 40px;
	    padding: 5px;
	    margin: 0;
	    text-align: center;
	}
	
	a.mob_map_lnk {
	    flex: 1;
	    height: 40px;
	    margin-left: 5px;
	    padding: 5px;
	    text-align: center;
	}

	.mob_side_filter span, .mob_map_lnk span, .mob_side_order span {
	    color: var(--bl);
	    margin-right: 0px;
	    font-size: 11px;
	    flex: 1;
	    line-height: 130%;
	}
	
	.any_side_filter {
	    padding: 0;
	    margin-bottom: 40px;
	}
	
	.sidebar_filter_title {
	    margin-bottom: 20px;
	    font-size: 14px;
	}
	
	.archive_obj_title {
		flex-direction: column;
	}

	.archive_obj_count {
		margin: 10px 0 0;
	}
	
	.any_house_card {
		flex-wrap: wrap;
		width: 100%;
	}

	.any_house_card_img {
		width: 100%;
		margin: 0;
		height: 300px;
		position: relative;
	}

	.mobile_numbers {
		display: block;
	    position: absolute;
	    bottom: 10px;
	    z-index: 1;
	    background: var(--wh);
	    left: 50%;
	    transform: translateX(-50%);
	    padding: 5px 10px;
	    border-radius: 6px;
	    border: 1px solid var(--bl);
	}

	.ahc_carousel.owl-carousel .owl-item {
	    height: 300px;
	}

	.any_house_card_txt {
	    padding: 10px;
	    flex-wrap: wrap;
	}

	.ahc_txt_right .ahc_rating_wrap {
	    display: none;
	}
	
	.ahc_txt_right {
	    width: 100%;
	}
	
	.mob_house_rating .ahc_rating_wrap {
	    width: 100%;
	    justify-content: flex-end;
		overflow: hidden;
	}
	
	.mob_house_rating {
	    width: 100%;
	}
	
	.ahc_empl {
	    display: flex;
	}
	
	.ahc_price_wrap {
	    width: 100%;
	    margin-top: 20px;
	}
	
	a.ahc_lnk {
	    margin-bottom: -10px;
	    margin-right: -10px;
	}
	
	.archive_obj_seo {
	    padding: 20px 20px 1px;
	}

	.footer_icon_row a.head_link_box {
	    display: flex;
	    margin: 0;
	}
	
	.footer_icon_row {
	    display: flex;
	    justify-content: space-around;
	}
	
	.footer_icon_linx.desc_hide {
	    position: fixed;
	    z-index: 100;
	    bottom: 0;
	    width: 100%;
	    padding: 20px;
	    background: var(--l-blue);
	    border-top-left-radius: 10px;
	    border-top-right-radius: 10px;
	    box-shadow: 1px 10px 10px 10px rgba(0, 0, 0, 0.3);
	    display: block;
	}

	.single_thumbnail img {
	    height: 250px;
	}
	
	.related_post_wrap .main_post {
	    width: calc(100% - 30px);
	    margin-bottom: 40px;
	}

	.archive_post_wrap .main_post {
	    width: calc(100% - 30px);
	}
	
	ul.categories_tabs {flex-direction: column;}
	
	ul.categories_tabs a {
	    margin: 0 0 10px;
	}
	
	.footer_rating {
	    font-size: 14px;
	    text-align: center;
	    margin-bottom: 40px;
	}
	
	.ul_footer_menu a {
	    font-size: 14px;
	    margin-bottom: 5px;
	}
	
	.footer_contact a {
	    font-size: 14px;
	}

	.contact_linx {
		flex-direction: column;
	}

	.contact_map {
	    width: 100%;
	}
	
	.single_main_imgs {
		width: 100%;
	}
	
	.single_prop_row {
		column-count: 1;
	}

	.single_order_date_start .dropdown_dates {
	    left: 0;
	    width: auto;
	    transform: none;
	}
	
	.single_order_dates.active {
	    color: var(--green);
	}
	
	.single_order_date_end .dropdown_dates {
	    width: auto;
	    right: 0;
	    transform: none;
	    left: auto;
	}
	
	.mob_top_filter_dates {
		display: none;
	}

	.mob_top_filter_dates_att {
	    width: 100%;
	    display: none;
	}

	.mob_top_filter_dates_att.mtfa_show {
	    display: block;
	}
	
	.mob_top_filter_dates.mtf_show {
		display: block;
		margin-right: 10px;
	}

	.single_main_carousel {
	    display: none !important;
	}
	
	.single_main_carousel_img {
	    height: 250px;
	    opacity: 1;
	}
	
	.single_main_carousel_img.first_foto {
	    border: none;
	}
	
	.single_main_carousel.owl-theme .owl-nav {
	    width: 110%;
	}

	.price_info {
	    font-size: 12px;
	}
	
	.price_info div {
	    font-size: 14px;
	    width: 250px;
	    z-index: 1;
	    height: 200px;
	    overflow: auto;
	}

	section.page_contant {
	    margin-top: 40px;
	}
	
	.single_prop_container {
		padding: 20px;
	}

	.single_review_item_title {
		flex-wrap: wrap;
	}

	.single_review_item_title .ahc_rating_stars {
		margin: 0 0 10px;
	}
	
	.srw_test {
		flex: 100%;
		margin-bottom: 10px;
	}
	
	section.single_main_otz {
		margin-bottom: 60px;
	}

	.ahc_fav, .ahc_compare, .ahc_video {
	    width: 50px;
	    height: 50px;
	}
	
	.ahc_compare {
	    right: 70px;
	}
	
	.ahc_video {
	    right: 130px;
	}

	.dropdown_guests {
	    position: relative;
	    left: 0;
	    top: 0;
	    transform: none;
	    display: none;
	}
	
	.top_filter_placeholder_wrap {
	    flex-wrap: wrap;
	}
	
	.top_filter_placeholder_wrap.active .opening_setting, 
	.top_filter_placeholder_wrap.active .dropdown_guests, 
	.single_order_dates.active .dropdown_dates {
	    display: block;
	}
	
	.single_video_row {
		margin: 0px 0 0px;
	}

	.single_video {
		width: calc(100% - 0px);
		margin: 0px 0px 20px;
	}
	
	.submit_sidebar {
		margin: 0;
		position: sticky;
		width: 100%;
		bottom: -20px;
	}
	
	.litepicker {
		left: 50%;
		transform: translateX(-50%);
	}
	
	.map_house_card {
		max-width: 60vw;
	}

	.map_house_img .ahc_carousel.owl-carousel .owl-item {
		height: 200px;
	}

	section.single_banner {
	    margin-bottom: 20px;
	}
	
	.single_order_wrap {
	    margin-bottom: 0px;
	}
	
	.single_price_desc {
	    padding: 10px;
	    margin-top: 10px;
	}
	
	.single_price_desc_title {
	    margin-bottom: 5px;
	}
	
	.single_text {
		font-size: 14px;
		line-height: 130%;
	}

	section.single_main_prop {
		margin: 40px 0;
		/* font-size: 12px; */
	}

	.single_faq_txt {
		margin: 0 0 10px 0;
		flex: 100%;
		font-size: 12px;
		line-height: 130%;
	}

	.single_faq_btn {
		display: flex;
		width: 100%;
		justify-content: center;
	}

	.single_prop_item span {
	    padding-top: 4px;
	}
	
	.single_prop_item {
	    margin-bottom: 10px;
	}
	
	.single_prop_subitem {
	    margin: -10px 20px 10px;
	}
	
	section.archive_mob_filters_section {
		background: var(--wh);
		position: sticky;
		z-index: 11;
		top: -10px;
	}
}


