.header-mobile {
    visibility: hidden;
    opacity: 0;
    height: 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    z-index: 9999;
}

.header-mobile__col--end {
    justify-content: flex-end;
}

.mobile-function__search--active {
    order: 2;
}

h2 {

}

@media (max-width: 767px) {
    .header-mobile {
        visibility: visible;
        opacity: 1;
        display: flex;
        flex-direction: column;
        height: 50px;
    }
    .header-mobile__top {
        height: 50px;
        display: flex;
        border: 1px solid #4f6ab0;
        position: relative;
        background-color: #fff;
        z-index: 2;
    }
    .header-mobile__col {
        flex: 1;
        display: flex;
    }

    .header-mobile__hamburger {
        display: flex;
    }

    .hamburger__link {
        display: flex;
        align-items: center;
        width: 45px;
        cursor: pointer;
        z-index: 1;
        padding: 0 10px 0 5px;
    }

    .hamburger__center,
    .hamburger__center::before,
    .hamburger__center::after {
        content: '';
        display: block;
        width: 100%;
        height: 5px;
        background-color: #4f6ab0;
        position: absolute;
    }

    .hamburger__center {
        position: relative;
    }

    .hamburger__center::before {
        top: -11px;
    }

    .hamburger__center::after {
        top: 11px;
    }

    .header-mobile__logo {
        flex: 1;
    }

    .mobile-logo__link {
        display: block;
        height: 100%;
    }

    .mobile-logo__img {
        object-fit: contain;
        height: 100%;
        max-width: 100%;
        padding: 2px 0;
    }

    .header-mobile__function {
        display: flex;
        align-items: center;
    }

    .mobile-function__search,
    .mobile-function__profile {
        background-size: contain;
        height: 26px;
        width: 26px;
        background-repeat: no-repeat;
        margin: 0 9px;
    }

    /* ПОЙСК */
    .mobile-search {
        position: absolute;
        top: -100px;
        left: 45px;
        width: 200px;
        background-color: #fff;
        display: flex;
        flex-direction: column;
        justify-content: center;
        z-index: 2;
    }

    .mobile-search--active {
        top: 0;
        bottom: 0;
    }

    .mobile-search__input {
        width: 100%;
        height: 70%;
        display: block;
        border: 2px solid #4f6ab0;
        border-radius: 15px;
        outline: none;
        padding-left: 15px;
        color: #4f6ab0;
        font-size: 18px;
    }

    .mobile-search__input::placeholder {
        margin-left: 15px;
        color: #4f6ab0;
        font-size: 18px;
    }

    .mobile-search__input--active::placeholder {
        color: transparent;
    }

    .mobile-search__list {
        position: absolute;
        top: 30px;
        width: 100%;
        border-left: 2px solid #4f6ab0;
        border-right: 2px solid #4f6ab0;
        border-bottom: 2px solid #4f6ab0;
        padding-top: 17px;
        display: block;
    }

    .mobile-search__list--active {
        display: block;
    }

    .mobile-search__item {
        list-style: none;
        background-color: #fff;
    }

    .mobile-search__link {
        color: #4f6ab0;
        font-size: 16px;
        padding: 10px 0 10px 10px;
        border-top: 2px solid #4f6ab0;
        display: block;
        text-decoration: none;
    }

    /* ПОЙСК */
    /* БУРГЕР */
    .hamburger {
        outline: none;
        padding: 15px 10px 15px 7px;
    }

    .hamburger-box {
        height: 22px;
    }

    .hamburger-inner,
    .hamburger-inner:after,
    .hamburger-inner:before {
        background-color: #4f6ab0;
    }

    .hamburger.is-active .hamburger-inner,
    .hamburger.is-active .hamburger-inner:after,
    .hamburger.is-active .hamburger-inner:before {
        background-color: #4f6ab0;
    }

    .hamburger.is-active:hover,
    .hamburger:hover {
        opacity: 1;
    }

    /* БУРГЕР */
    /* МЕНЮ */
    .header-mobile__menu {
        position: fixed;
        top: 50px;
        bottom: 0;
        left: -100%;
        right: 100%;
        display: flex;
        transition: all 0.5s;
    }

    .header-mobile__menu--active {
        right: 0;
        left: 0;
    }

    .mobile-menu__list {
        width: 80%;
        background-color: #4f6ab0;
        height: 100%;
        border-right: 1px solid #fff;
        overflow-y: scroll;
    }

    .mobile-menu__close {
        flex: 1;
    }

    .mobile-menu__item {
        position: relative;
        list-style: none;
    }

    .mobile-menu__link {
        text-transform: uppercase;
        text-decoration: none;
        color: #fff;
        padding: 12px 10px 12px 50px;
        display: block;
        font-weight: 600;
        font-size: 13px;
        border-bottom: 1px solid #fff;
    }

    .mobile-menu__link::before,
    .mobile-menu__link::after {
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        right: 12px;
        width: 17px;
        height: 17px;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        transform: translate(0, -50%) rotate(45deg);
    }

    .mobile-menu__link::after {
        content: none;
        right: 18px;
    }

    .mobile-menu__link--second-arrow::after {
        content: '';
    }

    .mobile-menu__icon {
        width: 25px;
        height: 25px;
        position: absolute;
        top: 50%;
        left: 10px;
        transform: translateY(-50%);
    }

    .mobile-menu__list--child {
        position: fixed;
        top: 50px;
        left: -100%;
        background-color: #fff;
        z-index: 1;
        border-right: 1px solid #99b8ff;
        transition: left 0.5s;
    }

    .mobile-menu__list--active {
        left: 0;
    }

    .mobile-menu__link--child {
        color: #4f6ab0;
        border-bottom: 1px solid #99b8ff;
        text-transform: none;
        font-size: 15px;
    }

    .mobile-menu__link--child::before {
        border-top: 2px solid #4f6ab0;
        border-right: 2px solid #4f6ab0;
    }

    .mobile-menu__link--head {
        background-color: #4f6ab0;
        padding: 12px 10px 12px 40px;
        color: #fff;
        text-transform: uppercase;
        font-size: 13px;
    }

    .mobile-menu__link--head::before {
        right: unset;
        left: 17px;
        transform: translate(0, -50%) rotate(225deg);
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
    }

    /* МЕНЮ */

    /*ПЛАШКА ПОД ШАПКОЙ*/
    .mobile-main__wrapper {
        display: none!important;
        padding-top: 50px;
        display: flex;
        justify-content: space-between;
        border: 1px solid #4F6BB0;
    }
    .mobile-main__location {
        height: 48px;
        display: flex;
        align-items: center;
    }
    .mm-location__link {
        display: flex;
        align-items: center;
        height: 100%;
        text-decoration: none;
    }
    .mm-location__icon {
        height: 23px;
        width: 16px;
        margin-left: 20px;
    }
    .mm-location__value {
        font-size: 18px;
        color: #4F6BB0;
        margin-left: 16px;
        padding-bottom: 1px;
        border-bottom: 1px solid #4F6BB0;
    }
    .mobile-main__button {
        display: flex;
    }
    .mm-button__link {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        text-decoration: none;
        padding: 0 12px;
    }
    .mm-button__icon {
        width: 25px;
        height: 25px;
        background-size: contain;
    }
    .mm-lang__value {
        font-weight: 500;
        font-size: 19px;
        color: #4F6BB0;
        text-transform: uppercase;
        padding-bottom: 1px;
        border-bottom: 1px solid #4F6BB0;
    }
    .mm-favorite {
        padding: 0 15px;
    }
    /*КОНЕЦ*/
    /*ВСПЛЫВАЮЩЕЕ ОКНО С КОНТАКТАМИ*/

    .header-mobile__bottom {
        flex-direction: column;
        display: flex;
        position: absolute;
        top: -100px;
        z-index: 1;
        transition: all 1s;
    }
    .header-mobile__bottom--active {
        top: 50px;
    }
    .header-mobile__bottom--active .header-mobile__contact {

    }

    .header-mobile__contact {
        display: flex;
        flex-wrap: wrap;
        background-color: #fff;
    }
    .mobile-contact__link {
        flex-basis: 50%;
        display: flex;
        justify-content: center;
        text-decoration: none;
        align-items: center;
        margin: 13px 0;
    }
    .mobile-contact__phone {
        font-family: Arial, sans-serif;
        font-size: 18px;
        color: #4F6BB0;
        border-bottom: 1px solid #4F6BB0;
    }
    .mobile-contact__telegram {
        font-family: Arial, sans-serif;

        font-size: 18px;
        color: #4F6BB0;
    }
    .mobile-contact__whatsapp {
        font-family: Arial, sans-serif;
        font-size: 18px;
        color: #4FA800;
    }
    .mobile-contact__icon {
        width: 28px;
        height: 28px;
        background-size: contain;
        margin-right: 15px;
    }
    /*.header-mobile__outer {*/
    /*    margin-top: 50px;*/
    /*    min-height: 100vh;*/
    /*}*/
    /*КОНЕЦ*/
}

@media (max-width: 320px) {
    .mobile-function__search,
    .mobile-function__profile {
        height: 26px;
        width: 23px;
        background-repeat: no-repeat;
        margin: 0 8px;
    }
    .mm-button__link {
        padding: 0 10px;
    }
    .mobile-contact__phone {
        font-size: 14px;
    }
    .mobile-contact__telegram {
        font-size: 14px;
    }
    .mobile-contact__whatsapp {
        font-size: 14px;
    }
    .mobile-contact__icon {
        width: 24px;
        height: 24px;
        margin-right: 10px;
    }
}
