.choose-section {
    background-color: var(--bg-second);
    padding-top: 36px;
    padding-bottom: 40px;
}

.choose-head-div {
    margin-bottom: 70px;
}

.choose-list {
    align-items: flex-start;
}

.choose-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.choose-item-img {
    width: 90px;
    height: 90px;
    object-fit: contain;
    display: block;
    margin: 0 auto 18px;
}

.about-section {
    padding-top: 40px;
    padding-bottom: 60px;
}

.about-section .about-title-text-1 {
    margin-bottom: 10px !important;
}

.about-abs-div {
    align-items: stretch;
}

.housing-buy-about-media {
    position: relative;
    flex: 0 0 400px;
    width: 400px;
    align-self: stretch;
    overflow: hidden;
    border-radius: 16px;
}

.about-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    margin-top: 0;
    object-fit: cover;
}

.housing-buy-telegram-text {
    margin-bottom: 18px;
}

.housing-buy-telegram-btn {
    margin-bottom: 14px;
}

.about-section .about-text-div .btn-div:last-child .housing-buy-telegram-btn {
    margin-bottom: 0;
}

.gallery-section {
    padding-top: 120px;
}

.contact-container {
    display: grid;
    grid-template-columns: repeat(2, 480px);
    justify-content: space-between;
    align-items: start;
    padding-top: 60px;
    padding-bottom: 60px;
}

.contact-text {
    margin-bottom: 30px;
}

.contact-response-note {
    grid-column: 1;
    grid-row: 2;
    margin-top: 12px;
}

.housing-buy-contact-media {
    grid-column: 2;
    grid-row: 1;
    position: relative;
    flex: 0 0 480px;
    width: 480px;
    align-self: stretch;
    overflow: hidden;
    border-radius: 16px;
}

.contact-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
}

@media (min-width: 751px) and (max-width: 1366px),
       (min-device-width: 751px) and (max-device-width: 1366px) {
    .about-abs-div {
        align-items: stretch;
        gap: 24px;
    }

    .contact-container {
        grid-template-columns: minmax(0, 1fr) clamp(280px, 34vw, 420px);
        column-gap: 20px;
        align-items: stretch;
    }

    .contact-left-div {
        width: auto;
    }

    .contact-response-note {
        width: 100%;
        margin-top: 12px;
    }

    .housing-buy-about-media {
        flex: 0 0 clamp(260px, 34vw, 380px);
        width: clamp(260px, 34vw, 380px);
        max-width: none;
        min-width: 0;
        height: auto;
        min-height: 0;
        align-self: stretch;
    }

    .about-img {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        margin-top: 0;
        object-fit: cover;
    }

    .contact-container > div.housing-buy-contact-media {
        display: block;
        width: 100%;
        min-width: 0;
        height: auto;
        min-height: 0;
        align-self: stretch;
        flex: none;
    }
}

@media (max-width: 750px), (max-device-width: 750px) {
    .about-decor-1,
    .about-decor-2 {
        width: clamp(250px, 64vw, 340px);
        max-width: 340px;
        opacity: 0.86;
    }

    .about-decor-1 {
        left: -18%;
        top: 10px;
    }

    .about-decor-2 {
        right: -18%;
        top: 10px;
    }

    .about-abs-div {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 20px;
    }

    .housing-buy-about-media {
        flex: none;
        width: 100%;
        max-width: none;
        min-width: 0;
        height: clamp(320px, 75vw, 460px);
        align-self: stretch;
        border-radius: 16px;
        overflow: hidden;
    }

    .about-img {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .choose-list {
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        gap: 42px;
    }

    .choose-item {
        width: 100%;
        max-width: 340px;
    }

    .choose-item-text {
        width: 100%;
    }

    .contact-container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .housing-buy-contact-media {
        display: none;
    }
}

textarea::placeholder {
  white-space: pre-line;
}
