.banner-badge-image {
    position: absolute;
    bottom: 40px;
    right: 20px;
    width: 250px;
}
.estates-subpage {
    margin: 32px 0 0 0;
}

.estates-subpage .container-md{
    padding: 0;
}

.custom-typography .estates-subpage p.estate-gallery__subtitle{
    font-family: "Open Sans", sans-serif;
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 27px;
    text-transform: uppercase;
    font-weight: bold;
    color: #F26F21;
}

.custom-typography .estates-subpage p.estate-gallery__title{
    font-family: "Merriweather", serif;
    font-size: 21px;
    line-height: 31px;
    color: #141B2D;
    font-weight: bold;
    min-height: 93px;
    margin-bottom: 0;
}

.custom-typography .estates-subpage .options-list{
    color: #7A7674;
    font-size: 13px;
}

.custom-typography .estates-subpage .options-list__item{
    padding: 6px;
}

.custom-typography .estates-subpage ul li::before{
    display: none;
}
.footer-company{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
}

@media only screen and (min-width: 1480px) {
    .index-banner-body{
        min-height: 100%;
        height: 100%;
        max-height: 100%;
    }
}

@media only screen and (max-width: 1480px) {
    .large-banner-image{
        display: none;
    }
    .main-nav__link{
        margin-left: 16px;
    }
    .main-header__logo{
        max-width: 200px;
    }
}

@media only screen and (max-width: 1180px) {
    .footer-company{
        padding: 0 30px;
    }
}

@media only screen and (min-width: 980px) {
    .mobile-lang-switch{
        display: none;
    }
}

@media only screen and (max-width: 980px) {
    .language-switcher{
        display: none;
    }
    .mobile-lang-switch{
        margin-right: 24px;
    }
}

@media only screen and (max-width: 768px) {
    .footer-company{
        padding: 0 15px;
    }
}

@media only screen and (max-width: 580px) {

    .slick-track,
    .property-slider-nav{
        height: 150px;
    }
    .property-slider__thumbnail{
        max-height: 150px;
        min-height: 150px;
        height: 150px;
        background-size: 200px;
        background-position: top;
    }
    .main-footer__body{
        flex-direction: column;
        align-items: center;
    }
    .footer-company{
        flex-direction: column;
        align-items: center;
    }
    .social{
        margin: 5px 0;
    }
    .social .social__link{
        margin: 0;
    }
}
@media only screen and (max-width: 980px) {
    .form-message{
        width: 100% !important;
    }
}
@media only screen and (max-width: 480px) {
    .banner-badge-image {
        bottom: 90px;
        width: 200px;
    }
}