* {
    margin: 0;
    padding: 0;
    outline: none !important;
    font-family: "Unbounded", sans-serif;
    font-size: 14px;
}
body.non_scrolled {
    overflow: hidden;
}
/* ================ HEADER ================ */
#scroll_to_top {
    height: 60px;
    width: 60px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    position: fixed;
    right: 50px;
    bottom: 100px;
    z-index: 100;
    border: 1px solid #3f89ca;
    cursor: pointer;
    display: none;
}
#scroll_to_top img {
    width: 30px;
    margin-top: -3px;
}
#scroll_to_top .to_top_arrow_hover {
    display: none;
}
#scroll_to_top:hover {
    background: #3f89ca;
}
#scroll_to_top:hover .to_top_arrow_hover {
    display: block;
}
#scroll_to_top:hover .to_top_arrow {
    display: none;
}
header {
    background: #ffffff;
}
.header_logo img {
    max-height: 80px;
}
.header_menu {
    display: flex;
    align-items: center;
    padding: 0;
}
.menu {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin: 0;
    width: 100%;
}
.menu li a {
    font-style: normal;
    font-weight: normal;
    line-height: 16px;
    letter-spacing: 0.01em;
    color: #333333;
    transition: 0.3s;
    text-decoration: none !important;
}
.menu li a:hover {
    color: #0f4c81;
}
.header_right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.header_mob_wrap {
    margin: 0 20px;
    position: relative;
}
.header_mob_wrap a {
    text-decoration: none !important;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.01em;
    color: #333333;
}
.header_favourites_link {
    position: relative;
}
.header_favourites_link.non_empty::before {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #db4446;
    top: 1px;
    left: -2px;
}
.header_hidden_phones {
    display: none;
    flex-direction: column;
    position: absolute;
    background: #fff;
    z-index: 1;
    width: 190px;
    left: 15px;
    padding: 5px 10px 5px;
    border-radius: 5px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
}
.header_hidden_phoness {
    display: none;
    flex-direction: column;
    position: absolute;
    background: #fff;
    z-index: 1;
    width: 100%;
    left: 15px;
    padding: 5px 10px 5px;
    border-radius: 5px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
}
.header_hidden_langs{
display: none;
position: absolute;
background: #fff;
    z-index: 1;
}
.header_langs:hover .header_hidden_langs{
    display: block;
}
.header_mob_wrap:hover .header_hidden_phones {
    display: flex;
    z-index: 3;
}
.header_mob_wrap:hover img {
    transform: rotate(180deg);
}
.header_mob_wrap {
    margin-right: 10px;
}
.header_mob_wrap:hover .header_phone_icon {
    transform: none;
}
.mobile_header_phone {
    display: none;
}
.header_consult {
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #ffffff;
    background: #3f89ca;
    border-radius: 20px;
    padding: 10px 18px;
    cursor: pointer;
    transition: 0.3s;
    border: 1px solid #3f89ca !important;
}
.header_consult:hover {
    background: #ffffff;
    border: 1px solid #3f89ca !important;
    box-sizing: border-box;
    color: #3f89ca;
}
.header_container {
    max-width: 1287px !important;
}
.header_langs {
    position: relative;
    margin-left: 15px;
}
.header_langs a {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.01em;
    color: #333333;
    margin-left: 5px;
}
.header_langs .hidden_lang {
    position: absolute;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
    padding: 5px 10px;
    border-radius: 5px;
    margin-left: -10px;
    display: none;
    z-index: 1;
}
.header_langs:hover .hidden_lang {
    display: block;
}
.header_langs:hover > img {
    transform: rotate(180deg);
}

/* ================ HEADER ================ */

/* ================ BODY ================ */

#main_section1 {
    background: url("../img/sec1_bg.png") no-repeat;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 625px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    padding-top: 60px;
}
.main_sec1_title {
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 43px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #0b2d4a;
    max-width: 900px;
    margin: 10px auto 45px;
}
.main_sec1_advs {
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.main_sec1_advs .single_adv {
    padding: 10px 0;
    width: 33%;
}
.main_sec1_advs .single_adv.middle {
    border-left: 1px solid rgba(15, 76, 129, 0.1);
    border-right: 1px solid rgba(15, 76, 129, 0.1);
}
.main_sec1_advs .single_adv .count {
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 43px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #0f4c81;
    margin: 0;
}
.main_sec1_advs .single_adv .subtitle {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #0f4c81;
}
#main_filter {
    min-height: 115px;
    width: 935px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -45px;
    background: #ffffff;
    border: 1px solid #f1f1f1;
    box-sizing: border-box;
    box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.04);
    border-radius: 5px;
    padding: 16px 35px;
    z-index: 1;
}

/* for main page*/

