html {}

body {
    font-size: 1.2rem;
    line-height: 2.2rem;
}
img {
    max-width: 100%;
}
.post-sb--main {
    margin: 0 -100px;
}

.footer__column {
    order: 1;
}
.form__item {
    width: auto;
    flex: 1;
}
.btn {
    border-radius: 0;
}
.btn.btn-outline-black {
    color: #000;
    border: solid 1px #000;
    background: none;
}
.btn.btn-black {
    color: #ffffff;
    border: solid 1px #000;
    background-color: #000;
}
.btn.btn-sm {
    padding: 11px 25px;
}

a {
    color: var(--main-color1);
}

a:hover {
    color: var(--main-color1);
    opacity: 0.7;
}

.footer-menu {
    text-align: right;
    list-style: none;
    padding-left: 0;
}

.footer-menu li a {
    color: black;
}

.footer-menu li.active a {
    color: var(--main-color1);
}

.section-padding {
    padding: 90px 0;
}

.footer {
}

.navigation__dropdown-wrapper {
    flex-direction: column;
}

.default-logo {
    height: 125px;
}

.heading {
    margin-bottom: 30px;
}

.contacts__info.contact-info {
    margin-left: 0;
}

.contacts__info.contact-info .contact-info__content {
    margin-bottom: 35px;
}

.contacts__info.contact-info .contact-info__item {
    flex-direction: column;
}

ul.extra-small-icon {
    padding-left: 0;
    list-style: none;
}

.flex-align-items-center {
    align-items: center;
}

.error-message {
    color: #E74C3C;
}

.success-message {
    color: #2ECC71;
}

.property-badge-left {
    position: absolute;
    top: 20px;
    padding: 0px 15px;
    background: var(--main-color1);
    color: white;
    font-weight: 300;
}

.property-address {
    font-size: 25px;
    margin-bottom: 20px;
    display: block;
}

.property-address .city {
    text-transform: uppercase;
}

.project-works-slider .slider__item {}

.project-works-slider img {
    /* width: auto; */
    height: 500px;
    object-fit: cover;
}

.project-works-slider.slider--single .swiper-pagination {
    margin-top: 45px;
}



.property-page table {
    width: 100%;
}

.property-page table tr {
    border-bottom: 1px solid #d6d6d6;
}

.property-page table tr.is-sold {
    opacity: 0.3;
}

.property-page table th, .property-page table td {
    padding: 16px 0;
}

.property-page .property-info-block {
    margin-bottom: 50px;
}

.property-page .property-info-block label {
    font-weight: bold;
    text-transform: uppercase;
}

.entities_wrapper {
    padding: 20px;
    border: solid 1px #d6d6d6;
}

.property-page .entities_wrapper table tr:last-child {
    border-bottom: none;
}
.property-images-section {
    
}
.property-images-section .images-list {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    flex-direction: row;
}
.property-images-section .images-list li {
    display: flex;
    flex: 1 0 48%;
    justify-content: center;
}

@media (min-width: 576px) {
    .entities_wrapper {
        padding: 40px;
    }
}

@media (min-width: 768px) {
    .entities_wrapper {
        padding: 40px;
    }
}

@media (min-width: 992px) {
    .entities_wrapper {
        padding: 40px;
    }
}

@media (min-width: 1200px) {
    .entities_wrapper {
        padding: 40px;
    }
}

.mt-1 {
    margin-top: 10px;
}

.mt-2 {
    margin-top: 20px;
}

.mt-3 {
    margin-top: 30px;
}

.mt-4 {
    margin-top: 40px;
}

.mt-5 {
    margin-top: 50px;
}

.mt-6 {
    margin-top: 60px;
}

.mt-7 {
    margin-top: 70px;
}

.mt-8 {
    margin-top: 80px;
}

.mb-1 {
    margin-bottom: 10px;
}

.mb-2 {
    margin-bottom: 20px;
}

.mb-3 {
    margin-bottom: 30px;
}

.mb-4 {
    margin-bottom: 40px;
}

.mb-5 {
    margin-bottom: 50px;
}

.mb-6 {
    margin-bottom: 60px;
}

.mb-7 {
    margin-bottom: 70px;
}

.mb-8 {
    margin-bottom: 80px;
}

.display-none {
    display: none;
}

.text-center {
    text-align: center;
}

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

.text-left {
    text-align: left;
}

.slide-content {
    padding: 36px 30px;
}

.slide__content {
    position: absolute;
    left: 20px;
    bottom: 20px;
}
.home-slider {
    max-width: 1600px;
    margin: auto;
}
.slide-content__heading {
    font-size: 27px;
}
.header {
    z-index: 1;
}
.bg-section {
    position: relative;
}
.bg-section::before {
    content: ' ';
    position: absolute;
    background: #e39f401a;
    height: 140%;
    width: 100%;
    z-index: -1;
    top: -20%;
}

.bg-section-no-overflow.section-padding {
    padding: 100px 0;
}
.bg-section-no-overflow::before {
    height: 100%;
    top: 0;
}
.home-slider .slide img {
    height: 700px;
}
.partners__line {
    padding: 0;
    margin: 100px 0;
}
.post-sb__content-gallery-item img { 
    margin-bottom: 50px;
}
@media(max-width: 1199px) {
    .section-padding {
        padding: 90px 0;
    }
    .form__submit {
        font-size: 15px;
        padding: 12px;
    }
    .post-sb__title {
        font-size: 40px;
        line-height: 52px;
    }
    .heading {
        font-size: 36px;
    }
    .property-address {
        font-size: 21px;
    }
    .home-slider .slide img {
        height: 600px;
    }
}

