.contact-hero {
    padding: 60px 0;
    text-align: center;
    margin-bottom: 120px;
}

.contact-hero__title {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 24px;
    line-height: 1.4;
    color: var(--vk-color-text-body);
}

.contact-hero__text {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 60px;
    color: var(--vk-color-text-body);
}

.contact-menu-wrapper {
    max-width: 900px;
    margin: 0 auto;
}

.contact-card {
    background-color: #f0eeec;
    border-radius: 12px;
    padding: 45px 85px 60px;
    text-align: center;
    box-sizing: border-box;
    margin-bottom: 0;
}

.contact-card--renovation {
    margin-bottom: 40px;
}

.contact-card__header {
    margin-bottom: 25px;
}

.contact-card__icon {
    margin-bottom: 10px;
}

.contact-card__icon img {
    width: 70px;
}

.contact-card__title {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 20px;
    color: var(--vk-color-text-body);
}

.contact-bottom-grid .contact-card__title {
    font-size: 20px;
    margin-bottom: 10px;
}

.contact-card__lead,
.contact-card__desc {
    font-size: 16px;
    line-height: 1.8;
    color: var(--vk-color-text-body);
    margin-bottom: 0;
}

.contact-card__columns {
    display: flex;
    justify-content: center;
    gap: 30px;
    width: 100%;
    margin-bottom: 40px;
}

.contact-card__column {
    background: #fff;
    border-radius: 8px;
    padding: 0;
    flex: 1;
    text-align: left;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}

.contact-card__column-title {
    background: #717171;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    padding: 12px;
    margin-bottom: 0;
    -webkit-font-smoothing: antialiased;
}

.contact-card__column-content {
    padding: 13px 33px 15px;
}

.contact-card__list {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
}

.contact-card__list li {
    font-size: 17px;
    margin: 5px 0;
    position: relative;
    padding-left: 1em;
    color: var(--vk-color-text-body);
}

.contact-card__list li::before {
    content: "●";
    position: absolute;
    left: 0;
    color: #717171;
    font-size: 12px;
    top: 2px;
}

.contact-card__divider {
    border: none;
    border-top: 1px solid #ddd;
    margin: 20px 0 10px;
}

.contact-card__column-text {
    font-size: 14px;
    line-height: 1.8;
    color: var(--vk-color-text-body);
    margin-bottom: 0;
}

/* .contact-card__column-text.contact-card__column-text--small {
    font-size: 12px;
    color: #666;
} */

.contact-bottom-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

.contact-card--sub {
    padding: 45px 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.contact-card--sub .contact-card__icon {
    width: 80px;
    margin-bottom: 12px;
}

.contact-card--sub .contact-card__icon img {
    width: auto;
    height: 44px;
}

.contact-card--sub .contact-card__desc {
    margin-bottom: 17px;
}

.contact-card--renovation .contact-card__action .v-more {
    width: 330px;
    background-color: var(--vk-color-text-body);
    color: #fff;
    transition: all 0.3s ease-out;
}

.contact-card--renovation .contact-card__action .v-more::after {
    background-color: #fff;
    background-image: url("../../img/more-w.svg");
}

.contact-card--renovation .contact-card__action .v-more:hover {
    background-color: transparent;
    color: var(--vk-color-text-body);
}

.contact-card--renovation .contact-card__action .v-more:hover::after {
    background-color: var(--vk-color-text-body);
    background-image: url("../../img/more.svg");
}

.contact-bottom-grid .contact-card__action .v-more {
    width: 220px;
    height: 54px;
    background-color: var(--vk-color-text-body);
    color: #fff;
    transition: all 0.3s ease-out;
}

.contact-bottom-grid .contact-card__action .v-more::after {
    background-color: #fff;
    background-image: url("../../img/more-w.svg");
}

.contact-bottom-grid .contact-card__action .v-more:hover {
    background-color: transparent;
    color: var(--vk-color-text-body);
}

.contact-bottom-grid .contact-card__action .v-more:hover::after {
    background-color: var(--vk-color-text-body);
    background-image: url("../../img/more.svg");
}

@media (max-width: 991.98px) {
    .contact-card {
        padding: 45px 20px 60px;
    }

    .contact-card__column-content {
        padding: 13px 25px 15px;
    }

    .contact-card__list li {
        font-size: 15px;
    }

    .contact-card--sub {
        padding: 45px 20px;
    }
}

@media screen and (max-width: 767.98px) {
    .contact-hero {
        padding: 40px 0;
        margin-bottom: 60px;
    }

    .contact-hero__title {
        font-size: 20px;
    }

    .contact-hero__text {
        font-size: 14px;
        margin-bottom: 40px;
        text-align: left;
    }

    .contact-menu-wrapper {
        width: 100%;
    }

    .contact-card {
        padding: 40px 20px;
    }

    .contact-card__columns {
        flex-direction: column;
        gap: 20px;
    }

    .contact-bottom-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .contact-card--sub {
        padding: 40px 20px;
    }

    .contact-card__title {
        font-size: 20px;
    }

    .contact-bottom-grid .contact-card__title {
        font-size: 18px;
    }

    .contact-card__action .v-more,
    .contact-bottom-grid .contact-card__action .v-more,
    .contact-card--renovation .contact-card__action .v-more {
        width: 100%;
    }

    .contact-card__action {
        display: block;
        width: 100%;
    }

    .contact-bottom-grid .contact-card__action .v-more {
        height: 48px;
    }

    .contact-card__lead,
    .contact-card__desc {
        font-size: 14px;
        text-align: left;
    }
}