@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700;800&display=swap');
@import 'fonts/muller.css';
html, body {
    height: 100%;
    width: 100%;
    font-family: 'Muller';
}

a:focus, a:hover {
    outline: 0 solid;
    text-decoration: none;
}

a:hover {
    color: #dcbf7f;
    text-decoration: none
}

button:focus {
    outline: none;
    box-shadow: none;
}

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

p {
    margin: 0;
}

label {
    cursor: pointer
}

ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.times-icon {
    display: block;
    height: 25px;
    width: 25px;
    position: absolute;
    background: url(../img/close-icon.svg);
}

section {
    margin-bottom: 100px;
}

.container {
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1500px;
}

.modal {
    top: 20%;
}

/* -----callback-modal------- */

#consultationForm .modal-dialog {
    max-width: 800px;
}

#consultationForm .modal-consultation-body {
    display: flex;
}

#consultation-modal-form {
    width: 50%;
    padding: 0px 20px 39px 20px;
}

.modal-heading {
    margin-top: 46px;
    font-family: 'Playfair Display', serif;
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 110%;
    text-align: center;
    color: #d5bb7e;
    padding: 0 40px;
    width: 100%;
}

#modal-picture {
    background-image: url(/assets/img/modal-person.jpeg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    max-width: 100%;
    width: 475px;
}

#modal-picture::after {
    content: '';
    display: block;
    height: 30%;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient( 180deg, rgba(0, 0, 0, 0) 0, #000 100%);
    opacity: .5;
}

.modal-person-desc {
    position: absolute;
    left: 34px;
    bottom: 34px;
    z-index: 5;
}

.person-name {
    font-size: 30px;
    font-family: 'Playfair Display', serif;
    font-style: normal;
    color: #fff;
    line-height: 110%;
    margin-top: -23px;
    display: block;
    font-weight: 700;
}

.person-position {
    font-family: 'Muller', serif;
    font-style: normal;
    font-weight: lighter;
    font-size: 16px;
    color: #fff;
    margin-top: 10px;
}

button.consultation-close.close {
    padding: 15px;
}

.modal-footer {
    display: flex;
    justify-content: center;
}

@media (max-width: 1530px) {
    .container {
        max-width: 100%;
        padding-right: 60px;
        padding-left: 60px;
    }
}

@media (max-width: 1000px) {
    .container {
        padding-right: 40px;
        padding-left: 40px;
    }
}

@media (max-width: 1000px) {
    .container {
        padding-right: 40px;
        padding-left: 40px;
    }
}

#body {
    background-image: url(/assets/img/body-bg.jpeg);
    background-size: 100% auto;
    background-repeat: repeat-y;
}

.title {
    font-family: 'Muller';
    font-size: 40px;
    letter-spacing: .035em;
    line-height: 45px;
    font-weight: 300;
    color: #515151;
    position: relative;
}

.title span {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-size: 3rem;
}

/* HEADER SECTION */

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 130px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: center;
    align-content: center;
    background: 0 0;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    z-index: 10;
}

