.lang-dropdown i {
    margin-top: -2px;
}
.lang-dropdown .material-icons {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin-right: 3px;
}

.language-icon {
    font-size: 21px;
    position: absolute;
    margin-left: -23px;
    margin-top: -1px;
}
.mobile-header {
    .language-dropdown-content {
        margin-left: 20px;
    }
    .dropdown-menu-end[data-bs-popper] {
        left: 0;
    }
}
h1,h2,.preview-card .title-rev {
    font-family: 'Inter', sans-serif;
}
.about__text {
    font-family: 'Nunito', sans-serif;
    font-weight: bold;
}
.ubegin .video-box {
    max-width: 408px;
    box-shadow: none;
}
.team-avatars {
    display: inline-flex;
    align-items: center;
    vertical-align: middle;
}
.team-avatars img {
    border-radius: 50%;
    max-width: 35px;
    margin-left: -12px;
    position: relative;
    z-index: 1;
}
.team-avatars img:first-child {
    margin-left: 0;
}
@media (max-width: 479.98px) {
    .btn-slider .btn {
        flex: 1 1 auto;
        min-width: 140px;   /* подгони под нужный размер */
    }
    .login-btn-break {
        flex-basis: 100%;
    }
}
@media screen and (min-width: 991px) {
    .mobile-header .dropdown-header-lang {
        display: none;
    }
}
