.show-modal{
    display: flex;
}

.sm48{
    font-size: 48px!important;
}
.sm44{
    font-size: 44px!important;
}
.sm38{
    font-size: 38px!important;
}

.callback__success, .callback__err{
    color: var(--light);
    font-size: 28rem;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: 0.42rem;
    text-transform: uppercase;
}

.form .input-file .file{
    max-width: min(400px, 100%);
    width: max-content;
}

.btn.fill-white.loading {
    position: relative;
    pointer-events: none;
    cursor: default;
    background: #C3C3C3;
    color: #8B8B8B;
}
.btn.fill-white.loading svg {
    fill: #8B8B8B;
}
.btn.fill-white.loading::before {
    content: "";
    width: 18px;
    height: 18px;
    border-radius: 100%;
    position: absolute;
    border: 3px solid white;
    border-right: 3px solid transparent;
    top: calc(50% - 12px);
    left: 10px;
    transform-origin: center;
    animation: rotate 1s infinite;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.input-wrapper {
    position: relative;
    margin-bottom: 30px;
}

input.invalid, textarea.invalid {
    border: 1px solid red;
}

.tooltip {
    width: min-content;
    background-color: #333;
    color: #fff;
    padding: 8px 12px;
    border-radius: 6px;
    font-size: 13px;
    white-space: nowrap;
    z-index: 10;
    display: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

.input-wrap,
.input-wrapper
{
    position: relative; /* ключевой момент */
}

.mission-program{
    margin-top: 50rem;
    display: grid;
    grid-gap: 0rem;
    grid-template-columns: 1fr 54.5%;
    justify-items: end;
    align-items: center;
}

.program .program__left .program__title {
    font-size: 25rem;
}

.news-video{
    display: flex;
    flex-direction: row;
    justify-content: center;
}

