:root {
    --default-font-family: 'Montserrat', sans-serif;
    --font-family: "Manrope", sans-serif;
    --black: #1a1a1a;
    --white: #fff;
    --red: #ec2427;
}

.flex-block{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.flex-block_column{
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
}
.flex-block_j-center{
    justify-content: center;
    -webkit-justify-content: center;
}
.flex-block_a-center{
    align-items: center;
    -webkit-align-items: center;
}
.for-mb{
    display: none !important;
}
.objects-section__head{
    align-items: flex-start;
    -webkit-align-items: flex-start;
    min-height: 608px;
    position: relative;
}
.objects-section *{
    font-family: var(--font-family);
}

@media screen and (max-width: 1024px) {
    .breadcrumb {
        margin: 24px 0 48px;
    }
}

.breadcrumb {
    align-items: center;
    -webkit-align-items: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    margin: 24px 0 64px;
}
.breadcrumb span a:visited, .breadcrumb span a, .breadcrumb > span span {
    color: #000;
}
.breadcrumb span a:visited, .breadcrumb span a, .breadcrumb > span span {
    color: #999;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    text-decoration: none;
}
.breadcrumb .divider {
    margin: 0 10px;
}
.objects-section__title {
    color: var(--white);
    font-weight: 400;
    font-size: 55px;
    line-height: 130%;
    margin: 0 0 30px;
}
.objects-section__title strong {
    font-weight: 600;
}
.objects-section__desc {
    color: var(--white);
    font-weight: 400;
    font-size: 26px;
    line-height: 140%;
    margin-bottom: 90px;
}
.objects-section__img {
    min-height: 608px;
    object-fit: cover;
}
.img_bg {
    height: 100%;
    left: 0;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.object-section__btn:hover,
.object-section__btn {
    align-items: center;
    background: var(--red);
    border: 0;
    border-radius: 8px;
    color: var(--white);
    display: flex;
    flex-direction: column;
    font-weight: 600;
    font-size: 18px;
    justify-content: center;
    line-height: 140%;
    height: 74px;
    outline: none;
    padding: 18px 30px;
    text-decoration: none;
    width: max-content;
}
.object-section__info {
    align-items: center;
    background: var(--white);
    border: 1px solid rgba(26, 26, 26, 0.1);
    border-radius: 20px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    max-width: max-content;
    padding: 20px;
}
.object-section__info-stats {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}
.object-section__info-roi,
.object-section__info-stats-bedrooms,
.object-section__info-stats-start-price {
    align-items: flex-start;
    display: flex;
    font-weight: 400;
    font-size: 18px;
    line-height: 145%;
    flex-direction: column;
    justify-content: flex-start;
    padding: 0 20px;
}
.object-section__info-stats-start-price {
    padding-left: 0;
}
.object-section__info-stats-bedrooms {
    border-left: 1px solid rgba(26, 26, 26, 0.1);
    border-right: 1px solid rgba(26, 26, 26, 0.1);
}
.object-section__info-roi span,
.object-section__info-stats-bedrooms span,
.object-section__info-stats-start-price span {
    font-weight: 700;
    font-size: 35px;
    line-height: 130%;
}
.colored-section{
    background: #ebebeb;
}
.objects-about-project {
    background: var(--white);
    border-radius: 20px;
    display: grid;
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
    margin: 0 0 55px;
    padding: 40px;
    width: 100%;
    align-items: center;
    -webkit-align-items: center;
}
.objects-about-project__desc {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.objects-about-project__desc-title {
    color: var(--black);
    font-weight: 600;
    font-size: 55px;
    line-height: 130%;
    margin-bottom: 20px;
}
.objects-about-project__desc-text p {
    color: var(--black);
    font-weight: 400;
    font-size: 18px;
    line-height: 145%;
    margin-bottom: 20px;
}
.objects-about-project__desc-text p strong {
    font-weight: 600;
}
.objects-about-project__developer {
    background: #fafafa;
    border-radius: 20px;
}
.objects-about-project__developer img {
    border-radius: 20px;
    object-fit: cover;
    height: 239px;
}
.objects-about-project__developer-inner {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 20px;
}
.objects-about-project__developer-icon {
    margin: 20px 0;
}
.objects-about-project__developer-text {
    color: var(--black);
    font-weight: 400;
    font-size: 16px;
    line-height: 145%;
}
.objects-about-project__advantages {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 40px;
    margin-bottom: 80px;
}
.objects-about-project__advantages-desc {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.objects-about-project__advantages-desc-title {
    color: #2d2d2d;
    font-weight: 600;
    font-size: 55px;
    line-height: 130%;
    margin-bottom: 30px;
}
.objects-about-project__advantages-desc-props {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    margin: 0;
    padding: 0;
}
.objects-about-project__advantages-desc-props li {
    align-items: center;
    background: var(--white);
    border-radius: 20px;
    color: var(--black);
    display: flex;
    font-weight: 400;
    font-size: 16px;
    flex-direction: row;
    justify-content: flex-start;
    line-height: 145%;
    list-style: none;
    padding: 25px 40px 25px 20px;
}
.objects-about-project__advantages-desc-props li img {
    height: 40px;
    margin-right: 20px;
    width: 40px;
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
}
.objects-object-map {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin-bottom: 80px;
}
.objects-object-map__title {
    color: #2d2d2d;
    font-weight: 600;
    font-size: 55px;
    line-height: 130%;
    margin-bottom: 40px;
}
.objects-object-map__other-markers {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 0 40px;
    padding: 0;
    width: 100%;
}
.objects-object-map__other-markers li {
    align-items: center;
    color: var(--black);
    display: flex;
    flex-direction: row;
    font-size: 16px;
    font-weight: 500;
    justify-content: flex-start;
    position: relative;
}
@media screen and (max-width: 320px) {
    .objects-object-map__other-markers li {
        font-size: 14px;
    }
}
.objects-object-map__other-markers li:last-child {
    margin-right: 30px;
}
@media screen and (max-width: 1024px) {
    .objects-object-map__other-markers li {
        width: 50%;
    }
    .objects-object-map__other-markers li:last-child {
        margin-right: 0;
    }
}

.objects-object-map__other-markers li:before {
    background: var(--red);
    border-radius: 50%;
    content: '';
    height: 6px;
    margin-right: 10px;
    width: 6px;
}
.objects-object-map__other-markers li span {
    color: #989898;
    font-weight: 400;
    margin-left: 5px;
}
.objects-object-map__frame img {
    border-radius: 20px;
}

@media screen and (max-width: 1024px) {
    .objects-about-project__advantages {
        gap: 20px;
    }
    .objects-about-project__advantages-desc-props {
        gap: 20px;
    }
    .objects-about-project__advantages-desc-props li {
        padding: 25px 20px;
    }
    .objects-about-project__advantages-desc-props li img {
        height: 30px;
        margin-right: 10px;
        width: 30px;
    }
}
.objects-about-project__advantages-image {
    border-radius: 20px;
    overflow: hidden;
}
.objects-about-project__advantages-image img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.objects-text-item {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin-bottom: 40px;
}
.objects-text-item:last-child {
    margin-bottom: 80px;
}
.objects-text-item__title {
    color: var(--black);
    font-weight: 700;
    font-size: 24px;
    line-height: 135%;
    margin-bottom: 20px;
}
.objects-text-item__desc {
    color: var(--black);
    font-weight: 400;
    font-size: 18px;
    line-height: 145%;
}
.objects-link-filter {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding-bottom: 40px;
}
.objects-link-filter__item {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin-bottom: 40px;
    width: 100%;
}
.objects-link-filter__item-title {
    color: var(--black);
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 20px;
}
.objects-link-filter__item-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 40px;
    row-gap: 20px;
    margin: 0;
    padding: 0;
    width: 100%;
}
.objects-link-filter__item-list li {
    list-style: none;
}
.objects-link-filter__item-list li a:hover,
.objects-link-filter__item-list li a {
    color: var(--black);
    font-weight: 400;
    font-size: 16px;
    text-decoration: none;
}
.objects-link-filter__item-list li a span {
    color: #a8a8a8;
    margin-left: 3px;
}
.objects__filter-title {
    color: #2d2d2d;
    font-weight: 400;
    font-size: 55px;
    line-height: 130%;
    margin: 80px 0 40px;
}
.objects__filter-title strong {
    font-weight: 600;
}
.for-pc .breadcrumb{
    margin-top: 0;
    padding-top: 24px;
}
.objects-gallery {
    position: relative;
}
.objects-gallery .container {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.objects-gallery__title {
    color: #2d2d2d;
    font-weight: 600;
    font-size: 55px;
    line-height: 130%;
    margin-bottom: 40px;
}
.objects-gallery__main-slider {
    height: 460px;
    margin-bottom: 20px;
    overflow: hidden;
    width: 100%;
}
.objects-gallery__main-slider img {
    border-radius: 20px;
    height: 460px;
    object-fit: cover;
    width: 100%;
}

.objects-gallery__thumb-slider-wrapper {
    height: 160px;
    margin-bottom: 80px;
    position: relative;
}
.objects-gallery__thumb-slider {
    overflow: hidden;
}
.objects-gallery__thumb-slider img {
    border: 1px solid #ebebeb;
    border-radius: 20px;
    height: 160px;
    object-fit: cover;
}
.objects-gallery__thumb-slider .swiper-slide-thumb-active img {
    border: 1px solid var(--red);
}
.objects-gallery__thumb-slider-button-prev,
.objects-gallery__thumb-slider-button-next {
    align-items: center;
    background: var(--red);
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 40px;
    position: absolute;
    top: calc( 50% - 20px );
    width: 40px;
    z-index: 100;
}
.objects-gallery__thumb-slider-button-prev {
    left: -20px;
}
.objects-gallery__thumb-slider-button-next {
    right: -20px;
}
.objects-gallery__thumb-slider-wrapper .swiper-button-disabled {
    display: none;
}
.objects-get-presentation {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 548px;
    margin-bottom: 80px;
    padding: 40px;
    position: relative;
    z-index: 1;
}
.objects-get-presentation__title {
    color: var(--white);
    font-weight: 600;
    font-size: 55px;
    line-height: 130%;
}
.objects-get-presentation__form form,
.objects-get-presentation__form {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
}
.objects-get-presentation__form form > label {
    align-items: flex-start;
    color: var(--white);
    display: flex;
    font-weight: 400;
    font-size: 15px;
    flex-direction: column;
    line-height: 154%;
    justify-content: flex-start;
    width: 100%;
}
.objects-get-presentation__form form > label input[type="tel"] {
    background: var(--white);
    border: 1px solid #bdbdbd;
    border-radius: 8px;
    color: var(--black);
    font-weight: 400;
    font-size: 14px;
    height: 60px;
    line-height: 145%;
    margin-top: 7px;
    padding: 0 20px;
    width: 100%;
}
.objects-get-presentation__form form > label input.wpcf7-not-valid {
    border: 1px solid var(--red);
}
.objects-get-presentation__form form button {
    align-items: center;
    background: var(--red);
    border: 0;
    border-radius: 8px;
    color: var(--white);
    cursor: pointer;
    display: flex;
    font-weight: 600;
    font-size: 18px;
    flex-direction: row;
    justify-content: space-between;
    line-height: 145%;
    outline: none;
    margin: 10px 0;
    padding: 20px;
    width: 100%;
}
.objects-get-presentation__form form button span {
    color: var(--white);
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    opacity: 0.8;
    text-align: right;
    width: 46px;
}
.objects-get-presentation__form form .policy label {
    color: var(--white);
    cursor: pointer;
    font-weight: 400;
    font-size: 11px;
    line-height: 145%;
}
.objects-get-presentation__form form .policy label a:hover,
.objects-get-presentation__form form .policy label a {
    color: var(--white);
    text-decoration: underline;
}
.objects-get-presentation__form form .policy label input[type="checkbox"] {
    margin: 0 10px 0 0;
    height: 12px;
    position: relative;
    width: 12px;
}
.objects-get-presentation__form form .policy label input[type="checkbox"]:not(:checked):before {
    background: url('/local/templates/generator/assets/images/objects/checkbox-get-consultation.png') no-repeat center #59544F;
    content: '';
    height: 14px;
    left: 0;
    margin: -1px 0 0 -1px;
    position: absolute;
    top: 0;
    width: 14px;
    z-index: 10;
}
.objects-get-presentation__form form .policy label input[type="checkbox"]:checked:before {
    background: url('/local/templates/generator/assets/images/objects/checkbox-get-consultation-active.png') no-repeat center #59544F;
    content: '';
    height: 14px;
    left: 0;
    margin: -1px 0 0 -1px;
    position: absolute;
    top: 0;
    width: 14px;
    z-index: 10;
}
.objects-get-presentation__image {
    border-radius: 20px;
    height: 100%;
    object-fit: cover;
}
.recommended-objects {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 80px;
    overflow: hidden;
}
.recommended-objects .container {
    position: relative;
}
.recommended-objects__title {
    color: #2d2d2d;
    font-weight: 600;
    font-size: 55px;
    line-height: 130%;
    margin-bottom: 40px;
}
.recommended-objects__filter {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin-bottom: 40px;
    width: 100%;
}
.recommended-objects__filter-item {
    border-bottom: 2px solid rgba(0, 0, 0, .2);
    color: var(--black);
    cursor: pointer;
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    padding: 0 50px 10px 5px;
    white-space: nowrap;
    width: 100%;
}
@media screen and (max-width: 1024px) {
    .recommended-objects__filter-item {
        padding: 0 30px 10px 5px;
    }
}
.recommended-objects__filter-item:hover,
.recommended-objects__filter-item.active {
    border-bottom: 2px solid var(--red);
    font-weight: 600;
}
.recommended-objects__slider {
    margin-bottom: 40px;
    overflow: hidden;
}
.recommended-objects__slider .swiper-wrapper {
    width: 100%;
}
.recommended-objects__slider .swiper-slide {
    background: var(--white);
    border-radius: 20px;
}
.recommended-objects .recommended-objects-swiper-button-prev,
.recommended-objects .recommended-objects-swiper-button-next {
    bottom: 0;
    border-radius: 50%;
    cursor: pointer;
    justify-content: unset;
    height: 40px;
    margin: auto;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 40px;
    z-index: 10;
}
.recommended-objects .recommended-objects-swiper-button-prev {
    left: -80px;
}
.recommended-objects .recommended-objects-swiper-button-next {
    right: -80px;
}
.recommended-objects .recommended-objects-swiper-button-prev.swiper-button-disabled,
.recommended-objects .recommended-objects-swiper-button-next.swiper-button-disabled {
    display: none;
}
.recommended-objects__slider .recommended-objects__slider-post-img {
    border-radius: 20px;
    width: 100%;
    overflow: hidden;
}
.recommended-objects__slider .recommended-objects__slider-post-wrapper {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 20px;
}
.recommended-objects__slider .recommended-objects__slider-post-title {
    color: var(--black);
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 20px;
    text-decoration: none;
}
.recommended-objects__slider .recommended-objects__slider-post-meta {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin-bottom: 20px;
}
.recommended-objects__slider .recommended-objects__slider-post-meta.square svg {
    margin-right: 10px;
    width: 19px;
}
.recommended-objects__slider .recommended-objects__slider-post-meta.bedrooms {
    margin-right: 20px;
}
.recommended-objects__slider .recommended-objects__slider-post-meta.bedrooms svg {
    margin-right: 8px;
    width: 23px;
}
.recommended-objects__slider .recommended-objects__slider-post-meta.bathrooms svg {
    margin-right: 8px;
    width: 22px;
}
.recommended-objects__slider .recommended-objects__slider-post-meta.distance_from_sea svg {
    margin-right: 8px;
    width: 24px;
}
.recommended-objects__slider .recommended-objects__slider-post-meta span {
    color: #666;
    font-weight: 400;
    font-size: 14px;
}
.recommended-objects__slider .recommended-objects__slider-post-meta strong {
    color: var(--black);
    font-weight: 600;
}
.recommended-objects__slider .recommended-objects__slider-post-meta-block {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}
.recommended-objects__slider .recommended-objects__slider-post-link:hover,
.recommended-objects__slider .recommended-objects__slider-post-link:visited,
.recommended-objects__slider .recommended-objects__slider-post-link {
    background: var(--red);
    border-radius: 8px;
    color: var(--white);
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    padding: 19px;
    text-align: center;
    text-decoration: none;
    width: 100%;
}
.recommended-objects__link:visited,
.recommended-objects__link:hover,
.recommended-objects__link {
    background: var(--red);
    border-radius: 8px;
    color: var(--white);
    display: block;
    font-weight: 600;
    font-size: 18px;
    line-height: 140%;
    margin: 0 auto;
    padding: 19px;
    text-align: center;
    text-decoration: none;
    width: 360px;
}
.post-cards_slider .post-cards_slider-button-prev,
.post-cards_slider .post-cards_slider-button-next {
    bottom: 0;
    border-radius: 50%;
    cursor: pointer;
    justify-content: unset;
    height: 40px;
    margin: auto;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 40px;
    z-index: 10;
}
.post-cards_slider .post-cards_slider-button-prev {
    left: -80px;
}
.post-cards_slider .post-cards_slider-button-next {
    right: -80px;
}
.post-cards_slider .post-cards_slider-button-prev.swiper-button-disabled,
.post-cards_slider .post-cards_slider-button-next.swiper-button-disabled {
    display: none;
}
.post-cards_slider a img{
    border-radius: 20px;
    width: 100%;
    overflow: hidden;
}
.objects__link:visited,
.objects__link:hover,
.objects__link {
    background: var(--red);
    border-radius: 8px;
    color: var(--white);
    display: block;
    font-weight: 600;
    font-size: 18px;
    line-height: 140%;
    margin: 0 auto;
    padding: 19px;
    text-align: center;
    text-decoration: none;
    width: 360px;
}

@media screen and (max-width: 768px){
    .objects-section__title {
        color: var(--black);
        font-size: 26px;
        margin: 0 0 10px;
    }
    .objects-section__desc {
        color: var(--black);
        font-size: 17px;
        margin-bottom: 20px;
    }
    .objects-section__img {
        border-radius: 20px;
        height: 180px;
        margin-bottom: 20px;
        max-height: 180px;
        min-height: unset;
        object-fit: cover;
        width: 100%;
    }
    .object-section__btn:hover, .object-section__btn {
        align-items: center;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        height: 60px;
        margin-bottom: 20px;
        padding: 13px 20px;
        width: 100%;
    }
    .object-section__btn span {
        color: rgba(255, 255, 255, 0.8);
        font-weight: 500;
        font-size: 12px;
        line-height: 140%;
        margin-left: 30px;
        text-align: right;
        width: 34px;
    }
    .object-section__info {
        align-items: flex-start;
        background: transparent;
        border: 0;
        border-radius: 0;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        max-width: unset;
        padding: 0;
    }
    .object-section__info-stats {
        align-items: flex-start;
        flex-direction: column;
        width: 100%;
    }
    .object-section__info-roi,
    .object-section__info-stats-bedrooms,
    .object-section__info-stats-start-price {
        background: var(--white);
        border-radius: 10px;
        font-size: 14px;
        margin-bottom: 20px;
        padding: 20px;
        width: 100%;
    }
    .object-section__info-stats-bedrooms {
        border: 0;
    }
    .object-section__info-roi span,
    .object-section__info-stats-bedrooms span,
    .object-section__info-stats-start-price span {
        align-items: center;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        font-weight: 600;
        font-size: 28px;
        margin-bottom: 5px;
        width: 100%;
    }
    .objects-about-project {
        gap: 0;
        grid-template-columns: 1fr;
        margin: 0 0 60px;
        padding: 20px;
        width: 100%;
    }
    .objects-about-project__desc-title {
        font-size: 26px;
        margin-bottom: 10px;
    }
    .objects-about-project__desc-text p {
        margin-top: 0;
        font-size: 14px;
    }
    .objects-about-project__developer {
        background: transparent;
        border-radius: 0;
    }
    .objects-about-project__developer img {
        height: 160px;
    }
    .objects-about-project__developer-inner {
        padding: 0;
    }
    .objects-about-project__developer-icon {
        margin: 15px 0 25px;
    }
    .objects-about-project__developer-text {
        font-size: 14px;
    }
    .objects-about-project__advantages {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-bottom: 60px;
    }
    .objects-about-project__advantages-desc {
        justify-content: flex-start;
    }
    .objects-about-project__advantages-desc-title {
        font-size: 26px;
        margin-bottom: 20px;
    }
    .objects-about-project__advantages-desc-props {
        grid-template-columns: 1fr;
        gap: 20px;
        width: 100%;
    }
    .objects-about-project__advantages-desc-props li {
        font-size: 14px;
        padding: 20px;
    }
    .objects-about-project__advantages-image img {
        height: 180px;
    }
    .objects-object-map {
        margin-bottom: 60px;
    }
    .objects-object-map__title {
        font-size: 26px;
        margin-bottom: 20px;
    }
    .objects-object-map__other-markers {
        align-items: flex-start;
        flex-direction: column;
        justify-content: flex-start;
        flex-wrap: unset;
        margin: 0 0 10px;
    }
    .objects-object-map__other-markers li {
        width: 100%;
    }
    .objects-object-map__other-markers li:last-child {
        margin-right: 0;
    }
    .objects-object-map__other-markers li:before {
        content: '';
        margin-right: 8px;
    }
    .objects-object-map__frame {
        height: 220px;
    }
    .objects-object-map__frame img {
        height: 100%;
        object-fit: cover;
        width: 100%;
    }
    .objects-text-item {
        margin-bottom: 20px;
    }
    .objects-text-item:last-child {
        margin-bottom: 60px;
    }
    .objects-text-item__title {
        margin-bottom: 10px;
    }
    .objects-text-item__desc {
        font-size: 14px;
    }
    .objects-link-filter {
        padding-bottom: 0;
    }
    .objects-link-filter__item-title {
        color: var(--black);
        font-weight: 600;
        font-size: 18px;
    }
    .objects-link-filter__item-list {
        grid-template-columns: 1fr;
        column-gap: 0;
        row-gap: 20px;
    }
    .objects-link-filter__item-list li a:hover,
    .objects-link-filter__item-list li a {
        font-size: 18px;
    }
    .objects__filter-title {
        font-size: 26px;
        margin: 40px 0 20px;
    }
    .objects-gallery__title {
        font-size: 26px;
        margin-bottom: 20px;
    }
    .objects-gallery__main-slider {
        height: 220px;
        margin-bottom: 15px;
    }
    .objects-gallery__main-slider img {
        height: 220px;
    }

    .objects-gallery__thumb-slider-wrapper {
        height: 120px;
        margin-bottom: 60px;
    }
    .objects-gallery__thumb-slider img {
        height: 120px;
        width: 100%;
    }
    .objects-gallery__thumb-slider-button-prev,
    .objects-gallery__thumb-slider-button-next {
        height: 30px;
        top: calc( 50% - 15px );
        width: 30px;
    }
    .objects-gallery__thumb-slider-button-prev {
        left: -15px;
    }
    .objects-gallery__thumb-slider-button-next {
        right: -15px;
    }
    .objects-get-presentation {
        justify-content: flex-start;
        margin-bottom: 76px;
        padding: 20px 15px;
    }
    .objects-get-presentation__title {
        font-size: 26px;
        margin-bottom: 15px;
    }
    .objects-get-presentation__form form >  label {;
        font-size: 12px;
        line-height: 145%;
    }
    .objects-get-presentation__form form >  label input[type="tel"] {
        height: 50px;
        line-height: 145%;
        margin-top: 8px;
        padding: 0 15px;
    }
    .objects-get-presentation__form form button {
        margin: 10px 0;
        padding: 15px;
        text-align: left;
    }
    .objects-get-presentation__form form .policy label input[type="checkbox"]:not(:checked):before {
        background: url('/local/templates/generator/assets/images/objects/checkbox-get-consultation.png') no-repeat center #293A44;
        content: '';
    }
    .objects-get-presentation__form form .policy label input[type="checkbox"]:checked:before {
        background: url('/local/templates/generator/assets/images/objects/checkbox-get-consultation-active.png') no-repeat center #293A44;
        content: '';
    }
    .objects-get-presentation__image {
        border-radius: 0;
        height: 100%;
        object-fit: cover;
    }
    .recommended-objects {
        justify-content: flex-start;
        margin-bottom: 60px;
    }
    .recommended-objects__title {
        font-size: 26px;
        margin: 0 0 10px;
    }
    .recommended-objects__filter {
        margin-bottom: 20px;
        overflow-x: scroll;
        width: unset;
    }
    .recommended-objects__filter-item {
        font-size: 18px;
        padding: 0 20px 10px 0;
    }
    .recommended-objects__slider {
        margin-bottom: 20px;
    }

    .recommended-objects__slider .recommended-objects__slider-post-wrapper {
        padding: 15px;
    }
    .recommended-objects__slider .recommended-objects__slider-post-title {
        font-size: 18px;
    }
    .recommended-objects__slider .recommended-objects__slider-post-meta {
        margin-bottom: 15px;
    }
    .recommended-objects__link:visited,
    .recommended-objects__link:hover,
    .recommended-objects__link {
        width: 100%;
    }
    .objects__link__link:visited,
    .objects__link__link:hover,
    .objects__link__link {
        width: 100%;
    }
    .for-mb{
        display: -webkit-box!important;
        display: -moz-box!important;
        display: -ms-flexbox!important;
        display: -webkit-flex!important;
        display: flex!important;
    }
    .for-pc{
        display: none !important;
    }
    html body{
        background: #ebebeb;
    }
}

@media screen and (max-width: 320px) {
    .objects-link-filter__item-list li a:hover,
    .objects-link-filter__item-list li a {
        font-size: 16px;
    }
    .objects-get-presentation__title {
        font-size: 18px;
    }
    .objects-get-presentation__form form button {
        font-size: 14px;
    }
    .objects-get-presentation__form form .policy label {
        font-size: 9px;
    }
}


.objects__expert {
    align-items: flex-start;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    padding: 40px;
    position: relative;
    margin-bottom: 80px;
    z-index: 1;
}

@media screen and (max-width: 768px) {
    .objects__expert {
        margin-bottom: 60px;
        padding: 15px 15px 0;
    }
}

.objects__expert__title {
    color: var(--white);
    font-weight: 600;
    font-size: 55px;
    line-height: 130%;
    margin-bottom: 20px;
    max-width: 660px;
}

@media screen and (max-width: 768px) {
    .objects__expert__title {
        font-size: 26px;
        max-width: unset;
    }
}

.objects__expert__desc {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    max-width: 660px;
}

.objects__expert__desc p {
    color: var(--white);
    font-weight: 400;
    font-size: 22px;
    line-height: 140%;
    margin: 0 0 10px;
}

.objects__expert__action {
    align-items: center;
    color: var(--white);
    display: flex;
    font-weight: 400;
    font-size: 16px;
    flex-direction: row;
    line-height: 145%;
    justify-content: space-between;
    margin-top: 30px;
    max-width: 660px;
}

.objects__expert__action a {
    background: #29a71a;
    border-radius: 8px;
    color: var(--white);
    font-weight: 600;
    font-size: 18px;
    line-height: 140%;
    margin-right: 40px;
    padding: 26px;
    text-decoration: none;
    width: 360px;
}

@media screen and (max-width: 1200px) {
    .objects__expert__title {
        font-size: 40px;
        max-width: 660px;
    }

    .objects__expert__desc p {
        font-size: 17px;
    }

    .objects__expert__action a {
        width: 240px;
    }
}

@media screen and (max-width: 768px) {
    .objects__expert__title {
        font-size: 26px;
        max-width: unset;
        margin-bottom: 15px;
        width: 100%;
    }

    .objects__expert__desc p {
        margin-bottom: 5px;
    }

    .objects__expert__action {
        font-size: 12px;
        flex-direction: column;
        justify-content: flex-start;
        max-width: unset;
        width: 100%;
        margin: 25px 0 110px;
        text-align: center;
    }

    .objects__expert__action a {
        font-size: 16px;
        margin: 0 0 5px;
        padding: 19px;
        text-align: center;
        width: 100%;
    }
}


/*Post Cards*/
.post-cards {
    display: grid;
    gap: 40px;
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
    .post-cards {
        gap: 20px;
        grid-template-columns: repeat(2, 1fr);
    }
}
@media screen and (max-width: 768px) {
    .post-cards {
        grid-template-columns: 1fr;
    }
}
.post-card {
    align-items: flex-start;
    background: var(--white);
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
}
.post-card__thumbnail-gallery,
.post-card__thumbnail {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.post-card__thumbnail-gallery {
    height: 272px;
    max-width: 360px;
    width: 100%;
}
.post-card__thumbnail-gallery .swiper_thumb {
    overflow: hidden;
    position: relative;
    width: 100%;
}
.post-card__thumbnail-gallery a,
.post-card__thumbnail a {
    border-radius: 20px;
    height: 272px;
    overflow: hidden;
    width: 100%;
}
.post-card__thumbnail-gallery img,
.post-card__thumbnail img {
    height: 272px;
    object-fit: cover;
    width: 100%;
}
.post-card__thumbnail-gallery .swiper-button-prev,
.post-card__thumbnail-gallery .swiper-button-next {
    height: 40px;
    position: absolute;
    top: 50%;
    width: 40px;
    z-index: 100;
    outline: none;
    outline: 0;
}
.post-card__thumbnail-gallery .swiper-button-prev {
    left: 20px;
}
.post-card__thumbnail-gallery .swiper-button-next {
    right: 20px;
}
.post-card__props {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 20px;
    width: 100%;
}
.post-card__title a:hover,
.post-card__title a,
.post-card__title span.not-link{
    color: var(--black);
    display: flex;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 20px;
    text-decoration: none;
    min-height: 84px;
}
.post-card__object-item-props {
    align-items: flex-start;
    border-bottom: 1px solid rgba(0,0,0,.1);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin: 0;
    padding: 0;
    width: 100%;
}
.post-card__object-item-props li {
    align-items: center;
    color: var(--black);
    display: flex;
    flex-direction: row;
    font-weight: 600;
    font-size: 14px;
    justify-content: center;
    list-style: none;
    margin-bottom: 20px;
}
.post-card__object-item-props li img {
    height: 24px;
    margin-right: 10px;
    width: 24px;
}
.post-card__object-item-props li .title {
    color: #666;
    font-weight: 400;
    margin-right: 5px;
}
.post-card__object-item-props li sup {
    font-size: 10px;
    margin-top: -5px;
}
.post-card__object-item-props li .prop {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin-right: 20px;
}
.post-card__object-item-price {
    font-weight: 600;
    font-size: 18px;
    line-height: 140%;
    color: #000;
    margin: 20px 0;
}
@media screen and (max-width: 320px) {
    .post-card__object-item-price {
        font-size: 16px;
    }
}
.post-card__object-item-price-title {
    color: #666;
    font-size: 13px;
}
.post-card__object-item-price select {
    background: transparent;
    border: 0;
    font-weight: 600;
    font-size: 18px;
    line-height: 140%;
    color: #000;
    margin: 0 0 0 5px;
}
@media screen and (max-width: 320px) {
    .post-card__object-item-price-title {
        font-size: 12px;
    }
    .post-card__object-item-price select {
        font-size: 16px;
    }
}
.post-card__object-item-readmore:hover,
.post-card__object-item-readmore {
    align-items: center;
    background: var(--red);
    border-radius: 8px;
    color: var(--white);
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    padding: 16px 0;
    text-decoration: none;
    width: 100%;
    position: relative;
    z-index: 10;
}
.post-card__fav-unchecked,
.post-card__fav-checked {
    background: #fff;
    align-items: center;
    border-radius: 4px;
    cursor: pointer;
    display: none;
    flex-direction: column;
    justify-content: center;
    height: 32px;
    padding: 8px;
    position: absolute;
    right: 20px;
    top: 20px;
    width: 32px;
    z-index: 1000;
}
.post-card__fav-unchecked.active,
.post-card__fav-checked.active {
    display: flex;
}
@media screen and (max-width: 768px) {
    .post-cards {
        margin-bottom: 45px;
    }
    .post-card__thumbnail a {
        height: 220px;
    }
    .post-card__thumbnail img {
        height: 220px;
    }
    .post-card__props {
        padding: 15px;
    }
    .post-card__title a:hover,
    .post-card__title a,
    .post-card__title span.not-link{
        font-size: 18px;
        min-height: unset;
    }
    .post-card__object-item-props li {
        margin-bottom: 17px;
    }
    .post-card__object-item-props li img {
        margin-right: 8px;
    }
    .post-card__object-item-props li .prop {
        margin-right: 15px;
    }
    .post-card__object-item-price {
        margin: 15px 0;
    }
    .post-card__object-item-readmore:hover,
    .post-card__object-item-readmore {
        padding: 19px 0;
        max-width: 100%;
        width: 100%;
    }
    .post-card__fav-unchecked,
    .post-card__fav-checked {
        right: 15px;
        top: 15px;
    }
    .post-cards__link {
        align-items: center;
        background: var(--red);
        border-radius: 8px;
        color: #fff;
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-bottom: 15px;
        padding: 24px 11px;
        text-decoration: none;
    }

    .post-cards.post-cards_slider .swiper-wrapper {
        display: flex;
        flex-direction: column;
        height: auto;
        transform: none;
        gap: 20px;
    }

    .swiper-slide.post-card {
        width: 100%;
        max-width: 100%;
        height: auto;
    }
    .swiper-slide:nth-child(n+4) {
        display: none !important;
    }

    .post-cards_slider-button-prev,
    .post-cards_slider-button-next {
        display: none !important;
    }
}
@media screen and (max-width: 320px) {
    .post-card__object-item-readmore:hover,
    .post-card__object-item-readmore {
        font-size: 14px;
    }
}

.objects__seo h2:first-of-type{
    margin-top: 0;
}

.objects__seo h2{
    color: var(--black);
    font-weight: 700;
    font-size: 24px;
    line-height: 135%;
    margin-bottom: 20px;
    margin-top: 40px;
    display: block;
}

.objects__seo p{
    margin-bottom: 0;
    color: var(--black);
    font-weight: 400;
    font-size: 18px;
    line-height: 145%;
}

.objects__seo{
    padding-bottom: 40px;
}

@media screen and (max-width: 768px) {
    .objects__seo{
        padding-bottom: 0;
    }
    .objects__seo h2{
        margin-top: 20px;
        margin-bottom: 10px;
    }
    .objects__seo p{
        font-size: 14px;
    }
}

.objects__shadow{
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000000;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0.5;
    z-index: -1;
}

.post-cards_slider{
    overflow: hidden;
}

.post-card__main-img{
    height: 272px;
    object-fit: cover;
    -o-object-fit: cover;
    border-radius: 20px;
}