@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400;500&family=Gilroy:wght@600&display=swap');

* {
    font-family: inherit;
    box-sizing: border-box;
    color: #232323;
    margin: 0;
    padding: 0;
}

h2.services-title {
    margin-bottom: 100px;
}

.banner .container {
    padding: 0;
    height: 100%;
}

body {
    font-family: 'Raleway', Arial, sans-serif;
    font-weight: 400;
    font-size: clamp(12px, 1vw, 16px);
    line-height: 14px;
    color: #232323;
    position: relative;
    overflow-x: hidden;
}

html {
    overflow-x: hidden;
}

.about,
.about p,
.about a,
.about span,
.about div,
.about li,
.about button,
.about input,
.about select,
.about textarea {
    font-family: 'Raleway', Arial, sans-serif !important;
}

.about .container p.about-buts {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 10px;
}

a {
    text-decoration: none !important;
}

#panel {
    z-index: 1111;
    position: relative;
}


.header {
    position: fixed;
    top: 0;
    width: 100%;
    overflow-x: hidden;
    z-index: 1000;
    background-color: #ffffff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.header-container {
    width: 100%;
    margin: 0 auto;
    padding: 15px 40px;
    display: flex;
    align-items: center;
    max-width: 1600px;
    justify-content: space-between;
    height: 73px;
}


.logo-description .description {
    display: flex;
}

.logo-description .description svg {
    margin-bottom: -3px;
    margin-right: 3px;
    display: inline-block;
}

.fa-star-o:before {
    content: "\f006";
    font-size: clamp(37px, 37px, 37px);
}

.popup-city {
    padding: 4px 23px 16px;
    box-shadow: 0px 4px 24px 0px #00000040;
    background-color: #fff;
}

.popup-city::before {
    content: '';
    position: relative;
    top: -39px;

    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 21px solid #ffffff;
    z-index: 4;
    filter: drop-shadow(0 -14px 10px rgba(0, 0, 0, 0.2));
    pointer-events: none;
}


.popup-city p {
    font-family: Raleway, serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    margin-bottom: 5px;
}


.buttons-popup {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}


.buttons-popup button {
    font-family: Raleway, serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    padding: 14px 40px;
    cursor: pointer;
    border: 0px solid black;
}


.buttons-popup .yes {
    background-color: #BE264C;
    color: white;
}


.buttons-popup .no {
    background-color: #383937;
    color: white;
}


.description > a + .popup-city {
    top: 65px;
    position: fixed;
    transform: translate(-30px, 2px);
}

.city-choose .city-title {
    font-family: Raleway, serif;
    font-weight: 600;
    font-size: clamp(24px, 24px, 24px);
    line-height: 90%;
    color: #232323;
}

.city-choose .city-subtitle {
    font-family: Raleway, serif;
    font-weight: 700;
    font-size: clamp(18px, 18px, 18px);
    line-height: 120%;
    margin-bottom: 20px;
}

.social-icons a {
    height: 30px;
}

.social-icons a img {
    width: 30px;
}

.license-agreement.text-center {
    color: #000;
}

.license-agreement.text-center a, .prodact-card__privacy-terms-text a {
    text-decoration: underline !important;
}

.form-field--checkbox {
    margin-top: 20px;
}

.form-field label {
    font-size: 15px;
    color: black;
}

.form-field input::placeholder, .form-field textarea::placeholder {
    color: black;
    font-size: 15px;
}

button.mfp-close {
    color: black;
}

.form-field textarea {
    padding: 8px;
}

#city-choose {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.3);
    z-index: 100000;
    max-width: 999px;
    width: 30%;
    max-height: 80vh;
    overflow-y: auto;
}

.modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
}

.city-title {
    margin-bottom: 35px;
}

.city-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    margin: 0px 0 15px;
}

#cityLink {
    cursor: pointer;
    font-size: 14px;
}
#cityLink > div:first-child {
    display: inline-block; /* или flex */
    flex-shrink: 0; /* запрещаем сжиматься */
}

.city-item {
    padding: 10px;
    cursor: pointer;
    text-align: left;
    color: #000;
    font-family: Raleway, serif;
    font-weight: 400;
    font-size: clamp(18px, 18px, 18px);
    line-height: 120%;
}

.city-input-group {
    display: flex;
    gap: 10px;
    padding: 15px 29px;
    background-color: #E9E9E9;
}

.city-input-group input {
    flex: 1;
    padding: 10px;
}

.city-input-group button {
    padding: 10px 20px;
    background: #232323;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background 0.3s;
}

.modal-close button {
    padding: 10px 10px;
    background: #232323;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background 0.3s;
}

.city-input-group button:hover,
.modal-close button:hover {
    background: #1e1e1e;
}

.modal-close {
    text-align: center;
    margin-top: 20px;
}

.modal-close button {
    background: #6c757d;
}

.modal-close button:hover {
    background: #545b62;
}

.sub__nav-items {
    display: none;
    position: fixed;
    top: 68px;
    flex-direction: column;
    padding: 0px 10px 31px;
    background: white;
}

.nav-item a {
    text-wrap: auto;
}

.nav-item:hover .sub__nav-items {
    display: flex;
    box-shadow: 0px 3px 10px 0px rgba(74, 92, 117, 0.2);
}

.nav-item {
    padding: 24px 0px;
    min-width: 0;
    display: flex;
    gap: 5px;
    align-items: center;
}

.sub__nav-items .sub__nav-item {
    padding: 10px;
}

.sub__nav-item {
    display: flex;
    position: relative;
    align-items: center;
    font-family: Raleway, serif;
    font-weight: 500;
    font-size: clamp(14px, 14px, 14px);
    line-height: 100%;
}