#main_section2 {
    min-height: 442px;
    background: url("../img/sec2_bg.png") no-repeat;
    background-color: #0f4c81;
    background-position: right;
    position: relative;
}
#main_section2 > .container {
    display: flex;
    align-items: center;
    min-height: 442px;
}
.sec2_content {
    margin-top: 50px;
}
.sec2_content_up {
    padding: 25px 21px;
    background: #46749a;
    max-width: 310px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.sec2_content_up .title {
    font-style: normal;
    font-weight: 900;
    font-size: 24px;
    line-height: 20px;
    letter-spacing: 0.01em;
    color: #ffffff;
    margin-bottom: 15px;
}
.sec2_content_up .text {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.01em;
    color: #ffffff;
    margin: 0;
}
.sec2_content_up .text span {
    font-weight: bold;
}
.sec2_content_down {
    padding: 11px 21px;
    background: #174369;
    max-width: 310px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.sec2_content_down .title {
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.01em;
    color: #ffffff;
    margin-bottom: 12px;
}
.sec2_content_down .bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    padding-top: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.sec2_content_down .bottom div {
    margin-bottom: 10px;
    width: 40%;
}
.sec2_content_down .bottom div .percents {
    font-style: normal;
    font-weight: 900;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0.01em;
    color: #ffffff;
    margin-bottom: 0;
}
.sec2_content_down .bottom div .subtitle {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.01em;
    color: #ffffff;
    margin: 0;
}
#main_section3 {
    padding: 50px 0;
}
.sec3_title {
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 43px;
    letter-spacing: 0.01em;
    color: #0b2d4a;
    margin-bottom: 25px;
}
.sec3_country {
    min-height: 150px;
    width: 100%;
    background-position: center !important;
    background-size: cover !important;
    border-radius: 5px;
    position: relative;
}
.sec3_country_wrap{
    margin-top: 10px;
}
.sec3_country .info {
    position: absolute;
    left: 12px;
    bottom: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 92%;
    opacity: 1;
    transition: 0.3s;
}
.sec3_country .info .title {
    font-style: normal;
    font-weight: bold;
    font-size: 34px;
    line-height: 30px;
    text-align: center;
    color: #ffffff;
    margin: 0;
}
.sec3_country .info .link {
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #ffffff;
    margin: 10px 0 0 0;
    opacity: 0;
    transition: 0.3s;
}
.sec3_country:hover .info .link {
    opacity: 1;
}
#main_section4 {
    padding: 50px 0 20px;
    background: #f6f8fa;
}
.section_header .sec3_title {
    margin: 0;
}
.section_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
}
.section_header a,
#main_section4 .mobile_hidden_link {
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.01em;
    color: #0b2d4a;
    text-decoration: none !important;
    margin: 0;
}
.section4_content a {
    text-decoration: none !important;
}
.single_news {
    margin-bottom: 30px;
}
.single_news .subtitle {
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.01em;
    color: #0f4c81;
    margin-bottom: 5px;
}
.single_news .text {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.01em;
    color: rgba(18, 44, 67, 0.71);
    margin: 0;
}
#main_section5 {
    padding: 40px 0 50px;
}
.sec5_title {
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 43px;
    letter-spacing: 0.01em;
    color: #0b2d4a;
    text-align: center;
    margin-bottom: 35px;
}
.reviews_slider .single_review {
    background: #ffffff;
    border: 1px solid rgba(15, 76, 129, 0.16);
    box-sizing: border-box;
    /* min-height: 250px; */
    max-width: 555px;
    display: flex;
    position: relative;
    transition: 0.3s;
    /* max-height: 275px; */
    overflow: hidden;
    width: auto !important;
}
.reviews_slider .single_review::after {
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    position: absolute;
    left: -1px;
    top: -1px;
    background: rgba(255, 255, 255, 0.85);
    content: "";
    z-index: 0;
    transition: 0.3s;
}
.reviews_slider .single_review.slick-center::after {
    content: unset;
}
.reviews_slider .single_review.slick-center {
    z-index: 1;
    box-shadow: 0px 2px 11px rgba(0, 0, 0, 0.1);
}
.reviews_slider .slick-list {
    padding: 0 !important;
    margin: 0 119px;
}
.reviews_slider .slick-list .slick-track {
    display: flex;
    align-items: center;
}
.reviews_slider .single_review .image {
    width: 220px;
    background-position: center !important;
    background-size: cover !important;
    /* min-height: 250px; */
}
.reviews_slider .single_review .info {
    padding: 30px 20px;
    width: calc(555px - 220px);
    position: relative;
    /* overflow: hidden; */
}
.reviews_slider .single_review .info .quot {
    position: absolute;
    right: 20px;
    top: 15px;
    z-index: 0;
}
.reviews_slider .single_review .info .title {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.01em;
    color: #0f4c81;
    margin-bottom: 10px;
}
.reviews_slider .single_review .info .text p {
    margin: 0;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.01em;
    color: #0f2335;
}
.reviews_slider .single_review.slick-center .info .title {
    font-size: 18px;
    margin-bottom: 15px;
}
.reviews_slider .single_review.slick-center .info .text p {
    font-size: 14px;
}
.reviews_slider .slick-prev,
.reviews_slider .slick-next {
    height: 33px;
    width: 33px;
    background: #3f89ca;
    border-radius: 50%;
    border: none;
    color: #fff;
    z-index: 1;
}
.reviews_slider .slick-prev {
    left: 30%;
}
.reviews_slider .slick-prev::before {
    content: url("../img/slider_prev.svg");
}
.reviews_slider .slick-next::before {
    content: url("../img/slider_next.svg");
}
.reviews_slider .slick-next {
    right: 30%;
}
#main_section6 {
    padding: 40px 0 23px;
    background: url("../img/sec6_bg.jpg") no-repeat;
    background-color: #f7f8fa;
    background-position: left;
}
.sec6_title {
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 43px;
    letter-spacing: 0.01em;
    color: #0b2d4a;
    margin-bottom: 15px;
}
.sec6_subtitle {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.01em;
    color: #0f2335;
    max-width: 450px;
    margin-bottom: 40px;
}
.sec6_subtitle span {
    font-style: normal;
    font-weight: 900;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.01em;
    color: #0f4c81;
}
.sec6_steps .single_step {
    display: flex;
    margin-bottom: 20px;
}
.sec6_steps .single_step .num {
    font-style: normal;
    font-weight: 900;
    font-size: 36px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0.01em;
    color: rgba(15, 76, 129, 0.43);
    margin-right: 21px;
    padding-top: 7px;
}
.sec6_steps .single_step .title {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.01em;
    color: #0f4c81;
    margin-bottom: 15px;
}
.sec6_steps .single_step .text {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.01em;
    color: #0f2335;
    margin: 0;
}
.card_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 100%;
    flex-direction: column;
}
.card_wrap .card {
    border-radius: 10px;
    border: none;
}
.card_wrap .card_bg {
    position: absolute;
    top: -80px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 10px;
}
.main_btn {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #ffffff;
    background: #3f89ca;
    border-radius: 54px;
    border: none;
    padding: 10px 33px;
    margin: 40px auto 0;
    transition: 0.3s;
    cursor: pointer;
    border: 1px solid #3f89ca;
    filter: drop-shadow(0px 6px 7px rgba(15, 76, 129, 0.15));
}
.main_btn:hover {
    background: #ffffff;
    border: 1px solid #3f89ca;
    box-sizing: border-box;
    border-radius: 54px;
    color: #3f89ca !important;
}
#main_section7 {
    padding: 55px 0;
}
.sec7_title {
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 43px;
    letter-spacing: 0.01em;
    color: #0b2d4a;
    margin-bottom: 30px;
}
.sec7_subtitle {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0.01em;
    color: #0f4c81;
    margin-bottom: 10px;
}
.sec7_text {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.01em;
    color: #0f2335;
    margin-bottom: 30px;
}
.sec7_left button {
    margin-top: 19px;
}
.sec7_right button {
    margin-top: 27px;
}
#main_section8 {
    padding: 40px 0;
    background: #0f4c81;
}
.sec8_title {
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 43px;
    letter-spacing: 0.01em;
    color: #ffffff;
    max-width: 688px;
    margin-bottom: 15px;
}
.sec8_text {
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0.01em;
    color: #ffffff;
    max-width: 688px;
}
#main_section8 button {
    margin-top: 20px;
}
#main_section8 .container {
    position: relative;
}
#main_section8 .sec8_right {
    position: absolute;
    top: -40px;
    right: -170px;
    height: calc(100% + 80px);
}
#main_section8 .sec8_mob_right {
    display: none;
    position: absolute;
    top: -40px;
    right: 0;
    height: calc(100% + 80px);
}
#main_section9 {
    padding: 55px 0;
}
.about_info .about_title {
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 33px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #0b2d4a;
    margin-bottom: 30px;
}
.about_info .advs {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.about_info .advs .single_adv {
    width: 49%;
    margin-bottom: 10px;
    padding: 17px 10px 17px 18px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background: #f6f8fa;
}
.about_info .advs .single_adv .num {
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 21px;
    letter-spacing: 0.01em;
    color: #0f4c81;
    margin: 0;
    margin-right: 12px;
}
.about_info .advs .single_adv .text {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0.01em;
    color: #333333;
    margin: 0;
}
.about_info .about_subtitle {
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #0b2d4a;
    margin: 20px 0 15px;
}
.about_info {
    margin-bottom: 40px;
}
.about_items {
    display: flex;
}
.about_items .about_item {
    width: 33%;
}
.about_items .about_item > p {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #0b2d4a;
    margin: 0;
}
.about_items .about_item .img_wrap {
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.about_image {
    position: relative;
    margin-bottom: 40px;
}
.about_logo_up {
    position: absolute;
    bottom: 0;
    left: 15px;
}
.sec9_form {
    background: #f6f8fa;
    border-radius: 5px;
    padding: 40px 0 30px;
    position: relative;
}
.about_logo_down {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.2;
    z-index: -1;
}
.sec9_form .title {
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 43px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #0b2d4a;
    margin-bottom: 15px;
    position: relative;
    z-index: 1;
}
.sec9_form .subtitle {
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 27px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #252525;
    max-width: 835px;
    margin: 0 auto 40px;
    position: relative;
    z-index: 1;
}
.sec9_form form {
    max-width: 835px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 1;
}
.sec9_form form button {
    padding-left: 80px;
    padding-right: 80px;
}
.sec9_form .inputs {
    display: flex;
    justify-content: space-between;
}
.about_input {
    border: none;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.01em;
    color: #6d6d6d;
    padding: 5px 0px;
    background: none;
    border-bottom: 0.5px solid #6d6d6d;
    width: 250px;
}
.phone_select {
    display: flex;
}
.content-form-modal .phone_select {
    border-bottom: 1px solid rgba(15, 76, 129, 0.1);
}
.content-form-modal .phone_select #form_phone {
    border: none;
}
.country_icon {
    cursor: pointer;
    position: relative;
    display: none;
}
.country_icon .hidden_countries {
    display: none;
    position: absolute;
    background: #f6f8fa;
    width: 100%;
}
.country_icon .hidden_countries img {
    padding: 3px 0;
}
.country_icon:hover .hidden_countries {
    display: block;
}
.country_icon:hover .form_country_arrow {
    transform: rotate(180deg);
}
.country_icon .hidden_countries img {
    display: block;
}
.phone_select .country_icon {
    border-bottom: 0.5px solid #6d6d6d;
}
.sec9_form .phone_select {
    border-bottom: 0.5px solid #6d6d6d;
}
.estate_form_wrap .phone_select {
    border-bottom: 0.5px solid rgba(15, 76, 129, 0.5);
}
.phone_select #form_phone,
.phone_select #modal_form_phone {
    width: 214px;
    padding-left: 10px;
    border: none;
}
#single_object
    .object_right_section
    .callback
    .callback_form
    .phone_select
    #form_phone,
.estate_form_wrap .phone_select #form_phone {
    margin-left: 35px;
}
/* .select-css {
max-width: 100%;
} */

.filter_show_more {
    display: flex;
    align-items: center;
    width: fit-content;
    cursor: pointer;
}
.filter_show_more p {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #0f4c81;
    margin: 0 0 0 10px;
}
#main_section4 .mobile_hidden_link {
    display: none;
}

.filter_controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}
.filter_show_results {
    display: flex;
    width: fit-content;
    align-items: center;
}
.filter_show_results a {
    filter: drop-shadow(0px 6px 7px rgba(15, 76, 129, 0.15));
    color: #fff !important;
    text-decoration: none;
    margin-top: 0;
    padding-left: 45px;
    padding-right: 45px;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.01em;
}
.filter_show_results button {
    filter: drop-shadow(0px 6px 7px rgba(15, 76, 129, 0.15));
    color: #fff !important;
    text-decoration: none;
    margin-top: 0;
    padding-left: 45px;
    padding-right: 45px;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.01em;
}
.space_from_label input {
    margin-left: 3px;
    width: 25px;
    min-width: 20px !important;
}
.space_to_label input {
    width: 125px;
    min-width: 125px !important;
    padding-left: 3px;
}
.space_to_label {
    position: relative;
    /* left: -5px; */
    border: none !important;
}
.space_from_label {
    border: none !important;
}