.header.header-scroll {
    height: 70px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

.header.header-scroll .header-area {
    display: none;
}

.header.header-scroll .header-logo-title {
    display: none;
}

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

.main-top-title {
    font-family: 'Playfair Display', serif;
    font-size: 53px;
    line-height: 76px;
    letter-spacing: .02em;
    font-weight: 900;
    position: absolute;
    top: 15px;
    left: 0;
    z-index: 5;
    background: radial-gradient(#ffffff 0%, #ffffff00 90%);
    padding: 40px;
}

.main-top-title span {
    display: block;
    color: #cb7658;
}

.main-map-wrapper {
    width: 100%;
    margin-top: 130px;
    display: flex;
    justify-content: flex-end;
}

.map__content.map__catalog {
    margin-top: 60px;
}

@media (max-width:768px) {
    .header .header-inner {
        padding: 0 15px;
    }
}

.header .header-logo {
    position: relative;
    height: 60px;
}

@media (max-width:768px) {
    .header .header-logo {
        height: 50px;
    }
}

.header .header-logo-title {
    position: absolute;
    top: 43px;
    left: 36px;
    width: 175px;
    font-size: 11px;
    color: #515151;
    opacity: .5;
    letter-spacing: .03em;
    line-height: 1.2;
}

@media (max-width:768px) {
    .header .header-logo-title {
        display: none;
    }
}

.header .open-sidebar {
    margin-left: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 25px;
    color: #515151;
    cursor: pointer;
}

@media (max-width:768px) {
    .header .open-sidebar {
        margin-left: 15px;
        font-size: 20px;
    }
}

.header .open-sidebar img {
    margin-right: 10px;
    width: 22px;
}

.header .open-sidebar div {
    font-size: 22px;
    position: relative;
    font-family: 'Playfair Display', serif;
    font-weight: 500;
}

@media (max-width:600px) {
    .header .open-sidebar div {
        display: none;
    }
}

.header .header-area {
    width: 305px;
    height: 70px;
    background-position: center;
    background-repeat: no-repeat;
    padding: 10px 20px 10px 35px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    cursor: pointer;
    z-index: 2;
}

@media (max-width:1530px) {
    .header .header-area {
        display: none;
    }
}

.header .header-area-after-img {
    position: absolute;
    top: 35px;
    left: calc(100% + 6px);
    width: 200px;
    height: 100px;
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    background-position: left;
}

.header .header-area-text {
    font-size: 14px;
    color: #fff;
    font-weight: 300;
    letter-spacing: .055em;
    line-height: 20px;
}

.header .header-area-name {
    color: #4e4e4e;
    font-size: 13px;
    font-family: 'Playfair Display', serif;
    line-height: 20px;
    text-transform: uppercase;
    text-align: center;
}

.header .header-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    z-index: 3;
    position: relative;
}

@media (max-width:1000px) {
    .header .header-block .messengers {
        display: none;
    }
}

.header .header__recall {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width:1200px) {
    .header .header__recall {
        display: none;
    }
}

.header .header-group {
    margin-left: 40px;
    width: 220px;
}

.header .header-group:last-child {
    margin-right: 0;
}

@media (max-width:768px) {
    .header .header-group {
        margin-left: 0;
    }
}

.header .header-phone-box a {
    position: relative;
    text-decoration: none;
    font-size: 23px;
    color: #515151;
    font-family: 'Playfair Display', serif;
    font-weight: 500;
    display: block;
    margin-top: -.9em;
}

@media (max-width:1200px) {
    .header .header-phone-box a {
        font-size: 21px;
    }
}

@media (max-width:768px) {
    .header .header-phone-box a {
        font-size: 17px;
    }
}

.messengers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-left: 0!important;
}

.messengers .messenger_link {
    width: 45px;
    height: 45px;
    border-radius: 10px;
    background: #515151;
    color: #fff;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 15px;
    font-size: 22px;
}

.messenger_link img {
    height: 20px;
}

.phone-tag {
    position: absolute;
    font-family: 'Muller';
    right: 0;
    bottom: -22px;
    font-size: 12px;
    font-weight: 100;
    color: #fff;
    background-color: #49953f;
    border-radius: 10px;
    padding: 0 6px 0 19px;
    height: 17px;
    line-height: 19px;
    -webkit-box-shadow: 0 0 5px 0 rgb(73 149 63 / 80%);
    box-shadow: 0 0 5px 0 rgb(73 149 63 / 80%);
}

.phone-tag:before {
    content: '';
    display: block;
    position: absolute;
    left: 6px;
    top: 4px;
    width: 9px;
    height: 9px;
    border-radius: 100%;
    background-color: #fff;
    -webkit-box-shadow: inset 0 0 2px rgb(73 149 63 / 90%);
    box-shadow: inset 0 0 2px rgb(73 149 63 / 90%);
    -webkit-animation: phoneTag 4.7s infinite ease;
    animation: phoneTag 4.7s infinite ease;
}

.sidebar {
    padding: 70px 30px 15px 30px;
    position: fixed;
    height: 100%;
    left: -580px;
    top: 0;
    max-width: 100%;
    width: 580px;
    background: rgba(0, 0, 0, .94);
    color: #fff;
    font-size: 24px;
    -webkit-transition: .6s ease;
    -o-transition: .6s ease;
    transition: .6s ease;
    z-index: 1000000;
    text-align: center;
    font-family: 'Muller';
    font-weight: 100;
}

.sidebar.active {
    left: 0;
}

.sidebar .sidebar-close {
    width: 36px;
    height: 36px;
    display: block;
    position: absolute;
    top: 40px;
    right: 40px;
    cursor: pointer;
    -webkit-transition: .2s linear;
    -o-transition: .2s linear;
    transition: .2s linear;
}

.sidebar .sidebar-close svg {
    fill: #fff;
}

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

.sidebar .sidebar-logo {
    padding: 0 20%;
    margin-bottom: 35px;
}