.elems {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0px 0px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.elems li {
    display: block;
    padding: 5px 12px;
    font-family: Raleway, serif;
    font-weight: 300;
    font-size: clamp(12px, 12px, 12px);
    line-height: 100%;
    max-width: 240px;
}

.header-container .logo img {
    width: 100%;
    height: auto;
    display: inline-block;
    max-width: 204px;
    min-width: 93px;
}

.header-container .navigation,
.header-container .logo-description,
.header-container .contacts,
.social-icons {
    display: flex;
    align-items: center;
    gap: 20px;
}

.header-container .navigation {
    gap: 25px;
    margin: 0 30px;
}

.contacts .phone a {
    font-family: Gilroy, sans-serif;
    font-weight: 300;
    font-style: Light;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 100%;
}


.footer {
    background-color: #fff7f9;
    position: relative;
}

.footer__container {
    max-width: 1600px;
    margin: 0 auto;
    padding: 16px 40px
}

.footer__container:nth-of-type(1) {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
}

.footer__logo-section,
.footer__links,
.footer__subscribe,
.footer__contacts {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.footer__logo-section {
    gap: 30px;
}

.footer__logo {
    width: 286px;
    height: auto;
}

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

.footer__description {
    font-size: clamp(20px, 20px, 20px);
    font-weight: 500;
    line-height: 1.2;
    max-width: 385px;
}

.footer__links {
    margin-top: 30px;
}

.footer__title-footer__social {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.footer__subscribe {
    justify-content: space-between;
    padding-top: 20px;
    gap: 20px;
}

.footer__link {
    color: #232323;
    font-size: clamp(14px, 14px, 14px);
    opacity: 0.6;
    transition: opacity 0.3s ease;
}

.footer__link:hover {
    opacity: 1;
}

.footer__subscribe-title {
    font-size: clamp(18px, 18px, 18px);
    line-height: 1.1;
    /*max-width: 347px;*/
}

.footer__subscribe-btn {
    background-color: #be264c;
    color: #ffffff;
    border: none;
    border-radius: 0;
    padding: 20px 40px;
    font-size: clamp(14px, 14px, 14px);
    font-weight: 600;
    font-family: 'Raleway', Arial, sans-serif;
    cursor: pointer;
    transition: background-color 0.3s ease;
    text-align: center;
    display: inline-block;
    width: 531px;
    max-width: 100%;
}

.footer__subscribe-btn:hover {
    background: linear-gradient(0.37turn, #7f1933 0%, #be264c 100%);
}

.footer__contacts {
    gap: 25px;
    padding-top: 20px;
    align-items: flex-end;
    justify-content: space-between;
}

.phone-email {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
}

.footer__social {
    display: flex;
    gap: 20px;
}

.footer__social-icon {
    width: 58px;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
}

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

.footer__phone {
    font-family: 'Gilroy', Arial, sans-serif;
    font-size: clamp(30px, 30px, 30px);
    font-weight: 600;
    line-height: 0.9;
    color: #232323;
    margin-top: 10px;
}

.footer__email {
    font-size: clamp(20px, 20px, 20px);
    font-weight: 500;
    line-height: 1.2;
    color: #232323;
    margin-top: 15px;
}

.footer__link-effect {
    position: relative;
    display: inline-block;
}

.footer__link-effect::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: -2px;
    left: 0;
    background-color: #232323;
    transform: scaleX(0);
    transform-origin: right center;
    transition: transform 0.3s ease;
}

.footer__link-effect:hover::before {
    transform: scaleX(1);
    transform-origin: left center;
}

.footer__subscribe-btn-effect {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.footer__subscribe-btn-effect::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0.37turn, #7f1933 0%, #be264c 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: -1;
}

.footer__subscribe-btn-effect:hover::before {
    opacity: 1;
}

.footer_menu-main {
    display: grid;

    grid-template-columns: 160px repeat(4, 1fr);
    gap: 24px;
    padding: 40px 0px;
}
.footer_menu-title {
    width: 75%;
}

.footer_menu-column {
    padding: 16px 0;
    border-radius: 12px;
}

.footer_menu-column:nth-last-child(1), .footer_menu-column:nth-last-child(2) {
    text-align: left;
}


.footer_menu-column div {
    padding: 8px 0;
    font-family: Raleway;
    font-weight: 700;
    font-size: clamp(16.56px, 16.56px, 16.56px);
    line-height: 24.89px;
    text-transform: uppercase;
}

.footer_menu-item {
    font-family: Raleway, serif;
    font-weight: 600;
    font-size: clamp(11px, 11px, 11px);
    line-height: 100%;
    text-transform: none;
}

.footer_menu-column:last-child div:last-child {
    width: 100%;
}

.footer_menu-column:last-child {
    width: 300%;
}

.footer_menu-column:last-child .footer_menu-items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0px 20px;
}

.footer_menu-column:nth-last-child(2) div {
    width: 230px;
}


.footer_menu-column a {
    color: inherit;
    text-decoration: none;
    display: block;
    padding: 4px 0;
}

/*.footer__subscribe {*/
/*    max-width: 320px;*/
/*}*/
@media (max-width: 1130px) {
    .header-container {
        gap: 8px;
        padding: 12px 40px;
    }

    .social-icons a img {
        width: 22px;
    }

    .footer_menu-main {
        grid-template-columns: repeat(4, 1fr);
    }

    .footer_menu-column:empty {
        display: none;
    }

    .header-container .logo-description,
    .header-container .contacts,
    .header-container .navigation {
        min-width: 0;
        flex-shrink: 1;
    }

    .header-container .contacts {
        flex: 0 1 auto;
    }

    .header-container .navigation {
        flex: 0 1 auto;
        gap: 8px;
        margin: 0;
    }

    .nav-item {
        padding: 12px 0;
    }

    .nav-item a {
        white-space: normal;
        font-size: 14px;
    }

    .contacts .phone a {
        font-size: clamp(14px, 1.2vw, 16px);
    }

    .header-container .logo img {
        max-width: 150px;
    }

    .header-container .logo-description,
    .header-container .contacts,
    .social-icons {
        gap: 6px;
    }

    .social-icons a {
        width: 22px;
        height: 22px;
    }

    .social-icons svg {
        width: 22px;
        height: 22px;
    }

    .button.clearcool.main-menu__favorite-icon .fa-star-o:before,
    .button.clearcool.main-menu__favorite-icon .fa-star:before {
        font-size: 24px;
    }
}


.container {
    max-width: 1600px;
    margin: 0 auto;
    padding: 16px 40px;
}


.banner {
    position: relative;
    vertical-align: middle;
    color: #ffffff;
    font-size: clamp(82px, 82px, 82px);
    font-family: 'Raleway', Arial, sans-serif;
    line-height: 0.9;
    font-weight: 600;
    border-color: transparent;
    border-style: solid;
    height: 674px;
    margin-bottom: 177px;
}

.banner::after {
    content: '';
    position: absolute;
    bottom: -180px;
    left: -10px;
    width: 105%;
    height: 180px;
    background-color: rgb(242 242 242);
    pointer-events: none;
    z-index: 0;
}

.banner-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 0;
}

/***********************************************************************************************/

.banner-content {
    height: 100%;
    padding: 100px 40px 0px;
}


.banner-title {
    vertical-align: middle;
    color: #ffffff;
    font-size: clamp(28px, calc(28px + 54 * ((100vw - 320px) / 1080)), 60px);

    line-height: 0.9;
    font-weight: 600;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    max-width: 880px;
    position: relative;
}


.banner-description {
    vertical-align: middle;
    color: #ffffff;
    font-size: clamp(15px, calc(15px + 11 * ((100vw - 320px) / 1080)), 20px);

    line-height: 31px;
    font-weight: 700;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    max-width: 680px;
    margin-top: 30px;
    position: relative;
}


.stats-container {
    margin: 0;
    position: absolute;
    bottom: -65px;
    width: 100%;
    left: 0;
    display: flex;
    justify-content: center;
    z-index: 1;
}


.stats-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    z-index: 1;
}


.stats-items {
    display: flex;
    justify-content: center;
    gap: 92px;
    padding: 35px 92px;
    background-color: white;
    color: black;
    box-shadow: 0px 3px 10px 0px #495C741A;
    max-width: 1176px;
    margin: 0 auto;
}


.stat-item {
    flex: 0 0 auto;
    gap: 7px;
    display: flex;
    text-align: left;
    padding: 0px 12px;
    font-family: 'Raleway', Arial, sans-serif;
    flex-direction: column;
}


.stat-value {
    line-height: 100%;
    width: fit-content;
    max-width: unset;
    margin: 0 auto 0 0;
    font-family: Gilroy, sans-serif;
    font-weight: 800;
    font-style: ExtraBold;
    font-size: 30px;
    leading-trim: NONE;
    line-height: 100%;
}


.stat-label {
    font-size: clamp(14px, 14px, 14px);
    line-height: 100%;
    max-width: 300px;
    font-weight: 300;
}


.stat-divider {
    width: 1px;
    background-color: #4A5C75;
    margin: 0 4px;
    opacity: .25;
}


.mobile-divider {
    display: none;
}


@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.stats-container {
    animation: fadeInUp 0.8s ease-out 0.6s both;
}


.filter {
    position: relative;
    width: 100%;
    min-height: 500px;
    display: flex;
    align-items: center;
    overflow: hidden;
    color: #fff;
    margin: 0;
    padding: 40px 0;
}

.filter h2 {
    font-family: Raleway, serif;
    font-weight: 700;
    font-size: clamp(28px, 32px, 36px);
    line-height: 75px;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    color: #fff;
}


.filter-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 0;
}


.filter::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 50%);
    z-index: 1;
}

