/* Contact Section Styles */
.contact-section-us-wrap {
    margin: 0 -5px;
}

.contact-section-us {
    max-width: none;
    display: flex;
    padding: 24px 73px 21px 25px;
    align-items: start;
    border-radius: 10px;
    background: linear-gradient(90deg, #005ca3 0%, #00223d 100%);
    position: relative;
    box-sizing: border-box;
    margin: 0 auto;
}

.main-title-contacts {
    color: var(--Colors-bg, #FFF);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: NAMU;
    font-size: 42px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
    margin: 0 0 6px 0;
}

.contact-section-us .content-wrapper {
    justify-content: space-between;
    align-items: start;
}

.contact-section-us .button-text {
    padding: 5px 0 0 0;
}

.description-contacts {
    font: 400 16px "Lato", sans-serif;
    font-style: normal;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    max-width: 670px;
    margin-bottom: 30px;
}

.heading-group {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    align-self: stretch;
    position: relative;
}

.widget_contact_us {
    margin-top: 100px;
}

.text-content {
    padding-top: 30px;
    position: relative;
    z-index: 2;
}

.icon-wrapper {
    position: relative;
}

.home-icon {
    width: 253px;
    height: 255px;
    flex-shrink: 0;
    fill: rgba(240, 249, 255, 0.25);
    opacity: 0.35;
    position: relative;
}

@media (max-width: 991px) {
    .icon-wrapper {
        position: absolute;
        width: 248.04px;
        height: 250px;
        right: -20%;
        bottom: 10%;
        pointer-events: none;
    }

    .widget_contact_us {
        margin: 0;
    }

    .main-title-contacts {
        font-size: 30px;
    }
}

@media (max-width: 640px) {
    .contact-section-us-wrap {
        margin: 40px 1px 0 1px;
    }

    .contact-section-us {
        padding: 0 16px 25px 14px;
    }

    .main-title-contacts {
        font-size: 28px;
    }

    .contact-section-us .content-wrapper {
    }

    .contact-section-us .button-text {
    }

    .description-contacts {
        margin-bottom: 22px;
    }

    .heading-group {
        gap: 11px;
    }

    .widget_contact_us {
    }

    .text-content {
        padding-top: 27px;
    }

    .icon-wrapper {
    }

    .home-icon {
    }
}
