html {
    /* fix разнос значения в ремах */
    font-size: 1px;

    --input-font-size: 1em !important;
    --input-height: auto !important;
}

html .input-wrap__label {
    font-size: 1em;
}

html .multiselect-wrapper {
    min-height: calc(1em + var(--input-padding-top) + var(--input-padding-bottom));
}

html .multiselect-option {
    line-height: normal;
}

html #content .multiselect .multiselect-dropdown, html #content .input-wrap__input .multiselect {
    background: var(--input-hover-background-color) !important;
}

html .btn {
    width: auto;
    height: auto;
    display: inline-flex;
}

html svg.symbol {
    width: 1em;
    height: 1em;
}

html .btn__icon {
    width: auto;
    height: auto;

    picture {
        width: 2em;
        height: 2em;
    }
}

/* список статей */
html .articles__wrap {
    max-width: unset;
}

html .course-banner {
    grid-template-columns: 100%;
}

html .course-banner__shorts {
    display: grid;
    gap: 60px;
}

html .course-banner__additionally {
    max-width: unset;
    align-items: start;
    justify-self: unset;
}

html .course-banner__tags {
    justify-content: start;
}

html .shorts-item__video-container,
html .shorts-item--small .shorts-item__brackets {
    display: none;
}

html .shorts-item--small .shorts-item__small-caption {
    position: relative;
    top: 0;
    left: 0;
}


/*style-about-page.css*/
html .team-member-card {
    display: grid;
}

html .team-slider__character {
    display: none;
}

html .team-member-card__photo {
    position: relative;
    width: 10em;
}

html .team-member-card__photo img {
    height: 100% !important;
}

html .team-member-card__quote-container {
    width: auto;
}

html .team-member-card__details {
    padding: var(--m32);
}

html .team-member-card__photo-container {
    min-height: auto;
    max-height: unset;
}

html .team-slider__arrows {
    position: relative;
    top: unset !important;
    left: unset !important;
    right: 0;
    bottom: 0;
}

html .review-author {
    flex-direction: column;
    align-items: flex-start;
}

html .review-slider {
    --slides-count: 2;
}

html .rating__star {
    width: 1em;
    height: 1em;
}


/*style.css*/
html .main-promo {
    grid-template-columns: 100%;
}

html .main-promo__character, html .main-promo__mobile-character {
    display: none;
}

html .main-promo__title {
    grid-column: unset;
}

html .main-promo__text-container {
    grid-column: unset;
}

html .promo-feature {
    max-width: 100%;
}

html .news-feed__cloud, html .news-feed__character {
    display: none;
}

html .promo-feature__description {
    flex-direction: column;
}

html .page__layout {
    grid-template-areas: 'side''content';
    grid-template-columns: 100%;
}

html .main-shorts__header {
    grid-template-columns: 100%;
}

html .shorts-item:not(.shorts-item--active) .shorts-item__caption {
    opacity: 1;
    transform: none;

}

html .shorts-item__caption {
    width: auto;
    backdrop-filter: none;
    border-radius: unset;
}

html .shorts-item {
    height: auto;
}

html .main-shorts-slider {
    --slide-width: 400rem;
}

html .cursive-arrow {
    display: none;
}

html .main-club__animation {
    display: none;
}

html .seo-block__container {
    flex-direction: column;
}

html .seo-block__title {
    width: 100%;
}

html .seo-block__content {
    width: 100%;
}

html #content h1 b, html #content h1 strong,
html #content h2 b, html #content h2 strong,
html #content h3 b, html #content h3 strong,
html #content h4 b, html #content h4 strong,
html #content h5 b, html #content h5 strong {
    font-size: inherit !important;
}

html .character-at-right {
    display: none;
}

html .page__breadcrumbs {
    display: none;
}

html #content .author-promo-fact__value {
    -webkit-text-fill-color: currentColor;
}

html .special-z-index {
    z-index: 100;
}


html #content .popup .popup__content {
    background: white !important;
}

html #content .vfm .vfm--overlay {
    background-color: rgba(0, 0, 0, 0.5) !important;
}

html #content .subscribe-banner .subscribe-banner__container,
html #content .main-club,
html #content .social-banner__container,
html #content .main-shorts .main-shorts-feature,
html #content .main-shorts .shorts-item__caption,
html #content .team-slider .team-member-card,
html #content .team-slider .team-member-card__quote-container,
html #content .about-achievements .about-achievement {
    background-color: rgba(0, 0, 0, 0.1) !important;
}

html #content .about-promo .about-promo-feature,
html #content .about-join .about-join__title,
html #content .about-join .about-join__description,
html .promo-feature,
html .organization-info-card,