.filter .container {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

.container-filter {
    max-width: 1400px;
    margin: 0 auto;
    padding: 15px;
    background: #fff;
    border-radius: 4.44px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    font-family: Arial, sans-serif;
}

.filter-title {
    font-size: clamp(24px, calc(24px + 8 * ((100vw - 320px) / 1080)), 32px);
    font-weight: bold;
    color: #000;
    margin-bottom: 25px;
}

.property-type-tabs {
    display: flex;
    gap: 30px;
    margin-bottom: 9px;
    padding-bottom: 15px;
    justify-content: center;
    margin-top: 14px;
}

.tab-btn {
    background: none;
    border: none;
    font-family: 'Raleway', Arial, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 100%;
    color: #232323;
    text-transform: uppercase;
    text-align: center;
    padding: 13px 34px;
    cursor: pointer;
    position: relative;
    background-color: #DCDCDC;
    border-radius: 4.44px;
}

.tab-btn.active {
    background-color: #003572;
    color: #fff;
}

.filter-row {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.filter-select {
    flex: 1;
    min-width: 140px;
    position: relative;
    border: 1.11px solid #e0e0e0;
    border-radius: 4.44px;
    background: #fff;
}

.filter-select select {
    width: 100%;
    height: 44.44px;
    padding: 0 34px 0 14px;
    border: none;
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 15.56px;
    font-weight: 700;
    line-height: 44.44px;
    text-align: center;
    text-align-last: center;
    -moz-text-align-last: center;
    text-transform: uppercase;
    color: #333;
    background: transparent;
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    border-radius: 4.44px;
}

.filter-select::after {
    content: '';
    position: absolute;
    top: 50%;
    left: calc(50% + 52px);
    width: 10px;
    height: 6px;
    transform: translateY(-50%);
    pointer-events: none;
    background-repeat: no-repeat;
    background-size: 10px 6px;
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.79207 0.594645C9.85814 0.660718 9.89118 0.736702 9.89118 0.822598C9.89118 0.908493 9.85814 0.984478 9.79207 1.05055L5.17354 5.66908C5.10747 5.73515 5.03149 5.76819 4.94559 5.76819C4.8597 5.76819 4.78371 5.73515 4.71764 5.66908L0.09911 1.05055C0.0330367 0.984478 0 0.908493 0 0.822598C0 0.736702 0.0330367 0.660718 0.09911 0.594645L0.59466 0.0990944C0.660734 0.033021 0.736718 -1.57356e-05 0.822613 -1.57356e-05C0.908509 -1.57356e-05 0.984493 0.033021 1.05057 0.0990944L4.94559 3.99412L8.84062 0.0990944C8.90669 0.033021 8.98267 -1.57356e-05 9.06857 -1.57356e-05C9.15446 -1.57356e-05 9.23045 0.033021 9.29652 0.0990944L9.79207 0.594645Z' fill='black'/%3E%3C/svg%3E");
}

.filter-select:hover {

}

.filter-select:focus-within {

    box-shadow: 0 0 0 3px rgba(74, 144, 226, 0.1);
}

.filter-select select:focus {
    outline: none;
}

.filter-search {
    display: flex;
    max-width: 1400px;
    padding: 10px 13px;
    margin: 0;
    background: #F6F6F699;
    border-radius: 4.44px;
    flex-wrap: nowrap;
}

.search-input {
    width: 100%;
    padding: 10px 20px 10px 44px;
    font-size: clamp(15px, 15px, 15px);
    color: #333;
    margin-right: 13px;
    border-radius: 4.44px;
    border: none;
    text-align: center;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: 24px 24px;
    background-image: url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.6351 20.159C15.895 20.159 20.159 15.895 20.159 10.6351C20.159 5.37528 15.895 1.11133 10.6351 1.11133C5.37528 1.11133 1.11133 5.37528 1.11133 10.6351C1.11133 15.895 5.37528 20.159 10.6351 20.159Z' stroke='%23222222' stroke-opacity='0.6' stroke-width='2.22222' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M17.7783 17.7773L23.3339 23.3329' stroke='%23222222' stroke-opacity='0.6' stroke-width='2.22222' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.search-input::placeholder {
    color: #999;
    font-weight: 400;
}

.search-input:focus {
    outline: none;
    border-color: #003571;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(74, 144, 226, 0.1);
}

.filter-submit {
    text-align: right;
}

.submit-btn, .about .button, .button.form_submit {
    background: #BE264C;
    color: white;
    padding: 12px 144px;
    font-size: clamp(16px, 16px, 16px);
    font-weight: bold;
    cursor: pointer;
    border-radius: 4.44px;
    border-width: 0.83px;
    border-style: solid;
    border-color: #B02349
}

.about .button {
    padding: 12px;
}

.button.form_submit {
    padding: 12px 100px;
}

.submit-btn:hover, .about .button:hover, .button.form_submit:hover {
    background-color: #c64161;
}

.submit-btn:active {
    transform: translateY(0);
}


.catalog {
    padding: 70px 0;
    background: #f2f2f2;
    margin-bottom: 28px;
}

.catalog_main_page {
    max-width: 1200px;
    margin: 0 auto;
    background-color: #f2f2f200;
}

.search-result-map-view__items {
    background-color: #f2f2f200;
}


.catalog .title {
    font-size: clamp(24px, calc(24px + 24 * ((100vw - 320px) / 1080)), 36px);
    font-weight: 600;
    color: #000;
    margin: 0 0 50px 0;
    text-align: center;
    position: relative;
    line-height: 1;
}

.search-result-map-view__items {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 0;
    list-style: none;
}

.search-result-map-view__items > * {
    box-sizing: border-box;
}


.search-result-map-view__item {
    /*border: 1px solid #E8E8E8;*/
    overflow: hidden;
    transition: all 0.3s ease;
    background: #fff;
    height: 100%;
    position: relative;
    width: 100%;
}

.search-result-map-view__item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    border-color: #BE264C;
}


.wr_item {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.wr_item > a {
    display: block;
    text-decoration: none;
    color: inherit;
}


.preview {
    position: relative;
    padding-top: 70%;
    overflow: hidden;
    background: #F5F5F5;
}

.preview img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.wr_item:hover .preview img {
    transform: scale(1.05);
}


.ty {
    position: relative;
    background-color: #BE264C;
    font-weight: normal;
    color: white;
    padding: 12px 16px;
    margin: 0;
    display: inline-block;
    float: right;
    border-radius: 3px;
    top: -30px;
    text-transform: uppercase;
}


.main_info {
    padding: 20px 20px 4px;
}

.search-result-map-view-item.description {
    padding: 4px 20px 20px;

}

.search-result-map-view-item.description a:not(.favorite) {
    min-height: 88px !important;
    display: flex !important;
    flex-direction: column !important;
}


.type {
    font-weight: 700;
    font-style: Bold;
    font-size: 18.85px;
    leading-trim: NONE;
    line-height: 33.08px;
    vertical-align: middle;
}


.price {
    font-size: 18px;
    font-weight: 700;
    color: #BE264C;
    line-height: 1;
}


.search-result-map-view-item.description address {
    font-size: clamp(18px, 14px, 14px);
    line-height: 1.5;
    color: black;
    font-style: normal;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: auto;
    flex: 1 !important;
}


.info__list {
    display: flex;
    gap: 8px;
    padding: 0;
    list-style: none;
    align-items: flex-end;
    margin-top: auto;
}

.info__item {
    font-size: clamp(18px, 13px, 13px);
    /*color: #888;*/
    color: black;
    display: flex;
    align-items: center;
}

.info__item nobr {
    display: flex;
    align-items: center;
}

.info__item sup {
    font-size: clamp(10px, 10px, 10px);
    margin-left: 2px;
}

.button.clearcool.main-menu__favorite-icon {
    display: flex;
    align-items: center;
}

.button.clearcool.main-menu__favorite-icon .fa-star-o:before {
    content: "\f006";
    color: #000000;
}

.button.clearcool.main-menu__favorite-icon .fa-star:before {
    content: "\f005";
    color: #BE264C;
    font-size: clamp(37px, 37px, 37px);
}

.button.clearcool.main-menu__favorite-icon span {
    font-size: clamp(20px, 20px, 20px);
}

.button.clearcool.main-menu__favorite-icon span:not(:empty) {
    color: #BE264C;
}


.favorite {
    position: absolute;
    bottom: 16px;
    right: 15px;
    z-index: 2;
    width: 31px;
    height: 31px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    cursor: pointer;
}

.favorite:hover {
    background: #fff;
    color: #BE264C;
}

.favorite i {
    font: normal normal normal 31px/1 FontAwesome;
    color: #BE264C;
    transition: transform 0.2s ease;
}

.favorite:hover i {
    transform: scale(1.1);
}

.favorite i.fa-star-o:before {
    content: "\f006";
    font-family: "FontAwesome", serif;
}

.favorite i.fa-star:before {
    content: "\f005";
    font-family: "FontAwesome", serif;
}


.favorite.selected i {
    animation: favoritePulse 0.3s ease;
}

@keyframes favoritePulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}


.favorite.loading {
    opacity: 0.5;
    pointer-events: none;
}

.favorite.loading i {
    animation: favoriteSpin 1s linear infinite;
}

@keyframes favoriteSpin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}


.main-banner {
    grid-column: 1 / -1;
    border-radius: 12px;
    overflow: hidden;
    margin-top: 20px;
}

.main-banner a {
    display: block;
    height: 100%;
}

.main-banner picture {
    width: 100%;
    height: 100%;
    display: block;
}

.main-banner img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 12px;
}


.submit-button {
    display: inline-block;
    width: 229px;
    background-color: #BE264C;
    color: white;
    text-transform: none;
    padding: 25px 0;
    font-size: clamp(22px, 22px, 22px);
    font-weight: 600;
    line-height: 100%;
}


/*.search-result-map-view__item::after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    bottom: 0;*/
/*    left: 20px;*/
/*    right: 20px;*/
/*    height: 1px;*/
/*    background: linear-gradient(90deg,*/
/*    rgba(232, 232, 232, 0) 0%,*/
/*    #E8E8E8 50%,*/
/*    rgba(232, 232, 232, 0) 100%);*/
/*}*/
.banner-2 {
    padding-top: 86px;
}

.banner-2 .banner-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px;
}

.banner-2 .main-title {
    vertical-align: middle;
    color: #232323;
    font-size: clamp(28px, 36px, 36px);
    font-family: 'Raleway', Arial, sans-serif;
    line-height: 0.9;
    font-weight: 600;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    text-align: center;
    max-width: 1080px;
    margin-bottom: 40px;
}

.banner-2 .company-description {
    vertical-align: middle;
    color: #232323;
    font-size: clamp(20px, 20px, 20px);
    font-family: 'Raleway', Arial, sans-serif;
    line-height: 1.2;
    font-weight: 500;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    text-align: center;
    max-width: 868px;
    margin-bottom: 62px;
}

.banner-2 .slogan {
    vertical-align: middle;
    white-space: wrap;
    color: #ffffff;
    font-size: clamp(40px, 6vw, 80px);
    font-family: 'Raleway', Arial, sans-serif;
    line-height: 1.2;
    font-weight: 700;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    text-align: center;
}

.banner-2 .image-container {
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 100%;
    height: 388px;
    margin: 20px 0;
}

.banner-2 .banner-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


.adventages {
    position: relative;
    padding: 60px 0 100px;
    background: #f8f9fa;
    margin-top: 100px;
}


.services-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    filter: blur(10px) brightness(1);
    z-index: 1;
}