.filter_hidden {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-top: 0;
    height: 0;
    overflow: hidden;
}
.filter_show_more_arr {
    margin-left: 5px;
    display: none;
}
.hidden_text {
    display: none;
}
.filter_hidden.active {
    height: auto;
    margin-top: 17px;
    overflow: visible;
}
.filter_controls.active .hidden_text {
    display: block;
}
.filter_controls.active .default_text {
    display: none;
}
.filter_controls.active .filter_show_more_arr {
    display: block;
}
.room_count p {
    width: 275px;
}
.room_count p,
.room_count p span {
    font-style: normal;
    font-weight: 900;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.01em;
    color: rgba(0, 0, 0, 0.5);
    margin-bottom: 0;
}
.room_count p span {
    padding: 3px 5px 2px;
    cursor: pointer;
    font-weight: normal;
}
.filter_hidden .space {
    border-bottom: 1px solid #e2e2e2;
}
#main_filter .custom_dropdown_ul {
    list-style: none;
    margin: 0 0 5px 0;
}
#main_filter .custom_dropdown_ul li {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 29px;
    letter-spacing: 0.01em;
    color: #919191;
    cursor: pointer;
    padding: 0 17px;
}
#main_filter .custom_dropdown_ul li:hover {
    background: #eeeded;
}
#main_filter .custom_dropdown_ul li.selected {
    color: #0f4c81;
}

#main_filter .hidden_dropdown {
    position: absolute;
    background: #ffffff;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    width: calc(100% + 10px);
    top: 0;
    display: none;
    max-height: 150px;
    overflow-y: scroll;
    z-index: 1;
    scrollbar-width: thin; /* толщина */
}

#main_filter .hidden_dropdown.active {
    display: block;
}
#main_filter #hidden_country {
    top: 30px;
}
.hidden_dropdown .hidden_checkbox_title {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.01em;
    color: rgba(0, 0, 0, 0.5);
    margin: 0 14px 9px;
    padding: 5px 0 9px;
    border-bottom: 1px solid #e2e2e2;
}
.hidden_dropdown .hidden_checkbox_menu {
    list-style: none;
    margin-bottom: 5px;
}
.hidden_dropdown .hidden_checkbox_menu li {
    padding: 0 14px;
}
#main_filter .hidden_space {
    overflow: auto !important;
    padding: 0 14px 10px;
}
#main_filter .hidden_space > div,
#main_filter .hidden_price > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.hidden_price {
    max-height: unset !important;
}
.hidden_build_type {
    overflow: visible !important;
}
.hidden_space_label input,
.hidden_price_label input {
    border: none;
    background: none;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.01em;
    color: #333333;
    width: 80%;
    padding: 5px 0 5px 10px;
}
.hidden_space_label,
.hidden_price_label {
    max-width: 112px;
    border-bottom: 1px solid #e2e2e2;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.01em;
    color: rgba(0, 0, 0, 0.5);
}
.hidden_price {
    overflow: visible !important;
    padding: 0 14px 5px;
}
.price_variants {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.price_variants_ul {
    list-style-type: none;
    margin-left: 0;
    margin: 15px 0;
    width: 112px;
}
.price_variants_ul li {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.01em;
    color: rgba(0, 0, 0, 0.5);
    cursor: pointer;
}
.price_variants_ul li:hover {
    color: #0f4c81;
}
.price_wallet {
    justify-content: flex-start !important;
    margin-bottom: 10px;
}
.price_wallet .wallet {
    border: 1px solid #e7edf2;
    box-sizing: border-box;
    border-radius: 5px;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.01em;
    color: #333333;
    padding: 3px 7px;
    background: none;
    margin-right: 6px;
    cursor: pointer;
    outline: none !important;
}
.price_wallet .wallet.active {
    background: #e7edf2;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}

.room_count .room.active {
    border: 1px solid #e7edf2;
    box-sizing: border-box;
    border-radius: 5px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.01em;
    color: #0f4c81;
}

.hidden_dropdown::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}
.hidden_dropdown::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
}
.modal_title {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0.01em;
    color: #0f4c81;
}
.modal_text {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.01em;
    color: #808080;
    max-width: 410px;
    margin-bottom: 30px;
}
.modal_form .inputs .modal_input::placeholder,
.modal_form .inputs .about_input::placeholder {
    color: #a6a6a6;
}
.modal_form .inputs .modal_input {
    margin-bottom: 30px;
    display: block;
    border-bottom: 1px solid rgba(15, 76, 129, 0.1);
}
.modal_form .inputs .country_icon,
.modal_form .inputs .about_input {
    border-bottom: 1px solid rgba(15, 76, 129, 0.1);
}
.modal-content {
    position: relative;
}
.modal_form button {
    padding-left: 80px;
    padding-right: 80px;
    filter: drop-shadow(0px 6px 7px rgba(15, 76, 129, 0.15));
}
#contact_modal .modal-content {
    padding: 30px 15px;
    min-width: 700px;
    background: url("../img/modal_bg.png") no-repeat;
    background-color: #fff;
    background-position: right;
}
#contact_modal .modal-dialog {
    min-width: 700px;
}
.modal-content .close {
    position: absolute;
    right: 0;
    top: -56px;
    font-size: 64px;
    z-index: 2;
}
#favourites_modal .modal-body {
    padding: 20px;
    background: #ffffff;
    border: 1px solid #f1f1f1;
    box-sizing: border-box;
    box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.04);
    border-radius: 5px;
}
.modal_favs_head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.modal_favs_head .modal_favs_title {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.01em;
    color: #000000;
    margin: 0;
}
.modal_favs_head .modal_favs_link {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.01em;
    color: #3f89ca;
}
.modal_favs_content {
    margin-top: 25px;
}
.modal_favs_content ul li a {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.01em;
    color: #8a8a8a;
    text-decoration: none !important;
    border-bottom: 1px solid rgba(15, 76, 129, 0.1);
    padding-top: 0;
}
.modal_favs_content ul li a.active {
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.01em;
    color: #3f89ca;
    border-bottom: 2px solid #3f89ca;
}
.modal_favs_content ul li:first-child a {
    padding-left: 0;
}
.modal_favs_content ul li:last-child a {
    padding-right: 0;
}
.modal_favs_content .tab-content {
    margin-top: 25px;
}
.mob_single_adv {
    display: none;
}
#left_card_wrap {
    display: none;
}
.mob_about_image {
    display: none;
}
.mobile_card_img {
    display: none;
}
.page_breadcrumbs {
    margin-top: 10px;
}
.page_breadcrumbs a,
.page_breadcrumbs span,
.page_breadcrumbs .current_page {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    /* identical to box height */
    letter-spacing: 0.01em;
    color: #adadad;
    margin: 0;
    display: inline;
}
#estate_section1 {
    padding-top: 60px;
}
.estate_page_title {
    text-align: center;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 43px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #0b2d4a;
    margin-bottom: 60px;
}
.estate_filter_wrap #main_filter {
    width: 100%;
    position: relative;
    bottom: unset;
}
.estate_filter_wrap #main_filter .filter_input_wrap,
.estate_filter_wrap #main_filter .room_count {
    min-width: 310px;
}
.estate_filter_wrap #main_filter .filter_input {
    width: 100%;
}
.estate_filter_wrap #main_filter .space_from_label input {
    width: 40px;
    padding-right: 0;
}
.estate_filter_wrap #main_filter .space_to_label input {
    width: 100px;
    min-width: 100px !important;
}
.estate_filter_wrap #main_filter .filter_input,
.estate_filter_wrap #main_filter label {
    font-size: 16px;
}
.estate_filter_wrap #main_filter .filter_show_more p {
    font-size: 14px;
}
.estate_filter_wrap #main_filter .filter_show_more > img:first-child {
    width: 24px;
}
.estate_filter_wrap #main_filter #price_from {
    width: 85px;
    padding-right: 0;
}
.estate_filter_wrap #main_filter #price_to {
    width: 115px;
    min-width: 83px;
}
.estate_filter_wrap #main_filter .room_count p,
.estate_filter_wrap #main_filter .room_count p span {
    font-size: 16px;
    line-height: 20px;
}
.estate_filter_wrap #main_filter .filter_show_results a {
    font-size: 14px;
    line-height: 20px;
}
.estate_filter_wrap #main_filter .hidden_space_label input,
.estate_filter_wrap #main_filter .hidden_price_label input {
    width: 79%;
}
.estate_filter_wrap #main_filter .input_price_wallet {
    border-bottom: none;
}
.estate_filter_wrap #main_filter .hidden_space_label,
.estate_filter_wrap #main_filter .hidden_price_label {
    font-size: 14px;
}
#estate_section2 {
    padding: 60px 0;
}
#estate_section2 .sec3_country .info .title {
    font-size: 24px;
    line-height: 20px;
}
.estate_sec3_title {
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 43px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #0b2d4a;
    margin-bottom: 60px;
    text-align: left;
}
.estate_doubled_wrap,
.estate_single_wrap {
    margin-bottom: 40px;
}
.estate_doubled_block {
    display: flex;
    align-items: center;
    background: #ffffff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    height: 100%;
}
.estate_doubled_block .left_info {
    padding: 30px;
    width: 50%;
}
.estate_doubled_block .right_image {
    width: 50%;
    background-position: center !important;
    background-size: cover !important;
    height: 100%;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}
