
@font-face {
    font-family: Calibri Regular;
    font-display: swap;
    src: url("/usr2/fonts/Calibri Regular.woff2") format("woff2"), url("/usr2/fonts/Calibri Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}

* {
    padding: 0px;
    margin: 0px;
    border: 0px;
}

*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*::before,
*::after {
    display: inline-block;
}

html,
body {
    height: 100%;
    min-width: 320px;
}



body {
    color: #000;
    line-height: 1;
    font-family: "Calibri Regular";
    font-size: 0.875rem;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

input,
button,
textarea {
    font-family: "Calibri Regular";
    font-size: inherit;
    line-height: inherit;
}

button {
    cursor: pointer;
    color: inherit;
    background-color: transparent;
}

a {
    display: inline-block;
    color: inherit;
    text-decoration: none;
}

ul li {
    list-style: none;
}

img {
    vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: inherit;
    font-size: inherit;
}

.lock body {
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none;
    -ms-scroll-chaining: none;
    overscroll-behavior: none;
}

.wrapper {
    min-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;
    overflow: hidden;
}

@supports (overflow: clip) {
    .wrapper {
        overflow: clip;
    }
}

.wrapper>main {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.wrapper>* {
    min-width: 0;
}

/*
(i) Стилі будуть застосовуватись до
всіх класів, що містять *__container
Наприклад header__container, main__container і т.п.
*/

[class*=__container] {
    max-width: 91.875rem;
    margin: 0 auto;
    padding: 0 0.9375rem;
}

.icon-menu {
    display: none;
}

.ibg {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.ibg--top {
    -o-object-position: top;
    object-position: top;
}

.ibg--bottom {
    -o-object-position: bottom;
    object-position: bottom;
}

.ibg--left {
    -o-object-position: left;
    object-position: left;
}

.ibg--right {
    -o-object-position: right;
    object-position: right;
}

.ibg--contain {
    -o-object-fit: contain;
    object-fit: contain;
}



.title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #2a5493;
    font-size: 40px;
    font-weight: 700;
    -webkit-column-gap: 9px;
    -moz-column-gap: 9px;
    column-gap: 9px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header {
    padding: 10px 0;
}

.header__logo {
    width: 143px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.menu {
    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;
}

.menu__body {
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
}

.logo-text {
    display: none;
}

.menu__list {
    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;
    padding-left: 10px;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
    max-width: 715px;
    width: 100%;
    font-size: 18px;
    margin-left: auto;
}



.menu__link {
    position: relative;
}

.menu__link img {
    top: 60%;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -15px;
}

.menu__link:hover {
    color: #e65d5d;
}

.header__links {
    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;
    -webkit-column-gap: 29px;
    -moz-column-gap: 29px;
    column-gap: 29px;
    margin-left: auto;
}

.header__lang {
    height: 26px;
    border-radius: 23px;
    background: #e2e2e2;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header__lang-show {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.header-height {
    height: 100px;
}

.lang__link {
    width: 40px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;

}

.lang__link:first-child {
    border-radius: 23px 0px 0px 23px;
}

.lang__link:last-child {
    border-radius: 0px 23px 23px 0px;
}

.lang__link.active {
    background: #2a5493;
}

.header__favorite {
    position: relative;
}

.header__favorite .header__favorite__count {
    text-align: center;
    min-width: 19px;
    min-height: 19px;
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 58.75px;
    background: #456da8;
    -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;
    color: #fff;
    font-size: 15px;
    padding: 2px;
}

.footer__content {
    border-radius: 15px 15px 0 0;
    background: #2a5493;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
}

.footer__body {
    padding-top: 26px;
    padding-bottom: 19px;
    padding-left: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 11px;
    -moz-column-gap: 11px;
    column-gap: 11px;
}

.footer__text {
    color: #fff;
    max-width: 440px;
}

.footer__contacts {
    border-radius: 12px 12px 0 0;
    background: #e65d5d;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 17px;
    -webkit-column-gap: 13px;
    -moz-column-gap: 13px;
    column-gap: 13px;
}

.favorite {
    background-image: url("../img/favorite.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 70% 70%;
    position: absolute;
    border-radius: 50%;
    background-color: #2a5493;
    width: 13%;
    top: 12px;
    right: 20px;
}

.favorite:before {
    content: "";
    display: block;
    padding-top: 100%;
}

.favorite img {
    display: none;
    width: 60%;
}

body .favorite-active {
    background-image: url("../img/favorite-active.svg");
}

.info {
    position: relative;
    width: 100%;
}

.feature {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 18px;
    color: #fff;
    text-align: center;
}

.feature p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.new,
.sale {
    padding: 7px 15px;
    text-transform: uppercase;
    border-top-right-radius: 4px;
}

.sale {
    background-color: #fc3c3c;
}

.new {
    background-color: #17db42;
}

.renovation {
    padding: 7px 5px;
    background-color: #0f7bfb;
    border-top-right-radius: 4px;
}

.name {
    height: 4em;
    background-color: #2a5493;
    font-size: 24px;
    color: #fff;
    padding: 6px 22px;
}

.district {
    font-size: 18px;
    margin-top: 5px;
}

.price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    background-color: #fff;
    font-size: 25px;
    padding: 5px 1px;
    border-radius: 0 0 4px 4px;
    border: 1px solid #c1c1c1;
    justify-content: center;
}

.price span {
    font-size: 30px;
    font-weight: 700;
}

.deadline {
    width: 7em;
    font-size: 14px;
    color: #5c5c5c;
}


.section__questions {
    margin-top: 100px;
}

.section__questions__body {
    border-radius: 14px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.25%, #4f76b0), color-stop(210.31%, #458fff));
    background: linear-gradient(180deg, #4f76b0 0.25%, #458fff 210.31%);
    padding: 15px 30px;
    padding-bottom: 30px;
}

.section__questions__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
}

.section__questions__wrapper {
    margin-top: 17px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: repeat(2, 1fr);
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 25px;
}

.section__questions__item {
    background-color: #fff;
    width: 100%;
    border-radius: 3px;
    position: relative;
}

.section__questions__item__btn {
    border-radius: 3px;
    background: #e65d5d;
    width: 34px;
    height: 34px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.section__questions__item__btn img {
    width: 60%;
}

.section__questions__item__title {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 13px;
    font-size: 18px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.section__questions__text {
    display: none;
}

.active-acardion .section__questions__text {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    -webkit-box-shadow: 9px 10px 17px -7px rgba(0, 0, 0, 0.75);
    box-shadow: 9px 10px 17px -7px rgba(0, 0, 0, 0.75);
    display: block;
    position: absolute;
    top: 97%;
    left: 0;
    background-color: #fff;
    width: 100%;
    padding: 13px;
    color: #000;
    font-family: Calibri;
    font-size: 18px;
    font-style: italic;
    font-weight: 300;
    line-height: normal;
    z-index: 1;
}

.active-acardion .section__questions__item__btn img {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.section__news {
    margin-top: 70px;
    margin-bottom: 20px;
}

.section__news ul {
    margin-left: 15px;
}

.section__news ul li {
    margin-bottom: 5px;
    list-style-image: url("../img/list-style.svg");
}

.section__news__container ul {
    margin-left: 30px;
    margin-bottom: 15px;
    margin-top: 15px;
}

.section__news__container ul li {
    list-style-type: "- ";
}

.section__news__container ul li::marker {
    margin-left: 10px;
}

.section__news__title {
    margin-bottom: 40px;
}

.section__news__text {
    margin-bottom: 20px;
}

.section__news__head {
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 30px;
}

.breadcrumbs {
    position: relative;
    color: #6f6f6f;
    margin-top: 15px;
}

.breadcrumbs-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.breadcrumbs-list__item:not(:first-child) {
    list-style-type: " » ";
    margin-left: 15px;
}

.breadcrumbs-list__item:hover a {
    text-decoration: underline;
}

.breadcrumbs-list__item--active {
    color: #000000;
}

.pagination {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px;
    max-width: 375px;
    margin: 0 auto;
    font-size: 24px;
    color: #8a8a8a;
    margin-top: 35px;
}

.paginator__page {

    padding: 4px 9px;
    border: 2px solid #9e9e9e;
    border-radius: 3px;
    cursor: pointer;
}

.paginator__page:not(.paginator__page__active):hover {
    border: 2px solid #e65d5d;
}

.paginator__page__active {
    background-color: #e65d5d;
    color: #fff;
    border: 2px solid #e65d5d;
}

.wrapper__bgc-img .footer {
    background-color: #fff;
}

.section__owner_form {
    margin-top: 30px;
}

.section__owner_form__body {
    margin-top: 10px;
    padding-top: 20px;
    padding-bottom: 45px;
    border-radius: 8px;
    border: 1px solid #2a5493;
    text-align: center;
    margin-bottom: 55px;
}

.section__owner_form__body__title {
    color: #646464;
    font-size: 37px;
}

.section__owner_form__body__subtitle {
    margin-top: 6px;
    color: #606060;
    font-size: 18px;
}

.section__owner_form__body__subtitle span {
    color: #fe4337;
    font-size: 22px;
    font-weight: 700;
}

.section__owner_form__form {
    margin-top: 18px;
}

.section__owner_form__form__container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 2px 1fr;
    grid-template-columns: 1fr 2px 1fr;
    width: 100%;
}

.section__owner_form__form__container__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-column-gap: 35px;
    -moz-column-gap: 35px;
    column-gap: 35px;
}

.section__owner_form__form__item__num {
    color: #d0ecff;
    font-size: 220px;
    font-weight: 700;
}

.section__owner_form__form__item__inputs {
    width: 61%;
    display: -ms-grid;
    display: grid;
    row-gap: 18px;
}

.section__owner_form__form__text {
    color: #126fc2;
    font-size: 23px;
    text-align: left;
}

.section__owner_form__form__input,
.section__owner_form__form__select {
    border-radius: 4px;
    border: 1px solid #7b7b7b;
    background: #f2f2f2;
    max-height: 48px;
    padding: 12px 20px;
    width: 100%;
    max-width: 415px;
    color: #464646;
    font-size: 18px;
    font-style: italic;
}

.section__owner_form__form__input[required] {
    border: 1px solid #2a5493;
    background: #c7e7ff;
}

.required__input:has(.section__owner_form__form__input[required]:focus)::before,
.required__input:has(.section__owner_form__form__input[required]:valid)::before {
    content: "";
}

.required__input {
    width: 100%;
    max-width: 415px;
    position: relative;
    text-align: left;
}

.required__input::before {
    content: "*";
    position: absolute;
    top: 50%;
    left: 130px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fe4337;
    font-size: 20px;
    font-weight: 700;
}

.required__input__first::before {
    left: 105px;
}

.section__owner_form__form__separator {
    height: 100%;
    width: 1px;
    background: #d9d9d9;
    max-height: 209px;
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end;
}

.section__owner_form__form__select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("../img/select-arrow.svg");
    background-repeat: no-repeat;
    background-position: 95.24% center;
    background-size: 20px;
}

.section__owner_form__form__select:focus {
    background-image: url("../img/select-arrow-focus.svg");
}

.section__owner_form__form__inputs__small {
    max-width: 415px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-column-gap: 5px;
    -moz-column-gap: 5px;
    column-gap: 5px;
}

.section__owner_form__form__inputs__small .section__owner_form__form__input {
    max-width: 131px;
    padding-right: 5px;
}

.section__owner_form__form__btn {
    text-align: center;
    font-family: Arial;
    font-size: 30px;
    margin-top: 40px;
    border-radius: 4px;
    background: #e65d5d;
    padding: 8px 0;
    width: 222px;
    color: #fff;
}

.section__owner_form__text {
    margin-bottom: 20px;
}

.map-location {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
}

.map-location:nth-child(1) {
    top: 40%;
    left: 40%;
}

.location-content {
    display: none;
    position: absolute;
    left: 30px;
    top: 10px;
    width: 115px;
    height: 130px;
    z-index: 2;
}

.map-location:has(.map-location-btn--active) .location-content {
    display: block;
}

.location-item {
    width: 100% !important;
    height: 100% !important;
}

.location-img {
    width: 100% !important;
}

.location-favorite {
    width: 14px !important;
    height: 14px !important;
    top: 4px !important;
    right: 6px !important;
}

.location-info {
    padding: 0 !important;
}

.location-feature {
    font-size: 5px !important;
}

.location-new {
    padding: 1px 4px !important;
}

.location-renovation {
    padding: 1px 4px !important;
}

.location-name {
    padding: 3px 5px !important;
    font-size: 7px !important;
}

.location-district {
    font-size: 5px !important;
    margin-top: 1px !important;
}

.location-price {
    font-size: 10px !important;
    padding: 1px 2px !important;
    border: none !important;
}

.location-price span {
    font-size: 11px !important;
}

.location-deadline {
    font-size: 4px !important;
}

.popup-magnifier-container {
    position: fixed;
    padding: 50px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    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;
    z-index: 9999;
}

.popup-magnifier-container img {
    max-width: 100%;
    max-height: 100%;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    background-color: #fff;
}

.swiper {
    overflow: hidden;
}

.swiper-initialized {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

.swiper-wrapper {
    width: 100%;
    height: 100%;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.swiper-vertical .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.swiper-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.swiper-initialized .swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.swiper-android .swiper-slide,
.swiper-android .swiper-wrapper {
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
}

.swiper-button-lock {
    display: none !important;
}

.mapcard-item {
    float: left;
    max-width: 310px;
    width: 100%;
    height: 170px;
    margin-top: 5px;
    margin-bottom: 5px;
    overflow: hidden;
}
.mapcard-item-img{
    float: left;
    max-width: 130px;
    height: 130px;
    width: 100%;
    background-size: contain;
}
.mapcard-item-info{
    float: left;
    padding: 0 15px;
    max-width: 170px;
}
.mapcard-item-state{
    float: left;
    padding: 2px 7px 2px 7px;
    margin: 9px 8px 3px 9px;
    font-size: 12px;
    color: #fff5fa;
    background-color: #4aa830;
}
.mapcard-item-hot{
    float: left;
    padding: 2px 7px 2px 7px;
    margin: 9px 8px 3px 9px;
    font-size: 12px;
    color: #fff5fa;
    background-color: #ff5a03;
}
.mapcard-item-logo-block{  }
.mapcard-item-logo-box{  }
.mapcard-item-logo{  }
.mapcard-item-name{
    font-size: 16px;
    display: block;
    font-weight: bold;
    padding-bottom: 4px;
    border: none;
}

.btn__to-owner-form {
    border-radius: 11px;
    background: #e65d5d;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    padding: 15px;
    max-width: 300px;
    margin: auto 0;
    text-align: center;
}

.btn__red {
    border-radius: 11px;
    background: #e65d5d;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    padding: 15px;
    max-width: 300px;
    margin: auto 0;
    text-align: center;
}



@media (max-width: 870px) {
    .btn__to-owner-form {
        margin-left: auto;
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .btn__to-owner-form {
        font-size: 14px;
        padding: 10px 15px;
    }
}

@media (max-width: 580px) {
    .btn__to-owner-form {
        margin-left: 0;
        font-size: 18px;
        padding: 15px;
        width: 100%;
        position: relative;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}


.mapcard-item-location{
    font-size: 15px;
}
.mapcard-item-up{
    display: flex;
    width: 100%;
    float: left;
    padding: 0 0 10px 0;
}
.mapcard-item-down{
    width: 100%;
    float: left;
    padding: 10px 0;
    border-top: solid 1px #a6a6a6;
}
.mapcard-item-prise{
    color: #001b5f;
    font-weight: bold;
    font-size: 27px;
}





@media (min-width: 768px) {
    .active-link {
        color: #e65d5d;
    }
}

@media (min-width: 769px) {
    .no-webp .wrapper__bgc-img {
        background: url("../img/news-bg.png") no-repeat;
    }

    .wrapper__bgc-img {
        background-size: 100% 1100px;
    }
}

@media (max-width: 1210px) {
    .name {
        font-size: 20px;
        padding: 5px 15px;
    }

    .district {
        font-size: 16px;
    }

    .price {
        font-size: 22px;
    }

    .price span {
        font-size: 26px;
    }

    .deadline {
        font-size: 13px;
    }
}

@media (max-width: 1100px) {
    .feature {
        font-size: 16px;
    }
}

@media (max-width: 1000px) {
    .feature {
        font-size: 14px;
    }

    .new,
    .sale {
        padding: 4px 10px;
    }

    .renovation {
        padding: 6px 5px;
    }

}

@media (max-width: 990px) {
    .name {
        font-size: 16px;
        padding: 5px 10px;
    }

    .district {
        font-size: 14px;
    }

    .price {
        font-size: 18px;
    }

    .price span {
        font-size: 22px;
    }

    .deadline {
        font-size: 11px;
    }
}

@media (max-width: 900px) {
    .feature {
        font-size: 12px;
    }

    .section__owner_form__body__title {
        font-size: 30px;
    }

    .section__owner_form__form__container {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        row-gap: 20px;
    }

    .section__owner_form__form__container__item {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-column-gap: 15px;
        -moz-column-gap: 15px;
        column-gap: 15px;
        padding-left: 0;
        padding-right: 0;
    }

    .section__owner_form__form__item__num {
        font-size: 100px;
    }

    .section__owner_form__form__item__inputs {
        width: 100%;
    }

    .section__owner_form__form__input,
    .section__owner_form__form__select {
        padding: 12px 10px;
    }

    .section__owner_form__form__separator {
        height: 1px;
        width: 100%;
    }

    .section__owner_form__form__inputs__small {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 18px;
    }

    .section__owner_form__form__inputs__small .section__owner_form__form__input {
        max-width: 415px;
    }
}

@media (max-width: 860px) {
    .section__questions {
        margin-top: 30px;
    }
}

@media (max-width: 850px) {
    .name {
        font-size: 14px;
    }

    .district {
        font-size: 12px;
    }

    .price {
        font-size: 16px;
    }

    .price span {
        font-size: 18px;
    }

    .deadline {
        font-size: 9px;
    }

}

@media (max-width: 800px) {
    .section__questions__item__title {
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    .menu__body {
        position: fixed;
        width: 100%;
        left: -100%;
        top: 0;
        overflow: auto;
        padding: 20px 15px 54px 30px;
        -webkit-transition: left 0.3s;
        transition: left 0.3s;
    }

    .menu__body::before {
        content: "";
        position: fixed;
        width: 100%;
        height: 70px;
        left: -100%;
        top: 0;
        -webkit-transition: left 0.3s;
        transition: left 0.3s;
        z-index: 2;
    }

    .menu-open .menu__body {
        left: 0;
    }

    .menu-open .menu__body::before {
        left: 0;
    }

    .icon-menu {
        display: block;
        position: relative;
        width: 41px;
        height: 36px;
        z-index: 5;
    }

    .icon-menu span,
    .icon-menu::before,
    .icon-menu::after {
        content: "";
        -webkit-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        right: 0;
        position: absolute;
        width: 100%;
        height: 2px;
        background-color: #E65D5D;
        height: 10px;
        border-radius: 10px;
    }

    .icon-menu::before {
        top: 0;
    }

    .icon-menu::after {
        bottom: 0;
    }

    .icon-menu span {
        top: calc(50% - 5px);
        margin-bottom: 22px;
    }

    .menu-open .icon-menu span {
        width: 0;
    }

    .menu-open .icon-menu::before {
        top: calc(50% - 5px);
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .menu-open .icon-menu::after {
        bottom: calc(50% - 5px);
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .title {
        font-size: 35px;
    }

    .header__logo {
        width: auto;
        display: block;
    }

    .menu {
        position: relative;
    }

    .menu__body {
        background: #2a5493;
        margin-top: 100px;
        display: block;
        color: #fff;
    }

    .logo-text {
        display: block;
    }

    .menu__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 15px;
    }

    .menu__item {
        padding-bottom: 15px;
        border-bottom: 1px solid #fff;
        width: 320px;
        text-align: center;
    }

    .menu__item:first-child {
        display: block;
    }

    .header__lang {
        position: absolute;
        left: 51%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        top: 52px;
        display: none;
    }

    .header__favorite {
        display: none;
    }

    .feature {
        font-size: 9px;
    }

    .new,
    .sale {
        padding: 2px 8px;
    }

    .renovation {
        padding: 4px 5px;
    }

    .name {
        font-size: 11px;
        padding: 3px 10px;
    }

    .district {
        font-size: 9px;
    }

    .price {
        font-size: 12px;
        padding: 6px;
    }

    .price span {
        font-size: 15px;
    }

    .deadline {
        font-size: 7px;
    }

    .news-item {
        margin-top: 35px;
        padding-top: 0;
    }

    .section__blog__news {
        margin-top: 15px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-column-gap: 13px;
        -moz-column-gap: 13px;
        column-gap: 13px;
    }

    .section__blog__news__item:first-child {
        margin-top: 15px;
    }

    .section__blog__news__name {
        max-width: 80%;
        margin: 15px 0;
        margin-left: 9px;
    }

    .section__blog__news__text {
        max-width: 80%;
    }

    .section__blog__news__date {
        position: static;
        margin: 15px 9px;
    }

    .section__questions__body {
        padding: 15px 15px;
        padding-bottom: 30px;
    }

    .active-acardion .section__questions__text {
        font-size: 14px;
    }

    .section__news {
        margin-top: 30px;
    }

}

@media (max-width: 768px) and (any-hover: none) {
    .icon-menu {
        cursor: default;
    }
}

@media (max-width: 700px) {
    .title {
        font-size: 30px;
    }
}

@media (max-width: 620px) {
    .title {
        font-size: 26px;
    }
}

@media (max-width: 580px) {
    .title {
        font-size: 18px;
        background-color: #2a5493;
        color: #fff;
        font-weight: 400;
        padding: 20px;
    }

    .footer__content {
        display: block;
        border-radius: 0;
    }

    .footer__body {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        row-gap: 15px;
    }

    .footer__contacts {
        border-radius: 0;
        padding-top: 10px;
        padding-bottom: 10px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }



    .favorite {
        width: 58px;
        height: 58px;
    }





    .feature {
        font-size: 16px;
    }

    .new,
    .sale {
        padding: 3px 10px;
    }

    .renovation {
        padding: 5px;
    }

    .name {
        font-size: 18px;
    }

    .district {
        font-size: 15px;
    }

    .price {
        font-size: 20px;
    }

    .price span {
        font-size: 24px;
    }

    .deadline {
        font-size: 14px;
    }

    .news-item {
        display: none;
    }

    .section__questions__body {
        border-radius: 0;
        background: #2a5493;
    }

    .section__questions__title {
        text-align: center;
        background-color: transparent;
        padding: 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .section__questions__title img {
        display: none;
    }

    .section__questions__wrapper {
        -ms-grid-columns: repeat(1, 1fr);
        grid-template-columns: repeat(1, 1fr);
    }

    .section__questions__item__btn {
        width: 100%;
        height: 21px;
        margin-top: 10px;
    }

    .section__questions__item__btn img {
        width: 25px;
    }

    .section__questions__item__title {
        display: block;
        padding: 0;
        padding-top: 13px;
        text-align: center;
    }

    .active-acardion .section__questions__text {
        position: static;
    }

    .pagination {
        font-size: 18px;
        -webkit-column-gap: 12px;
        -moz-column-gap: 12px;
        column-gap: 12px;
    }

}

@media (max-width: 486px) {
    .feature {
        font-size: 12px;
    }
}

@media (max-width: 460px) {
    .name {
        font-size: 15px;
    }

    .district {
        font-size: 12px;
    }

    .price {
        font-size: 17px;
    }

    .price span {
        font-size: 21px;
    }

    .deadline {
        font-size: 9px;
    }

    .pagination {
        font-size: 16px;
        -webkit-column-gap: 10px;
        -moz-column-gap: 10px;
        column-gap: 10px;
    }

    .paginator__page {
        padding: 4px 4px;
    }
}

@media (max-width: 1085px) and (min-width: 768px) {
    .section__blog__list .title {
        font-size: 35px;
    }
}

@media (min-width: 769px) {

    .webp .wrapper__bgc-img {
        background: url(../img/news-bg.webp) no-repeat;
    }
}