.sidebar .sidebar__content {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 80%;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.sidebar__content::-webkit-scrollbar {
    display: none;
}

.sidebar .sidebar__content-inner {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.sidebar .sidebar-contact p {
    font-size: 18px;
    line-height: 20px;
}

.sidebar .sidebar__expert {
    height: 100px;
    width: 100px;
    border-radius: 50%;
    margin: 20px 0;
}

.sidebar .sidebar-messengers a {
    width: 35px;
    height: 35px;
    display: inline-block;
    border-radius: 50%;
    margin: 20px 10px 10px;
}

.sidebar .sidebar__phones {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
}

.sidebar .sidebar__phones a {
    color: #fff;
    font-size: 24px;
    line-height: 1.5;
}

.sidebar .sidebar__menu {
    width: 100%
}

.sidebar .sidebar__menu-item {
    margin-bottom: 10px;
    width: 100%;
    color: #fff;
}

.sidebar .sidebar__menu-item>a {
    color: #fff;
}

.sidebar .sidebar__menu-item-title {
    cursor: pointer;
    position: relative;
}

.sidebar .sidebar__menu-item-content {
    display: none;
}

.sidebar .sidebar__menu-item-content a {
    display: block;
    font-size: 20px;
}

.sidebar .sidebar__menu-item-content a:hover {
    color: #ccc;
}

.content {
    -webkit-box-flex: 1;
    flex: 1 0 auto;
    padding-top: 160px;
    overflow: hidden;
}

/* ----BUTTONS------- */

.btn {
    height: 57px;
    padding: 0 40px 5px 40px;
    position: relative;
    cursor: pointer;
    border-radius: 12px;
    font-size: 15.6px;
    letter-spacing: .045em;
    text-decoration: none;
    text-align: center;
    color: #515151!important;
    overflow: hidden;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.btn-main {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    background: #e0ba78;
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(240, 203, 153, .18)), to(rgba(255, 255, 255, .18)));
    background-image: -o-linear-gradient(bottom, rgba(240, 203, 153, .18), rgba(255, 255, 255, .18));
    background-image: linear-gradient(to top, rgba(240, 203, 153, .18), rgba(255, 255, 255, .18));
}

.btn-main:hover {
    background: #e0ba78;
    border-color: #e0ba78;
}

.btn-main:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    border-radius: 0 0 25px 25px;
    background-color: #585858;
}

.btn-lg {
    width: 100%;
}

.animate {
    webkit-animation: ripple 4s linear infinite;
    -moz-animation: ripple 4s linear infinite;
    -ms-animation: ripple 4s linear infinite;
    -o-animation: ripple 4s linear infinite;
    animation: ripple 4s linear infinite;
}

.autoink {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.ink {
    display: block;
    position: absolute;
    background: #fff;
    border-radius: 100%;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    z-index: 20;
}

/* -----catalog------- */

#main-top-header {
    padding-top: 130px;
}

@media (max-width: 1530px) {
    .presentation-box-heading {
        font-size: 26px;
    }
}