.estate_single_block {
    background: #ffffff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    height: 100%;
    padding: 30px;
}
.estate_doubled_block .left_info .left_info_title,
.estate_single_block .left_info_title {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.01em;
    color: #333333;
    margin-bottom: 20px;
    text-align: left;
}
.estate_doubled_block .left_info ul,
.estate_single_block ul {
    list-style: none;
    margin: 0;
}
.estate_doubled_block .left_info ul li a,
.estate_single_block ul li a {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #0f4c81;
}
.estate_doubled_block .left_info ul li a:hover,
.estate_single_block ul li a:hover {
    text-decoration-color: rgba(15, 76, 129, 0.6);
}
.estate_doubled_block .left_info ul li,
.estate_single_block ul li {
    margin: 3px 0;
}
.estate_single_with_form {
    background: url("../img/single_with_form.jpg") no-repeat;
    background-position: right;
    background-size: cover;
}
.estate_single_with_form .estate_single_subtitle {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.01em;
    color: #000000;
    margin-bottom: 33px;
    max-width: 170px;
}
.estate_single_with_form button {
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #ffffff;
    padding: 8px 30px;
    background: #3f89ca;
    border-radius: 54px;
    filter: drop-shadow(0px 6px 7px rgba(15, 76, 129, 0.15));
    border: none;
    cursor: pointer;
    transition: 0.3s;
    border: 1px solid #3f89ca;
}
.estate_single_with_form button:hover {
    background: #ffffff;
    border: 1px solid #3f89ca;
    box-sizing: border-box;
    border-radius: 54px;
    color: #3f89ca;
}
#estate_section3 {
    padding-bottom: 20px;
}
#estate_section4 .estate_sec3_title {
    margin-bottom: 40px;
}
.estate_objects_controls {
    margin-bottom: 40px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.estate_objects_controls > button {
    margin-bottom: 20px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #0f4c81;
    padding: 8px 15px;
    background: #ebeef4;
    border-radius: 111px;
    border: none;
    border: 1px solid #ebeef4;
    transition: 0.3s;
    cursor: pointer;
}
.estate_objects_controls > button.active,
.estate_objects_controls > button:hover {
    border: 1px solid #0f4c81;
    background: #fff;
    color: #0f4c81;
}
.estate_popular,
.estate_popular2,
.estate_popular3,
.estate_popular4 {
    margin-bottom: 60px;
}

.estate_single_card_wrap a {
    text-decoration: none !important;
}
.estate_single_card .info_wrap {
    padding: 20px;
    margin: 0 5px;
    border: 1px solid rgba(15, 76, 129, 0.1);
    border-top: none;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
.estate_single_card .info_wrap .price_wrap {
    display: flex;
    justify-content: space-between;
    margin-bottom: 13px;
    align-items: center;
}
.estate_single_card .info_wrap .price_wrap .liked {
    background: none;
    padding: none;
    line-height: 0;
    border: none;
    cursor: pointer;
    width: 24px;
    height: 24px;
}
.estate_single_card .info_wrap .price_wrap .liked i {
    font-size: 24px;
    color: #0f4c81;
    width: 100%;
    height: 100%;
    display: block;
}
.estate_single_card .info_wrap .price_wrap .liked i.fa-heart-o {
    background: url("../img/fav_heart.svg") no-repeat;
}
.estate_single_card .info_wrap .price_wrap .liked i.fa-heart {
    background: url("../img/fav_heart_hov.svg") no-repeat;
}
.estate_single_card .info_wrap .price_wrap .liked i::before {
    content: none;
}
.estate_single_card .info_wrap .price_wrap p {
    margin: 0;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 20px;
    letter-spacing: 0.01em;
    color: #0f4c81;
}
.estate_single_card .info_wrap .info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    flex-wrap: wrap;
}
.estate_single_card .info_wrap .info .divider {
    color: #0f4c81;
}
.estate_single_card .info_wrap .info p {
    margin: 0;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.01em;
    color: #333333;
}
.estate_single_card .info_wrap .info1 {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.01em;
    color: #0f4c81;
    margin: 0;
}
.estate_single_card .info_wrap .info2 {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.01em;
    color: #333333;
    margin-bottom: 10px;
}
.estate_single_card .info_wrap .date {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.01em;
    color: #9e9e9e;
    margin-bottom: 0;
}
.estate_single_card .estate_main_slider .single_main_slide_wrap {
    width: 100%;
}
.estate_single_card .estate_main_slider .single_main_slide {
    width: calc(100% - 10px) !important;
    height: 227px;
    margin-left: 5px;
    background-position: center !important;
    background-size: cover !important;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.estate_single_card .estate_help_slide {
    margin-top: 5px;
}
.estate_single_card .estate_help_slide .estate_help_single_slide {
    margin: 0 5px;
    border-radius: 5px;
    height: 65px;
    background-position: center !important;
    background-size: cover !important;
}
.estate_main_slider .slick-next {
    z-index: 1;
    right: 5px;
}
.estate_main_slider .slick-prev {
    left: 5px;
    z-index: 1;
}
.estate_main_slider .slick-prev::before,
.estate_main_slider .slick-next::before {
    background-position: center;
    width: 10px;
    height: 28px;
}
.estate_main_slider .slick-prev::before {
    content: url("../img/estate_slick_prev.svg");
}
.estate_main_slider .slick-next::before {
    content: url("../img/estate_slick_next.svg");
}
.estate_form_wrap {
    padding: 40px;
    background: #ffffff;
    border: 1px solid rgba(15, 76, 129, 0.5);
    box-sizing: border-box;
    border-radius: 5px;
    background: url("../img/7.png") no-repeat;
    background-position-x: right;
    background-position-y: top;
    background-size: 16%;
    margin-bottom: 90px;
}
.estate_form_wrap .title {
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 45px;
    letter-spacing: 0.01em;
    color: #0b2d4a;
    margin-bottom: 20px;
}
.estate_form_wrap .subtitle {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.01em;
    color: #252525;
    margin-bottom: 0;
    max-width: 700px;
}
.mobile_filter_header {
    display: none;
}
.estate_form_wrap form {
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.estate_form_wrap form button {
    margin: 0;
    padding: 7px 70px;
    font-size: 14px;
    filter: drop-shadow(0px 6px 7px rgba(15, 76, 129, 0.15));
}
.estate_form_wrap form .about_input {
    font-size: 14px;
    width: 230px;
    border-bottom: 0.5px solid rgba(15, 76, 129, 0.5);
}
.estate_form_wrap form .phone_select .country_icon {
    border-bottom: 0.5px solid rgba(15, 76, 129, 0.5);
}
.estate_form_wrap .phone_select #form_phone {
    width: 193px;
}
#estate_section5 {
    margin-bottom: 60px;
}
#estate_section5 .about_info .about_title {
    text-align: left;
}
#estate_section5 .about_info .about_subtitle {
    font-size: 18px;
}
#estate_section5 .about_info .advs .single_adv {
    border-radius: 5px;
}
#estate_section5 .about_items {
    margin-top: 30px;
}
#estate_section5 .about_info,
#estate_section5 .about_image {
    margin-bottom: 0;
}
#estate_section5 .about_items .about_item {
    padding: 25px 20px;
    border: 1px solid rgba(15, 76, 129, 0.1);
    border-bottom: none;
    position: relative;
}
#estate_section5 .about_items .about_item:first-child {
    border-left: none;
    right: -1px;
}
#estate_section5 .about_items .about_item:last-child {
    border-right: none;
    left: -1px;
}
#estate_section6 {
    margin-bottom: 60px;
}
.estate_sec6_title {
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 43px;
    letter-spacing: 0.01em;
    color: #0b2d4a;
    margin-bottom: 40px;
    max-width: 460px;
}
.estate_how_to_buy .single_buy_block > img {
    margin-bottom: 25px;
}
.estate_how_to_buy .single_buy_block .title {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.01em;
    color: #333333;
    margin-bottom: 20px;
}
.estate_how_to_buy .single_buy_block .title span {
    color: #0f4c81;
}
.estate_how_to_buy .single_buy_block .text {
    margin: 0;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.01em;
    color: #0f2335;
}
#estate_section7 .estate_sec3_title {
    margin-bottom: 0;
    /* padding-left: 20px; */
}
.estate_faq_wrap .single_question .question_header button {
    padding: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.01em;
    color: #0f4c81;
    text-decoration: none;
    transition: 0.3s;
}
.estate_faq_wrap .single_question .question_header button img {
    transform: rotate(45deg);
    transition: 0.3s;
}
.estate_faq_wrap .single_question .question_header button.collapsed img {
    transform: rotate(90deg);
}
.estate_faq_wrap .single_question .question_header button.collapsed {
    font-size: 24px;
    line-height: 29px;
}

