@media (max-width: 500px), only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    .main-menu .menu-additional-menu a:not(:first-child) {
        border-top: 1px solid hsla(0, 0%, 100%, .1);
    }

    .offer-list--tiles .offer-item__wrapper {
        padding-bottom: 1.5em;
        margin-bottom: .5em;
        border-bottom: 1px solid #dbdce0;
    }

    .offer-list--tiles .offer-item__wrapper:last-child {
        border-bottom: 0;
    }

    .offer-list--tiles .offer-item__desc {
        display: flex;
        flex-direction: column;
    }

    .offer-list--tiles .offer-item__title.hidden-on-list {
        order: 1;
        margin: 1em 0 .2em !important;
    }

    .offer-list--tiles .offer-item__localization.hidden-on-list {
        order: 2;
    }

    .offer-list--tiles .offer-item__info {
        order: 3;
        border-bottom: 0;
        margin-top: .75em;
    }

    .offer-list--tiles .offer-item__desc > p {
        order: 4;
    }

    .offer-list--tiles .offer-item__refnb.hidden-on-list {
        order: 5;
    }
}

.contact-page.show-form {
    min-height: 685px;
}

.contact-page__form {
    bottom: auto;
    min-height: 100%;
    padding-bottom: 1em;
}

@media only screen and (max-width: 960px) {
    .contact-page.show-form {
        min-height: 0;
    }

    .contact-page__form {
        bottom: 0;
        min-height: 0;
    }
}

@media only screen and (min-width: 961px) {
    .stacked-card__content > div:last-child {
        font-size: 1.375rem;
    }
}

.property-card__content {
    padding-right: 1.25em;
    padding-left: 1.25em;
}

.property-card__details {
    padding-right: 1.5em;
    padding-left: 1.5em;
}

@media only screen and (max-width: 960px) {
    .property-card__content {
        padding: 0 10px 10px;
    }

    .property-card__details {
        padding: 10px;
    }
}

@media (max-width: 640px) {
    .about-apartments .splide__slide .property-card {
        width: max(290px, calc(100vw - 100px)) !important;
    }
}

@media (min-width: 641px) {
    .about-apartments .splide__slide:not(.is-active) .property-card {
        width: 100% !important;
    }
}

.accordion__item.is-active .accordion__content {
    padding-top: 0;
}

.accordion__content p {
    margin: 1.5rem 0 0;
}