.services-content {
    position: relative;
    z-index: 2;
}


.services-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-top: 40px;
}


.service-card {
    background: white;
    overflow: hidden;
    padding: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 568px;
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}


.card-image {
    height: 300px;
    overflow: hidden;
    position: relative;
}

.card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.service-card:hover .card-image img {
    transform: scale(1.05);
}


.card-content {
    padding: 10px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}


.card-title {
    font-family: Raleway;
    font-weight: 700;
    font-style: Bold;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 120%;

}


.card-description {
    margin-top: 30px;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 120%;

}


.services-section {
    padding: 100px 0 100px;
}

.services-title {
    font-family: Raleway, serif;
    font-weight: 600;
    font-style: SemiBold;
    font-size: clamp(28px, calc(32px + 16 * ((100vw - 320px) / 1080)), 36px);
    line-height: 90%;
    text-align: center;
}

.services-main {
    display: flex;
    flex-direction: column;
    gap: 70px;

}

.service {
    justify-content: space-between;
    display: flex;
    align-items: stretch;
    gap: 60px;
    min-height: 100%;
    position: relative;
}

.service__info {
    flex: 1 1 0;
    max-width: none;
    min-width: 0;
    display: flex;
    flex-direction: column;
}

.service__info ul {
    margin-top: 18px !important;
}

.service_photo {
    flex: 1 1 0;
    max-width: none;
    min-width: 0;
    display: flex;
    align-self: stretch;
    position: relative;
    overflow: hidden;
}

.services-heading {
    font-family: Raleway, serif;
    font-weight: 600;
    font-style: normal;
    font-size: clamp(28px, calc(32px + 24 * ((100vw - 320px) / 1080)), 36px);
    line-height: 90%;
    letter-spacing: normal;
    margin: 0 0 30px;
}

.service__info p {
    font-family: Raleway, serif;
    font-weight: 500;
    font-style: normal;
    font-size: clamp(20px, 20px, 20px);
    line-height: 120%;
    letter-spacing: normal;
}

.service__info ul {
    list-style: none;
    padding: 0;
    gap: 15px;
    display: flex;
    margin: 0px 0px 25px 48px;
    flex-direction: column;
}

.service__info ul li {
    font-family: Raleway, serif;
    font-weight: 400;
    font-style: normal;
    font-size: clamp(16px, 16px, 16px);
    line-height: 100%;
    letter-spacing: normal;
}

/*.service__info ul li:nth-child(1):before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    left: 0;*/
/*    width: 18px;*/
/*    height: 18px;*/
/*    !*background-image: url("/local/templates/5zvezd2026/img/icon-home-serv1.svg");*!*/
/*    !*background-repeat: no-repeat;*!*/
/*    !*background-position: center;*!*/
/*    !*background-size: contain;*!*/
/*}*/


/*.service__info ul li:nth-child(2):before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    left: 0;*/
/*    width: 18px;*/
/*    height: 18px;*/
/*    !*background-image: url("/local/templates/5zvezd2026/img/icon-home-serv2.svg");*!*/
/*    !*background-repeat: no-repeat;*!*/
/*    !*background-position: center;*!*/
/*    !*background-size: contain;*!*/
/*}*/


/*.service__info ul li:nth-child(3):before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    left: 0;*/
/*    width: 18px;*/
/*    height: 18px;*/
/*    !*background-image: url("/local/templates/5zvezd2026/img/icon-home-serv3.svg");*!*/
/*    !*background-repeat: no-repeat;*!*/
/*    !*background-position: center;*!*/
/*    !*background-size: contain;*!*/
/*}*/
.service__info ul li:before {
    content: '';
    position: absolute;
    left: 0;
    width: 18px;
    height: 18px;
    background-image: url("https://static.tildacdn.com/tild6131-3431-4135-b137-353535333634/Vector.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.cta-button {
    display: inline-block;
    padding: 20px 30px;
    background: #BE264C;
    color: white;
    font-weight: 600;
    text-decoration: none;
    margin-right: 50px;
    border: none;
    cursor: pointer;
    font-family: Raleway, serif;
    font-size: clamp(12px, 1vw, 14px);
    line-height: 100%;
}

.cta-more {
    color: #BE264C;
    text-decoration: underline !important;
    font-family: Raleway, serif;
    font-weight: 600;
    font-size: clamp(12px, 1.5vw, 20px);
    line-height: 120%;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
}

.cta-button:last-child {
    margin-right: 0;
}

.services-image {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    inset: 0;
}

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

.service__buttons {
    margin-top: auto;
    display: flex;
    align-items: center;
}


.clients-section {
    margin-bottom: 100px;
    margin-top: 100px;
}

.clients-title {
    font-family: Raleway, serif;
    font-weight: 600;
    font-style: SemiBold;
    font-size: clamp(28px, 32px, 36px);
    leading-trim: NONE;
    line-height: 90%;
    text-align: center;
    margin-bottom: 50px;
}

.clients-section {
    width: 100%;
    overflow-x: hidden;
}


.clients-marquee {
    width: 100%;
    overflow: hidden;
    padding: 10px 0;
    max-width: 100%;
    position: relative;
    contain: paint;
    clip-path: inset(0);
}

.clients-marquee + .clients-marquee {
    margin-top: 10px;
}

.clients-marquee__track {
    display: flex;
    width: 100%;
    max-width: 100%;
    animation: clientsMarquee 35s linear infinite;
    will-change: transform;
}

.clients-marquee--reverse .clients-marquee__track {
    animation-direction: reverse;
}


.clients-marquee .client-logo {
    width: auto !important;
    flex: 0 0 auto;
    display: flex;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    background: white;
    box-shadow: 0px 2.5px 8.33px 0px rgba(74, 92, 117, 0.2);
    transition: all 0.3s ease;
    padding: 0 25px;
    margin: 0 5px;
}

@keyframes clientsMarquee {
    from {
        transform: translate3d(0, 0, 0);
    }
    to {
        transform: translate3d(-50%, 0, 0);
    }
}


.client-logo img {
    max-height: 52px;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
}


.clients-marquee::-webkit-scrollbar {
    display: none;
}

.clients-marquee {
    -ms-overflow-style: none;
    scrollbar-width: none;
}


.slider {
    overflow: hidden;
    position: relative;
}

.clients-marquee .client-logo {
    animation: fadeIn 0.5s ease forwards;
}


.contacts-section {
    background-color: #fff;
    margin-bottom: 42px;
}

.contacts-title {
    font-size: clamp(28px, calc(32px + 18 * ((100vw - 320px) / 1080)), 36px);
    font-weight: 600;
    color: #1A1A1A;
    margin-bottom: 42px;
    position: relative;
    font-family: Raleway;
    font-weight: 600;
    font-style: SemiBold;
    leading-trim: NONE;
    line-height: 35.83px;
    vertical-align: middle;

}

.contacts-main {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}


.map-container {
    position: relative;
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    max-width: none;
}

.map-container iframe {
    width: 100%;
    height: 100%;
    border: none;
    display: block;
}


.address-text {
    font-family: Raleway;
    font-weight: 500;
    font-style: Medium;
    font-size: clamp(16.67px, calc(16.67px + 3.34 * ((100vw - 320px) / 1080)), 16.67px);
    leading-trim: NONE;
    line-height: 20px;
    vertical-align: middle;
    margin-bottom: 2px;
    max-width: 400px;
}

.work-hours {
    font-family: Raleway, serif;
    font-weight: 400;
    font-style: Regular;
    font-size: clamp(11.67px, calc(11.67px + 4.66 * ((100vw - 320px) / 1080)), 11.67px);
    leading-trim: NONE;
    line-height: 28px;
    vertical-align: middle;
    margin: 0px 0 6px;
}

.contacts-block {
    display: flex;
    gap: 8px;
    margin-bottom: 16px;
    flex-direction: column;
}

.phone-link {
    font-weight: 900;
    font-style: Black;
    font-size: clamp(16.67px, calc(16.67px + 6.66 * ((100vw - 320px) / 1080)), 16.67px);
    line-height: 20px;
    vertical-align: middle;
}

.phone-link:hover {
    color: #003d80;
}

.email-link {
    font-family: Raleway, serif;
    font-weight: 500;
    font-style: Medium;
    font-size: clamp(16.67px, calc(16.67px + 1.34 * ((100vw - 320px) / 1080)), 16.67px);
    line-height: 20px;
    vertical-align: middle;

}

.email-link:hover {
    color: #0056B3;
}

.messengers-block {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 25px;
    max-width: fit-content;
}

.messengers-icons {
    display: flex;
    align-items: center;
    gap: 12px;
}

.messenger-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 37px;
    height: 37px;
}

.messenger-icon:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 15px rgba(0, 86, 179, 0.2);
}

.messenger-icon img {
    width: 37px;
    height: 37px;
    object-fit: contain;
}

