.offer-banner {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
    padding: 16px;
    background: linear-gradient(90deg, #ffe479 0%, #faa773 100%);
    border-radius: 43px;
    overflow: hidden;
    gap: 30px;
}

.offer-banner__offer {
    white-space: nowrap;
    flex: 0 0 auto;
}

.offer-banner__offer-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.1;
    margin: 0;
}

.offer-banner__offer-subtitle,
.offer-banner__training-date {
    margin: 2px 0 0;
}

.offer-banner__training-date time {
    color: inherit;
}

.offer-banner__training {
    flex: 1 1 0;
    min-width: 0;
}

.offer-banner__training-title {
    font-weight: 700;
    line-height: 16px;
    margin: 0;
    font-size: 14px;
}

.offer-banner__action {
    white-space: nowrap;
    flex: 0 0 auto;
}

.offer-banner__training-link {
    color: inherit;
    text-decoration: underline;
}

.offer-banner__training-link:hover,
.offer-banner__training-link:focus {
    color: #000000;
    text-decoration: underline;
}

.offer-banner__action-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    background: #ffffff;
    color: #001d51;
    text-decoration: none;
    border-radius: 50%;
    font-weight: 700;
    font-size: 28px;
    line-height: 1;
    text-align: center;
}

.offer-banner .offer-banner__action-link:hover,
.offer-banner .offer-banner__action-link:focus,
.offer-banner .offer-banner__action-link:active {
    background: #000000;
    color: #ffffff !important;
    text-decoration: none;
}

.offer-banner__offer,
.offer-banner__training,
.offer-banner__action {
    text-align: left;
}

.offer-banner__offer,
.offer-banner__offer-subtitle,
.offer-banner__training-date,
.offer-banner__training-title {
    color: #ffffff;
}

.offer-banner__visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

@media only screen and (max-width: 991px) {
    .offer-banner {
        flex-direction: column;
        align-items: center;
        row-gap: 8px;
    }

    .offer-banner__offer,
    .offer-banner__training,
    .offer-banner__action {
        text-align: center;
        flex-basis: auto;
    }
}