.estate_faq_wrap .single_question {
    padding: 40px 0 40px;
    border-bottom: 1px solid rgba(15, 76, 129, 0.5);
}
.estate_faq_wrap .single_question .question_header {
    /* padding: 0 0 30px; */
}
.estate_faq_wrap .single_question .single_question_body p {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.01em;
    color: #0f2335;
    margin-bottom: 0;
}
.estate_faq_wrap .single_question .single_question_body > div {
    padding-top: 30px;
    max-width: 900px;
}
#estate_section7 {
    margin-bottom: 60px;
}
.estate_form_wrap .about_logo_down {
    display: none;
}
.estate_mob_filter_trigger {
    display: none;
}
.estate_single_card .info_wrap .help_price {
    margin-bottom: 0;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.01em;
    color: #8a8a8a;
    display: none;
}
.estate_page_title .title_country_flag {
    margin-left: 20px;
}
#country_section2 {
    /* padding-top: 40px; */
}
.single_country_object_wrap {
    padding: 40px 0;
    border-bottom: 1px solid rgba(15, 76, 129, 0.1);
}
.single_country_object_wrap a {
    text-decoration: none !important;
    position: relative;
    z-index: 1;
}
.single_country_object_wrap .single_country_object::before {
    width: calc(100% + 80px);
    height: calc(100% + 80px);
    position: absolute;
    top: -40px;
    left: -40px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    content: none;
    transition: 0.3s;
    z-index: 0;
}
.single_country_object_wrap a:hover .single_country_object::before {
    content: "";
}
.single_country_object_wrap a:hover .info_wrap .hidden_socials {
    display: block;
}
.single_country_object_wrap a:hover .info_wrap .desktop_details button {
    display: inline-block;
}
.single_country_object {
    display: flex;
    position: relative;
}
.single_country_object .image_wrap {
    width: 40%;
}
.single_country_object .info_wrap {
    padding-left: 40px;
    width: 60%;
}
.single_country_object .info_wrap .date {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0.01em;
    color: #bbbbbb;
    margin-bottom: 20px;
}
.single_country_object .info_wrap .title {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 26px;
    letter-spacing: 0.01em;
    color: #0f4c81;
    margin-bottom: 30px;
    max-width: 520px;
}
.single_country_object .info_wrap .price {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}
.single_country_object .info_wrap .price p {
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 20px;
    letter-spacing: 0.01em;
    color: #000000;
    margin: 0;
}
.single_country_object .info_wrap .price button {
    background: none;
    padding: none;
    line-height: 0;
    border: none;
    cursor: pointer;
    display: none;
    position: relative;
    z-index: 1;
}
.single_country_object .info_wrap .price button i {
    font-size: 24px;
    color: #0f4c81;
}
.single_country_object .info_wrap .help_price {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.01em;
    color: #8a8a8a;
    margin-bottom: 20px;
}
.single_country_object .info_wrap .info {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 10px;
}
.single_country_object .info_wrap .info p {
    margin: 0;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.01em;
    color: #333333;
}
.single_country_object .info_wrap .info .divider {
    color: #0f4c81;
    margin: 0 15px;
}
.single_country_object .info_wrap .help_info {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.01em;
    color: #0f4c81;
    margin-bottom: 10px;
}
.single_country_object .info_wrap .place {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.single_country_object .info_wrap .place p {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.01em;
    color: #333333;
    margin: 0;
}
.single_country_object .info_wrap .place button {
    background: none;
    padding: none;
    line-height: 0;
    border: none;
    cursor: pointer;
    position: relative;
    z-index: 1;
    width: 24px;
    height: 24px;
}
.single_country_object .info_wrap button i {
    font-size: 24px;
    color: #0f4c81;
    display: block;
    height: 100%;
    width: 100%;
}
.estate_filter_hidden_label {
    display: none;
}
#filter_mob_bg {
    display: none;
    z-index: 5;
}
#filter_mob_bg.active {
    display: block;
    position: fixed;
    width: 100vw;
    height: 100vh;
    left: 0;
    top: 0;
    z-index: 5;
    background: rgba(0, 0, 0, 0.3);
}
.single_country_object .info_wrap button i.fa-heart-o {
    background: url("../img/fav_heart.svg") no-repeat;
}
.single_country_object .info_wrap button i.fa-heart {
    background: url("../img/fav_heart_hov.svg") no-repeat;
}
.single_country_object .info_wrap button i::before {
    content: none;
}
.single_country_object .info_wrap .description {
    padding-top: 10px;
    border-top: 1px solid rgba(15, 76, 129, 0.1);
}
.single_country_object .info_wrap .description p,
.single_country_object .info_wrap .description h1,
.single_country_object .info_wrap .description h2,
.single_country_object .info_wrap .description h3,
.single_country_object .info_wrap .description h4,
.single_country_object .info_wrap .description h5,
.single_country_object .info_wrap .description h6 {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.01em;
    color: #000000;
    margin: 0;
}
.single_country_object_wrap .call {
    display: none;
}
.single_country_object_main_slider .single_county_main_slide {
    width: 100%;
    min-height: 300px;
    background-position: center !important;
    background-size: cover !important;
    border-radius: 5px;
    margin: 0 5px;
}
.single_country_object_help_slider {
    margin-top: 10px;
}
.single_country_object_help_slider .single_country_help_slide {
    border-radius: 5px;
    min-height: 80px;
    background-position: center !important;
    background-size: cover !important;
    margin: 0 5px;
}
.single_country_object_main_slider .slick-next {
    z-index: 1;
    right: 5px;
}
.single_country_object_main_slider .slick-prev {
    left: 5px;
    z-index: 1;
}
.single_country_object_main_slider .slick-prev::before,
.single_country_object_main_slider .slick-next::before {
    background-position: center;
    width: 10px;
    height: 28px;
}
.single_country_object_main_slider .slick-prev::before {
    content: url("../img/estate_slick_prev.svg");
}
.single_country_object_main_slider .slick-next::before {
    content: url("../img/estate_slick_next.svg");
}
#country_section2 .estate_form_wrap {
    margin-top: 40px;
    margin-bottom: 40px;
}
.country_page .divider_after_form {
    border-top: 1px solid rgba(15, 76, 129, 0.1);
}
.country_objects_navigation {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 40px 0 60px;
    flex-wrap: wrap;
}
.country_objects_navigation > button {
    background: #fff;
    border: 1px solid #a5a5a5;
    box-sizing: border-box;
    border-radius: 4px;
    transform: matrix(-1, 0, 0, 1, 0, 0);
    padding: 0px 7px 0px 7px;
    cursor: pointer;
    margin: 0 12px;
}
.country_objects_navigation > button i {
    font-size: 11px;
    line-height: 0;
    color: #a5a5a5;
}
.country_objects_navigation > button:hover {
    border: 1px solid #3f89ca;
}
.country_objects_navigation > button:hover i {
    color: #3f89ca;
}
.country_objects_navigation ul {
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
}
.country_objects_navigation ul li a,
.country_objects_navigation ul li {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 140%;
    color: #333333;
}

.country_objects_navigation ul li {
    margin: 0 12px;
}
.country_objects_navigation ul li.current_page {
    border: 1px solid #3f89ca;
    box-sizing: border-box;
    border-radius: 4px;
}
.country_objects_navigation ul li.current_page a {
    color: #3f89ca;
    padding: 0 6px;
}
#country_section3 {
    background: #eff3f7;
    padding: 60px 0 30px;
}
#country_section3 .country_sec3_title {
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 43px;
    letter-spacing: 0.01em;
    color: #0b2d4a;
    margin-bottom: 40px;
}
#country_section3 .country_sec3_steps {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
#country_section3 .country_sec3_steps p {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0.01em;
    color: #333333;
    margin-bottom: 30px;
    max-width: 250px;
    display: flex;
}
#country_section3 .country_sec3_steps p span {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0.01em;
    color: #0f4c81;
    margin-right: 10px;
}
#country_section3 #right_card_wrap button {
    filter: drop-shadow(0px 6px 7px rgba(15, 76, 129, 0.15));
}
#country_section4 {
    padding: 60px 0 0 0;
}
.country_buttons_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
}
.country_buttons_title p {
    font-weight: bold;
    font-size: 36px;
    line-height: 30px;
    letter-spacing: 0.01em;
    color: #0b2d4a;
    margin: 0;
}
.country_buttons_title img {
    width: 53px;
}
.country_faqs
    .estate_faq_wrap
    .single_question
    .question_header
    button.collapsed {
    font-size: 18px;
    line-height: 22px;
}
.country_faqs .estate_faq_wrap .single_question {
    padding: 30px 0;
}