.map__catalog-inner {
    background: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(85%, #fff), to(rgba(255, 255, 255, 0)));
    background: -o-linear-gradient(top, #fff 0, #fff 85%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(180deg, #fff 0, #fff 85%, rgba(255, 255, 255, 0) 100%);
    -webkit-clip-path: url(#catalog-item);
    clip-path: url(#catalog-item);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.presentation-box-heading {
    padding: 50px 60px 0;
    text-align: center;
    font-family: 'Playfair Display', serif;
    font-size: 27px;
    line-height: 35px;
    font-weight: 700;
    color: #515151;
}

.presentation-box {
    text-align: center;
    position: relative;
}

.presentation-box-text {
    padding: 0 50px;
    text-align: center;
    font-family: 'Muller';
    font-size: 15px;
    line-height: 19px;
    margin-bottom: 15px;
    color: #4d4d4d;
}

/*----------------
 Problems section
---------------- -*/

.problems-box_wrap {
    width: 650px;
    display: flex;
    justify-content: space-between;
}

.problems-box {
    max-width: 300px;
}

.problems-box_item {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.problems-box_img {
    height: 150px;
    width: 175px;
    margin-bottom: 15px;
}

/* ------Search filter------- */

.mobile-filter-option {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mobile-switch-group, .mobile-filter-group {
    display: none;
}

.switch-btn {
    width: 50%;
    border: none;
    background: #d6d6d6;
    padding: 10px 20px;
    color: #8e8e8e;
    font-size: 14px;
    text-align: center;
    font-family: 'Muller';
    -webkit-transition: .3s color, .3s background;
    -o-transition: .3s color, .3s background;
    transition: .3s color, .3s background;
    cursor: pointer;
}

.switch-btn.active {
    background: #e0ba78;
    color: #fff;
}

.close-icon {
    display: none;
}

.mobile-show-result {
    display: none;
}

.search-filter-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-top: 70px;
}

.search-filter-sidebar {
    width: 27.7%;
    min-width: 315px;
    background: #f7f7f7;
    -webkit-box-shadow: -29.016px 19.572px 136px 0 rgb(0 0 0 / 25%);
    box-shadow: -29.016px 19.572px 136px 0 rgb(0 0 0 / 25%);
    position: relative;
    z-index: 2;
    padding-top: 30px;
}

.serach-filter-item {
    padding: 0 40px 0 40px;
    margin: 20px 0;
}

.filter-view-title {
    margin-right: 10px;
    font-size: 17.66px;
    color: #3b3b3b;
    letter-spacing: .025em;
    line-height: 1.2;
    font-weight: 500;
    margin-bottom: 20px;
    display: inline-block;
}

.filter-view-switch-group {
    margin-bottom: 25px;
    display: flex;
}

.filter-view-btn {
    width: 50%;
    border: none;
    background: #d6d6d6;
    padding: 10px;
    color: #8e8e8e;
    font-size: 14px;
    text-align: center;
    font-family: 'Muller';
    -webkit-transition: .3s color, .3s background;
    -o-transition: .3s color, .3s background;
    transition: .3s color, .3s background;
    cursor: pointer;
}

.filter-view-btn.active {
    background: #e0ba78;
    color: #fff;
}

.slider-range-group input {
    width: 100px;
}

.ui-slider-handle {
    top: -9px!important;
    margin-left: -14px!important;
    z-index: 2!important;
    width: 28px!important;
    height: 28px!important;
    -webkit-box-sizing: border-box!important;
    box-sizing: border-box!important;
    border: 10px solid #4e4e4e!important;
    border-radius: 50%!important;
    background: #decb9e!important;
    background: -webkit-gradient(linear, right top, left top, from(#decb9e), to(#a7956e))!important;
    background: -o-linear-gradient(right, #decb9e, #a7956e)!important;
    background: linear-gradient(to left, #decb9e, #a7956e)!important;
    cursor: pointer!important;
    outline: 0!important;
}

.search-filter-reset {
    padding: 30px 40px;
    margin: 58px 0 40px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
}

.search-filter-reset a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    text-align: center;
    color: #515151;
    font-size: 15px;
    letter-spacing: .025em;
    font-weight: 500;
    position: relative;
}

.search-filter-reset a:before {
    content: '';
    background: url(/assets/img/refresh.png) no-repeat;
    width: 18px;
    height: 18px;
    display: inline-block;
    background-size: 100% 100%;
    margin-right: 12px;
}

.load-more {
    padding: 65px 20px;
    text-align: center;
    width: 100%!important;
}

.load-more-btn {
    border-radius: 7px/30px;
    padding: 13px 30px;
    min-width: 300px;
    border: 1px solid #959595;
    display: inline-block;
    font-weight: 300;
    font-size: 15px;
    letter-spacing: .055em;
    color: #000;
    cursor: pointer;
}

.load-more-btn:hover {
    color: #000;
    background: #e0ba78;
    border-color: #e0ba78;
    -webkit-transition: .3s background;
    -o-transition: .3s background;
    transition: .3s background;
}

.showed {
    color: #6e6e6e;
    font-size: 14px;
}

.map-result {
    min-height: 600px;
}

/* -------search result box------- */

.search-filter-result {
    -webkit-box-shadow: -29.016px 19.572px 136px 0 rgb(0 0 0 / 15%);
    box-shadow: -29.016px 19.572px 136px 0 rgb(0 0 0 / 15%);
    width: 72.3%;
    background: #f7f7f7;
}

.search-results-wrapper {
    background-color: #fff;
    padding-bottom: 1px;
}

.filter-result-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}

.filter-result-tabs:before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 27px;
    height: 41px;
    background: url(/assets/img/pointer.svg);
    background-size: 100% 100%;
    content: '';
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    opacity: .3;
}

.filter-view-tab {
    width: calc(50% - 25px);
    margin: 0;
    background: 0 0;
    border: none;
    cursor: pointer;
    position: relative;
    height: 68px;
    padding: 0 15px;
    background: #ebebeb;
    color: rgba(56, 56, 56, .5);
}

.filter-view-tab.active {
    background: #515151;
    color: #d3b573;
}

.filter-result-tabs span {
    font-size: 20px;
    letter-spacing: .025em;
    line-height: 24px;
    font-family: 'Playfair Display', serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: .3s background, .3s color;
    -o-transition: .3s background, .3s color;
    transition: .3s background, .3s color;
}

.filter-result-settings {
    height: 44px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 50px 0 49px 0;
    padding-right: 40px;
    position: relative;
}

.serach-counter-box {
    height: 100%;
    padding-right: 35px;
    position: relative;
    border-top: 2px solid #daba75;
    border-bottom: 2px solid #daba75;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 40px;
    margin-right: 17px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.conter-title {
    color: #464646;
    opacity: .7;
    font-size: 14px;
    letter-spacing: .025em;
    line-height: 15px;
    margin-right: 15px;
}

.counter-result {
    font-size: 28px;
    color: #464646;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
}

.counter-result:after {
    position: absolute;
    content: '';
    display: block;
    width: 17px;
    height: calc(100% + 6px);
    background: url(/assets/img/result-cut-right.png) center no-repeat;
    background-size: 100% 100%;
    top: -3px;
    left: 100%;
}

.search-box {
    width: 100%;
    margin: 0 30px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    min-height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.search-box.resident-search {
    margin: 0px 0px 0px 30px;
}

.searh-form {
    width: 100%;
}

.filter-search-input {
    width: 100%;
    border: 2px solid #d0d0d0;
    border-radius: 2px;
    background: #fff;
    padding: 8px 20px 5px 45px;
    position: relative;
    background-image: url(/assets/img/search.svg);
    background-position: 20px center;
    background-repeat: no-repeat;
    color: #515151;
    -webkit-transition: .3s border-color;
    -o-transition: .3s border-color;
    transition: .3s border-color;
    height: 100%;
    font-family: 'Muller';
    min-height: 40px;
}

.search-dropdown-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}

.nice-select {
    border: 2px solid #d0d0d0;
    border-radius: 2px;
    height: 43px;
    color: #c4c4c2;
    width: 146px;
}

.nice-select .list {
    border-top: 2px solid #d3b573;
    border-left: 2px solid #d3b573;
    border-right: 2px solid #d3b573;
    border-radius: 2px;
    color: #c4c4bb;
    top: 35px;
    left: -2px;
    width: 146px;
}

.nice-select .option {
    border-bottom: 2px solid #d3b573;
}

.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
    color: #c4c4bb;
    background: #fff;
}

.nice-select.option.selected, .nice-select .option:hover {
    color: #fff;
    background: #d3b573;
}

#sort-filter {
    background-image: url(/assets/img/sort-1.png);
    height: 14px;
    width: 14px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: block;
    margin-left: 10px;
    position: relative;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.sort-down {
    -webkit-transform: rotate(0deg) !important;
    -ms-transform: rotate(0deg) !important;
    transform: rotate(0deg) !important;
}

.search-result-cart {
    display: flex;
    margin-bottom: 15px;
    min-height: 360px;
}

.carousel-item {
    overflow: hidden;
    max-height: 300px;
}

.carousel-item img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.carousel.slide {
    width: 46%;
    min-width: 46%!important;
}

.location {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.cart-info {
    width: 54%;
    padding: 20px 20px 0px 20px;
}

.cart-title {
    font-size: 19px;
    color: #3e3e3e;
    font-weight: bold;
    line-height: 25px;
    letter-spacing: .025em;
}

.map {
    display: inline-block;
    font-size: 16px;
    letter-spacing: .025em;
    padding-left: 30px;
    position: relative;
    opacity: .9;
    margin: 22px 8px 22px 0px;
}

.map:before {
    background-image: url(/assets/img/map-icon.svg);
    position: absolute;
    width: 19px;
    height: 23px;
    background-size: 100% 100%;
    content: '';
    display: block;
    top: 0;
    left: 0;
    opacity: .8;
}

.subway {
    display: inline-block;
    font-size: 16px;
    letter-spacing: .025em;
    padding-left: 30px;
    position: relative;
    opacity: .9;
    margin: 22px 0;
}

.subway:before {
    background-image: url(/assets/img/subway.svg);
    position: absolute;
    width: 19px;
    height: 23px;
    background-size: 100% 100%;
    content: '';
    display: block;
    top: 0;
    left: 0;
    opacity: .8;
}

.house-params {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 7px 0 11px 0;
}

.param {
    display: flex;
    margin-right: 20px;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

.param .text {
    color: #3e3e3e;
    font-size: 16px;
    letter-spacing: .025em;
    opacity: .6;
    vertical-align: bottom;
    display: inline-block;
}

.param .num {
    font-size: 18px;
    color: #515151;
    font-family: 'Playfair Display', serif;
    letter-spacing: .025em;
    display: inline-block;
    font-weight: 700;
    margin-left: 4px;
}

.price {
    font-size: 34px;
    color: #dcbf7f;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    letter-spacing: .01em;
}

.price-per-metr {
    color: #515151;
    font-size: 16px;
}

.actions-box {
    margin: 19px 0;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.btn-view {
    background: #4e4e4e;
    font-size: 13.5px;
    line-height: 25px;
    letter-spacing: .055em;
    font-family: 'Playfair Display', serif;
    color: #ddc184!important;
    padding: 10px 5px;
    display: inline-block;
    border-radius: 7px/30px;
    margin-right: 20px;
    border: 1px solid transparent;
    -webkit-transition: .3s background, .3s border-color;
    -o-transition: .3s background, .3s border-color;
    transition: .3s background, .3s border-color;
    position: relative;
    overflow: hidden;
    width: calc(50% - 10px);
    text-align: center;
    cursor: pointer;
}

.btn-view:hover {
    background: #222;
    -webkit-transition: .3s background;
    -o-transition: .3s background;
    transition: .3s background;
}

.btn-detail {
    background: 0 0;
    border-color: #ddc184!important;
    font-size: 13.5px;
    line-height: 25px;
    letter-spacing: .055em;
    font-family: 'Playfair Display', serif;
    color: #ddc184!important;
    padding: 10px 5px;
    display: inline-block;
    border-radius: 7px/30px;
    margin-right: 20px;
    border: 1px solid transparent;
    -webkit-transition: .3s background, .3s border-color;
    -o-transition: .3s background, .3s border-color;
    transition: .3s background, .3s border-color;
    position: relative;
    overflow: hidden;
    width: 200px;
    text-align: center;
    cursor: pointer;
}

.btn-detail:hover {
    background: #e0ba78;
    border-color: #e0ba78;
    color: #4e4e4e!important;
    -webkit-transition: .3s background;
    -o-transition: .3s background;
    transition: .3s background;
}

.residential-title {
    margin-right: 10px;
    font-size: 17.66px;
    color: #3b3b3b;
    letter-spacing: .025em;
    line-height: 1.2;
    font-weight: 500;
    margin-bottom: 20px;
    display: inline-block;
}

.cart-gallery .slick-next {
    right: 20px;
}

.cart-gallery .slick-prev {
    left: 20px;
    z-index: 2;
}

/* ------presentation------- */

.presentation-desc {
    margin: 45px 0px;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: .055em;
    padding-left: 25px;
    position: relative;
    color: #515151;
}

.presentation-desc span {
    color: #c3ac80;
    font-weight: 700;
    font-family: 'Playfair Display', serif;
    display: block;
}

.load-time {
    font-size: 15px;
    color: #515151;
    letter-spacing: .085em;
    margin-top: 15px;
}

.load-time span {
    color: #daba75;
    font-weight: 800;
}

.releative {
    position: relative;
}

.futures-bg {
    max-width: 400px;
    background: url(/assets/img/person.png) center center no-repeat;
    background-size: contain;
    height: 500px;
    margin: 0 auto;
}

/* ------cards wrapper------- */

.card-wrapper {
    width: 100%;
    height: 100%;
    background: #fff;
    -webkit-box-shadow: 0 3px 20px rgb(0 0 0 / 10%);
    box-shadow: 0 3px 20px rgb(0 0 0 / 10%);
}

.card-img {
    background-size: cover;
    background-position: center;
    height: 230px;
    width: 100%;
}

.card-description {
    height: 170px;
    width: 100%;
    padding: 20px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.card-description h5 {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 1.2;
    margin-bottom: 15px;
    color: #666;
}

.card-description ul {
    list-style: none;
    padding: 0;
    line-height: 1.5;
}

.card-description ul li a {
    font-size: 16px;
    color: #555;
    padding-right: 5px;
}

/* ------testimonials------- */

#testimonials {
    overflow: hidden;
}

/* ------carousel------- */

#gallery {
    overflow: hidden;
}

#main-slider .slider-img img {
    width: 100%;
    max-height: 500px;
}

#main-slider .slick-active {
    padding: 20px 0;
}

#main-slider .slick-center {
    transform: scale(1.08)
}

#main-slider .slick-slide:not(.slick-active) {
    margin: 20px 0;
}

.child {
    width: 100%;
}

.slide:not(.slick-active) {
    cursor: pointer;
}

.pagination {
    text-align: center;
    font-size: 1.2rem;
}

.slick-slide:focus {
    outline: none;
}

.slider-description {
    padding: 25px;
    font-size: 15px;
    min-height: 220px;
}

.slider-card {
    background: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0 3px 20px rgb(0 0 0 / 10%);
    box-shadow: 0 3px 20px rgb(0 0 0 / 10%);
}

/* ------consulting------- */

#conulting {
    text-align: center;
}

.consult-text {
    max-width: 640px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: .055em;
    padding-left: 25px;
    position: relative;
    color: #515151;
}

.consult-text span {
    color: #c3ac80;
    font-weight: 700;
    font-family: 'Playfair Display', serif;
    display: block;
}

.consult-text p {
    margin-bottom: 20px;
}

/* ------footer------- */

.footer .footer-office {
    position: relative;
    height: 700px;
}

.footer .footer-menu {
    min-height: 300px;
    background: #111;
}

.footer .footer-menu .footer-menu-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 60px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    -ms-flex: 1 0;
    flex: 1 0;
}

.compilation div, .footer .footer-menu .footer-menu-item a {
    display: inline-block;
    color: #797979;
    text-decoration: none;
    font-size: 14px;
    padding: 0;
    -webkit-transition: .2s linear;
    -o-transition: .2s linear;
    transition: .2s linear;
    cursor: pointer;
}

.footer .footer-address.footer-address--mobile {
    display: none;
    position: relative;
    text-align: center;
    width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.footer .footer-address {
    left: 10px;
    color: #fff;
    position: absolute;
    bottom: 30px;
}

.footer .footer-hm.footer-hm--mobile {
    display: none;
    position: relative;
    text-align: center;
    width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: 0 0;
}

.footer .footer-menu .footer-menu-item {
    margin: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 200px;
    width: 25%;
    margin: 0;
    padding: 0 20px;
}

.footer .footer-menu .footer-menu-item-title {
    color: #fff;
    font-size: 19px;
    font-weight: 100;
    padding-bottom: 22px;
    position: relative;
    cursor: pointer;
}

.footer .footer-menu .footer-menu-item-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    transition: all 2s linear;
}

.footer-menu-item-content.show {
    display: flex!important;
    transition-property: margin-top;
    transition-delay: 0.3s;
}

.footer .footer-menu .footer-menu-copyright {
    padding: 90px 0 30px;
    text-align: center;
    color: #424242;
    width: 100%;
}

.footer .footer-address-text {
    display: inline-block;
    font-size: 14px;
    width: 260px;
    margin-left: 27px;
    position: relative;
    top: -2px;
}

.sliderText {
    width: 40%;
    margin-bottom: 30px;
    border-bottom: 2px solid red;
    padding: 10px 0 10px 0px;
    font-weight: bold;
}

.ui-slider-horizontal {
    height: .6em;
}

.ui-slider-horizontal {
    margin-bottom: 15px;
    width: 100%;
}

.ui-widget-header {
    background: #d3b573!important;
}

.square-range-search, .price-range-search {
    width: 40.5%;
    background-color: #f9f9f9;
    border: 1px solid #6e6666;
    min-width: 40%;
    display: inline-block;
    height: 32px;
    border-radius: 5px;
    float: left;
    margin-bottom: 20px;
    font-size: 16px;
}

.square-range-field, .price-range-field {
    height: 35px;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 4px;
    border-radius: 4px;
    border: none;
    -webkit-box-shadow: inset 0 0 10px rgb(0 0 0 / 10%);
    box-shadow: inset 0 0 10px rgb(0 0 0 / 10%);
    background: rgba(255, 255, 255, .7);
    width: calc(50% - 12px)!important;
    color: #636363;
    font-size: 14px;
    letter-spacing: .0025em;
    font-family: 'Muller';
}

.search-results-block {
    position: relative;
    display: block;
    clear: both;
}

/* *------mobile-----* */

@media (max-width:1050px) {
    .close-icon {
        display: block;
        height: 25px;
        width: 25px;
        position: absolute;
        right: 35px;
        background: url(../img/close-icon.svg);
    }
    .search-filter-sidebar.modal {
        position: fixed;
        display: block;
        width: 100%;
        left: 0;
        top: 0;
        z-index: 10;
        overflow: auto;
    }
    .mobile-switch-group, .mobile-filter-group {
        display: flex;
        justify-content: flex-end;
    }
    .sort-filter-btn, .mobile-filter-btn {
        justify-content: center;
        align-items: center;
        height: 41px;
        line-height: normal;
        padding: 9px 13px;
        border: 1px solid #e0ba78;
        color: #474747;
        border-radius: 3px;
    }
    .mobile-filter-group a:first-child {
        margin-right: 10px;
    }
    .sort-filter-btn img, .mobile-filter-btn img {
        height: 20px;
    }
    .search-filter-wrapper {
        margin-top: 25px;
    }
    .search-filter-sidebar {
        display: none;
    }
    .search-results-wrapper {
        display: none;
    }
    .search-result-cart {
        flex-direction: column;
    }
    .search-filter-result {
        width: 100%;
        background: #00000000;
        box-shadow: -29.016px 19.572px 136px 0 rgb(255 255 255 / 15%);
    }
    .carousel.slide {
        width: 100%;
        min-width: 100%!important;
    }
    .cart-info {
        width: 100%;
        padding: 20px 0px 20px 25px;
        background: #fff;
    }
    .actions-box {
        flex-direction: column;
    }
    .btn-view {
        width: auto;
        margin-bottom: 15px;
    }
    .btn-detail {
        width: auto;
    }
    .search-filter-reset {
        margin: 10px 0 40px 0;
    }
    .mobile-show-result {
        display: block;
        padding: 15px 0px;
        color: #6b5c54;
        background: #ede6d9;
    }
    .mobile-show-result.active {
        background: #e0ba78;
    }
    .mobile-show-result div {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        text-align: center;
        color: #515151;
        font-size: 15px;
        letter-spacing: .025em;
        font-weight: 500;
        position: relative;
    }
}

@media (max-width: 992px) {
    .container {
        padding-right: 17px;
        padding-left: 17px;
    }
    .title {
        font-size: 19px;
        line-height: 30px;
        text-align: center;
        font-weight: 400;
    }
    .title span {
        font-size: 2rem;
    }
    .main-top-title {
        display: none;
    }
    .header-group {
        width: auto!important;
    }
    .main-map-wrapper {
        display: none;
    }
    .map__content.map__catalog {
        margin-top: 0px;
    }
    .map__catalog-img {
        display: flex;
        justify-content: center;
    }
    .presentation-box-heading {
        padding: 30px 20px 25px 20px;
        font-size: 30px;
    }
    .presentation-box-text {
        padding: 0 25px;
        margin-bottom: 30px;
    }
    .presentation-desc {
        font-size: 13px;
        line-height: initial;
        text-align: center;
    }
    .futures-bg {
        display: none;
    }
    .presentation-desc+.btn {
        width: 100%;
    }
    .load-time {
        text-align: center;
    }
    .problems-box_text {
        font-size: 14px;
    }
    .problems-box_item {
        margin: 0 auto;
        margin-bottom: 15px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: row;
        width: 100%;
    }
    .problems-box_img {
        flex: none;
        width: 150px;
        margin-right: 10px;
    }
    .consult-text span {
        font-size: 13px;
        line-height: initial;
        text-align: center;
    }
    .consult-text p {
        font-size: 13px;
        line-height: initial;
        text-align: center;
    }
    #consultationForm .modal-consultation-body {
        display: flex;
        flex-direction: column;
    }
    #modal-picture {
        order: 1;
        min-height: 300px;
        width: 100%;
    }
    #consultation-modal-form {
        width: 100%;
        padding: 20px 35px 25px 35px;
        order: 2;
    }
    .modal-heading {
        position: absolute;
        top: 0;
        color: #fff;
    }
    .modal-footer {
        justify-content: center;
    }
    .footer-menu-item-title:after {
        content: '';
        font-weight: 300;
        position: absolute;
        right: 0;
        color: #bcbcbc;
        font-size: 20px;
        font-weight: 700;
        top: 4px;
        -webkit-transition: -webkit-transform .15s;
        transition: -webkit-transform .15s;
        -o-transition: transform .15s;
        transition: transform .15s;
        transition: transform .15s, -webkit-transform .15s;
        background: url(/assets/img/arrow.svg) no-repeat center;
        background-size: 13px;
        width: 20px;
        height: 20px;
    }
    .footer-menu-item-title.active:after {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}

