@media (max-width: 1100px) { 
    .header {
        padding: 0;
    }

    .header__container {
        height: 100px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    }

    .header__top {
        padding: 22px 0;
        height: 45px;
    }

    .header__wrapper {
        height: 100px;        
    }

    .header__nav, .header__right .header__btn, .header__right .link-phone, .burger-menu, .header-left__inner, .menu-bottom__cards, .menu, .sub-menu, .slide__inner, .header__text  {
        display: none;
    }

    .header__burger.hidden {
        opacity: 1;
        visibility: visible;
    }

    .logo__img.small {
        display: none;
    }

    .header__logo.small .logo__img.color {
        opacity: 1;
        visibility: visible;  
        height: 70px;      
    }

    .header__logo.small {
        height: 70px;
    }

    .hero {     
        margin-bottom: 0;
    }

    .menu-bottom__inner {
        min-height: 100vh;
    }

    .menu-bottom__container {
        padding-top: 93px;
        border-top: 1px solid rgba(27, 27, 27, 0);
        
    }

    .menu-bottom__container {
        display: block;
        padding-left: 0;
        padding-right: 0;
    }

    .menu__mobile {
        display: block;
    }

    .slide {
        width: 145px;
    }

    .hero__container {
        padding-top: 135px;
    }

    .hero__yandex {
        display: flex;
    }

    .yandex__icon--desc {
        display: none;
    }
}

@media (max-width: 992px) {
    .hero__container {
        padding-bottom: 50px;
    }

    .hero__content {
        max-width: 80%;
    }
}

@media (max-width: 768px) { 
    .hero__content {
        max-width: 100%;
    }

    .hero__descr {
        width: 100%;
    }

    .yandex {
        padding: 0;
        height: 36px;
        width: 256px;
    }

    .yandex__icon--mob {
        width: 40px;
        height: 36px;
    }

    .yandex__content {
        flex-direction: row;
        align-items: center;
        gap: 8px;
    }

    .yandex__text {
        padding-left: 8px;
        border-left: 1px solid rgba(255, 255, 255, 0.2);
        opacity: 0.7;
    }
}

@media (max-width: 562px) { 
    html {
        font-size: 12px;
    }

    .burger-btn__text {
        display: none;
    }

    .burger-btn {
        width: 44px;
        
    }

    
}