#city_filter .city_filter_wrap {
    padding: 40px 0 20px;
    border-bottom: 1px solid rgba(15, 76, 129, 0.1);
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
#city_filter .city_filter_wrap a {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.01em;
    color: #808080;
    text-decoration: none !important;
}
#city_filter .city_filter_wrap .divider {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.01em;
    color: #0f4c81;
    margin: 0 2px;
}
#city_filter .city_filter_wrap a.active {
    color: #0f4c81;
}
.city_mobile_filter {
    display: none;
}
.city_mobile_filter a {
    text-decoration: none !important;
}
#favourites_section1 {
    padding-top: 60px;
}
#favourites_section1 .favourites_title {
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 43px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #0b2d4a;
    margin-bottom: 40px;
}
#favourites_page #favourites_tabs_nav {
    display: none;
}
#favourites_page #favourites_tabs_nav ul {
    align-items: center;
    justify-content: center;
}
#favourites_page #favourites_tabs_nav ul li a {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    color: #8a8a8a;
}
#favourites_page #favourites_tabs_nav ul li a.active {
    color: #3f89ca;
    font-weight: bold;
    border-bottom: 2px solid #3f89ca;
}
#favourites_page #forvourites_tabs_controls {
    margin-top: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(15, 76, 129, 0.1);
    padding-bottom: 15px;
}
#favourites_page #forvourites_tabs_controls a {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #3f89ca;
    text-decoration: none !important;
}
#favourites_page #forvourites_tabs_controls a img {
    margin-right: 7px;
}
#favourites_page #favourites_tabs_content {
    padding-top: 50px;
    display: none;
}
#favourites_page #favourites_content {
    padding: 20px 0;
}
#favourites_page #favourites_content .single_country_object_wrap:last-child {
    border-bottom: none;
}
#favourites_page #favourites_content .non_empty {
    /* display: none; */
}
#favourites_page #favourites_content .empty {
    padding: 40px 0 150px;
    text-align: center;
    display: none;
}
#favourites_page #favourites_content .empty img {
    margin-bottom: 30px;
}
#favourites_page #favourites_content .empty .title {
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    letter-spacing: 0.01em;
    color: #000000;
    margin-bottom: 20px;
}
#favourites_page #favourites_content .empty .subtitle {
    max-width: 400px;
    margin: 0 auto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #8a8a8a;
}
.modal_favs_content {
    display: none;
}
.modal_favourites_content .empty {
    text-align: center;
    padding: 20px 0;
    display: none;
}
.modal_favourites_content .empty img {
    width: 50px;
    margin-bottom: 15px;
}
.modal_favourites_content .empty .title {
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.01em;
    color: #000000;
    margin-bottom: 10px;
}
.modal_favourites_content .empty .subtitle {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    letter-spacing: 0.01em;

    color: #8a8a8a;
    max-width: 400px;
    margin: 0 auto;
}
.modal_favourites_content .non_empty {
    padding: 20px 0 0;
}
.modal_fav_object_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid rgba(15, 76, 129, 0.1);
}
.modal_favourites_content .modal_fav_object_wrap:last-child {
    border-bottom: none;
}
.modal_fav_object_wrap > a {
    text-decoration: none !important;
}
.modal_fav_object_wrap .object_remove {
    cursor: pointer;
}
.modal_favourites_content .modal_fav_object {
    display: flex;
    align-items: center;
}
.modal_favourites_content .modal_fav_object .image {
    background-position: center !important;
    background-size: cover !important;
    border-radius: 4px;
    margin-right: 9px;
    height: 51px;
    width: 81px;
}
.modal_favourites_content .modal_fav_object .info {
    width: calc(100% - 81px);
}
.modal_favourites_content .modal_fav_object .info .title {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0.01em;
    color: #0f4c81;
    margin-bottom: 5px;
}
.modal_favourites_content .modal_fav_object .info .price {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0.01em;
    color: #000000;
    margin-bottom: 2px;
}
.modal_favourites_content .modal_fav_object .info .price span {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0.01em;
    color: #8a8a8a;
}
.modal_favourites_content .modal_fav_object .help_info {
    display: flex;
    align-items: center;
    justify-items: flex-start;
    flex-wrap: wrap;
}
.modal_favourites_content .modal_fav_object .help_info p {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0.01em;
    color: #333333;
    margin: 0;
}
.modal_favourites_content .modal_fav_object .help_info .divider {
    color: #0f4c81;
    margin: 0 5px;
    font-size: 14px;
}
.page_breadcrumbs .object_current_page {
    color: #0f4c81;
}
#single_object_page #single_object {
    padding-top: 90px;
}
#single_object .single_object_main_slider .single_object_main_slide {
    width: 100%;
    height: 350px;
    background-position: center !important;
    background-size: cover !important;
    border-radius: 5px;
    margin: 0 5px;
}
#single_object .single_object_help_slider {
    margin-top: 10px;
}
#single_object .single_object_help_slider .single_object_help_slide {
    width: 100%;
    height: 64px;
    background-position: center !important;
    background-size: cover !important;
    border-radius: 5px;
    margin: 0 5px;
}
#single_object .single_object_left_info {
    margin-top: 40px;
}
#single_object .single_object_left_info .left_info_title {
    font-style: normal;
    font-weight: 900;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.01em;
    color: #333333;
    margin-bottom: 20px;
}
#single_object .single_object_left_info .specifications {
    padding: 20px 0;
    border-top: 1px solid rgba(15, 76, 129, 0.1);
    border-bottom: 1px solid rgba(15, 76, 129, 0.1);
}
#single_object .single_object_left_info .specifications .single_spec {
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#single_object .single_object_left_info .specifications .single_spec .type {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.01em;
    color: #808080;
    margin: 0;
}
#single_object .single_object_left_info .specifications .single_spec .value {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    text-align: right;
    letter-spacing: 0.01em;
    color: #0f2335;
    margin: 0;
}
#single_object .single_object_left_info .description {
    margin-top: 40px;
}
#single_object .single_object_left_info .description p {
    margin: 0;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.01em;
    color: #0f2335;
}
#single_object .object_right_section .mobile_object_left_info {
    display: none;
}
#single_object .object_right_section .title {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 26px;
    letter-spacing: 0.01em;
    color: #0f4c81;
    margin-bottom: 30px;
}
#single_object .object_right_section .price {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 10px;
}
#single_object .object_right_section .price p {
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 20px;
    letter-spacing: 0.01em;
    color: #000000;
    margin: 0;
}
#single_object .object_right_section .price a {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.01em;
    color: #3f89ca;
    text-decoration: none;
    margin-left: 55px;
}
#single_object .object_right_section .price button {
    display: none;
}
#single_object .object_right_section .subprice {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.01em;
    color: #8a8a8a;
    margin: 0;
}
#single_object .object_right_section .info {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 35px;
    flex-wrap: wrap;
}
#single_object .object_right_section .info p {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.01em;
    color: #333333;
    margin: 0;
}
#single_object .object_right_section .info .divider {
    margin: 0 15px;
    color: #0f4c81;
    font-size: 14px;
}
#single_object .object_right_section .categories {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.01em;
    color: #3f89ca;
    margin: 20px 0 0px;
}
#single_object .object_right_section .help_info {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.01em;
    color: #333333;
    margin-bottom: 20px;
}
#single_object .object_right_section .date {
    margin-bottom: 45px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.01em;
    color: #919191;
}
#single_object .object_right_section .views {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(15, 76, 129, 0.1);
}
#single_object .object_right_section .views p {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.01em;
    color: #adadad;
    margin-bottom: 0;
}
#single_object .object_right_section .views p img {
    margin-right: 10px;
}
#single_object .object_right_section .views button {
    background: none;
    padding: 0;
    line-height: 0;
    border: none;
    cursor: pointer;
    width: 24px;
    height: 24px;
}
#single_object .object_right_section .views button i {
    font-size: 24px;
    color: #0f4c81;
    background-position: center;
    background-size: contain;
    width: 100%;
    height: 100%;
    display: block;
}
#single_object .object_right_section .views button i.fa-heart-o {
    background: url("../img/fav_heart.svg") no-repeat;
}
#single_object .object_right_section .views button i.fa-heart {
    background: url("../img/fav_heart_hov.svg") no-repeat;
}
#single_object .object_right_section .views button i.fa-heart-o::before {
    content: none;
}
#single_object .object_right_section .views button i.fa-heart::before {
    content: none;
}
#single_object .object_right_section .services_calculate {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 30px;
}
#single_object .object_right_section .services_calculate > img {
    margin-right: 15px;
}
#single_object .object_right_section .services_calculate div p {
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    line-height: 19px;
    letter-spacing: 0.01em;
    color: #252525;
    margin-bottom: 0px;
}
#single_object .object_right_section .services_calculate div a {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.01em;
    color: #3f89ca;
    margin: 0;
}
#single_object .object_right_section .callback {
    background: #ffffff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    margin-top: 40px;
    padding: 20px 40px;
}
#single_object .object_right_section .callback .title {
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 27px;
    letter-spacing: 0.01em;
    color: #0f4c81;
    margin-bottom: 20px;
}
#single_object .object_right_section .callback .callback_info {
    display: flex;
    align-items: flex-start;
}
#single_object .object_right_section .callback .callback_info > img {
    margin-right: 40px;
    border-radius: 50%;
}
#single_object
    .object_right_section
    .callback
    .callback_info
    .info_info
    .title {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.01em;
    color: #333333;
    margin-bottom: 20px;
}
#single_object
    .object_right_section
    .callback
    .callback_info
    .info_info
    .subtitle {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.01em;
    color: #808080;
    margin: 0;
}
#single_object .object_right_section .callback .callback_form input {
    width: 100%;
    margin-top: 20px;
    border-bottom: 1px solid rgba(15, 76, 129, 0.1);
    font-size: 14px;
}
#single_object .object_right_section .callback .callback_form .phone_select {
    margin-top: 20px;
    border-bottom: 1px solid rgba(15, 76, 129, 0.1);
}
#single_object
    .object_right_section
    .callback
    .callback_form
    .phone_select
    .country_icon {
    border-bottom: none;
}
#single_object
    .object_right_section
    .callback
    .callback_form
    .phone_select
    #form_phone {
    width: calc(100% - 37px);
    margin-top: 0;
    border-bottom: none;
}
#single_object .object_right_section .callback .callback_form button {
    width: 100%;
    margin-top: 30px;
    font-size: 14px;
    line-height: 20px;
    filter: drop-shadow(0px 6px 7px rgba(15, 76, 129, 0.15));
}
#single_object_page #single_object_calculator {
    padding: 40px 0;
}
#single_object_page .object_page_title {
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 43px;
    display: flex;
    align-items: center;
    letter-spacing: 0.01em;
    color: #0b2d4a;
    margin-bottom: 40px;
}
#similar_objects .similar_objects_wrap .single_country_object_wrap {
    padding-top: 0;
    border: none;
}
#similar_objects
    .similar_objects_wrap
    .single_country_object_wrap
    .single_country_object::before {
    width: calc(100% + 40px);
    height: calc(100% + 40px);
    position: absolute;
    top: -20px;
    left: -20px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    transition: 0.3s;
    z-index: 0;
}
#single_object_form .estate_form_wrap {
    margin: 20px 0 35px;
}
#single_object_location {
    padding: 60px 0;
    background: url("../img/single_obj_location_bg.jpg") no-repeat;
    background-position: center;
    background-size: contain;
    background-color: #0f4c81;
    min-height: 500px;
}
#single_object_location .location_title {
    max-width: 688px;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #ffffff;
    margin: 0 auto;
}
#single_object_location .left_location p,
#single_object_location .right_location p {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0.01em;
    color: #ffffff;
}
#single_object_location .left_location p {
    padding: 0 0 20px;
    border-bottom: 1px solid #ffffff;
    margin-top: 50px;
    max-width: 420px;
}
#single_object_location .right_location span {
    font-style: italic;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.01em;
    color: #ffffff;
    display: block;
    max-width: 400px;
    margin-right: 0;
    margin-left: auto;
}