@media (max-width: 768px) {
    .slider-description {
        font-size: 10px;
    }
    #map11 {
        max-height: 400px;
    }
    #consultationForm.modal {
        top: 5%;
    }
    .footer .footer-menu .footer-menu-item-title {
        padding-bottom: 10px;
    }
    .footer .footer-menu .footer-menu-item-title.toggle:after {
        content: '';
        font-weight: 300;
        position: absolute;
        right: -20px;
        color: #bcbcbc;
        font-size: 20px;
        font-weight: 700;
        top: -1px;
        -webkit-transition: -webkit-transform .15s;
        transition: -webkit-transform .15s;
        -o-transition: transform .15s;
        transition: transform .15s;
        transition: transform .15s, -webkit-transform .15s;
        background: url(/assets/img/arrow.svg) no-repeat center;
        background-size: 13px;
        width: 20px;
        height: 20px;
    }
    .footer .footer-menu .footer-menu-item, .footer .footer-menu .footer-menu-item:nth-child(3), .footer .footer-menu .footer-menu-item:nth-child(6) {
        min-width: calc(100% - 20px);
        padding: 10px 30px 0 0;
        margin: 0;
    }
}

@media (max-width: 320px) {
    .switch-btn {
        font-size: 12px;
        padding: 10px 15px;
    }
    .sort-filter-btn, .mobile-filter-btn {
        padding: 9px 8px;
    }
    .mobile-filter-group a:first-child {
        margin-right: 7px;
    }
    .load-more-btn {
        min-width: 250px;
        padding: 13px 20px;
        font-size: 13px;
    }
    .showed {
        font-size: 12px;
    }
}