.messenger-text {
    font-family: Raleway;
    font-weight: 400;
    font-style: Regular;
    font-size: clamp(11.67px, 11.67px, 11.67px);
    leading-trim: NONE;
    line-height: 14.17px;
    vertical-align: middle;
    max-width: 142px;
    margin: 0px;
}

.contacts-address ul {
    list-style: none;
    margin: 0px;
}

.messenger-text br {
    display: none;
}

.final-message {
    font-family: Raleway;
    font-weight: 500;
    font-style: Medium;
    font-size: clamp(15px, calc(15px + 1.67 * ((100vw - 320px) / 1080)), 16.67px);
    leading-trim: NONE;
    line-height: 20px;
    vertical-align: middle;
}


.filter-select.range {
    position: relative;
}


.filter-select.range > div {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    color: black;

    background-color: #ffffff;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    padding: 12px 15px;
    margin-top: 5px;


    min-width: 200px;
    white-space: nowrap;


    animation: fadeIn 0.2s ease-in-out;
}


.filter-select.range > div input[type="text"] {
    width: 70px;
    padding: 6px 8px;
    border: 1px solid #ddd;
    border-radius: 3px;
    font-size: clamp(14px, 14px, 14px);
    text-align: center;
    transition: border-color 0.2s;
}


.filter-select.range > div input[type="text"]:hover {
    border-color: #999;
}


.filter-select.range > div input[type="text"]:focus {
    outline: none;
    border-color: #007bff;
    box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.25);
}


.filter-select.range > div span,
.filter-select.range > div .separator {
    margin: 0 5px;
    color: #666;
    font-size: clamp(14px, 14px, 14px);
}