#single_object_location .right_location p {
    padding-top: 20px;
    border-top: 1px solid #ffffff;
    max-width: 400px;
    margin: 90px 0 15px auto;
}
#alternate_form_block {
    padding: 27px 40px;
    background: url("../img/alternate_bg.jpg") no-repeat;
    background-position: right;
    background-size: cover;
    border-radius: 5px;
    margin: 40px 0;
}
#alternate_form_block .title {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.01em;
    color: #ffffff;
    margin-bottom: 20px;
    max-width: 600px;
}
#alternate_form_block .text {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.01em;
    color: #ffffff;
    margin-bottom: 10px;
    max-width: 560px;
}
#alternate_form_block .alternate_place {
    display: none;
}
#alternate_form_block .italic {
    font-style: italic;
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 20px;
}
#alternate_form_block button {
    margin-top: 0;
    padding: 10px 75px;
}
#calculate_utilities_modal.show + body {
    overflow: hidden !important;
}
#calculate_utilities_modal .modal-content .close,
#calculate_callback_modal .modal-content .close {
    right: 13px;
    top: -15px;
}
#calculate_utilities_modal .calculate_utilities_title {
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #0f4c81;
    margin: 0 auto 20px;
    max-width: 500px;
}
#calculate_utilities_modal .modal-dialog {
    max-width: 700px;
}
#calculate_utilities_modal .modal-dialog .modal-body {
    padding: 30px 20px;
}
#calculate_utilities_modal .calculate_modal_table {
    width: 100%;
    margin-bottom: 30px;
}
#calculate_utilities_modal .calculate_modal_table thead tr {
    background-color: #fff;
}
#calculate_utilities_modal .calculate_modal_table thead tr td {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 15px;
    letter-spacing: 0.01em;
    color: #6d6d6d;
    padding: 0px 0 8px;
}
#calculate_utilities_modal .calculate_modal_table thead tr td:nth-child(2),
#calculate_utilities_modal .calculate_modal_table thead tr td:nth-child(3) {
    text-align: center;
}
#calculate_utilities_modal .calculate_modal_table tbody tr td {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 15px;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #3a598f;
    padding: 6px 10px 4px;
}
#calculate_utilities_modal .calculate_modal_table tbody tr td:nth-child(2),
#calculate_utilities_modal .calculate_modal_table tbody tr td:nth-child(3) {
    text-align: center;
}
#calculate_utilities_modal .calculate_modal_table tbody tr.total {
    background: #3a598f;
}
#calculate_utilities_modal .calculate_modal_table tbody tr.total td {
    color: #fff;
}
#calculate_utilities_modal .buttons_wrap {
    display: flex;
    justify-content: center;
}
#calculate_utilities_modal .buttons_wrap a {
    margin: 0 20px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.01em;
    color: #3a598f;
}
#calculate_utilities_modal .buttons_wrap a img {
    margin-right: 5px;
}
#calculate_callback_modal .modal-body {
    padding: 20px 15px 30px;
}
#calculate_callback_modal .modal_title {
    font-size: 24px;
    line-height: 27px;
    margin-bottom: 11px;
}
#calculate_callback_modal .modal_text {
    margin-bottom: 20px;
}
#calculate_callback_modal .about_input {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 23px;
}
#calculate_callback_modal .country_icon {
    margin-bottom: 23px;
}
#calculate_callback_modal .modal_form button {
    margin-top: 20px;
    padding: 3px 40px;
}
#calculate_callback_modal.show + #calculate_utilities_modal {
    z-index: 15 !important;
}
.foot_c {
    font-family: "Unbounded", sans-serif;
    font-size: 14px;
    color: #fff;
}
.foot_c:hover {
    color: #fff;
    text-decoration: none;
}
.single_country_object .info_wrap {
    position: relative;
}
.single_country_object .info_wrap .hidden_socials {
    position: absolute;
    right: -15px;
    top: 1px;
    display: none;
    z-index: 10;
}
.single_country_object .info_wrap .hidden_socials .single_social {
    position: relative;
    margin-bottom: 15px;
}
.single_country_object .info_wrap .desktop_details {
    text-align: right;
    position: absolute;
    bottom: 15px;
    bottom: -25px;
    right: 0;
}
.single_country_object .info_wrap .desktop_details button {
    border-radius: 5px;
    font-size: 14px;
    line-height: 20px;
    margin-right: -15px;
    display: none;
    padding: 5px 25px;
}
/* Tooltip container */
/* Tooltip text */
.custom_tooltip .custom_tooltiptext {
    visibility: hidden;
    width: 165px;
    text-align: center;
    background: #f6f8fa;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    color: #333333;
    text-align: center;
    padding: 5px 0;
    padding: 7px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;

    /* Position the tooltip text */
    position: absolute;
    z-index: 1;
    bottom: 0;
    /* left: -70px; */
    right: 60px;
    margin-left: -60px;

    /* Fade in tooltip */
    opacity: 0;
    transition: opacity 0.3s;
}

/* Show the tooltip text when you mouse over the tooltip container */
.custom_tooltip:hover .custom_tooltiptext {
    visibility: visible;
    opacity: 1;
}