html .color-2#content .subscribe-banner .subscribe-banner__container,
html .color-2#content .main-club,
html .color-2#content .social-banner__container,
html .color-2#content .main-shorts .main-shorts-feature,
html .color-2#content .main-shorts .shorts-item__caption,
html .color-2#content .team-slider .team-member-card,
html .color-2#content .team-slider .team-member-card__quote-container,
html .color-2#content .about-achievements .about-achievement {
    background-color: rgba(255, 255, 255, .1) !important;
}

html #content .about-promo__slider {
    margin: 0 auto;
}

.simple-list {
    display: grid;
    gap: 1em;
    margin-bottom: 2em;
}

html .seo-block__tail, html .about-join::before {
    display: none;
}

html .error-404 {
    margin: 0;
    min-height: unset;
    padding: 0;
}

html #content * {
    font-family: inherit;
}

/* поджимаем шрифты */
@media (max-width: 480px) {
    .font-size-100 {
        font-size: 20px;
    }

    .font-size-100 .navbar-default {
        font-size: 28px;
    }

    .font-size-100 .navbar-nav > li > a {
        line-height: 36px;
    }

    .font-size-100 h1, .font-size-100 .h1 {
        font-size: 45px;
    }

    .font-size-100 h2, .font-size-100 .h2 {
        font-size: 40px;
    }

    .font-size-100 h3, .font-size-100 .h3 {
        font-size: 35px;
    }

    .font-size-100 h4, .font-size-100 .h4 {
        font-size: 28px;
    }

    .font-size-100 h5, .font-size-100 .h5 {
        font-size: 24px;
    }

    .font-size-100 h6, .font-size-100 .h6 {
        font-size: 21px;
    }

    .font-size-100 .form-control {
        font-size: 24px;
        min-height: 50px;
    }

    .font-size-100 textarea.form-control {
        height: auto;
    }

    #content.font-size-100 .btn {
        font-size: 24px;
    }

    .font-size-100 p, .font-size-100 span, .font-size-100 div, .font-size-100 b, .font-size-100 i, .font-size-100 sup, .font-size-100 sub, .font-size-100 pre, .font-size-100 em, .font-size-100 strong {
        font-size: 20px !important;
    }

    .font-size-150 {
        font-size: 30px;
    }

    .font-size-150 .navbar-default {
        font-size: 42px;
    }

    .font-size-150 .navbar-nav > li > a {
        line-height: 53px;
    }

    .font-size-150 h1, .font-size-150 .h1 {
        font-size: 47px;
    }

    .font-size-150 h2, .font-size-150 .h2 {
        font-size: 43px;
    }

    .font-size-150 h3, .font-size-150 .h3 {
        font-size: 40px;
    }

    .font-size-150 h4, .font-size-150 .h4 {
        font-size: 38px;
    }

    .font-size-150 h5, .font-size-150 .h5 {
        font-size: 36px;
    }

    .font-size-150 h6, .font-size-150 .h6 {
        font-size: 31px;
    }

    .font-size-150 .form-control {
        font-size: 32px;
        min-height: 64px;
    }

    .font-size-150 textarea.form-control {
        height: auto;
    }

    #content.font-size-150 .btn {
        font-size: 32px;
    }

    .font-size-150 p, .font-size-150 span, .font-size-150 div, .font-size-150 b, .font-size-150 i, .font-size-150 sup, .font-size-150 sub, .font-size-150 pre, .font-size-150 em, .font-size-150 strong {
        font-size: 30px !important;
    }

    .font-size-200 {
        font-size: 40px;
    }

    .font-size-200 .navbar-default {
        font-size: 45px;
    }

    .font-size-200 .navbar-nav > li > a {
        line-height: 71px;
    }

    .font-size-200 h1, .font-size-200 .h1 {
        font-size: 50px;
    }

    .font-size-200 h2, .font-size-200 .h2 {
        font-size: 48px;
    }

    .font-size-200 h3, .font-size-200 .h3 {
        font-size: 45px;
    }

    .font-size-200 h4, .font-size-200 .h4 {
        font-size: 43px;
    }

    .font-size-200 h5, .font-size-200 .h5 {
        font-size: 40px;
    }

    .font-size-200 h6, .font-size-200 .h6 {
        font-size: 38px;
    }

    .font-size-200 .form-control {
        font-size: 42px;
        min-height: 86px;
    }

    .font-size-200 textarea.form-control {
        height: auto;
    }

    #content.font-size-200 .btn {
        font-size: 42px;
    }

    .font-size-200 p, .font-size-200 span, .font-size-200 div, .font-size-200 b, .font-size-200 i, .font-size-200 sup, .font-size-200 sub, .font-size-200 pre, .font-size-200 em, .font-size-200 strong {
        font-size: 40px !important;
    }

    html .article-info__wrap {
        grid-template-columns: 100%;
    }
}