.filter-select.range > div::before {
    content: '';
    position: absolute;
    top: -6px;
    left: 15px;
    width: 12px;
    height: 12px;
    background-color: #ffffff;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    transform: rotate(45deg);
    box-shadow: -2px -2px 4px rgba(0, 0, 0, 0.05);
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-5px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.media-mobile {
    display: none;
}


.mobile-menu {
    display: none;
}

.mobile-menu-panel {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    z-index: 1000;
    transform: translateY(-100%);
    transition: transform 0.4s ease-in-out;
    overflow-y: auto;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.mobile-menu-panel.open {
    display: block;
    transform: translateY(0);
    z-index: 1002;
}

.mobile-menu-panel__inner {
    padding: 60px 20px 30px;
    max-width: 500px;
    margin: 0 auto;
}

.mobile-menu-close {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 40px;
    line-height: 40px;
    color: #333;
    text-decoration: none;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color 0.3s;
    z-index: 1002;
}

.mobile-menu-close:hover {
    color: #ff0000;
}

.mobile-menu-panel .nav-item {
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    position: relative;
}

.mobile-menu-panel .nav-item > a {
    font-size: 18px;
    font-weight: 500;
    color: #333;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 10px;
    transition: color 0.3s;
}

.mobile-menu-panel .nav-item > a:hover {
    color: #007bff;
}

.mobile-menu-panel .nav-item > img {
    position: absolute;
    right: 0;
    top: 15px;
    cursor: pointer;
    transition: transform 0.3s;
    z-index: 5;
    width: 13px;
}

.footer__link {
    width: fit-content;
}

.mobile-menu-panel .nav-item.open > img {
    transform: rotate(90deg);
}

.mobile-menu-panel .mob-sub__nav-items {
    display: none;
    padding-left: 10px;
    margin-top: 10px;
    position: relative;
}

.mobile-menu-panel .nav-item.open .mob-sub__nav-items {
    display: block;
}

.mobile-menu-panel .mob-sub__nav-item {
    display: flex;
    align-items: center;
    padding: 10px 0;
    color: #666;
    text-decoration: none;
    font-size: 16px;
    border-bottom: 1px solid #f5f5f5;
    transition: background-color 0.3s;
    width: 100%;
    line-height: 1.2rem;
    white-space: normal;
}

.mobile-menu-panel .mob-sub__nav-item:hover {
    background-color: #f9f9f9;
}

.mobile-menu-panel .mob-sub__nav-item p {
    margin: 0;
    flex: 1;
}

.mobile-menu-panel .nav-item {
    transform: translateY(-20px);
    opacity: 0;
    transition: transform 0.3s, opacity 0.3s;
    transition-delay: calc(0.1s * var(--item-index, 1));
}

.mobile-menu-panel.open .nav-item {
    transform: translateY(0);
    opacity: 1;
    flex-direction: column;
}

.burger-button {
    display: flex;
    width: 30px;
    height: 30px;
    padding: 3px 0;
    position: relative;
    border: none;
    cursor: pointer;
    z-index: 1001;
    background: #be264c;
    align-items: center;
    flex-direction: column;
    justify-content: space-evenly;
}

.burger-button span {
    display: block;
    width: 18px;
    height: 2px;
    background-color: #fff;
    transition: all 0.3s ease;
}

.burger-button span:nth-child(1) {
    top: 0;
}

.burger-button span:nth-child(2) {
    width: 14px;
}

.burger-button span:nth-child(3) {
    top: 20px;
}


.banner-content {
    display: flex;
    flex-direction: column;
    margin-top: 72px;
}


.filter-select.range:nth-last-child(2) input::placeholder, .filter-select.range:last-child input::placeholder {
    font-size: 0;
}

article.contacts {
    margin-top: 100px;
}

@media screen and (min-width: 40.063em) {


    .search-result-map-view__items {
        grid-template-columns: repeat(3, 1fr);
        margin-bottom: 30px;
    }
}

@media (min-width: 992px) and (max-width: 1240px) {
    .footer__subscribe {
        max-width: 324px;
    }

}

@media (min-width: 1024px) {
    .stat-item {
        padding: 0px 0px;
    }

    .main-banner {
        grid-column: span 2;
        margin-top: 0;
    }

    .stat-label {
        max-width: 220px;
    }
}
@media (max-width: 1024px) {
    .stats-items {
        padding: 35px 15px;
        gap: 13px;
    }
    .button.form_submit {
        padding: 12px 50px;
    }
}
@media (max-width: 1000px) {

    .header-container {
        justify-content: space-between;
    }

    .banner-content {
        padding: 32px 24px;
    }

    .banner-title {
        font-size: 50px;
        max-width: 624px;
    }

    .banner-description {
        font-size: 16px;
        max-width: 415px;
        font-weight: 700;
        font-style: Bold;
        leading-trim: NONE;
        line-height: 120%;
        margin-top: 24px;
    }

    .banner {
        height: 480px;
        margin-bottom: 108px;
    }

    .stats-container {
        bottom: -80px;
    }

    .stat-label {
        font-size: 12px;
    }

    .filter h2 {
        font-size: 30px;
        line-height: 1;
    }

    .property-type-tabs {
        gap: 12px;
    }

    .tab-btn {
        font-size: 12px;
        padding: 8px 20px;
    }

    .filter-select select {
        font-size: 9px;
        height: 27px;
        line-height: 27px;
    }

    .filter-row {
        gap: 6px;
    }

    .filter-select {
        min-width: 101px;
    }

    .filter-select::after {
        left: calc(50% + 43px);
        width: 6px;
        height: 4px;
        background-size: 6px 4px;
    }

    .filter {
        min-height: 282px;
    }

    .catalog .title {
        margin-bottom: 30px;
        font-size: 30px;
    }

    .catalog {
        padding-top: 47px;
        padding-bottom: 40px;
    }

    .type {
        font-size: 12px;
    }

    .price {
        font-size: 12px;
    }

    .ty {
        font-size: 10px;
        padding: 5px;
    }

    .main_info {
        padding: 8px 12px;
    }

    .search-result-map-view-item.description {
        padding: 0 12px 19px;
    }

    .search-result-map-view-item.description address {
        font-size: 11px;
    }

    .info__item {
        font-size: 11px;
    }

    .search-result-map-view-item.description a:not(.favorite) {
        min-height: 0 !important;
    }

    .favorite {
        transform: scale(.6);
        bottom: 8px;
    }

    .submit-button {
        padding: 12px 0;
        font-size: 14px;
        width: 140px;
    }

    .banner-2 .main-title {
        font-size: 30px;
        line-height: 1;
        max-width: 661px;
    }

    .banner-2 .company-description {
        font-weight: 500;
        font-style: Medium;
        font-size: 12.25px;
        leading-trim: NONE;
        line-height: 120%;
        text-align: center;
        max-width: 531px;
    }

    .banner-2 .main-title {
        margin-bottom: 25px;
    }

    .banner-2 .company-description {
        margin-bottom: 37px;
    }

    .banner-2 .image-container {
        margin: 0;
    }

    .banner-2 .slogan {
        font-size: 49px;
    }

    .banner-2 .image-container {
        height: 239px;
    }

    .card-title {
        font-size: 14.25px;
    }

    .card-description {
        font-size: 14px;
        margin-top: 18px;
    }

    .services-cards {
        margin-top: 0;
    }

    .service-card {
        min-height: auto;
    }

    .services-heading {
        font-size: 29.4px;
    }

    .service__info p {
        font-size: 12px;
    }

    .service__info ul li {
        font-size: 10px;
    }

    .service {
        align-items: stretch;
    }

    .service__info {
        height: auto;
    }

    html .service_photo {
        flex: 0 0 384px;
        align-self: stretch;
        height: auto;
    }

    .service_photo .services-image {
        height: 100%;
        width: 100%;
    }

    .service_photo .services-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .cta-button {
        padding: 12px 18px;
        font-size: 12px;
        margin-right: 30px;
    }

    .cta-more {
        font-size: 12px;
    }

    .service__info ul li:before {
        width: 10px !important;
        height: 10px !important
    }

    .service__info ul {
        margin-left: 24px;
    }

    .services-main {
        gap: 40px;
    }

    h2.services-title {
        margin-bottom: 60px;
    }

    .services-section {
        padding-top: 60px;
        padding-bottom: 70px;
    }

    .client-logo img {
        max-height: 32px;
    }

    .clients-marquee .client-logo {
        min-height: 32px;
        padding: 0 0px;
    }

    .clients-marquee {
        padding: 0;
        overflow: visible;
    }

    .clients-title {
        margin-bottom: 30px;
        font-size: 30px;
        line-height: 1;
    }

    .contacts-section {
        padding-top: 0;
    }

    .contacts-title {
        font-size: 24px;
        margin-bottom: 25px;
    }

    .address-text {
        font-size: inherit;
        line-height: 24px;
        margin-bottom: 2px;
        max-width: 272px;
    }

    .work-hours {
        font-size: 14px;
    }

    .phone-link {
        font-size: 20.42px;
    }

    .email-link {
        font-size: 20.42px;
    }

    .contacts-block {
        gap: 5px;
    }

    .messenger-icon img,
    .messenger-icon {
        width: 22px;
        height: 22px;
    }

    .messengers-icons {
        gap: 5px;
    }

    .messengers-block {
        gap: 10px;
    }

    .final-message {
        font-weight: 500;
        font-style: Medium;
        font-size: 10.21px;
        leading-trim: NONE;
        line-height: 12.25px;
        vertical-align: middle;
    }
}

@media (max-width: 992px) {
    .footer__subscribe-title {
        font-size: 12px;
    }

    .footer__social {
        gap: 0px;
    }

    .footer__social-icon img {
        max-width: 70%;
        height: auto;
    }

    .footer_menu-column div {
        font-size: clamp(12px, 1vw, 16px);
        padding: 0;
    }

    .footer_menu-item {
        font-size: 8px;
    }

    .footer__description {
        font-size: 15px;
    }

    .footer__subscribe-btn {
        width: 317px;
    }

    .footer__phone {
        font-size: 20px;
    }

    .footer__email {
        font-size: 15px;
    }

    .banner-2 .slogan {
    }

    .footer__logo {
        width: 200px;
    }

    .footer__title-footer__social {
        max-width: 370px;
    }

    .footer_menu-main {
        grid-template-columns: repeat(4, 1fr);
    }

    .stats-container {
        max-width: 100%;
        display: flex;
        justify-content: center;
    }

    .header-container .navigation, .header-container .logo-description, .header-container .contacts, .social-icons {
        gap: 10px;
    }

    .stat-value {
        font-size: 24px;
    }

    .contacts .phone a {
        font-size: 18px;

    }

    .social-icons svg {
        width: 20px;
    }

    .button.clearcool.main-menu__favorite-icon .fa-star-o:before {
        font-size: 20px;
    }

    .header-container .logo img {
        max-width: 130px;
    }

    .stats-items {
        padding: 25px 30px;
        transform: translate(0%, -30%);
        gap: 30px;
    }


    .service__info {
        max-width: 100%;
    }

    .service_photo {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .contacts-section {
        padding: 60px 0;
    }

    .map-container {
        height: 350px;
    }
}

@media (max-width: 860px) {


    .services-cards {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }

    .clients-marquee .client-logo {
        height: 55px;
        padding: 0 20px;
    }

    .client-logo img {
        max-width: none;
        max-height: 41px;
    }

    .contacts .phone a {
        font-size: 16px;
    }
}

@media (max-width: 840px) {

    .logo-description {
        width: 75%;
    }

    .contacts-main {
        flex-direction: column;
        justify-content: flex-start;
        gap: 24px;
        text-align: center;
    }

    .map-container {
        max-width: 100%;
    }

    .cta-more, .service__info ul {
        display: none;
    }

    .service__buttons {
        margin-top: 30px;
    }

    .footer_menu-column > div:first-child {
        cursor: pointer;
        position: relative;
        width: 100% !important;
    }


    .footer_menu-column > div:first-child::after {
        content: '';
        width: 6px;
        height: 6px;
        border: solid #232323;
        border-width: 0 1px 1px 0;
        transform: rotate(45deg);
        display: inline-block;
        margin-left: 8px;
        margin-bottom: 2px;
        top: 5px;
        position: absolute;
    }


    .footer_menu-column.open > div:first-child::after {
        content: 'x';
        transform: rotate(
                0deg);
        border: none;
        font-size: 11px;
        top: 1px;
        font-weight: 600;
    }


    .footer_menu-items {
        display: none !important;
    }


    .footer_menu-column.open .footer_menu-items {
        display: block !important;
    }


    .footer_menu-column:not(:has(.footer_menu-items)) > div:first-child::after {
        display: none;
    }

    .footer_menu-column:not(:has(.footer_menu-items)) > div:first-child {
        cursor: default;
    }

    .footer__links.media-mobile {
        display: flex;
        flex-direction: column;
        align-items: center;
        color: #000;
    }

    a.footer__subscribe-btn.footer__subscribe-btn-effect.media-mobile {
        width: 319px;
        margin-top: 20px;
        margin-left: auto;
        margin-right: auto;
    }

    .footer_menu-column a {
        padding: 4px;
        font-size: clamp(10px, 1.5vw, 11px);
        color: #444444;
    }

    .footer_menu-column div:last-child {
        width: 100%;
        margin-bottom: 10px;
    }

    .footer__phone {
        font-family: 'Raleway', Arial, sans-serif;
    }

    .footer__contacts {
        padding-top: 0px;
    }

    .footer__container:nth-of-type(1) {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

    .footer__logo-section {
        gap: 10px;
    }

    .footer__description {
        text-align: center;
    }

    .footer__logo {
        width: 290px;
    }

    .footer__logo-section .footer__links {
        display: none;
    }

    .media-mobile {
        display: block;
    }


    .button.clearcool.main-menu__favorite-icon .fa-star-o:before {
        font-size: 25px;
    }

    .social-icons svg {
        width: 25px;
    }

    .contacts .phone a {
        font-size: 14px;
    }

    .footer_menu-main {
        padding: 20px;
        gap: 0;
        justify-content: flex-start;
        display: flex;
        flex-direction: column;
        padding-top: 0;
        align-items: center;
    }

    .footer_menu-column {

        min-width: 240px;
        padding: 0;
        width: fit-content;
        text-align: center !important;
    }


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

    .stats-items {
        flex-direction: row;
        padding: 20px;
        width: calc(100% - 40px);
        gap: 4px;
        transform: translate(0%, -50%);
    }

    .stat-item {
        margin-bottom: 20px;
        padding: 10.5px 0;
    }

    .stat-item:last-child {
        margin-bottom: 0;
    }

    .mobile-divider {
        display: block;
        height: 1px;
        width: 80%;
        margin: 0 auto 0;
        background-color: rgba(255, 255, 255, 0.3);
    }

    .main-filter {
        padding: 0;
        width: 100%;
    }

    .property-type-tabs {
        gap: 0 !important;
        flex-direction: column;
        padding: 0;
        width: 100%;
        margin-bottom: 0;
    }

    .filter-select {
        flex: 0 0 calc(50% - 8px);
    }

    .submit-btn {
        width: 36px !important;
        height: 36px !important;
        font-size: 0;
        line-height: 0;
        color: transparent;


        background-image: url('data:image/svg+xml,<svg width="21" height="21" viewBox="0 0 21 21" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.83543 16.7473C13.2052 16.7473 16.7476 13.2049 16.7476 8.83519C16.7476 4.46546 13.2052 0.923096 8.83543 0.923096C4.4657 0.923096 0.92334 4.46546 0.92334 8.83519C0.92334 13.2049 4.4657 16.7473 8.83543 16.7473Z" stroke="white" stroke-opacity="0.6" stroke-width="1.84615" stroke-linecap="round" stroke-linejoin="round"/><path d="M14.7695 14.7693L19.3849 19.3847" stroke="white" stroke-opacity="0.6" stroke-width="1.84615" stroke-linecap="round" stroke-linejoin="round"/></svg>');
        background-repeat: no-repeat;
        background-position: center;
        background-size: 20px;
        white-space: nowrap;


        display: block !important;
        border: none;

        cursor: pointer;


        min-width: 40px;
        max-width: 40px;
        padding: 0;
        margin: 0;


        box-sizing: border-box;
    }

    .catalog {
        padding: 40px 0;
    }

    .catalog .title {
        margin-bottom: 25px !important;
        font-size: 24px !important;
        position: relative;
        top: 0px;
        width: 100%;
        font-family: Raleway;
        font-weight: 600;
        text-align: center;
        vertical-align: middle;
    }

    .main-page-catalog-list-fix {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .search-result-map-view__item {
        max-width: 400px;
        margin: 0 auto;
    }

    .adventages {
        padding: 20px 0;
    }

    .services-cards {
        grid-template-columns: 1fr;
        gap: 20px;
        max-width: 319.89px;
        margin-left: auto;
        margin-right: auto;
    }

    /*.card-image {*/
    /*    height: 180px;*/
    /*}*/
    .card-content {
        padding: 10px 0px;
    }

    .service-card {
        min-height: 486px;
    }

    .card-title {
        min-height: auto;
    }

    .container {
        padding: 16px 20px;
    }

    .clients-marquee {
        margin-bottom: 15px;
        width: 100%;
        overflow: hidden !important;
    }

    .clients-marquee .client-logo {
        height: 50px;
        padding: 0 15px;
        box-shadow: 0px 2px 6px 0px rgba(74, 92, 117, 0.15);
    }

    .filter-select.range > div {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 90%;
        max-width: 300px;
        white-space: normal;
        text-align: center;
    }

    .filter-select.range > div::before {
        display: none;
    }

    .filter-select.range > div input[type="text"] {
        width: 100px;
    }

    section.contacts-section {
        display: none;
    }

    article .contacts-section {
        margin: 0px;
        display: block;
    }

    .contacts-section {
        padding: 40px 0;
    }

    .consultation-form .expert-img {
        height: auto;
    }

    .consultation-form .form-container {
        padding-bottom: 20px;
    }

    .contacts-title {
        margin-bottom: 30px;
        font-family: Raleway;
        font-weight: 600;
        font-style: SemiBold;
        font-size: 24px;
        leading-trim: NONE;
        line-height: 21.23px;
        text-align: center;
        vertical-align: middle;
    }

    .map-container {
        height: 300px;
    }

    .address-block {
        padding: 20px;
        font-family: Raleway;
        font-weight: 500;
        font-style: Medium;
        font-size: 14.77px;
        leading-trim: NONE;
        line-height: 17.72px;
        text-align: center;
        vertical-align: middle;

    }

    .contacts-block {
        flex-direction: column;
        align-items: center;
        gap: 20px;
        text-align: center;
    }

    .messengers-block {
        flex-direction: column;
        align-items: center;
        border-radius: 20px;
        padding: 20px;
        max-width: 100%;
    }

    .messenger-text {
        font-family: Raleway;
        font-weight: 400;
        font-style: Regular;
        font-size: 11.08px;
        leading-trim: NONE;
        line-height: 13.29px;
        text-align: center;
        vertical-align: middle;
    }

    .messenger-text br {
        display: inline;
    }

    .messenger-icon img, .messenger-icon {
        width: 44px;
        height: 44px;
    }

    .final-message {
        padding: 20px;
        font-family: Raleway;
        font-weight: 500;
        font-style: Medium;
        font-size: 14.77px;
        leading-trim: NONE;
        line-height: 17.54px;
        text-align: center;
        vertical-align: middle;
    }

    .consultation-form .expert-content {
        height: 100%;
    }

    .expert-content {
        margin: 0px;
    }

    .consultation-form .form-left, .consultation-form .form-right {
        padding: 10px 0px 0px;
    }

    .services-section {
        padding: 48px 0;
    }

    .footer_menu-column:last-child {
        width: 100%;
    }

    .main-menu__favorite-item {
        margin-right: 10px;
    }

    .header-container .navigation, .header-container .contacts .phone {
        display: none;
    }

    .contacts-address ul {
        list-style: none;
        margin: 0px;
        font-size: 14px;
    }

    .service {
        padding: 24px 0;
        flex-direction: column;
        gap: 30px;
        width: 100%;
    }

    /*.service_photo .services-image img {*/
    /*    object-fit: contain;*/
    /*}*/
    html .service_photo {
        flex: 0 0 324px;
    }

    .header-container .contacts {
        gap: 4px;
        justify-content: center;
    }

    .cta-button {
        display: block;
        width: 100%;
        margin-right: 0 !important;
        margin-bottom: 11.08px;
        text-align: center;
        padding: 20px 16px !important;
    }

    .footer__subscribe {
        display: none;
    }

    .footer_menu-main {
        flex-direction: column;
        /*gap: 10px;*/
        padding: 15px;
    }

    .footer_menu-column {
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        padding-bottom: 10px;
    }

    .footer_menu-column:last-child {
        border-bottom: none;
    }

    .stats-items {
        padding: 15px;
    }

    .filter-select {
        flex: 0 0 100%;
        padding: 0;
        padding-bottom: 9px;
        height: 36px;
    }

    .catalog {
        padding-top: 64px !important;
        padding-bottom: 30px !important;
    }

    .wr_item > a > div:not(.preview) {
        padding: 15px;
    }

    .search-result-map-view-item__description address {
        font-size: clamp(13px, 13px, 13px);
        -webkit-line-clamp: 2;
        height: 42px;
    }

    .submit-button {
        width: 100% !important;
        max-width: 140.26px;
        padding: 12.25px 30.13px !important;
        font-size: 13.48px !important;
    }

    .clients-marquee .client-logo {
        height: 41px;
        padding: 0 12px;
    }

    .description {

    }

    .description > a {
        border-left-width: 5px;
        margin-bottom: -8px;
        font-family: Roboto, sans-serif;
        font-weight: 400;
        font-size: 10.01px;
        line-height: 16.07px;
        vertical-align: middle;
    }

    .popup-city p {
        margin-bottom: 20px;
    }

    .buttons-popup {
        gap: 12px;
    }

    .buttons-popup button {
        padding: 9px 12px;
        min-width: 55px;
        border-width: 2px;
        box-shadow: 0 5px 0 #cbd2e0, 0 10px 16px -10px rgba(0, 0, 0, 0.2);
    }

    .buttons-popup button:hover {
        transform: translateY(-2px);
        box-shadow: 0 7px 0 #b7c2d6, 0 14px 20px -12px #03102e3a;
    }

    .buttons-popup button:active {
        transform: translateY(3px);
        box-shadow: 0 3px 0 #b7c2d6, 0 6px 12px -8px #00000030;
    }

    .banner-title {
        font-weight: 600;
        font-size: 25.85px;
    }

    .banner-description {
        font-size: 12.92px;
        vertical-align: middle;
        margin-top: 30px;
    }

    .address-text, .address-block, .work-hours, .messengers-block, .messenger-text {
        padding: 0px;
        margin: 0px auto;
    }

    .work-hours {
        font-family: Raleway;
        font-weight: 400;
        font-style: Regular;
        font-size: 12.92px;
        leading-trim: NONE;
        line-height: 15.51px;
        text-align: center;
        vertical-align: middle;
        margin-top: 15px;
    }

    .banner {
        height: 469.85px;
        margin-bottom: 73px;
    }

    .landing-bg h2 {
        display: none;
    }

    .stat-label {
        margin: 0 auto;
    }

    .stat-value {
        font-size: 18.46px;
        font-family: Gilroy, Arial, sans-serif;
        margin: 0 auto;
    }

    .stat-item {
        text-align: center;
        margin-bottom: 0;
    }

    .stats-container {
        bottom: 0px;
    }

    .landing-bg {
        width: 100%;
        margin: 0 auto;
    }

    .filter .filter-background {
        background-image: none !important;
    }

    .filter::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #F6F6F6;
        z-index: 1;
    }

    .type {
        font-size: 10.26px;
    }

    .price {
        font-size: 10.26px;
    }

    .main_info {
        padding: 8px 12px;
    }

    .catalog .container {
        background: #F2F2F2;
        position: relative;
        padding: 0 10px;
    }

    p {
    }

    section.catalog .container p a {
        position: absolute;
        top: 8px;
    }

    section.catalog .container p {
        position: relative;
        display: flex;
        justify-content: center;
    }

    .search-result-map-view__items {
        margin-bottom: 0;
    }

    .banner-2 .main-title {
        font-size: 24px;
        line-height: 21.23px;
        /*max-width: 257px;*/
    }

    .banner-2 {
        padding-top: 64px;
    }

    .banner-2 .company-description {
        width: 275px;
        font-family: Raleway;
        font-weight: 500;
        font-style: Medium;
        font-size: 14.77px;
        line-height: 17.54px;
        text-align: center;
        vertical-align: middle;
    }

    .banner-2 .image-container {
        height: 487px;
        width: 319.89px;
    }

    .banner-2 .slogan {
        font-family: Raleway;
        font-weight: 700;
        font-style: Bold;
        font-size: 29.54px;
        line-height: 35.08px;
        text-align: center;
        vertical-align: middle;

    }

    .adventages .services-background {
        background: #F5F3ED;
        background-image: none !important;
    }

    .adventages {
        margin-top: 0;
    }

    h2.services-title {
        font-family: Raleway;
        font-weight: 600;
        font-style: SemiBold;
        font-size: 24px;
        line-height: 21.23px;
        text-align: center;
        vertical-align: middle;
        margin-bottom: 0;
    }

    .service:first-child .services-heading {
        text-align: left;
    }
    .clients-section {
        margin-bottom: 0;
        margin-top: 0;
    }
    .services-heading {
        text-align: center;
        ffont-family: Raleway;
        font-weight: 600;
        font-style: SemiBold;
        font-size: 24px;
        leading-trim: NONE;
        line-height: 100%;
        vertical-align: middle;
    }

    html .service_photo {
        align-self: stretch;
        height: auto;
    }

    .services-main {
        align-items: center;
    }

    .clients-title {
        font-family: Raleway;
        font-weight: 500;
        font-style: Medium;
        font-size: 14.77px;
        leading-trim: NONE;
        line-height: 17.54px;
        vertical-align: middle;
        text-align: left;
    }

    .footer__container {
        max-width: 319px;
        margin: 0 auto;
        padding: 0px 40px;
    }

    .footer {
        padding: 30px 20px;
    }

    .search-input {
        padding: 0;
        font-size: 9.23px;
        color: #333;
        margin-right: 13px;
        border-radius: 4.44px;
        border: none;
        text-align: center;
        background: #fff;
        box-shadow: 0px 0.92px 1.85px 0.92px #0000001A inset;
    }

    .tab-btn {
        padding: 8px 20px;
        font-family: Raleway;
        font-weight: 400;
        font-size: 12.92px;
        line-height: 100%;
        text-align: center;
        vertical-align: middle;
        text-transform: uppercase;
        border-radius: 1.85px;
        color: #fff;
    }

    .container-filter {
        padding: 0px;
    }

    .filter-row {
        gap: 2px;
        border: none;
    }

    .filter-select.range:nth-last-child(2) div,
    .filter-select.range:last-child div {
        position: inherit;
        width: 100%;
        max-width: 100%;
        background: #f6f6f6;
        box-shadow: none;
        border: none;
        animation: none;
        font-size: 0;
        display: flex !important;
        justify-content: space-between;
        gap: 7px;
    }


    .filter-select.range:nth-last-child(2),
    .filter-select.range:last-child {
        display: block !important;
        background: transparent;
        position: relative;
        padding-top: 0px;
        height: inherit;
        margin-top: 0px;
        border: none;
        box-shadow: none;
        padding-bottom: 0;
    }

    .filter-select.range:nth-last-child(2) select,
    .filter-select.range:last-child select {
        display: none !important;
    }

    .filter-select::after {
        content: none;
    }

    .filter-select.range:nth-last-child(2):focus-within,
    .filter-select.range:last-child:focus-within {
        border: none;
        box-shadow: none;
    }

    .filter-select.range:nth-last-child(2) input,
    .filter-select.range:last-child input {
        width: 168px !important;
    }

    .filter-select select {
        font-family: Roboto;
        font-weight: 700;
        font-style: Bold;
        font-size: 12.92px;
        leading-trim: NONE;
        line-height: 36.92px;
        text-align: center;
        vertical-align: middle;
        text-transform: uppercase;
        padding: 0;
    }

    .filter-select.range:nth-last-child(2):before {
        content: 'Площадь';
        font-family: Roboto;
        font-weight: 400;
        font-size: 14.77px;
        line-height: 22.15px;
        text-align: center;
        vertical-align: middle;
        position: absolute;
        z-index: 10002;
        left: 40px;
        top: 0px;
    }

    .filter-select.range:nth-last-child(1):before {
        content: 'Стоимость';
        font-family: Roboto;
        font-weight: 400;
        font-size: 14.77px;
        line-height: 22.15px;
        text-align: center;
        vertical-align: middle;
        position: absolute;
        z-index: 10002;
        left: 40px;
        top: 0px;
    }

    .container-filter {
        background: #f6f6f6;
        box-shadow: none;
    }

    .filter {
        padding: 0;
    }

    .filter-select.range:nth-last-child(2) input::placeholder, .filter-select.range:last-child input::placeholder {
        font-family: Raleway;
        font-weight: 600;
        font-style: SemiBold;
        font-size: 12px;
        line-height: 100%;
        vertical-align: middle;
        text-align: left;
        color: #E5E4E4;

    }
    .footer_menu-column:nth-of-type(1) { order: 1; }  /* О компании */
    .footer_menu-column:nth-of-type(2) { order: 5; }  /* Услуги агентства недвижимости */
    .footer_menu-column:nth-of-type(3) { order: 2; }  /* Продажа Коммерция */
    .footer_menu-column:nth-of-type(4) { order: 3; }  /* Аренда Коммерция */
    .footer_menu-column:nth-of-type(5) { order: 4; }  /* Продажа Жилая недвижимость */
    .footer_menu-column:nth-of-type(6) { order: 6; }  /* Пустая колонка */
    .footer_menu-column:nth-of-type(7) { order: 7; }  /* Управление объектами */
    .footer_menu-column:nth-of-type(8) { order: 8; }  /* Юридические услуги */
}

@media screen and (max-width: 840px) {

    #city-choose {
        width: 60%;
    }

    .about .container p.about-buts {
        flex-direction: column;
    }

;
    .contacts-title::after {
        width: 40px;
    }

    .map-container {
        height: 250px;
    }

    .phone-link {
        font-family: Gilroy;
        font-weight: 900;
        font-style: Black;
        font-size: 14.77px;
        leading-trim: NONE;
        line-height: 17.72px;
        text-align: center;
        vertical-align: middle;
        margin-top: 10px;
    }

    .email-link {
        font-family: Raleway;
        font-weight: 500;
        font-style: Medium;
        font-size: 14.77px;
        leading-trim: NONE;
        line-height: 17.72px;
        text-align: center;
        vertical-align: middle;
    }

    .phone-link::before {
        font-size: clamp(18px, 18px, 18px);
    }

    .messenger-icon, .messenger-icon img {
        width: 34px;
        height: 34px;
    }

    .final-message {
        padding: 18px;
        margin: 0px;
    }

    .city-input-group {
        flex-direction: column;
    }

    .mobile-menu {
        display: flex;
        justify-content: flex-start;
        width: fit-content;
    }
}

@media (max-width: 540px) {
    .stat-label {
        width: 75%;
    }

    .filter .container {
        padding: 0 10px;
    }

    .filter-select.range > div {
        padding: 12px 0px;
    }

    .filter-search {
        padding: 10px 0px;
    }
}

@media (max-width: 450px) {
    .logo-description .description {
        display: none;
    }

    .stat-divider {
        display: block;
        width: 199.93px;
        height: 1px;
        margin: 0 auto;
    }

    #city-choose {
        width: 70%;
    }

    .social-icons svg {
        width: 24px;
    }

    .banner {
        margin-top: 73px;
    }

    .banner-title {
        font-size: 28px;
    }

    .main-menu__favorite-icon {
        padding: 0.3rem 0.3rem;
    }

    .header-container {
        padding: 12px 12px;
    }

    .logo-description {
        width: auto;
    }

    .button.clearcool.main-menu__favorite-icon .fa-star-o:before {
        font-size: 24px;
    }

    .header-container {
        gap: 0px;
    }

    .main-menu__favorite-item {
        margin-right: 0px;
    }

    .stats-container {
        bottom: -160px;
    }

    .catalog .row {
        padding: 20px 0;
    }

    .services-main {
        gap: 0px;
    }

    .stats-items {
        flex-direction: column;
    }
    .banner-content {
        margin-top: 0;
    }
    .footer_menu-column {
        min-width: 300px;
    }

    .footer_menu-column div:last-child {
        margin: 0px;
    }
}

#cookie-notice {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #BE264C;
    color: white;
    padding: 20px;
    z-index: 9999;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
}

.cookie-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
}

.cookie-text {
    flex: 1;
    min-width: 300px;
}

.cookie-text p {
    margin: 0;
    font-size: 14px;
    line-height: 1.4;
    text-align: center;
    color: white;
}

.cookie-text a {
    color: white;
}

#cookie-accept {
    background: transparent;
    border: 1px solid #d7dadb;
    color: white;
    border-radius: 4px;
    margin: 0;
    padding: 0.5em 1em;
    font-size: 14px;
    cursor: pointer;
    white-space: nowrap;
}

.about_menu_text {
    display: flex;
}

.about_menu_main {
    margin-left: -4px;
    width: 20%;
}

.about-menu {
    margin: 6em 0;
    position: fixed;
    z-index: 0;
}

.row {
    max-width: unset;
}

.about_text {
    width: 100%;
}

.row .row {
    margin: 0 0rem;
}
.career h2.title {
    font-size: 36px;
    font-family: Raleway, semi-bold;
}