.country_empty_section {
    padding: 75px 0;
    text-align: center;
}
.country_empty_section img {
    margin-bottom: 30px;
}
.country_empty_section .empty_title {
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    letter-spacing: 0.01em;
    color: #000000;
    margin-bottom: 20px;
}
.country_empty_section .empty_text {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    letter-spacing: 0.01em;

    color: #8a8a8a;
    margin: 0;
}
#main_filter .hidden_price .filter_additional_prices {
    display: block;
}
#main_filter .filter_additional_prices .title {
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.01em;
    color: #333333;
    margin-bottom: 5px;
    margin-top: 20px;
}
#main_filter .filter_additional_prices .variant {
    display: flex;
    align-items: center;
    margin: 10px 0;
    cursor: pointer;
}
#main_filter .filter_additional_prices .variant img {
    margin-right: 10px;
    max-width: 21px;
    max-height: 14px;
}
#main_filter .filter_additional_prices .variant p {
    margin: 0;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.01em;
    color: #4a7aa3;
}
#main_filter .hidden_space {
    max-height: unset;
}
#main_filter .addition_hidden_space {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}
#main_filter .hidden_space .space_variants {
    margin: 0;
    list-style: none;
    width: 112px;
}
#main_filter .hidden_space .space_variants li {
    cursor: pointer;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.01em;
    color: rgba(0, 0, 0, 0.5);
    margin: 5px 0;
}
#main_filter .hidden_space .space_variants li:hover {
    color: #0f4c81;
}
#main_filter .country_wrap .help_cities {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 5px;
}
#main_filter .country_wrap .help_cities span {
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    line-height: 20px;
    text-align: justify;
    letter-spacing: 0.01em;
    color: #3f89ca;
    cursor: pointer;
}
.filter_top {
    align-items: flex-start;
}
#main_filter .filter_input_wrap.country_wrap::after {
    bottom: unset;
    top: 3px;
}
/* ================ BODY ================ */

/* ================ FOOTER ================ */

footer {
    padding: 40px 0 30px;
    background: #282c31;
}
.footer_title {
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 58px;
    letter-spacing: 0.01em;
    color: #ffffff;
    margin-bottom: 40px;
    text-align: center;
}

.footer_offices .offices {
    text-align: center;
}
.footer_offices .offices .single_office > img {
    margin-bottom: 20px;
}
.single_office_link {
    text-decoration: none !important;
}

.footer_offices .offices .single_office .office_img_hover {
    display: none;
}
.footer_offices .offices .single_office .country {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #c9cacb;
    margin-bottom: 10px;
    min-height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer_offices .offices .single_office .city {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #c9cacb;
    margin-bottom: 10px;
}
.footer_offices .offices .single_office .address {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #c9cacb;
}
.footer_offices .offices .single_office .address a{
    color: #c9cacb;
}
.single_office_link:hover .single_office .country,
.single_office_link:hover .single_office .city,
.single_office_link:hover .single_office .address {
    color: #0f4c81;
}
.single_office_link:hover .single_office .office_img {
    display: none;
}
.single_office_link:hover .single_office .office_img_hover {
    display: inline;
}
.footer_countries {
    display: flex;
    flex-wrap: wrap;
    margin: 40px 0;
}
.footer_countries > div {
    width: 20%;
}
.footer_countries > div > a {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #c9cacb;
    text-decoration: none !important;
    margin-bottom: 10px;
    display: block;
}
.single_collapse {
    border-top: 1px solid #464646;
    padding: 4px 0;
}
.single_collapse .collapse_head button {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0.01em;
    color: #c9cacb;
    text-decoration: none;
}
.single_collapse .collapse-body {
    color: #c9cacb;
    margin-bottom: 10px;
}
.single_collapse:last-child {
    border-bottom: 1px solid #464646;
}
.footer_collapse {
    margin-bottom: 100px;
}
.footer_footer ul {
    max-width: 870px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    list-style: none;
    margin: 0 auto;
}
.footer_footer ul li a {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.01em;
    color: #ffffff;
    text-decoration: none !important;
}
.footer_socials {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer_socials a {
    margin: 0 5px;
}
/* ================ FOOTER ================ */

/* ================ CHECKBOX ================ */
.hidden_checkbox_menu .checkbox label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    flex-direction: row-reverse;
}
/* для элемента input c type="checkbox" */

.custom-checkbox {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

/* для элемента label, связанного с .custom-checkbox */
.hidden_checkbox_menu label {
    display: inline-flex;
    align-items: center;
    user-select: none;
    font-style: normal !important;
    font-weight: normal !important;
    font-size: 14px !important;
    line-height: 29px !important;
    letter-spacing: 0.01em !important;
    color: #919191 !important;
    border: none !important;
    cursor: pointer;
}

/* создание в label псевдоэлемента before со следующими стилями */
.custom-checkbox + label::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 21px;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #e7edf2;
    border-radius: 5px;
    /* margin-right: 0.5em; */
    background-repeat: no-repeat;
    background-position: center center;
    /* background-size: 50% 50%; */
}

/* стили для чекбокса, находящегося в состоянии checked */
.custom-checkbox:checked + label::before {
    border-color: #e7edf2;
    background-color: unset;
    background-image: url("../img/checkbox_check.svg");
}
.custom-checkbox:checked + label {
    color: #0f4c81 !important;
}

/* стили для чекбокса, находящегося в состоянии disabled */
.custom-checkbox:disabled + label::before {
    background-color: #e9ecef;
}

/* ================ CHECKBOX ================ */

/* =============================== MOBILE MENU ======================================== */
.mobile-toggle {
    display: none;
    margin-left: 15px;
}
.button_menu {
    width: 40px;
    height: 40px;
    padding: 8px 5px;
    box-sizing: border-box;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    z-index: 3;
    margin: 0 auto;
}
.button_menu span {
    background: #3a598f;
    width: 100%;
    height: 4px;
    transition: opacity 300ms ease, transform 300ms ease;
}
.button_menu.active span {
    position: absolute;
    width: 100%;
    height: 6px;
    top: 43%;
    background: #3a598f;
}
.button_menu.active span:first-child {
    transform: rotate(45deg);
}
.button_menu.active span:last-child {
    transform: rotate(-45deg);
}
.button_menu.active span:nth-child(2) {
    opacity: 0;
}
.main_menu {
    display: flex;
    justify-content: center;
    padding: 21px 46px;
}
.main_menu ul {
    display: flex;
    flex-direction: column;
}
.main_menu ul li {
    margin-right: 25px;
    font-weight: 300;
    font-size: 15px;
    cursor: pointer;
    position: relative;
    transform: perspective(1px) translateZ(0);
}
.menu_responsive {
    display: flex;
    position: fixed;
    top: 0;
    /* left: 0; */
    bottom: 0;
    right: 0;
    opacity: 0;
    pointer-events: none;
    width: 100%;
    z-index: 2;
    transform: translateX(100%);
    transition: opacity 0.3s ease, transform 0.3s ease;
    justify-content: flex-end;
}
.menu_responsive .main_menu {
    padding: 0px 40px 0;
    display: flex;
    background: #ffffff;
    width: 100%;
    flex-direction: column;
    overflow: scroll;
}
.menu_responsive .main_menu ul {
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    width: auto;
    list-style: none;
    margin: 0;
}
.menu_responsive .main_menu li {
    margin: 0 0 0 10px;
    font-size: 30px;
    padding: 10px 0;
    /* text-transform: uppercase; */
    font-weight: 500;
    text-align: center;
}
.menu_responsive .main_menu li a {
    color: #0b2d4a;
    text-decoration: none;
}

.menu_responsive.active {
    opacity: 1;
    pointer-events: all;
    transform: translateX(0);
}
.mobile_langs ul {
    list-style: none;
    margin: 0;
    display: flex;
    justify-content: center;
    flex-direction: row !important;
    max-width: 50%;
    border-top: 1px solid rgba(15, 76, 129, 0.1);
    margin: 10px auto 0 !important;
    padding-top: 10px;
}
.mobile_langs ul li {
    margin: 0 10px;
}
.mobile_langs ul li a {
    font-style: normal;
    font-weight: normal;
    /* font-size: 18px;
    line-height: 22px; */
    text-align: center;
    letter-spacing: 0.01em;
    color: #333333;
}
.mobile_langs ul li:hover a {
    color: #0f4c81;
}

/* ==================================================================================== */
/*coockie*/
#cookie_note{
    display: none;
    position: fixed;
    bottom: 15px;
    left: 50%;
    max-width: 90%;
    transform: translateX(-50%);
    padding: 20px;
    background-color: white;
    border-radius: 4px;
    box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
}

#cookie_note p{
    margin: 0;
    font-size: 0.7rem;
    text-align: left;
    color: black;
}

.cookie_accept{
    width:20%;
}

.footer-email-section {
    text-align: center;
    margin-top: 20px;
}

.email-address {
    font-size: 16px;
    color: #c9cacb;
    margin-bottom: 10px;
}

.footer-legal-text {
    font-size: 12px;
    color: #c9cacb;
}
