.tb-contact-map {
    padding: 72px 0 88px;
    background: #fff;
}

.tb-contact-map__layout {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 40px;
    align-items: start;
}

.tb-contact-map__title {
    margin: 0 0 20px;
    color: #111827;
    font-size: clamp(34px, 4vw, 56px);
    line-height: 1.05;
}

.tb-contact-map__text {
    max-width: 680px;
    color: #4b5563;
    font-size: 18px;
    line-height: 1.7;
}

.tb-contact-map__cards {
    display: grid;
    gap: 18px;
    margin-top: 34px;
}

.tb-contact-map__card {
    padding: 24px;
    border: 1px solid #e5e7eb;
    border-radius: 18px;
    background: #fff;
}

.tb-contact-map__card-title {
    margin: 0 0 12px;
    color: #111827;
    font-size: 20px;
    line-height: 1.25;
}

.tb-contact-map__address {
    color: #4b5563;
    font-style: normal;
    line-height: 1.65;
}

.tb-contact-map__line {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 0 10px;
    color: #4b5563;
}

.tb-contact-map__line:last-child {
    margin-bottom: 0;
}

.tb-contact-map__line span {
    color: #111827;
    font-weight: 700;
}

.tb-contact-map__line a {
    color: #FC7700;
    font-weight: 700;
    text-decoration: none;
    overflow-wrap: anywhere;
}

.tb-contact-map__line a:hover {
    text-decoration: underline;
}

.tb-contact-map__map {
    position: sticky;
    top: 24px;
}

.tb-contact-map__map-title {
    margin: 0 0 18px;
    color: #111827;
    font-size: 28px;
    line-height: 1.15;
}

.tb-contact-map__iframe {
    display: block;
    width: 100%;
    min-height: 520px;
    border: 0;
    border-radius: 20px;
    background: #f3f4f6;
    box-shadow: 0 18px 50px rgba(17, 24, 39, 0.12);
}

.tb-contact-map__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 18px;
    padding: 14px 20px;
    border-radius: 999px;
    background: #111827;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
}

.tb-contact-map__button:hover {
    background: #FC7700;
}

@media (max-width: 980px) {
    .tb-contact-map {
        padding: 52px 0 64px;
    }

    .tb-contact-map__layout {
        grid-template-columns: 1fr;
    }

    .tb-contact-map__map {
        position: static;
    }
}

@media (max-width: 640px) {
    .tb-contact-map {
        padding: 38px 0 48px;
    }

    .tb-contact-map__card {
        padding: 20px;
    }

    .tb-contact-map__iframe {
        min-height: 420px;
        border-radius: 16px;
    }
}

.tb-contact-map,
.tb-contact-map * {
    box-sizing: border-box;
}

.tb-contact-map {
    overflow-x: clip;
}

.tb-contact-map__layout,
.tb-contact-map__content,
.tb-contact-map__map,
.tb-contact-map__cards,
.tb-contact-map__card {
    min-width: 0;
    max-width: 100%;
}

.tb-contact-map__text,
.tb-contact-map__address,
.tb-contact-map__line,
.tb-contact-map__line a,
.tb-contact-map__button {
    max-width: 100%;
    overflow-wrap: anywhere;
}

.tb-contact-map__iframe {
    max-width: 100%;
}

.tb-contact-map__button {
    white-space: normal;
    text-align: center;
}
