body {
    font-family: 'Roboto', sans-serif;
    margin: 0;
    padding: 0;
}


.navbar {
    height: 80px;
}

.navbar-brand {
    padding-left: 112px;
    text-align: right;
}

.btn {
    margin-left: 1012.77px;
    width: 203.23px;
    height: 40px;
    border-radius: 8px;
    margin-top: 20px;
    background-color: #052C65 !important;
    color: white !important;
    padding-left: 5px;
}

.brand-text {
    font-family: 'Roboto', sans-serif;
    display: flex;
    flex-direction: column;
    text-align: left;
}

.brand-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
}

.brand-subtitle {
    font-size: 13px;
    color: #6c757d;
    line-height: 1;
}

.btn-login {
    font-family: 'Roboto', sans-serif;
    background-color: #052C65;
    color: white;
    border: none;
    padding: 8px 16px;
    margin-right: 112px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: none;
    outline: none;
}

.btn-login:hover,
.btn-login:focus {
    background-color: #002f6c;
    box-shadow: none;
}

.btn-icon {
    width: 16px;
    height: 16px;
    color: white;
    font-size: 16px;
    margin-right: 8px;
}


.hero-section {
    font-family: 'Roboto', sans-serif;
    width: 100%;
    height: 521px;
    background-image: url('div.png');
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.support-section {
    position: relative;
    background-image: url('276f13d0756987029a5a3e650fd2a2793b15e17e.jpg');
    background-size: cover;
    background-position: center;
    height: 400px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
}

/* затемняющий слой */
.support-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    /* степень затемнения — 0.4 = 40% */
    z-index: 1;
}

/* текст сверху */
.support-content {
    position: relative;
    z-index: 2;
}

.support-content h2 {
    font-size: 32px;
    margin-bottom: 10px;
}

.support-content p {
    font-size: 20px;
    line-height: 28px;
    width: 779px;
    height: 56px;
    margin-bottom: 20px;
}

.support-button {
    padding: 10px 20px;
    font-size: 14px;
    background: white;
    color: #1a1a1a;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.hero-content {
    padding-top: 90px;
    color: white;
    max-width: 845.33px;
    padding: 20px;
    border-radius: 12px;
}

.hero-content h1 {
    font-family: 'Roboto', sans-serif;
    max-width: 814px;
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 20px;
}


.hero-content p {
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-weight: 10;
    margin-bottom: 30px;
}

.hero-button {
    font-family: 'Roboto', sans-serif;
    background-color: #E5E7EB;
    color: #052C65;
    border: none;
    padding: 10px 20px;
    font-weight: 500;
    border-radius: 6px;
    cursor: pointer;
    transition: none;
}

.hero-button:hover,
.hero-button:focus {
    background-color: #E5E7EB;
    color: #052C65;
    box-shadow: none;
}

.courses-section {
    padding: 60px 20px;
    text-align: center;
}

.courses-section h2 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 40px;
}

.courses {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.course-card {
    background-color: #F9FAFB;
    border-radius: 12px;
    padding: 32px 24px;
    width: 352px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.03);
}

.icon {
    background-color: #E5E7EB;
    color: #001f4d;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    margin: 0 auto 20px auto;
}

.course-card h3 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
}

.course-card p {
    font-size: 14px;
    color: #6b7280;
    margin: 0;
}

/* body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    
} */

.container {
    font-family: Arial, sans-serif;
    background-color: #f9fbfd;
    width: 1440px;
    margin: 50px auto;
    padding: 20px;
    text-align: center;
}

.programs{
    padding-bottom: 64px;
}
h1 {
    padding-top: 65px;
}

h3 {
    color: #1a1a1a;
}

.programs {
    max-width: 1440px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-top: 40px;
}

.card {
    background-color: white;
    border-radius: 12px;
    width: 533px;
    height: 456px;
    line-height: 24px;
    justify-content: space-between;
}

.card-header {
    height: 192px;
    background-color: #052C65 !important;
    color: white;
    padding: 30px 0;
    font-size: 36px;
    align-items: center;
    display: flex;
    justify-content: center;
}

.card-content {
    padding: 20px;
    text-align: left;
}

.card-content h3 {
    margin: 0 0 10px;
    font-size: 18px;
    font-weight: 600;
}

.card-content p {
    font-size: 14px;
    color: #555;
}

.info {
    display: flex;
    gap: 10px;
    font-size: 13px;
    margin: 10px 0;
    color: #666;
    align-items: center;
}


.info>* {
    margin: 0;
}


.card-button {
    width: 484px;
    display: block;
    background-color: #0a3d91;
    color: white;
    text-align: center;
    padding: 10px;
    text-decoration: none;
    font-weight: bold;
    margin: 16px 24px;
}

.features {
    font-family: 'Roboto', sans-serif;
    text-align: center;
    padding: 60px 20px;
    background-color: #ffffff;
}

.features h2 {
    font-size: 22px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 40px;
}

.feature-list {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
}

.feature-item {
    max-width: 341px;
    text-align: center;
    margin-right: 48px;
}

.icon-circle {
    background-color: #052C65B2;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 24px;
}

.icon-circle p {
    font-size: 16px;
    line-height: 24px;
}

.feature-item h3 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #1a1a1a;
}

.feature-item p {
    font-size: 14px;
    color: #666666;
}

.footer {
    background-color: #142749;
    /* Темно-синий фон */
    padding: 20px 0;
    font-family: 'Roboto', sans-serif;
    color: #9CA3AF;
}

.footer__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.footer__left {
    display: flex;
    align-items: center;
    gap: 12px;
}

.footer__logo {
    padding-top: 9px;
    padding-bottom: 8px;
    padding-left: 12px;
    padding-right: 12px;
    background-color: white;
    width: 106px;
    height: 65px;
    border-radius: 8px;
}

.footer__info {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
    font-size: 14px;
    color: white;
}

.footer__right {
    text-align: right;
    font-size: 13px;
}

.footer__links {
    margin-top: 5px;
    color: #9CA3AF;
}

.footer__links a {
    color: #9CA3AF;
    text-decoration: none;
    margin-left: 15px;
    font-size: 13px;
}

.footer__copyright {
    color: #9CA3AF;
}

.footer__title {
    font-weight: 600;
    font-size: 18px;
    color: #ffffff;
}

.footer__subtitle {
    font-size: 14px;
    color: #9ca3af;
    margin-top: 2px;
}

@media (max-width: 600px) {
    .footer__container {
        flex-direction: column;
        align-items: flex-start;
    }

    .footer__right {
        text-align: left;
        margin-top: 15px;
    }

    .footer__links a {
        margin-left: 0;
        margin-right: 15px;
    }
}