@media(max-width: 1100px) {}

@media(max-width: 1024px) {
    .article-preview__image {
        height: 300px;
    }
}

@media(max-width: 991px) {
    .container, .container-md, .container-sm {
        max-width: none;
        width: 90%;
    }

    .header__logo {
        flex: 1;
    }

    .home-slider .slide img {
        height: calc(100vh - 250px);
        min-height: 300px;
        max-height: 500px;
    }

    .section-padding, .bg-section-no-overflow.section-padding {
        padding: 50px 0;
    }

    .footer-menu {
        text-align: left;
        margin-bottom: 40px;
    }

    .footer_menu_column {
        order: 0;
    }
    .header__inner {
        padding: 15px 15px;
    }
    .project-works-slider img {
        height: 400px;
    }
    .entities_wrapper {
        padding: 30px;
    }
    .footer__email {
        font-size: 30px;
        line-height: 40px;
    }
    .menu.menu--opened .navigation__item--current a {
        color: var(--main-color1);
    }
    .footer__top p {
        font-size: 20px;
        line-height: 34px;
    }
    .slide-content {
        padding: 20px 21px;
    }
    .property-page table th, .property-page table td {
        font-size: 15px;
        line-height: 24px;
    }
    .process-step__item::before {
        font-size: 27px;
    }
    .process-step__item {
        padding-left: 36px;
    }
}

@media(max-width: 850px) {
    .article-preview__image {
        height: 200px;
    }
}

@media(max-width: 767px) {
    .heading, .post-sb__title {
        font-size: 30px;
        line-height: 40px;
    }
    p, .footer__top p {
        font-size: 16px;
        line-height: 28px;
    }
    .h2, h2 {
        font-size: 28px;
    }
    .h3, h3 {
        font-size: 24px;
    }
    .property-address {
        font-size: 18px;
    }
    .heading {
        margin-bottom: 15px;
    }
    .entities_wrapper {
        padding: 20px 18px;
    }
    .section-padding {
        padding: 45px 0;
    }
    .contacts__header {
        padding-top: 0;
    }
    .post-sb__content-gallery-item { 
        text-align: center;
    }
    .post-sb__content-gallery-item img {
        width: 100%;
        height: 400px;
        max-width: 400px;
        margin-bottom: 30px;
    }
    .works__list--masonry .works__item {
        padding: 10px;
        margin-bottom: 10px;
    }
    .field input, .field textarea {
        padding-bottom: 0px;
        font-size: 15px;
    }
    .field input:placeholder-shown ~ .field__hint, .field textarea:placeholder-shown ~ .field__hint {
        font-size: 15px;
    }
    .slide-content__heading {
        font-size: 20px;
    }
    .article-preview__image {
        height: auto;
        position: relative;
    }
    .project-works-slider img {
        height: 300px;
    }
    .footer {
        padding: 60px 0;
    }
    .footer-menu {
        margin-bottom: 20px;
    }
    .article-list__item {
        padding: 8px;
        margin: 0;
    }
    .property-page table td:first-child {
        width: 30%;
    }
    .menu__close {
        top: 30px;
        right: 30px;
    }

    .mb-7 {
        margin-bottom: 45px;
    }
    .mt-7 {
        margin-top: 45px;
    }
}

@media(max-width: 575px) {
    .heading, .post-sb__title {
        font-size: 26px;
        line-height: 34px;
    }
    .h2, h2 {
        font-size: 24px;
    }
    .h3, h3 {
        font-size: 20px;
    }

    .mb-7 {
        margin-bottom: 35px;
    }
    .mt-7 {
        margin-top: 35px;
    }
    .default-logo {
        height: 90px;
    }
    .menu__close {
        top: 40px;
        right: 40px;
    }
    .post-sb__content-gallery-item img {
        height: 340px;
    }
    .footer__column-title {
        margin-bottom: 15px;
        font-size: 20px;
    }
    .article-preview__image img {
        max-width: 350px;
        margin: auto;
        height: 300px;
        object-fit: cover;
    }
    .service-page__image {
        margin: 0 auto 35px;
    }
}

@media(max-width: 500px) {
    .property-page table th, .property-page table td {
        white-space: nowrap;
    }
    .entities_wrapper{
        overflow: scroll;
    }
    .home-slider .slide img {
        height: 350px;
        max-height: none;
        min-height: none;
    }
    .btn.btn-sm {
        padding: 10px 20px;
        font-size: 12px;
    }
}
@media(max-width: 450px) {
    .slide-content__heading {
        font-size: 16px;
    }
    .process-step__item::before {
        font-size: 35px;
    }
    .process-step__item {
        padding-left: 40px;
    }
    .process-step__item-title {
        margin-bottom: 15px;
        font-size: 18px;
    }
    .post-sb__content-gallery-item img {
        height: 250px;
    }
    .article-preview__image img {
        height: 250px;
    }
}
@media(max-width: 350px) {
    .heading, .post-sb__title {
        font-size: 20px;
        line-height: 28px;
    }
    p, .footer__top p {
        font-size: 14px;
        line-height: 24px;
    }
    .container, .container-md, .container-sm {
        width: 97%;
    }
}