
.block_content_contacts_2026_upper {
    margin-block: 40px 42px;
    text-align: center;
    h1 {
        font-weight: 700;
        font-size: 28px;
        color: #1F2646;
        margin: 0;
    }
}
.block_content_contacts_2026 {
    margin-block: 42px 100px;
    .block_left {
        width: 100%;
        max-width: 380px;
        display: flex;
        flex-direction: column;
        gap: 16px;
    }
    .box {
        border-radius: 5px;
        background: #F7F7F7;
        padding: 20px;
        .box_upper {
            display: flex;
            align-items: center;
            gap: 16px;
            margin-block-end: 8px;

            font-weight: 700;
            font-size: 16px;
            color: #000;
        }
        img {
            display: block;
            max-width: 20px !important;
            max-height: 20px;
        }
        .box_lower p,
        .box_lower a {
            font-weight: 400;
            font-size: 16px;
            color: #000;
            margin: 0;
        }


        .btn_row {
            display: flex;
            gap: 20px;
            margin-top: 20px;
            br {
                display: none;
            }
            a {
                flex-grow: 1;
                height: 48px;
                display: flex;
                align-items: center;
                justify-content: center;

                border-radius: 5px;
                border: 1px solid #1F2646;

                font-weight: 500;
                font-size: 16px;
                color: #1F2646;
            }
            a[href*="google"]::after {
                top: 0;
            }
            a[href*="waze"]::after {
                top: 0;
            }
        }
    }
}